source: ps/trunk/binaries/data/mods/public/simulation/templates/units/merc_thorakites.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: 678 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 <Damage>
6 <Hack op="add">-2</Hack>
7 </Damage>
8 </Melee>
9 </Attack>
10 <Identity>
11 <Lang>greek</Lang>
12 <GenericName>Armored Swordsman</GenericName>
13 <SpecificName>Thōrakitēs</SpecificName>
14 <Icon>units/mace_thorakites.png</Icon>
15 </Identity>
16 <Resistance>
17 <Entity>
18 <Damage>
19 <Hack op="add">2</Hack>
20 <Pierce op="add">2</Pierce>
21 </Damage>
22 </Entity>
23 </Resistance>
24 <VisualActor>
25 <Actor>units/hellenes/infantry_swordsman_c_thorakites.xml</Actor>
26 </VisualActor>
27</Entity>
Note: See TracBrowser for help on using the repository browser.