Files
CHOMPStation2/modular_chomp/code/modules/clothing/spacesuits/rig/crystal.dm
2024-02-04 16:00:51 +01:00

38 lines
1.4 KiB
Plaintext

/obj/item/weapon/rig/ch/crystal
name = "crystal control module"
desc = "An oddly lightweight rigsuit from a strange crystaline creature."
suit_type = "crystal hardsuit"
icon = 'modular_chomp/icons/obj/rig_modules_ch.dmi'
icon_state = "crystal_rig"
armor = list(melee = 50, bullet = 50, laser = 30, energy = 30, bomb = 0, bio = 100, rad = 100)
emp_protection = 50
rigsuit_max_pressure = 12 * ONE_ATMOSPHERE
rigsuit_min_pressure = 0
chest_type = /obj/item/clothing/suit/space/rig/ch/crystal
helm_type = /obj/item/clothing/head/helmet/space/rig/ch/crystal
glove_type = /obj/item/clothing/gloves/gauntlets/rig/ch/crystal
boot_type = /obj/item/clothing/shoes/magboots/rig/ch/crystal
/obj/item/clothing/suit/space/rig/ch/crystal //to do, try and make this be able to heal you
name = "chassis"
icon = 'icons/obj/clothing/spacesuits_ch.dmi'
desc = "A heft chestplate, humming with energy."
/obj/item/clothing/head/helmet/space/rig/ch/crystal
name = "helmet"
icon = 'icons/obj/clothing/hats_ch.dmi'
desc = "A protective dome for your head."
/obj/item/clothing/gloves/gauntlets/rig/ch/crystal
name = "hardlight gloves"
icon = 'icons/obj/clothing/gloves_ch.dmi'
desc = "Gloves created with alien tech"
siemens_coefficient = 0
/obj/item/clothing/shoes/magboots/rig/ch/crystal
name = "hardlight boots"
icon = 'icons/obj/clothing/shoes_ch.dmi'
desc = "A pair of grabby boots"
slowdown = -1