mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +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>
31 lines
808 B
Plaintext
31 lines
808 B
Plaintext
/********
|
|
* Armor *
|
|
********/
|
|
/datum/uplink_item/item/armor
|
|
category = /datum/uplink_category/armor
|
|
|
|
/datum/uplink_item/item/armor/combat
|
|
name = "Combat Armor Set"
|
|
item_cost = 30
|
|
path = /obj/item/storage/box/syndie_kit/combat_armor
|
|
|
|
/datum/uplink_item/item/armor/heavy_vest
|
|
name = "Heavy Armor Vest"
|
|
item_cost = 20
|
|
path = /obj/item/clothing/suit/storage/vest/heavy/merc
|
|
|
|
/datum/uplink_item/item/armor/gorlexsuit
|
|
name = "Mercenary Voidsuit"
|
|
item_cost = 20
|
|
path = /obj/item/storage/box/syndie_kit/voidsuit
|
|
|
|
/datum/uplink_item/item/armor/gorlexsuit_fire
|
|
name = "Mercenary Voidsuit (Fire)"
|
|
item_cost = 20
|
|
path = /obj/item/storage/box/syndie_kit/voidsuit/fire
|
|
|
|
/datum/uplink_item/item/armor/combat
|
|
name = "Combat Platecarrier Set"
|
|
item_cost = 30
|
|
path = /obj/item/clothing/suit/armor/pcarrier/merc
|