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:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user