source: ps/trunk/binaries/data/mods/public/simulation/templates/units/athen/cavalry_swordsman_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: 730 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Entity parent="civ/athen|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 <SelectionGroupName>units/athen/cavalry_swordsman_b</SelectionGroupName>
10 <GenericName>Greek Cavalry</GenericName>
11 <SpecificName>Hippeús</SpecificName>
12 <Icon>units/athen_cavalry_swordsman.png</Icon>
13 <RequiredTechnology>phase_town</RequiredTechnology>
14 </Identity>
15 <Promotion>
16 <Entity>units/athen/cavalry_swordsman_a</Entity>
17 </Promotion>
18 <VisualActor>
19 <Actor>units/athenians/cavalry_swordsman_b_m.xml</Actor>
20 </VisualActor>
21</Entity>
Note: See TracBrowser for help on using the repository browser.