mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-06 07:22:15 +00:00
47 lines
1.5 KiB
Plaintext
47 lines
1.5 KiB
Plaintext
/*******************************
|
|
* Stealth and Camouflage Items *
|
|
*******************************/
|
|
/datum/uplink_item/item/stealth_items
|
|
category = /datum/uplink_category/stealth_items
|
|
|
|
/datum/uplink_item/item/stealth_items/syndigaloshes
|
|
name = "No-Slip Shoes"
|
|
item_cost = 1
|
|
path = /obj/item/clothing/shoes/syndigaloshes
|
|
|
|
/datum/uplink_item/item/stealth_items/spy
|
|
name = "Bug Kit"
|
|
item_cost = 2
|
|
path = /obj/item/weapon/storage/box/syndie_kit/spy
|
|
|
|
/datum/uplink_item/item/stealth_items/id
|
|
name = "Agent ID card"
|
|
item_cost = 3
|
|
path = /obj/item/weapon/card/id/syndicate
|
|
|
|
/datum/uplink_item/item/stealth_items/chameleon_kit
|
|
name = "Chameleon Kit"
|
|
item_cost = 5
|
|
path = /obj/item/weapon/storage/box/syndie_kit/chameleon
|
|
|
|
/datum/uplink_item/item/stealth_items/voice
|
|
name = "Voice Changer"
|
|
item_cost = 5
|
|
path = /obj/item/clothing/mask/gas/voice
|
|
|
|
/datum/uplink_item/item/stealth_items/chameleon_projector
|
|
name = "Chameleon-Projector"
|
|
item_cost = 8
|
|
path = /obj/item/device/chameleon
|
|
|
|
/datum/uplink_item/item/stealth_items/venenum
|
|
name = "Vial of Venenum"
|
|
desc = "A vial that contains 30u of venemum. Changes DNA structure randomly, effectively masking your appearance until it wears off. Good for 15 minutes of appearance changes."
|
|
item_cost = 4
|
|
path = /obj/item/weapon/reagent_containers/glass/beaker/vial/venenum
|
|
|
|
/datum/uplink_item/item/stealth_items/balaclava
|
|
name = "Balaclava"
|
|
desc = "Designed to both hide identities and keep your face comfy and warm."
|
|
item_cost = 1
|
|
path = /obj/item/clothing/mask/balaclava/tactical |