mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 08:01:06 +00:00
40 lines
1.6 KiB
Plaintext
40 lines
1.6 KiB
Plaintext
/***********
|
|
* Grenades *
|
|
************/
|
|
/datum/uplink_item/item/grenades
|
|
category = /datum/uplink_category/grenades
|
|
|
|
/datum/uplink_item/item/grenades/manhack
|
|
name = "Viscerator Delivery Grenade"
|
|
item_cost = 3
|
|
path = /obj/item/grenade/spawnergrenade/manhacks
|
|
desc = "A grenade that deploys five viscerator combat drones. Deadly in numbers, will not attack you or your allies."
|
|
|
|
/datum/uplink_item/item/grenades/anti_photon
|
|
name = "5xPhoton Disruption Grenades"
|
|
item_cost = 4
|
|
path = /obj/item/storage/box/anti_photons
|
|
desc = "A box of five grenades that cause total darkness in the area they explode in. Circumvented by vision altering headgear. Useful for get-aways."
|
|
|
|
/datum/uplink_item/item/grenades/smoke
|
|
name = "5xSmoke Grenades"
|
|
item_cost = 4
|
|
path = /obj/item/storage/box/smokes
|
|
desc = "A box of five grenades that deploy smoke in the thrown area. Targets hidden in smoke are much harder to hit with ranged weaponry."
|
|
|
|
/datum/uplink_item/item/grenades/emp
|
|
name = "5xEMP Grenades"
|
|
item_cost = 6
|
|
path = /obj/item/storage/box/emps
|
|
desc = "A box of five grenades that cause a risky EMP explosion, capable of toggling headsets off, permanently destroying IPC units and draining a stationbound completely."
|
|
|
|
/datum/uplink_item/item/grenades/frag
|
|
name = "5xFrag Grenades"
|
|
item_cost = 12
|
|
path = /obj/item/storage/box/frags
|
|
|
|
/datum/uplink_item/item/grenades/cardox
|
|
name = "5xCardox Grenades"
|
|
item_cost = 8
|
|
path = /obj/item/storage/box/cardox
|
|
desc = "A box of five grenades that deploy cardox smoke in the thrown area. This smoke is incredibly toxic, especially to vaurca. It can also clear K'ois outbreaks with ease." |