Reduced cost of potions

This commit is contained in:
2019-06-09 11:08:33 +10:00
parent 44fd4e4fc4
commit 86e9afb16b
4 changed files with 9 additions and 2 deletions
+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": 100, "purchasable": true, "saleable": true, "scientistsRequired": 1, "visible": true, "stealable": true, "combatBoost": 0.45 }
"Potion": { "cost": 20, "purchasable": true, "saleable": true, "scientistsRequired": 1, "visible": true, "stealable": true, "combatBoost": 0.45 }
}
}