source: ps/trunk/binaries/data/mods/public/simulation/templates/units/athen/champion_marine.xml@ 24558

Last change on this file since 24558 was 24558, checked in by Freagarach, 4 years ago

Regroup special technologies.

Some techs are shared between multiple civs and having them in a folder that is named differently (successors/hellenes) can be confusing.
This patch deprecates the subfolders and moves all techs in the main folder.

(Also did svn propset on *.json to not have to do it for every changed template.)

Patch by: @Nescio
Differential revision: D888
Comment by: @fatherbushido

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/xml
File size: 490 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Entity parent="template_unit_champion_infantry_swordsman">
3 <Identity>
4 <Civ>athen</Civ>
5 <Lang>greek</Lang>
6 <GenericName>Athenian Marine</GenericName>
7 <SpecificName>Epibátēs Athēnaîos</SpecificName>
8 <Icon>units/athen_champion_marine.png</Icon>
9 <RequiredTechnology>iphicratean_reforms</RequiredTechnology>
10 </Identity>
11 <VisualActor>
12 <Actor>units/athenians/infantry_swordsman_c.xml</Actor>
13 </VisualActor>
14</Entity>
Note: See TracBrowser for help on using the repository browser.