1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/other/fence_stone.xml

46 lines
1.0 KiB
XML
Raw Normal View History

2010-09-02 21:21:49 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Armour>
<Hack>5.0</Hack>
<Pierce>15.0</Pierce>
<Crush>5.0</Crush>
</Armour>
<BuildRestrictions>
<Category>Special</Category>
</BuildRestrictions>
<Footprint>
<Square width="1.5" depth="11.0"/>
<Height>4.0</Height>
</Footprint>
<Health>
<Max>200</Max>
</Health>
2010-09-02 21:21:49 +02:00
<Identity>
<Civ>gaia</Civ>
<GenericName>Stone Fence</GenericName>
<SpecificName>Stone Fence</SpecificName>
<History>A stone fence.</History>
<Icon>gaia/special_fence.png</Icon>
2010-09-02 21:21:49 +02:00
</Identity>
<Loot>
<xp>1</xp>
<food>0</food>
<wood>0</wood>
<stone>20</stone>
<metal>0</metal>
</Loot>
<Obstruction>
<Static width="1.0" depth="10.5"/>
</Obstruction>
<StatusBars>
<HeightOffset>6.0</HeightOffset>
</StatusBars>
2010-09-02 21:21:49 +02:00
<Vision>
<Range>4</Range>
<RetainInFog>true</RetainInFog>
</Vision>
<VisualActor>
<Actor>props/special/eyecandy/fence_stone_medit.xml</Actor>
</VisualActor>
2010-09-02 21:21:49 +02:00
</Entity>