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

41 lines
975 B
XML
Raw Normal View History

2010-08-16 02:50:45 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Identity>
2010-08-18 04:56:24 +02:00
<IconSheet>snPortraitSheetSpecialGaia</IconSheet>
2010-08-18 04:15:59 +02:00
<IconCell>2</IconCell>
2010-08-16 02:50:45 +02:00
<Civ>gaia</Civ>
<GenericName>Obelisk</GenericName>
<SpecificName>Egyptian Obelisk</SpecificName>
<History>A monumental ornamental structure built by the Egyptians of old.</History>
</Identity>
<Health>
<Max>1000</Max>
</Health>
<Armour>
<Hack>15.0</Hack>
<Pierce>20.0</Pierce>
<Crush>20.0</Crush>
</Armour>
<Loot>
<xp>1</xp>
<food>0</food>
<wood>0</wood>
<stone>200</stone>
<metal>200</metal>
</Loot>
<VisualActor>
<Actor>props/special/eyecandy/obelisk.xml</Actor>
</VisualActor>
<Footprint>
<Square width="4.5" depth="4.5"/>
<Height>10.0</Height>
</Footprint>
<Obstruction>
<Static width="4.0" depth="4.0"/>
</Obstruction>
<Vision>
<Range>4</Range>
<RetainInFog>true</RetainInFog>
</Vision>
</Entity>