mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
78 lines
2.7 KiB
Plaintext
78 lines
2.7 KiB
Plaintext
/*************************************
|
|
* Stealthy and Inconspicuous Weapons *
|
|
*************************************/
|
|
/datum/uplink_item/item/stealthy_weapons
|
|
category = /datum/uplink_category/stealthy_weapons
|
|
|
|
/datum/uplink_item/item/stealthy_weapons/soap
|
|
name = "Subversive Soap"
|
|
item_cost = 5
|
|
path = /obj/item/soap/syndie
|
|
|
|
/datum/uplink_item/item/stealthy_weapons/concealed_cane
|
|
name = "Concealed Cane Sword"
|
|
item_cost = 10
|
|
path = /obj/item/cane/concealed
|
|
|
|
/datum/uplink_item/item/stealthy_weapons/detomatix
|
|
name = "Detomatix PDA Cartridge"
|
|
item_cost = 30
|
|
path = /obj/item/cartridge/syndicate
|
|
|
|
/datum/uplink_item/item/stealthy_weapons/parapen
|
|
name = "Paralysis Pen"
|
|
item_cost = 40
|
|
path = /obj/item/pen/reagent/paralysis
|
|
|
|
/datum/uplink_item/item/stealthy_weapons/cigarette_kit
|
|
name = "Cigarette Kit"
|
|
item_cost = 10
|
|
path = /obj/item/storage/box/syndie_kit/cigarette
|
|
|
|
/datum/uplink_item/item/stealthy_weapons/random_toxin
|
|
name = "Random Toxin - Beaker"
|
|
item_cost = 10
|
|
path = /obj/item/storage/box/syndie_kit/toxin
|
|
|
|
/datum/uplink_item/item/stealthy_weapons/penblade
|
|
name = "Energy Penblade, Black"
|
|
desc = "A concealed energy dagger with the functional casing of a pen. Makes an impressive throwing weapon."
|
|
item_cost = 20
|
|
path = /obj/item/pen/blade
|
|
|
|
/datum/uplink_item/item/stealthy_weapons/penblade_red
|
|
name = "Energy Penblade, Red"
|
|
desc = "A concealed energy dagger with the functional casing of a pen. Makes an impressive throwing weapon."
|
|
item_cost = 20
|
|
path = /obj/item/pen/blade/red
|
|
|
|
/datum/uplink_item/item/stealthy_weapons/penblade_blue
|
|
name = "Energy Penblade, Blue"
|
|
desc = "A concealed energy dagger with the functional casing of a pen. Makes an impressive throwing weapon."
|
|
item_cost = 20
|
|
path = /obj/item/pen/blade/blue
|
|
|
|
/datum/uplink_item/item/stealthy_weapons/penblade_fancy
|
|
name = "Energy Penblade, Fountain"
|
|
desc = "A concealed energy dagger with the functional casing of a pen. Makes an impressive throwing weapon."
|
|
item_cost = 20
|
|
path = /obj/item/pen/blade/fountain
|
|
|
|
/datum/uplink_item/item/stealthy_weapons/huntingtrap
|
|
name = "Camonetted Beartraps"
|
|
desc = "A box of unique beartraps which will partially cloak when deployed, allowing for more effective hunting."
|
|
item_cost = 30
|
|
path = /obj/item/storage/box/syndie_kit/deadliest_game
|
|
|
|
/datum/uplink_item/item/stealthy_weapons/virus
|
|
name = "Virus Cultures"
|
|
desc = "A box of three unique virus cultures. As dangerous to you as anyone else if handled improperly."
|
|
item_cost = 40
|
|
path = /obj/item/storage/box/syndie_kit/viral
|
|
|
|
/datum/uplink_item/item/stealthy_weapons/syringe_case
|
|
name = "Quickdraw Syringe Case"
|
|
desc = "A small box capable of holding six syringes for rapid deployment. Fits in your pocket."
|
|
item_cost = 20
|
|
path = /obj/item/storage/quickdraw/syringe_case
|