Files
CHOMPStation2/code/datums/uplink/stealth_items.dm
2024-09-30 21:36:41 +02:00

53 lines
1.6 KiB
Plaintext

/*******************************
* Stealth and Camouflage Items *
*******************************/
/datum/uplink_item/item/stealth_items
category = /datum/uplink_category/stealth_items
/datum/uplink_item/item/stealth_items/id
name = "Agent ID card"
item_cost = 10
path = /obj/item/card/id/syndicate
/datum/uplink_item/item/stealth_items/syndigaloshes
name = "No-Slip Shoes"
item_cost = 10
path = /obj/item/clothing/shoes/syndigaloshes
/datum/uplink_item/item/stealth_items/spy
name = "Bug Kit"
item_cost = 10
path = /obj/item/storage/box/syndie_kit/spy
/datum/uplink_item/item/stealth_items/chameleon_kit
name = "Chameleon Kit"
item_cost = 15
path = /obj/item/storage/box/syndie_kit/chameleon
/datum/uplink_item/item/stealth_items/chameleon_projector
name = "Chameleon-Projector"
item_cost = 30
path = /obj/item/chameleon
/datum/uplink_item/item/stealth_items/voice
name = "Voice Changer"
item_cost = 15
path = /obj/item/clothing/mask/gas/voice
/datum/uplink_item/item/stealth_items/makeover
name = "Makeover Kit"
item_cost = 5
path = /obj/item/makeover
/datum/uplink_item/item/stealth_items/thievesgloves
name = "Thieve's Gloves"
desc = "A pair of sterile gloves that allow the wearer to inspect the backpacks of other players, and swap pocket items."
item_cost = 30
path = /obj/item/clothing/gloves/sterile/thieves
/datum/uplink_item/item/stealth_items/deadringer
name = "Stealth Watch"
desc = "A strange watch which can be used to create a fake corpse if you are injured when it is active, as it projects a cloaking field around your person."
item_cost = 50
path = /obj/item/deadringer