This was SVN commit r7889.

This commit is contained in:
Mythos_Ruler
2010-08-10 00:09:55 +00:00
parent 4030430722
commit 9220424275
2 changed files with 58 additions and 0 deletions
@@ -0,0 +1,29 @@
<?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>
<DeathType>vanish</DeathType>
<Max>50</Max>
</Health>
<Armour>
<Hack>1.0</Hack>
<Pierce>1.0</Pierce>
<Crush>1.0</Crush>
</Armour>
<VisualActor>
<Actor>temp/fence_wood_long_a.xml</Actor>
</VisualActor>
<Footprint>
<Square width="0.8" depth="13.0"/>
<Height>4.0</Height>
</Footprint>
<Vision>
<Range>4</Range>
<RetainInFog>true</RetainInFog>
</Vision>
</Entity>
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Identity>
<Civ>gaia</Civ>
<GenericName>Fence</GenericName>
<SpecificName>Short Wooden Fence</SpecificName>
<History>A split rail wooden fence.</History>
</Identity>
<Health>
<DeathType>vanish</DeathType>
<Max>30</Max>
</Health>
<Armour>
<Hack>1.0</Hack>
<Pierce>1.0</Pierce>
<Crush>1.0</Crush>
</Armour>
<VisualActor>
<Actor>temp/fence_wood_short_a.xml</Actor>
</VisualActor>
<Footprint>
<Square width="0.8" depth="6.5"/>
<Height>4.0</Height>
</Footprint>
<Vision>
<Range>4</Range>
<RetainInFog>true</RetainInFog>
</Vision>
</Entity>