1
0
forked from 0ad/0ad

This was SVN commit r8284.

This commit is contained in:
ShieldBearer 2010-10-05 09:08:40 +00:00
parent 9faedfbc90
commit e9d3bf05a8

View File

@ -1,43 +1,48 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic">
<Identity>
<GenericName>Outpost</GenericName>
<IconCell>14</IconCell>
<Tooltip>Garrison to reconnoiter and to provide defense.</Tooltip>
<Classes datatype="tokens">Village Defensive</Classes>
</Identity>
<BuildRestrictions>
<Category>ScoutTower</Category>
</BuildRestrictions>
<Cost>
<BuildTime>48</BuildTime>
<Resources>
<wood>50</wood>
<stone>50</stone>
</Resources>
</Cost>
<Health>
<Max>1200</Max>
</Health>
<Armour>
<Hack>15.0</Hack>
<Pierce>40.0</Pierce>
<Crush>10.0</Crush>
</Armour>
<VisualActor>
<FoundationActor>structures/fndn_2x2.xml</FoundationActor>
</VisualActor>
<Footprint>
<Square width="7.5" depth="7.5"/>
<Height>15.0</Height>
</Footprint>
<Obstruction>
<Static width="7.0" depth="7.0"/>
</Obstruction>
<Vision>
<Range>80</Range>
</Vision>
<GarrisonHolder>
<Max>5</Max>
</GarrisonHolder>
</Entity>
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic">
<Identity>
<GenericName>Outpost</GenericName>
<IconCell>14</IconCell>
<Tooltip>Garrison to reconnoiter and to provide defense.</Tooltip>
<Classes datatype="tokens">Village Defensive</Classes>
</Identity>
<BuildRestrictions>
<Category>ScoutTower</Category>
</BuildRestrictions>
<Cost>
<BuildTime>48</BuildTime>
<Resources>
<wood>50</wood>
<stone>50</stone>
</Resources>
</Cost>
<Health>
<Max>1200</Max>
</Health>
<Armour>
<Hack>15.0</Hack>
<Pierce>40.0</Pierce>
<Crush>10.0</Crush>
</Armour>
<VisualActor>
<FoundationActor>structures/fndn_2x2.xml</FoundationActor>
</VisualActor>
<Footprint>
<Square width="7.5" depth="7.5"/>
<Height>15.0</Height>
</Footprint>
<Obstruction>
<Static width="7.0" depth="7.0"/>
</Obstruction>
<StatusBars>
<BarWidth>6.0</BarWidth>
<BarHeight>0.6</BarHeight>
<HeightOffset>21.0</HeightOffset>
</StatusBars>
<Vision>
<Range>80</Range>
</Vision>
<GarrisonHolder>
<Max>5</Max>
</GarrisonHolder>
</Entity>