Removed potions from sale

This commit is contained in:
2019-06-09 19:14:45 +10:00
parent 744ec53ef6
commit eac2c31f52
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -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...
+1 -1
View File
@@ -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 }
}
}