1
0
forked from 0ad/0ad

This was SVN commit r9844.

This commit is contained in:
Michael D. Hafer 2011-07-16 06:01:16 +00:00
parent 5870b77865
commit 516b5279a9
3 changed files with 15 additions and 8 deletions

View File

@ -5,7 +5,7 @@
<GenericName>Tavern</GenericName>
<SpecificName>Celtic Tavern</SpecificName>
<History>Taverns are where Celtic warriors go for a tall glass of mead after a hard-won battle. Some might even find rest in one of the back rooms for rent in this seedy establishment.</History>
<Tooltip>Add +10 to Population Cap. Train fanatics.</Tooltip>
<Tooltip>Add +10 to Population Cap. Recruit fanatics.</Tooltip>
</Identity>
<Cost>
<PopulationBonus>10</PopulationBonus>

View File

@ -5,7 +5,7 @@
<GenericName>Stoa</GenericName>
<SpecificName>Hellenic Royal Stoa</SpecificName>
<History>A structure built for civic purposes. Stoas eventually became meeting places for philosophy and commerce. They were usually built within the Agora, or city center, of a Greek city.</History>
<Tooltip>Add +10 to Population Cap.</Tooltip>
<Tooltip>Add +10 to Population Cap. Recruit special units.</Tooltip>
<Icon>gaia/special_stoa.png</Icon>
</Identity>
<BuildRestrictions>
@ -13,7 +13,7 @@
</BuildRestrictions>
<Cost>
<PopulationBonus>10</PopulationBonus>
<BuildTime>140</BuildTime>
<BuildTime>150</BuildTime>
<Resources>
<food>0</food>
<wood>0</wood>
@ -22,19 +22,24 @@
</Resources>
</Cost>
<Health>
<Max>1400</Max>
<Max>1500</Max>
</Health>
<Armour>
<Hack>20.0</Hack>
<Pierce>40.0</Pierce>
<Crush>10.0</Crush>
</Armour>
<TrainingQueue>
<Entities datatype="tokens">
units/thrace_black_cloak
</Entities>
</TrainingQueue>
<Loot>
<xp>10</xp>
<food>0</food>
<wood>0</wood>
<stone>75</stone>
<metal>75</metal>
<stone>10</stone>
<metal>15</metal>
</Loot>
<VisualActor>
<Actor>special/greek_stoa_great.xml</Actor>

View File

@ -2,8 +2,10 @@
<Entity parent="template_unit_champion_infantry_swordsman">
<Identity>
<Civ>hele</Civ>
<SpecificName>Thracian Black Cloak</SpecificName>
<Tooltip>Mercenary swordsmen. Bonus vs. All Spear Units.</Tooltip>
<GenericName>Thracian Black Cloak</GenericName>
<SpecificName>Rhomphaiaphoros Thrakikos</SpecificName>
<Tooltip>Mercenary swordsman.
Bonus vs. All Spear Units.</Tooltip>
<History>Thracian tribesmen who wield the fiercesome rhomphaia polearm weapon in combat. They were ubiquitous mercenary swordsmen throughout Hellenistic times, sometimes even serving in two opposing armies.</History>
<Icon>units/thracian_rhomphaia.png</Icon>
</Identity>