source: ps/trunk/binaries/data/mods/public/simulation/templates/units/athen/hero_pericles.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: 500 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Entity parent="civ/athen|hoplite|template_unit_hero_infantry_spearman">
3 <Auras datatype="tokens">
4 units/heroes/athen_hero_pericles_1
5 units/heroes/athen_hero_pericles_2
6 </Auras>
7 <Identity>
8 <GenericName>Pericles</GenericName>
9 <SpecificName>Periklēs</SpecificName>
10 <Icon>units/athen_hero_pericles.png</Icon>
11 </Identity>
12 <VisualActor>
13 <Actor>units/athenians/hero_infantry_spearman_pericles.xml</Actor>
14 </VisualActor>
15</Entity>
Note: See TracBrowser for help on using the repository browser.