source: ps/trunk/binaries/data/mods/public/simulation/templates/units/athen/champion_marine.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: 456 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Entity parent="civ/athen|template_unit_champion_infantry_swordsman">
3 <Identity>
4 <GenericName>Athenian Marine</GenericName>
5 <SpecificName>Epibátēs Athēnaîos</SpecificName>
6 <Icon>units/athen_champion_marine.png</Icon>
7 <RequiredTechnology>iphicratean_reforms</RequiredTechnology>
8 </Identity>
9 <VisualActor>
10 <Actor>units/athenians/infantry_swordsman_c.xml</Actor>
11 </VisualActor>
12</Entity>
Note: See TracBrowser for help on using the repository browser.