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

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

Mixins: deduplicate Athen-specific data.

Puts the athen-specific data in the mixin civ/athen. Deduplicates.

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

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