1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/iber_sb1.xml
2011-06-26 21:01:16 +00:00

41 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_special">
<Identity>
<Civ>iber</Civ>
<SpecificName>Monumento Venerado</SpecificName>
<Icon>structures/monument.png</Icon>
<Tooltip>All units within LOS of this monument will fight harder. Build limit: 1 per territory.</Tooltip>
<History>The Iberians were a religious people who built small monuments to their various gods. These monuments could also serve as family tombs.</History>
</Identity>
<VisualActor>
<Actor>structures/iberians/sb_1.xml</Actor>
<FoundationActor>structures/fndn_2x2.xml</FoundationActor>
</VisualActor>
<Footprint>
<Square width="10.0" depth="10.0"/>
<Height>8.0</Height>
</Footprint>
<Obstruction>
<Static width="10.0" depth="10.0"/>
</Obstruction>
<Cost>
<BuildTime>120</BuildTime>
<Resources>
<food>0</food>
<wood>0</wood>
<stone>100</stone>
<metal>100</metal>
</Resources>
</Cost>
<Health>
<Max>1200</Max>
</Health>
<Sound>
<SoundGroups>
<select>interface/select/building/sel_iber_monument.xml</select>
<constructed>interface/complete/building/complete_iber_monument.xml</constructed>
<death>attack/destruction/building_collapse_large.xml</death>
</SoundGroups>
</Sound>
</Entity>