0ad/binaries/data/mods/public/simulation/templates/structures/spart_theatron.xml
Mythos_Ruler c0b84fb41f Added build limits for Theater, Council Chamber, and Library.
Added Ptolemies civ json file. I am getting a javascript error in-game
though. Need help trouble shooting it.

This was SVN commit r13876.
2013-09-21 07:33:22 +00:00

53 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_special">
<BuildRestrictions>
<Category>Theater</Category>
</BuildRestrictions>
<Cost>
<BuildTime>500</BuildTime>
<Resources>
<wood>0</wood>
<stone>500</stone>
<metal>500</metal>
</Resources>
</Cost>
<Footprint replace="">
<Circle radius="24.0"/>
<Height>10.0</Height>
</Footprint>
<Health>
<Max>5000</Max>
</Health>
<Identity>
<Civ>spart</Civ>
<GenericName>Greek Theater</GenericName>
<SpecificName>Théātron</SpecificName>
<Tooltip>Take advantage of the Hellenisation special technology.</Tooltip>
<History>Greek theatres were places where the immortal tragedies of Aeschylus, Sophocles and many other talented dramatists were staged to the delight of the populace. They were instrumental in enriching Hellenic culture and spreading its influence.</History>
<Icon>structures/theatron.png</Icon>
</Identity>
<Obstruction>
<Static width="46.0" depth="46.0"/>
</Obstruction>
<ProductionQueue>
<BatchTimeModifier>0.8</BatchTimeModifier>
<Technologies datatype="tokens">
hellenes/temp_special_hellenization
</Technologies>
</ProductionQueue>
<Sound>
<SoundGroups>
<select>interface/select/building/sel_theater.xml</select>
<constructed>interface/complete/building/complete_theatre.xml</constructed>
<death>attack/destruction/building_collapse_large.xml</death>
</SoundGroups>
</Sound>
<TerritoryInfluence>
<Radius>100</Radius>
</TerritoryInfluence>
<VisualActor>
<Actor>structures/spartans/theatron.xml</Actor>
<FoundationActor>structures/fndn_theatron.xml</FoundationActor>
</VisualActor>
</Entity>