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