1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/other/hellenic_stoa.xml
Mythos_Ruler 6670195fcf Some cool stuff.
This was SVN commit r11432.
2012-04-04 22:32:43 +00:00

61 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Armour>
<Hack>20.0</Hack>
<Pierce>40.0</Pierce>
<Crush>10.0</Crush>
</Armour>
<BuildRestrictions>
<Category>Stoa</Category>
</BuildRestrictions>
<Cost>
<PopulationBonus>10</PopulationBonus>
<BuildTime>110</BuildTime>
<Resources>
<food>0</food>
<wood>0</wood>
<stone>100</stone>
<metal>100</metal>
</Resources>
</Cost>
<Footprint>
<Square width="28" depth="12.0"/>
<Height>10.0</Height>
</Footprint>
<Health>
<Max>1100</Max>
</Health>
<Identity>
<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>
<Icon>gaia/special_stoa.png</Icon>
</Identity>
<Loot>
<xp>10</xp>
<food>0</food>
<wood>0</wood>
<stone>50</stone>
<metal>50</metal>
</Loot>
<Obstruction>
<Static width="26.0" depth="10.5"/>
</Obstruction>
<RallyPoint disable=""/>
<TerritoryInfluence>
<Root>false</Root>
<Radius>36</Radius>
<Weight>65536</Weight>
</TerritoryInfluence>
<Vision>
<Range>40</Range>
<RetainInFog>true</RetainInFog>
</Vision>
<VisualActor>
<Actor>special/greek_stoa.xml</Actor>
<FoundationActor>structures/fndn_wall.xml</FoundationActor>
</VisualActor>
</Entity>