Gives many cybernetics on mob sprites. Adds synthetic skin to allow hiding of them. (#30098)

* the first half

* rest of the skin

* duplicate

* new sprite / updated description / no more yell at me

* the rest of the owl

* oops, fixed
This commit is contained in:
Qwertytoforty
2025-10-06 18:30:31 +00:00
committed by GitHub
parent 66d66a8f02
commit 3c7ca73c04
15 changed files with 325 additions and 22 deletions
@@ -174,6 +174,39 @@
build_path = /obj/item/stack/nanopaste
category = list("Medical")
/datum/design/skin_1
name = "level-1 synthetic skin plate"
desc = "A sheet of level-1 synthetic skin plating. Used as a cheap covering for cybernetic organs, is able to match the colour of the limb but not the texture."
id = "skin_1"
req_tech = list("biotech" = 1, "materials" = 1)
build_type = PROTOLATHE | MECHFAB
construction_time = 20
materials = list(MAT_METAL = 1000, MAT_GLASS = 500)
build_path = /obj/item/stack/synthetic_skin
category = list("Medical")
/datum/design/skin_2
name = "level-2 synthetic skin patch"
desc = "A sealed patch of synthetic skin. An improvement over the basic version, more water resistant and less prone to peeling off."
id = "skin_2"
req_tech = list("biotech" = 5, "materials" = 5)
build_type = PROTOLATHE | MECHFAB
construction_time = 40
materials = list(MAT_METAL = 2000, MAT_GLASS = 1000, MAT_TITANIUM = 250)
build_path = /obj/item/stack/synthetic_skin/level_2
category = list("Medical")
/datum/design/skin_3
name = "level-3 synthetic skin foam"
desc = "A nanite foam injector meeting the requirements of level-3 synthetic skin. The best one can buy, best used to hide major cybernetic alterations, for beauty or for infiltration."
id = "skin_3"
req_tech = list("biotech" = 7, "materials" = 7)
build_type = PROTOLATHE | MECHFAB
construction_time = 60
materials = list(MAT_METAL = 2500, MAT_GLASS = 2000, MAT_TITANIUM = 500, MAT_BLUESPACE = 250)
build_path = /obj/item/stack/synthetic_skin/level_3
category = list("Medical")
/datum/design/reagent_scanner
name = "Reagent Scanner"
desc = "A device for identifying chemicals."