mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
29 lines
676 B
Plaintext
29 lines
676 B
Plaintext
/*************
|
|
* Ammunition *
|
|
*************/
|
|
/datum/uplink_item/item/ammo/cell
|
|
name = "Weapon cell"
|
|
item_cost = 10
|
|
|
|
/datum/uplink_item/item/ammo/cell/box
|
|
name = "Weapon cell box"
|
|
path = /obj/item/storage/box/weapon_cells
|
|
item_cost = 70
|
|
|
|
/datum/uplink_item/item/ammo/highcell
|
|
name = "High capacity cell"
|
|
path = /obj/item/cell/high
|
|
item_cost = 15
|
|
|
|
/datum/uplink_item/item/ammo/supercell
|
|
name = "Super capacity cell"
|
|
path = /obj/item/cell/super
|
|
item_cost = 30
|
|
|
|
/datum/uplink_item/item/ammo/voidcell
|
|
name = "Void cell"
|
|
path = /obj/item/cell/device/weapon/recharge/alien/hybrid
|
|
item_cost = DEFAULT_TELECRYSTAL_AMOUNT * 1.5
|
|
antag_roles = list("ert")
|
|
blacklisted = 1
|