60 lines
1.6 KiB
Plaintext
60 lines
1.6 KiB
Plaintext
/datum/blackmarket_item/weapon
|
|
category = "Weapons"
|
|
|
|
/datum/blackmarket_item/weapon/bear_trap
|
|
name = "Bear Trap"
|
|
desc = "Get the janitor back at his own game with this affordable prank kit."
|
|
item = /obj/item/restraints/legcuffs/beartrap
|
|
price_min = 300
|
|
price_max = 550
|
|
stock_max = 3
|
|
availability_prob = 40
|
|
|
|
/datum/blackmarket_item/weapon/shotgun_dart
|
|
name = "Shotgun Dart"
|
|
desc = "These handy darts can be filled up with any chemical and be shot with a shotgun! \
|
|
Prank your friends by shooting them with laughter! \
|
|
Not recommended for commercial use."
|
|
item = /obj/item/ammo_casing/shotgun/dart
|
|
price_min = 10
|
|
price_max = 50
|
|
stock_min = 5
|
|
stock_max = 30
|
|
availability_prob = 40
|
|
|
|
/datum/blackmarket_item/weapon/bone_spear
|
|
name = "Bone Spear"
|
|
desc = "Authentic tribal spear, made from real bones! A steal at any price, especially if you're a caveman."
|
|
item = /obj/item/spear/bonespear
|
|
price_min = 200
|
|
price_max = 300
|
|
stock_max = 0
|
|
availability_prob = 0
|
|
|
|
/datum/blackmarket_item/weapon/emp_grenade
|
|
name = "EMP Grenade"
|
|
desc = "Use this grenade for SHOCKING results!"
|
|
item = /obj/item/grenade/empgrenade
|
|
price_min = 300
|
|
price_max = 600
|
|
stock_max = 2
|
|
availability_prob = 20
|
|
|
|
/datum/blackmarket_item/weapon/smoke_grenade
|
|
name = "Smoke Grenade"
|
|
desc = "Used for obcuring a large area with thick smoke."
|
|
item = /obj/item/grenade/smokebomb
|
|
price_min = 100
|
|
price_max = 300
|
|
stock_max = 3
|
|
availability_prob = 40
|
|
|
|
/datum/blackmarket_item/weapon/derringer
|
|
name = ".38 Derringer"
|
|
desc = "Compact safety! Now at a premium!"
|
|
item = /obj/item/gun/ballistic/derringer
|
|
price_min = 500
|
|
price_max = 1500
|
|
stock_max = 3
|
|
availability_prob = 30
|