0ad/binaries/data/mods/public/simulation/templates/other/table_rectangle.xml

47 lines
1.0 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Identity>
<IconSheet>snPortraitSheetSpecialGaia</IconSheet>
<IconCell>4</IconCell>
<Civ>gaia</Civ>
<GenericName>Table</GenericName>
<SpecificName>Rectangle Table</SpecificName>
<History>A wooden table.</History>
</Identity>
<Minimap>
<Colour r="119" g="82" b="46"/>
</Minimap>
<Health>
<Max>100</Max>
</Health>
<Armour>
<Hack>1.0</Hack>
<Pierce>10.0</Pierce>
<Crush>10.0</Crush>
</Armour>
<Loot>
<xp>1</xp>
<food>0</food>
<wood>20</wood>
<stone>0</stone>
<metal>0</metal>
</Loot>
<VisualActor>
<Actor>props/special/eyecandy/table_rectangle.xml</Actor>
</VisualActor>
<StatusBars>
<HeightOffset>6.0</HeightOffset>
</StatusBars>
<Footprint>
<Square width="4.0" depth="5.25"/>
<Height>4.0</Height>
</Footprint>
<Obstruction>
<Static width="3.5" depth="4.75"/>
</Obstruction>
<Vision>
<Range>4</Range>
<RetainInFog>true</RetainInFog>
</Vision>
</Entity>