1
0
forked from 0ad/0ad

[gameplay] Increase the cost of mercenary cavalry from 80 to 90 metal.

Patch by: @marder
Accepted by: @ValihrAnt
Differential Revision: https://code.wildfiregames.com/D4515
This was SVN commit r26678.
This commit is contained in:
Stan 2022-03-19 17:00:56 +00:00
parent 83bdd88f4a
commit 897b37040c

View File

@ -2,10 +2,13 @@
<Entity parent="mercenary">
<Cost>
<Resources>
<metal>80</metal>
<metal>90</metal>
</Resources>
</Cost>
<Loot>
<metal>8</metal>
<metal>9</metal>
</Loot>
<Promotion>
<RequiredXp>300</RequiredXp>
</Promotion>
</Entity>