mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
Armour (#26019)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//Regular syndicate space suit
|
||||
/obj/item/clothing/head/helmet/space/syndicate
|
||||
name = "red space helmet"
|
||||
desc = "Has a tag on it: Totally not property of a hostile corporation, honest!"
|
||||
desc = "A suspicious-looking space helmet. It is reinforced with a layer of armour."
|
||||
icon_state = "syndicate"
|
||||
item_state = "syndicate"
|
||||
armor = list(MELEE = 35, BULLET = 50, LASER = 20, ENERGY = 10, BOMB = 20, RAD = 20, FIRE = 200, ACID = 285)
|
||||
@@ -17,7 +17,7 @@
|
||||
name = "red space suit"
|
||||
icon_state = "syndicate"
|
||||
item_state = "space_suit_syndicate"
|
||||
desc = "Has a tag on it: Totally not property of a hostile corporation, honest!"
|
||||
desc = "A suspicious-looking space suit. The fabric is reinforced with a blend of nomex and kevlar for added protection."
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
allowed = list(/obj/item/gun,/obj/item/ammo_box,/obj/item/ammo_casing,/obj/item/melee/baton,/obj/item/melee/energy/sword/saber,/obj/item/restraints/handcuffs,/obj/item/tank/internals)
|
||||
armor = list(MELEE = 35, BULLET = 50, LASER = 20, ENERGY = 10, BOMB = 20, RAD = 20, FIRE = 200, ACID = 285)
|
||||
@@ -188,14 +188,14 @@
|
||||
|
||||
/obj/item/clothing/head/helmet/space/syndicate/contractor
|
||||
name = "contractor helmet"
|
||||
desc = "A specialised black and gold helmet that's more compact than its standard Syndicate counterpart. Can be ultra-compressed into even the tightest of spaces."
|
||||
desc = "A specialised black and gold helmet that's more compact than its standard Syndicate counterpart. It is made of an exotic military-grade fabric for added protection, and can be ultra-compressed into even the tightest of spaces."
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
icon_state = "syndicate-helm-contractor"
|
||||
item_state = "syndicate-helm-contractor"
|
||||
|
||||
/obj/item/clothing/suit/space/syndicate/contractor
|
||||
name = "contractor space suit"
|
||||
desc = "A specialised black and gold space suit that's quicker, and more compact than its standard Syndicate counterpart. Can be ultra-compressed into even the tightest of spaces."
|
||||
desc = "A specialised black and gold space suit that's easier to move around in than its standard Syndicate counterpart. It is made of an exotic military-grade fabric for added protection, and can be ultra-compressed into even the tightest of spaces."
|
||||
slowdown = 1
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
icon_state = "syndicate-contractor"
|
||||
|
||||
Reference in New Issue
Block a user