source: ps/trunk/binaries/data/mods/public/simulation/templates/units/athen/hero_iphicrates.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: 542 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Entity parent="template_unit_hero_infantry_javelineer">
3 <Auras datatype="tokens">
4 units/heroes/athen_hero_iphicrates_1
5 units/heroes/athen_hero_iphicrates_2
6 </Auras>
7 <Identity>
8 <Civ>athen</Civ>
9 <Lang>greek</Lang>
10 <GenericName>Iphicrates</GenericName>
11 <SpecificName>Iphikratēs</SpecificName>
12 <Icon>units/athen_hero_iphicrates.png</Icon>
13 </Identity>
14 <VisualActor>
15 <Actor>units/athenians/hero_infantry_javelinist_iphicrates.xml</Actor>
16 </VisualActor>
17</Entity>
Note: See TracBrowser for help on using the repository browser.