source: ps/trunk/binaries/data/mods/public/simulation/templates/units/athen/infantry_slinger_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: 724 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Entity parent="template_unit_infantry_ranged_slinger">
3 <Builder>
4 <Entities datatype="tokens">
5 structures/athen/gymnasium
6 structures/athen/prytaneion
7 </Entities>
8 </Builder>
9 <Identity>
10 <Civ>athen</Civ>
11 <Lang>greek</Lang>
12 <SelectionGroupName>units/athen/infantry_slinger_b</SelectionGroupName>
13 <GenericName>Athenian Slinger Militia</GenericName>
14 <SpecificName>Psilòs Athēnaîos</SpecificName>
15 <Icon>units/athen_infantry_slinger.png</Icon>
16 </Identity>
17 <Promotion>
18 <Entity>units/athen/infantry_slinger_a</Entity>
19 </Promotion>
20 <VisualActor>
21 <Actor>units/athenians/infantry_slinger_b.xml</Actor>
22 </VisualActor>
23</Entity>
Note: See TracBrowser for help on using the repository browser.