Adjusts female citizen HP cost correctly using relative templates. Fixes #3510. Patch by Palaxin.

This was SVN commit r17514.
This commit is contained in:
scythetwirler 2015-12-19 22:57:28 +00:00
parent 509028d738
commit eea104748d
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
<Entity parent="template_unit_support_female_citizen">
<Attack>
<Melee>
<Hack>7</Hack>
<Hack op="mul">3.5</Hack>
</Melee>
</Attack>
<Builder>
@ -11,7 +11,7 @@
</Entities>
</Builder>
<Health>
<Max>75</Max>
<Max op="mul">1.5</Max>
</Health>
<Identity>
<Civ>brit</Civ>

View File

@ -2,7 +2,7 @@
<Entity parent="template_unit_support_female_citizen">
<Attack>
<Melee>
<Hack>7</Hack>
<Hack op="mul">3.5</Hack>
</Melee>
</Attack>
<Builder>
@ -11,7 +11,7 @@
</Entities>
</Builder>
<Health>
<Max>75</Max>
<Max op="mul">1.5</Max>
</Health>
<Identity>
<Civ>gaul</Civ>

View File

@ -18,7 +18,7 @@
</Entities>
</Builder>
<Health>
<Max>90</Max>
<Max op="mul">1.8</Max>
</Health>
<Identity>
<Civ>spart</Civ>