This was SVN commit r7890.

This commit is contained in:
Michael D. Hafer 2010-08-10 00:10:23 +00:00
parent 9220424275
commit d1bc05f399
2 changed files with 0 additions and 58 deletions

View File

@ -1,29 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_entity_quasi">
<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>

View File

@ -1,29 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_entity_quasi">
<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>