mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 13:23:56 -07:00
Increases fortress build time and cost and nerfs attack and armour of crush-dealing Mauryan champion swordsmen.
This was SVN commit r16760.
This commit is contained in:
parent
d52a71ae31
commit
6b9b863747
2 changed files with 8 additions and 4 deletions
|
|
@ -31,10 +31,10 @@
|
|||
</Capturable>
|
||||
<Cost>
|
||||
<PopulationBonus>10</PopulationBonus>
|
||||
<BuildTime>300</BuildTime>
|
||||
<BuildTime>500</BuildTime>
|
||||
<Resources>
|
||||
<wood>0</wood>
|
||||
<stone>650</stone>
|
||||
<stone>1000</stone>
|
||||
</Resources>
|
||||
</Cost>
|
||||
<Footprint>
|
||||
|
|
|
|||
|
|
@ -1,13 +1,17 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_champion_infantry_swordsman">
|
||||
<Armour>
|
||||
<Hack>6</Hack>
|
||||
<Pierce>6</Pierce>
|
||||
</Armour>
|
||||
<Attack>
|
||||
<Melee>
|
||||
<Hack>0</Hack>
|
||||
<Crush>15.0</Crush>
|
||||
<Crush>12.5</Crush>
|
||||
</Melee>
|
||||
<Charge>
|
||||
<Hack>0.0</Hack>
|
||||
<Crush>30.0</Crush>
|
||||
<Crush>25.0</Crush>
|
||||
</Charge>
|
||||
</Attack>
|
||||
<Identity>
|
||||
|
|
|
|||
Loading…
Reference in a new issue