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

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

Move civ-specific templates to subfolders.

See also https://wildfiregames.com/forum/index.php?/topic/28614-template-folder-structure/.

Differential Revision: D2952
Reviewed By: @Nescio

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/xml
File size: 764 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Entity parent="template_unit_cavalry_melee_swordsman">
3 <Attack>
4 <Melee>
5 <AttackName context="Name of an attack using a single-edged sword.">Sword</AttackName>
6 </Melee>
7 </Attack>
8 <Identity>
9 <Civ>athen</Civ>
10 <Lang>greek</Lang>
11 <SelectionGroupName>units/athen/cavalry_swordsman_b</SelectionGroupName>
12 <GenericName>Greek Cavalry</GenericName>
13 <SpecificName>Hippeús</SpecificName>
14 <Icon>units/athen_cavalry_swordsman.png</Icon>
15 <RequiredTechnology>phase_town</RequiredTechnology>
16 </Identity>
17 <Promotion>
18 <Entity>units/athen/cavalry_swordsman_a</Entity>
19 </Promotion>
20 <VisualActor>
21 <Actor>units/athenians/cavalry_swordsman_b_m.xml</Actor>
22 </VisualActor>
23</Entity>
Note: See TracBrowser for help on using the repository browser.