mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 00:22:12 +00:00
24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
//Captain's voidsuit
|
|
/obj/item/clothing/head/helmet/space/void/captain
|
|
name = "captain voidsuit helmet"
|
|
icon_state = "capspace"
|
|
item_state = "capspace"
|
|
desc = "A special helmet designed for work in a hazardous, low-pressure environment. Only for the most fashionable of military figureheads."
|
|
armor = list(melee = 65, bullet = 50, laser = 50,energy = 25, bomb = 50, bio = 100, rad = 50)
|
|
siemens_coefficient = 0.35
|
|
|
|
/obj/item/clothing/suit/space/void/captain
|
|
name = "captain voidsuit"
|
|
desc = "A bulky, heavy-duty piece of exclusive Nanotrasen armor. YOU are in charge!"
|
|
icon_state = "capspace"
|
|
item_state = "capspace"
|
|
item_state_slots = list(
|
|
slot_l_hand_str = "capspacesuit",
|
|
slot_r_hand_str = "capspacesuit"
|
|
)
|
|
w_class = ITEMSIZE_LARGE
|
|
allowed = list(/obj/item/tank, /obj/item/device/flashlight,/obj/item/gun/energy, /obj/item/gun/projectile, /obj/item/ammo_magazine, /obj/item/ammo_casing, /obj/item/melee/baton,/obj/item/handcuffs)
|
|
slowdown = 1.5
|
|
armor = list(melee = 65, bullet = 50, laser = 50, energy = 25, bomb = 50, bio = 100, rad = 50)
|
|
siemens_coefficient = 0.35
|