mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-23 05:32:11 +00:00
removes <Actor> from the generic template_* files
removes <SpecificName> from the generic template_* files removes <GenericName> from the gaia/ruins/* files removes <GenericName> from the gaia/treasure/* files removes <Icon> from the gaia/treasure/* files if it's identical to the parent template adds the appropriate actors to their specific children in the cases they were not yet included there adds the appropriate specific names to their specific children in the cases they were not yet included there use title case for the gaul theatron <Actor> is still present in the following generic templates: template_formation.xml template_unit_catafalque.xml Reviewed by: @Stan Patch by: @Nescio Differential Revision: https://code.wildfiregames.com/D1759 This was SVN commit r22256.
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
<Height>2.5</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Ruins</GenericName>
|
||||
<SpecificName>Ancient Ruins</SpecificName>
|
||||
<Icon>gaia/special_fence.png</Icon>
|
||||
</Identity>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<Height>10.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Pyramid</GenericName>
|
||||
<SpecificName>Great Pyramid</SpecificName>
|
||||
<Icon>gaia/special_pyramid.png</Icon>
|
||||
</Identity>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<Height>10.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Pyramid</GenericName>
|
||||
<SpecificName>Minor Pyramid</SpecificName>
|
||||
<Icon>gaia/special_pyramid.png</Icon>
|
||||
</Identity>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<Height>2.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Stone Ruins</GenericName>
|
||||
<SpecificName>Celtic Standing Stone</SpecificName>
|
||||
<Icon>gaia/special_treasure.png</Icon>
|
||||
</Identity>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<Height>12.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Stone Ruins</GenericName>
|
||||
<SpecificName>Ptolemaic Egyptian Statues</SpecificName>
|
||||
<Icon>structures/statue.png</Icon>
|
||||
</Identity>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<Height>12.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Stone Ruins</GenericName>
|
||||
<SpecificName>Kushite Statue</SpecificName>
|
||||
<Icon>structures/statue.png</Icon>
|
||||
</Identity>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<Height>12.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Stone Ruins</GenericName>
|
||||
<SpecificName>Roman Statues</SpecificName>
|
||||
<Icon>structures/statue.png</Icon>
|
||||
</Identity>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<Height>12.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Ruins</GenericName>
|
||||
<SpecificName>Unfinished Greek Temple</SpecificName>
|
||||
<Tooltip>This temple is unfinished and has fallen to ruin.</Tooltip>
|
||||
<Icon>structures/temple.png</Icon>
|
||||
|
||||
@@ -5,9 +5,8 @@
|
||||
<Height>2.5</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Treasure</GenericName>
|
||||
<SpecificName>Food Treasure</SpecificName>
|
||||
<Icon>gaia/special_treasure.png</Icon>
|
||||
<Icon>gaia/special_treasure_food.png</Icon>
|
||||
</Identity>
|
||||
<ResourceSupply>
|
||||
<Amount>100</Amount>
|
||||
|
||||
+1
-2
@@ -5,9 +5,8 @@
|
||||
<Height>2.5</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Treasure</GenericName>
|
||||
<SpecificName>Half-buried Barrels</SpecificName>
|
||||
<Icon>gaia/special_treasure.png</Icon>
|
||||
<Icon>gaia/special_treasure_food.png</Icon>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="7.0" depth="7.0"/>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<Height>12.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Treasure</GenericName>
|
||||
<SpecificName>Food Treasure</SpecificName>
|
||||
<Icon>gaia/special_treasure_food.png</Icon>
|
||||
</Identity>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<Height>12.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Treasure</GenericName>
|
||||
<SpecificName>Food Treasure</SpecificName>
|
||||
<Icon>gaia/special_treasure_food.png</Icon>
|
||||
</Identity>
|
||||
|
||||
@@ -5,9 +5,8 @@
|
||||
<Height>2.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Treasure</GenericName>
|
||||
<SpecificName>Food Treasure</SpecificName>
|
||||
<Icon>gaia/special_treasure.png</Icon>
|
||||
<Icon>gaia/special_treasure_food.png</Icon>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="6.5" depth="6.5"/>
|
||||
|
||||
@@ -5,9 +5,8 @@
|
||||
<Height>2.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Food Treasure</GenericName>
|
||||
<SpecificName>Persian Food Stores</SpecificName>
|
||||
<Icon>gaia/special_treasure.png</Icon>
|
||||
<Icon>gaia/special_treasure_food.png</Icon>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="8.0" depth="8.0"/>
|
||||
|
||||
@@ -5,9 +5,8 @@
|
||||
<Height>12.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Food Treasure</GenericName>
|
||||
<SpecificName>Persian Food Treasure</SpecificName>
|
||||
<Icon>gaia/special_treasure.png</Icon>
|
||||
<Icon>gaia/special_treasure_food.png</Icon>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="5.0" depth="5.0"/>
|
||||
|
||||
@@ -5,9 +5,7 @@
|
||||
<Height>2.5</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Treasure</GenericName>
|
||||
<SpecificName>Golden Fleece</SpecificName>
|
||||
<Icon>gaia/special_treasure.png</Icon>
|
||||
</Identity>
|
||||
<ResourceSupply>
|
||||
<Amount>1000</Amount>
|
||||
|
||||
@@ -5,9 +5,7 @@
|
||||
<Height>2.5</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Metal Treasure</GenericName>
|
||||
<SpecificName>Secret Box</SpecificName>
|
||||
<Icon>gaia/special_treasure.png</Icon>
|
||||
</Identity>
|
||||
<ResourceSupply>
|
||||
<Amount>300</Amount>
|
||||
|
||||
@@ -5,9 +5,7 @@
|
||||
<Height>12.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Metal Treasure</GenericName>
|
||||
<SpecificName>Persian Wares</SpecificName>
|
||||
<Icon>gaia/special_treasure.png</Icon>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="7.0" depth="7.0"/>
|
||||
|
||||
@@ -5,9 +5,7 @@
|
||||
<Height>12.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Metal Treasure</GenericName>
|
||||
<SpecificName>Persian Rugs</SpecificName>
|
||||
<Icon>gaia/special_treasure.png</Icon>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="5.0" depth="3.0"/>
|
||||
|
||||
@@ -5,9 +5,7 @@
|
||||
<Height>2.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Treasure</GenericName>
|
||||
<SpecificName>Pegasus</SpecificName>
|
||||
<Icon>gaia/special_treasure.png</Icon>
|
||||
</Identity>
|
||||
<ResourceSupply>
|
||||
<Amount>1000</Amount>
|
||||
|
||||
@@ -5,10 +5,8 @@
|
||||
<Height>9.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Treasure</GenericName>
|
||||
<SpecificName>Shipwreck</SpecificName>
|
||||
<Tooltip>A decaying military shipwreck. A good opportunity for any businessman.</Tooltip>
|
||||
<Icon>gaia/special_treasure.png</Icon>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="20.0" depth="10.0"/>
|
||||
|
||||
@@ -5,9 +5,7 @@
|
||||
<Height>2.5</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Treasure</GenericName>
|
||||
<SpecificName>Shipwreck Cargo</SpecificName>
|
||||
<Icon>gaia/special_treasure.png</Icon>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="7.0" depth="7.0"/>
|
||||
|
||||
@@ -5,10 +5,8 @@
|
||||
<Height>9.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Treasure</GenericName>
|
||||
<SpecificName>Shipwreck</SpecificName>
|
||||
<Tooltip>A shipwreck with much loss of life. A good opportunity for any businessman.</Tooltip>
|
||||
<Icon>gaia/special_treasure.png</Icon>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="21.0" depth="11.0"/>
|
||||
|
||||
@@ -5,10 +5,8 @@
|
||||
<Height>9.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Treasure</GenericName>
|
||||
<SpecificName>Shipwreck</SpecificName>
|
||||
<Tooltip>The wreck of a small cargo ship. A good opportunity for any businessman.</Tooltip>
|
||||
<Icon>gaia/special_treasure.png</Icon>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="8.0" depth="14.0"/>
|
||||
|
||||
-2
@@ -5,10 +5,8 @@
|
||||
<Height>9.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Treasure</GenericName>
|
||||
<SpecificName>Shipwreck</SpecificName>
|
||||
<Tooltip>A cargo ship rammed in half. A good opportunity for any businessman.</Tooltip>
|
||||
<Icon>gaia/special_treasure.png</Icon>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="9.0" depth="17.0"/>
|
||||
|
||||
@@ -5,9 +5,7 @@
|
||||
<Height>2.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Stone Treasure</GenericName>
|
||||
<SpecificName>Celtic Standing Stone</SpecificName>
|
||||
<Icon>gaia/special_treasure.png</Icon>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="2.0" depth="2.0"/>
|
||||
|
||||
@@ -5,9 +5,7 @@
|
||||
<Height>2.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Treasure</GenericName>
|
||||
<SpecificName>Stone Treasure</SpecificName>
|
||||
<Icon>gaia/special_treasure.png</Icon>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="6.5" depth="6.5"/>
|
||||
|
||||
@@ -5,9 +5,7 @@
|
||||
<Height>12.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Treasure</GenericName>
|
||||
<SpecificName>Wood Treasure</SpecificName>
|
||||
<Icon>gaia/special_treasure.png</Icon>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="3.5" depth="6.5"/>
|
||||
|
||||
@@ -2,5 +2,9 @@
|
||||
<Entity parent="template_structure_civic_hellenic_royal_stoa">
|
||||
<Identity>
|
||||
<Civ>athen</Civ>
|
||||
<SpecificName>Stoá</SpecificName>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>special/greek_stoa_great.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<Entity parent="template_structure_special_theatron">
|
||||
<Identity>
|
||||
<Civ>athen</Civ>
|
||||
<SpecificName>Théātron</SpecificName>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>structures/athenians/theatron.xml</Actor>
|
||||
|
||||
@@ -4,4 +4,7 @@
|
||||
<Civ>gaul</Civ>
|
||||
<SpecificName>Brauon</SpecificName>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>structures/celts/special.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<Auras disable=""/>
|
||||
<Identity>
|
||||
<Civ>gaul</Civ>
|
||||
<GenericName>Assembly of princes</GenericName>
|
||||
<GenericName>Assembly of Princes</GenericName>
|
||||
<SpecificName>Remogantion</SpecificName>
|
||||
</Identity>
|
||||
<Footprint replace="">
|
||||
|
||||
@@ -4,4 +4,7 @@
|
||||
<Civ>mace</Civ>
|
||||
<SpecificName>Bibliothḗkē</SpecificName>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>structures/macedonians/library.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
|
||||
@@ -2,5 +2,9 @@
|
||||
<Entity parent="template_structure_civic_hellenic_royal_stoa">
|
||||
<Identity>
|
||||
<Civ>mace</Civ>
|
||||
<SpecificName>Stoá</SpecificName>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>special/greek_stoa_great.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<Entity parent="template_structure_special_theatron">
|
||||
<Identity>
|
||||
<Civ>mace</Civ>
|
||||
<SpecificName>Théātron</SpecificName>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>structures/macedonians/theatron.xml</Actor>
|
||||
|
||||
@@ -6,8 +6,7 @@
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<GenericName>Military Colony</GenericName>
|
||||
<SpecificName>Klēroukhia</SpecificName>
|
||||
<SpecificName>Klēroukhía</SpecificName>
|
||||
<Tooltip>This is the Ptolemaic expansion building, similar to Civic Centers for other factions. It is weaker and carries a smaller territory influence, but is cheaper and built faster. Train settler-soldiers of various nationalities.</Tooltip>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<Civ>sele</Civ>
|
||||
<SpecificName>Klēroukhía</SpecificName>
|
||||
<Tooltip>This is the Seleucid expansion building, similar to Civic Centers for other factions. It is weaker and carries a smaller territory influence, but is cheaper and built faster. Train settler-soldiers of various nationalities.</Tooltip>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
</Health>
|
||||
<Identity>
|
||||
<Civ>spart</Civ>
|
||||
<SpecificName>Stoá</SpecificName>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="26.0" depth="23.5"/>
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<Entity parent="template_structure_special_theatron">
|
||||
<Identity>
|
||||
<Civ>spart</Civ>
|
||||
<SpecificName>Théātron</SpecificName>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>structures/spartans/theatron.xml</Actor>
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_gaia_geo">
|
||||
<Identity>
|
||||
<GenericName>Mineral</GenericName>
|
||||
<SpecificName>Metal Mine</SpecificName>
|
||||
<GenericName>Metal Mine</GenericName>
|
||||
<Tooltip>A mineral deposit, providing access to rare forms of precious Metal.</Tooltip>
|
||||
<Icon>gaia/geology_metal.png</Icon>
|
||||
</Identity>
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_gaia_geo">
|
||||
<Identity>
|
||||
<GenericName>Rock</GenericName>
|
||||
<SpecificName>Stone Mine</SpecificName>
|
||||
<GenericName>Stone Quarry</GenericName>
|
||||
<Tooltip>Mine these to provide Stone building material.</Tooltip>
|
||||
<Icon>gaia/geology_stone_1.png</Icon>
|
||||
</Identity>
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
<Height>2.5</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Generic Ruins</GenericName>
|
||||
<SpecificName>Ruins</SpecificName>
|
||||
<GenericName>Ruins</GenericName>
|
||||
<Tooltip>These ruins that can be mined for resources.</Tooltip>
|
||||
<Icon>gaia/geology_stone_1.png</Icon>
|
||||
</Identity>
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
<Height>12.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<GenericName>Generic Treasure</GenericName>
|
||||
<SpecificName>Treasure</SpecificName>
|
||||
<GenericName>Treasure</GenericName>
|
||||
<Tooltip>A treasure that can be quickly gathered.</Tooltip>
|
||||
<Icon>gaia/special_treasure.png</Icon>
|
||||
</Identity>
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
<Range>0</Range>
|
||||
</Vision>
|
||||
<VisualActor>
|
||||
<Actor>structures/destruct_stone_3x3.xml</Actor>
|
||||
<SilhouetteDisplay>false</SilhouetteDisplay>
|
||||
<SilhouetteOccluder>false</SilhouetteOccluder>
|
||||
<VisibleInAtlasOnly>false</VisibleInAtlasOnly>
|
||||
|
||||
-1
@@ -29,7 +29,6 @@
|
||||
</Health>
|
||||
<Identity>
|
||||
<GenericName>Military Colony</GenericName>
|
||||
<SpecificName>Klēroukhía</SpecificName>
|
||||
<Classes datatype="tokens">Colony</Classes>
|
||||
<Icon>structures/military_settlement.png</Icon>
|
||||
<RequiredTechnology>phase_town</RequiredTechnology>
|
||||
|
||||
+1
-3
@@ -30,8 +30,7 @@
|
||||
<SpawnEntityOnDeath>decay|rubble/rubble_stone_6x4</SpawnEntityOnDeath>
|
||||
</Health>
|
||||
<Identity>
|
||||
<GenericName>Stoa</GenericName>
|
||||
<SpecificName>Hellenic Royal Stoa</SpecificName>
|
||||
<GenericName>Hellenic Royal Stoa</GenericName>
|
||||
<Tooltip>Recruit special units.</Tooltip>
|
||||
<Icon>gaia/special_stoa.png</Icon>
|
||||
<RequiredTechnology>phase_town</RequiredTechnology>
|
||||
@@ -61,7 +60,6 @@
|
||||
<Range>40</Range>
|
||||
</Vision>
|
||||
<VisualActor>
|
||||
<Actor>special/greek_stoa_great.xml</Actor>
|
||||
<FoundationActor>structures/fndn_8x4.xml</FoundationActor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
|
||||
-3
@@ -66,7 +66,4 @@
|
||||
<TerritoryDecay>
|
||||
<DecayRate>2</DecayRate>
|
||||
</TerritoryDecay>
|
||||
<VisualActor>
|
||||
<Actor>props/special/palisade_rocks_outpost.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
|
||||
-3
@@ -64,7 +64,4 @@
|
||||
<Time>100</Time>
|
||||
</Tower>
|
||||
</Upgrade>
|
||||
<VisualActor>
|
||||
<Actor>props/special/palisade_rocks_fort.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
|
||||
@@ -65,7 +65,6 @@
|
||||
<Range>0</Range>
|
||||
</Vision>
|
||||
<VisualActor>
|
||||
<Actor>structures/plot_field_3D_8x8.xml</Actor>
|
||||
<FoundationActor>structures/plot_field_found.xml</FoundationActor>
|
||||
<SelectionShape>
|
||||
<Footprint/>
|
||||
|
||||
@@ -42,7 +42,6 @@
|
||||
<Radius>50</Radius>
|
||||
</TerritoryInfluence>
|
||||
<VisualActor>
|
||||
<Actor>structures/macedonians/library.xml</Actor>
|
||||
<FoundationActor>structures/fndn_7x9.xml</FoundationActor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
|
||||
-1
@@ -45,7 +45,6 @@
|
||||
<Radius>32</Radius>
|
||||
</TerritoryInfluence>
|
||||
<VisualActor>
|
||||
<Actor>structures/celts/special.xml</Actor>
|
||||
<FoundationActor>structures/fndn_6x6.xml</FoundationActor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
</Health>
|
||||
<Identity>
|
||||
<GenericName>Greek Theater</GenericName>
|
||||
<SpecificName>Théātron</SpecificName>
|
||||
<Classes datatype="tokens">Theater</Classes>
|
||||
<Icon>structures/theatron.png</Icon>
|
||||
</Identity>
|
||||
|
||||
@@ -62,7 +62,4 @@
|
||||
<Vision>
|
||||
<Range>100</Range>
|
||||
</Vision>
|
||||
<VisualActor>
|
||||
<Actor>units/mauryas/champion_elephant.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
|
||||
-3
@@ -53,7 +53,4 @@
|
||||
<PassabilityClass>large</PassabilityClass>
|
||||
<WalkSpeed op="mul">0.5</WalkSpeed>
|
||||
</UnitMotion>
|
||||
<VisualActor>
|
||||
<Actor>fauna/elephant_african_forest.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
|
||||
Reference in New Issue
Block a user