1
0
forked from mirrors/0ad

Allow garrisoning of siege weapons in the Fortress

Civil Center can now hold 20 units
Temple can now garrison units (15)

This was SVN commit r8460.
This commit is contained in:
WhiteTreePaladin
2010-10-25 04:21:18 +00:00
parent b680e95e25
commit 7492f458e0
3 changed files with 8 additions and 1 deletions
@@ -43,7 +43,7 @@
<Range>100</Range>
</Vision>
<GarrisonHolder>
<Max>15</Max>
<Max>20</Max>
<EjectHealth>0.1</EjectHealth>
<List datatype="tokens">Support Infantry Cavalry</List>
<BuffHeal>1</BuffHeal>
@@ -45,4 +45,10 @@
<Speed>1000</Speed>
</Heal>
</Auras>
<GarrisonHolder>
<Max>15</Max>
<EjectHealth>0.1</EjectHealth>
<List datatype="tokens">Support Infantry Cavalry</List>
<BuffHeal>1</BuffHeal>
</GarrisonHolder>
</Entity>
@@ -2,6 +2,7 @@
<Entity parent="template_unit_mechanical">
<Identity>
<GenericName>Siege</GenericName>
<Classes datatype="tokens">Siege</Classes>
</Identity>
<Position>
<Anchor>pitch-roll</Anchor>