mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-06 06:52:39 +00:00
* Re-assesses 99% of vending prices through Arconomics to match player resources and round-length. (#54715) * The Re-pricening * Rewritten and adjusted for paycheck defines. * I made the map changes finally. * And the refills too. * "OH YEAH REPLACING IT ALL WITH DEFINES AND SCALING IT THE EXCEL DOCUMENT WILL BE EASY, ARCANE!!!" * And the premium ones too. * Accidently spoiled a future pr due to dme bleedover * Re-assesses 99% of vending prices through Arconomics to match player resources and round-length. Co-authored-by: ArcaneMusic <41715314+ArcaneMusic@users.noreply.github.com>
29 lines
1.3 KiB
Plaintext
29 lines
1.3 KiB
Plaintext
/obj/machinery/vending/hydronutrients
|
|
name = "\improper NutriMax"
|
|
desc = "A plant nutrients vendor."
|
|
product_slogans = "Aren't you glad you don't have to fertilize the natural way?;Now with 50% less stink!;Plants are people too!"
|
|
product_ads = "We like plants!;Don't you want some?;The greenest thumbs ever.;We like big plants.;Soft soil..."
|
|
icon_state = "nutri"
|
|
icon_deny = "nutri-deny"
|
|
light_mask = "nutri-light-mask"
|
|
products = list(/obj/item/reagent_containers/glass/bottle/nutrient/ez = 30,
|
|
/obj/item/reagent_containers/glass/bottle/nutrient/l4z = 20,
|
|
/obj/item/reagent_containers/glass/bottle/nutrient/rh = 10,
|
|
/obj/item/reagent_containers/spray/pestspray = 20,
|
|
/obj/item/reagent_containers/syringe = 5,
|
|
/obj/item/storage/bag/plants = 5,
|
|
/obj/item/cultivator = 3,
|
|
/obj/item/shovel/spade = 3,
|
|
/obj/item/secateurs = 3,
|
|
/obj/item/plant_analyzer = 4)
|
|
contraband = list(/obj/item/reagent_containers/glass/bottle/ammonia = 10,
|
|
/obj/item/reagent_containers/glass/bottle/diethylamine = 5)
|
|
refill_canister = /obj/item/vending_refill/hydronutrients
|
|
default_price = PAYCHECK_ASSISTANT * 0.8
|
|
extra_price = PAYCHECK_HARD * 0.8
|
|
payment_department = ACCOUNT_SRV
|
|
|
|
/obj/item/vending_refill/hydronutrients
|
|
machine_name = "NutriMax"
|
|
icon_state = "refill_plant"
|