Reduced cost of potions
This commit is contained in:
@@ -12,6 +12,7 @@ Major
|
||||
Minor
|
||||
---
|
||||
|
||||
* Proper changelog feed.
|
||||
* Implement new game ladder sorting.
|
||||
* Implement banning mechanism.
|
||||
* Implement post scrolling for news page.
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
Captain's Log, Stardate 41153.7
|
||||
---
|
||||
_9 June 2019_
|
||||
|
||||
* I've reduced the cost of potions to 20 gold.
|
||||
|
||||
@@ -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 }
|
||||
}
|
||||
}
|
||||
@@ -11,9 +11,9 @@ export default class Blurb extends React.Component {
|
||||
<p>This is a resource accumulation game, with some similarities to idle games. The idea is that you recruit new units once per day, train them as soldiers, and send them to attack other players. You can also train spies and scientists, which each grant their own benefits.</p>
|
||||
<p>You can follow the developer KR Game Studios here:</p>
|
||||
<ul>
|
||||
<li><Link to='https://discord.gg/FQmz8TN' /></li>
|
||||
<li><Link to='https://facebook.com/KRGameStudios' /></li>
|
||||
<li><Link to='https://twitter.com/KRGameStudios' /></li>
|
||||
<li><Link to='https://discord.gg/FQmz8TN' /></li>
|
||||
<li><Link to='https://www.patreon.com/krgamestudios' /></li>
|
||||
<li><Link to='https://github.com/KRGameStudios' /></li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user