mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Adds rival corp voidsuits (#8389)
This commit is contained in:
@@ -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."
|
||||
@@ -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."
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user