Adds rival corp voidsuits (#8389)

This commit is contained in:
kyres1
2020-03-08 00:17:01 +01:00
committed by GitHub
parent 8b97180a8f
commit c3cda2806b
13 changed files with 284 additions and 5 deletions
+26
View File
@@ -0,0 +1,26 @@
/datum/uplink_item/item/corporate_equipment
category = /datum/uplink_category/corporate_equipment
/datum/uplink_item/item/corporate_equipment/suit/necropolis
name = "Revenant Combat Suit"
item_cost = 14
path = /obj/structure/closet/crate/gear_loadout/necropolis
desc = "A full spaceworthy kit of a Necropolis Industries Revenant-type combat suit. Heavily resistant against fast projectiles and backpack-portable. Only wearable by Humans and Humanoid IPCs."
/datum/uplink_item/item/corporate_equipment/suit/zenghu
name = "Dragon Biohazard Control Suit"
item_cost = 12
path = /obj/structure/closet/crate/gear_loadout/zenghu
desc = "A full spaceworthy kit of a Zeng-Hu Pharmaceuticals Dragon-type biohazard containment suit. Entirely resistant against radiation in most circumstances. Only wearable by Humans and Humanoid IPCs."
/datum/uplink_item/item/corporate_equipment/suit/hephaestus
name = "Caiman Drop Suit"
item_cost = 16
path = /obj/structure/closet/crate/gear_loadout/hephaestus
desc = "A full spaceworthy kit of a Hephaestus Industries Caiman-type terraforming suit. Very resistant against slow-moving blunt force, but heavy. Only wearable by Humans and Humanoid IPCs."
/datum/uplink_item/item/corporate_equipment/suit/einstein
name = "Banshee Combat Suit"
item_cost = 14
path = /obj/structure/closet/crate/gear_loadout/einstein
desc = "A full spaceworthy kit of an Einstein Engines Banshee-type infiltration suit. Resistant against lasers, but made of paper against anything else. Only wearable by Humans and Humanoid IPCs."
+1 -1
View File
@@ -183,4 +183,4 @@
name = "Electropack"
item_cost = 6
path = /obj/item/device/radio/electropack
desc = "A backpack wired with electrodes. Sync up with a signaller, attach to an unwilling host and pulse the signal to shock them."
desc = "A backpack wired with electrodes. Sync up with a signaller, attach to an unwilling host and pulse the signal to shock them."
+3
View File
@@ -59,6 +59,9 @@
/datum/uplink_category/exosuit_equipment
name = "Exosuit Equipment"
/datum/uplink_category/corporate_equipment
name = "Corporate Equipment"
/datum/uplink_category/telecrystals
name = "Telecrystals"