mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Decreases HP of peacocks and both HP and crush armour of female citizens.
This was SVN commit r16757.
This commit is contained in:
parent
2a657a7eb7
commit
e5419cf19b
3 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_fauna_hunt_passive">
|
||||
<Health>
|
||||
<Max>5</Max>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Civ>gaia</Civ>
|
||||
<SpecificName>Peacock</SpecificName>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
<Armour>
|
||||
<Hack>1</Hack>
|
||||
<Pierce>1</Pierce>
|
||||
<Crush>1</Crush>
|
||||
</Armour>
|
||||
<Cost>
|
||||
<BuildTime>8</BuildTime>
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
</Resources>
|
||||
</Cost>
|
||||
<Health>
|
||||
<Max>50</Max>
|
||||
<Max>25</Max>
|
||||
</Health>
|
||||
<Identity>
|
||||
<GenericName>Female Citizen</GenericName>
|
||||
|
|
|
|||
Loading…
Reference in a new issue