0ad/binaries/data/mods/public/simulation/templates/structures/mace_library.xml
Enrique dd69fac774 Added generic stone rubbles for sizes 4x2, 4x4, 4x6, 5x5 and 6x4 with AO and their respective destruct decals.
Modified several templates to spawn its correct rubble on death.

This was SVN commit r12985.
2012-12-12 19:06:58 +00:00

42 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_special">
<Footprint>
<Square width="29.0" depth="34.0"/>
<Height>9.0</Height>
</Footprint>
<Health>
<SpawnEntityOnDeath>rubble/rubble_stone_4x6</SpawnEntityOnDeath>
</Health>
<Identity>
<Civ>mace</Civ>
<GenericName>Library</GenericName>
<SpecificName>Bibliothikon</SpecificName>
<Tooltip>Research special technologies and reduce the research time of all remaining technologies.</Tooltip>
<History>Alexander the Great founded libraries all over his new empire. These became a center of learning for an entirely new synthesized culture: the Hellenistic culture.</History>
<Icon>structures/library_scroll.png</Icon>
</Identity>
<Obstruction>
<Static width="25.0" depth="30.0"/>
</Obstruction>
<ProductionQueue>
<BatchTimeModifier>0.7</BatchTimeModifier>
<Technologies datatype="tokens">
hellenes/special_hellenistic_metropolis
</Technologies>
</ProductionQueue>
<Sound>
<SoundGroups>
<select>interface/select/building/sel_temple.xml</select>
<constructed>interface/complete/building/complete_temple.xml</constructed>
<death>attack/destruction/building_collapse_large.xml</death>
</SoundGroups>
</Sound>
<TerritoryInfluence>
<Radius>50</Radius>
</TerritoryInfluence>
<VisualActor>
<Actor>structures/macedonians/library.xml</Actor>
<FoundationActor>structures/fndn_4x6.xml</FoundationActor>
</VisualActor>
</Entity>