source: ps/trunk/binaries/data/mods/public/simulation/templates/units/ptol/infantry_javelineer_b.xml@ 24649

Last change on this file since 24649 was 24649, checked in by wraitii, 4 years ago

Swap Ptolemaic Slinger & Javelineer

D3269 / rP24635 made Mercenaries unable to gather. Ptolemies Javelineers are mercs, so thy now had a non-gatherer starter unit, putting them at a disadvantage.
This swaps the Merc javelineer with the slinger to correct for that.

Patch by: Nescio (for Stockfish0ad)

Differential Revision: https://code.wildfiregames.com/D3378

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/xml
File size: 847 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Entity parent="template_unit_infantry_ranged_javelineer">
3 <Builder>
4 <Entities datatype="tokens">
5 structures/ptol/lighthouse
6 structures/ptol/library
7 </Entities>
8 </Builder>
9 <Identity>
10 <Civ>ptol</Civ>
11 <SelectionGroupName>units/ptol/infantry_javelineer_b</SelectionGroupName>
12 <GenericName>Mercenary Thureos Skirmisher</GenericName>
13 <SpecificName>Thureophóros Akrobolistḗs</SpecificName>
14 <VisibleClasses datatype="tokens">Mercenary</VisibleClasses>
15 <Icon>units/ptol_infantry_javelinist_merc.png</Icon>
16 <RequiredTechnology>phase_town</RequiredTechnology>
17 </Identity>
18 <Promotion>
19 <Entity>units/ptol/infantry_javelineer_a</Entity>
20 </Promotion>
21 <VisualActor>
22 <Actor>units/ptolemies/infantry_javelinist_b.xml</Actor>
23 </VisualActor>
24</Entity>
Note: See TracBrowser for help on using the repository browser.