source: ps/trunk/binaries/data/mods/public/simulation/templates/units/merc_black_cloak.xml@ 24476

Last change on this file since 24476 was 24476, checked in by Freagarach, 4 years ago

[Gameplay A24] - Deprecate Stoa and their champions.

For their current implementation is historically problematic:

Patch by: @Nescio
Differential revision: D2863
Reviewed by: @borg-
Comments by: @badosu, @wowgetoffyourcellphone, @wraitii

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/xml
File size: 711 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Entity parent="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 <VisibleClasses datatype="tokens">Mercenary</VisibleClasses>
13 <Icon>units/sele_infantry_swordsman.png</Icon>
14 </Identity>
15 <VisualActor>
16 <Actor>units/hellenes/infantry_swordsman_c_thracian_blackcloak.xml</Actor>
17 </VisualActor>
18</Entity>
Note: See TracBrowser for help on using the repository browser.