From eac2c31f525dfbdafc9b50489d5dcb9e860265a1 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 9 Jun 2019 19:14:45 +1000 Subject: [PATCH] Removed potions from sale --- public/news/2019-06-09-02.md | 10 ++++++++++ server/equipment_statistics.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 public/news/2019-06-09-02.md diff --git a/public/news/2019-06-09-02.md b/public/news/2019-06-09-02.md new file mode 100644 index 0000000..9efdc3a --- /dev/null +++ b/public/news/2019-06-09-02.md @@ -0,0 +1,10 @@ +Well, That Sucked. +--- +_9 June 2019_ + +I originally intended for potions to be a gold sink, but judgeing from the math they're really unappealing. + +I've removed potions from sale, and their no longer visible in the client. They can still be used and stolen though. + +I'll work on something else to replace them, but I'm only one man, and there's a lot to do... + diff --git a/server/equipment_statistics.json b/server/equipment_statistics.json index 4f41ae9..052c448 100644 --- a/server/equipment_statistics.json +++ b/server/equipment_statistics.json @@ -13,6 +13,6 @@ "Platemail": { "cost": 200, "purchasable": true, "saleable": true, "scientistsRequired": 5, "visible": true, "stealable": true, "combatBoost": 0.10 } }, "Consumable": { - "Potion": { "cost": 20, "purchasable": true, "saleable": true, "scientistsRequired": 1, "visible": true, "stealable": true, "combatBoost": 0.45 } + "Potion": { "cost": 20, "purchasable": false, "saleable": true, "scientistsRequired": 1, "visible": false, "stealable": true, "combatBoost": 0.45 } } } \ No newline at end of file