mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-14 09:27:45 +01:00
Antag Dirty Bombs & Bodyhorror Parasites (#16317)
* dirty bombs & bodyhorror * clean up + extra flavour CE_ANTIEMETIC taken into account in the delayed_vomit() proc. doesn't need to subtract from CE_EMETIC anymore. * desc. fix, TC tweak, syringe gun kit * dirty bomb tweaks radiation remains for as long as advertised (~8mins in an open space) it also actually leaves behind the green goo now.
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
// Chemical, Biological, Radiological ~~and Nuclear~~ Weapons
|
||||
/datum/uplink_item/item/bioweapons
|
||||
category = /datum/uplink_category/bioweapons
|
||||
|
||||
/datum/uplink_item/item/bioweapons/random_toxin
|
||||
name = "Random Toxins Kit"
|
||||
desc = "A kit that contains 3 vials containing random toxins. Comes with a syringe!"
|
||||
item_cost = 1
|
||||
path = /obj/item/storage/box/syndie_kit/toxin
|
||||
|
||||
/datum/uplink_item/item/bioweapons/nerveworms_kit
|
||||
name = "Parasitic Worms Kit - Nerve Fluke"
|
||||
desc = "Contains the eggs of a Nerve Fluke. Non-lethal but incapacitating."
|
||||
item_cost = 3
|
||||
path = /obj/item/storage/box/syndie_kit/nerveworms
|
||||
|
||||
/datum/uplink_item/item/bioweapons/heartworms_kit
|
||||
name = "Parasitic Worms Kit - Heart Fluke"
|
||||
desc = "Contains the eggs of a Heart Fluke. Lethal if left untreated."
|
||||
item_cost = 5
|
||||
path = /obj/item/storage/box/syndie_kit/heartworms
|
||||
|
||||
/datum/uplink_item/item/bioweapons/greimorian_eggs
|
||||
name = "Greimorian Eggs"
|
||||
desc = "A cluster of greimorian eggs. (They will be planted at your feet on-purchase and CANNOT be moved, so make sure you're where you want them to be)"
|
||||
item_cost = 4
|
||||
path = /obj/effect/spider/eggcluster
|
||||
|
||||
/datum/uplink_item/item/bioweapons/radsuit
|
||||
name = "Radiation Suit"
|
||||
desc = "A kit containing a radiation suit. Complete with a geiger counter and one anti-radiation tablet."
|
||||
item_cost = 1
|
||||
path = /obj/item/storage/box/syndie_kit/radsuit
|
||||
|
||||
/datum/uplink_item/item/bioweapons/dirtybomb
|
||||
name = "Dirty Bomb"
|
||||
desc = "A small explosive laced with radium. The explosion is small, but the radioactive will affect a large area for a while (10 minutes approx)."
|
||||
item_cost = 4
|
||||
path = /obj/item/plastique/dirty
|
||||
|
||||
/datum/uplink_item/item/bioweapons/syringe_gun
|
||||
name = "Syringe Gun Kit"
|
||||
desc = "A kit containing a syringe gun and 3 disassembled darts. Fill a syringe, add it to a dart, then load into the rifle."
|
||||
item_cost = 3
|
||||
path = /obj/item/storage/box/syndie_kit/syringe_gun
|
||||
@@ -14,12 +14,6 @@
|
||||
item_cost = 1
|
||||
path = /obj/item/storage/box/syndie_kit/cigarette
|
||||
|
||||
/datum/uplink_item/item/stealthy_weapons/random_toxin
|
||||
name = "Random Toxins Kit"
|
||||
desc = "A kit that contains 3 vials containing random toxins. Comes with a syringe!"
|
||||
item_cost = 1
|
||||
path = /obj/item/storage/box/syndie_kit/toxin
|
||||
|
||||
/datum/uplink_item/item/stealthy_weapons/pens
|
||||
name = "Pen-jector Kit"
|
||||
desc = "A kit that contains four differently coloured pens. A blue pacifying pen, a green pen containing healing chemicals, and a yellow hyperzine pen."
|
||||
|
||||
@@ -88,3 +88,6 @@
|
||||
|
||||
/datum/uplink_category/martial_arts
|
||||
name = "Martial Arts"
|
||||
|
||||
/datum/uplink_category/bioweapons
|
||||
name = "Chemical, Biological & Radiological Weaponary"
|
||||
|
||||
Reference in New Issue
Block a user