1
0
forked from 0ad/0ad

Tweaked garrison capacity.

This was SVN commit r11358.
This commit is contained in:
Michael D. Hafer 2012-03-17 22:16:48 +00:00
parent dc920f3c50
commit 148f84b708
2 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,9 @@
<Square width="24.0" depth="44.0"/>
<Height>12.0</Height>
</Footprint>
<GarrisonHolder>
<Max>30</Max>
</GarrisonHolder>
<Identity>
<Civ>rome</Civ>
<GenericName>Temple of Mars</GenericName>

View File

@ -26,7 +26,7 @@
<Height>12.0</Height>
</Footprint>
<GarrisonHolder>
<Max>15</Max>
<Max>20</Max>
<EjectHealth>0.1</EjectHealth>
<List datatype="tokens">Support Infantry Cavalry</List>
<BuffHeal>3</BuffHeal>
@ -37,7 +37,7 @@
</Health>
<Identity>
<GenericName>Temple</GenericName>
<Tooltip>Train healers. Garrison up to 15 units to heal them at a quick rate.</Tooltip>
<Tooltip>Train healers. Garrison up to 20 units to heal them at a quick rate.</Tooltip>
<Classes datatype="tokens">Town</Classes>
<Icon>structures/temple.png</Icon>
</Identity>