86 lines
2.4 KiB
Plaintext
86 lines
2.4 KiB
Plaintext
/datum/blackmarket_item/tool
|
|
category = "Tools"
|
|
|
|
/datum/blackmarket_item/tool/caravan_wrench
|
|
name = "Experimental Wrench"
|
|
desc = "The extra fast and handy wrench you always wanted!"
|
|
item = /obj/item/wrench/caravan
|
|
stock = 1
|
|
price_min = 400
|
|
price_max = 800
|
|
availability_prob = 20
|
|
|
|
/datum/blackmarket_item/tool/caravan_wirecutters
|
|
name = "Experimental Wirecutters"
|
|
desc = "The extra fast and handy wirecutters you always wanted!"
|
|
item = /obj/item/wirecutters/caravan
|
|
stock = 1
|
|
price_min = 400
|
|
price_max = 800
|
|
availability_prob = 20
|
|
|
|
/datum/blackmarket_item/tool/caravan_screwdriver
|
|
name = "Experimental Screwdriver"
|
|
desc = "The extra fast and handy screwdriver you always wanted!"
|
|
item = /obj/item/screwdriver/caravan
|
|
stock = 1
|
|
price_min = 400
|
|
price_max = 800
|
|
availability_prob = 20
|
|
|
|
/datum/blackmarket_item/tool/caravan_crowbar
|
|
name = "Experimental Crowbar"
|
|
desc = "The extra fast and handy crowbar you always wanted!"
|
|
item = /obj/item/crowbar/red/caravan
|
|
stock = 1
|
|
price_min = 400
|
|
price_max = 800
|
|
availability_prob = 20
|
|
|
|
/datum/blackmarket_item/tool/binoculars
|
|
name = "Binoculars"
|
|
desc = "Increase your sight by 150% with this handy tool!"
|
|
item = /obj/item/binoculars
|
|
stock = 1
|
|
price_min = 400
|
|
price_max = 960
|
|
availability_prob = 30
|
|
|
|
/datum/blackmarket_item/tool/riot_shield
|
|
name = "Riot Shield"
|
|
desc = "Protect yourself from an unexpected riot at your local police department!"
|
|
item = /obj/item/shield/riot
|
|
price_min = 450
|
|
price_max = 650
|
|
stock_max = 2
|
|
availability_prob = 50
|
|
|
|
/datum/blackmarket_item/tool/thermite_bottle
|
|
name = "Thermite Bottle"
|
|
desc = "30 units of Thermite to assist in creating a quick access point or get away!"
|
|
item = /obj/item/reagent_containers/glass/bottle/thermite
|
|
price_min = 750
|
|
price_max = 1500
|
|
stock_max = 3
|
|
availability_prob = 30
|
|
|
|
/datum/blackmarket_item/tool/science_goggles
|
|
name = "Science Goggles"
|
|
desc = "These glasses scan the contents of containers and projects their contents to the user in an easy-to-read format."
|
|
item = /obj/item/clothing/glasses/science
|
|
price_min = 200
|
|
price_max = 300
|
|
stock_min = 3
|
|
stock_max = 7
|
|
availability_prob = 100
|
|
|
|
/datum/blackmarket_item/tool/meson_goggles
|
|
name = "Meson Goggles"
|
|
desc = "These let you see through walls and inspect other structures."
|
|
item = /obj/item/clothing/glasses/meson
|
|
price_min = 200
|
|
price_max = 300
|
|
stock_min = 3
|
|
stock_max = 7
|
|
availability_prob = 100
|