chances to appear, some price changes
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
price_max = 200
|
||||
stock_min = 3
|
||||
stock_max = 7
|
||||
availability_prob = 80
|
||||
availability_prob = 100
|
||||
|
||||
/datum/blackmarket_item/clothing/earmuffs
|
||||
name = "Earmuffs"
|
||||
@@ -63,4 +63,4 @@
|
||||
price_max = 200
|
||||
stock_min = 3
|
||||
stock_max = 7
|
||||
availability_prob = 80
|
||||
availability_prob = 100
|
||||
|
||||
@@ -55,11 +55,11 @@
|
||||
stock_max = 5
|
||||
price_min = 80
|
||||
price_max = 170
|
||||
availability_prob = 90
|
||||
availability_prob = 70
|
||||
|
||||
/datum/blackmarket_item/consumable/stray_drink
|
||||
name = "A random drink"
|
||||
desc = "A surprise drink direcly from the counter. No refunds on spilling."
|
||||
desc = "A surprise drink direcly from the counter. No refunds if the glass breaks." // it will always break if it's launched at the station
|
||||
item = /obj/item/reagent_containers/food/drinks/drinkingglass
|
||||
stock_min = 10
|
||||
stock_max = 15
|
||||
|
||||
@@ -37,11 +37,11 @@
|
||||
name = "Strange Seeds"
|
||||
desc = "An Exotic Variety of seed that can contain anything from glow to acid."
|
||||
item = /obj/item/seeds/random
|
||||
price_min = 320
|
||||
price_max = 360
|
||||
price_min = 250
|
||||
price_max = 350
|
||||
stock_min = 2
|
||||
stock_max = 5
|
||||
availability_prob = 80
|
||||
availability_prob = 100
|
||||
|
||||
/datum/blackmarket_item/misc/smugglers_satchel
|
||||
name = "Smuggler's Satchel"
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
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 = 250
|
||||
price_max = 300
|
||||
stock_max = 5
|
||||
availability_prob = 80
|
||||
|
||||
@@ -78,6 +78,6 @@
|
||||
desc = "These let you see through walls and inspect other structures."
|
||||
item = /obj/item/clothing/glasses/meson
|
||||
price_min = 200
|
||||
price_max = 250
|
||||
price_max = 300
|
||||
stock_max = 5
|
||||
availability_prob = 80
|
||||
|
||||
Reference in New Issue
Block a user