source: ps/trunk/binaries/data/mods/public/simulation/templates/units/merc_black_cloak.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: 655 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Entity parent="merc_inf|template_unit_champion_infantry_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 <Lang>greek</Lang>
10 <GenericName>Thracian Black Cloak</GenericName>
11 <SpecificName>Rhomphaiophoros</SpecificName>
12 <Icon>units/sele_infantry_swordsman.png</Icon>
13 </Identity>
14 <VisualActor>
15 <Actor>units/hellenes/infantry_swordsman_c_thracian_blackcloak.xml</Actor>
16 </VisualActor>
17</Entity>
Note: See TracBrowser for help on using the repository browser.