1
0
forked from 0ad/0ad

Remove the second, confusing and non-promotable skirmisher cavalry template from the Seleucid faction (which was a duplicate from the persian template).

Based on patch by: fatherbushido
Idea accepted by: scythetwirler
Differential Revision: https://code.wildfiregames.com/D128
This was SVN commit r19212.
This commit is contained in:
elexis 2017-02-10 07:55:53 +00:00
parent 8a99e0d639
commit c53c2edbed
7 changed files with 11 additions and 28 deletions

Binary file not shown.

View File

@ -128,7 +128,7 @@
"Count": 4
},
{
"Template": "units/sele_cavalry_javelinist"
"Template": "units/sele_cavalry_javelinist_b"
}
],
"Formations":
@ -181,7 +181,6 @@
],
"SkirmishReplacements":
{
"skirmish/units/default_cavalry" : "units/sele_cavalry_javelinist",
"skirmish/structures/default_house_10" : "structures/{civ}_house"
},
"SelectableInGameSetup": true

View File

@ -12,7 +12,7 @@
<Entities datatype="tokens">
units/{civ}_infantry_spearman_b
units/{civ}_infantry_javelinist_b
units/{civ}_cavalry_javelinist
units/{civ}_cavalry_javelinist_b
units/{civ}_hero_seleucus_victor
units/{civ}_hero_antiochus_great
units/{civ}_hero_antiochus_righteous

View File

@ -1,16 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_cavalry_ranged_javelinist">
<Identity>
<Civ>sele</Civ>
<Lang>greek</Lang>
<SelectionGroupName>units/sele_cavalry_javelinist</SelectionGroupName>
<GenericName>Militia Cavalry</GenericName>
<SpecificName>Hippakontistès Politès</SpecificName>
<History>Along with the citizen militia infantry there were also cavalry regiments of militia from the cities, known as Politikoi. The citizen cavalry was recruited from the richest citizens of the cities who did not hold the legal status of 'Macedonians'. Citizen cavalry of this sort are seen at the Daphne parade and, in this case, probably from Antioch and not collected from all the coastal cities. The Politikoi were probably not a unitary regiment of horse, but a collection of separate squadrons with each squadron having its own distinctive dress and equipment.</History>
<Icon>units/sele_cavalry_javelinist.png</Icon>
</Identity>
<Promotion disable=""/>
<VisualActor>
<Actor>units/athenians/cavalry_javelinist_b.xml</Actor>
</VisualActor>
</Entity>

View File

@ -7,6 +7,6 @@
<Entity>units/sele_cavalry_javelinist_e</Entity>
</Promotion>
<VisualActor>
<Actor>units/persians/cavalry_javelinist_a.xml</Actor>
<Actor>units/athenians/cavalry_javelinist_a.xml</Actor>
</VisualActor>
</Entity>

View File

@ -4,15 +4,15 @@
<Civ>sele</Civ>
<Lang>greek</Lang>
<SelectionGroupName>units/sele_cavalry_javelinist_b</SelectionGroupName>
<GenericName>Median Light Cavalry</GenericName>
<SpecificName>Hippeus Medikos</SpecificName>
<Icon>units/pers_cavalry_javelinist.png</Icon>
<RequiredTechnology>phase_village</RequiredTechnology>
<GenericName>Militia Cavalry</GenericName>
<SpecificName>Hippakontistès Politès</SpecificName>
<History>Along with the citizen militia infantry there were also cavalry regiments of militia from the cities, known as Politikoi. The citizen cavalry was recruited from the richest citizens of the cities who did not hold the legal status of 'Macedonians'. Citizen cavalry of this sort are seen at the Daphne parade and, in this case, probably from Antioch and not collected from all the coastal cities. The Politikoi were probably not a unitary regiment of horse, but a collection of separate squadrons with each squadron having its own distinctive dress and equipment.</History>
<Icon>units/sele_cavalry_javelinist.png</Icon>
</Identity>
<Promotion>
<Entity>units/sele_cavalry_javelinist_a</Entity>
</Promotion>
<VisualActor>
<Actor>units/persians/cavalry_javelinist_b.xml</Actor>
<Actor>units/athenians/cavalry_javelinist_b.xml</Actor>
</VisualActor>
</Entity>

View File

@ -5,6 +5,6 @@
</Identity>
<Promotion disable=""/>
<VisualActor>
<Actor>units/persians/cavalry_javelinist_e.xml</Actor>
<Actor>units/athenians/cavalry_javelinist_e.xml</Actor>
</VisualActor>
</Entity>