Some changes for Ptolemies. Allow training their new champion pikeman in the fortress. Train their heros in civic center instead of fortress. Replace the Nubian archer with the more historically accurate Cretan one. Train mercenary skirmisher at the civic center and the archer at the barrack. Accepted by scythetwirler and elexis.

Differential Revision: https://code.wildfiregames.com/D56
This was SVN commit r19166.
This commit is contained in:
fatherbushido 2017-01-24 15:51:00 +00:00
parent 4f01db4831
commit 90e876f328
9 changed files with 32 additions and 15 deletions

View file

@ -127,7 +127,7 @@
"Count": 2
},
{
"Template": "units/ptol_infantry_archer_b",
"Template": "units/ptol_infantry_javelinist_b",
"Count": 2
},
{
@ -173,7 +173,7 @@
],
"SkirmishReplacements":
{
"skirmish/units/default_infantry_ranged_b": "units/ptol_infantry_archer_b",
"skirmish/units/default_infantry_ranged_b": "units/ptol_infantry_javelinist_b",
"skirmish/units/default_infantry_melee_b": "units/ptol_infantry_pikeman_b",
"skirmish/units/default_cavalry": "units/ptol_cavalry_archer_b",
"skirmish/structures/default_house_5": "structures/{civ}_house"

View file

@ -17,8 +17,11 @@
<ProductionQueue>
<Entities datatype="tokens">
units/{civ}_infantry_pikeman_b
units/{civ}_infantry_archer_b
units/{civ}_infantry_javelinist_b
units/{civ}_cavalry_archer_b
units/{civ}_hero_ptolemy_I
units/{civ}_hero_ptolemy_IV
units/{civ}_hero_cleopatra
</Entities>
</ProductionQueue>
<VisualActor>

View file

@ -13,9 +13,7 @@
</Obstruction>
<ProductionQueue>
<Entities datatype="tokens">
units/{civ}_hero_ptolemy_I
units/{civ}_hero_ptolemy_IV
units/{civ}_hero_cleopatra
units/{civ}_champion_infantry_pikeman
units/{civ}_champion_cavalry
units/{civ}_champion_elephant
</Entities>

View file

@ -15,7 +15,8 @@
<Static width="36.0" depth="36.0"/>
</Obstruction>
<ProductionQueue>
<Entities datatype="tokens">
<Entities replace="" datatype="tokens">
units/{civ}_support_female_citizen
units/{civ}_infantry_spearman_merc_b
units/{civ}_infantry_swordsman_merc_b
units/{civ}_cavalry_spearman_merc_b

View file

@ -7,6 +7,6 @@
<Entity>units/ptol_infantry_archer_e</Entity>
</Promotion>
<VisualActor>
<Actor>units/ptolemies/infantry_archer_b.xml</Actor>
<Actor>units/macedonians/infantry_archer_a.xml</Actor>
</VisualActor>
</Entity>

View file

@ -18,15 +18,15 @@
<Civ>ptol</Civ>
<VisibleClasses datatype="tokens">Mercenary</VisibleClasses>
<SelectionGroupName>units/ptol_infantry_archer_b</SelectionGroupName>
<GenericName>Nubian Mercenary Archer</GenericName>
<SpecificName>Kousít Misthophóros Toxótēs</SpecificName>
<Icon>units/ptol_infantry_archer.png</Icon>
<RequiredTechnology>phase_village</RequiredTechnology>
<GenericName>Cretan Mercenary Archer</GenericName>
<SpecificName>Toxótēs Krētikós</SpecificName>
<Icon>units/hele_infantry_archer.png</Icon>
<RequiredTechnology>phase_town</RequiredTechnology>
</Identity>
<Promotion>
<Entity>units/ptol_infantry_archer_a</Entity>
</Promotion>
<VisualActor>
<Actor>units/ptolemies/infantry_archer_b.xml</Actor>
<Actor>units/macedonians/infantry_archer_b.xml</Actor>
</VisualActor>
</Entity>

View file

@ -5,6 +5,6 @@
</Identity>
<Promotion disable=""/>
<VisualActor>
<Actor>units/ptolemies/infantry_archer_b.xml</Actor>
<Actor>units/macedonians/infantry_archer_e.xml</Actor>
</VisualActor>
</Entity>

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_infantry_ranged_archer">
<Identity>
<Civ>ptol</Civ>
<SelectionGroupName>units/ptol_infantry_archer_nubian</SelectionGroupName>
<GenericName>Nubian Mercenary Archer</GenericName>
<SpecificName>Kousít Misthophóros Toxótēs</SpecificName>
<Icon>units/ptol_infantry_archer.png</Icon>
<RequiredTechnology>phase_village</RequiredTechnology>
</Identity>
<Promotion disable=""/>
<VisualActor>
<Actor>units/ptolemies/infantry_archer_b.xml</Actor>
</VisualActor>
</Entity>

View file

@ -22,7 +22,7 @@
<VisibleClasses datatype="tokens">Mercenary</VisibleClasses>
<History>The thureophoroi (singular: thureophoros) was a type of infantry soldier, common in the 3rd to 1st century BCE, who carried a large oval shield called a thureos which had a type of metal strip boss and a central spine. They were armed with a long thrusting spear, javelins and a sword. They also usually wore an iron or bronze Macedonian helmet. The thureos was probably originally an adapted form of a Celtic shield. Thracian and Illyrian infantry probably adopted the shield before the Greeks. However it has been suggested that the thureos was brought to Greece after Pyrrhus of Epirus' campaigns in Italy, as his Oscan allies and Roman enemies used the scutum. Thureophoroi were a 3rd century development on the Peltast and wore no body armor, but did wear sturdy leather boots for quick movement. Thureophoroi could skirmish, as well as fight in a phalanx when necessary. They were often stationed on the flanks of the traditional pike phalanx as a flexible link between the heavier pikemen and the cavalry wings.</History>
<Icon>units/mace_infantry_javelinist.png</Icon>
<RequiredTechnology>phase_town</RequiredTechnology>
<RequiredTechnology>phase_village</RequiredTechnology>
</Identity>
<Promotion>
<Entity>units/ptol_infantry_javelinist_a</Entity>