source: ps/trunk/binaries/data/mods/public/simulation/templates/units/mace/infantry_archer_b.xml@ 24687

Last change on this file since 24687 was 24687, checked in by wraitii, 4 years ago

[gameplay] Tweak mace, ptol, sele specific structures

  • Make the library a Ptolemaic exclusive. The tech discount is 15% unstackable.
  • Enable Theater for Ptolemy & Seleucid, tweak stats.
  • 'Hellenistic Metropolis' is now in the Civil Centre, and no longer affects military colonies/crannogs.
  • The Ptolemaic lighthouse no longer reveals all shores, instead simply has a very large vision range. It's moved to City Phase.
  • The Carthaginian super dock is moved to city pahse as well.

Patch by: Nescio

Differential Revision: https://code.wildfiregames.com/D3350

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/xml
File size: 697 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Entity parent="template_unit_infantry_ranged_archer">
3 <Identity>
4 <Civ>mace</Civ>
5 <Lang>greek</Lang>
6 <SelectionGroupName>units/mace/infantry_archer_b</SelectionGroupName>
7 <GenericName>Cretan Mercenary Archer</GenericName>
8 <SpecificName>Toxótēs Krētikós</SpecificName>
9 <VisibleClasses datatype="tokens">Mercenary</VisibleClasses>
10 <Icon>units/mace_infantry_archer.png</Icon>
11 <RequiredTechnology>phase_town</RequiredTechnology>
12 </Identity>
13 <Promotion>
14 <Entity>units/mace/infantry_archer_a</Entity>
15 </Promotion>
16 <VisualActor>
17 <Actor>units/macedonians/infantry_archer_b.xml</Actor>
18 </VisualActor>
19</Entity>
Note: See TracBrowser for help on using the repository browser.