[gameplay] A24 Cavalry build time increase / speed tech cost increase

Slight debuff for cavalry: increase their build time but slightly above
10%, and increase the cost of the +10% movement speed technology.

Accepted By: FeldFeld, borg-, Nescio
Differential Revision: https://code.wildfiregames.com/D3476
This was SVN commit r24799.
This commit is contained in:
wraitii
2021-01-27 17:54:00 +00:00
parent 6a66fb8205
commit 8df9d8dcc3
3 changed files with 4 additions and 4 deletions
@@ -2,8 +2,8 @@
"genericName": "Horse Racing", "genericName": "Horse Racing",
"description": "Train your horses to move faster.", "description": "Train your horses to move faster.",
"cost": { "cost": {
"food": 200, "food": 400,
"metal": 100 "metal": 200
}, },
"requirements": { "tech": "phase_village" }, "requirements": { "tech": "phase_village" },
"requirementsTooltip": "Unlocked in Village Phase.", "requirementsTooltip": "Unlocked in Village Phase.",
@@ -17,7 +17,7 @@
</Slaughter> </Slaughter>
</Attack> </Attack>
<Cost> <Cost>
<BuildTime>16</BuildTime> <BuildTime>18</BuildTime>
<Resources> <Resources>
<food>100</food> <food>100</food>
</Resources> </Resources>
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_champion"> <Entity parent="template_unit_champion">
<Cost> <Cost>
<BuildTime>27</BuildTime> <BuildTime>30</BuildTime>
<Resources> <Resources>
<food>150</food> <food>150</food>
<wood>80</wood> <wood>80</wood>