mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-28 13:53:01 +00:00
[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:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user