mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
45 lines
2.1 KiB
Plaintext
45 lines
2.1 KiB
Plaintext
/obj/item/clothing/suit/technomancer
|
|
name = "chrome manipulation suit"
|
|
desc = "It's a very shiny and somewhat protective suit, built to help carry cores on the user's back."
|
|
icon_state = "technomancer_suit"
|
|
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS|LEGS|FEET|HANDS
|
|
allowed = list(/obj/item/tank)
|
|
armor = list(melee = 50, bullet = 20, laser = 30, energy = 30, bomb = 10, bio = 0, rad = 40)
|
|
siemens_coefficient = 0.75
|
|
|
|
/obj/item/clothing/under/technomancer
|
|
name = "initiate's jumpsuit"
|
|
desc = "It's a blue colored jumpsuit. There appears to be light-weight armor padding underneath, providing some protection. \
|
|
There is also a healthy amount of insulation underneath."
|
|
icon_state = "initiate"
|
|
armor = list(melee = 10, bullet = 5, laser = 5, energy = 0, bomb = 0, bio = 0, rad = 0)
|
|
siemens_coefficient = 0.3
|
|
|
|
/obj/item/clothing/under/technomancer/apprentice
|
|
name = "apprentice's jumpsuit"
|
|
desc = "It's a blue colored jumpsuit with some silver markings. There appears to be light-weight armor padding \
|
|
underneath, providing some protection. There is also a healthy amount of insulation underneath."
|
|
icon_state = "apprentice"
|
|
|
|
/obj/item/clothing/under/technomancer/master
|
|
name = "master's jumpsuit"
|
|
desc = "It's a blue colored jumpsuit with some gold markings. There appears to be light-weight armor padding \
|
|
underneath, providing some protection. There is also a healthy amount of insulation underneath."
|
|
icon_state = "technomancer"
|
|
|
|
/obj/item/clothing/head/technomancer
|
|
name = "initiate's hat"
|
|
desc = "It's a somewhat silly looking blue pointed hat."
|
|
icon_state = "initiate"
|
|
armor = list(melee = 10, bullet = 5, laser = 5, energy = 0, bomb = 0, bio = 0, rad = 0)
|
|
siemens_coefficient = 0.3
|
|
|
|
/obj/item/clothing/head/technomancer/apprentice
|
|
name = "apprentice's hat"
|
|
desc = "It's a somewhat silly looking blue pointed hat. This one has a silver colored metalic feather strapped to it."
|
|
icon_state = "apprentice"
|
|
|
|
/obj/item/clothing/head/technomancer/master
|
|
name = "master's hat"
|
|
desc = "It's a somewhat silly looking blue pointed hat. This one has a gold colored metalic feather strapped to it."
|
|
icon_state = "technomancer" |