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

Last change on this file since 25238 was 25238, checked in by wraitii, 3 years ago

Mixins: Remove the special mercenary technology, apply template changes directly.

Reviewed By: Freagarach

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

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/xml
File size: 796 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Entity parent="merc_inf|template_unit_infantry_ranged_javelineer">
3 <Builder>
4 <Entities datatype="tokens">
5 structures/athen/gymnasium
6 structures/athen/prytaneion
7 </Entities>
8 </Builder>
9 <Identity>
10 <Civ>athen</Civ>
11 <Lang>greek</Lang>
12 <SelectionGroupName>units/athen/infantry_javelineer_b</SelectionGroupName>
13 <GenericName>Thracian Peltast</GenericName>
14 <SpecificName>Peltastḗs Thrâx</SpecificName>
15 <Icon>units/athen_infantry_javelinist.png</Icon>
16 <RequiredTechnology>phase_town</RequiredTechnology>
17 </Identity>
18 <Promotion>
19 <Entity>units/athen/infantry_javelineer_a</Entity>
20 </Promotion>
21 <VisualActor>
22 <Actor>units/athenians/infantry_javelinist_b.xml</Actor>
23 </VisualActor>
24</Entity>
Note: See TracBrowser for help on using the repository browser.