mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-24 04:12:54 +00:00
This was SVN commit r7889.
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user