source: ps/trunk/binaries/data/mods/public/simulation/templates/units/athen/ship_trireme.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: 843 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Entity parent="civ/athen|template_unit_ship_trireme">
3 <Footprint>
4 <Square width="10.0" depth="40.0"/>
5 <Height>8.0</Height>
6 </Footprint>
7 <Identity>
8 <SpecificName>Triḗrēs Athēnaía</SpecificName>
9 <GenericName>Athenian Trireme</GenericName>
10 <Icon>units/hele_ship_trireme.png</Icon>
11 </Identity>
12 <ProductionQueue>
13 <BatchTimeModifier>0.7</BatchTimeModifier>
14 <Entities datatype="tokens">
15 units/athen/infantry_marine_archer_b
16 units/athen/champion_marine
17 </Entities>
18 <TechCostMultiplier>
19 <food>1.0</food>
20 <wood>1.0</wood>
21 <stone>1.0</stone>
22 <metal>1.0</metal>
23 <time>1.0</time>
24 </TechCostMultiplier>
25 </ProductionQueue>
26 <VisualActor>
27 <Actor>structures/athenians/trireme.xml</Actor>
28 </VisualActor>
29</Entity>
Note: See TracBrowser for help on using the repository browser.