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

39 lines
844 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Identity>
<Civ>gaia</Civ>
<GenericName>Fence</GenericName>
<SpecificName>Long Wooden Fence</SpecificName>
<History>A split rail wooden fence.</History>
</Identity>
<Health>
<Max>100</Max>
</Health>
<Armour>
<Hack>1.0</Hack>
<Pierce>1.0</Pierce>
<Crush>1.0</Crush>
</Armour>
<Loot>
<xp>1</xp>
<food>0</food>
<wood>20</wood>
<stone>0</stone>
<metal>0</metal>
</Loot>
<VisualActor>
<Actor>temp/fence_wood_long_a.xml</Actor>
</VisualActor>
<Footprint>
<Square width="0.8" depth="13.0"/>
<Height>4.0</Height>
</Footprint>
<Obstruction>
<Static width="0.8" depth="13.0"/>
</Obstruction>
<Vision>
<Range>4</Range>
<RetainInFog>true</RetainInFog>
</Vision>
</Entity>