1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/other/hellenic_stoa.xml
Mythos_Ruler 88307763f6 New "Stoa" object.
This was SVN commit r8110.
2010-09-13 05:04:02 +00:00

52 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Identity>
<IconSheet>snPortraitSheetSpecialGaia</IconSheet>
<IconCell>5</IconCell>
<Civ>hele</Civ>
<GenericName>Stoa</GenericName>
<SpecificName>Hellenic Stoa</SpecificName>
<History>A structure built for civic purposes. Stoa eventually became meeting places for philosophy and commerce. They were usually built within the Agora, or city center, of a Greek city.</History>
<Tooltip>Add +10 to Population Cap.</Tooltip>
</Identity>
<Cost>
<PopulationBonus>10</PopulationBonus>
<BuildTime>300</BuildTime>
<Resources>
<food>0</food>
<wood>0</wood>
<stone>100</stone>
<metal>100</metal>
</Resources>
</Cost>
<Health>
<Max>1000</Max>
</Health>
<Armour>
<Hack>20.0</Hack>
<Pierce>40.0</Pierce>
<Crush>10.0</Crush>
</Armour>
<Loot>
<xp>100</xp>
<food>0</food>
<wood>0</wood>
<stone>20000</stone>
<metal>20000</metal>
</Loot>
<VisualActor>
<Actor>special/greek_stoa.xml</Actor>
</VisualActor>
<Footprint>
<Square width="28" depth="12.0"/>
<Height>10.0</Height>
</Footprint>
<Obstruction>
<Static width="26.0" depth="10.5"/>
</Obstruction>
<Vision>
<Range>40</Range>
<RetainInFog>true</RetainInFog>
</Vision>
</Entity>