1
0
forked from 0ad/0ad

Common template name change: hellenic_royal_stoa → stoa

The old name was unnecessary long, but also potentially misleading:
stoas are Greek, but not necessary royal, and there are no other stoas
in game. Just “stoa” is clearer, more correct, and more consistent with
other `template_structure_*.xml` names.

Patch By: Nescio
Reviewed By: wraitii
Differential Revision: https://code.wildfiregames.com/D2036
This was SVN commit r22770.
This commit is contained in:
wraitii 2019-08-24 09:00:46 +00:00
parent 9280b57e79
commit 97ee3211d4
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_hellenic_royal_stoa"> <Entity parent="template_structure_civic_stoa">
<Identity> <Identity>
<Civ>athen</Civ> <Civ>athen</Civ>
<SpecificName>Stoá</SpecificName> <SpecificName>Stoá</SpecificName>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_hellenic_royal_stoa"> <Entity parent="template_structure_civic_stoa">
<Identity> <Identity>
<Civ>mace</Civ> <Civ>mace</Civ>
<SpecificName>Stoá</SpecificName> <SpecificName>Stoá</SpecificName>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_hellenic_royal_stoa"> <Entity parent="template_structure_civic_stoa">
<Footprint> <Footprint>
<Square width="27.0" depth="24.5"/> <Square width="27.0" depth="24.5"/>
<Height>10.0</Height> <Height>10.0</Height>

View File

@ -30,7 +30,7 @@
<SpawnEntityOnDeath>decay|rubble/rubble_stone_6x4</SpawnEntityOnDeath> <SpawnEntityOnDeath>decay|rubble/rubble_stone_6x4</SpawnEntityOnDeath>
</Health> </Health>
<Identity> <Identity>
<GenericName>Hellenic Royal Stoa</GenericName> <GenericName>Stoa</GenericName>
<Tooltip>Recruit special units.</Tooltip> <Tooltip>Recruit special units.</Tooltip>
<Icon>gaia/special_stoa.png</Icon> <Icon>gaia/special_stoa.png</Icon>
<RequiredTechnology>phase_town</RequiredTechnology> <RequiredTechnology>phase_town</RequiredTechnology>