Renamed some wonder templates. Let us know if it breaks anything.

This was SVN commit r13258.
This commit is contained in:
Michael D. Hafer 2013-03-11 01:08:48 +00:00
parent 0e6d764162
commit ba38a22abe
4 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_wonder">
<Footprint replace="">
<Square width="62.0" depth="62.0"/>
<Height>10.0</Height>
</Footprint>
<Health>
<Max>4400</Max>
</Health>
<Identity>
<Civ>pers</Civ>
<GenericName>Special Structure</GenericName>
<SpecificName>Hanging Gardens of Babylon</SpecificName>
<History>A magnificent structure built in the 6th century BC by the Neo-Babylonian king Nebuchadnezzar II in order to please his wife Amytis of Media, who was homesick for the gardens and mountains of her homeland.</History>
<Icon>structures/gardens.png</Icon>
</Identity>
<Loot>
<xp>200</xp>
</Loot>
<Obstruction>
<Static width="59.0" depth="59.0"/>
</Obstruction>
<Sound>
<SoundGroups>
<select>interface/select/building/sel_temple.xml</select>
<death>attack/destruction/building_collapse_large.xml</death>
</SoundGroups>
</Sound>
<StatusBars>
<BarWidth>6.0</BarWidth>
<BarHeight>0.6</BarHeight>
<HeightOffset>12.0</HeightOffset>
</StatusBars>
<TerritoryInfluence>
<Radius>100</Radius>
</TerritoryInfluence>
<Vision>
<Range>72</Range>
<RetainInFog>true</RetainInFog>
</Vision>
<VisualActor>
<Actor>structures/persians/gardens_struct.xml</Actor>
</VisualActor>
</Entity>