source: ps/trunk/binaries/data/mods/public/simulation/templates/units/sele/infantry_swordsman_merc_b.xml@ 24696

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

Fix seleucid mercenary building the library after rP24687

Fixes rP24687

Reported by: Hidan

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

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/xml
File size: 953 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Entity parent="template_unit_infantry_melee_swordsman">
3 <Attack>
4 <Melee>
5 <AttackName context="Name of an attack using a rhomphaia (ῥομφαία), a Thracian two-handed weapon capable of both thrusting and slashing.">Rhomphaia</AttackName>
6 </Melee>
7 </Attack>
8 <Identity>
9 <Civ>sele</Civ>
10 <Lang>greek</Lang>
11 <SelectionGroupName>units/sele/infantry_swordsman_merc_b</SelectionGroupName>
12 <GenericName>Thracian Mercenary Swordsman</GenericName>
13 <SpecificName>Rhomphaiaphoros Thrakikós</SpecificName>
14 <VisibleClasses datatype="tokens">Mercenary</VisibleClasses>
15 <Icon>units/sele_infantry_swordsman.png</Icon>
16 <RequiredTechnology>phase_town</RequiredTechnology>
17 </Identity>
18 <Promotion>
19 <Entity>units/sele/infantry_swordsman_merc_a</Entity>
20 </Promotion>
21 <VisualActor>
22 <Actor>units/seleucids/infantry_swordsman_b.xml</Actor>
23 </VisualActor>
24</Entity>
Note: See TracBrowser for help on using the repository browser.