Ticket #4160: sorttemplates.diff

File sorttemplates.diff, 356.0 KB (added by fatherbushido, 8 years ago)
  • binaries/data/mods/public/simulation/templates/campaigns/army_mace_hero_alexander.xml

     
    44    <Crush>20.0</Crush>
    55  </Armour>
    66  <Attack>
    77    <Melee>
    88      <MaxRange>7.0</MaxRange>
    9     </Melee>
     9    </Melee>
    1010  </Attack>
    1111  <Cost>
    1212    <Resources>
    1313      <metal>300</metal>
    1414    </Resources>
  • binaries/data/mods/public/simulation/templates/campaigns/army_mace_standard.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_champion_infantry_swordsman">
    33  <Attack>
    44    <Melee>
    55      <MaxRange>7.0</MaxRange>
    6     </Melee>
     6    </Melee>
    77  </Attack>
    88  <Decay>
    99    <DelayTime>0.0</DelayTime>
    1010    <SinkRate>3.0</SinkRate>
    1111    <SinkAccel>9.8</SinkAccel>
  • binaries/data/mods/public/simulation/templates/campaigns/army_spart_hero_leonidas.xml

     
    44    <Crush>20.0</Crush>
    55  </Armour>
    66  <Attack>
    77    <Melee>
    88      <MaxRange>7.0</MaxRange>
    9     </Melee>
     9    </Melee>
    1010  </Attack>
    1111  <Cost>
    1212    <Resources>
    1313      <metal>300</metal>
    1414    </Resources>
  • binaries/data/mods/public/simulation/templates/campaigns/campaign_city_minor_test.xml

     
    2828    <Tooltip>This is a minor Greek city.</Tooltip>
    2929  </Identity>
    3030  <Obstruction>
    3131    <Static width="48.0" depth="48.0"/>
    3232  </Obstruction>
    33   <TerritoryInfluence>
    34     <Root>true</Root>
    35     <Radius>150</Radius>
    36     <Weight>35000</Weight>
    37   </TerritoryInfluence>
    3833  <ProductionQueue>
    3934    <Entities datatype="tokens">
    4035      -units/{civ}_support_female_citizen
    4136      campaigns/army_mace_hero_alexander
    4237      campaigns/army_mace_standard
    4338    </Entities>
    4439  </ProductionQueue>
     40  <TerritoryInfluence>
     41    <Root>true</Root>
     42    <Radius>150</Radius>
     43    <Weight>35000</Weight>
     44  </TerritoryInfluence>
    4545  <VisualActor>
    4646    <Actor>campaigns/structures/hellenes/settlement_curtainwall.xml</Actor>
    4747  </VisualActor>
    4848</Entity>
  • binaries/data/mods/public/simulation/templates/campaigns/campaign_city_test.xml

     
    2828    <Tooltip>This is a major Greek city.</Tooltip>
    2929  </Identity>
    3030  <Obstruction>
    3131    <Static width="48.0" depth="48.0"/>
    3232  </Obstruction>
    33   <TerritoryInfluence>
    34     <Root>true</Root>
    35     <Radius>300</Radius>
    36     <Weight>35000</Weight>
    37   </TerritoryInfluence>
    3833  <ProductionQueue>
    3934    <Entities datatype="tokens">
    4035      -units/{civ}_support_female_citizen
    4136      campaigns/army_mace_hero_alexander
    4237      campaigns/army_mace_standard
    4338      units/{civ}_support_trader
    4439    </Entities>
    4540  </ProductionQueue>
     41  <TerritoryInfluence>
     42    <Root>true</Root>
     43    <Radius>300</Radius>
     44    <Weight>35000</Weight>
     45  </TerritoryInfluence>
    4646  <VisualActor>
    4747    <Actor>campaigns/structures/hellenes/settlement_curtainwall.xml</Actor>
    4848  </VisualActor>
    4949</Entity>
  • binaries/data/mods/public/simulation/templates/campaigns/campaign_religious_test.xml

     
    1313    <SpecificName>Greek Religious Sanctuary</SpecificName>
    1414  </Identity>
    1515  <Obstruction>
    1616    <Static width="17.5" depth="30.0"/>
    1717  </Obstruction>
     18  <ProductionQueue disable=""/>
    1819  <TerritoryInfluence>
    1920    <Root>true</Root>
    2021    <Radius>100</Radius>
    2122    <Weight>65535</Weight>
    2223  </TerritoryInfluence>
    23   <ProductionQueue disable=""/>
    2424  <VisualActor>
    2525    <Actor>structures/hellenes/temple.xml</Actor>
    2626  </VisualActor>
    2727</Entity>
  • binaries/data/mods/public/simulation/templates/formations/column_closed.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_formation">
    3 <Formation>
     3  <Formation>
    44    <Icon>formations/column_closed.png</Icon>
    55    <FormationName>Column Closed</FormationName>
    66    <MinColumns>3</MinColumns>
    77    <MaxColumns>3</MaxColumns>
    88  </Formation>
  • binaries/data/mods/public/simulation/templates/gaia/fauna_bear.xml

     
    1919    <Icon>gaia/fauna_bear.png</Icon>
    2020  </Identity>
    2121  <Position>
    2222    <Anchor>pitch</Anchor>
    2323  </Position>
     24  <ResourceSupply>
     25    <Amount>300</Amount>
     26    <Type>food.meat</Type>
     27  </ResourceSupply>
    2428  <Sound>
    2529    <SoundGroups>
    2630      <select>actor/fauna/animal/lion_select.xml</select>
    2731      <attack>actor/fauna/animal/lion_attack.xml</attack>
    2832      <death>actor/fauna/animal/lion_select.xml</death>
    2933    </SoundGroups>
    3034  </Sound>
    31   <ResourceSupply>
    32     <Amount>300</Amount>
    33     <Type>food.meat</Type>
    34   </ResourceSupply>
    3535  <VisualActor>
    3636    <Actor>fauna/bear.xml</Actor>
    3737  </VisualActor>
    3838</Entity>
  • binaries/data/mods/public/simulation/templates/gaia/fauna_camel.xml

     
    1010    <Icon>gaia/fauna_camel.png</Icon>
    1111  </Identity>
    1212  <Position>
    1313    <Anchor>pitch</Anchor>
    1414  </Position>
    15   <Sound>
    16     <SoundGroups>
    17       <select>actor/fauna/animal/camel.xml</select>
    18       <order_walk>actor/fauna/movement/camel.xml</order_walk>
    19       <death>actor/fauna/death/death_camel.xml</death>
    20     </SoundGroups>
    21   </Sound>
    2215  <ResourceSupply>
    2316    <Amount>200</Amount>
    2417  </ResourceSupply>
    2518  <Selectable>
    2619    <Overlay>
     
    2821        <MainTexture>circle/256x256.png</MainTexture>
    2922        <MainTextureMask>circle/256x256_mask.png</MainTextureMask>
    3023      </Texture>
    3124    </Overlay>
    3225  </Selectable>
     26  <Sound>
     27    <SoundGroups>
     28      <select>actor/fauna/animal/camel.xml</select>
     29      <order_walk>actor/fauna/movement/camel.xml</order_walk>
     30      <death>actor/fauna/death/death_camel.xml</death>
     31    </SoundGroups>
     32  </Sound>
    3333  <UnitMotion>
    3434    <WalkSpeed>3.0</WalkSpeed>
    3535    <Run>
    3636      <Speed>9.0</Speed>
    3737      <Range>600.0</Range>
  • binaries/data/mods/public/simulation/templates/gaia/fauna_hawk.xml

     
    44    <Altitude>0</Altitude>
    55    <Anchor>upright</Anchor>
    66    <Floating>false</Floating>
    77    <TurnRate>1.0</TurnRate>
    88  </Position>
    9   <VisualActor>
    10     <Actor>fauna/hawk.xml</Actor>
    11   </VisualActor>
    129  <UnitAI>
    1310    <RoamDistance>1000.0</RoamDistance>
    1411  </UnitAI>
    15   <UnitMotion disable="" />
     12  <UnitMotion disable=""/>
    1613  <UnitMotionFlying>
    1714    <MaxSpeed>15.0</MaxSpeed>
    1815    <TakeoffSpeed>1.0</TakeoffSpeed>
    1916    <LandingSpeed>5.0</LandingSpeed>
    2017    <AccelRate>5.0</AccelRate>
     
    2421    <OvershootTime>2.0</OvershootTime>
    2522    <FlyingHeight>40.0</FlyingHeight>
    2623    <ClimbRate>4.0</ClimbRate>
    2724    <DiesInWater>false</DiesInWater>
    2825  </UnitMotionFlying>
     26  <VisualActor>
     27    <Actor>fauna/hawk.xml</Actor>
     28  </VisualActor>
    2929</Entity>
  • binaries/data/mods/public/simulation/templates/gaia/fauna_rhino.xml

     
    1919    <Icon>gaia/fauna_bear.png</Icon>
    2020  </Identity>
    2121  <Position>
    2222    <Anchor>pitch</Anchor>
    2323  </Position>
     24  <ResourceSupply>
     25    <Amount>300</Amount>
     26    <Type>food.meat</Type>
     27  </ResourceSupply>
    2428  <Selectable>
    2529    <Overlay>
    2630      <Texture>
    2731        <MainTexture>circle/256x256.png</MainTexture>
    2832        <MainTextureMask>circle/256x256_mask.png</MainTextureMask>
     
    3438      <select>actor/fauna/animal/lion_select.xml</select>
    3539      <attack>actor/fauna/animal/lion_attack.xml</attack>
    3640      <death>actor/fauna/animal/lion_select.xml</death>
    3741    </SoundGroups>
    3842  </Sound>
    39   <ResourceSupply>
    40     <Amount>300</Amount>
    41     <Type>food.meat</Type>
    42   </ResourceSupply>
    4343  <VisualActor>
    4444    <Actor>fauna/rhino.xml</Actor>
    4545  </VisualActor>
    4646</Entity>
  • binaries/data/mods/public/simulation/templates/gaia/fauna_shark.xml

     
    3030        <MainTexture>circle/256x256.png</MainTexture>
    3131        <MainTextureMask>circle/256x256_mask.png</MainTextureMask>
    3232      </Texture>
    3333    </Overlay>
    3434  </Selectable>
    35   <Visibility>
    36     <RetainInFog>false</RetainInFog>
    37   </Visibility>
    38   <Vision>
    39     <Range>100</Range>
    40   </Vision>
    41   <VisualActor>
    42     <Actor>fauna/shark.xml</Actor>
    43   </VisualActor>
    4435  <UnitAI>
    4536    <NaturalBehaviour>passive</NaturalBehaviour>
    4637    <RoamDistance>100.0</RoamDistance>
    4738    <FleeDistance>60.0</FleeDistance>
    4839    <RoamTimeMin>100000</RoamTimeMin>
     
    5546    <WalkSpeed>4.0</WalkSpeed>
    5647    <Run>
    5748      <Speed>35.0</Speed>
    5849    </Run>
    5950  </UnitMotion>
     51  <Visibility>
     52    <RetainInFog>false</RetainInFog>
     53  </Visibility>
     54  <Vision>
     55    <Range>100</Range>
     56  </Vision>
     57  <VisualActor>
     58    <Actor>fauna/shark.xml</Actor>
     59  </VisualActor>
    6060</Entity>
  • binaries/data/mods/public/simulation/templates/gaia/flora_tree_baobab.xml

     
    1111  <Obstruction>
    1212    <Static width="3.0" depth="3.0"/>
    1313  </Obstruction>
    1414  <ResourceSupply>
    1515    <Amount>400</Amount>
    16     <MaxGatherers>9</MaxGatherers>
     16    <MaxGatherers>9</MaxGatherers>
    1717  </ResourceSupply>
    1818  <Selectable>
    1919    <Overlay>
    2020      <Texture>
    2121        <MainTexture>circle/256x256.png</MainTexture>
  • binaries/data/mods/public/simulation/templates/gaia/flora_tree_cretan_date_palm_patch.xml

     
    1111  <Obstruction>
    1212    <Static width="4.0" depth="4.0"/>
    1313  </Obstruction>
    1414  <ResourceSupply>
    1515    <Amount>300</Amount>
    16     <MaxGatherers>12</MaxGatherers>
     16    <MaxGatherers>12</MaxGatherers>
    1717  </ResourceSupply>
    1818  <Selectable>
    1919    <Overlay>
    2020      <Texture>
    2121        <MainTexture>circle/256x256.png</MainTexture>
  • binaries/data/mods/public/simulation/templates/gaia/geology_stonemine_temperate_formation.xml

     
    66  </Footprint>
    77  <Obstruction>
    88    <Static width="22.0" depth="14.0"/>
    99  </Obstruction>
    1010  <ResourceSupply>
    11     <MaxGatherers>48</MaxGatherers>
     11    <MaxGatherers>48</MaxGatherers>
    1212  </ResourceSupply>
    1313  <VisualActor>
    1414    <Actor>geology/stonemine_temperate_quarry_01.xml</Actor>
    1515  </VisualActor>
    1616</Entity>
  • binaries/data/mods/public/simulation/templates/gaia/special_treasure_food_barrels_buried.xml

     
    1212  </Identity>
    1313  <Obstruction>
    1414    <Static width="7.0" depth="7.0"/>
    1515  </Obstruction>
    1616  <Position>
    17     <Floating>false</Floating>
     17    <Floating>false</Floating>
    1818  </Position>
    1919  <ResourceSupply>
    2020    <Amount>200</Amount>
    2121    <Type>treasure.food</Type>
    2222  </ResourceSupply>
  • binaries/data/mods/public/simulation/templates/other/bridge_wooden.xml

     
    1616    <GenericName>Wooden Bridge</GenericName>
    1717    <SpecificName>Wooden Bridge</SpecificName>
    1818    <History>Roman engineers constructed bridges using concrete, which they called Opus caementicium.</History>
    1919    <Icon>gaia/special_blank.png</Icon>
    2020  </Identity>
     21  <Minimap disable=""/>
    2122  <Obstruction>
    2223    <Obstructions>
    2324      <Edge width="59" depth="4" x="0" z="5"/>
    2425    </Obstructions>
    2526  </Obstruction>
    2627  <ProductionQueue disable=""/>
    27   <Minimap disable=""/>
    2828  <Selectable>
    2929    <EditorOnly/>
    3030  </Selectable>
    3131  <Vision>
    3232    <Range>72</Range>
  • binaries/data/mods/public/simulation/templates/other/cart_tophet.xml

     
    1919  </Health>
    2020  <Identity>
    2121    <Civ>cart</Civ>
    2222    <GenericName>Sacrificial Temple</GenericName>
    2323    <SpecificName>Tophet</SpecificName>
    24     <Tooltip>Train physicians and Sacred Band Cavalrymen.</Tooltip>
     24    <Tooltip>Train physicians and Sacred Band Cavalrymen.</Tooltip>
    2525  </Identity>
    2626  <Loot>
    2727    <xp>50</xp>
    2828    <food>0</food>
    2929    <wood>0</wood>
     
    3131    <metal>10</metal>
    3232  </Loot>
    3333  <Obstruction>
    3434    <Static width="22.0" depth="24.0"/>
    3535  </Obstruction>
    36   <TerritoryDecay disable=""/>
    3736  <ProductionQueue>
    3837    <Entities datatype="tokens">
    39       units/{civ}_champion_cavalry
     38      units/{civ}_champion_cavalry
    4039    </Entities>
    4140  </ProductionQueue>
     41  <TerritoryDecay disable=""/>
    4242  <Vision>
    4343    <Range>40</Range>
    4444  </Vision>
    4545  <VisualActor>
    4646    <FoundationActor>structures/fndn_5x5.xml</FoundationActor>
  • binaries/data/mods/public/simulation/templates/other/obelisk.xml

     
    1818  <Identity>
    1919    <Civ>gaia</Civ>
    2020    <GenericName>Obelisk</GenericName>
    2121    <SpecificName>Egyptian Obelisk</SpecificName>
    2222    <History>A monumental ornamental structure built by the Egyptians of old.</History>
    23     <Classes datatype="tokens">-ConquestCritical</Classes>
     23    <Classes datatype="tokens">-ConquestCritical</Classes>
    2424    <Icon>gaia/special_obelisk.png</Icon>
    2525  </Identity>
    2626  <Loot>
    2727    <xp>10</xp>
    2828    <food>0</food>
  • binaries/data/mods/public/simulation/templates/other/palisades_rocks_gate.xml

     
    1616  <Identity>
    1717    <Civ>gaia</Civ>
    1818    <SpecificName>Palisade Gate</SpecificName>
    1919    <GenericName>Wooden Gate</GenericName>
    2020    <Classes datatype="tokens">-StoneWall Palisade</Classes>
    21     <Icon>structures/wooden_gate.png</Icon>
    22     <RequiredTechnology>phase_village</RequiredTechnology>
     21    <Icon>structures/wooden_gate.png</Icon>
     22    <RequiredTechnology>phase_village</RequiredTechnology>
    2323  </Identity>
    2424  <Obstruction>
    2525    <Obstructions>
    2626      <Right width="2" depth="2" x="6" z="0"/>
    2727      <Left width="2" depth="2" x="-6" z="0"/>
     
    2929    </Obstructions>
    3030  </Obstruction>
    3131  <StatusBars>
    3232    <HeightOffset>9.0</HeightOffset>
    3333  </StatusBars>
     34  <TerritoryInfluence disable=""/>
    3435  <VisualActor>
    3536    <FoundationActor>structures/fndn_1x3pal.xml</FoundationActor>
    3637    <Actor>props/special/palisade_rocks_gate.xml</Actor>
    3738  </VisualActor>
    38   <TerritoryInfluence disable=""/>
    3939  <WallPiece>
    4040    <Length>11.0</Length>
    4141  </WallPiece>
    4242</Entity>
  • binaries/data/mods/public/simulation/templates/other/palisades_rocks_long.xml

     
    2626    <SelectionGroupName>other/wallset_palisade</SelectionGroupName>
    2727    <SpecificName>Palisade</SpecificName>
    2828    <GenericName>Wooden Wall</GenericName>
    2929    <Classes datatype="tokens">-StoneWall Palisade</Classes>
    3030    <Icon>gaia/special_palisade.png</Icon>
    31     <RequiredTechnology>phase_village</RequiredTechnology>
     31    <RequiredTechnology>phase_village</RequiredTechnology>
    3232  </Identity>
    3333  <Obstruction>
    3434    <Static width="14" depth="2.0"/>
    3535  </Obstruction>
    3636  <StatusBars>
    3737    <HeightOffset>9.0</HeightOffset>
    3838  </StatusBars>
    39   <VisualActor>
    40     <Actor>props/special/palisade_rocks_long.xml</Actor>
    41     <FoundationActor>structures/fndn_1x3pal.xml</FoundationActor>
    42   </VisualActor>
    4339  <TerritoryInfluence disable=""/>
    44   <WallPiece>
    45     <Length>11.0</Length>
    46   </WallPiece>
    4740  <Upgrade>
    4841    <Gate>
    4942      <Entity>other/palisades_rocks_gate</Entity>
    5043      <Cost>
    5144        <stone>0</stone>
    5245        <wood>20</wood>
    5346      </Cost>
    5447      <Time>5</Time>
    5548    </Gate>
    5649  </Upgrade>
     50  <VisualActor>
     51    <Actor>props/special/palisade_rocks_long.xml</Actor>
     52    <FoundationActor>structures/fndn_1x3pal.xml</FoundationActor>
     53  </VisualActor>
     54  <WallPiece>
     55    <Length>11.0</Length>
     56  </WallPiece>
    5757</Entity>
  • binaries/data/mods/public/simulation/templates/other/palisades_rocks_medium.xml

     
    2626    <SelectionGroupName>other/wallset_palisade</SelectionGroupName>
    2727    <SpecificName>Palisade</SpecificName>
    2828    <GenericName>Wooden Wall</GenericName>
    2929    <Classes datatype="tokens">-StoneWall Palisade</Classes>
    3030    <Icon>gaia/special_palisade.png</Icon>
    31     <RequiredTechnology>phase_village</RequiredTechnology>
     31    <RequiredTechnology>phase_village</RequiredTechnology>
    3232  </Identity>
    3333  <Obstruction>
    3434    <Static width="10" depth="2.0"/>
    3535  </Obstruction>
    3636  <StatusBars>
    3737    <HeightOffset>9.0</HeightOffset>
    3838  </StatusBars>
     39  <TerritoryInfluence disable=""/>
    3940  <VisualActor>
    4041    <Actor>props/special/palisade_rocks_medium.xml</Actor>
    4142    <FoundationActor>structures/fndn_1x3pal.xml</FoundationActor>
    4243  </VisualActor>
    43   <TerritoryInfluence disable=""/>
    4444  <WallPiece>
    4545    <Length>8.0</Length>
    4646  </WallPiece>
    4747</Entity>
  • binaries/data/mods/public/simulation/templates/other/palisades_rocks_short.xml

     
    2525    <SelectionGroupName>other/wallset_palisade</SelectionGroupName>
    2626    <SpecificName>Palisade</SpecificName>
    2727    <GenericName>Wooden Wall</GenericName>
    2828    <Classes datatype="tokens">-StoneWall Palisade</Classes>
    2929    <Icon>gaia/special_palisade.png</Icon>
    30     <RequiredTechnology>phase_village</RequiredTechnology>
     30    <RequiredTechnology>phase_village</RequiredTechnology>
    3131  </Identity>
    3232  <Obstruction>
    3333    <Static width="4.5" depth="2.0"/>
    3434  </Obstruction>
    3535  <StatusBars>
  • binaries/data/mods/public/simulation/templates/other/palisades_rocks_tower.xml

     
    2525    <SelectionGroupName>other/wallset_palisade</SelectionGroupName>
    2626    <SpecificName>Palisade</SpecificName>
    2727    <GenericName>Wooden Wall</GenericName>
    2828    <Classes datatype="tokens">-StoneWall Palisade Tower</Classes>
    2929    <Icon>gaia/special_palisade.png</Icon>
    30     <RequiredTechnology>phase_village</RequiredTechnology>
     30    <RequiredTechnology>phase_village</RequiredTechnology>
    3131  </Identity>
    3232  <Obstruction>
    3333    <Static width="4.0" depth="4.0"/>
    3434    <ControlPersist/>
    3535  </Obstruction>
  • binaries/data/mods/public/simulation/templates/other/pers_apartment_block.xml

     
    2222    <Radius>25</Radius>
    2323  </TerritoryInfluence>
    2424  <VisualActor>
    2525    <Actor>props/structures/persians/alt_building_03.xml</Actor>
    2626  </VisualActor>
    27 </Entity>
    28  Pas de fin de ligne à la fin du fichier
     27</Entity>
  • binaries/data/mods/public/simulation/templates/other/plane.xml

     
    1616  <BuildingAI>
    1717    <DefaultArrowCount>3</DefaultArrowCount>
    1818    <GarrisonArrowMultiplier>1</GarrisonArrowMultiplier>
    1919    <GarrisonArrowClasses>Infantry</GarrisonArrowClasses>
    2020  </BuildingAI>
     21  <Decay>
     22    <SinkingAnim>true</SinkingAnim>
     23    <DelayTime>0.0</DelayTime>
     24    <SinkRate>3.0</SinkRate>
     25    <SinkAccel>7.0</SinkAccel>
     26  </Decay>
    2127  <GarrisonHolder>
    2228    <Max>1</Max>
    2329    <EjectHealth>0</EjectHealth>
    2430    <List datatype="tokens">Support Infantry</List>
    2531    <BuffHeal>1</BuffHeal>
    2632    <LoadingRange>5</LoadingRange>
    27     <EjectClassesOnDestroy datatype="tokens" />
     33    <EjectClassesOnDestroy datatype="tokens"/>
    2834  </GarrisonHolder>
    29   <Decay>
    30     <SinkingAnim>true</SinkingAnim>
    31     <DelayTime>0.0</DelayTime>
    32     <SinkRate>3.0</SinkRate>
    33     <SinkAccel>7.0</SinkAccel>
    34   </Decay>
     35  <Health>
     36    <Max>100</Max>
     37    <Unhealable>true</Unhealable>
     38  </Health>
    3539  <Identity>
    3640    <Civ>gaia</Civ>
    3741    <SpecificName>P-51 Mustang</SpecificName>
    3842    <History>This may be anachronistic.</History>
    3943    <Tooltip>A World War 2 American fighter plane.</Tooltip>
    4044    <Icon>units/global_mustang.png</Icon>
    4145    <Formations datatype="tokens" replace=""/>
    4246  </Identity>
    43   <Health>
    44     <Max>100</Max>
    45     <Unhealable>true</Unhealable>
    46   </Health>
    47   <Repairable>
    48     <RepairTimeRatio>3.0</RepairTimeRatio>
    49   </Repairable>
    5047  <Obstruction disable=""/>
    5148  <Position>
    5249    <TurnRate>1.0</TurnRate>
    5350    <Floating>true</Floating>
    5451  </Position>
     52  <Repairable>
     53    <RepairTimeRatio>3.0</RepairTimeRatio>
     54  </Repairable>
    5555  <UnitMotion disable=""/>
    5656  <UnitMotionFlying>
    5757    <MaxSpeed>60.0</MaxSpeed>
    5858    <TakeoffSpeed>50.0</TakeoffSpeed>
    5959    <LandingSpeed>40.0</LandingSpeed>
  • binaries/data/mods/public/simulation/templates/other/pyramid_great.xml

     
    2121    <Altitude>-2.0</Altitude>
    2222  </Position>
    2323  <ResourceSupply>
    2424    <Amount>10000</Amount>
    2525    <Type>stone.ruins</Type>
    26     <MaxGatherers>120</MaxGatherers>
     26    <MaxGatherers>120</MaxGatherers>
    2727  </ResourceSupply>
    2828  <Sound>
    2929    <SoundGroups>
    3030      <select>interface/select/building/sel_temple.xml</select>
    3131      <death>attack/destruction/building_collapse_large.xml</death>
  • binaries/data/mods/public/simulation/templates/other/pyramid_minor.xml

     
    1515    <Static width="34.0" depth="34.0"/>
    1616  </Obstruction>
    1717  <ResourceSupply>
    1818    <Amount>5000</Amount>
    1919    <Type>stone.ruins</Type>
    20     <MaxGatherers>90</MaxGatherers>
     20    <MaxGatherers>90</MaxGatherers>
    2121  </ResourceSupply>
    2222  <Sound>
    2323    <SoundGroups>
    2424      <select>interface/select/building/sel_temple.xml</select>
    2525      <death>attack/destruction/building_collapse_large.xml</death>
  • binaries/data/mods/public/simulation/templates/other/special_treasure_shipwreck_debris.xml

     
    1212  </Identity>
    1313  <Obstruction>
    1414    <Static width="7.0" depth="7.0"/>
    1515  </Obstruction>
    1616  <Position>
    17     <Altitude>-0.1</Altitude>
     17    <Altitude>-0.1</Altitude>
    1818    <Floating>true</Floating>
    1919  </Position>
    2020  <ResourceSupply>
    2121    <Amount>200</Amount>
    2222    <Type>treasure.food</Type>
  • binaries/data/mods/public/simulation/templates/other/unfinished_greek_temple.xml

     
    77  <Identity>
    88    <Civ>gaia</Civ>
    99    <GenericName>Ruins</GenericName>
    1010    <SpecificName>Unfinished Greek Temple</SpecificName>
    1111    <History>The Hellenes built marvelous temples in order to honour their polytheistic pantheon. While all gods were venerated, a specific patron deity was supposed to watch over each polis.</History>
    12     <Tooltip>This temple is unfinished and has fallen to ruin.</Tooltip>
     12    <Tooltip>This temple is unfinished and has fallen to ruin.</Tooltip>
    1313    <Icon>structures/temple.png</Icon>
    1414  </Identity>
    1515  <Loot>
    1616    <xp>10</xp>
    1717  </Loot>
    1818  <Obstruction>
    1919    <Static width="17.5" depth="30.0"/>
    2020  </Obstruction>
    2121  <ResourceSupply>
    2222    <Amount>2000</Amount>
    23     <MaxGatherers>30</MaxGatherers>
     23    <MaxGatherers>30</MaxGatherers>
    2424  </ResourceSupply>
    2525  <StatusBars>
    2626    <BarWidth>6.0</BarWidth>
    2727    <BarHeight>0.6</BarHeight>
    2828    <HeightOffset>12.0</HeightOffset>
  • binaries/data/mods/public/simulation/templates/other/wallset_palisade.xml

     
    22<Entity parent="template_structure_defense_wallset">
    33  <Identity>
    44    <Civ>gaia</Civ>
    55    <GenericName>Wooden Wall</GenericName>
    66    <SpecificName>Palisade</SpecificName>
    7     <Classes datatype="tokens">-StoneWall Palisade</Classes>
     7    <Classes datatype="tokens">-StoneWall Palisade</Classes>
    88    <Icon>structures/palisade_wall.png</Icon>
    9     <RequiredTechnology>phase_village</RequiredTechnology>
     9    <RequiredTechnology>phase_village</RequiredTechnology>
    1010  </Identity>
    1111  <WallSet>
    1212    <Templates>
    1313      <Tower>other/palisades_rocks_tower</Tower>
    1414      <Gate>other/palisades_rocks_gate</Gate>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_1x1.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/fndn_1x1.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/fndn_1x1.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_1x1pal.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/fndn_1x1pal.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/fndn_1x1pal.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_1x3pal.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/fndn_1x3pal.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/fndn_1x3pal.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_2x2.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/fndn_2x2.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/fndn_2x2.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_2x4.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/fndn_2x4.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/fndn_2x4.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_3x3.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_3x3.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_3x3.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_3x6.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/fndn_3x6.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/fndn_3x6.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_4x2.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/fndn_4x2.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/fndn_4x2.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_4x4.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/fndn_4x4.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/fndn_4x4.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_4x4_dock.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/fndn_4x4_dock.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/fndn_4x4_dock.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_4x6.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/fndn_4x6.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/fndn_4x6.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_5x5.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/fndn_5x5.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/fndn_5x5.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_6x4.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/fndn_6x4.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/fndn_6x4.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_6x4_dock.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/fndn_6x4_dock.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/fndn_6x4_dock.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_6x6.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/fndn_6x6.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/fndn_6x6.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_8x8.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/fndn_8x8.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/fndn_8x8.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_celt_cc.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_celt_cc.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_celt_cc.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_celt_dock.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_celt_dock_rubble.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_celt_dock_rubble.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_field.xml

     
    22<Entity parent="template_rubble">
    33  <Decay>
    44    <DelayTime>60.0</DelayTime>
    55  </Decay>
    66  <VisualActor>
    7     <Actor>structures/plot_field_fallow.xml</Actor>
     7    <Actor>structures/plot_field_fallow.xml</Actor>
    88  </VisualActor>
    99</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_hele_cc.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_hele_cc.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_hele_cc.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_hele_dock.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_hele_dock_rubble.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_hele_dock_rubble.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_iber_cc.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_iber_cc.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_iber_cc.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_iber_dock.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_iber_dock_rubble.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_iber_dock_rubble.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_kart_cc.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_kart_cc.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_kart_cc.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_kart_dock.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_kart_dock_rubble.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_kart_dock_rubble.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_maur_cc.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_maur_cc.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_maur_cc.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_pers_cc.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_pers_cc.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_pers_cc.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_pers_dock.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_pers_dock_rubble.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_pers_dock_rubble.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_rome_cc.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_rome_cc.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_rome_cc.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_rome_dock.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_rome_dock_rubble.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_rome_dock_rubble.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_rome_sb.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_rome_camp_palisade.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_rome_camp_palisade.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_stone_2x2.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_stone_2x2.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_stone_2x2.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_stone_3x3.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_stone_3x3.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_stone_3x3.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_stone_4x2.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_stone_4x2.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_stone_4x2.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_stone_4x4.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_stone_4x4.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_stone_4x4.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_stone_4x6.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_stone_4x6.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_stone_4x6.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_stone_5x5.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_stone_5x5.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_stone_5x5.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_stone_6x4.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_stone_6x4.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_stone_6x4.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_stone_6x6.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_stone_6x6.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_stone_6x6.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_stone_wall_long.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_stone_wall_long.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_stone_wall_long.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_stone_wall_medium.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_stone_wall_medium.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_stone_wall_medium.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_stone_wall_short.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_stone_wall_short.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_stone_wall_short.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_stone_wall_tower.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/destruct_stone_wall_tower.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/destruct_stone_wall_tower.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/rubble/rubble_wall.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_rubble">
    3     <VisualActor>
    4         <Actor>structures/fndn_wall.xml</Actor>
    5     </VisualActor>
     3  <VisualActor>
     4    <Actor>structures/fndn_wall.xml</Actor>
     5  </VisualActor>
    66</Entity>
  • binaries/data/mods/public/simulation/templates/skirmish/structures/default_defense_tower.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_structure_defense_defense_tower">
    3   <Identity>
    4     <Civ>skirm</Civ>
    5   </Identity>
    63  <Footprint replace=""><!-- use iberian footprint -->
    74    <Circle radius="8.0"/>
    85    <Height>12.0</Height>
    96  </Footprint>
     7  <Identity>
     8    <Civ>skirm</Civ>
     9  </Identity>
    1010  <SkirmishReplacer>
    1111    <general>structures/{civ}_defense_tower</general>
    1212  </SkirmishReplacer>
    1313  <VisualActor>
    1414    <Actor>structures/hellenes/scout_tower.xml</Actor>
  • binaries/data/mods/public/simulation/templates/skirmish/structures/default_house_5.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_structure_civic_house">
    3   <Identity>
    4     <Civ>skirm</Civ>
    5     <Tooltip>Changes in a 5-pop house for civilisations with those houses, is deleted for other civs</Tooltip>
    6   </Identity>
    73  <Footprint>
    84    <Square width="16.0" depth="16.0"/>
    95    <Height>5.0</Height>
    106  </Footprint>
     7  <Identity>
     8    <Civ>skirm</Civ>
     9    <Tooltip>Changes in a 5-pop house for civilisations with those houses, is deleted for other civs</Tooltip>
     10  </Identity>
    1111  <ProductionQueue disable=""/>
    1212  <SkirmishReplacer/>
    1313  <VisualActor>
    1414    <Actor>structures/ptolemies/house.xml</Actor>
    1515  </VisualActor>
  • binaries/data/mods/public/simulation/templates/skirmish/structures/default_wall_long.xml

     
    1515  </SkirmishReplacer>
    1616  <VisualActor>
    1717    <Actor>structures/hellenes/wall_long.xml</Actor>
    1818  </VisualActor>
    1919  <WallPiece>
    20     <Length>36.0</Length>
     20    <Length>36.0</Length>
    2121  </WallPiece>
    2222</Entity>
  • binaries/data/mods/public/simulation/templates/skirmish/structures/default_wall_medium.xml

     
    1515  </SkirmishReplacer>
    1616  <VisualActor>
    1717    <Actor>structures/hellenes/wall_medium.xml</Actor>
    1818  </VisualActor>
    1919  <WallPiece>
    20     <Length>24.0</Length>
     20    <Length>24.0</Length>
    2121  </WallPiece>
    2222</Entity>
  • binaries/data/mods/public/simulation/templates/skirmish/structures/default_wall_short.xml

     
    1515  </SkirmishReplacer>
    1616  <VisualActor>
    1717    <Actor>structures/hellenes/wall_short.xml</Actor>
    1818  </VisualActor>
    1919  <WallPiece>
    20     <Length>12.0</Length>
     20    <Length>12.0</Length>
    2121  </WallPiece>
    2222</Entity>
  • binaries/data/mods/public/simulation/templates/skirmish/structures/iber_wall_gate.xml

     
    1717  <SkirmishReplacer/>
    1818  <VisualActor>
    1919    <Actor>structures/iberians/wall_gate.xml</Actor>
    2020  </VisualActor>
    2121  <WallPiece>
    22     <Length>36.0</Length>
     22    <Length>36.0</Length>
    2323  </WallPiece>
    2424</Entity>
  • binaries/data/mods/public/simulation/templates/skirmish/structures/iber_wall_long.xml

     
    1313  <SkirmishReplacer/>
    1414  <VisualActor>
    1515    <Actor>structures/iberians/wall_long.xml</Actor>
    1616  </VisualActor>
    1717  <WallPiece>
    18     <Length>36.0</Length>
     18    <Length>36.0</Length>
    1919  </WallPiece>
    2020</Entity>
  • binaries/data/mods/public/simulation/templates/skirmish/structures/iber_wall_medium.xml

     
    1313  <SkirmishReplacer/>
    1414  <VisualActor>
    1515    <Actor>structures/iberians/wall_medium.xml</Actor>
    1616  </VisualActor>
    1717  <WallPiece>
    18     <Length>24.0</Length>
     18    <Length>24.0</Length>
    1919  </WallPiece>
    2020</Entity>
  • binaries/data/mods/public/simulation/templates/skirmish/structures/iber_wall_short.xml

     
    1313  <SkirmishReplacer/>
    1414  <VisualActor>
    1515    <Actor>structures/iberians/wall_short.xml</Actor>
    1616  </VisualActor>
    1717  <WallPiece>
    18     <Length>12.0</Length>
     18    <Length>12.0</Length>
    1919  </WallPiece>
    2020</Entity>
  • binaries/data/mods/public/simulation/templates/special/dummy.xml

     
     1<?xml version="1.0" encoding="utf-8"?>
    12<Entity>
    2     <Position>
    3         <Altitude>0</Altitude>
    4         <Anchor>upright</Anchor>
    5         <Floating>false</Floating>
    6         <TurnRate>6.0</TurnRate>
    7     </Position>
     3  <Position>
     4    <Altitude>0</Altitude>
     5    <Anchor>upright</Anchor>
     6    <Floating>false</Floating>
     7    <TurnRate>6.0</TurnRate>
     8  </Position>
    89</Entity>
  • binaries/data/mods/public/simulation/templates/special/player.xml

     
    5050        <RequiredTechs datatype="tokens">phase_town</RequiredTechs>
    5151      </CivilCentre>
    5252    </LimitRemovers>
    5353  </EntityLimits>
    5454  <Identity>
    55     <Civ></Civ>
     55    <Civ/>
    5656    <GenericName>Player</GenericName>
    5757    <Classes datatype="tokens">Player</Classes>
    5858  </Identity>
    5959  <Player>
    6060    <SharedLosTech>unlock_shared_los</SharedLosTech>
  • binaries/data/mods/public/simulation/templates/special/rallypoint.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="special/actor">
    3   <VisualActor>
    4     <Actor>props/special/common/waypoint_flag.xml</Actor>
    5   </VisualActor>
    63  <Visibility>
    74    <AlwaysVisible>true</AlwaysVisible>
    85  </Visibility>
     6  <VisualActor>
     7    <Actor>props/special/common/waypoint_flag.xml</Actor>
     8  </VisualActor>
    99</Entity>
  • binaries/data/mods/public/simulation/templates/structures/athen_gymnasion.xml

     
    2424    <Icon>structures/gymnasion.png</Icon>
    2525  </Identity>
    2626  <Obstruction>
    2727    <Static width="28.0" depth="28.0"/>
    2828  </Obstruction>
    29   <Sound>
    30     <SoundGroups>
    31       <select>interface/select/building/sel_gymnasium.xml</select>
    32       <constructed>interface/complete/building/complete_gymnasium.xml</constructed>
    33       <death>attack/destruction/building_collapse_large.xml</death>
    34     </SoundGroups>
    35   </Sound>
    3629  <ProductionQueue>
    3730    <BatchTimeModifier>0.7</BatchTimeModifier>
    3831    <Entities datatype="tokens">
    3932      units/{civ}_champion_infantry
    4033      units/{civ}_champion_ranged
    4134    </Entities>
    4235  </ProductionQueue>
     36  <Sound>
     37    <SoundGroups>
     38      <select>interface/select/building/sel_gymnasium.xml</select>
     39      <constructed>interface/complete/building/complete_gymnasium.xml</constructed>
     40      <death>attack/destruction/building_collapse_large.xml</death>
     41    </SoundGroups>
     42  </Sound>
    4343  <VisualActor>
    4444    <Actor>structures/athenians/gymnasion.xml</Actor>
    4545    <FoundationActor>structures/fndn_6x6.xml</FoundationActor>
    4646  </VisualActor>
    4747</Entity>
  • binaries/data/mods/public/simulation/templates/structures/athen_prytaneion.xml

     
    2828    <Icon>structures/tholos.png</Icon>
    2929  </Identity>
    3030  <Obstruction>
    3131    <Static width="24.0" depth="30.0"/>
    3232  </Obstruction>
    33   <Sound>
    34     <SoundGroups>
    35       <select>interface/select/building/sel_tholos.xml</select>
    36       <constructed>interface/complete/building/complete_tholos.xml</constructed>
    37       <death>attack/destruction/building_collapse_large.xml</death>
    38     </SoundGroups>
    39   </Sound>
    4033  <ProductionQueue>
    4134    <BatchTimeModifier>0.7</BatchTimeModifier>
    4235    <Entities datatype="tokens">
    4336      units/{civ}_hero_themistocles
    4437      units/{civ}_hero_pericles
     
    4740    <Technologies datatype="tokens">
    4841      hellenes/special_long_walls
    4942      hellenes/special_iphicratean_reforms
    5043    </Technologies>
    5144  </ProductionQueue>
     45  <Sound>
     46    <SoundGroups>
     47      <select>interface/select/building/sel_tholos.xml</select>
     48      <constructed>interface/complete/building/complete_tholos.xml</constructed>
     49      <death>attack/destruction/building_collapse_large.xml</death>
     50    </SoundGroups>
     51  </Sound>
    5252  <VisualActor>
    5353    <Actor>structures/athenians/prytaneion.xml</Actor>
    5454  </VisualActor>
    5555</Entity>
  • binaries/data/mods/public/simulation/templates/structures/athen_wall_medium.xml

     
    44    <Square width="26.0" depth="7.0"/>
    55    <Height>9.0</Height>
    66  </Footprint>
    77  <Identity>
    88    <Civ>athen</Civ>
    9     <SelectionGroupName>structures/athen_wallset_stone</SelectionGroupName>
     9    <SelectionGroupName>structures/athen_wallset_stone</SelectionGroupName>
    1010    <SpecificName>Teîkhos</SpecificName>
    1111    <History>Athens was surrounded by stone walls for protection against enemy raids. Some of these fortifications, like the Athenian Long Walls, for example, were massive structures.</History>
    1212  </Identity>
    1313  <Obstruction>
    1414    <Static width="24.0" depth="6.0"/>
     
    1717    <Actor>structures/hellenes/wall_medium.xml</Actor>
    1818  </VisualActor>
    1919  <WallPiece>
    2020    <Length>24.0</Length>
    2121  </WallPiece>
    22 </Entity>
    23  Pas de fin de ligne à la fin du fichier
     22</Entity>
  • binaries/data/mods/public/simulation/templates/structures/athen_wall_short.xml

     
    44    <Square width="14.0" depth="7.0"/>
    55    <Height>9.0</Height>
    66  </Footprint>
    77  <Identity>
    88    <Civ>athen</Civ>
    9     <SelectionGroupName>structures/athen_wallset_stone</SelectionGroupName>
     9    <SelectionGroupName>structures/athen_wallset_stone</SelectionGroupName>
    1010    <SpecificName>Teîkhos</SpecificName>
    1111    <History>Athens was surrounded by stone walls for protection against enemy raids. Some of these fortifications, like the Athenian Long Walls, for example, were massive structures.</History>
    1212  </Identity>
    1313  <Obstruction>
    1414    <Static width="13.0" depth="6.0"/>
  • binaries/data/mods/public/simulation/templates/structures/athen_wall_tower.xml

     
    1616    <Actor>structures/hellenes/wall_tower.xml</Actor>
    1717  </VisualActor>
    1818  <WallPiece>
    1919    <Length>7.5</Length>
    2020  </WallPiece>
    21 </Entity>
    22  Pas de fin de ligne à la fin du fichier
     21</Entity>
  • binaries/data/mods/public/simulation/templates/structures/brit_barracks.xml

     
    1111    <SpawnEntityOnDeath>rubble/rubble_stone_5x5</SpawnEntityOnDeath>
    1212  </Health>
    1313  <Identity>
    1414    <Civ>brit</Civ>
    1515    <SpecificName>Gwersyllty</SpecificName>
    16     <History>All able-bodied male Celts were expected to heed their liege lord's call to battle when need arose.</History>
     16    <History>All able-bodied male Celts were expected to heed their liege lord's call to battle when need arose.</History>
    1717  </Identity>
    1818  <Obstruction>
    1919    <Static width="20.0" depth="20.0"/>
    2020  </Obstruction>
    2121  <ProductionQueue>
    2222    <Entities datatype="tokens">
    23       units/{civ}_champion_infantry_barracks
    24       units/{civ}_champion_cavalry_barracks
     23      units/{civ}_champion_infantry_barracks
     24      units/{civ}_champion_cavalry_barracks
    2525    </Entities>
    2626    <Technologies datatype="tokens">
    2727      unlock_champion_units
    2828    </Technologies>
    2929  </ProductionQueue>
  • binaries/data/mods/public/simulation/templates/structures/brit_blacksmith.xml

     
    44    <PopulationBonus>4</PopulationBonus>
    55  </Cost>
    66  <Identity>
    77    <Civ>brit</Civ>
    88    <SpecificName>Amoridas</SpecificName>
    9     <History>Figured to have it represent an armory; these were common, and not all Celts (truthfully, not even most) had to provide their own weapons. Just, they had to provide their own GOOD weapons and armor, but mass-produced spears and javelins and shields were distributed freely at need. The possession of a armory by the local lord was considered quite prestigious among the Celts, especially the larger examples found in Gaul that could maintain armies.</History>
     9    <History>Figured to have it represent an armory; these were common, and not all Celts (truthfully, not even most) had to provide their own weapons. Just, they had to provide their own GOOD weapons and armor, but mass-produced spears and javelins and shields were distributed freely at need. The possession of a armory by the local lord was considered quite prestigious among the Celts, especially the larger examples found in Gaul that could maintain armies.</History>
    1010    <RequiredTechnology>phase_town</RequiredTechnology>
    1111    <VisibleClasses datatype="tokens">Town</VisibleClasses>
    1212  </Identity>
    1313  <VisualActor>
    1414    <Actor>structures/celts/blacksmith.xml</Actor>
  • binaries/data/mods/public/simulation/templates/structures/brit_civil_centre.xml

     
    22<Entity parent="template_structure_civic_civil_centre">
    33  <Footprint replace="">
    44    <Circle radius="15.0"/>
    55    <Height>8.0</Height>
    66  </Footprint>
     7  <Health>
     8    <SpawnEntityOnDeath>rubble/rubble_celt_cc</SpawnEntityOnDeath>
     9  </Health>
    710  <Identity>
    811    <Civ>brit</Civ>
    912    <SpecificName>Caer</SpecificName>
    1013    <History>This was be the center of the town, a great hall where the clan leader resided. All political matters were probably performed inside such a structure.</History>
    1114  </Identity>
    12 <Health>
    13   <SpawnEntityOnDeath>rubble/rubble_celt_cc</SpawnEntityOnDeath>
    14   </Health>
    1515  <Obstruction>
    1616    <Static width="25.0" depth="25.0"/>
    1717  </Obstruction>
    1818  <ProductionQueue>
    1919    <Entities datatype="tokens">
  • binaries/data/mods/public/simulation/templates/structures/brit_dock.xml

     
    55  </Cost>
    66  <Footprint>
    77    <Square width="12.0" depth="24.0"/>
    88    <Height>8.0</Height>
    99  </Footprint>
    10 <Health>
     10  <Health>
    1111    <SpawnEntityOnDeath>rubble/rubble_celt_dock</SpawnEntityOnDeath>
    1212  </Health>
    1313  <Identity>
    1414    <Civ>brit</Civ>
    1515    <SpecificName>Crannóc</SpecificName>
  • binaries/data/mods/public/simulation/templates/structures/brit_fortress.xml

     
    2323    <History>The Broch is an Iron Age round tower fortification type unique to Scotland.  The origin of brochs remains a mystery. Some archaeologists believed the brochs were built by an influx of broch builders who had been displaced and pushed northward during the Roman invasion of Britain. However, this theory has been largely disproven and current thought is that they were built by itinerant (travelling) craftsmen since so many were built to almost the same exact design. </History>
    2424  </Identity>
    2525  <Obstruction>
    2626    <Static width="29.0" depth="29.0"/>
    2727  </Obstruction>
    28   <Sound>
    29     <SoundGroups>
    30       <select>interface/select/building/sel_broch.xml</select>
    31       <constructed>interface/complete/building/complete_broch.xml</constructed>
    32       <death>attack/destruction/building_collapse_large.xml</death>
    33     </SoundGroups>
    34   </Sound>
    3528  <ProductionQueue>
    3629    <Entities datatype="tokens">
    3730      units/{civ}_hero_boudicca
    3831      units/{civ}_hero_caratacos
    3932      units/{civ}_hero_cunobelin
     
    4538      siege_armor
    4639      siege_cost_metal
    4740      siege_cost_wood
    4841    </Technologies>
    4942  </ProductionQueue>
     43  <Sound>
     44    <SoundGroups>
     45      <select>interface/select/building/sel_broch.xml</select>
     46      <constructed>interface/complete/building/complete_broch.xml</constructed>
     47      <death>attack/destruction/building_collapse_large.xml</death>
     48    </SoundGroups>
     49  </Sound>
    5050  <Vision>
    5151    <Range>100</Range>
    5252  </Vision>
    5353  <VisualActor>
    5454    <Actor>structures/britons/fortress_briton.xml</Actor>
  • binaries/data/mods/public/simulation/templates/structures/brit_kennel.xml

     
    3737    <RequiredTechnology>phase_town</RequiredTechnology>
    3838  </Identity>
    3939  <Obstruction>
    4040    <Static width="7.5" depth="6.75"/>
    4141  </Obstruction>
     42  <ProductionQueue>
     43    <BatchTimeModifier>0.7</BatchTimeModifier>
     44    <Entities datatype="tokens">
     45      units/brit_war_dog_b
     46    </Entities>
     47  </ProductionQueue>
    4248  <Sound>
    4349    <SoundGroups>
    4450      <select>interface/select/building/sel_kennel.xml</select>
    4551      <constructed>interface/complete/building/complete_kennel.xml</constructed>
    4652      <death>attack/destruction/building_collapse_large.xml</death>
     
    5157  </StatusBars>
    5258  <TerritoryInfluence>
    5359    <Radius>20</Radius>
    5460    <Weight>30000</Weight>
    5561  </TerritoryInfluence>
    56   <ProductionQueue>
    57     <BatchTimeModifier>0.7</BatchTimeModifier>
    58     <Entities datatype="tokens">
    59       units/brit_war_dog_b
    60     </Entities>
    61   </ProductionQueue>
    6262  <VisualActor>
    6363    <Actor>structures/celts/kennel.xml</Actor>
    6464    <FoundationActor>structures/fndn_2x2.xml</FoundationActor>
    6565  </VisualActor>
    6666</Entity>
  • binaries/data/mods/public/simulation/templates/structures/brit_wall_medium.xml

     
    1717      </Archer3>
    1818    </VisibleGarrisonPoints>
    1919  </GarrisonHolder>
    2020  <Identity>
    2121    <Civ>brit</Civ>
    22     <SelectionGroupName>structures/brit_wallset_stone</SelectionGroupName>
     22    <SelectionGroupName>structures/brit_wallset_stone</SelectionGroupName>
    2323    <SpecificName>Gwarchglawdd</SpecificName>
    2424    <History>The Romans called this wall 'Murus Gallicus'. Translated, it means 'Gaulish wall'. It was extremely resistant to assault by battering ram. Julius Caesar described a type of wood and stone wall, known as a Murus Gallicus, in his account of the Gallic Wars. These walls were made of a stone wall filled with rubble, with wooden logs inside for stability. Caesar noted how the flexibility of the wood added to the strength of the fort in case of battering ram attack.</History>
    2525  </Identity>
    2626  <Obstruction>
    2727    <Static width="25.0" depth="7.0"/>
  • binaries/data/mods/public/simulation/templates/structures/brit_wall_short.xml

     
    44    <Square width="14.5" depth="8.5"/>
    55    <Height>9.0</Height>
    66  </Footprint>
    77  <Identity>
    88    <Civ>brit</Civ>
    9     <SelectionGroupName>structures/brit_wallset_stone</SelectionGroupName>
     9    <SelectionGroupName>structures/brit_wallset_stone</SelectionGroupName>
    1010    <SpecificName>Gwarchglawdd</SpecificName>
    1111    <History>The Romans called this wall 'Murus Gallicus'. Translated, it means 'Gaulish wall'. It was extremely resistant to assault by battering ram. Julius Caesar described a type of wood and stone wall, known as a Murus Gallicus, in his account of the Gallic Wars. These walls were made of a stone wall filled with rubble, with wooden logs inside for stability. Caesar noted how the flexibility of the wood added to the strength of the fort in case of battering ram attack.</History>
    1212  </Identity>
    1313  <Obstruction>
    1414    <Static width="13.0" depth="7.0"/>
  • binaries/data/mods/public/simulation/templates/structures/cart_civil_centre.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_structure_civic_civil_centre">
     3  <Health>
     4    <SpawnEntityOnDeath>rubble/rubble_kart_cc</SpawnEntityOnDeath>
     5  </Health>
    36  <Identity>
    47    <Civ>cart</Civ>
    58    <SpecificName>Merkāz</SpecificName>
    69  </Identity>
    7   <Health>
    8     <SpawnEntityOnDeath>rubble/rubble_kart_cc</SpawnEntityOnDeath>
    9   </Health>
    1010  <ProductionQueue>
    1111    <Entities datatype="tokens">
    1212      units/{civ}_infantry_spearman_b
    1313      units/{civ}_infantry_archer_b
    1414      units/{civ}_cavalry_javelinist_b
  • binaries/data/mods/public/simulation/templates/structures/cart_fortress.xml

     
    2323    <Technologies datatype="tokens">
    2424      siege_attack
    2525      siege_armor
    2626      siege_cost_metal
    2727      siege_cost_wood
    28       siege_bolt_accuracy
     28      siege_bolt_accuracy
    2929    </Technologies>
    3030  </ProductionQueue>
    3131  <VisualActor>
    3232    <Actor>structures/carthaginians/fortress.xml</Actor>
    3333  </VisualActor>
  • binaries/data/mods/public/simulation/templates/structures/cart_super_dock.xml

     
    44  <BuildRestrictions>
    55    <Territory>own ally neutral</Territory>
    66    <PlacementType>shore</PlacementType>
    77    <Category>Dock</Category>
    88  </BuildRestrictions>
    9   <Identity>
    10     <Civ>cart</Civ>
    11     <GenericName>Naval Shipyard</GenericName>
    12     <SpecificName>Cothon</SpecificName>
    13     <VisibleClasses datatype="tokens">-City Shipyard Town</VisibleClasses>
    14     <History>The structure is based upon the center island of the inner harbor constructed to house the war fleet of the Carthaginian navy at Carthage.</History>
    15     <Tooltip>Construct and repair mighty warships.</Tooltip>
    16     <Icon>structures/uber_dock.png</Icon>
    17     <RequiredTechnology>phase_town</RequiredTechnology>
    18   </Identity>
    199  <Cost>
    2010    <PopulationBonus>10</PopulationBonus>
    2111    <BuildTime>500</BuildTime>
    2212    <Resources>
    2313      <wood>300</wood>
     
    3828    <LoadingRange>2</LoadingRange>
    3929  </GarrisonHolder>
    4030  <Health>
    4131    <Max>5000</Max>
    4232  </Health>
     33  <Identity>
     34    <Civ>cart</Civ>
     35    <GenericName>Naval Shipyard</GenericName>
     36    <SpecificName>Cothon</SpecificName>
     37    <VisibleClasses datatype="tokens">-City Shipyard Town</VisibleClasses>
     38    <History>The structure is based upon the center island of the inner harbor constructed to house the war fleet of the Carthaginian navy at Carthage.</History>
     39    <Tooltip>Construct and repair mighty warships.</Tooltip>
     40    <Icon>structures/uber_dock.png</Icon>
     41    <RequiredTechnology>phase_town</RequiredTechnology>
     42  </Identity>
    4343  <Obstruction>
    4444    <Static width="42.0" depth="58.0"/>
    4545  </Obstruction>
    4646  <Position>
    4747    <Floating>true</Floating>
    4848  </Position>
     49  <ProductionQueue>
     50    <BatchTimeModifier>0.7</BatchTimeModifier>
     51    <Entities datatype="tokens">
     52      units/{civ}_ship_bireme
     53      units/{civ}_ship_trireme
     54      units/{civ}_ship_quinquereme
     55    </Entities>
     56    <Technologies datatype="tokens">
     57      carthaginians/training_phoenician_naval_architects
     58      carthaginians/special_exploration
     59    </Technologies>
     60  </ProductionQueue>
    4961  <RallyPointRenderer>
    5062    <LinePassabilityClass>ship</LinePassabilityClass>
    5163  </RallyPointRenderer>
    5264  <Sound>
    5365    <SoundGroups>
     
    6072  <TerritoryInfluence>
    6173    <Root>true</Root>
    6274    <Radius>200</Radius>
    6375    <Weight>25000</Weight>
    6476  </TerritoryInfluence>
    65   <ProductionQueue>
    66     <BatchTimeModifier>0.7</BatchTimeModifier>
    67     <Entities datatype="tokens">
    68       units/{civ}_ship_bireme
    69       units/{civ}_ship_trireme
    70       units/{civ}_ship_quinquereme
    71     </Entities>
    72     <Technologies datatype="tokens">
    73       carthaginians/training_phoenician_naval_architects
    74       carthaginians/special_exploration
    75     </Technologies>
    76   </ProductionQueue>
    7777  <Vision>
    7878    <Range>100</Range>
    7979  </Vision>
    8080  <VisualActor>
    8181    <Actor>structures/carthaginians/super_dock.xml</Actor>
  • binaries/data/mods/public/simulation/templates/structures/cart_wall_medium.xml

     
    1717      </Archer3>
    1818    </VisibleGarrisonPoints>
    1919  </GarrisonHolder>
    2020  <Identity>
    2121    <Civ>cart</Civ>
    22     <SelectionGroupName>structures/cart_wallset_stone</SelectionGroupName>
     22    <SelectionGroupName>structures/cart_wallset_stone</SelectionGroupName>
    2323    <SpecificName>Homah</SpecificName>
    2424    <History>The Carthaginians built what are referred to as "triple walls" to fortify some of their cities; as triple walls aren't a practical construct for 0 A.D, the construction of the inner wall is to be used. This wall served not only as a defensive structure but had barracks and stables integrated right into it, and raised towers at intervals. Fodder for elephants and horses, and arms were stored onsite. The ground level consisted of housing for elephants, the second level for horses, and the third level as barracks for the troops. In Carthage alone, 200 elephants, a thousand horses and 15,000~30,000 troops could be housed within the city walls. As shown in the reference drawing, there was also a ditch at the base in front of the wall. These walls were typically built of large blocks of sandstone hewn from deposits nearby, and were never breached by invaders.</History>
    2525  </Identity>
    2626  <Obstruction>
    2727    <Static width="30.0" depth="9.0"/>
  • binaries/data/mods/public/simulation/templates/structures/cart_wall_short.xml

     
    44    <Square width="17.0" depth="11.0"/>
    55    <Height>9.0</Height>
    66  </Footprint>
    77  <Identity>
    88    <Civ>cart</Civ>
    9     <SelectionGroupName>structures/cart_wallset_stone</SelectionGroupName>
     9    <SelectionGroupName>structures/cart_wallset_stone</SelectionGroupName>
    1010    <SpecificName>Homah</SpecificName>
    1111    <History>The Carthaginians built what are referred to as "triple walls" to fortify some of their cities; as triple walls aren't a practical construct for 0 A.D, the construction of the inner wall is to be used. This wall served not only as a defensive structure but had barracks and stables integrated right into it, and raised towers at intervals. Fodder for elephants and horses, and arms were stored onsite. The ground level consisted of housing for elephants, the second level for horses, and the third level as barracks for the troops. In Carthage alone, 200 elephants, a thousand horses and 15,000~30,000 troops could be housed within the city walls. As shown in the reference drawing, there was also a ditch at the base in front of the wall. These walls were typically built of large blocks of sandstone hewn from deposits nearby, and were never breached by invaders.</History>
    1212  </Identity>
    1313  <Obstruction>
    1414    <Static width="16.0" depth="9.0"/>
  • binaries/data/mods/public/simulation/templates/structures/gaul_barracks.xml

     
    1111    <SpawnEntityOnDeath>rubble/rubble_stone_5x5</SpawnEntityOnDeath>
    1212  </Health>
    1313  <Identity>
    1414    <Civ>gaul</Civ>
    1515    <SpecificName>Gwersyllty</SpecificName>
    16     <History>All able-bodied male Celts were expected to heed their liege lord's call to battle when need arose.</History>
     16    <History>All able-bodied male Celts were expected to heed their liege lord's call to battle when need arose.</History>
    1717  </Identity>
    1818  <Obstruction>
    1919    <Static width="20.0" depth="20.0"/>
    2020  </Obstruction>
    2121  <ProductionQueue>
    2222    <Entities datatype="tokens">
    23       units/{civ}_champion_infantry_barracks
    24       units/{civ}_champion_cavalry_barracks
     23      units/{civ}_champion_infantry_barracks
     24      units/{civ}_champion_cavalry_barracks
    2525    </Entities>
    2626    <Technologies datatype="tokens">
    2727      unlock_champion_units
    2828    </Technologies>
    2929  </ProductionQueue>
  • binaries/data/mods/public/simulation/templates/structures/gaul_blacksmith.xml

     
    44    <PopulationBonus>4</PopulationBonus>
    55  </Cost>
    66  <Identity>
    77    <Civ>gaul</Civ>
    88    <SpecificName>Amoridas</SpecificName>
    9     <History>Figured to have it represent an armory; these were common, and not all Celts (truthfully, not even most) had to provide their own weapons. Just, they had to provide their own GOOD weapons and armor, but mass-produced spears and javelins and shields were distributed freely at need. The possession of a armory by the local lord was considered quite prestigious among the Celts, especially the larger examples found in Gaul that could maintain armies.</History>
     9    <History>Figured to have it represent an armory; these were common, and not all Celts (truthfully, not even most) had to provide their own weapons. Just, they had to provide their own GOOD weapons and armor, but mass-produced spears and javelins and shields were distributed freely at need. The possession of a armory by the local lord was considered quite prestigious among the Celts, especially the larger examples found in Gaul that could maintain armies.</History>
    1010    <RequiredTechnology>phase_town</RequiredTechnology>
    1111    <VisibleClasses datatype="tokens">Town</VisibleClasses>
    1212  </Identity>
    1313  <VisualActor>
    1414    <Actor>structures/celts/blacksmith.xml</Actor>
  • binaries/data/mods/public/simulation/templates/structures/gaul_civil_centre.xml

     
    22<Entity parent="template_structure_civic_civil_centre">
    33  <Footprint>
    44    <Square width="28.0" depth="28.0"/>
    55    <Height>8.0</Height>
    66  </Footprint>
     7  <Health>
     8    <SpawnEntityOnDeath>rubble/rubble_celt_cc</SpawnEntityOnDeath>
     9  </Health>
    710  <Identity>
    811    <Civ>gaul</Civ>
    912    <SpecificName>Caer</SpecificName>
    1013    <History>This was be the center of the town, a great hall where the clan leader resided. All political matters were probably performed inside such a structure.</History>
    1114  </Identity>
    12   <Health>
    13     <SpawnEntityOnDeath>rubble/rubble_celt_cc</SpawnEntityOnDeath>
    14   </Health>
    1515  <Obstruction>
    1616    <Static width="25.0" depth="25.0"/>
    1717  </Obstruction>
    1818  <ProductionQueue>
    1919    <Entities datatype="tokens">
  • binaries/data/mods/public/simulation/templates/structures/gaul_farmstead.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_structure_economic_farmstead">
    3     <Cost>
    4         <PopulationBonus>2</PopulationBonus>
    5     </Cost>
    6     <Footprint>
    7         <Square width="20" depth="20"/>
    8         <Height>8.0</Height>
    9     </Footprint>
    10     <Identity>
    11         <Civ>gaul</Civ>
    12         <SpecificName>Ffermdy</SpecificName>
    13         <History>Farming typically revolved around small hamlets and farmsteads with enclosed rectilinear fields - each having areas of pasture, farmland and wood. Ploughing became more efficient with the arrival of the iron share (plough point ? courtesy of our Celts) and a two field rotation was introduced; crops one year followed by a fallow that was grazed by livestock. This lead to surprisingly high yields and fuelled population growth. The image of a farmstead would most likely be a house with some out-buildings. Storage of crops was either in pits or in raised stores and harvest was over several months - weeds, grain and then straw.</History>
    14     </Identity>
    15     <Obstruction>
    16         <Static width="21" depth="20"/>
    17     </Obstruction>
    18     <VisualActor>
    19         <FoundationActor>structures/fndn_4x4.xml</FoundationActor>
    20         <Actor>structures/gauls/farmstead.xml</Actor>
    21     </VisualActor>
     3  <Cost>
     4    <PopulationBonus>2</PopulationBonus>
     5  </Cost>
     6  <Footprint>
     7    <Square width="20" depth="20"/>
     8    <Height>8.0</Height>
     9  </Footprint>
     10  <Identity>
     11    <Civ>gaul</Civ>
     12    <SpecificName>Ffermdy</SpecificName>
     13    <History>Farming typically revolved around small hamlets and farmsteads with enclosed rectilinear fields - each having areas of pasture, farmland and wood. Ploughing became more efficient with the arrival of the iron share (plough point ? courtesy of our Celts) and a two field rotation was introduced; crops one year followed by a fallow that was grazed by livestock. This lead to surprisingly high yields and fuelled population growth. The image of a farmstead would most likely be a house with some out-buildings. Storage of crops was either in pits or in raised stores and harvest was over several months - weeds, grain and then straw.</History>
     14  </Identity>
     15  <Obstruction>
     16    <Static width="21" depth="20"/>
     17  </Obstruction>
     18  <VisualActor>
     19    <FoundationActor>structures/fndn_4x4.xml</FoundationActor>
     20    <Actor>structures/gauls/farmstead.xml</Actor>
     21  </VisualActor>
    2222</Entity>
  • binaries/data/mods/public/simulation/templates/structures/gaul_fortress.xml

     
    77    <Civ>gaul</Civ>
    88    <SpecificName>Gallic Dun</SpecificName>
    99    <Tooltip>Train Gallic heroes and champions. Construct siege rams.</Tooltip>
    1010    <History>Dun comes from the Brythonic Din and Gaelic Dun, meaning fort, and is now used as a general term for small stone built strongholds. Duns appear to have arrived with the Celts in about the 7th century BC, associated with their Iron age culture of warrior tribes and petty chieftains. Early Duns had near vertical ramparts constructed of stone laced with timber, and where this was set on fire (accidentally or on purpose) it forms the vitrified forts where stones have been partly melted, an effect that is still clearly visible. Use of Duns continued in some cases into the medieval period.</History>
    1111  </Identity>
    12   <Sound>
    13     <SoundGroups>
    14       <select>interface/select/building/sel_fortress.xml</select>
    15       <constructed>interface/complete/building/complete_fortress.xml</constructed>
    16       <death>attack/destruction/building_collapse_large.xml</death>
    17     </SoundGroups>
    18   </Sound>
    1912  <ProductionQueue>
    2013    <Entities datatype="tokens">
    2114      units/{civ}_hero_brennus
    2215      units/{civ}_hero_britomartus
    2316      units/{civ}_hero_vercingetorix
     
    2922      siege_armor
    3023      siege_cost_metal
    3124      siege_cost_wood
    3225    </Technologies>
    3326  </ProductionQueue>
     27  <Sound>
     28    <SoundGroups>
     29      <select>interface/select/building/sel_fortress.xml</select>
     30      <constructed>interface/complete/building/complete_fortress.xml</constructed>
     31      <death>attack/destruction/building_collapse_large.xml</death>
     32    </SoundGroups>
     33  </Sound>
    3434  <VisualActor>
    3535    <Actor>structures/gauls/fortress_gallic.xml</Actor>
    3636  </VisualActor>
    3737</Entity>
  • binaries/data/mods/public/simulation/templates/structures/gaul_tavern.xml

     
    2828    <RequiredTechnology>phase_town</RequiredTechnology>
    2929  </Identity>
    3030  <Obstruction>
    3131    <Static width="20.0" depth="20.0"/>
    3232  </Obstruction>
    33   <RallyPoint/>
    34   <TerritoryInfluence>
    35     <Radius>32</Radius>
    36     <Weight>65535</Weight>
    37   </TerritoryInfluence>
    3833  <ProductionQueue>
    3934    <BatchTimeModifier>0.7</BatchTimeModifier>
    4035    <Entities datatype="tokens">
    4136      units/{civ}_champion_fanatic
    4237    </Entities>
    4338  </ProductionQueue>
     39  <RallyPoint/>
    4440  <Sound>
    4541    <SoundGroups>
    4642      <select>interface/select/building/sel_broch.xml</select>
    4743      <constructed>interface/complete/building/complete_broch.xml</constructed>
    4844      <death>attack/destruction/building_collapse_large.xml</death>
    4945    </SoundGroups>
    5046  </Sound>
     47  <TerritoryInfluence>
     48    <Radius>32</Radius>
     49    <Weight>65535</Weight>
     50  </TerritoryInfluence>
    5151  <VisualActor>
    5252    <Actor>structures/celts/tavern.xml</Actor>
    5353    <FoundationActor>structures/fndn_4x4.xml</FoundationActor>
    5454  </VisualActor>
    5555</Entity>
  • binaries/data/mods/public/simulation/templates/structures/gaul_temple.xml

     
    99  </Cost>
    1010  <Footprint>
    1111    <Square width="24.5" depth="24.5"/>
    1212    <Height>8.0</Height>
    1313  </Footprint>
    14 <Health>
     14  <Health>
    1515    <SpawnEntityOnDeath>rubble/rubble_stone_5x5</SpawnEntityOnDeath>
    16 </Health>
     16  </Health>
    1717  <Identity>
    1818    <Civ>gaul</Civ>
    1919    <SpecificName>Addoldy</SpecificName>
    2020    <History>Celts built large sanctuaries for feasting and worship. One such structure was the Sanctuary of Corent in modern-day France.</History>
    2121  </Identity>
  • binaries/data/mods/public/simulation/templates/structures/gaul_wall_medium.xml

     
    1717      </Archer3>
    1818    </VisibleGarrisonPoints>
    1919  </GarrisonHolder>
    2020  <Identity>
    2121    <Civ>gaul</Civ>
    22     <SelectionGroupName>structures/gaul_wallset_stone</SelectionGroupName>
     22    <SelectionGroupName>structures/gaul_wallset_stone</SelectionGroupName>
    2323    <SpecificName>Gwarchglawdd</SpecificName>
    2424    <History>The Romans called this wall 'Murus Gallicus'. Translated, it means 'Gaulish wall'. It was extremely resistant to assault by battering ram. Julius Caesar described a type of wood and stone wall, known as a Murus Gallicus, in his account of the Gallic Wars. These walls were made of a stone wall filled with rubble, with wooden logs inside for stability. Caesar noted how the flexibility of the wood added to the strength of the fort in case of battering ram attack.</History>
    2525  </Identity>
    2626  <Obstruction>
    2727    <Static width="25.0" depth="7.0"/>
  • binaries/data/mods/public/simulation/templates/structures/gaul_wall_short.xml

     
    44    <Square width="14.5" depth="8.5"/>
    55    <Height>9.0</Height>
    66  </Footprint>
    77  <Identity>
    88    <Civ>gaul</Civ>
    9     <SelectionGroupName>structures/gaul_wallset_stone</SelectionGroupName>
     9    <SelectionGroupName>structures/gaul_wallset_stone</SelectionGroupName>
    1010    <SpecificName>Gwarchglawdd</SpecificName>
    1111    <History>The Romans called this wall 'Murus Gallicus'. Translated, it means 'Gaulish wall'. It was extremely resistant to assault by battering ram. Julius Caesar described a type of wood and stone wall, known as a Murus Gallicus, in his account of the Gallic Wars. These walls were made of a stone wall filled with rubble, with wooden logs inside for stability. Caesar noted how the flexibility of the wood added to the strength of the fort in case of battering ram attack.</History>
    1212  </Identity>
    1313  <Obstruction>
    1414    <Static width="13.0" depth="7.0"/>
  • binaries/data/mods/public/simulation/templates/structures/iber_barracks.xml

     
    1111    <SpecificName>Kaserna</SpecificName>
    1212    <History>The Iberians did not have standing armies in the sense that we know of them elsewhere or of today. Citizens were expected to take up arms whenever called by necessity.</History>
    1313  </Identity>
    1414  <ProductionQueue>
    1515    <Entities datatype="tokens">
    16       units/{civ}_champion_infantry_barracks
    17       units/{civ}_champion_cavalry_barracks
     16      units/{civ}_champion_infantry_barracks
     17      units/{civ}_champion_cavalry_barracks
    1818    </Entities>
    1919    <Technologies datatype="tokens">
    2020      unlock_champion_units
    2121    </Technologies>
    2222  </ProductionQueue>
  • binaries/data/mods/public/simulation/templates/structures/iber_civil_centre.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_structure_civic_civil_centre">
     3  <Health>
     4    <SpawnEntityOnDeath>rubble/rubble_iber_cc</SpawnEntityOnDeath>
     5  </Health>
    36  <Identity>
    47    <Civ>iber</Civ>
    58    <SpecificName>Oppidum</SpecificName>
    69    <History>The Oppidum, plural Oppida (oh-PEE-dah), has a long history in the Iberian Peninsula. They were walled towns, dating back to even before the time period of the game and expanding greatly during it. They were usually built upon heights for better defensive purposes but sometimes right out on the plains, especially in the east where there may not have been heights at desirable locations near meandering rivers. This concept drawing is derived from an actual archeological site that has been excavated in the northeast of Spain having belonged to the Ilergete (ee-layer-HAY-tay) tribe as shown in the figure below and from the virtual reconstruction of the site at the museum located adjacent to it.</History>
    710  </Identity>
    8   <Health>
    9     <SpawnEntityOnDeath>rubble/rubble_iber_cc</SpawnEntityOnDeath>
    10   </Health>
    1111  <ProductionQueue>
    1212    <Entities datatype="tokens">
    1313      units/{civ}_infantry_swordsman_b
    1414      units/{civ}_infantry_javelinist_b
    1515      units/{civ}_cavalry_javelinist_b
  • binaries/data/mods/public/simulation/templates/structures/iber_dock.xml

     
    22<Entity parent="template_structure_military_dock">
    33  <Footprint>
    44    <Square width="16.0" depth="26.0"/>
    55    <Height>8.0</Height>
    66  </Footprint>
    7 <Health>
     7  <Health>
    88    <SpawnEntityOnDeath>rubble/rubble_iber_dock</SpawnEntityOnDeath>
    99  </Health>
    1010  <Identity>
    1111    <Civ>iber</Civ>
    1212    <SpecificName>Kai</SpecificName>
  • binaries/data/mods/public/simulation/templates/structures/iber_wall_gate.xml

     
    1818  </Obstruction>
    1919  <VisualActor>
    2020    <Actor>structures/iberians/wall_gate.xml</Actor>
    2121  </VisualActor>
    2222  <WallPiece>
    23     <Length>36.0</Length>
     23    <Length>36.0</Length>
    2424  </WallPiece>
    2525</Entity>
  • binaries/data/mods/public/simulation/templates/structures/iber_wall_long.xml

     
    3434  </Obstruction>
    3535  <VisualActor>
    3636    <Actor>structures/iberians/wall_long.xml</Actor>
    3737  </VisualActor>
    3838  <WallPiece>
    39     <Length>36.0</Length>
     39    <Length>36.0</Length>
    4040  </WallPiece>
    4141</Entity>
  • binaries/data/mods/public/simulation/templates/structures/iber_wall_medium.xml

     
    1717      </Archer3>
    1818    </VisibleGarrisonPoints>
    1919  </GarrisonHolder>
    2020  <Identity>
    2121    <Civ>iber</Civ>
    22     <SelectionGroupName>structures/iber_wallset_stone</SelectionGroupName>
     22    <SelectionGroupName>structures/iber_wallset_stone</SelectionGroupName>
    2323    <SpecificName>Zabal Horma</SpecificName>
    2424    <History>High and strongly built defensive stone walls were a common structure of the Iberian Peninsula during the period, and for long thereafter.</History>
    2525  </Identity>
    2626  <Obstruction>
    2727    <Static width="24.0" depth="8"/>
    2828  </Obstruction>
    2929  <VisualActor>
    3030    <Actor>structures/iberians/wall_medium.xml</Actor>
    3131  </VisualActor>
    3232  <WallPiece>
    33     <Length>24.0</Length>
     33    <Length>24.0</Length>
    3434  </WallPiece>
    3535</Entity>
  • binaries/data/mods/public/simulation/templates/structures/iber_wall_short.xml

     
    44    <Square width="13" depth="9"/>
    55    <Height>9.0</Height>
    66  </Footprint>
    77  <Identity>
    88    <Civ>iber</Civ>
    9     <SelectionGroupName>structures/iber_wallset_stone</SelectionGroupName>
     9    <SelectionGroupName>structures/iber_wallset_stone</SelectionGroupName>
    1010    <SpecificName>Zabal Horma</SpecificName>
    1111    <History>High and strongly built defensive stone walls were a common structure of the Iberian Peninsula during the period, and for long thereafter.</History>
    1212  </Identity>
    1313  <Obstruction>
    1414    <Static width="12.0" depth="8"/>
    1515  </Obstruction>
    1616  <VisualActor>
    1717    <Actor>structures/iberians/wall_short.xml</Actor>
    1818  </VisualActor>
    1919  <WallPiece>
    20     <Length>12.0</Length>
     20    <Length>12.0</Length>
    2121  </WallPiece>
    2222</Entity>
  • binaries/data/mods/public/simulation/templates/structures/iber_wooden_tower.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_structure_defense_wooden_tower">
    33  <Identity>
    44    <Civ>iber</Civ>
    55  </Identity>
    6 <VisualActor>
    7   <Actor>structures/iberians/wooden_tower.xml</Actor>
    8 </VisualActor>
     6  <VisualActor>
     7    <Actor>structures/iberians/wooden_tower.xml</Actor>
     8  </VisualActor>
    99</Entity>
  • binaries/data/mods/public/simulation/templates/structures/mace_siege_workshop.xml

     
    22<Entity parent="template_structure_special">
    33  <Cost>
    44    <BuildTime>200</BuildTime>
    55    <Resources>
    66      <wood>300</wood>
    7       <stone>0</stone>
    8       <metal>0</metal>
     7      <stone>0</stone>
     8      <metal>0</metal>
    99    </Resources>
    1010  </Cost>
    1111  <Health>
    1212    <Max>2000</Max>
    1313    <SpawnEntityOnDeath>rubble/rubble_stone_4x4</SpawnEntityOnDeath>
    1414  </Health>
    1515  <Identity>
    1616    <Civ>mace</Civ>
    1717    <SpecificName>Synergeîon Poliorkētṓn</SpecificName>
    18     <GenericName>Siege Workshop</GenericName>
     18    <GenericName>Siege Workshop</GenericName>
    1919    <History>The Macedonians were innovators in siege craft.</History>
    2020    <Tooltip>Build siege engines. Research siege technologies.</Tooltip>
    2121    <Icon>structures/siege_workshop.png</Icon>
    2222    <RequiredTechnology>phase_city</RequiredTechnology>
    2323  </Identity>
  • binaries/data/mods/public/simulation/templates/structures/mace_wall_medium.xml

     
    44    <Square width="26.0" depth="7.0"/>
    55    <Height>9.0</Height>
    66  </Footprint>
    77  <Identity>
    88    <Civ>mace</Civ>
    9     <SelectionGroupName>structures/mace_wallset_stone</SelectionGroupName>
     9    <SelectionGroupName>structures/mace_wallset_stone</SelectionGroupName>
    1010    <SpecificName>Teîkhos</SpecificName>
    1111    <History>All Hellenic cities were surrounded by stone walls for protection against enemy raids. Some of these fortifications, like the Athenian Long Walls, for example, were massive structures.</History>
    1212  </Identity>
    1313  <Obstruction>
    1414    <Static width="24.0" depth="6.0"/>
  • binaries/data/mods/public/simulation/templates/structures/mace_wall_short.xml

     
    44    <Square width="14.0" depth="7.0"/>
    55    <Height>9.0</Height>
    66  </Footprint>
    77  <Identity>
    88    <Civ>mace</Civ>
    9     <SelectionGroupName>structures/mace_wallset_stone</SelectionGroupName>
     9    <SelectionGroupName>structures/mace_wallset_stone</SelectionGroupName>
    1010    <SpecificName>Teîkhos</SpecificName>
    1111    <History>All Hellenic cities were surrounded by stone walls for protection against enemy raids. Some of these fortifications, like the Athenian Long Walls, for example, were massive structures.</History>
    1212  </Identity>
    1313  <Obstruction>
    1414    <Static width="13.0" depth="6.0"/>
  • binaries/data/mods/public/simulation/templates/structures/mace_wall_tower.xml

     
    1616    <Actor>structures/hellenes/wall_tower.xml</Actor>
    1717  </VisualActor>
    1818  <WallPiece>
    1919    <Length>7.5</Length>
    2020  </WallPiece>
    21 </Entity>
    22  Pas de fin de ligne à la fin du fichier
     21</Entity>
  • binaries/data/mods/public/simulation/templates/structures/maur_barracks.xml

     
    1111  <Obstruction>
    1212    <Static width="20.0" depth="20.0"/>
    1313  </Obstruction>
    1414  <ProductionQueue>
    1515    <Entities datatype="tokens">
    16       units/{civ}_champion_infantry_barracks
    17       units/{civ}_champion_maiden_barracks
    18       units/{civ}_champion_chariot_barracks
     16      units/{civ}_champion_infantry_barracks
     17      units/{civ}_champion_maiden_barracks
     18      units/{civ}_champion_chariot_barracks
    1919    </Entities>
    2020    <Technologies datatype="tokens">
    21       mauryans/special_archery_tradition
    22       unlock_champion_units
     21      mauryans/special_archery_tradition
     22      unlock_champion_units
    2323    </Technologies>
    2424  </ProductionQueue>
    2525  <VisualActor>
    2626    <Actor>structures/mauryans/barracks.xml</Actor>
    2727  </VisualActor>
  • binaries/data/mods/public/simulation/templates/structures/maur_blacksmith.xml

     
    55    <SpecificName>Lohakāra</SpecificName>
    66    <History>The Indians acquired the knowledge for making wootz (or urukke) steel from the Tamils during the 5th century BC. Since that time, swords, knives, and other implements made of this steel were highly prized in the ancient world. Such steel was the sharpest and most sought-after of its age, displaying as it does beautiful organic patterns from the alloys within the steel. The famous "Damascene" steel was derived from it, exported from India all the way to Syria. It is said that the Indian King Purushottama (Porus) of Paurava gave a sword made of wootz steel to Alexander the Great as a gift after the Battle of the Hydaspes River.</History>
    77  </Identity>
    88  <ProductionQueue>
    99    <Technologies datatype="tokens">
    10       attack_steel_working
     10      attack_steel_working
    1111    </Technologies>
    1212  </ProductionQueue>
    1313  <VisualActor>
    1414    <Actor>structures/mauryans/blacksmith.xml</Actor>
    1515  </VisualActor>
  • binaries/data/mods/public/simulation/templates/structures/maur_civil_centre.xml

     
    22<Entity parent="template_structure_civic_civil_centre">
    33  <Footprint>
    44    <Square width="40.0" depth="34.0"/>
    55    <Height>8.0</Height>
    66  </Footprint>
     7  <Health>
     8    <SpawnEntityOnDeath>rubble/rubble_maur_cc</SpawnEntityOnDeath>
     9  </Health>
    710  <Identity>
    811    <Civ>maur</Civ>
    912    <SpecificName>Rajadhanika</SpecificName>
    1013  </Identity>
    11   <Health>
    12     <SpawnEntityOnDeath>rubble/rubble_maur_cc</SpawnEntityOnDeath>
    13   </Health>
    1414  <Obstruction>
    1515    <Static width="36.0" depth="30.0"/>
    1616  </Obstruction>
    1717  <ProductionQueue>
    1818    <Entities datatype="tokens">
  • binaries/data/mods/public/simulation/templates/structures/maur_wall_medium.xml

     
    2323      </Archer3>
    2424    </VisibleGarrisonPoints>
    2525  </GarrisonHolder>
    2626  <Identity>
    2727    <Civ>maur</Civ>
    28     <SelectionGroupName>structures/maur_wallset_stone</SelectionGroupName>
     28    <SelectionGroupName>structures/maur_wallset_stone</SelectionGroupName>
    2929    <SpecificName>Shilabanda</SpecificName>
    3030    <History>Mauryan city walls were generally made out of wood, which is an abundant resource in ancient India.</History>
    3131  </Identity>
    3232  <Obstruction>
    3333    <Static width="25.0" depth="7.5"/>
  • binaries/data/mods/public/simulation/templates/structures/maur_wall_short.xml

     
    1010    <Square width="14.5" depth="9.0"/>
    1111    <Height>9.0</Height>
    1212  </Footprint>
    1313  <Identity>
    1414    <Civ>maur</Civ>
    15     <SelectionGroupName>structures/maur_wallset_stone</SelectionGroupName>
     15    <SelectionGroupName>structures/maur_wallset_stone</SelectionGroupName>
    1616    <SpecificName>Shilabanda</SpecificName>
    1717    <History>Mauryan city walls were generally made out of wood, which is an abundant resource in ancient India.</History>
    1818  </Identity>
    1919  <Obstruction>
    2020    <Static width="13.0" depth="7.5"/>
  • binaries/data/mods/public/simulation/templates/structures/merc_camp_egyptian.xml

     
    2525    <SpawnEntityOnDeath>rubble/rubble_stone_5x5</SpawnEntityOnDeath>
    2626  </Health>
    2727  <Identity>
    2828    <Civ>ptol</Civ>
    2929    <GenericName>Mercenary Camp (Egyptian)</GenericName>
    30     <SpecificName>Stratópedo Misthophóron Aigyptiakós</SpecificName>
     30    <SpecificName>Stratópedo Misthophóron Aigyptiakós</SpecificName>
    3131    <Classes datatype="tokens">MercenaryCamp</Classes>
    3232    <History>The Greco-Macedonian Ptolemy Dynasty relied on large numbers of Greek and foreign mercenaries for the bulk of its military force, mainly because the loyalty of native Egyptian units was often suspect. Indeed, during one native uprising, Upper Egypt was lost to the Ptolemies for decades. Mercenaries were often battle-hardened and their loyalty can be bought, sometimes cheaply, sometimes not cheaply. This was of no matter, since Egypt under the Ptolemies was so prosperous as to be the richest of Alexander's successor states.</History>
    3333    <Tooltip>Capture this structure to train mercenaries from Hellenistic Egypt.</Tooltip>
    3434    <Icon>structures/military_settlement.png</Icon>
    3535    <RequiredTechnology>phase_town</RequiredTechnology>
     
    4343      units/{civ}_infantry_swordsman_merc_b
    4444      units/{civ}_cavalry_spearman_merc_b
    4545      units/{civ}_cavalry_javelinist_merc_b
    4646    </Entities>
    4747    <Technologies datatype="tokens">
    48       upgrade_rank_advanced_infantry
    49       upgrade_rank_elite_infantry
    50       upgrade_rank_advanced_cavalry
    51       upgrade_rank_elite_cavalry
     48      upgrade_rank_advanced_infantry
     49      upgrade_rank_elite_infantry
     50      upgrade_rank_advanced_cavalry
     51      upgrade_rank_elite_cavalry
    5252    </Technologies>
    5353  </ProductionQueue>
    5454  <Sound>
    5555    <SoundGroups>
    5656      <select>interface/select/building/sel_gymnasium.xml</select>
  • binaries/data/mods/public/simulation/templates/structures/pers_apadana.xml

     
    3131    <Tooltip>"Satrapy Tribute": Gain a trickle of food, wood, stone, and metal resources. Train Persian heroes and their "Immortals" bodyguards.</Tooltip>
    3232  </Identity>
    3333  <Obstruction>
    3434    <Static width="30.0" depth="30.0"/>
    3535  </Obstruction>
    36   <TerritoryInfluence>
    37     <Root>true</Root>
    38     <Radius>48</Radius>
    39   </TerritoryInfluence>
    4036  <ProductionQueue>
    4137    <BatchTimeModifier>0.8</BatchTimeModifier>
    4238    <Entities datatype="tokens">
    4339      units/{civ}_hero_cyrus
    4440      units/{civ}_hero_darius
     
    5652      <stone>0.75</stone>
    5753      <metal>0.75</metal>
    5854    </Rates>
    5955    <Interval>1000</Interval>
    6056  </ResourceTrickle>
     57  <TerritoryInfluence>
     58    <Root>true</Root>
     59    <Radius>48</Radius>
     60  </TerritoryInfluence>
    6161  <VisualActor>
    6262    <Actor>structures/persians/apadana.xml</Actor>
    6363    <FoundationActor>structures/fndn_6x6.xml</FoundationActor>
    6464  </VisualActor>
    6565</Entity>
  • binaries/data/mods/public/simulation/templates/structures/pers_barracks.xml

     
    1313      -units/{civ}_cavalry_spearman_b
    1414      -units/{civ}_cavalry_javelinist_b
    1515      -units/{civ}_cavalry_archer_b
    1616    </Entities>
    1717    <Technologies datatype="tokens">
    18       persians/training_levy_infantry
    19       persians/training_conscription_infantry
    20       persians/special_archery_tradition
    21       -training_conscription
     18      persians/training_levy_infantry
     19      persians/training_conscription_infantry
     20      persians/special_archery_tradition
     21      -training_conscription
    2222    </Technologies>
    2323  </ProductionQueue>
    2424  <VisualActor>
    2525    <Actor>structures/persians/barracks.xml</Actor>
    2626  </VisualActor>
  • binaries/data/mods/public/simulation/templates/structures/pers_civil_centre.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_structure_civic_civil_centre">
     3  <Health>
     4    <SpawnEntityOnDeath>rubble/rubble_pers_cc</SpawnEntityOnDeath>
     5  </Health>
    36  <Identity>
    47    <Civ>pers</Civ>
    58    <GenericName>Provincial Governor</GenericName>
    69    <SpecificName>Xšaçapāvan</SpecificName>
    710    <History>Possibly of Median origin, the word 'satrapy' means province. Soon after coming to the throne, Darius the Great carried out a vast administrative reform, dividing the huge empire into 20 satrapies governed by satraps.</History>
    811  </Identity>
    9   <Health>
    10     <SpawnEntityOnDeath>rubble/rubble_pers_cc</SpawnEntityOnDeath>
    11   </Health>
    1212  <ProductionQueue>
    1313    <Entities datatype="tokens">
    1414      units/{civ}_infantry_spearman_b
    1515      units/{civ}_infantry_archer_b
    1616      units/{civ}_cavalry_javelinist_b
  • binaries/data/mods/public/simulation/templates/structures/pers_hall.xml

     
    2929Train War Elephants and Kardakes mercenaries.</Tooltip>
    3030  </Identity>
    3131  <Obstruction>
    3232    <Static width="25.0" depth="25.0"/>
    3333  </Obstruction>
     34  <ProductionQueue>
     35    <BatchTimeModifier>0.7</BatchTimeModifier>
     36    <Entities datatype="tokens">
     37      units/{civ}_kardakes_hoplite
     38      units/{civ}_kardakes_skirmisher
     39      units/{civ}_champion_elephant
     40    </Entities>
     41  </ProductionQueue>
    3442  <Sound>
    3543    <SoundGroups>
    3644      <select>interface/select/building/sel_broch.xml</select>
    3745      <constructed>interface/complete/building/complete_broch.xml</constructed>
    3846      <death>attack/destruction/building_collapse_large.xml</death>
    Train War Elephants and Kardakes mercena  
    4149  <TerritoryDecay disable=""/>
    4250  <TerritoryInfluence>
    4351    <Root>false</Root>
    4452    <Radius>38</Radius>
    4553  </TerritoryInfluence>
    46   <ProductionQueue>
    47     <BatchTimeModifier>0.7</BatchTimeModifier>
    48     <Entities datatype="tokens">
    49       units/{civ}_kardakes_hoplite
    50       units/{civ}_kardakes_skirmisher
    51       units/{civ}_champion_elephant
    52     </Entities>
    53   </ProductionQueue>
    5454  <VisualActor>
    5555    <Actor>structures/persians/hall.xml</Actor>
    5656    <FoundationActor>structures/fndn_6x6.xml</FoundationActor>
    5757  </VisualActor>
    5858</Entity>
  • binaries/data/mods/public/simulation/templates/structures/pers_wall_gate.xml

     
    1818  </Obstruction>
    1919  <VisualActor>
    2020    <Actor>structures/persians/wall_gate.xml</Actor>
    2121  </VisualActor>
    2222  <WallPiece>
    23     <Length>37.0</Length>
     23    <Length>37.0</Length>
    2424  </WallPiece>
    2525</Entity>
  • binaries/data/mods/public/simulation/templates/structures/pers_wall_long.xml

     
    3434  </Obstruction>
    3535  <VisualActor>
    3636    <Actor>structures/persians/wall_long.xml</Actor>
    3737  </VisualActor>
    3838  <WallPiece>
    39     <Length>37.0</Length>
     39    <Length>37.0</Length>
    4040  </WallPiece>
    4141</Entity>
  • binaries/data/mods/public/simulation/templates/structures/pers_wall_medium.xml

     
    1717      </Archer3>
    1818    </VisibleGarrisonPoints>
    1919  </GarrisonHolder>
    2020  <Identity>
    2121    <Civ>pers</Civ>
    22     <SelectionGroupName>structures/pers_wallset_stone</SelectionGroupName>
     22    <SelectionGroupName>structures/pers_wallset_stone</SelectionGroupName>
    2323    <SpecificName>Para</SpecificName>
    2424    <History>Persepolis, the Persian royal capital, was constructed on an immense man-made terrace with strong defensive walls.</History>
    2525  </Identity>
    2626  <Obstruction>
    2727    <Static width="24.0" depth="7.0"/>
    2828  </Obstruction>
    2929  <VisualActor>
    3030    <Actor>structures/persians/wall_medium.xml</Actor>
    3131  </VisualActor>
    3232  <WallPiece>
    33     <Length>24.0</Length>
     33    <Length>24.0</Length>
    3434  </WallPiece>
    3535</Entity>
  • binaries/data/mods/public/simulation/templates/structures/pers_wall_short.xml

     
    44    <Square width="14.0" depth="8.0"/>
    55    <Height>9.0</Height>
    66  </Footprint>
    77  <Identity>
    88    <Civ>pers</Civ>
    9     <SelectionGroupName>structures/pers_wallset_stone</SelectionGroupName>
     9    <SelectionGroupName>structures/pers_wallset_stone</SelectionGroupName>
    1010    <SpecificName>Para</SpecificName>
    1111    <History>Persepolis, the Persian royal capital, was constructed on an immense man-made terrace with strong defensive walls.</History>
    1212  </Identity>
    1313  <Obstruction>
    1414    <Static width="13.0" depth="7.0"/>
    1515  </Obstruction>
    1616  <VisualActor>
    1717    <Actor>structures/persians/wall_short.xml</Actor>
    1818  </VisualActor>
    1919  <WallPiece>
    20     <Length>13.0</Length>
     20    <Length>13.0</Length>
    2121  </WallPiece>
    2222</Entity>
  • binaries/data/mods/public/simulation/templates/structures/pers_wall_tower.xml

     
    1414  </Obstruction>
    1515  <VisualActor>
    1616    <Actor>structures/persians/wall_tower.xml</Actor>
    1717  </VisualActor>
    1818  <WallPiece>
    19     <Length>8.5</Length>
     19    <Length>8.5</Length>
    2020  </WallPiece>
    2121</Entity>
  • binaries/data/mods/public/simulation/templates/structures/ptol_barracks.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_structure_military_barracks">
    3 <Footprint>
    4     <Square width="23" depth="23"/>
    5   </Footprint>
    63  <Cost>
    74    <Resources>
    85      <wood>200</wood>
    96      <stone>200</stone>
    107    </Resources>
    118  </Cost>
     9  <Footprint>
     10    <Square width="23" depth="23"/>
     11  </Footprint>
    1212  <Health>
    1313    <SpawnEntityOnDeath>rubble/rubble_stone_5x5</SpawnEntityOnDeath>
    1414  </Health>
    1515  <Identity>
    1616    <Civ>ptol</Civ>
  • binaries/data/mods/public/simulation/templates/structures/ptol_civil_centre.xml

     
    55    <Height>8.0</Height>
    66  </Footprint>
    77  <Health>
    88    <SpawnEntityOnDeath>rubble/rubble_stone_6x6</SpawnEntityOnDeath>
    99  </Health>
    10   <Obstruction>
    11     <Static width="40.0" depth="37"/>
    12   </Obstruction>
    1310  <Identity>
    1411    <Civ>ptol</Civ>
    1512    <SpecificName>pr-'a</SpecificName>
    1613  </Identity>
     14  <Obstruction>
     15    <Static width="40.0" depth="37"/>
     16  </Obstruction>
    1717  <ProductionQueue>
    1818    <Entities datatype="tokens">
    1919      units/{civ}_infantry_pikeman_b
    2020      units/{civ}_infantry_archer_b
    2121      units/{civ}_cavalry_archer_b
  • binaries/data/mods/public/simulation/templates/structures/ptol_fortress.xml

     
    1111  <Obstruction>
    1212    <Static width="24.0" depth="26.0"/>
    1313  </Obstruction>
    1414  <ProductionQueue>
    1515    <Entities datatype="tokens">
    16       units/{civ}_hero_ptolemy_I
    17       units/{civ}_hero_ptolemy_IV
    18       units/{civ}_hero_cleopatra
     16      units/{civ}_hero_ptolemy_I
     17      units/{civ}_hero_ptolemy_IV
     18      units/{civ}_hero_cleopatra
    1919      units/{civ}_champion_cavalry
    2020      units/{civ}_champion_elephant
    2121    </Entities>
    2222    <Technologies datatype="tokens">
    2323      siege_attack
  • binaries/data/mods/public/simulation/templates/structures/ptol_lighthouse.xml

     
    4141  <TerritoryInfluence>
    4242    <Radius>0</Radius>
    4343  </TerritoryInfluence>
    4444  <Vision>
    4545    <Range>180</Range>
    46     <RevealShore>true</RevealShore>
     46    <RevealShore>true</RevealShore>
    4747  </Vision>
    4848  <VisualActor>
    4949    <Actor>structures/ptolemies/lighthouse.xml</Actor>
    5050    <FoundationActor>structures/fndn_4x4_dock.xml</FoundationActor>
    5151  </VisualActor>
  • binaries/data/mods/public/simulation/templates/structures/ptol_mercenary_camp.xml

     
    2525    <SpawnEntityOnDeath>rubble/rubble_stone_5x5</SpawnEntityOnDeath>
    2626  </Health>
    2727  <Identity>
    2828    <Civ>ptol</Civ>
    2929    <GenericName>Mercenary Camp</GenericName>
    30     <SpecificName>Stratopedeía Misthophórōn</SpecificName>
     30    <SpecificName>Stratopedeía Misthophórōn</SpecificName>
    3131    <Classes datatype="tokens">MercenaryCamp</Classes>
    3232    <History>The Greco-Macedonian Ptolemy Dynasty relied on large numbers of Greek and foreign mercenaries for the bulk of its military force, mainly because the loyalty of native Egyptian units was often suspect. Indeed, during one native uprising, Upper Egypt was lost to the Ptolemies for decades. Mercenaries were often battle-hardened and their loyalty can be bought, sometimes cheaply, sometimes not cheaply. This was of no matter, since Egypt under the Ptolemies was so prosperous as to be the richest of Alexander's successor states.</History>
    33     <Tooltip>Cheap barracks-like structure that is buildable in Neutral territory, but casts no territory influence.
    34 - Train Mercenaries.
    35 - Min. distance from other Military Settlements: 100 meters.</Tooltip>
     33    <Tooltip>Cheap barracks-like structure that is buildable in Neutral territory, but casts no territory influence. Train Mercenaries.</Tooltip>
    3634    <Icon>structures/military_settlement.png</Icon>
    3735    <RequiredTechnology>phase_town</RequiredTechnology>
    3836  </Identity>
    3937  <Obstruction>
    4038    <Static width="23.5" depth="23.5"/>
     
    4543      units/{civ}_infantry_swordsman_merc_b
    4644      units/{civ}_cavalry_spearman_merc_b
    4745      units/{civ}_cavalry_javelinist_merc_b
    4846    </Entities>
    4947    <Technologies datatype="tokens">
    50       upgrade_rank_advanced_infantry
    51       upgrade_rank_elite_infantry
    52       upgrade_rank_advanced_cavalry
    53       upgrade_rank_elite_cavalry
     48      upgrade_rank_advanced_infantry
     49      upgrade_rank_elite_infantry
     50      upgrade_rank_advanced_cavalry
     51      upgrade_rank_elite_cavalry
    5452    </Technologies>
    5553  </ProductionQueue>
    5654  <Sound>
    5755    <SoundGroups>
    5856      <select>interface/select/building/sel_gymnasium.xml</select>
  • binaries/data/mods/public/simulation/templates/structures/ptol_military_colony.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_structure_civic_civil_centre_military_colony">
     3  <Footprint>
     4    <Square width="40.0" depth="40.0"/>
     5    <Height>12.0</Height>
     6  </Footprint>
    37  <Identity>
    48    <Civ>ptol</Civ>
    59    <GenericName>Military Colony</GenericName>
    610    <SpecificName>Klēroukhia</SpecificName>
    711    <History>The Ptolemaic kings invited Greeks, Macedonians, Galatians (Gauls), Cretans, and Thracians alike to settle within Egypt in military colonies called cleruchies (klēroukhia). Under this arrangement, the settlers were given a plot of land, or a kleros, and in return were required to serve in the great king's army when called to duty. This created a upper-middle class of military settlers who owed their livelihoods and fortunes to the Ptolemaic kings and helped grow the available manpower for the imperial Ptolemaic army. A side effect of this system was that it drained the Greek homeland of military-aged men, a contributing factor to Greece's eventual conquest by Rome.</History>
    8     <Tooltip>This is the Ptolemaic expansion building, similar to Civic Centers for other factions. It is weaker and carries a smaller territory influence, but is cheaper and built faster.
    9 - Train settler-soldiers of various nationalities.
    10 - Min. distance from other Military Colonies: 120 meters.</Tooltip>
     12    <Tooltip>This is the Ptolemaic expansion building, similar to Civic Centers for other factions. It is weaker and carries a smaller territory influence, but is cheaper and built faster. Train settler-soldiers of various nationalities.</Tooltip>
    1113  </Identity>
    12   <Footprint>
    13     <Square width="40.0" depth="40.0"/>
    14     <Height>12.0</Height>
    15   </Footprint>
    1614  <Obstruction>
    1715    <Static width="36.0" depth="36.0"/>
    1816  </Obstruction>
    1917  <ProductionQueue>
    2018    <Entities datatype="tokens">
  • binaries/data/mods/public/simulation/templates/structures/ptol_storehouse.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_structure_economic_storehouse">
    3   <Footprint>
    4     <Square width="18.0" depth="18.0"/>
    5     <Height>8.0</Height>
    6   </Footprint>
    73  <Cost>
    84    <BuildTime>80</BuildTime>
    95    <Resources>
    106      <wood>0</wood>
    117    </Resources>
    128  </Cost>
     9  <Footprint>
     10    <Square width="18.0" depth="18.0"/>
     11    <Height>8.0</Height>
     12  </Footprint>
    1313  <Health>
    1414    <Max>400</Max>
    1515  </Health>
    1616  <Identity>
    1717    <Civ>ptol</Civ>
  • binaries/data/mods/public/simulation/templates/structures/ptol_wall_medium.xml

     
    1818    </VisibleGarrisonPoints>
    1919  </GarrisonHolder>
    2020  <Identity>
    2121    <Civ>ptol</Civ>
    2222    <History>Ptolemaic cities were surrounded by limestone walls for protection against enemy attacks. Some of these fortifications were massive structures.</History>
    23     <SelectionGroupName>structures/mace_wallset_stone</SelectionGroupName>
     23    <SelectionGroupName>structures/mace_wallset_stone</SelectionGroupName>
    2424    <SpecificName>h-n-njwt</SpecificName>
    2525  </Identity>
    2626  <Obstruction>
    2727    <Static width="26.0" depth="8.0"/>
    2828  </Obstruction>
  • binaries/data/mods/public/simulation/templates/structures/ptol_wall_short.xml

     
    55    <Height>9.0</Height>
    66  </Footprint>
    77  <Identity>
    88    <Civ>ptol</Civ>
    99    <History>Ptolemaic cities were surrounded by limestone walls for protection against enemy attacks. Some of these fortifications were massive structures.</History>
    10     <SelectionGroupName>structures/mace_wallset_stone</SelectionGroupName>
     10    <SelectionGroupName>structures/mace_wallset_stone</SelectionGroupName>
    1111    <SpecificName>h-n-njwt</SpecificName>
    1212  </Identity>
    1313  <Obstruction>
    1414    <Static width="14.0" depth="8.0"/>
    1515  </Obstruction>
  • binaries/data/mods/public/simulation/templates/structures/ptol_wall_tower.xml

     
    1616    <Actor>structures/ptolemies/wall_tower.xml</Actor>
    1717  </VisualActor>
    1818  <WallPiece>
    1919    <Length>10</Length>
    2020  </WallPiece>
    21 </Entity>
    22  Pas de fin de ligne à la fin du fichier
     21</Entity>
  • binaries/data/mods/public/simulation/templates/structures/ptol_wooden_tower.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_structure_defense_wooden_tower">
    33  <Identity>
    44    <Civ>ptol</Civ>
    55  </Identity>
    6 <VisualActor>
    7   <Actor>structures/ptolemies/wooden_tower.xml</Actor>
    8 </VisualActor>
     6  <VisualActor>
     7    <Actor>structures/ptolemies/wooden_tower.xml</Actor>
     8  </VisualActor>
    99</Entity>
  • binaries/data/mods/public/simulation/templates/structures/rome_army_camp.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_structure_special">
    33  <Armour>
    44    <Hack op="add">-5.0</Hack>
    5     <Pierce op ="add">-5.0</Pierce>
     5    <Pierce op="add">-5.0</Pierce>
    66    <Crush op="add">-2.0</Crush>
    77    <Foundation>
    88      <Hack>1.0</Hack>
    99      <Pierce>5.0</Pierce>
    1010      <Crush>1.0</Crush>
     
    6464    <History>Sometimes it was a temporary camp built facing the route by which the army is to march, other times a defensive or offensive (for sieges) structure. Within this gate the tents of the first centuries or cohorts are pitched, and the dragons (ensigns of cohorts) and other ensigns planted. The Decumane gate is directly opposite to the Praetorian in the rear of the camp, and through this the soldiers are conducted to the place appointed for punishment or execution.</History>
    6565  </Identity>
    6666  <Obstruction>
    6767    <Static width="36.0" depth="36.0"/>
    6868  </Obstruction>
    69   <Sound>
    70     <SoundGroups>
    71       <select>interface/select/building/sel_broch.xml</select>
    72       <constructed>interface/complete/building/complete_broch.xml</constructed>
    73       <death>attack/destruction/building_collapse_large.xml</death>
    74     </SoundGroups>
    75   </Sound>
    76   <TerritoryDecay>
    77     <DecayRate>37.5</DecayRate>
    78   </TerritoryDecay>
    79   <TerritoryInfluence disable=""/>
    8069  <ProductionQueue>
    8170    <BatchTimeModifier>0.7</BatchTimeModifier>
    8271    <Entities datatype="tokens">
    8372      units/{civ}_infantry_swordsman_b
    8473      units/{civ}_infantry_spearman_a
     
    9079      units/{civ}_mechanical_siege_lithobolos_packed
    9180      units/{civ}_mechanical_siege_ram
    9281      units/{civ}_mechanical_siege_tower
    9382    </Entities>
    9483  </ProductionQueue>
     84  <Sound>
     85    <SoundGroups>
     86      <select>interface/select/building/sel_broch.xml</select>
     87      <constructed>interface/complete/building/complete_broch.xml</constructed>
     88      <death>attack/destruction/building_collapse_large.xml</death>
     89    </SoundGroups>
     90  </Sound>
     91  <TerritoryDecay>
     92    <DecayRate>37.5</DecayRate>
     93  </TerritoryDecay>
     94  <TerritoryInfluence disable=""/>
    9595  <Vision>
    9696    <Range>60</Range>
    9797  </Vision>
    9898  <VisualActor>
    9999    <Actor>structures/romans/camp.xml</Actor>
  • binaries/data/mods/public/simulation/templates/structures/rome_barracks.xml

     
    2121  <Obstruction>
    2222    <Static width="24.0" depth="24.0"/>
    2323  </Obstruction>
    2424  <ProductionQueue>
    2525    <Entities datatype="tokens">
    26       units/{civ}_champion_infantry_barracks
    27       units/{civ}_champion_cavalry_barracks
     26      units/{civ}_champion_infantry_barracks
     27      units/{civ}_champion_cavalry_barracks
    2828    </Entities>
    2929    <Technologies datatype="tokens">
    3030      unlock_champion_units
    3131    </Technologies>
    3232  </ProductionQueue>
  • binaries/data/mods/public/simulation/templates/structures/rome_civil_centre.xml

     
    22<Entity parent="template_structure_civic_civil_centre">
    33  <Footprint>
    44    <Square width="40.0" depth="40.0"/>
    55    <Height>8.0</Height>
    66  </Footprint>
     7  <Health>
     8    <SpawnEntityOnDeath>rubble/rubble_rome_cc</SpawnEntityOnDeath>
     9  </Health>
    710  <Identity>
    811    <Civ>rome</Civ>
    912    <SpecificName>Forum</SpecificName>
    1013    <History>A Roman forum was the center of a city's commercial and public life. The most famous of which was in Rome herself, the Forum Romanum.</History>
    1114  </Identity>
    12   <Health>
    13     <SpawnEntityOnDeath>rubble/rubble_rome_cc</SpawnEntityOnDeath>
    14   </Health>
    1515  <Obstruction>
    1616    <Static width="37.0" depth="37.0"/>
    1717  </Obstruction>
    1818  <ProductionQueue>
    1919    <Entities datatype="tokens">
  • binaries/data/mods/public/simulation/templates/structures/rome_dock.xml

     
    22<Entity parent="template_structure_military_dock">
    33  <Footprint>
    44    <Square width="24.0" depth="28.0"/>
    55    <Height>8.0</Height>
    66  </Footprint>
    7 <Health>
     7  <Health>
    88    <SpawnEntityOnDeath>rubble/rubble_rome_dock</SpawnEntityOnDeath>
    99  </Health>
    1010  <Identity>
    1111    <Civ>rome</Civ>
    1212    <SpecificName>Portus</SpecificName>
  • binaries/data/mods/public/simulation/templates/structures/rome_siege_wall_medium.xml

     
    2121  </Cost>
    2222  <Footprint>
    2323    <Square width="28.0" depth="8.0"/>
    2424    <Height>7.0</Height>
    2525  </Footprint>
    26   <Health>
    27     <Max op="mul">0.75</Max>
    28   </Health>
    2926  <GarrisonHolder>
    3027    <VisibleGarrisonPoints>
    3128      <Archer1>
    3229        <X>0</X><Y>5.7</Y><Z>0</Z>
    3330      </Archer1>
     
    3734      <Archer3>
    3835        <X>-4</X><Y>5.7</Y><Z>0</Z>
    3936      </Archer3>
    4037    </VisibleGarrisonPoints>
    4138  </GarrisonHolder>
     39  <Health>
     40    <Max op="mul">0.75</Max>
     41  </Health>
    4242  <Identity>
    4343    <Civ>rome</Civ>
    4444    <SelectionGroupName>structures/rome_wallset_siege</SelectionGroupName>
    4545    <GenericName>Siege Wall</GenericName>
    4646    <SpecificName>Murus Circummunitionis</SpecificName>
  • binaries/data/mods/public/simulation/templates/structures/rome_tent.xml

     
    2727  <Identity>
    2828    <Civ>rome</Civ>
    2929    <GenericName>Tent</GenericName>
    3030    <SpecificName>Tabernāculum</SpecificName>
    3131    <VisibleClasses datatype="tokens">-Village</VisibleClasses>
    32     <Tooltip>A temporary shelter for soldiers.</Tooltip>
     32    <Tooltip>A temporary shelter for soldiers.</Tooltip>
    3333  </Identity>
    3434  <Obstruction>
    3535    <Static width="8.0" depth="8.0"/>
    3636  </Obstruction>
    3737  <ProductionQueue>
  • binaries/data/mods/public/simulation/templates/structures/rome_wall_medium.xml

     
    1717      </Archer3>
    1818    </VisibleGarrisonPoints>
    1919  </GarrisonHolder>
    2020  <Identity>
    2121    <Civ>rome</Civ>
    22     <SelectionGroupName>structures/rome_wallset_stone</SelectionGroupName>
     22    <SelectionGroupName>structures/rome_wallset_stone</SelectionGroupName>
    2323    <SpecificName>Moenia</SpecificName>
    2424    <History>Roman city walls used a number of innovations to thwart besiegers.</History>
    2525  </Identity>
    2626  <Obstruction>
    2727    <Static width="25.0" depth="7.5"/>
  • binaries/data/mods/public/simulation/templates/structures/rome_wall_short.xml

     
    44    <Square width="14.5" depth="9.0"/>
    55    <Height>9.0</Height>
    66  </Footprint>
    77  <Identity>
    88    <Civ>rome</Civ>
    9     <SelectionGroupName>structures/rome_wallset_stone</SelectionGroupName>
     9    <SelectionGroupName>structures/rome_wallset_stone</SelectionGroupName>
    1010    <SpecificName>Moenia</SpecificName>
    1111    <History>Roman city walls used a number of innovations to thwart besiegers.</History>
    1212  </Identity>
    1313  <Obstruction>
    1414    <Static width="13.0" depth="7.5"/>
  • binaries/data/mods/public/simulation/templates/structures/rome_wallset_siege.xml

     
    55    <GenericName>Siege Wall</GenericName>
    66    <SpecificName>Murus Latericius</SpecificName>
    77    <Icon>structures/palisade_wall.png</Icon>
    88    <Tooltip>A wooden and turf palisade buildable in enemy and neutral territories.</Tooltip>
    99    <History>Quick building, but expensive wooden and earthen walls used to surround and siege an enemy town or fortified position. The most famous examples are the Roman sieges of the Iberian stronghold of Numantia and the Gallic stronghold of Alesia.</History>
    10     <RequiredTechnology>phase_city</RequiredTechnology>
     10    <RequiredTechnology>phase_city</RequiredTechnology>
    1111  </Identity>
    1212  <WallSet>
    1313    <Templates>
    1414      <Tower>structures/rome_siege_wall_tower</Tower>
    1515      <Gate>structures/rome_siege_wall_gate</Gate>
  • binaries/data/mods/public/simulation/templates/structures/rome_wooden_tower.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_structure_defense_wooden_tower">
    33  <Identity>
    44    <Civ>rome</Civ>
    55  </Identity>
    6 <VisualActor>
    7   <Actor>structures/romans/wooden_tower.xml</Actor>
    8 </VisualActor>
     6  <VisualActor>
     7    <Actor>structures/romans/wooden_tower.xml</Actor>
     8  </VisualActor>
    99</Entity>
  • binaries/data/mods/public/simulation/templates/structures/sele_fortress.xml

     
    1616  <ProductionQueue>
    1717    <Entities datatype="tokens">
    1818      units/{civ}_champion_infantry_pikeman
    1919      units/{civ}_champion_chariot
    2020      units/{civ}_champion_infantry_swordsman
    21       units/{civ}_champion_cavalry 
     21      units/{civ}_champion_cavalry
    2222      units/{civ}_champion_elephant
    2323    </Entities>
    2424    <Technologies datatype="tokens">
    2525      successors/pair_unlock_champions
    2626      siege_attack
  • binaries/data/mods/public/simulation/templates/structures/sele_military_colony.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_structure_civic_civil_centre_military_colony">
    33  <Identity>
    44    <Civ>sele</Civ>
    55    <History>The Seleucid kings invited Greeks, Macedonians, Galatians (Gauls), Cretans, and Thracians alike to settle in within the vast territories of the empire. They settled in military colonies called cleruchies (klēroukhia). Under this arrangement, the settlers were given a plot of land, or a kleros, and in return were required to serve in the great king's army when called to duty. This created a upper-middle class of military settlers who owed their livelihoods and fortunes to the Syrian kings and helped grow the available manpower for the imperial Seleucid army. A side effect of this system was that it drained the Greek homeland of military-aged men, a contributing factor to Greece's eventual conquest by Rome.</History>
    6     <Tooltip>This is the Seleucid expansion building, similar to Civic Centers for other factions. It is weaker and carries a smaller territory influence, but is cheaper and built faster.
    7 - Train settler-soldiers of various nationalities.
    8 - Min. distance from other Military Colonies: 120 meters.</Tooltip>
     6    <Tooltip>This is the Seleucid expansion building, similar to Civic Centers for other factions. It is weaker and carries a smaller territory influence, but is cheaper and built faster. Train settler-soldiers of various nationalities.</Tooltip>
    97  </Identity>
    108  <ProductionQueue>
    119    <Entities datatype="tokens">
    1210      units/{civ}_infantry_swordsman_merc_b
    1311      units/{civ}_infantry_archer_merc_b
  • binaries/data/mods/public/simulation/templates/structures/sele_wall_medium.xml

     
    44    <Square width="26.0" depth="7.0"/>
    55    <Height>9.0</Height>
    66  </Footprint>
    77  <Identity>
    88    <Civ>sele</Civ>
    9     <SelectionGroupName>structures/mace_wallset_stone</SelectionGroupName>
     9    <SelectionGroupName>structures/mace_wallset_stone</SelectionGroupName>
    1010    <SpecificName>Teîkhos</SpecificName>
    1111    <History>All Hellenistic cities were surrounded by stone walls for protection against enemy raids. Some of these fortifications, like the Athenian Long Walls, for example, were massive structures.</History>
    1212  </Identity>
    1313  <Obstruction>
    1414    <Static width="24.0" depth="6.0"/>
  • binaries/data/mods/public/simulation/templates/structures/sele_wall_short.xml

     
    44    <Square width="14.0" depth="7.0"/>
    55    <Height>9.0</Height>
    66  </Footprint>
    77  <Identity>
    88    <Civ>sele</Civ>
    9     <SelectionGroupName>structures/mace_wallset_stone</SelectionGroupName>
     9    <SelectionGroupName>structures/mace_wallset_stone</SelectionGroupName>
    1010    <SpecificName>Teîkhos</SpecificName>
    1111    <History>All Hellenistic cities were surrounded by stone walls for protection against enemy raids. Some of these fortifications, like the Athenian Long Walls, for example, were massive structures.</History>
    1212  </Identity>
    1313  <Obstruction>
    1414    <Static width="13.0" depth="6.0"/>
  • binaries/data/mods/public/simulation/templates/structures/sele_wall_tower.xml

     
    1616    <Actor>structures/seleucids/wall_tower.xml</Actor>
    1717  </VisualActor>
    1818  <WallPiece>
    1919    <Length>7.5</Length>
    2020  </WallPiece>
    21 </Entity>
    22  Pas de fin de ligne à la fin du fichier
     21</Entity>
  • binaries/data/mods/public/simulation/templates/structures/spart_gerousia.xml

     
    2525    <Icon>structures/tholos.png</Icon>
    2626  </Identity>
    2727  <Obstruction>
    2828    <Static width="20.0" depth="20.0"/>
    2929  </Obstruction>
     30  <ProductionQueue>
     31    <BatchTimeModifier>0.7</BatchTimeModifier>
     32    <Entities datatype="tokens">
     33      units/{civ}_hero_leonidas
     34    </Entities>
     35  </ProductionQueue>
    3036  <Sound>
    3137    <SoundGroups>
    3238      <select>interface/select/building/sel_tholos.xml</select>
    3339      <constructed>interface/complete/building/complete_tholos.xml</constructed>
    3440      <death>attack/destruction/building_collapse_large.xml</death>
    3541    </SoundGroups>
    3642  </Sound>
    37   <ProductionQueue>
    38     <BatchTimeModifier>0.7</BatchTimeModifier>
    39     <Entities datatype="tokens">
    40       units/{civ}_hero_leonidas
    41     </Entities>
    42   </ProductionQueue>
    4343  <VisualActor>
    4444    <Actor>structures/hellenes/prytaneion.xml</Actor>
    4545  </VisualActor>
    4646</Entity>
  • binaries/data/mods/public/simulation/templates/structures/spart_outpost.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_structure_defense_outpost">
    33  <Identity>
    44    <Civ>spart</Civ>
    5     <GenericName>Greek Outpost</GenericName>
     5    <GenericName>Greek Outpost</GenericName>
    66    <SpecificName>Prophylakḗ</SpecificName>
    77  </Identity>
    88  <VisualActor>
    99    <Actor>structures/hellenes/outpost.xml</Actor>
    1010  </VisualActor>
  • binaries/data/mods/public/simulation/templates/structures/spart_syssiton.xml

     
    2626    <Icon>structures/gymnasion.png</Icon>
    2727  </Identity>
    2828  <Obstruction>
    2929    <Static width="16.0" depth="26.0"/>
    3030  </Obstruction>
    31   <Sound>
    32     <SoundGroups>
    33       <select>interface/select/building/sel_gymnasium.xml</select>
    34       <constructed>interface/complete/building/complete_gymnasium.xml</constructed>
    35       <death>attack/destruction/building_collapse_large.xml</death>
    36     </SoundGroups>
    37   </Sound>
    3831  <ProductionQueue>
    3932    <BatchTimeModifier>0.7</BatchTimeModifier>
    4033    <Entities datatype="tokens">
    4134      units/{civ}_hero_leonidas
    4235      units/{civ}_hero_brasidas
     
    4538    </Entities>
    4639    <Technologies datatype="tokens">
    4740      hellenes/spartans_agoge
    4841    </Technologies>
    4942  </ProductionQueue>
     43  <Sound>
     44    <SoundGroups>
     45      <select>interface/select/building/sel_gymnasium.xml</select>
     46      <constructed>interface/complete/building/complete_gymnasium.xml</constructed>
     47      <death>attack/destruction/building_collapse_large.xml</death>
     48    </SoundGroups>
     49  </Sound>
    5050  <VisualActor>
    5151    <Actor>structures/spartans/syssiton.xml</Actor>
    5252    <FoundationActor>structures/fndn_4x6.xml</FoundationActor>
    5353  </VisualActor>
    5454</Entity>
  • binaries/data/mods/public/simulation/templates/structures/spart_wall_medium.xml

     
    44    <Square width="26.0" depth="7.0"/>
    55    <Height>9.0</Height>
    66  </Footprint>
    77  <Identity>
    88    <Civ>spart</Civ>
    9     <SelectionGroupName>structures/spart_wallset_stone</SelectionGroupName>
     9    <SelectionGroupName>structures/spart_wallset_stone</SelectionGroupName>
    1010    <SpecificName>Teîkhos</SpecificName>
    1111    <History>All Hellenic cities were surrounded by stone walls for protection against enemy raids. Some of these fortifications, like the Athenian Long Walls, for example, were massive structures.</History>
    1212  </Identity>
    1313  <Obstruction>
    1414    <Static width="24.0" depth="6.0"/>
  • binaries/data/mods/public/simulation/templates/structures/spart_wall_short.xml

     
    44    <Square width="14.0" depth="7.0"/>
    55    <Height>9.0</Height>
    66  </Footprint>
    77  <Identity>
    88    <Civ>spart</Civ>
    9     <SelectionGroupName>structures/spart_wallset_stone</SelectionGroupName>
     9    <SelectionGroupName>structures/spart_wallset_stone</SelectionGroupName>
    1010    <SpecificName>Teîkhos</SpecificName>
    1111    <History>All Hellenic cities were surrounded by stone walls for protection against enemy raids. Some of these fortifications, like the Athenian Long Walls, for example, were massive structures.</History>
    1212  </Identity>
    1313  <Obstruction>
    1414    <Static width="13.0" depth="6.0"/>
  • binaries/data/mods/public/simulation/templates/structures/spart_wall_tower.xml

     
    1616    <Actor>structures/hellenes/wall_tower.xml</Actor>
    1717  </VisualActor>
    1818  <WallPiece>
    1919    <Length>7.5</Length>
    2020  </WallPiece>
    21 </Entity>
    22  Pas de fin de ligne à la fin du fichier
     21</Entity>
  • binaries/data/mods/public/simulation/templates/template_eyecandy.xml

     
    2222  <VisualActor>
    2323        <SilhouetteDisplay>false</SilhouetteDisplay>
    2424        <SilhouetteOccluder>true</SilhouetteOccluder>
    2525        <VisibleInAtlasOnly>false</VisibleInAtlasOnly>
    2626  </VisualActor>
    27 </Entity>
    28  Pas de fin de ligne à la fin du fichier
     27</Entity>
  • binaries/data/mods/public/simulation/templates/template_formation.xml

     
    55    <Actor>props/special/common/waypoint_flag.xml</Actor>
    66  </VisualActor>
    77  -->
    88  <Formation>
    99    <RequiredMemberCount>1</RequiredMemberCount>
    10     <DisabledTooltip></DisabledTooltip>
     10    <DisabledTooltip/>
    1111    <SpeedMultiplier>1</SpeedMultiplier>
    1212    <FormationShape>square</FormationShape>
    1313    <SortingClasses>Hero Champion Cavalry Melee Ranged</SortingClasses>
    1414    <ShiftRows>false</ShiftRows>
    1515    <UnitSeparationWidthMultiplier>1</UnitSeparationWidthMultiplier>
     
    2626    <Altitude>0</Altitude>
    2727    <Anchor>upright</Anchor>
    2828    <Floating>false</Floating>
    2929    <TurnRate>3.0</TurnRate>
    3030  </Position>
     31  <Trader>
     32    <GainMultiplier>0.75</GainMultiplier>
     33  </Trader>
    3134  <UnitAI>
    3235    <AlertReactiveLevel>2</AlertReactiveLevel>
    3336    <DefaultStance>aggressive</DefaultStance>
    3437    <FleeDistance>12.0</FleeDistance>
    3538    <FormationController>true</FormationController>
     
    3841  <UnitMotion>
    3942    <FormationController>true</FormationController>
    4043    <WalkSpeed>1.0</WalkSpeed>
    4144    <PassabilityClass>large</PassabilityClass>
    4245  </UnitMotion>
    43   <Trader>
    44     <GainMultiplier>0.75</GainMultiplier>
    45   </Trader>
    4646</Entity>
  • binaries/data/mods/public/simulation/templates/template_gaia_flora_bush_berry.xml

     
    1717  </Minimap>
    1818  <ResourceSupply>
    1919    <KillBeforeGather>false</KillBeforeGather>
    2020    <Amount>200</Amount>
    2121    <Type>food.fruit</Type>
    22     <MaxGatherers>8</MaxGatherers>
     22    <MaxGatherers>8</MaxGatherers>
    2323  </ResourceSupply>
    2424  <Selectable>
    2525    <EditorOnly disable=""/>
    2626    <Overlay>
    2727      <Texture>
  • binaries/data/mods/public/simulation/templates/template_gaia_flora_tree.xml

     
    1515  </Obstruction>
    1616  <ResourceSupply>
    1717    <KillBeforeGather>false</KillBeforeGather>
    1818    <Amount>200</Amount>
    1919    <Type>wood.tree</Type>
    20     <MaxGatherers>8</MaxGatherers>
     20    <MaxGatherers>8</MaxGatherers>
    2121  </ResourceSupply>
    2222  <Selectable>
    2323    <EditorOnly disable=""/>
    2424    <Overlay>
    2525      <Texture>
  • binaries/data/mods/public/simulation/templates/template_gaia_geo_mineral.xml

     
    1212  </Minimap>
    1313  <ResourceSupply>
    1414    <KillBeforeGather>false</KillBeforeGather>
    1515    <Amount>1000</Amount>
    1616    <Type>metal.ore</Type>
    17     <MaxGatherers>12</MaxGatherers>
     17    <MaxGatherers>12</MaxGatherers>
    1818  </ResourceSupply>
    1919  <Sound>
    2020    <SoundGroups>
    2121      <select>interface/select/resource/sel_metal.xml</select>
    2222    </SoundGroups>
  • binaries/data/mods/public/simulation/templates/template_gaia_geo_mineral_slabs.xml

     
    77  <Obstruction>
    88    <Static width="13.0" depth="13.0"/>
    99  </Obstruction>
    1010  <ResourceSupply>
    1111    <Amount>5000</Amount>
    12     <MaxGatherers>24</MaxGatherers>
     12    <MaxGatherers>24</MaxGatherers>
    1313  </ResourceSupply>
    1414  <Sound>
    1515    <SoundGroups>
    1616      <select>interface/select/resource/sel_metal.xml</select>
    1717    </SoundGroups>
  • binaries/data/mods/public/simulation/templates/template_gaia_geo_rock.xml

     
    1212  </Minimap>
    1313  <ResourceSupply>
    1414    <KillBeforeGather>false</KillBeforeGather>
    1515    <Amount>1000</Amount>
    1616    <Type>stone.rock</Type>
    17     <MaxGatherers>12</MaxGatherers>
     17    <MaxGatherers>12</MaxGatherers>
    1818  </ResourceSupply>
    1919  <Sound>
    2020    <SoundGroups>
    2121      <select>interface/select/resource/sel_stone.xml</select>
    2222    </SoundGroups>
  • binaries/data/mods/public/simulation/templates/template_gaia_geo_rock_slabs.xml

     
    77  <Obstruction>
    88    <Static width="13.0" depth="13.0"/>
    99  </Obstruction>
    1010  <ResourceSupply>
    1111    <Amount>5000</Amount>
    12     <MaxGatherers>24</MaxGatherers>
     12    <MaxGatherers>24</MaxGatherers>
    1313  </ResourceSupply>
    1414  <Sound>
    1515    <SoundGroups>
    1616      <select>interface/select/resource/sel_stone.xml</select>
    1717    </SoundGroups>
  • binaries/data/mods/public/simulation/templates/template_gaia_ruins.xml

     
    1919  </Obstruction>
    2020  <ResourceSupply>
    2121    <KillBeforeGather>false</KillBeforeGather>
    2222    <Amount>500</Amount>
    2323    <Type>stone.ruins</Type>
    24     <MaxGatherers>1</MaxGatherers>
     24    <MaxGatherers>1</MaxGatherers>
    2525  </ResourceSupply>
    2626  <Selectable>
    2727    <EditorOnly disable=""/>
    2828    <Overlay>
    2929      <Outline>
  • binaries/data/mods/public/simulation/templates/template_gaia_treasure.xml

     
    1919  </Obstruction>
    2020  <ResourceSupply>
    2121    <KillBeforeGather>false</KillBeforeGather>
    2222    <Amount>300</Amount>
    2323    <Type>treasure.metal</Type>
    24     <MaxGatherers>1</MaxGatherers>
     24    <MaxGatherers>1</MaxGatherers>
    2525  </ResourceSupply>
    2626  <Selectable>
    2727    <EditorOnly disable=""/>
    2828    <Overlay>
    2929      <Outline>
     
    3636  <Sound>
    3737    <SoundGroups>
    3838      <select>interface/select/building/sel_universal.xml</select>
    3939    </SoundGroups>
    4040  </Sound>
    41    <StatusBars>
     41  <StatusBars>
    4242    <HeightOffset>3.75</HeightOffset>
    4343  </StatusBars>
    4444</Entity>
  • binaries/data/mods/public/simulation/templates/template_structure.xml

     
    1313  <BuildingAI>
    1414    <DefaultArrowCount>0</DefaultArrowCount>
    1515    <GarrisonArrowMultiplier>0</GarrisonArrowMultiplier>
    1616    <GarrisonArrowClasses>Ranged Infantry</GarrisonArrowClasses>
    1717  </BuildingAI>
    18   <Guard/>
    1918  <BuildRestrictions>
    2019    <PlacementType>land</PlacementType>
    2120    <Territory>own</Territory>
    2221  </BuildRestrictions>
    2322  <Capturable>
     
    4241    <DelayTime>0.0</DelayTime>
    4342    <SinkRate>3.0</SinkRate>
    4443    <SinkAccel>9.8</SinkAccel>
    4544  </Decay>
    4645  <Fogging/>
     46  <Guard/>
    4747  <Health>
    4848    <DeathType>corpse</DeathType>
    4949    <RegenRate>0</RegenRate>
    5050    <IdleRegenRate>0</IdleRegenRate>
    5151    <Undeletable>false</Undeletable>
    5252    <Unhealable>true</Unhealable>
    5353  </Health>
    54   <Repairable>
    55     <RepairTimeRatio>2.0</RepairTimeRatio>
    56   </Repairable>
    5754  <Identity>
    5855    <GenericName>Structure</GenericName>
    5956    <Classes datatype="tokens">Structure ConquestCritical</Classes>
    6057  </Identity>
    6158  <Minimap>
     
    7067    <DisableBlockMovement>false</DisableBlockMovement>
    7168    <DisableBlockPathfinding>false</DisableBlockPathfinding>
    7269  </Obstruction>
    7370  <OverlayRenderer/>
    7471  <ProductionQueue>
    75     <TechCostMultiplier>
     72    <TechCostMultiplier>
    7673      <food>1.0</food>
    7774      <wood>1.0</wood>
    7875      <stone>1.0</stone>
    7976      <metal>1.0</metal>
    8077      <time>1.0</time>
     
    9087    <LineDashColor r="158" g="11" b="15"/>
    9188    <LineStartCap>square</LineStartCap>
    9289    <LineEndCap>round</LineEndCap>
    9390    <LinePassabilityClass>default</LinePassabilityClass>
    9491  </RallyPointRenderer>
     92  <Repairable>
     93    <RepairTimeRatio>2.0</RepairTimeRatio>
     94  </Repairable>
    9595  <Selectable>
    9696    <Overlay>
    9797      <Outline>
    9898        <LineTexture>outline_border.png</LineTexture>
    9999        <LineTextureMask>outline_border_mask.png</LineTextureMask>
  • binaries/data/mods/public/simulation/templates/template_structure_civic_civil_centre.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_structure_civic">
     3  <AlertRaiser>
     4    <MaximumLevel>2</MaximumLevel>
     5    <Range>140</Range>
     6  </AlertRaiser>
    37  <Armour>
    48    <Hack op="add">5</Hack>
    59    <Pierce op="add">5</Pierce>
    610    <Foundation>
    711      <Hack>5</Hack>
     
    109113  <TerritoryInfluence>
    110114    <Root>true</Root>
    111115    <Radius>140</Radius>
    112116    <Weight>10000</Weight>
    113117  </TerritoryInfluence>
    114   <AlertRaiser>
    115     <MaximumLevel>2</MaximumLevel>
    116     <Range>140</Range>
    117   </AlertRaiser>
    118118  <Vision>
    119119    <Range>90</Range>
    120120  </Vision>
    121121  <VisualActor>
    122122    <FoundationActor>structures/fndn_6x6.xml</FoundationActor>
  • binaries/data/mods/public/simulation/templates/template_structure_civic_hellenic_royal_stoa.xml

     
    3737    <metal>15</metal>
    3838  </Loot>
    3939  <Obstruction>
    4040    <Static width="28.0" depth="20.0"/>
    4141  </Obstruction>
    42   <TerritoryInfluence>
    43     <Root>false</Root>
    44     <Radius>40</Radius>
    45     <Weight>65535</Weight>
    46   </TerritoryInfluence>
    4742  <ProductionQueue>
    4843    <BatchTimeModifier>0.7</BatchTimeModifier>
    4944    <Entities datatype="tokens">
    5045      units/{civ}_black_cloak
    5146      units/{civ}_thureophoros
    5247      units/{civ}_thorakites
    5348    </Entities>
    5449  </ProductionQueue>
     50  <TerritoryInfluence>
     51    <Root>false</Root>
     52    <Radius>40</Radius>
     53    <Weight>65535</Weight>
     54  </TerritoryInfluence>
    5555  <Vision>
    5656    <Range>40</Range>
    5757  </Vision>
    5858  <VisualActor>
    5959    <Actor>special/greek_stoa_great.xml</Actor>
  • binaries/data/mods/public/simulation/templates/template_structure_civic_temple.xml

     
    4242    <metal>500</metal>
    4343  </Loot>
    4444  <Obstruction>
    4545    <Static width="17.5" depth="30.0"/>
    4646  </Obstruction>
    47   <Sound>
    48     <SoundGroups>
    49       <select>interface/select/building/sel_temple.xml</select>
    50       <constructed>interface/complete/building/complete_temple.xml</constructed>
    51       <death>attack/destruction/building_collapse_large.xml</death>
    52     </SoundGroups>
    53   </Sound>
    54   <TerritoryInfluence>
    55     <Root>false</Root>
    56     <Radius>40</Radius>
    57     <Weight>30000</Weight>
    58   </TerritoryInfluence>
    5947  <ProductionQueue>
    6048    <BatchTimeModifier>0.8</BatchTimeModifier>
    6149    <Entities datatype="tokens">
    6250      units/{civ}_support_healer_b
    6351    </Entities>
     
    6856      heal_rate_2
    6957      heal_temple
    7058      health_regen_units
    7159    </Technologies>
    7260  </ProductionQueue>
     61  <Sound>
     62    <SoundGroups>
     63      <select>interface/select/building/sel_temple.xml</select>
     64      <constructed>interface/complete/building/complete_temple.xml</constructed>
     65      <death>attack/destruction/building_collapse_large.xml</death>
     66    </SoundGroups>
     67  </Sound>
     68  <TerritoryInfluence>
     69    <Root>false</Root>
     70    <Radius>40</Radius>
     71    <Weight>30000</Weight>
     72  </TerritoryInfluence>
    7373  <Vision>
    7474    <Range>40</Range>
    7575  </Vision>
    7676  <VisualActor>
    7777    <FoundationActor>structures/fndn_4x6.xml</FoundationActor>
  • binaries/data/mods/public/simulation/templates/template_structure_defense_wall.xml

     
    33  <BuildRestrictions>
    44    <PlacementType>land-shore</PlacementType>
    55    <Category>Wall</Category>
    66  </BuildRestrictions>
    77  <Capturable disable=""/>
    8   <Repairable>
    9     <RepairTimeRatio>4.5</RepairTimeRatio>
    10   </Repairable>
    118  <Cost>
    129    <BuildTime>25</BuildTime>
    1310    <Resources>
    1411      <stone>20</stone>
    1512    </Resources>
     
    3936  <Obstruction>
    4037    <Static width="6.0" depth="6.0"/>
    4138  </Obstruction>
    4239  <ProductionQueue disable=""/>
    4340  <RallyPoint disable=""/>
     41  <Repairable>
     42    <RepairTimeRatio>4.5</RepairTimeRatio>
     43  </Repairable>
    4444  <Sound>
    4545    <SoundGroups>
    4646      <select>interface/select/building/sel_wall.xml</select>
    4747      <constructed>interface/complete/building/complete_wall.xml</constructed>
    4848      <death>attack/destruction/building_collapse_large.xml</death>
  • binaries/data/mods/public/simulation/templates/template_structure_defense_wall_long.xml

     
    55    <BuildTime>45</BuildTime>
    66    <Resources>
    77      <stone>28</stone>
    88    </Resources>
    99  </Cost>
    10   <Health>
    11     <SpawnEntityOnDeath>rubble/rubble_stone_wall_long</SpawnEntityOnDeath>
    12   </Health>
    1310  <GarrisonHolder>
    1411    <Max>5</Max>
    1512    <List datatype="tokens">Ranged+Infantry</List>
    1613    <EjectHealth>0.1</EjectHealth>
    1714    <EjectClassesOnDestroy datatype="tokens">Unit</EjectClassesOnDestroy>
     
    3330      <Archer5>
    3431        <X>-4</X><Y>11.5</Y><Z>0</Z>
    3532      </Archer5>
    3633    </VisibleGarrisonPoints>
    3734  </GarrisonHolder>
     35  <Health>
     36    <SpawnEntityOnDeath>rubble/rubble_stone_wall_long</SpawnEntityOnDeath>
     37  </Health>
    3838  <Identity>
    3939    <Classes datatype="tokens">LongWall</Classes>
    4040    <Tooltip>Long wall segments can be converted to gates.</Tooltip>
    4141  </Identity>
    4242  <Upgrade>
  • binaries/data/mods/public/simulation/templates/template_structure_defense_wall_tower.xml

     
    2222  <BuildRestrictions>
    2323    <PlacementType>land-shore</PlacementType>
    2424    <Category>Wall</Category>
    2525  </BuildRestrictions>
    2626  <Capturable disable=""/>
    27   <Repairable>
    28     <RepairTimeRatio>4.5</RepairTimeRatio>
    29   </Repairable>
    3027  <Cost>
    3128    <BuildTime>80</BuildTime>
    3229    <Resources>
    3330      <stone>90</stone>
    3431    </Resources>
     
    7168    <BatchTimeModifier>0.8</BatchTimeModifier>
    7269    <Technologies datatype="tokens">
    7370      pair_walls_01
    7471    </Technologies>
    7572  </ProductionQueue>
     73  <Repairable>
     74    <RepairTimeRatio>4.5</RepairTimeRatio>
     75  </Repairable>
    7676  <Sound>
    7777    <SoundGroups>
    7878      <select>interface/select/building/sel_tower.xml</select>
    7979      <constructed>interface/complete/building/complete_tower.xml</constructed>
    8080      <attack>attack/weapon/arrowfly.xml</attack>
  • binaries/data/mods/public/simulation/templates/template_structure_defense_wooden_tower.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_structure_defense_defense_tower">
    33  <Armour>
    44    <Hack op="add">-5.0</Hack>
    5     <Pierce op ="add">-5.0</Pierce>
     5    <Pierce op="add">-5.0</Pierce>
    66    <Crush op="add">-2.0</Crush>
    77  </Armour>
    88  <Attack>
    99    <Ranged>
    1010      <Hack>0.0</Hack>
     
    1919    <Distance>
    2020      <FromClass>DefenseTower</FromClass>
    2121      <MinDistance>40</MinDistance>
    2222    </Distance>
    2323  </BuildRestrictions>
     24  <Capturable>
     25    <CapturePoints>800</CapturePoints>
     26  </Capturable>
    2427  <Cost>
    2528    <BuildTime>40</BuildTime>
    2629    <Resources>
    2730      <wood>100</wood>
    2831      <stone>0</stone>
    2932    </Resources>
    3033  </Cost>
    31   <Capturable>
    32     <CapturePoints>800</CapturePoints>
    33   </Capturable>
    3434  <Footprint>
    3535    <Square width="9.5" depth="8.5"/>
    3636    <Height>9.0</Height>
    3737  </Footprint>
    38   <Health>
    39     <Max>250</Max>
    40   </Health>
    4138  <GarrisonHolder>
    4239    <Max>3</Max>
    4340  </GarrisonHolder>
     41  <Health>
     42    <Max>250</Max>
     43  </Health>
    4444  <Identity>
    4545    <SpecificName>Wooden Tower</SpecificName>
    4646    <GenericName>Wooden Tower</GenericName>
    4747    <Icon>structures/palisade_fort.png</Icon>
    4848    <Classes datatype="tokens">WoodenTower</Classes>
    4949    <VisibleClasses datatype="tokens">Village -Town</VisibleClasses>
    5050    <RequiredTechnology>phase_village</RequiredTechnology>
    5151  </Identity>
     52  <Obstruction>
     53    <Static width="9.0" depth="7.5"/>
     54  </Obstruction>
    5255  <ProductionQueue>
    5356    <Technologies datatype="tokens">
    5457      -attack_tower_crenellations
    5558      -attack_tower_range
    5659      -attack_tower_murderholes
    5760      -attack_tower_defense
    5861    </Technologies>
    5962  </ProductionQueue>
    60   <Obstruction>
    61     <Static width="9.0" depth="7.5"/>
    62   </Obstruction>
    63   <TerritoryInfluence disable=""/>
    6463  <StatusBars>
    6564    <HeightOffset>18.0</HeightOffset>
    6665  </StatusBars>
     66  <TerritoryInfluence disable=""/>
    6767  <VisualActor>
    6868    <Actor>props/special/palisade_rocks_fort.xml</Actor>
    6969  </VisualActor>
    7070</Entity>
  • binaries/data/mods/public/simulation/templates/template_structure_economic_farmstead.xml

     
    3939  </Obstruction>
    4040  <ProductionQueue>
    4141    <BatchTimeModifier>0.7</BatchTimeModifier>
    4242    <Technologies datatype="tokens">
    4343      gather_wicker_baskets
    44         gather_farming_plows
     44      gather_farming_plows
    4545      gather_farming_training
    4646      gather_farming_fertilizer
    4747    </Technologies>
    4848  </ProductionQueue>
    4949  <RallyPoint disable=""/>
  • binaries/data/mods/public/simulation/templates/template_structure_economic_market.xml

     
    3737    <InternationalBonus>0.2</InternationalBonus>
    3838  </Market>
    3939  <Obstruction>
    4040    <Static width="30.0" depth="26.0"/>
    4141  </Obstruction>
    42   <Sound>
    43     <SoundGroups>
    44       <select>interface/select/building/sel_market.xml</select>
    45       <constructed>interface/complete/building/complete_market.xml</constructed>
    46       <death>attack/destruction/building_collapse_large.xml</death>
    47     </SoundGroups>
    48   </Sound>
    49   <TerritoryInfluence>
    50     <Root>false</Root>
    51     <Radius>40</Radius>
    52     <Weight>30000</Weight>
    53   </TerritoryInfluence>
    5442  <ProductionQueue>
    5543    <BatchTimeModifier>0.7</BatchTimeModifier>
    5644    <Technologies datatype="tokens">
    5745      unlock_shared_los
    5846      unlock_shared_dropsites
     
    6452    </Technologies>
    6553    <Entities datatype="tokens">
    6654      units/{civ}_support_trader
    6755    </Entities>
    6856  </ProductionQueue>
     57  <Sound>
     58    <SoundGroups>
     59      <select>interface/select/building/sel_market.xml</select>
     60      <constructed>interface/complete/building/complete_market.xml</constructed>
     61      <death>attack/destruction/building_collapse_large.xml</death>
     62    </SoundGroups>
     63  </Sound>
     64  <TerritoryInfluence>
     65    <Root>false</Root>
     66    <Radius>40</Radius>
     67    <Weight>30000</Weight>
     68  </TerritoryInfluence>
    6969  <Vision>
    7070    <Range>32</Range>
    7171  </Vision>
    7272  <VisualActor>
    7373    <FoundationActor>structures/fndn_5x5.xml</FoundationActor>
  • binaries/data/mods/public/simulation/templates/template_structure_military_dock.xml

     
    4242    <Static width="18.0" depth="18.0"/>
    4343  </Obstruction>
    4444  <Position>
    4545    <Floating>true</Floating>
    4646  </Position>
    47   <RallyPointRenderer>
    48     <LinePassabilityClass>ship</LinePassabilityClass>
    49   </RallyPointRenderer>
    50   <ResourceDropsite>
    51     <Types>food wood stone metal</Types>
    52     <Sharable>true</Sharable>
    53   </ResourceDropsite>
    54   <Sound>
    55     <SoundGroups>
    56       <select>interface/select/building/sel_dock.xml</select>
    57       <constructed>interface/complete/building/complete_dock.xml</constructed>
    58       <death>attack/destruction/building_collapse_large.xml</death>
    59     </SoundGroups>
    60   </Sound>
    61   <TerritoryDecay disable=""/>
    6247  <ProductionQueue>
    6348    <BatchTimeModifier>0.8</BatchTimeModifier>
    6449    <Entities datatype="tokens">
    6550      units/{civ}_ship_fishing
    6651      units/{civ}_ship_merchant
     
    7459      armor_ship_reinforcedhull
    7560      armor_ship_hypozomata
    7661      armor_ship_hullsheathing
    7762    </Technologies>
    7863  </ProductionQueue>
     64  <RallyPointRenderer>
     65    <LinePassabilityClass>ship</LinePassabilityClass>
     66  </RallyPointRenderer>
     67  <ResourceDropsite>
     68    <Types>food wood stone metal</Types>
     69    <Sharable>true</Sharable>
     70  </ResourceDropsite>
     71  <Sound>
     72    <SoundGroups>
     73      <select>interface/select/building/sel_dock.xml</select>
     74      <constructed>interface/complete/building/complete_dock.xml</constructed>
     75      <death>attack/destruction/building_collapse_large.xml</death>
     76    </SoundGroups>
     77  </Sound>
     78  <TerritoryDecay disable=""/>
    7979  <Vision>
    8080    <Range>40</Range>
    8181  </Vision>
    8282  <VisualActor>
    8383    <FoundationActor>structures/fndn_4x4_dock.xml</FoundationActor>
  • binaries/data/mods/public/simulation/templates/template_structure_resource.xml

     
    1313  <BuildRestrictions>
    1414    <Category>Resource</Category>
    1515  </BuildRestrictions>
    1616  <Identity>
    1717    <GenericName>Resource Structure</GenericName>
    18     <Classes datatype="tokens">-ConquestCritical</Classes>
    19     <VisibleClasses datatype="tokens">Resource</VisibleClasses>
     18    <Classes datatype="tokens">-ConquestCritical</Classes>
     19    <VisibleClasses datatype="tokens">Resource</VisibleClasses>
    2020  </Identity>
    2121  <Vision>
    2222    <Range>4</Range>
    2323  </Vision>
    2424</Entity>
  • binaries/data/mods/public/simulation/templates/template_structure_resource_field.xml

     
    5050  <ResourceSupply>
    5151    <KillBeforeGather>false</KillBeforeGather>
    5252    <Amount>Infinity</Amount>
    5353    <Type>food.grain</Type>
    5454    <MaxGatherers>5</MaxGatherers>
    55     <!--
    56          See the comment of the function GetTargetGatherRate
    57          of the ResourceGatherer component.
    58     -->
     55    <!--
     56         See the comment of the function GetTargetGatherRate
     57         of the ResourceGatherer component.
     58    -->
    5959    <DiminishingReturns>14</DiminishingReturns>
    6060  </ResourceSupply>
    6161  <Sound>
    6262    <SoundGroups>
    6363      <select>interface/select/building/sel_field.xml</select>
  • binaries/data/mods/public/simulation/templates/template_structure_special_theatron.xml

     
    1818  </Footprint>
    1919  <Health>
    2020    <Max>2000</Max>
    2121  </Health>
    2222  <Identity>
    23     <GenericName>Greek Theater</GenericName>
     23    <GenericName>Greek Theater</GenericName>
    2424    <SpecificName>Théātron</SpecificName>
    2525    <Classes datatype="tokens">Theater -ConquestCritical</Classes>
    2626    <History>Greek theatres were places where the immortal tragedies of Aeschylus, Sophocles and many other talented dramatists were staged to the delight of the populace. They were instrumental in enriching Hellenic culture and spreading its influence.</History>
    2727    <Icon>structures/theatron.png</Icon>
    2828  </Identity>
  • binaries/data/mods/public/simulation/templates/template_structure_wonder.xml

     
    8787    <Range>72</Range>
    8888  </Vision>
    8989  <VisualActor>
    9090    <FoundationActor>structures/fndn_6x6.xml</FoundationActor>
    9191  </VisualActor>
    92   <Wonder />
     92  <Wonder/>
    9393</Entity>
  • binaries/data/mods/public/simulation/templates/template_trigger_point.xml

     
    1212        <LineTextureMask>outline_border_mask.png</LineTextureMask>
    1313        <LineThickness>0.4</LineThickness>
    1414      </Outline>
    1515    </Overlay>
    1616  </Selectable>
    17   <VisualActor>
    18     <SilhouetteDisplay>false</SilhouetteDisplay>
    19     <SilhouetteOccluder>true</SilhouetteOccluder>
    20     <VisibleInAtlasOnly>true</VisibleInAtlasOnly>
    21   </VisualActor>
    2217  <Visibility>
    2318    <RetainInFog>false</RetainInFog>
    2419    <AlwaysVisible>false</AlwaysVisible>
    2520    <Corpse>false</Corpse>
    2621    <Preview>false</Preview>
    2722  </Visibility>
     23  <VisualActor>
     24    <SilhouetteDisplay>false</SilhouetteDisplay>
     25    <SilhouetteOccluder>true</SilhouetteOccluder>
     26    <VisibleInAtlasOnly>true</VisibleInAtlasOnly>
     27  </VisualActor>
    2828</Entity>
    29 
  • binaries/data/mods/public/simulation/templates/template_unit.xml

     
    2525  </Decay>
    2626  <Footprint>
    2727    <Circle radius="1.5"/>
    2828    <Height>2.5</Height>
    2929  </Footprint>
     30  <Guard/>
    3031  <Health>
    3132    <DeathType>corpse</DeathType>
    3233    <Max>100</Max>
    3334    <RegenRate>0</RegenRate>
    3435    <IdleRegenRate>0</IdleRegenRate>
     
    100101    <DefaultStance>aggressive</DefaultStance>
    101102    <FleeDistance>12.0</FleeDistance>
    102103    <FormationController>false</FormationController>
    103104    <CanGuard>true</CanGuard>
    104105  </UnitAI>
    105   <Guard/>
    106106  <UnitMotion>
    107107    <FormationController>false</FormationController>
    108108    <WalkSpeed>9</WalkSpeed>
    109109    <Run>
    110110      <Speed>15.0</Speed>
  • binaries/data/mods/public/simulation/templates/template_unit_cavalry_ranged.xml

     
    1717  <Health>
    1818    <Max>120</Max>
    1919  </Health>
    2020  <Identity>
    2121    <GenericName>Ranged Cavalry</GenericName>
    22     <VisibleClasses datatype="tokens">Ranged</VisibleClasses>
     22    <VisibleClasses datatype="tokens">Ranged</VisibleClasses>
    2323    <Formations datatype="tokens">
    2424      formations/skirmish
    2525    </Formations>
    2626  </Identity>
    2727  <Sound>
  • binaries/data/mods/public/simulation/templates/template_unit_cavalry_ranged_archer.xml

     
    1717      <food>100</food>
    1818      <wood>40</wood>
    1919    </Resources>
    2020  </Cost>
    2121  <Identity>
    22     <VisibleClasses datatype="tokens">Archer</VisibleClasses>
     22    <VisibleClasses datatype="tokens">Archer</VisibleClasses>
    2323    <GenericName>Cavalry Archer</GenericName>
    2424    <History>A very rare unit in Part 1. It was used by the Persians, but it didn't gain much traction until the Parthians, Huns, Mongols, and other people of the nomadic steeps introduced them to Western Europe. This was the most effective unit on the battlefield for several hundred years until the well armored knight came along. Therefore, this unit will gain much more prominence in Part 2.</History>
    2525  </Identity>
    2626  <Loot>
    2727    <xp>130</xp>
  • binaries/data/mods/public/simulation/templates/template_unit_champion_cavalry.xml

     
    5050      <walk>actor/mounted/movement/walk.xml</walk>
    5151      <run>actor/mounted/movement/walk.xml</run>
    5252      <attack>attack/weapon/sword.xml</attack>
    5353      <death>actor/fauna/death/death_horse.xml</death>
    5454      <trained>interface/alarm/alarm_create_cav.xml</trained>
    55     </SoundGroups>
     55    </SoundGroups>
    5656  </Sound>
    5757  <StatusBars>
    5858    <HeightOffset>6.5</HeightOffset>
    5959  </StatusBars>
    6060  <UnitMotion>
  • binaries/data/mods/public/simulation/templates/template_unit_fauna.xml

     
    55  </Cost>
    66  <Footprint replace="">
    77    <Square width="1.75" depth="3.5"/>
    88    <Height>2.25</Height>
    99  </Footprint>
     10  <Guard disable=""/>
    1011  <Identity>
    1112    <GenericName>Fauna</GenericName>
    1213    <Classes datatype="tokens">Animal Organic -ConquestCritical</Classes>
    1314    <Icon>gaia/fauna_generic.png</Icon>
    1415    <Formations disable=""/>
     
    2728    <RoamTimeMin>2000</RoamTimeMin>
    2829    <RoamTimeMax>8000</RoamTimeMax>
    2930    <FeedTimeMin>15000</FeedTimeMin>
    3031    <FeedTimeMax>60000</FeedTimeMax>
    3132  </UnitAI>
    32   <Guard disable=""/>
    3333  <UnitMotion>
    3434    <WalkSpeed>6.5</WalkSpeed>
    3535    <Run>
    3636      <Speed>15.0</Speed>
    3737    </Run>
  • binaries/data/mods/public/simulation/templates/template_unit_fauna_hunt.xml

     
    22<Entity parent="template_unit_fauna">
    33  <Health>
    44    <Max>50</Max>
    55    <DeathType>remain</DeathType>
    66  </Health>
     7  <Loot>
     8    <xp>10</xp>
     9  </Loot>
    710  <ResourceSupply>
    811    <KillBeforeGather>true</KillBeforeGather>
    912    <Amount>100</Amount>
    1013    <Type>food.meat</Type>
    1114    <MaxGatherers>8</MaxGatherers>
    1215  </ResourceSupply>
    13   <Loot>
    14     <xp>10</xp>
    15   </Loot>
    1616</Entity>
  • binaries/data/mods/public/simulation/templates/template_unit_fauna_hunt_whale.xml

     
    1010    <Civ>gaia</Civ>
    1111    <GenericName>Cetacean</GenericName>
    1212    <Tooltip>Kill, then collect food from this bountiful oceanic resource.</Tooltip>
    1313    <Icon>gaia/fauna_fish.png</Icon>
    1414  </Identity>
     15  <Loot>
     16    <xp>10</xp>
     17  </Loot>
    1518  <Position>
    1619    <Floating>true</Floating>
    1720  </Position>
    1821  <ResourceSupply>
    1922    <KillBeforeGather>true</KillBeforeGather>
     
    3235  <StatusBars>
    3336    <BarWidth>4.0</BarWidth>
    3437    <BarHeight>0.666</BarHeight>
    3538    <HeightOffset>5.0</HeightOffset>
    3639  </StatusBars>
    37   <Loot>
    38     <xp>10</xp>
    39   </Loot>
    4040  <UnitAI>
    4141    <NaturalBehaviour>skittish</NaturalBehaviour>
    4242    <RoamDistance>60.0</RoamDistance>
    4343    <FleeDistance>60.0</FleeDistance>
    4444    <RoamTimeMin>100000</RoamTimeMin>
  • binaries/data/mods/public/simulation/templates/template_unit_hero.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit">
     3  <Armour>
     4    <Hack>10.0</Hack>
     5    <Pierce>20.0</Pierce>
     6    <Crush>15.0</Crush>
     7  </Armour>
    38  <Attack>
    49    <Capture>
    510      <Value>15</Value>
    611      <MaxRange>4</MaxRange>
    712      <RepeatTime>1000</RepeatTime>
    813    </Capture>
    914  </Attack>
    10   <Armour>
    11     <Hack>10.0</Hack>
    12     <Pierce>20.0</Pierce>
    13     <Crush>15.0</Crush>
    14   </Armour>
    1515  <Auras datatype="tokens">hero_garrison</Auras>
    1616  <Cost>
    1717    <Population>2</Population>
    1818    <BuildTime>40</BuildTime>
    1919    <Resources>
  • binaries/data/mods/public/simulation/templates/template_unit_hero_elephant_melee.xml

     
    1010      <Hack>17.5</Hack>
    1111      <Pierce>0</Pierce>
    1212      <Crush>25.0</Crush>
    1313      <MaxRange>8.0</MaxRange>
    1414      <RepeatTime>1000</RepeatTime>
    15       <Bonuses>
    16         <BonusStructures>
    17           <Classes>Structure</Classes>
    18           <Multiplier>1.5</Multiplier>
    19         </BonusStructures>
    20         <BonusCav>
    21           <Classes>Cavalry</Classes>
    22           <Multiplier>2</Multiplier>
    23         </BonusCav>
    24         <BonusGates>
    25           <Classes>Gates</Classes>
    26           <Multiplier>1.5</Multiplier>
    27         </BonusGates>
    28       </Bonuses>
     15      <Bonuses>
     16        <BonusStructures>
     17          <Classes>Structure</Classes>
     18          <Multiplier>1.5</Multiplier>
     19        </BonusStructures>
     20        <BonusCav>
     21          <Classes>Cavalry</Classes>
     22          <Multiplier>2</Multiplier>
     23        </BonusCav>
     24        <BonusGates>
     25          <Classes>Gates</Classes>
     26          <Multiplier>1.5</Multiplier>
     27        </BonusGates>
     28      </Bonuses>
    2929    </Melee>
    3030  </Attack>
    3131  <Cost>
    3232    <Population>3</Population>
    3333    <BuildTime>60</BuildTime>
  • binaries/data/mods/public/simulation/templates/template_unit_hero_infantry_spearman.xml

     
    99      <Hack>12.0</Hack>
    1010      <Pierce>10.0</Pierce>
    1111      <Crush>0.0</Crush>
    1212      <MaxRange>5.0</MaxRange>
    1313      <RepeatTime>1000</RepeatTime>
    14       <Bonuses>
     14      <Bonuses>
    1515        <BonusCavMelee>
    1616          <Classes>Cavalry</Classes>
    1717          <Multiplier>3.0</Multiplier>
    1818        </BonusCavMelee>
    1919      </Bonuses>
    2020    </Melee>
    2121  </Attack>
    2222  <Identity>
    2323    <VisibleClasses datatype="tokens">Melee Spear</VisibleClasses>
    2424    <GenericName>Hero Spearman</GenericName>
    25     <Tooltip>Counters: 3x vs. Cavalry.</Tooltip>
     25    <Tooltip>Counters: 3x vs. Cavalry.</Tooltip>
    2626    <Formations datatype="tokens">
    2727      formations/phalanx
    2828      formations/testudo
    2929    </Formations>
    3030  </Identity>
  • binaries/data/mods/public/simulation/templates/template_unit_infantry.xml

     
    7979    <BaseSpeed>1.0</BaseSpeed>
    8080    <Rates>
    8181      <food.fruit>0.5</food.fruit>
    8282      <food.grain>0.25</food.grain>
    8383      <food.meat>1</food.meat>
    84       <wood.tree>0.75</wood.tree>
    85       <wood.ruins>5</wood.ruins>
     84      <wood.tree>0.75</wood.tree>
     85      <wood.ruins>5</wood.ruins>
    8686      <stone.rock>0.5</stone.rock>
    87       <stone.ruins>2</stone.ruins>
     87      <stone.ruins>2</stone.ruins>
    8888      <metal.ore>0.5</metal.ore>
    8989    </Rates>
    9090  </ResourceGatherer>
    9191  <Selectable>
    9292    <Overlay>
  • binaries/data/mods/public/simulation/templates/template_unit_mechanical.xml

     
    66    <SinkAccel>2.0</SinkAccel>
    77  </Decay>
    88  <Health>
    99    <Unhealable>true</Unhealable>
    1010  </Health>
    11   <Repairable>
    12     <RepairTimeRatio>4.0</RepairTimeRatio>
    13   </Repairable>
    1411  <Identity>
    1512    <GenericName>Mechanical</GenericName>
    1613    <VisibleClasses datatype="tokens">Mechanical</VisibleClasses>
    1714  </Identity>
    1815  <Loot>
     
    2017    <food>0</food>
    2118    <wood>50</wood>
    2219    <stone>0</stone>
    2320    <metal>25</metal>
    2421  </Loot>
     22  <Repairable>
     23    <RepairTimeRatio>4.0</RepairTimeRatio>
     24  </Repairable>
    2525</Entity>
  • binaries/data/mods/public/simulation/templates/template_unit_mechanical_ship_fire.xml

     
    3232    <GenericName>Fire Ship</GenericName>
    3333    <VisibleClasses datatype="tokens">Fireship Melee Warship</VisibleClasses>
    3434    <Tooltip>Rapidly drain the health of enemy ships. Slowly loses health due to being on fire, so use the Fire Ship quickly.</Tooltip>
    3535    <RequiredTechnology>phase_town</RequiredTechnology>
    3636  </Identity>
     37  <Repairable disable=""/>
     38  <ResourceGatherer disable=""/>
    3739  <StatusBars>
    3840    <BarWidth>6.0</BarWidth>
    3941    <BarHeight>0.5</BarHeight>
    4042    <HeightOffset>6.0</HeightOffset>
    4143  </StatusBars>
    42   <Repairable disable=""/>
    43   <ResourceGatherer disable=""/>
    4444  <UnitMotion>
    4545    <PassabilityClass>ship-small</PassabilityClass>
    4646    <WalkSpeed>17.5</WalkSpeed>
    4747    <Run>
    4848      <Speed>22.0</Speed>
  • binaries/data/mods/public/simulation/templates/template_unit_mechanical_ship_quinquereme.xml

     
    5656    <GenericName>Heavy Warship</GenericName>
    5757    <Tooltip>Garrison units for transport and to increase firepower.</Tooltip>
    5858    <VisibleClasses datatype="tokens">Ranged Warship</VisibleClasses>
    5959    <RequiredTechnology>phase_city</RequiredTechnology>
    6060  </Identity>
     61  <ResourceGatherer disable=""/>
    6162  <Sound>
    6263    <SoundGroups>
    6364      <attack>attack/siege/ballist_attack.xml</attack>
    6465    </SoundGroups>
    6566  </Sound>
    66   <ResourceGatherer disable=""/>
    6767  <StatusBars>
    6868    <BarWidth>6.0</BarWidth>
    6969    <BarHeight>0.5</BarHeight>
    7070    <HeightOffset>6.0</HeightOffset>
    7171  </StatusBars>
  • binaries/data/mods/public/simulation/templates/template_unit_mechanical_siege.xml

     
    1212  </Capturable>
    1313  <Cost>
    1414    <Population>3</Population>
    1515  </Cost>
    1616  <Identity>
    17     <VisibleClasses datatype="tokens">Siege</VisibleClasses>
     17    <VisibleClasses datatype="tokens">Siege</VisibleClasses>
    1818    <GenericName>Siege</GenericName>
    1919    <RequiredTechnology>phase_city</RequiredTechnology>
    2020  </Identity>
    21   <UnitAI>
    22     <CanGuard>false</CanGuard>
    23   </UnitAI>
    2421  <Position>
    2522    <Anchor>pitch-roll</Anchor>
    2623  </Position>
    2724  <Sound>
    2825    <SoundGroups>
    2926      <select>attack/siege/siege_select.xml</select>
    3027      <order_walk>attack/siege/ram_move.xml</order_walk>
    3128      <order_attack>attack/siege/ram_attack.xml</order_attack>
    32       <trained>attack/siege/ram_move.xml</trained>
     29      <trained>attack/siege/ram_move.xml</trained>
    3330    </SoundGroups>
    3431  </Sound>
     32  <UnitAI>
     33    <CanGuard>false</CanGuard>
     34  </UnitAI>
    3535  <UnitMotion>
    3636    <PassabilityClass>large</PassabilityClass>
    3737  </UnitMotion>
    3838</Entity>
  • binaries/data/mods/public/simulation/templates/units/athen_cavalry_javelinist_b.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_cavalry_ranged_javelinist">
    33  <Identity>
    44    <Civ>athen</Civ>
    55    <Lang>greek</Lang>
    6     <SelectionGroupName>units/athen_cavalry_javelinist_b</SelectionGroupName>
     6    <SelectionGroupName>units/athen_cavalry_javelinist_b</SelectionGroupName>
    77    <SpecificName>Pródromos</SpecificName>
    88    <History>Prodromoi were the light scouts of Greek armies.</History>
    99    <Icon>units/hele_cavalry_javelinist.png</Icon>
    1010  </Identity>
    1111  <Promotion>
  • binaries/data/mods/public/simulation/templates/units/athen_cavalry_swordsman_b.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_cavalry_melee_swordsman">
    33  <Identity>
    44    <Civ>athen</Civ>
    55    <Lang>greek</Lang>
    6     <SelectionGroupName>units/athen_cavalry_swordsman_b</SelectionGroupName>
    7     <GenericName>Greek Cavalry</GenericName>
     6    <SelectionGroupName>units/athen_cavalry_swordsman_b</SelectionGroupName>
     7    <GenericName>Greek Cavalry</GenericName>
    88    <SpecificName>Hippeús</SpecificName>
    99    <History>Cavalry were made up of the upper class since they were the only ones who could afford the breeding and caring for horses. Initially they were missile troops who avoided close combat, throwing javelins and spears at enemy troops. Later on thanks to developments by the Macedonians they began to close with enemy troops to use their swords. As with all ancient horsemen the Hippeus did not have stirrups or a saddle.</History>
    1010    <Icon>units/hele_cavalry_swordsman.png</Icon>
    1111    <RequiredTechnology>phase_town</RequiredTechnology>
    1212  </Identity>
  • binaries/data/mods/public/simulation/templates/units/athen_champion_infantry.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_champion_infantry_spearman">
    33  <Identity>
    44    <Civ>athen</Civ>
    55    <Lang>greek</Lang>
    6     <GenericName>City Guard</GenericName>
     6    <GenericName>City Guard</GenericName>
    77    <SpecificName>Epílektos</SpecificName>
    88    <Icon>units/athen_champion_infantry.png</Icon>
    99  </Identity>
    1010  <VisualActor>
    1111    <Actor>units/athenians/champion_unit_spear.xml</Actor>
  • binaries/data/mods/public/simulation/templates/units/athen_champion_marine.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_champion_infantry_swordsman">
    33  <Identity>
    44    <Civ>athen</Civ>
    55    <Lang>greek</Lang>
    6     <GenericName>Athenian Marine</GenericName>
     6    <GenericName>Athenian Marine</GenericName>
    77    <SpecificName>Epibátēs Athēnaîos</SpecificName>
    88    <Icon>units/athen_champion_marine.png</Icon>
    9     <RequiredTechnology>hellenes/special_iphicratean_reforms</RequiredTechnology>
     9    <RequiredTechnology>hellenes/special_iphicratean_reforms</RequiredTechnology>
    1010  </Identity>
    1111  <VisualActor>
    1212    <Actor>units/athenians/champion_unit_marine.xml</Actor>
    1313  </VisualActor>
    1414</Entity>
  • binaries/data/mods/public/simulation/templates/units/athen_champion_ranged.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_champion_infantry_archer">
    33  <Identity>
    44    <Civ>athen</Civ>
    55    <Lang>greek</Lang>
    6     <GenericName>Scythian Archer</GenericName>
     6    <GenericName>Scythian Archer</GenericName>
    77    <SpecificName>Toxótēs Skythikós</SpecificName>
    88    <History>The Athenian employed Scythian archers as city police and auxillary troops.</History>
    99    <Icon>units/athen_champion_ranged.png</Icon>
    1010  </Identity>
    1111  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/athen_hero_iphicrates.xml

     
    22<Entity parent="template_unit_hero_infantry_javelinist">
    33  <Auras datatype="tokens">athen_hero_iphicrates_1 athen_hero_iphicrates_2</Auras>
    44  <Identity>
    55    <Civ>athen</Civ>
    66    <Lang>greek</Lang>
    7     <GenericName>Iphicrates</GenericName>
     7    <GenericName>Iphicrates</GenericName>
    88    <SpecificName>Iphikratēs</SpecificName>
    99    <Icon>units/hele_hero_xenophon.png</Icon>
    1010  </Identity>
    1111  <VisualActor>
    1212    <Actor>units/athenians/iphicrates.xml</Actor>
  • binaries/data/mods/public/simulation/templates/units/athen_hero_themistocles.xml

     
    22<Entity parent="template_unit_hero_infantry_swordsman">
    33  <Auras datatype="tokens">athen_hero_themistocles_1 athen_hero_themistocles_2</Auras>
    44  <Identity>
    55    <Civ>athen</Civ>
    66    <Lang>greek</Lang>
    7     <GenericName>Themistocles</GenericName>
     7    <GenericName>Themistocles</GenericName>
    88    <SpecificName>Themistoklês</SpecificName>
    99    <History>The general whom persuaded the Athenians to invest their income from silver mines in a war navy of 200 Triremes. A key figure during the Persian Wars, he commanded the victorious Athenian navy at the decisive battle of Salamis in 479 BC. Later, he pursued an active policy against the Persians in the Aegean, thereby laying the foundations of future Athenian power. Ostracised by the Athenians, he was forced to flee to the protection of the Persians.</History>
    1010    <Icon>units/hele_hero_themistocles.png</Icon>
    1111  </Identity>
    1212  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/athen_infantry_javelinist_b.xml

     
    1010    </Entities>
    1111  </Builder>
    1212  <Cost>
    1313    <Resources>
    1414      <food>25</food>
    15       <wood>50</wood>
    16       <metal>25</metal>
     15      <wood>50</wood>
     16      <metal>25</metal>
    1717    </Resources>
    1818  </Cost>
    1919  <Identity>
    2020    <Civ>athen</Civ>
    2121    <Lang>greek</Lang>
  • binaries/data/mods/public/simulation/templates/units/athen_infantry_marine_archer_b.xml

     
    1616    </Resources>
    1717  </Cost>
    1818  <Identity>
    1919    <Civ>athen</Civ>
    2020    <Lang>greek</Lang>
    21     <SelectionGroupName>units/athen_infantry_marine_archer_b</SelectionGroupName>
     21    <SelectionGroupName>units/athen_infantry_marine_archer_b</SelectionGroupName>
    2222    <VisibleClasses datatype="tokens">Mercenary</VisibleClasses>
    2323    <GenericName>Cretan Mercenary Archer</GenericName>
    2424    <SpecificName>Toxótēs Krētikós</SpecificName>
    2525    <History>Mercenary archers from the big island of Crete. They were widely regarded as the best archers in all of Hellas and had a long tradition of hiring themselves out to Hellenic states such as Athens for use aboard Triremes naval vessels. Alexander hired them to accompany him on his world conquest march and while in his service they dueled admirably with the greatly feared eastern archers.</History>
    2626    <Icon>units/hele_infantry_archer.png</Icon>
    27     <RequiredTechnology>hellenes/special_iphicratean_reforms</RequiredTechnology>
     27    <RequiredTechnology>hellenes/special_iphicratean_reforms</RequiredTechnology>
    2828  </Identity>
    2929  <Promotion>
    3030    <Entity>units/athen_infantry_marine_archer_a</Entity>
    3131  </Promotion>
    3232  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/athen_infantry_spearman_b.xml

     
    1515    </Entities>
    1616  </Builder>
    1717  <Identity>
    1818    <Civ>athen</Civ>
    1919    <Lang>greek</Lang>
    20     <SelectionGroupName>units/athen_infantry_spearman_b</SelectionGroupName>
     20    <SelectionGroupName>units/athen_infantry_spearman_b</SelectionGroupName>
    2121    <GenericName>Athenian Hoplite</GenericName>
    22     <SpecificName>Hoplítēs Athēnaîos</SpecificName>
     22    <SpecificName>Hoplítēs Athēnaîos</SpecificName>
    2323    <History>Hoplites were the very symbol of Hellenic prestige and citizenship, armed with a spear and a large round bronze-coated shield known as an aspis. Armor was heavy, with bronze helmets and a cuirass of either bronze or linen, in addition to greaves. Hoplites fought in a tight formation called a phalanx, guarding each other with their shields while they attacked the enemy with their 2.5 meter spear or short iron sword.</History>
    2424    <Icon>units/athen_infantry_spearman.png</Icon>
    2525  </Identity>
    2626  <Promotion>
    2727    <Entity>units/athen_infantry_spearman_a</Entity>
  • binaries/data/mods/public/simulation/templates/units/athen_ship_bireme.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_mechanical_ship_bireme">
    33  <Identity>
    44    <Civ>athen</Civ>
    5     <GenericName>Penteconter</GenericName>
     5    <GenericName>Penteconter</GenericName>
    66    <SpecificName>Pentēkóntoros</SpecificName>
    77    <History>Penteconters were employed from 800 BC, mostly as a light support unit in the Greek navy. After 600 BC, they were only seen in battle in very limited numbers. They were still in use by small states which could not afford a sufficient number of triremes for their navy.</History>
    88    <Icon>units/hele_ship_bireme.png</Icon>
    99  </Identity>
    1010  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/athen_support_female_citizen.xml

     
    44    <Civ>athen</Civ>
    55    <SpecificName>Gýnē Athēnaía</SpecificName>
    66    <GenericName>Athenian Woman</GenericName>
    77    <History>Greek women were kept under tight control by their husbands, rarely leaving the home for anything beyond the necessities of daily life. They could not own anything or be involved in any business or legal transaction. They acted as household cook, nurse, seamstress, and early educator to young children. Spartan women were an exception to the normal code of conduct and enjoyed many freedoms.</History>
    88    <Icon>units/hele_support_female_citizen.png</Icon>
    9     <SelectionGroupName>units/athen_support_female_citizen</SelectionGroupName>
     9    <SelectionGroupName>units/athen_support_female_citizen</SelectionGroupName>
    1010  </Identity>
    1111  <VisualActor>
    1212    <Actor>units/athenians/female_citizen.xml</Actor>
    1313  </VisualActor>
    1414</Entity>
  • binaries/data/mods/public/simulation/templates/units/athen_support_female_citizen_house.xml

     
    44    <BuildTime>30</BuildTime>
    55  </Cost>
    66  <Identity>
    77    <RequiredTechnology>unlock_females_house</RequiredTechnology>
    88  </Identity>
    9 </Entity>
    10  Pas de fin de ligne à la fin du fichier
     9</Entity>
  • binaries/data/mods/public/simulation/templates/units/brit_cavalry_javelinist_b.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_cavalry_ranged_javelinist">
    33  <Identity>
    44    <Civ>brit</Civ>
    5     <SelectionGroupName>units/brit_cavalry_javelinist_b</SelectionGroupName>
     5    <SelectionGroupName>units/brit_cavalry_javelinist_b</SelectionGroupName>
    66    <SpecificName>Gaisaredos</SpecificName>
    77    <GenericName>Raiding Cavalry</GenericName>
    88    <History>The Celts were extremely proficient horsemen and created excellent tack for their mounts. This included an early form of saddle with horns at each corner, giving them a huge edge in terms or control over their counterparts. Since the cavalry was made up of rich nobles armor and fine weapons were in great supply, making them formidable opponents.</History>
    99    <Icon>units/celt_cavalry_javelinist.png</Icon>
    1010  </Identity>
  • binaries/data/mods/public/simulation/templates/units/brit_cavalry_swordsman_b.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_cavalry_melee_swordsman">
    33  <Identity>
    44    <Civ>brit</Civ>
    5     <SelectionGroupName>units/brit_cavalry_swordsman_b</SelectionGroupName>
     5    <SelectionGroupName>units/brit_cavalry_swordsman_b</SelectionGroupName>
    66    <SpecificName>Epos</SpecificName>
    77    <GenericName>Celtic Cavalry</GenericName>
    88    <History>Like a sword, a horse was a sign of nobility and as a result the Celtic cavalry was often better equipped than the infantry. Armor and helmets were common, while weapons consisted of a large bladed spear and a long slashing sword for close combat. Shields could be round, hexagonal, or oval, but the most common was a regular oval body shield with the top and bottom shorn off. Unlike other horseman, the Celts were not afraid to leap off their mount to fight on foot then climb into the saddle again when possible.</History>
    99    <Icon>units/celt_cavalry_swordsman.png</Icon>
    1010    <RequiredTechnology>phase_town</RequiredTechnology>
  • binaries/data/mods/public/simulation/templates/units/brit_champion_infantry.xml

     
    22<Entity parent="template_unit_champion_infantry_swordsman">
    33  <Identity>
    44    <Civ>brit</Civ>
    55    <GenericName>Brythonic Longswordsman</GenericName>
    66    <SpecificName>Delamokludda</SpecificName>
    7     <SelectionGroupName>units/brit_champion_infantry</SelectionGroupName>
     7    <SelectionGroupName>units/brit_champion_infantry</SelectionGroupName>
    88    <History>Two-handed swordsmen from Briton. These men are veteran soldiers who offer their lives in service to their Brythonic lords.</History>
    99    <Icon>units/celt_champion_infantry_brit.png</Icon>
    1010  </Identity>
    1111  <VisualActor>
    1212    <Actor>units/celts/champion_unit_3.xml</Actor>
  • binaries/data/mods/public/simulation/templates/units/brit_infantry_javelinist_b.xml

     
    88      structures/{civ}_wonder
    99    </Entities>
    1010  </Builder>
    1111  <Identity>
    1212    <Civ>brit</Civ>
    13     <SelectionGroupName>units/brit_infantry_javelinist_b</SelectionGroupName>
     13    <SelectionGroupName>units/brit_infantry_javelinist_b</SelectionGroupName>
    1414    <SpecificName>Baguada</SpecificName>
    1515    <History>Gesatae were young men who devoted themselves to war, often serving as mercenaries for other tribes. They were the last Celts to fight stark naked to show their courage, often carrying only a shield with several javelins and a regular Celtic spear. More often than not they were covered in geometric designs painted in woad, a blue dye.</History>
    1616    <Icon>units/celt_infantry_javelinist.png</Icon>
    1717    <RequiredTechnology>phase_town</RequiredTechnology>
    1818  </Identity>
  • binaries/data/mods/public/simulation/templates/units/brit_infantry_spearman_b.xml

     
    44    <Entities datatype="tokens">
    55      structures/brit_crannog
    66      structures/brit_kennel
    77      structures/brit_rotarymill
    88      structures/{civ}_wonder
    9     </Entities>
     9    </Entities>
    1010  </Builder>
    1111  <Identity>
    1212    <Civ>brit</Civ>
    13     <SelectionGroupName>units/brit_infantry_spearman_b</SelectionGroupName>
     13    <SelectionGroupName>units/brit_infantry_spearman_b</SelectionGroupName>
    1414    <SpecificName>Gaeroa</SpecificName>
    1515    <GenericName>Celtic Spearman</GenericName>
    1616    <History>The spear was the main weapon of the Celts, arming the bulk of their forces. The average Celt would only have to take up his long spear and body shield to be ready for battle. While armor was rare, the rabid fighting spirit of the Celts more than made up for in vigor what was lost in protection.</History>
    1717    <Icon>units/celt_infantry_spearman.png</Icon>
    1818  </Identity>
  • binaries/data/mods/public/simulation/templates/units/brit_support_female_citizen.xml

     
    77  </Attack>
    88  <Builder>
    99    <Entities datatype="tokens">
    1010      structures/brit_crannog
    1111      structures/brit_rotarymill
    12     </Entities>
     12    </Entities>
    1313  </Builder>
    1414  <Health>
    1515    <Max op="mul">1.5</Max>
    1616  </Health>
    1717  <Identity>
    1818    <Civ>brit</Civ>
    1919    <SpecificName>Bodu</SpecificName>
    2020    <GenericName>Celtic Woman</GenericName>
    2121    <History>Brythonic women enjoyed many freedoms, especially compared to their Greek and Roman counterparts. Although they did not fight in battle as some believed, they were able to own property and were capable of gaining considerable wealth. Some noblewomen took over power when their husband's died, such as Boudicca of the Iceni. In addition, family trees were drawn up along female lines, men claiming their ancestry through female ancestors.</History>
    2222    <Icon>units/celt_support_female_citizen.png</Icon>
    23     <SelectionGroupName>units/brit_support_female_citizen</SelectionGroupName>
     23    <SelectionGroupName>units/brit_support_female_citizen</SelectionGroupName>
    2424  </Identity>
    2525  <VisualActor>
    2626    <Actor>units/celts/female_citizen.xml</Actor>
    2727  </VisualActor>
    2828</Entity>
  • binaries/data/mods/public/simulation/templates/units/brit_support_female_citizen_house.xml

     
    44    <BuildTime>30</BuildTime>
    55  </Cost>
    66  <Identity>
    77    <RequiredTechnology>unlock_females_house</RequiredTechnology>
    88  </Identity>
    9 </Entity>
    10  Pas de fin de ligne à la fin du fichier
     9</Entity>
  • binaries/data/mods/public/simulation/templates/units/brit_war_dog_b.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_dog">
    33  <Identity>
    44    <Civ>brit</Civ>
    5     <SelectionGroupName>units/brit_war_dog_b</SelectionGroupName>
    6     <SpecificName>Coun</SpecificName>
     5    <SelectionGroupName>units/brit_war_dog_b</SelectionGroupName>
     6    <SpecificName>Coun</SpecificName>
    77    <History>The Celts used large dogs such as mastiffs or wolfhounds in combat, especially against enemy cavalry. The Romans were very impressed with the strength and ferocity of these dogs. Many were brought back to Rome for the gladiator arena or to serve as guard dogs.</History>
    88    <Icon>units/celt_war_dog.png</Icon>
    99  </Identity>
    1010  <Promotion>
    1111    <Entity>units/brit_war_dog_a</Entity>
  • binaries/data/mods/public/simulation/templates/units/cart_cavalry_spearman_ital_b.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_cavalry_melee_spearman">
    33  <Cost>
    44    <Resources>
    55      <food>75</food>
    6       <wood>50</wood>
    7       <metal>25</metal>
     6      <wood>50</wood>
     7      <metal>25</metal>
    88    </Resources>
    99  </Cost>
    1010  <Identity>
    1111    <Civ>cart</Civ>
    1212    <SelectionGroupName>units/cart_cavalry_spearman_ital_b</SelectionGroupName>
  • binaries/data/mods/public/simulation/templates/units/cart_cavalry_swordsman_gaul_b.xml

     
    66      <metal>35</metal>
    77    </Resources>
    88  </Cost>
    99  <Identity>
    1010    <Civ>cart</Civ>
    11     <SelectionGroupName>units/cart_cavalry_swordsman_gaul_b</SelectionGroupName>
     11    <SelectionGroupName>units/cart_cavalry_swordsman_gaul_b</SelectionGroupName>
    1212    <GenericName>Gallic Mercenary Cavalry</GenericName>
    13     <SpecificName>Ḥayyāl Ḥerev Raḫūv</SpecificName>
     13    <SpecificName>Ḥayyāl Ḥerev Raḫūv</SpecificName>
    1414    <Classes datatype="tokens">Celt</Classes>
    1515    <VisibleClasses datatype="tokens">Mercenary</VisibleClasses>
    1616    <History>Like a sword, a horse was a sign of nobility and as a result the Celtic cavalry was often better equipped than the infantry. Armor and helmets were common, while weapons consisted of a large bladed spear and a long slashing sword for close combat. Shields could be round, hexagonal, or oval, but the most common was a regular oval body shield with the top and bottom shorn off. Unlike other horseman, the Celts were not afraid to leap off their mount to fight on foot then climb into the saddle again when possible.</History>
    1717    <Icon>units/cart_cavalry_swordsman_2.png</Icon>
    1818  </Identity>
  • binaries/data/mods/public/simulation/templates/units/cart_champion_cavalry.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_champion_cavalry_spearman">
    33  <Identity>
    44    <Civ>cart</Civ>
    5     <GenericName>Sacred Band Cavalry</GenericName>
     5    <GenericName>Sacred Band Cavalry</GenericName>
    66    <SpecificName>Sacred Band of Astarte</SpecificName>
    77    <History>The Sacred Band of Astarte was an elite cavalry regiment recruited from amongst the upper class of the city.</History>
    88    <Icon>units/cart_sacred_band_cavalry.png</Icon>
    99  </Identity>
    1010  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/cart_champion_elephant.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_champion_elephant_melee">
    33  <Identity>
    44    <Civ>cart</Civ>
    5     <GenericName>North African War Elephant</GenericName>
     5    <GenericName>North African War Elephant</GenericName>
    66    <SpecificName>Pil Malḥamit</SpecificName>
    77    <Icon>units/cart_champion_cavalry.png</Icon>
    88    <History>By far the most famous of Carthaginian weapons was the small, ugly, and now extinct, North African forest elephants. Going into battle without a war tower carrying only a driver, Carthaginian war elephants were used as terror weapons: horses could not stand their smell, inexperienced troops were frightened, and the havoc they could cause was immense. Yet by the time of the Second Punic War elephants were at the end of their time. Armies had learned the weaknesses of the giant beasts, specifically how to hamstring and confuse them. More often than not a war elephant could be just as dangerous to its own side as the enemy.</History>
    99  </Identity>
    1010  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/cart_champion_infantry.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_champion_infantry_spearman">
    33  <Identity>
    44    <Civ>cart</Civ>
    5     <GenericName>Sacred Band Infantry</GenericName>
     5    <GenericName>Sacred Band Infantry</GenericName>
    66    <SpecificName>Sacred Band of Ba'al</SpecificName>
    77    <History>The Sacred Band was a group of elite infantry dedicated to the service of the Phoenician god Ba'al. In addition to providing crack troops, the unit trained Carthaginians aspiring to command Punic mercenary armies. Specially picked troops carried the unit standard emblazoned with the symbols of Carthage into battle.</History>
    88    <Icon>units/cart_champion_infantry.png</Icon>
    99  </Identity>
    1010  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/cart_champion_pikeman.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_champion_infantry_pikeman">
    33  <Identity>
    44    <Civ>cart</Civ>
    5     <GenericName>Sacred Band Pikeman</GenericName>
     5    <GenericName>Sacred Band Pikeman</GenericName>
    66    <SpecificName>Mašal</SpecificName>
    77    <History>The Sacred Band was a group of elite troops dedicated to the service of the Phoenician god Ba'al. In addition to providing crack troops, the unit trained Carthaginians aspiring to command Punic mercenary armies. Specially picked troops carried the unit standard emblazoned with the symbols of Carthage into battle.</History>
    88    <Icon>units/cart_champion_infantry.png</Icon>
    99  </Identity>
    1010  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/cart_hero_maharbal.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_hero_cavalry_spearman">
    33  <Auras datatype="tokens">cart_hero_maharbal</Auras>
    44  <Identity>
    55    <Civ>cart</Civ>
    6     <GenericName>Maharbal</GenericName>
     6    <GenericName>Maharbal</GenericName>
    77    <SpecificName>Maharbaʿal</SpecificName>
    88    <History>Maharbal was Hannibal Barca's "brash young cavalry commander" during the 2nd Punic War. He is credited with turning the wing of the legions at Cannae resulting in defeat in which 30,000 of 50,000 Romans were lost, as well as significant contributions to the winning of many other battles during the 2nd Punic War. He is known for having said, after the battle of Cannae, "Hannibal, you know how to win the victory; just not what to do with it."</History>
    99    <Icon>units/cart_hero_maharbal.png</Icon>
    1010  </Identity>
    1111  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/cart_infantry_archer_b.xml

     
    99      structures/{civ}_wonder
    1010    </Entities>
    1111  </Builder>
    1212  <Identity>
    1313    <Civ>cart</Civ>
    14     <SelectionGroupName>units/cart_infantry_archer_b</SelectionGroupName>
     14    <SelectionGroupName>units/cart_infantry_archer_b</SelectionGroupName>
    1515    <GenericName>Mauritanian Archer</GenericName>
    1616    <SpecificName>Qešet</SpecificName>
    1717    <VisibleClasses datatype="tokens">Mercenary</VisibleClasses>
    1818    <Icon>units/cart_infantry_archer.png</Icon>
    1919  </Identity>
  • binaries/data/mods/public/simulation/templates/units/cart_ship_bireme.xml

     
    44    <Square width="8.0" depth="31.0"/>
    55    <Height>10.0</Height>
    66  </Footprint>
    77  <Identity>
    88    <Civ>cart</Civ>
    9     <GenericName>Bireme</GenericName>
     9    <GenericName>Bireme</GenericName>
    1010    <SpecificName>Du-Mašōt</SpecificName>
    1111    <Icon>units/cart_ship_bireme.png</Icon>
    1212  </Identity>
    1313  <VisualActor>
    1414    <Actor>structures/carthaginians/bireme.xml</Actor>
  • binaries/data/mods/public/simulation/templates/units/cart_ship_quinquereme.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_mechanical_ship_quinquereme">
    33  <Identity>
    44    <Civ>cart</Civ>
    5     <GenericName>Quinquereme</GenericName>
     5    <GenericName>Quinquereme</GenericName>
    66    <SpecificName>Ḥameš-Mašōt</SpecificName>
    77    <Icon>units/cart_ship_quinquereme.png</Icon>
    88  </Identity>
    99  <VisualActor>
    1010    <Actor>structures/carthaginians/quinquereme.xml</Actor>
  • binaries/data/mods/public/simulation/templates/units/cart_ship_trireme.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_mechanical_ship_trireme">
    33  <Identity>
    44    <Civ>cart</Civ>
    5     <GenericName>Trireme</GenericName>
     5    <GenericName>Trireme</GenericName>
    66    <SpecificName>Tlat-Mašōt</SpecificName>
    77    <History>The first Triremes were built circa 650BC, and by 500BC the Trireme was the most widely used heavy warship of the Greek city-states. In the Trireme the outriggers were now an integral part of the ship's hull. The Trireme also had a partial or full fighting deck above the rowers. The length of the Trireme remained approximately 35-38 meters, and the beam was approximately 3.5 metres. A Trireme carried 170 oarsmen, plus twenty sailors and fourteen marines in Greek navies. The top speed of a Trireme was approximately 11.5 knots. Some Triremes may have been able to reach higher speeds in short bursts. A Trireme travelling from Athens to Mitylene in 427BC made the 350 kilometre trip in only 24 hours, averaging eight knots (14.6 km/h). The Trireme could accelerate much faster than a Bireme or Penteconter, and was much more manoeuvrable. This gave the Trireme an advantage in combat, where higher speed and manoeuvrability meant a better chance of victory.</History>
    88    <Icon>units/cart_ship_trireme.png</Icon>
    99  </Identity>
    1010  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/cart_support_female_citizen.xml

     
    44    <Civ>cart</Civ>
    55    <SpecificName>Aštāh</SpecificName>
    66    <GenericName>Carthaginian Woman</GenericName>
    77    <History>Unlike many ancient cities, Carthage was found by a woman; Queen Dido, hailing originally from Tyre. Carthaginian women were famous for their beauty and were capable of extremely hard physical work. The records written about the Third Punic War mentioned that all citizens of Carthage, including the women, worked incessantly to manufacture weapons and prepare the city for siege. The women even cut their own hair for use in the springs of artillery pieces.</History>
    88    <Icon>units/cart_support_female_citizen.png</Icon>
    9     <SelectionGroupName>units/cart_support_female_citizen</SelectionGroupName>
     9    <SelectionGroupName>units/cart_support_female_citizen</SelectionGroupName>
    1010  </Identity>
    1111  <VisualActor>
    1212    <Actor>units/carthaginians/female_citizen.xml</Actor>
    1313  </VisualActor>
    1414</Entity>
  • binaries/data/mods/public/simulation/templates/units/cart_support_female_citizen_house.xml

     
    44    <BuildTime>30</BuildTime>
    55  </Cost>
    66  <Identity>
    77    <RequiredTechnology>unlock_females_house</RequiredTechnology>
    88  </Identity>
    9 </Entity>
    10  Pas de fin de ligne à la fin du fichier
     9</Entity>
  • binaries/data/mods/public/simulation/templates/units/gaul_cavalry_javelinist_b.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_cavalry_ranged_javelinist">
    33  <Identity>
    44    <Civ>gaul</Civ>
    5     <SelectionGroupName>units/gaul_cavalry_javelinist_b</SelectionGroupName>
     5    <SelectionGroupName>units/gaul_cavalry_javelinist_b</SelectionGroupName>
    66    <SpecificName>Gaisaredos</SpecificName>
    77    <History>The Celts were extremely proficient horsemen and created excellent tack for their mounts. This included an early form of saddle with horns at each corner, giving them a huge edge in terms or control over their counterparts. Since the cavalry was made up of rich nobles armor and fine weapons were in great supply, making them formidable opponents.</History>
    88    <Icon>units/celt_cavalry_javelinist.png</Icon>
    99  </Identity>
    1010  <Promotion>
  • binaries/data/mods/public/simulation/templates/units/gaul_cavalry_swordsman_b.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_cavalry_melee_swordsman">
    33  <Identity>
    44    <Civ>gaul</Civ>
    5     <SelectionGroupName>units/gaul_cavalry_swordsman_b</SelectionGroupName>
     5    <SelectionGroupName>units/gaul_cavalry_swordsman_b</SelectionGroupName>
    66    <SpecificName>Epos</SpecificName>
    77    <History>Like a sword, a horse was a sign of nobility and as a result the Celtic cavalry was often better equipped than the infantry. Armor and helmets were common, while weapons consisted of a large bladed spear and a long slashing sword for close combat. Shields could be round, hexagonal, or oval, but the most common was a regular oval body shield with the top and bottom shorn off. Unlike other horseman, the Celts were not afraid to leap off their mount to fight on foot then climb into the saddle again when possible.</History>
    88    <Icon>units/celt_cavalry_swordsman.png</Icon>
    99    <RequiredTechnology>phase_town</RequiredTechnology>
    1010  </Identity>
  • binaries/data/mods/public/simulation/templates/units/gaul_champion_cavalry.xml

     
    22<Entity parent="template_unit_champion_cavalry_spearman">
    33  <Identity>
    44    <Civ>gaul</Civ>
    55    <GenericName>Gallic Noble Cavalry</GenericName>
    66    <SpecificName>Gallic Brihent</SpecificName>
    7     <SelectionGroupName>units/gaul_champion_cavalry</SelectionGroupName>
     7    <SelectionGroupName>units/gaul_champion_cavalry</SelectionGroupName>
    88    <History>In Gaul we know of heavy cavalry, possibly predecessors to later knights. They used a Celtic lance overhand, a good shield, and wore good armor. Vercingetorix was famous for having a number of them, but their use long precedes him. Heavy Celtic horsemen are found in graves as early as the 600s, with scale coats. Later, with the advent of mail, their armor would largely change to this. They would be experienced, aristocratic or noblemen, or their retainers equipped in kind. Each man would probably have several personal attendants. Some would be powerful noblemen, such as chiefs and kings. In battle, they would be on par with much of the best heavy cavalry in western Europe, due to superior armor, such as mail armor with additional layers of mail over the vital organs, weapons such as high-quality iron spearheads, swords, and a thong of javelins, giving them versatility, and years of experience and training. Their historical use saw them capable of breaking even well-defended positions, or acting to great effect in flanking manuevers.</History>
    99    <Icon>units/celt_champion_cavalry_gaul.png</Icon>
    1010  </Identity>
    1111  <VisualActor>
    1212    <Actor>units/celts/champion_unit_2.xml</Actor>
  • binaries/data/mods/public/simulation/templates/units/gaul_champion_cavalry_barracks.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="units/gaul_champion_cavalry">
    33  <Identity>
    44    <RequiredTechnology>unlock_champion_units</RequiredTechnology>
    55  </Identity>
    6 </Entity>
    7  Pas de fin de ligne à la fin du fichier
     6</Entity>
  • binaries/data/mods/public/simulation/templates/units/gaul_champion_infantry.xml

     
    22<Entity parent="template_unit_champion_infantry_swordsman">
    33  <Identity>
    44    <Civ>gaul</Civ>
    55    <GenericName>Heavy Swordsman</GenericName>
    66    <SpecificName>Solduros</SpecificName>
    7     <SelectionGroupName>units/gaul_champion_infantry</SelectionGroupName>
     7    <SelectionGroupName>units/gaul_champion_infantry</SelectionGroupName>
    88    <History>The sword among Celts varies in reputation and commonality. Shortswords, essentially truly just long, broad-bladed daggers, were common, but cheaply made, and most likely the swords refered to as bending after a hard strike, and needing bent back into place. The iron construction of longswords, such as used here, was greatly superior, but also much more expensive. The longsword was primarily a weapon of aristocracy and experienced professional soldiers, who could either afford the weapon, have it made for them by their lord as a reward for service, passed down to them by family, or looted from the field.</History>
    99    <Icon>units/celt_champion_infantry_gaul.png</Icon>
    1010  </Identity>
    1111  <VisualActor>
    1212    <Actor>units/celts/champion_unit_1.xml</Actor>
  • binaries/data/mods/public/simulation/templates/units/gaul_champion_infantry_barracks.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="units/gaul_champion_infantry">
    33  <Identity>
    44    <RequiredTechnology>unlock_champion_units</RequiredTechnology>
    55  </Identity>
    6 </Entity>
    7  Pas de fin de ligne à la fin du fichier
     6</Entity>
  • binaries/data/mods/public/simulation/templates/units/gaul_support_female_citizen.xml

     
    1717    <Civ>gaul</Civ>
    1818    <SpecificName>Bodu</SpecificName>
    1919    <GenericName>Celtic Woman</GenericName>
    2020    <History>Gallic women enjoyed many freedoms, especially compared to their Greek and Roman counterparts. Although they did not fight in battle as some believed, they were able to own property and were capable of gaining considerable wealth. Some noblewomen took over power when their husband's died, such as Boudicca of the Iceni. In addition, family trees were drawn up along female lines, men claiming their ancestry through female ancestors.</History>
    2121    <Icon>units/celt_support_female_citizen.png</Icon>
    22     <SelectionGroupName>units/gaul_support_female_citizen</SelectionGroupName>
     22    <SelectionGroupName>units/gaul_support_female_citizen</SelectionGroupName>
    2323  </Identity>
    2424  <VisualActor>
    2525    <Actor>units/celts/female_citizen.xml</Actor>
    2626  </VisualActor>
    2727</Entity>
  • binaries/data/mods/public/simulation/templates/units/gaul_support_female_citizen_house.xml

     
    44    <BuildTime>30</BuildTime>
    55  </Cost>
    66  <Identity>
    77    <RequiredTechnology>unlock_females_house</RequiredTechnology>
    88  </Identity>
    9 </Entity>
    10  Pas de fin de ligne à la fin du fichier
     9</Entity>
  • binaries/data/mods/public/simulation/templates/units/iber_cavalry_javelinist_a.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="units/iber_cavalry_javelinist_b">
    33  <Identity>
    4     <Rank>Advanced</Rank>
     4    <Rank>Advanced</Rank>
    55  </Identity>
    66  <Promotion>
    77    <Entity>units/iber_cavalry_javelinist_e</Entity>
    88  </Promotion>
    99  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/iber_cavalry_javelinist_b.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_cavalry_ranged_javelinist">
    33  <Identity>
    44    <Civ>iber</Civ>
    5     <SelectionGroupName>units/iber_cavalry_javelinist_b</SelectionGroupName>
     5    <SelectionGroupName>units/iber_cavalry_javelinist_b</SelectionGroupName>
    66    <SpecificName>Kantabriako Zaldun</SpecificName>
    77    <Icon>units/iber_cavalry_javelinist.png</Icon>
    88  </Identity>
    99  <Promotion>
    1010    <Entity>units/iber_cavalry_javelinist_a</Entity>
  • binaries/data/mods/public/simulation/templates/units/iber_cavalry_javelinist_e.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="units/iber_cavalry_javelinist_a">
    33  <Identity>
    4     <Rank>Elite</Rank>
     4    <Rank>Elite</Rank>
    55  </Identity>
    66  <Promotion disable=""/>
    77  <VisualActor>
    88    <Actor>units/iberians/cavalry_javelinist_e.xml</Actor>
    99  </VisualActor>
  • binaries/data/mods/public/simulation/templates/units/iber_cavalry_spearman_b.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_cavalry_melee_spearman">
    33  <Identity>
    44    <Civ>iber</Civ>
    5     <SelectionGroupName>units/iber_cavalry_spearman_b</SelectionGroupName>
     5    <SelectionGroupName>units/iber_cavalry_spearman_b</SelectionGroupName>
    66    <SpecificName>Lantzari</SpecificName>
    77    <Icon>units/iber_cavalry_spearman.png</Icon>
    88    <History>Armed like the light infantry, Iberian cavalry were often pursued as mercenaries, especially by the Carthaginians. Mounted on excellent horses and wielding high-grade swords they were capable of taking on heavy or light cavalry. As with all Iberians armor was scarce, but they wore the ubiquitous sinew caps made famous by the peoples of the peninsula.</History>
    99    <RequiredTechnology>phase_town</RequiredTechnology>
    1010  </Identity>
  • binaries/data/mods/public/simulation/templates/units/iber_champion_cavalry_barracks.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="units/iber_champion_cavalry">
    33  <Identity>
    44    <RequiredTechnology>unlock_champion_units</RequiredTechnology>
    55  </Identity>
    6 </Entity>
    7  Pas de fin de ligne à la fin du fichier
     6</Entity>
  • binaries/data/mods/public/simulation/templates/units/iber_champion_infantry.xml

     
    22<Entity parent="template_unit_champion_infantry_swordsman">
    33  <Identity>
    44    <Civ>iber</Civ>
    55    <SpecificName>Leial Ezpatari</SpecificName>
    66    <Icon>units/iber_champion_infantry.png</Icon>
    7     <SelectionGroupName>units/iber_champion_infantry</SelectionGroupName>
     7    <SelectionGroupName>units/iber_champion_infantry</SelectionGroupName>
    88    <History>The Devoted were war-hardened veterans of Iberian mercenaries hired out by foreign powers to fight in far-off conflicts. Fighting with and against diverse types of opponents, these men were deeply knowledgeable about various fighting styles and tactics. Once they had returned home from combat they were lavishly taken care of, rising to important positions in society.</History>
    99  </Identity>
    1010  <VisualActor>
    1111    <Actor>units/iberians/champion_unit_1.xml</Actor>
    1212  </VisualActor>
  • binaries/data/mods/public/simulation/templates/units/iber_champion_infantry_barracks.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="units/iber_champion_infantry">
    33  <Identity>
    44    <RequiredTechnology>unlock_champion_units</RequiredTechnology>
    55  </Identity>
    6 </Entity>
    7  Pas de fin de ligne à la fin du fichier
     6</Entity>
  • binaries/data/mods/public/simulation/templates/units/iber_infantry_javelinist_b.xml

     
    55      structures/iber_monument
    66    </Entities>
    77  </Builder>
    88  <Identity>
    99    <Civ>iber</Civ>
    10     <SelectionGroupName>units/iber_infantry_javelinist_b</SelectionGroupName>
     10    <SelectionGroupName>units/iber_infantry_javelinist_b</SelectionGroupName>
    1111    <SpecificName>Lusitano Ezpatari</SpecificName>
    1212    <History>Iberians, especially the Lusitanians, were good at ranged combat and ambushing enemy columns. They throw heavy iron javelins and sometimes even add burning pitch to them, making them good as a cheap siege weapon.</History>
    13     <Icon>units/iber_infantry_javelinist.png</Icon>
     13    <Icon>units/iber_infantry_javelinist.png</Icon>
    1414  </Identity>
    1515  <Promotion>
    1616    <Entity>units/iber_infantry_javelinist_a</Entity>
    1717  </Promotion>
    1818  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/iber_infantry_slinger_b.xml

     
    55      structures/iber_monument
    66    </Entities>
    77  </Builder>
    88  <Identity>
    99    <Civ>iber</Civ>
    10     <SelectionGroupName>units/iber_infantry_slinger_b</SelectionGroupName>
     10    <SelectionGroupName>units/iber_infantry_slinger_b</SelectionGroupName>
    1111    <SpecificName>Habailari</SpecificName>
    1212    <Icon>units/iber_infantry_slinger.png</Icon>
    1313    <History>Iberian slingers were the undisputed masters of the weapon and extracted a high toll of the enemy. Going into combat scantily clad at best, the slinger carried three slings tied around his waist, each of a different length allowing him to attack opponents from all ranges. Unlike other cultures, the Iberian slingers threw rocks instead of specially made lead shot.</History>
    1414    <RequiredTechnology>phase_town</RequiredTechnology>
    1515  </Identity>
  • binaries/data/mods/public/simulation/templates/units/iber_infantry_spearman_b.xml

     
    55      structures/iber_monument
    66    </Entities>
    77  </Builder>
    88  <Identity>
    99    <Civ>iber</Civ>
    10     <SelectionGroupName>units/iber_infantry_spearman_b</SelectionGroupName>
     10    <SelectionGroupName>units/iber_infantry_spearman_b</SelectionGroupName>
    1111    <SpecificName>Ezkutari</SpecificName>
    1212    <Icon>units/iber_infantry_spearman.png</Icon>
    1313    <History>A long-bladed spear was a chief melee weapon of the Iberian infantry, often used after the javelins had been thrown. Typically carried by infantry known as scutarii for their long oval body shields, the spearmen would close in formation to attack their opponents. Usually lightly armored, they were quick and had a ferocious reputation.</History>
    1414    <RequiredTechnology>phase_town</RequiredTechnology>
    1515  </Identity>
  • binaries/data/mods/public/simulation/templates/units/iber_infantry_swordsman_b.xml

     
    55      structures/iber_monument
    66    </Entities>
    77  </Builder>
    88  <Identity>
    99    <Civ>iber</Civ>
    10     <SelectionGroupName>units/iber_infantry_swordsman_b</SelectionGroupName>
     10    <SelectionGroupName>units/iber_infantry_swordsman_b</SelectionGroupName>
    1111    <SpecificName>Ezpatari</SpecificName>
    1212    <Icon>units/iber_infantry_swordsman.png</Icon>
    1313    <History>The Iberians were master sword-smiths and the falcata was their greatest creation. Wielded by superb swordsmen equipped with light armor and a buckler known as a caetra, they caused untold carnage. Thanks to this Iberian infantry were fast and agile unlike many of their opponents and could bite hard when they attacked. Their skill with sword and buckler were legendary, allowing them to go toe-to-toe with heavy infantry.</History>
    1414  </Identity>
    1515  <Promotion>
  • binaries/data/mods/public/simulation/templates/units/iber_support_female_citizen.xml

     
    33  <Identity>
    44    <Civ>iber</Civ>
    55    <SpecificName>Emazteki</SpecificName>
    66    <GenericName>Iberian Woman</GenericName>
    77    <Icon>units/iber_support_female_citizen.png</Icon>
    8     <SelectionGroupName>units/iber_support_female_citizen</SelectionGroupName>
     8    <SelectionGroupName>units/iber_support_female_citizen</SelectionGroupName>
    99    <History>Iberian women were privileged members of society, equal in rank to men and superior in some areas. For instance a woman would inherit her father's wealth and then distribute it among male family members, in addition to finding wives for her brothers. Manual labor was a common activity, including farming and ditch digging, for which women received pay. Marriage and other commitments to individuals were fervently embraced by both genders. Iberian women were also capable of slaying their own children to prevent them from being captured.</History>
    1010  </Identity>
    1111  <VisualActor>
    1212    <Actor>units/iberians/female_citizen.xml</Actor>
    1313  </VisualActor>
  • binaries/data/mods/public/simulation/templates/units/iber_support_female_citizen_house.xml

     
    44    <BuildTime>30</BuildTime>
    55  </Cost>
    66  <Identity>
    77    <RequiredTechnology>unlock_females_house</RequiredTechnology>
    88  </Identity>
    9 </Entity>
    10  Pas de fin de ligne à la fin du fichier
     9</Entity>
  • binaries/data/mods/public/simulation/templates/units/iber_support_healer_b.xml

     
    22<Entity parent="template_unit_support_healer">
    33  <Identity>
    44    <Civ>iber</Civ>
    55    <Gender>female</Gender>
    66    <SelectionGroupName>units/iber_support_healer_b</SelectionGroupName>
    7     <GenericName>Priestess of Ataekina</GenericName>
     7    <GenericName>Priestess of Ataekina</GenericName>
    88    <SpecificName>Emakumezko Apaiz de Ataekina</SpecificName>
    99    <History>To the best of our knowledge, only one 'temple'-like structure has been found on the Iberian Peninsula dating from the times and the Iberians worshipped their pantheon of gods at small home altars; however, a very special sculptured head and torso was found in a farmer's field around the turn of the 20th century of a personage who was obviously someone of great substance. As the two principal gods, of the many worshipped, were male Endovellikos and female Ataekina, we thought it would be nice to adopt The Lady of Elche as our priestess-healer representing Ataekina. We know from archaeology and the Romans that Ataekina was associated with spring, the changing of seasons, and nature in general. Ataekina also seems to have been associated with the cycle of birth-death-rebirth.</History>
    1010    <Icon>units/iber_support_healer.png</Icon>
    1111    <Rank>Basic</Rank>
    1212  </Identity>
  • binaries/data/mods/public/simulation/templates/units/mace_cavalry_javelinist_b.xml

     
    22<Entity parent="template_unit_cavalry_ranged_javelinist">
    33  <Cost>
    44    <Resources>
    55      <food>50</food>
    66      <wood>50</wood>
    7       <metal>25</metal>
     7      <metal>25</metal>
    88    </Resources>
    99  </Cost>
    1010  <Identity>
    1111    <Civ>mace</Civ>
    1212    <Lang>greek</Lang>
    13     <SelectionGroupName>units/mace_cavalry_javelinist_b</SelectionGroupName>
    14     <GenericName>Odrysian Skirmish Cavalry</GenericName>
     13    <SelectionGroupName>units/mace_cavalry_javelinist_b</SelectionGroupName>
     14    <GenericName>Odrysian Skirmish Cavalry</GenericName>
    1515    <SpecificName>Hippakontistḕs Odrysós</SpecificName>
    1616    <History>Thracian cavalry skirmishers were recruited from the Odrysian tribe of central Thrace.</History>
    1717    <Icon>units/mace_cavalry_javelinist.png</Icon>
    1818    <RequiredTechnology>phase_town</RequiredTechnology>
    1919  </Identity>
  • binaries/data/mods/public/simulation/templates/units/mace_champion_cavalry.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_champion_cavalry_spearman">
    33  <Identity>
    44    <Civ>mace</Civ>
    55    <Lang>greek</Lang>
    6     <GenericName>Companion Cavalry</GenericName>
     6    <GenericName>Companion Cavalry</GenericName>
    77    <SpecificName>Hetaîros</SpecificName>
    88    <History>The Hetairoi, or Companion cavalry, were a preferred general stand in Macedonian armies. Macedonian noblemen made up this elite cavalry unit, which was key to victory for Macedonian kings starting with Philip II, who increased their number from 600 to several thousand.</History>
    99    <Icon>units/hele_champion_cavalry_mace.png</Icon>
    10     <SelectionGroupName>units/mace_champion_cavalry</SelectionGroupName>
     10    <SelectionGroupName>units/mace_champion_cavalry</SelectionGroupName>
    1111  </Identity>
    1212  <VisualActor>
    1313    <Actor>units/macedonians/champion_cavalry.xml</Actor>
    1414  </VisualActor>
    1515</Entity>
  • binaries/data/mods/public/simulation/templates/units/mace_champion_infantry_a.xml

     
    55    <Lang>greek</Lang>
    66    <GenericName>Macedonian Shield Bearer</GenericName>
    77    <SpecificName>Hypaspistḗs</SpecificName>
    88    <History>The Hypaspistai, or "shield bearers", were the flower of the Macedonian infantry. They were the most battle hardened veterans within the army and followed Philip II and Alexander the Great into over a dozen full scale engagements. These heavily armed and opulently armored units acted as an intermediary between the phalanx and the cavalry arm, many times charging headlong with Alexander into a breech in the enemy lines. Sometimes they fought as slow pikemen, like the Pezhetairoi with 6 meter "sarissas", and other times they fought as Hoplites with large aspides and 2.5 meter-long spears, or "dorata". In later times they became known as the Argyraspidai, or "Silver Shields" when Alexander bestowed upon them armor and shields plated in pure silver, and played a decisive role in the early Diadochoi Wars of Alexander's "Successors."</History>
    99    <Icon>units/macedonian_hypaspist.png</Icon>
    10     <SelectionGroupName>units/mace_champion_infantry_a</SelectionGroupName>
    11     <RequiredTechnology>phase_city</RequiredTechnology>
     10    <SelectionGroupName>units/mace_champion_infantry_a</SelectionGroupName>
     11    <RequiredTechnology>phase_city</RequiredTechnology>
    1212  </Identity>
    1313  <Promotion>
    1414    <Entity>units/mace_champion_infantry_e</Entity>
    1515    <RequiredXp>2000</RequiredXp>
    1616  </Promotion>
  • binaries/data/mods/public/simulation/templates/units/mace_hero_alexander.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_hero_cavalry_swordsman">
    3   <Auras datatype="tokens">mace_hero_alexander</Auras>
    43  <Attack>
    54    <Melee>
    6       <Bonuses>
    7         <Herocide>
    8           <Classes>Hero</Classes>
    9           <Multiplier>1.2</Multiplier>
    10         </Herocide>
    11       </Bonuses>
     5      <Bonuses>
     6        <Herocide>
     7          <Classes>Hero</Classes>
     8          <Multiplier>1.2</Multiplier>
     9        </Herocide>
     10      </Bonuses>
    1211    </Melee>
    1312  </Attack>
     13  <Auras datatype="tokens">mace_hero_alexander</Auras>
    1414  <Cost>
    1515    <Resources>
    1616      <metal>300</metal>
    1717    </Resources>
    1818  </Cost>
  • binaries/data/mods/public/simulation/templates/units/mace_hero_pyrrhus.xml

     
    1010    <Icon>units/mace_hero_pyrrhus.png</Icon>
    1111  </Identity>
    1212  <VisualActor>
    1313    <Actor>units/macedonians/pyrrhus_horse.xml</Actor>
    1414  </VisualActor>
    15 </Entity>
    16  Pas de fin de ligne à la fin du fichier
     15</Entity>
  • binaries/data/mods/public/simulation/templates/units/mace_infantry_archer_b.xml

     
    1414    </Resources>
    1515  </Cost>
    1616  <Identity>
    1717    <Civ>mace</Civ>
    1818    <Lang>greek</Lang>
    19     <SelectionGroupName>units/mace_infantry_archer_b</SelectionGroupName>
     19    <SelectionGroupName>units/mace_infantry_archer_b</SelectionGroupName>
    2020    <GenericName>Cretan Mercenary Archer</GenericName>
    2121    <SpecificName>Toxótēs Krētikós</SpecificName>
    2222    <VisibleClasses datatype="tokens">Mercenary</VisibleClasses>
    2323    <History>Mercenary archers from the big island of Crete. They were widely regarded as the best archers in all of Hellas and had a long tradition of hiring themselves out to Hellenic states such as Athens for use aboard Triremes naval vessels. Alexander hired them to accompany him on his world conquest march and while in his service they dueled admirably with the greatly feared eastern archers.</History>
    2424    <Icon>units/hele_infantry_archer.png</Icon>
  • binaries/data/mods/public/simulation/templates/units/mace_infantry_javelinist_b.xml

     
    88    </Entities>
    99  </Builder>
    1010  <Identity>
    1111    <Civ>mace</Civ>
    1212    <Lang>greek</Lang>
    13     <SelectionGroupName>units/mace_infantry_javelinist_b</SelectionGroupName>
    14     <GenericName>Agrianian Peltast</GenericName>
     13    <SelectionGroupName>units/mace_infantry_javelinist_b</SelectionGroupName>
     14    <GenericName>Agrianian Peltast</GenericName>
    1515    <SpecificName>Peltastḗs Agrías</SpecificName>
    1616    <History>Peltasts were javelinists originating in Thrace but their form of combat was widely copied by the Hellenes, Macedonians, and Persians. Equipped with a small oval or crescent shield, a peltast would charge at enemy formations whilst hurling his javelins then fall back to avoid close combat. They wore no armor and were at a significant disadvantage against heavy infantry and cavalry, relying on their speed and skill for survival. Agrianians are a Thracian tribe who sold their services to the Macedonians as mercenaries and added a much needed ranged and skirmishing ability to Macedonian armies.</History>
    1717    <Icon>units/mace_infantry_javelinist.png</Icon>
    1818  </Identity>
    1919  <Promotion>
  • binaries/data/mods/public/simulation/templates/units/mace_infantry_pikeman_b.xml

     
    99  </Builder>
    1010  <Identity>
    1111    <Civ>mace</Civ>
    1212    <Lang>greek</Lang>
    1313    <SelectionGroupName>units/mace_infantry_pikeman_b</SelectionGroupName>
    14     <GenericName>Foot Companion</GenericName>
     14    <GenericName>Foot Companion</GenericName>
    1515    <SpecificName>Pezétairos</SpecificName>
    1616    <History>'Foot Companions', these were the elite troops from the Macedonian phalanx, whom carried their Sarissas with both hands, the white shields being attached to their armor. The Sarissa and the new tactics they used were developed by Philip II under Theban influence. If properly protected by cavalry on both sides, the Pezhetairoi were virtually invincible to any kind of enemy unit. They were always deployed in deep formations of 16+.</History>
    1717    <Icon>units/hele_champion_infantry_mace.png</Icon>
    1818  </Identity>
    1919  <Promotion>
  • binaries/data/mods/public/simulation/templates/units/mace_ship_trireme.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_mechanical_ship_trireme">
    33  <Identity>
    44    <Civ>mace</Civ>
    5     <GenericName>Trireme</GenericName>
     5    <GenericName>Trireme</GenericName>
    66    <SpecificName>Triḗrēs</SpecificName>
    77    <History>The first Triremes were built circa 650BC, and by 500BC the Trireme was the most widely used heavy warship of the Greek city-states. In the Trireme the outriggers were now an integral part of the ship's hull. The Trireme also had a partial or full fighting deck above the rowers. The length of the Trireme remained approximately 35-38 meters, and the beam was approximately 3.5 metres. A Trireme carried 170 oarsmen, plus twenty sailors and fourteen marines in Greek navies. The top speed of a Trireme was approximately 11.5 knots. Some Triremes may have been able to reach higher speeds in short bursts. A Trireme travelling from Athens to Mitylene in 427BC made the 350 kilometre trip in only 24 hours, averaging eight knots (14.6 km/h). The Trireme could accelerate much faster than a Bireme or Penteconter, and was much more manoeuvrable. This gave the Trireme an advantage in combat, where higher speed and manoeuvrability meant a better chance of victory.</History>
    88    <Icon>units/hele_ship_trireme.png</Icon>
    99  </Identity>
    1010  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/mace_support_female_citizen.xml

     
    44    <Civ>mace</Civ>
    55    <SpecificName>Gýnē Makedonikḗ</SpecificName>
    66    <GenericName>Macedonian Woman</GenericName>
    77    <History>Macedonian women were mothers, first and foremost. They had few rights and a low station. Lower class women labored the land and, only when necessary, tended the family shop. Middle and upper class women were relegated almost exclusively to home life. Be that as it may, they were masters of the home and servants, their husbands often deferred to their wives in domestic matters. Some Macedonian women did wield uncommon influence in politics, the most famous being Olympias, mother of Alexander.</History>
    88    <Icon>units/hele_support_female_citizen.png</Icon>
    9     <SelectionGroupName>units/mace_support_female_citizen</SelectionGroupName>
     9    <SelectionGroupName>units/mace_support_female_citizen</SelectionGroupName>
    1010  </Identity>
    1111  <VisualActor>
    1212    <Actor>units/macedonians/female_citizen.xml</Actor>
    1313  </VisualActor>
    1414</Entity>
  • binaries/data/mods/public/simulation/templates/units/mace_support_female_citizen_house.xml

     
    44    <BuildTime>30</BuildTime>
    55  </Cost>
    66  <Identity>
    77    <RequiredTechnology>unlock_females_house</RequiredTechnology>
    88  </Identity>
    9 </Entity>
    10  Pas de fin de ligne à la fin du fichier
     9</Entity>
  • binaries/data/mods/public/simulation/templates/units/maur_cavalry_javelinist_a.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="units/maur_cavalry_javelinist_b">
    33  <Identity>
    4     <Rank>Advanced</Rank>
     4    <Rank>Advanced</Rank>
    55  </Identity>
    66  <Promotion>
    77    <Entity>units/maur_cavalry_javelinist_e</Entity>
    88  </Promotion>
    99  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/maur_cavalry_javelinist_b.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_cavalry_ranged_javelinist">
    33  <Identity>
    44    <Civ>maur</Civ>
    5     <SelectionGroupName>units/maur_cavalry_javelinist_b</SelectionGroupName>
     5    <SelectionGroupName>units/maur_cavalry_javelinist_b</SelectionGroupName>
    66    <GenericName>Indian Light Cavalry</GenericName>
    77    <SpecificName>Ashwarohi</SpecificName>
    88    <Icon>units/maur_cavalry_javelinist.png</Icon>
    99  </Identity>
    1010  <Promotion>
  • binaries/data/mods/public/simulation/templates/units/maur_cavalry_javelinist_e.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="units/maur_cavalry_javelinist_a">
    33  <Identity>
    4     <Rank>Elite</Rank>
     4    <Rank>Elite</Rank>
    55  </Identity>
    66  <Promotion disable=""/>
    77  <VisualActor>
    88    <Actor>units/mauryans/cavalry_javelinist_e.xml</Actor>
    99  </VisualActor>
  • binaries/data/mods/public/simulation/templates/units/maur_cavalry_swordsman_a.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="units/maur_cavalry_swordsman_b">
    33  <Identity>
    4     <Rank>Advanced</Rank>
     4    <Rank>Advanced</Rank>
    55  </Identity>
    66  <Promotion>
    77    <Entity>units/maur_cavalry_swordsman_e</Entity>
    88  </Promotion>
    99  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/maur_cavalry_swordsman_b.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_cavalry_melee_swordsman">
    33  <Identity>
    44    <Civ>maur</Civ>
    5     <SelectionGroupName>units/maur_cavalry_swordsman_b</SelectionGroupName>
     5    <SelectionGroupName>units/maur_cavalry_swordsman_b</SelectionGroupName>
    66    <GenericName>Indian Raiding Cavalry</GenericName>
    77    <SpecificName>Aśvārohagaṇaḥ</SpecificName>
    88    <Icon>units/maur_cavalry_swordsman.png</Icon>
    99    <RequiredTechnology>phase_town</RequiredTechnology>
    1010  </Identity>
  • binaries/data/mods/public/simulation/templates/units/maur_cavalry_swordsman_e.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="units/maur_cavalry_swordsman_a">
    33  <Identity>
    4     <Rank>Elite</Rank>
     4    <Rank>Elite</Rank>
    55  </Identity>
    66  <Promotion disable=""/>
    77  <VisualActor>
    88    <Actor>units/mauryans/cavalry_swordsman_e.xml</Actor>
    99  </VisualActor>
  • binaries/data/mods/public/simulation/templates/units/maur_champion_chariot_barracks.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="units/maur_champion_chariot">
    33  <Identity>
    44    <RequiredTechnology>unlock_champion_units</RequiredTechnology>
    55  </Identity>
    6 </Entity>
    7  Pas de fin de ligne à la fin du fichier
     6</Entity>
  • binaries/data/mods/public/simulation/templates/units/maur_champion_infantry_barracks.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="units/maur_champion_infantry">
    33  <Identity>
    44    <RequiredTechnology>unlock_champion_units</RequiredTechnology>
    55  </Identity>
    6 </Entity>
    7  Pas de fin de ligne à la fin du fichier
     6</Entity>
  • binaries/data/mods/public/simulation/templates/units/maur_champion_maiden.xml

     
    33  <Identity>
    44    <Civ>maur</Civ>
    55    <Gender>female</Gender>
    66    <GenericName>Maiden Guard</GenericName>
    77    <SpecificName>Visha Kanya</SpecificName>
    8     <SelectionGroupName>units/maur_champion_maiden</SelectionGroupName>
     8    <SelectionGroupName>units/maur_champion_maiden</SelectionGroupName>
    99    <Icon>units/maur_champion_maiden.png</Icon>
    1010  </Identity>
    1111  <VisualActor>
    1212    <Actor>units/mauryans/champion_maiden_guard.xml</Actor>
    1313  </VisualActor>
  • binaries/data/mods/public/simulation/templates/units/maur_champion_maiden_barracks.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="units/maur_champion_maiden">
    33  <Identity>
    44    <RequiredTechnology>unlock_champion_units</RequiredTechnology>
    55  </Identity>
    6 </Entity>
    7  Pas de fin de ligne à la fin du fichier
     6</Entity>
  • binaries/data/mods/public/simulation/templates/units/maur_elephant_archer_a.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="units/maur_elephant_archer_b">
    33  <Identity>
    4     <Rank>Advanced</Rank>
     4    <Rank>Advanced</Rank>
    55  </Identity>
    66  <Promotion>
    77    <Entity>units/maur_elephant_archer_e</Entity>
    88  </Promotion>
    99  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/maur_elephant_archer_b.xml

     
    55  </Attack>
    66  <Footprint replace="">
    77    <Circle radius="3.5"/>
    88    <Height>8.0</Height>
    99  </Footprint>
    10   <ResourceGatherer disable=""/>
    1110  <Identity>
    1211    <Civ>maur</Civ>
    1312    <Classes datatype="tokens">Elephant</Classes>
    1413    <VisibleClasses datatype="tokens">-Cavalry</VisibleClasses>
    1514    <SelectionGroupName>units/maur_elephant_archer_b</SelectionGroupName>
     
    1918    <Tooltip>Can run amok.</Tooltip>
    2019  </Identity>
    2120  <Promotion>
    2221    <Entity>units/maur_elephant_archer_a</Entity>
    2322  </Promotion>
     23  <ResourceGatherer disable=""/>
    2424  <Selectable>
    2525    <Overlay>
    2626      <Texture>
    2727        <MainTexture>circle/256x256.png</MainTexture>
    2828        <MainTextureMask>circle/256x256_mask.png</MainTextureMask>
  • binaries/data/mods/public/simulation/templates/units/maur_elephant_archer_e.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="units/maur_elephant_archer_a">
    33  <Identity>
    4     <Rank>Elite</Rank>
     4    <Rank>Elite</Rank>
    55  </Identity>
    66  <Promotion disable=""/>
    77  <VisualActor>
    88    <Actor>units/mauryans/elephant_archer_e.xml</Actor>
    99  </VisualActor>
  • binaries/data/mods/public/simulation/templates/units/maur_infantry_archer_b.xml

     
    77      structures/{civ}_wonder
    88    </Entities>
    99  </Builder>
    1010  <Identity>
    1111    <Civ>maur</Civ>
    12     <SelectionGroupName>units/maur_infantry_archer_b</SelectionGroupName>
    13     <GenericName>Longbowman</GenericName>
     12    <SelectionGroupName>units/maur_infantry_archer_b</SelectionGroupName>
     13    <GenericName>Longbowman</GenericName>
    1414    <SpecificName>Dhanurdhar</SpecificName>
    1515    <Icon>units/maur_infantry_archer.png</Icon>
    1616  </Identity>
    1717  <Promotion>
    1818    <Entity>units/maur_infantry_archer_a</Entity>
  • binaries/data/mods/public/simulation/templates/units/maur_infantry_swordsman_b.xml

     
    77      structures/{civ}_wonder
    88    </Entities>
    99  </Builder>
    1010  <Identity>
    1111    <Civ>maur</Civ>
    12     <SelectionGroupName>units/maur_infantry_swordsman_b</SelectionGroupName>
     12    <SelectionGroupName>units/maur_infantry_swordsman_b</SelectionGroupName>
    1313    <GenericName>Indian Swordsman</GenericName>
    1414    <SpecificName>Khadagdhari</SpecificName>
    1515    <Icon>units/maur_infantry_swordsman.png</Icon>
    1616    <RequiredTechnology>phase_town</RequiredTechnology>
    1717  </Identity>
  • binaries/data/mods/public/simulation/templates/units/maur_ship_fishing.xml

     
    44    <Square width="7.0" depth="17.0"/>
    55    <Height>4.0</Height>
    66  </Footprint>
    77  <Identity>
    88    <Civ>maur</Civ>
    9     <GenericName>Fisherman</GenericName>
     9    <GenericName>Fisherman</GenericName>
    1010    <SpecificName>Matsyapalak</SpecificName>
    1111    <Icon>units/maur_ship_fishing.png</Icon>
    1212  </Identity>
    1313  <VisualActor>
    1414    <Actor>structures/mauryans/fishing_ship.xml</Actor>
  • binaries/data/mods/public/simulation/templates/units/maur_ship_merchant.xml

     
    44    <Square width="12.0" depth="28.0"/>
    55    <Height>6.0</Height>
    66  </Footprint>
    77  <Identity>
    88    <Civ>maur</Civ>
    9     <GenericName>Trading Ship</GenericName>
     9    <GenericName>Trading Ship</GenericName>
    1010    <SpecificName>Vanijyik Nauka</SpecificName>
    1111    <Icon>units/maur_ship_merchant.png</Icon>
    1212  </Identity>
    1313  <VisualActor>
    1414    <Actor>structures/mauryans/merchant_ship.xml</Actor>
  • binaries/data/mods/public/simulation/templates/units/maur_support_female_citizen.xml

     
    33  <Identity>
    44    <Civ>maur</Civ>
    55    <SpecificName>Naari</SpecificName>
    66    <GenericName>Indian Woman</GenericName>
    77    <Icon>units/maur_support_female_citizen.png</Icon>
    8     <SelectionGroupName>units/maur_support_female_citizen</SelectionGroupName>
     8    <SelectionGroupName>units/maur_support_female_citizen</SelectionGroupName>
    99  </Identity>
    1010  <VisualActor>
    1111    <Actor>units/mauryans/female_citizen.xml</Actor>
    1212  </VisualActor>
    1313</Entity>
  • binaries/data/mods/public/simulation/templates/units/maur_support_female_citizen_house.xml

     
    44    <BuildTime>30</BuildTime>
    55  </Cost>
    66  <Identity>
    77    <RequiredTechnology>unlock_females_house</RequiredTechnology>
    88  </Identity>
    9 </Entity>
    10  Pas de fin de ligne à la fin du fichier
     9</Entity>
  • binaries/data/mods/public/simulation/templates/units/pers_arstibara.xml

     
    22<Entity parent="units/pers_champion_infantry">
    33  <Cost>
    44    <BuildTime>5</BuildTime>
    55    <Resources>
    66      <wood>0</wood>
    7       <metal>80</metal>
     7      <metal>80</metal>
    88    </Resources>
    99  </Cost>
    1010  <Identity>
    1111    <Civ>pers</Civ>
    1212    <GenericName>Persian Apple Bearer</GenericName>
  • binaries/data/mods/public/simulation/templates/units/pers_cavalry_javelinist_b.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_cavalry_ranged_javelinist">
    33  <Identity>
    44    <Civ>pers</Civ>
    5     <SelectionGroupName>units/pers_cavalry_javelinist_b</SelectionGroupName>
    6     <GenericName>Median Light Cavalry</GenericName>
     5    <SelectionGroupName>units/pers_cavalry_javelinist_b</SelectionGroupName>
     6    <GenericName>Median Light Cavalry</GenericName>
    77    <SpecificName>Mada Asabara</SpecificName>
    88    <History>Just as the archers were the rock of the Persian infantry, the Persian cavalry was formed around the light cavalryman, or Asabari. Armed with javelins for long-ranged combat or close-quarter fighting, Asabari were also equipped with swords and axes. Since they were recruited from the upper classes many wore armor and helmets and their horses could also be fitted with light armor.</History>
    99    <Icon>units/pers_cavalry_javelinist.png</Icon>
    1010  </Identity>
    1111  <Promotion>
  • binaries/data/mods/public/simulation/templates/units/pers_cavalry_spearman_b.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_cavalry_melee_spearman">
    33  <Identity>
    44    <Civ>pers</Civ>
    5     <SelectionGroupName>units/pers_cavalry_spearman_b</SelectionGroupName>
    6     <GenericName>Cappadocian Cavalry</GenericName>
     5    <SelectionGroupName>units/pers_cavalry_spearman_b</SelectionGroupName>
     6    <GenericName>Cappadocian Cavalry</GenericName>
    77    <SpecificName>Katpaduka Asabara</SpecificName>
    88    <History>Heavily armed lancers later known as cataphracts were first developed by the Sarmatians from Central Asia. The Persians picked up the technique from other eastern peoples like the Massagetae and the Bactrians. Featuring a heavily armored rider armed with a long lance and even an armored horse, the Cataphracts were the first cavalry to physically crash into their opponents, a considerable feat when one knows that they rode without stirrups.</History>
    99    <Icon>units/pers_cavalry_spearman.png</Icon>
    1010    <RequiredTechnology>phase_town</RequiredTechnology>
    1111  </Identity>
  • binaries/data/mods/public/simulation/templates/units/pers_cavalry_swordsman_b.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_cavalry_melee_swordsman">
    33  <Identity>
    44    <Civ>pers</Civ>
    5     <SelectionGroupName>units/pers_cavalry_swordsman_b</SelectionGroupName>
    6     <GenericName>Hyrcanian Cavalry</GenericName>
     5    <SelectionGroupName>units/pers_cavalry_swordsman_b</SelectionGroupName>
     6    <GenericName>Hyrcanian Cavalry</GenericName>
    77    <SpecificName>Varkaniya Asabara</SpecificName>
    88    <History>The Hyrcanians were the light cavalry of the Achaemenid Great Kings. These men were of superb quality, and are mentioned in every major Persian campaign. Their homeland of Hyrcania bordering the Caspian Sea was both a lush fertile rain forest and foreboding mountain country.</History>
    99    <Icon>units/pers_cavalry_swordsman.png</Icon>
    1010    <RequiredTechnology>phase_town</RequiredTechnology>
    1111  </Identity>
  • binaries/data/mods/public/simulation/templates/units/pers_hero_xerxes.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_hero_infantry_archer">
    33  <Auras datatype="tokens">pers_hero_xerxes</Auras>
    44  <Identity>
    55    <Civ>pers</Civ>
    6     <GenericName>Xerxes I</GenericName>
     6    <GenericName>Xerxes I</GenericName>
    77    <SpecificName>Xsayarsa I</SpecificName>
    88    <Icon>units/pers_hero_xerxes.png</Icon>
    99    <History>(King, 485 BC - 465 BC) The son of Darius the Great and Atoosa, a daughter of Cyrus the Great, Xerxes was an able administrator, who also extended Imperial rule into Chorasmia. Apart from his failed invasion of Greece, he was famous for his extensive building program, especially at Persepolis.</History>
    1010  </Identity>
    1111  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/pers_infantry_archer_b.xml

     
    99      structures/{civ}_wonder
    1010    </Entities>
    1111  </Builder>
    1212  <Identity>
    1313    <Civ>pers</Civ>
    14     <SelectionGroupName>units/pers_infantry_archer_b</SelectionGroupName>
    15     <GenericName>Sogdian Archer</GenericName>
     14    <SelectionGroupName>units/pers_infantry_archer_b</SelectionGroupName>
     15    <GenericName>Sogdian Archer</GenericName>
    1616    <SpecificName>Sugda Vaçabara</SpecificName>
    1717    <Icon>units/pers_infantry_archer.png</Icon>
    1818    <History>Archers were the core of the Persian infantry, often going into battle with spearmen equipped with spara, whom they heavily outnumbered. Although powerful, the Persian recurved bow was cursed with light arrows that had trouble piercing the armor of heavily armed opponents. But the huge numbers loosed in each volley were more than enough to alarm even the most armored enemy.</History>
    1919  </Identity>
    2020  <Promotion>
  • binaries/data/mods/public/simulation/templates/units/pers_infantry_javelinist_b.xml

     
    99      structures/{civ}_wonder
    1010    </Entities>
    1111  </Builder>
    1212  <Identity>
    1313    <Civ>pers</Civ>
    14     <SelectionGroupName>units/pers_infantry_javelinist_b</SelectionGroupName>
    15     <GenericName>Anatolian Auxiliary</GenericName>
     14    <SelectionGroupName>units/pers_infantry_javelinist_b</SelectionGroupName>
     15    <GenericName>Anatolian Auxiliary</GenericName>
    1616    <SpecificName>Spardiya Takabara</SpecificName>
    1717    <History>Sparda was the name given to the Achaemenid satrapy in western Asia Minor that replaced the Kingdom of Lydia after the conquests of Cyrus. The peoples of Phrygia, Mysia, Paphlagonia, and Pisidia supplied the empire with much of its skirmish force during this period. Takabara was a blanket term used to describe the Achaemenid auxiliries and derived originally from the Iranian crescent shield. Javelin throwers were an important arm of the Persian infantry, giving added close range punch to the archers and able to close with the enemy if necessary.</History>
    1818    <Icon>units/pers_infantry_javelinist.png</Icon>
    1919    <RequiredTechnology>phase_town</RequiredTechnology>
    2020  </Identity>
  • binaries/data/mods/public/simulation/templates/units/pers_ship_bireme.xml

     
    44    <Square width="7.0" depth="37.0"/>
    55    <Height>8.0</Height>
    66  </Footprint>
    77  <Identity>
    88    <Civ>pers</Civ>
    9     <GenericName>Cypriot Galley</GenericName>
     9    <GenericName>Cypriot Galley</GenericName>
    1010    <SpecificName>Hamaraniyanava</SpecificName>
    1111    <History>Cypriot galleys comprised a substantial part of Xerxes' navy which invaded Greece in 480 BC. While generally considered inferior to the ships of the Phoenicians, these were still very good.</History>
    1212    <Icon>units/pers_ship_bireme.png</Icon>
    1313  </Identity>
    1414  <VisualActor>
    1515    <Actor>structures/persians/bireme.xml</Actor>
    1616  </VisualActor>
    17 </Entity>
    18  Pas de fin de ligne à la fin du fichier
     17</Entity>
  • binaries/data/mods/public/simulation/templates/units/pers_ship_merchant.xml

     
    44    <Square width="6.0" depth="25.0"/>
    55    <Height>8.0</Height>
    66  </Footprint>
    77  <Identity>
    88    <Civ>pers</Civ>
    9     <GenericName>Ionian Trade Ship</GenericName>
     9    <GenericName>Ionian Trade Ship</GenericName>
    1010    <SpecificName>Yaunash Nav</SpecificName>
    1111    <History>Phoenician merchant ship used by the persians for trading over sea.</History>
    1212    <Icon>units/pers_ship_merchant.png</Icon>
    1313  </Identity>
    1414  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/pers_ship_trireme.xml

     
    44    <Square width="9.0" depth="42.0"/>
    55    <Height>8.0</Height>
    66  </Footprint>
    77  <Identity>
    88    <Civ>pers</Civ>
    9     <GenericName>Phoenician Trireme</GenericName>
     9    <GenericName>Phoenician Trireme</GenericName>
    1010    <SpecificName>Vazarka Hamaraniyanava</SpecificName>
    1111    <History>The first Triremes were built circa 650BC, and by 500BC the Trireme was the most widely used heavy warship of the Persian Empire. In the Trireme the outriggers were now an integral part of the ship's hull. The Trireme also had a partial or full fighting deck above the rowers. The length of the Trireme remained approximately 35-38 meters, and the beam was approximately 3.5 metres. A Trireme carried 170 oarsmen. The top speed of a Trireme was approximately 11.5 knots. Some Triremes may have been able to reach higher speeds in short bursts. The Trireme could accelerate much faster than a Bireme or Penteconter, and was much more manoeuvrable. This gave the Trireme an advantage in combat, where higher speed and manoeuvrability meant a better chance of victory.</History>
    1212    <Icon>units/pers_ship_trireme.png</Icon>
    1313  </Identity>
    1414  <ProductionQueue>
  • binaries/data/mods/public/simulation/templates/units/pers_support_female_citizen.xml

     
    44    <Civ>pers</Civ>
    55    <SpecificName>Banu Miyanrudani</SpecificName>
    66    <GenericName>Mesopotamian Woman</GenericName>
    77    <History>Persian women were fairly powerful during the reign of the Achaemenids, having substantial control over their future. A husband was not able to pawn his wife off to cover debts, nor was did he have control of her possessions. Persian women owned property and were quite active in their management of it, which could include female-induced divorce. Veiling had a long tradition in ancient Persia although it was only a sign of modesty and wealth among well-to-do women with none of the modern implications.</History>
    88    <Icon>units/pers_support_female_citizen.png</Icon>
    9     <SelectionGroupName>units/pers_support_female_citizen</SelectionGroupName>
     9    <SelectionGroupName>units/pers_support_female_citizen</SelectionGroupName>
    1010  </Identity>
    1111  <VisualActor>
    1212    <Actor>units/persians/female_citizen.xml</Actor>
    1313  </VisualActor>
    1414</Entity>
  • binaries/data/mods/public/simulation/templates/units/pers_support_female_citizen_house.xml

     
    44    <BuildTime>30</BuildTime>
    55  </Cost>
    66  <Identity>
    77    <RequiredTechnology>unlock_females_house</RequiredTechnology>
    88  </Identity>
    9 </Entity>
    10  Pas de fin de ligne à la fin du fichier
     9</Entity>
  • binaries/data/mods/public/simulation/templates/units/ptol_champion_cavalry.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_champion_cavalry_spearman">
    33  <Identity>
    44    <Civ>ptol</Civ>
    5     <GenericName>Royal Guard Cavalry</GenericName>
     5    <GenericName>Royal Guard Cavalry</GenericName>
    66    <SpecificName>Ágēma Basiléōs</SpecificName>
    77    <Icon>units/ptol_champion_cavalry.png</Icon>
    88  </Identity>
    99  <VisualActor>
    1010    <Actor>units/ptolemies/champion_cavalry.xml</Actor>
  • binaries/data/mods/public/simulation/templates/units/ptol_champion_elephant.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_champion_elephant_melee">
    33  <Identity>
    44    <Civ>ptol</Civ>
    5     <GenericName>Towered War Elephant</GenericName>
     5    <GenericName>Towered War Elephant</GenericName>
    66    <SpecificName>Polémou Eléphantos</SpecificName>
    77    <Icon>units/ptol_champion_elephant.png</Icon>
    88    <History>The North African elephant was trained for war and used by the Ptolemaic dynasty of Egypt. Writing in the 2nd century BC, Polybius (The Histories; 5.83) described their inferiority in battle against the larger Indian elephants used by the Seleucid kings. A surviving Ptolemaic inscription enumerates three types of war elephant, the "Troglodytic" (probably Libyan), the "Ethiopian", and the "Indian" (Asian). The Ptolemaic king prides himself with being the first to tame the Ethiopian elephants, a stock which could be identical to one of the two extant African species. (source: Wikipedia)</History>
    99  </Identity>
    1010  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/ptol_infantry_javelinist_b.xml

     
    88      structures/ptol_wonder
    99    </Entities>
    1010  </Builder>
    1111  <Identity>
    1212    <Civ>ptol</Civ>
    13     <SelectionGroupName>units/ptol_infantry_javelinist_b</SelectionGroupName>
    14     <GenericName>Mercenary Thureos Skirmisher</GenericName>
     13    <SelectionGroupName>units/ptol_infantry_javelinist_b</SelectionGroupName>
     14    <GenericName>Mercenary Thureos Skirmisher</GenericName>
    1515    <SpecificName>Thureophóros Akrobolistḗs</SpecificName>
    1616    <History>The thureophoroi (singular: thureophoros) was a type of infantry soldier, common in the 3rd to 1st century BCE, who carried a large oval shield called a thureos which had a type of metal strip boss and a central spine. They were armed with a long thrusting spear, javelins and a sword. They also usually wore an iron or bronze Macedonian helmet. The thureos was probably originally an adapted form of a Celtic shield. Thracian and Illyrian infantry probably adopted the shield before the Greeks. However it has been suggested that the thureos was brought to Greece after Pyrrhus of Epirus' campaigns in Italy, as his Oscan allies and Roman enemies used the scutum. Thureophoroi were a 3rd century development on the Peltast and wore no body armor, but did wear sturdy leather boots for quick movement. Thureophoroi could skirmish, as well as fight in a phalanx when necessary. They were often stationed on the flanks of the traditional pike phalanx as a flexible link between the heavier pikemen and the cavalry wings.</History>
    1717    <Icon>units/mace_infantry_javelinist.png</Icon>
    1818    <RequiredTechnology>phase_town</RequiredTechnology>
    1919  </Identity>
  • binaries/data/mods/public/simulation/templates/units/ptol_infantry_pikeman_b.xml

     
    99    </Entities>
    1010  </Builder>
    1111  <Identity>
    1212    <Civ>ptol</Civ>
    1313    <SelectionGroupName>units/ptol_infantry_pikeman_b</SelectionGroupName>
    14     <GenericName>Egyptian Pikeman</GenericName>
     14    <GenericName>Egyptian Pikeman</GenericName>
    1515    <SpecificName>Phalaggomákhimos</SpecificName>
    1616    <History>When pressed hard by the fellow successor states, the Ptolemies of Egypt began to arm and train the Egyptian people in "Macedonian fashion." These levies of indigenous Egyptians were crucial in turning back the Seleucid tide at the Battle of Raphia, cementing nationalist pride and threatening the rule of the Ptolemies over their own kingdom.</History>
    1717    <Icon>units/ptol_infantry_spearman.png</Icon>
    1818  </Identity>
    1919  <Promotion>
  • binaries/data/mods/public/simulation/templates/units/ptol_infantry_spearman_merc_b.xml

     
    1616    </Resources>
    1717  </Cost>
    1818  <Identity>
    1919    <Civ>ptol</Civ>
    2020    <SelectionGroupName>units/ptol_infantry_spearman_merc_b</SelectionGroupName>
    21     <GenericName>Mercenary Thureos Spearman</GenericName>
     21    <GenericName>Mercenary Thureos Spearman</GenericName>
    2222    <SpecificName>Thureophóros Misthophóros</SpecificName>
    2323    <VisibleClasses datatype="tokens">Mercenary</VisibleClasses>
    2424    <History>The thureophoroi (singular: thureophoros) was a type of infantry soldier, common in the 3rd to 1st century BC, who carried a large oval shield called a thureos which had a type of metal strip boss and a central spine. They were armed with a long thrusting spear, javelins and a sword. They also usually wore an iron or bronze Macedonian helmet. The thureos was probably originally an adapted form of a Celtic shield. Thracian and Illyrian infantry probably adopted the shield before the Greeks. However it has been suggested that the thureos was brought to Greece after Pyrrhus of Epirus' campaigns in Italy, as his Oscan allies and Roman enemies used the scutum. Thureophoroi were a 3rd century development on the Peltast and wore no body armor, but did wear sturdy leather boots for quick movement. Thureophoroi could skirmish, as well as fight in a phalanx when necessary. They were often stationed on the flanks of the traditional pike phalanx as a flexible link between the heavier pikemen and the cavalry wings.</History>
    2525    <Icon>units/sele_infantry_spearman_2.png</Icon>
    2626  </Identity>
  • binaries/data/mods/public/simulation/templates/units/ptol_infantry_swordsman_merc_b.xml

     
    99    </Entities>
    1010  </Builder>
    1111  <Cost>
    1212    <Resources>
    1313      <food>25</food>
    14       <metal>50</metal>
     14      <metal>50</metal>
    1515    </Resources>
    1616  </Cost>
    1717  <Identity>
    1818    <Civ>ptol</Civ>
    1919    <SelectionGroupName>units/ptol_infantry_swordsman_merc_b</SelectionGroupName>
  • binaries/data/mods/public/simulation/templates/units/ptol_ship_bireme.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_mechanical_ship_bireme">
    33  <Identity>
    44    <Civ>ptol</Civ>
    5     <GenericName>Bireme</GenericName>
     5    <GenericName>Bireme</GenericName>
    66    <SpecificName>Dierēs</SpecificName>
    77    <History>The design of the bireme (or dieres in Greek) was modified from the penteconter, a ship that had only one set of oars on each side, the bireme having two sets of oars on each side.</History>
    88    <Icon>units/ptol_ship_bireme.png</Icon>
    99  </Identity>
    1010  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/ptol_support_female_citizen.xml

     
    44    <Civ>ptol</Civ>
    55    <SpecificName>Gýnē Aigýptia</SpecificName>
    66    <GenericName>Egyptian Woman</GenericName>
    77    <History>Egyptian women of ancient times had legal and economic rights in parity with Egyptian men. They could own slaves and property and when wed to their husband they did not automatically become his property as was the case in many other ancient and modern cultures. It is interesting to note that when the Greco-Macedonians conquered Egypt in the 4th century B.C., Egyptian women continued to retain their liberal economic and legal rights while Greek women who also lived in Egypt were subject to the rule of traditional Greek law.</History>
    88    <Icon>units/ptol_support_female_citizen.png</Icon>
    9     <SelectionGroupName>units/ptol_support_female_citizen</SelectionGroupName>
     9    <SelectionGroupName>units/ptol_support_female_citizen</SelectionGroupName>
    1010  </Identity>
    1111  <VisualActor>
    1212    <Actor>units/ptolemies/female_citizen.xml</Actor>
    1313  </VisualActor>
    1414</Entity>
  • binaries/data/mods/public/simulation/templates/units/ptol_support_female_citizen_house.xml

     
    44    <BuildTime>30</BuildTime>
    55  </Cost>
    66  <Identity>
    77    <RequiredTechnology>unlock_females_house</RequiredTechnology>
    88  </Identity>
    9 </Entity>
    10  Pas de fin de ligne à la fin du fichier
     9</Entity>
  • binaries/data/mods/public/simulation/templates/units/ptol_support_healer_a.xml

     
    44    <Rank>Advanced</Rank>
    55  </Identity>
    66  <Promotion>
    77    <Entity>units/ptol_support_healer_e</Entity>
    88  </Promotion>
    9 </Entity>
    10  Pas de fin de ligne à la fin du fichier
     9</Entity>
  • binaries/data/mods/public/simulation/templates/units/ptol_support_healer_b.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_support_healer">
    33  <Identity>
    44    <Civ>ptol</Civ>
    55    <SelectionGroupName>units/ptol_support_healer_b</SelectionGroupName>
    6     <GenericName>Egyptian Priest</GenericName>
     6    <GenericName>Egyptian Priest</GenericName>
    77    <SpecificName>Hiereús Aigýptios</SpecificName>
    88    <Icon>units/hele_support_healer.png</Icon>
    99  </Identity>
    1010  <Promotion>
    1111    <Entity>units/ptol_support_healer_a</Entity>
  • binaries/data/mods/public/simulation/templates/units/rome_cavalry_javelinist_b.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_cavalry_ranged_javelinist">
    33  <Identity>
    44    <Civ>rome</Civ>
    55    <Lang>latin</Lang>
    6     <SelectionGroupName>units/rome_cavalry_javelinist_b</SelectionGroupName>
     6    <SelectionGroupName>units/rome_cavalry_javelinist_b</SelectionGroupName>
    77    <GenericName>Italian Allied Cavalry</GenericName>
    8     <SpecificName>Eques Socius</SpecificName>
     8    <SpecificName>Eques Socius</SpecificName>
    99    <History>Rome's Italian allies frequently supplied Rome's armies with light cavalry, an arm in which Rome was often deficient. After the Social War concluded, all Italy became Roman citizens and thus could enroll into Roman army units. Upon the Marian Reforms, the role of the Italian allied cavalry was given to auxiliary units of Thracians, Numidians, Gauls and Germans.</History>
    1010    <Icon>units/hele_cavalry_javelinist.png</Icon>
    1111    <RequiredTechnology>phase_town</RequiredTechnology>
    1212  </Identity>
    1313  <Promotion>
  • binaries/data/mods/public/simulation/templates/units/rome_cavalry_spearman_b.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_cavalry_melee_spearman">
    33  <Identity>
    44    <Civ>rome</Civ>
    55    <Lang>latin</Lang>
    6     <SelectionGroupName>units/rome_cavalry_spearman_b</SelectionGroupName>
    7     <GenericName>Roman Cavalry</GenericName>
     6    <SelectionGroupName>units/rome_cavalry_spearman_b</SelectionGroupName>
     7    <GenericName>Roman Cavalry</GenericName>
    88    <SpecificName>Eques Romanus</SpecificName>
    99    <Icon>units/rome_cavalry_spearman.png</Icon>
    1010    <History>Equites were the elite of Roman society, the added wealth stemming from that position enabling them to obtain horses and therefore serve as cavalry. They were formed into units of 30, known as turmae, armored in chain mail and often wearing fashionable Hellenistic helmets. They used a spear for throwing or over arm stabbing as well as a shield and sword for close combat.</History>
    1111  </Identity>
    1212  <Promotion>
  • binaries/data/mods/public/simulation/templates/units/rome_centurio_imperial.xml

     
    99    <Max>140</Max>
    1010  </Health>
    1111  <Identity>
    1212    <Civ>rome</Civ>
    1313    <Lang>latin</Lang>
    14     <GenericName>Roman Centurion</GenericName>
     14    <GenericName>Roman Centurion</GenericName>
    1515    <SpecificName>Centurio Legionarius</SpecificName>
    1616    <History>A Centurio, also known as an "hecatontarch" in Greek sources, was a professional officer of the Roman army after the Marian reforms of 107 BC. A Centurio, a title roughly analogous to a "colonel" or "captain" in modern armies, commanded a century (centuria) of 80 men, but senior Centurios could command whole cohorts or take senior staff roles in their legion. These men were harsh masters of war, serving their entire lives in service of Rome among the legions. With high armor and attack, these professionals are the bulwark of any Imperial Roman army.</History>
    1717    <Icon>units/rome_champion_legion_centurio.png</Icon>
    1818  </Identity>
    1919  <Promotion disable=""/>
  • binaries/data/mods/public/simulation/templates/units/rome_champion_infantry.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_champion_infantry_swordsman">
    33  <Identity>
    44    <Civ>rome</Civ>
    55    <Lang>latin</Lang>
    6     <GenericName>Italic Heavy Infantry</GenericName>
     6    <GenericName>Italic Heavy Infantry</GenericName>
    77    <SpecificName>Extraordinarius</SpecificName>
    8     <SelectionGroupName>units/rome_champion_infantry</SelectionGroupName>
     8    <SelectionGroupName>units/rome_champion_infantry</SelectionGroupName>
    99    <Icon>units/rome_champion_infantry.png</Icon>
    1010    <History>The Extraordinarii were best of the infantry fielded by Rome's Italic allies (the socii) that were picked out by the commanding Consul and served under him directly. They were charged with function of vanguard, rearguard, and bodyguard. In battle the Extraordinarii were expected to act as a special unit, to give the Consul additional tactical options.</History>
    1111  </Identity>
    1212  <VisualActor>
    1313    <Actor>units/romans/champion_unit_1.xml</Actor>
  • binaries/data/mods/public/simulation/templates/units/rome_champion_infantry_barracks.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="units/rome_champion_infantry">
    33  <Identity>
    44    <RequiredTechnology>unlock_champion_units</RequiredTechnology>
    5     <SelectionGroupName>units/rome_champion_infantry</SelectionGroupName>
     5    <SelectionGroupName>units/rome_champion_infantry</SelectionGroupName>
    66  </Identity>
    7 </Entity>
    8  Pas de fin de ligne à la fin du fichier
     7</Entity>
  • binaries/data/mods/public/simulation/templates/units/rome_infantry_javelinist_b.xml

     
    1111    </Entities>
    1212  </Builder>
    1313  <Identity>
    1414    <Civ>rome</Civ>
    1515    <Lang>latin</Lang>
    16     <SelectionGroupName>units/rome_infantry_javelinist_b</SelectionGroupName>
    17     <GenericName>Roman Skirmisher</GenericName>
     16    <SelectionGroupName>units/rome_infantry_javelinist_b</SelectionGroupName>
     17    <GenericName>Roman Skirmisher</GenericName>
    1818    <SpecificName>Veles</SpecificName>
    1919    <Icon>units/rome_infantry_javelinist.png</Icon>
    2020    <History>The Velites (sing. Veles) were the light skirmish infantry of the Polybian legion. They were the younger men who could not afford hastatus equipment or boys too young to serve otherwise. They usually numbered 1200 men in squads of twenty assigned to the maniples of the Hastati, Principes, and Triarii. Their job was to harry the enemy lines before the heavy infantry engaged and to support the cavalry. </History>
    2121  </Identity>
    2222  <Promotion>
  • binaries/data/mods/public/simulation/templates/units/rome_legionnaire_imperial.xml

     
    66    </Melee>
    77  </Attack>
    88  <Identity>
    99    <Civ>rome</Civ>
    1010    <Lang>latin</Lang>
    11     <GenericName>Roman Legionnaire</GenericName>
     11    <GenericName>Roman Legionnaire</GenericName>
    1212    <SpecificName>Legionarius Romanus</SpecificName>
    1313    <Icon>units/rome_champion_legion_imperial.png</Icon>
    1414  </Identity>
    1515  <Promotion>
    1616    <Entity>units/rome_centurio_imperial</Entity>
  • binaries/data/mods/public/simulation/templates/units/rome_legionnaire_marian.xml

     
    44    <Civ>rome</Civ>
    55    <Lang>latin</Lang>
    66    <GenericName>Marian Legionaire</GenericName>
    77    <SpecificName>Marian Legionarius</SpecificName>
    88    <Icon>units/rome_champion_legion_marian.png</Icon>
    9     <SelectionGroupName>units/rome_legionnaire_marian</SelectionGroupName>
     9    <SelectionGroupName>units/rome_legionnaire_marian</SelectionGroupName>
    1010  </Identity>
    1111  <Promotion>
    1212    <Entity>units/rome_legionnaire_imperial</Entity>
    1313    <RequiredXp>150</RequiredXp>
    1414  </Promotion>
  • binaries/data/mods/public/simulation/templates/units/rome_mechanical_siege_onager_unpacked.xml

     
    2020    <Resources>
    2121      <wood>300</wood>
    2222      <stone>100</stone>
    2323    </Resources>
    2424  </Cost>
    25   <Vision>
    26     <Range>88</Range>
    27   </Vision>
    28   <VisualActor>
    29     <Actor>units/romans/siege_onager.xml</Actor>
    30   </VisualActor>
    3125  <UnitMotion>
    3226    <WalkSpeed>0.001</WalkSpeed>
    3327    <Run>
    3428      <Speed>0.001</Speed>
    3529    </Run>
    3630  </UnitMotion>
     31  <Vision>
     32    <Range>88</Range>
     33  </Vision>
     34  <VisualActor>
     35    <Actor>units/romans/siege_onager.xml</Actor>
     36  </VisualActor>
    3737</Entity>
  • binaries/data/mods/public/simulation/templates/units/rome_ship_quinquereme.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_mechanical_ship_quinquereme">
    33  <Identity>
    44    <Civ>rome</Civ>
    55    <SpecificName>Quinqueremis Romana</SpecificName>
    6     <GenericName>Roman Quinquereme</GenericName>
     6    <GenericName>Roman Quinquereme</GenericName>
    77    <Icon>units/rome_ship_quinquereme.png</Icon>
    88  </Identity>
    99  <VisualActor>
    1010    <Actor>structures/romans/quinquereme.xml</Actor>
    1111  </VisualActor>
  • binaries/data/mods/public/simulation/templates/units/rome_ship_trireme.xml

     
    44    <Square width="10.0" depth="43.0"/>
    55  </Footprint>
    66  <Identity>
    77    <Civ>rome</Civ>
    88    <SpecificName>Triremis Romana</SpecificName>
    9     <GenericName>Roman Trireme</GenericName>
     9    <GenericName>Roman Trireme</GenericName>
    1010    <History>The Trireme was the most common warship of the Mediterranean – it was used by Phoenicians, Greeks, Carthaginians and Romans alike. The Romans were already using these vessels by the beginning of the Punic Wars, and underwent a number of modifications. These remain controversial, but it seems that Triremes remained the mainstay of the fleet for this era.</History>
    1111    <Icon>units/rome_ship_trireme.png</Icon>
    1212  </Identity>
    1313  <VisualActor>
    1414    <Actor>structures/romans/trireme.xml</Actor>
  • binaries/data/mods/public/simulation/templates/units/rome_support_female_citizen.xml

     
    44    <Civ>rome</Civ>
    55    <Lang>latin</Lang>
    66    <SpecificName>Romana</SpecificName>
    77    <GenericName>Roman Woman</GenericName>
    88    <Icon>units/rome_support_female_citizen.png</Icon>
    9     <SelectionGroupName>units/rome_support_female_citizen</SelectionGroupName>
     9    <SelectionGroupName>units/rome_support_female_citizen</SelectionGroupName>
    1010    <History>Roman women in the Republic were in a similar state as their Greek counterparts. When a Roman woman married their dowry and property passed to their father-in-law, while she herself became the property of her husband. Their job was to raise the children and helping in farm work or running the family business. It was a sign of affluence when a man's wife did not have to work.</History>
    1111  </Identity>
    1212  <VisualActor>
    1313    <Actor>units/romans/female_citizen.xml</Actor>
    1414  </VisualActor>
    15 </Entity>
    16  Pas de fin de ligne à la fin du fichier
     15</Entity>
  • binaries/data/mods/public/simulation/templates/units/rome_support_female_citizen_house.xml

     
    44    <BuildTime>30</BuildTime>
    55  </Cost>
    66  <Identity>
    77    <RequiredTechnology>unlock_females_house</RequiredTechnology>
    88  </Identity>
    9 </Entity>
    10  Pas de fin de ligne à la fin du fichier
     9</Entity>
  • binaries/data/mods/public/simulation/templates/units/rome_support_healer_b.xml

     
    22<Entity parent="template_unit_support_healer">
    33  <Identity>
    44    <Civ>rome</Civ>
    55    <Lang>latin</Lang>
    66    <SelectionGroupName>units/rome_support_healer_b</SelectionGroupName>
    7     <GenericName>State Priest</GenericName>
     7    <GenericName>State Priest</GenericName>
    88    <SpecificName>Pontifex Minor</SpecificName>
    99    <History>During the Republic, the position of priest was elevated and required a lot of responsibilities, which is why priests were by no means chosen randomly. The position of Pontifex Maximus, the high priest of the Roman religion, was occupied by such prominent figures as Julius Caesar, Marcus Aemilius Lepidus and Augustus.</History>
    1010    <Icon>units/rome_support_healer.png</Icon>
    1111    <Rank>Basic</Rank>
    1212  </Identity>
  • binaries/data/mods/public/simulation/templates/units/rome_support_trader.xml

     
    55    <Height>3.0</Height>
    66  </Footprint>
    77  <Identity>
    88    <Civ>rome</Civ>
    99    <Lang>latin</Lang>
    10     <GenericName>Plebeian Merchant</GenericName>
     10    <GenericName>Plebeian Merchant</GenericName>
    1111    <SpecificName>Mercator Plebeius</SpecificName>
    1212    <History>Plebeians were the poor class in Roman society, underneath the patricians, often carrying out much local trading and business. While patricians financed large business ventures plebian merchants did the actual work. They traded far and wide, from Iberia to Syria, buying and selling everything from salt to wool to horses to metals to glass to slaves. Rome's extensive network of roads within Italy, many ports, and central location within the Mediterranean made it an ideal place to do business.</History>
    1313    <Icon>units/rome_support_trader.png</Icon>
    1414  </Identity>
    1515  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/sele_cavalry_javelinist.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_cavalry_ranged_javelinist">
    33  <Identity>
    44    <Civ>sele</Civ>
    55    <Lang>greek</Lang>
    6     <SelectionGroupName>units/sele_cavalry_javelinist</SelectionGroupName>
     6    <SelectionGroupName>units/sele_cavalry_javelinist</SelectionGroupName>
    77    <GenericName>Militia Cavalry</GenericName>
    88    <SpecificName>Hippakontistès Politès</SpecificName>
    99    <History>Along with the citizen militia infantry there were also cavalry regiments of militia from the cities, known as Politikoi. The citizen cavalry was recruited from the richest citizens of the cities who did not hold the legal status of 'Macedonians'. Citizen cavalry of this sort are seen at the Daphne parade and, in this case, probably from Antioch and not collected from all the coastal cities. The Politikoi were probably not a unitary regiment of horse, but a collection of separate squadrons with each squadron having its own distinctive dress and equipment.</History>
    1010    <Icon>units/sele_cavalry_javelinist.png</Icon>
    1111  </Identity>
  • binaries/data/mods/public/simulation/templates/units/sele_champion_elephant.xml

     
    1010    <RequiredTechnology>phase_city</RequiredTechnology>
    1111  </Identity>
    1212  <VisualActor>
    1313    <Actor>units/seleucids/champion_elephant.xml</Actor>
    1414  </VisualActor>
    15 </Entity>
    16  Pas de fin de ligne à la fin du fichier
     15</Entity>
  • binaries/data/mods/public/simulation/templates/units/sele_champion_infantry_pikeman.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_champion_infantry_pikeman">
    33  <Identity>
    44    <Civ>sele</Civ>
    55    <Lang>greek</Lang>
    6     <GenericName>Silver Shield Pikeman</GenericName>
     6    <GenericName>Silver Shield Pikeman</GenericName>
    77    <SpecificName>Phalangitès Argyraspis</SpecificName>
    88    <History>The 'Silver Shields' pike corps made up the infantry arm of the Royal Agema, or "guards." They were the élite infantry of the traditional Seleucid and Macedonian armies.</History>
    99    <Icon>units/sele_champion_infantry_pikeman.png</Icon>
    1010    <RequiredTechnology>successors/unlock_traditional_army</RequiredTechnology>
    1111  </Identity>
  • binaries/data/mods/public/simulation/templates/units/sele_champion_infantry_swordsman.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_champion_infantry_swordsman">
    33  <Identity>
    44    <Civ>sele</Civ>
    55    <Lang>greek</Lang>
    6     <GenericName>Romanized Heavy Swordsman</GenericName>
     6    <GenericName>Romanized Heavy Swordsman</GenericName>
    77    <SpecificName>Thorakitès Rhomaïkós</SpecificName>
    88    <History>In 166 BC, at the Daphne Parade under Antiochus IV, the Argyraspides corps is only seen to be 5,000 strong. However 5,000 troops armed in the Roman fashion are present and they are described as being in the prime of their life, perhaps denoting their elite nature. It is possible that the missing 5,000 men of the Argyraspides were the 5,000 'Romanized' infantry marching alongside them. The training of a segment of the royal guard in 'Roman' methods was probably down to several factors. Firstly, Antiochus IV had spent part of his early life in Rome and had acquired rather an excessive admiration for Rome's power and methods. Secondly, the future wars that the Seleucids might be fighting would probably be in the Eastern satrapies against mobile enemies and other large areas of land. Training troops in this way would add to the overall efficiency and capability of the army and make it more maneuverable. Indeed, the 'Romanized' troops are seen facing the Maccabees at the Battle of Beth Zechariah in 162 BC. Thirdly, the defeat of the Macedonian Antigonids at the Battle of Pydna in 168 BC was a great culture shock, showing the complete destruction of the Macedonian military system at the hands of the Roman legion. It has been suggested that the fact that these 5,000 men are marching at the head of the army was meant to show Antiochus IV's intention of reforming the entire Seleucid army along Roman lines, though whether or not this complete reform actually took place is unknown. The true extent of the adoption of Roman techniques is unknown, some have suggested that the infantry are in fact more likely to be Thureophoroi or Thorakitai, troops armed with an oval shield of the Celtic type, a thrusting spear and javelins.</History>
    99    <Icon>units/sele_champion_swordsman.png</Icon>
    1010    <RequiredTechnology>successors/unlock_reform_army</RequiredTechnology>
    1111  </Identity>
  • binaries/data/mods/public/simulation/templates/units/sele_infantry_archer_merc_b.xml

     
    88    </Entities>
    99  </Builder>
    1010  <Identity>
    1111    <Civ>sele</Civ>
    1212    <Lang>greek</Lang>
    13     <SelectionGroupName>units/sele_infantry_archer_merc_b</SelectionGroupName>
     13    <SelectionGroupName>units/sele_infantry_archer_merc_b</SelectionGroupName>
    1414    <GenericName>Syrian Archer</GenericName>
    1515    <SpecificName>Toxótēs Syrías</SpecificName>
    1616    <VisibleClasses datatype="tokens">Mercenary</VisibleClasses>
    1717    <History>Syrian archers mix the archery traditions of Crete with those of the East. Large numbers of Cretan colonists and mercenaries were settled within the borders of the Seleucid Empire. In return for lands, the colonists pledged themselves and their offspring to serve in the armies of the Seleucid king when called by him.</History>
    1818    <Icon>units/hele_infantry_archer.png</Icon>
  • binaries/data/mods/public/simulation/templates/units/sele_infantry_javelinist_b.xml

     
    88    </Entities>
    99  </Builder>
    1010  <Identity>
    1111    <Civ>sele</Civ>
    1212    <Lang>greek</Lang>
    13     <SelectionGroupName>units/sele_infantry_javelinist_b</SelectionGroupName>
    14     <GenericName>Arab Javelineer</GenericName>
     13    <SelectionGroupName>units/sele_infantry_javelinist_b</SelectionGroupName>
     14    <GenericName>Arab Javelineer</GenericName>
    1515    <SpecificName>Pezakontistès Aravikós</SpecificName>
    1616    <History>Arabic mercenaries were recruited in vast numbers by the Syrian kings. At the Battle of Raphia in 217 BC, the army of Antiochus III had within it a contingent of 10,000 Arab troops. These men acted as a screen for the Seleucid war elephants and were ferocious fighters, but were of dubious reliability and effectiveness.</History>
    1717    <Icon>units/pers_infantry_javelinist.png</Icon>
    1818    <RequiredTechnology>phase_village</RequiredTechnology>
    1919  </Identity>
  • binaries/data/mods/public/simulation/templates/units/sele_infantry_pikeman_b.xml

     
    99  </Builder>
    1010  <Identity>
    1111    <Civ>sele</Civ>
    1212    <Lang>greek</Lang>
    1313    <SelectionGroupName>units/sele_infantry_pikeman_b</SelectionGroupName>
    14     <GenericName>Bronze Shield Pikeman</GenericName>
     14    <GenericName>Bronze Shield Pikeman</GenericName>
    1515    <SpecificName>Chalkaspides</SpecificName>
    1616    <History>The Seleucid phalanx was composed of three corps or regiments of pikemen - the Bronze Shields who were the youngest, the Gold Shields, and the Silver Shields who were the veterans who took the place of honor on the right flank of the phalanx.</History>
    1717    <Icon>units/sele_infantry_spearman.png</Icon>
    1818  </Identity>
    1919  <Promotion>
  • binaries/data/mods/public/simulation/templates/units/sele_infantry_spearman_b.xml

     
    99  </Builder>
    1010  <Identity>
    1111    <Civ>sele</Civ>
    1212    <Lang>greek</Lang>
    1313    <SelectionGroupName>units/sele_infantry_spearman_b</SelectionGroupName>
    14     <GenericName>Militia Thureos Spearman</GenericName>
     14    <GenericName>Militia Thureos Spearman</GenericName>
    1515    <SpecificName>Thureophóros Politès</SpecificName>
    1616    <History>The cities at the heart of the Seleucid realm, Syria, fielded their own citizen militia infantry, usually armed as thureophoroi, or medium infantry. In 148 BC at the Battle of Azotos against the Jewish Maccabees, the Seleucid army was called the 'Power of the Cities', due to the high proportion of citizen militia mobilized from the coastal cities of Syria. The thureophoroi (singular: thureophoros) was a type of infantry soldier, common in the 3rd to 1st century BCE, who carried a large oval shield called a thureos which had a type of metal strip boss and a central spine. They were armed with a long thrusting spear, javelins and a sword. They also usually wore an iron or bronze Macedonian helmet. The thureos was probably originally an adapted form of a Celtic shield. Thracian and Illyrian infantry probably adopted the shield before the Greeks. However it has been suggested that the thureos was brought to Greece after Pyrrhus of Epirus' campaigns in Italy, as his Oscan allies and Roman enemies used the scutum. Thureophoroi were a 3rd century development on the Peltast and wore no body armor, but did wear sturdy leather boots for quick movement. Thureophoroi could skirmish, as well as fight in a phalanx when necessary. They were often stationed on the flanks of the traditional pike phalanx as a flexible link between the heavier pikemen and the cavalry wings.</History>
    1717    <Icon>units/sele_infantry_spearman_2.png</Icon>
    1818  </Identity>
    1919  <Promotion>
  • binaries/data/mods/public/simulation/templates/units/sele_ship_bireme.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_mechanical_ship_bireme">
    33  <Identity>
    44    <Civ>sele</Civ>
    5     <GenericName>Bireme</GenericName>
     5    <GenericName>Bireme</GenericName>
    66    <SpecificName>Dierēs</SpecificName>
    77    <History>The design of the bireme (or dieres in Greek) was modified from the penteconter, a ship that had only one set of oars on each side, the bireme having two sets of oars on each side.</History>
    88    <Icon>units/ptol_ship_bireme.png</Icon>
    99  </Identity>
    1010  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/sele_support_female_citizen.xml

     
    44    <Civ>sele</Civ>
    55    <Lang>greek</Lang>
    66    <SpecificName>Syrías Gýnē</SpecificName>
    77    <GenericName>Syrian Woman</GenericName>
    88    <Icon>units/sele_support_female.png</Icon>
    9     <SelectionGroupName>units/sele_support_female_citizen</SelectionGroupName>
     9    <SelectionGroupName>units/sele_support_female_citizen</SelectionGroupName>
    1010  </Identity>
    1111  <VisualActor>
    1212    <Actor>units/seleucids/female_citizen.xml</Actor>
    1313  </VisualActor>
    1414</Entity>
  • binaries/data/mods/public/simulation/templates/units/sele_support_female_citizen_house.xml

     
    44    <BuildTime>30</BuildTime>
    55  </Cost>
    66  <Identity>
    77    <RequiredTechnology>unlock_females_house</RequiredTechnology>
    88  </Identity>
    9 </Entity>
    10  Pas de fin de ligne à la fin du fichier
     9</Entity>
  • binaries/data/mods/public/simulation/templates/units/spart_cavalry_javelinist_b.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_cavalry_ranged_javelinist">
    33  <Identity>
    44    <Civ>spart</Civ>
    55    <Lang>greek</Lang>
    6     <SelectionGroupName>units/spart_cavalry_javelinist_b</SelectionGroupName>
    7     <GenericName>Perioikoi Cavalryman</GenericName>
     6    <SelectionGroupName>units/spart_cavalry_javelinist_b</SelectionGroupName>
     7    <GenericName>Perioikoi Cavalryman</GenericName>
    88    <SpecificName>Pródromos Perioïkós</SpecificName>
    99    <History>Spartan scout cavalry, supplied by the Perioikoi, or middle-class of Spartan society. Good for hunting and harassing the enemy. The best such cavalry in Greece come from the pastoral territories of Thessaly. Spartan cavalry, though, was no to good.</History>
    1010    <Icon>units/spart_cavalry_javelinist.png</Icon>
    1111  </Identity>
    1212  <Promotion>
  • binaries/data/mods/public/simulation/templates/units/spart_cavalry_spearman_b.xml

     
    66    <SelectionGroupName>units/spart_cavalry_spearman_b</SelectionGroupName>
    77    <GenericName>Allied Greek Cavalry</GenericName>
    88    <SpecificName>Hippeús Symmakhikós</SpecificName>
    99    <History>Sparta was not known for it's cavalry. In fact, to augment her weak Perioikoi cavalry, Sparta recruited cavalry from subject and allied Greek states. Cavalry were usually made up of the upper class since they were the only ones who could afford the breeding and caring for horses. Initially they were missile troops who avoided close combat, throwing javelins and thrusting spears at enemy troops. As with all ancient horsemen Greek cavalry did not have stirrups or a saddle.</History>
    1010    <Icon>units/spart_cavalry_spearman.png</Icon>
    11     <RequiredTechnology>phase_town</RequiredTechnology>
     11    <RequiredTechnology>phase_town</RequiredTechnology>
    1212  </Identity>
    1313  <Promotion>
    1414    <Entity>units/spart_cavalry_spearman_a</Entity>
    1515  </Promotion>
    1616  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/spart_champion_infantry_pike.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_champion_infantry_pikeman">
    33  <Identity>
    44    <Civ>spart</Civ>
    55    <Lang>greek</Lang>
    6     <GenericName>Spartan Pikeman</GenericName>
     6    <GenericName>Spartan Pikeman</GenericName>
    77    <SpecificName>Phalangites Spartiatis</SpecificName>
    88    <History>The 3rd Century BC saw the brief rise of a resurgent Sparta. Eager to regain past glory, the Spartan kings Agis and Cleomenes briefly resurrected the ancient Spartan laws and nearly reconquered the Peloponnese. If not for the intervention of the Macedonians in both insurrections Sparta would have reigned victorious. This soldier here is a Spartan armed in the 'Macedonian fashion' with a small round pelta shield and the long Macedonian pike, or "Sarissa" for use in the Syntagma phalanx formation.</History>
    99    <Icon>units/spart_champion_infantry_pike.png</Icon>
    1010  </Identity>
    1111  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/spart_champion_infantry_sword.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_infantry_melee_swordsman">
    33  <Builder>
    44    <Entities datatype="tokens">
    5       structures/spart_syssiton
     5      structures/spart_syssiton
    66      structures/spart_theatron
    77      -structures/{civ}_wallset_stone
    88    </Entities>
    99  </Builder>
    1010  <Cost>
     
    1414    </Resources>
    1515  </Cost>
    1616  <Identity>
    1717    <Civ>spart</Civ>
    1818    <Lang>greek</Lang>
    19     <GenericName>Skiritai Commando</GenericName>
     19    <GenericName>Skiritai Commando</GenericName>
    2020    <SpecificName>Ékdromos Skirítēs</SpecificName>
    2121    <Rank>Elite</Rank>
    2222    <History>Skiritae were some of the most reliable allied soldiers serving in the Spartan military.  They always had the honor of remaining on the left flank of a Spartan phalanx and (Thucydides 5.67) were deployed to face the any problem which could come to bear the army.  (Xenophon 4.2.1-4)</History>
    2323    <Icon>units/spart_champion_infantry_sword.png</Icon>
    2424    <RequiredTechnology>phase_town</RequiredTechnology>
  • binaries/data/mods/public/simulation/templates/units/spart_hero_agis.xml

     
    44    <Max>2000</Max>
    55  </Health>
    66  <Identity>
    77    <Civ>spart</Civ>
    88    <Lang>greek</Lang>
    9     <GenericName>Agis III</GenericName>
     9    <GenericName>Agis III</GenericName>
    1010    <SpecificName>Agis</SpecificName>
    1111    <History>Agis III was the 20th Spartan king of the Eurypontid lineage. Agis cobbled together an alliance of Southern Greek states to fight off Macedonian hegemony while Alexander the Great was away in Asia on his conquest march. After securing Crete as a Spartan tributary, Agis then moved to besiege the city of Megalopolis in the Peloponnese, who was an ally of Macedon. Antipater, the Macedonian regent, lead an army to stop this new uprising. In the Battle of Megalopolis, the Macedonians prevailed in a long and bloody battle. Much like Leonidas 150 years earlier, instead of surrendering, Agis made a heroic final stand in order to buy time for his troops to retreat.</History>
    1212    <Icon>units/spart_hero_agis.png</Icon>
    1313  </Identity>
    1414  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/spart_hero_brasidas.xml

     
    22<Entity parent="template_unit_hero_infantry_swordsman">
    33  <Auras datatype="tokens">spart_hero_brasidas</Auras>
    44  <Identity>
    55    <Civ>spart</Civ>
    66    <Lang>greek</Lang>
    7     <GenericName>Brasidas</GenericName>
     7    <GenericName>Brasidas</GenericName>
    88    <SpecificName>Brasidas</SpecificName>
    99    <History>Because Brasidas has sponsored their citizenship in return for service, Helot Skirmishers fight longer and harder for Sparta while within range of him.</History>
    1010    <Icon>units/spart_hero_brasidas.png</Icon>
    1111  </Identity>
    1212  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/spart_infantry_javelinist_b.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_infantry_ranged_javelinist">
    33  <Builder>
    44    <Entities datatype="tokens">
    5       structures/spart_syssiton
     5      structures/spart_syssiton
    66      structures/spart_theatron
    77      structures/spart_royal_stoa
    88      -structures/{civ}_wallset_stone
    99    </Entities>
    1010  </Builder>
  • binaries/data/mods/public/simulation/templates/units/spart_infantry_spearman_b.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_infantry_melee_spearman">
    33  <Builder>
    44    <Entities datatype="tokens">
    5       structures/spart_syssiton
     5      structures/spart_syssiton
    66      structures/spart_theatron
    77      structures/spart_royal_stoa
    88      -structures/{civ}_wallset_stone
    99    </Entities>
    1010  </Builder>
    1111  <Identity>
    1212    <Civ>spart</Civ>
    1313    <Lang>greek</Lang>
    14     <SelectionGroupName>units/spart_infantry_spearman_b</SelectionGroupName>
     14    <SelectionGroupName>units/spart_infantry_spearman_b</SelectionGroupName>
    1515    <GenericName>Perioikoi Hoplite</GenericName>
    16     <SpecificName>Hoplítēs Períoikos</SpecificName>
     16    <SpecificName>Hoplítēs Períoikos</SpecificName>
    1717    <History>The basic unit of the Spartan army made up of middle-class men ("Perioikoi"). The Hoplite formed the core of any Greek army with the unique Phalanx formation ready to hold all potential attacks.</History>
    1818    <Icon>units/spart_infantry_spearman.png</Icon>
    1919  </Identity>
    2020  <Promotion>
    2121    <Entity>units/spart_infantry_spearman_a</Entity>
  • binaries/data/mods/public/simulation/templates/units/spart_ship_trireme.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_mechanical_ship_trireme">
    33  <Identity>
    44    <Civ>spart</Civ>
    5     <GenericName>Trireme</GenericName>
     5    <GenericName>Trireme</GenericName>
    66    <SpecificName>Triḗrēs</SpecificName>
    77    <History>The first Triremes were built circa 650BC, and by 500BC the Trireme was the most widely used heavy warship of the Greek city-states. In the Trireme the outriggers were now an integral part of the ship's hull. The Trireme also had a partial or full fighting deck above the rowers. The length of the Trireme remained approximately 35-38 meters, and the beam was approximately 3.5 metres. A Trireme carried 170 oarsmen, plus twenty sailors and fourteen marines in Greek navies. The top speed of a Trireme was approximately 11.5 knots. Some Triremes may have been able to reach higher speeds in short bursts. A Trireme travelling from Athens to Mitylene in 427BC made the 350 kilometre trip in only 24 hours, averaging eight knots (14.6 km/h). The Trireme could accelerate much faster than a Bireme or Penteconter, and was much more manoeuvrable. This gave the Trireme an advantage in combat, where higher speed and manoeuvrability meant a better chance of victory.</History>
    88    <Icon>units/hele_ship_trireme.png</Icon>
    99  </Identity>
    1010  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/spart_support_female_citizen.xml

     
    2929    <Icon>units/hele_support_female_citizen.png</Icon>
    3030    <SelectionGroupName>units/spart_support_female_citizen</SelectionGroupName>
    3131  </Identity>
    3232  <UnitAI>
    3333    <DefaultStance>standground</DefaultStance>
    34   </UnitAI> 
     34  </UnitAI>
    3535  <VisualActor>
    3636    <Actor>units/spartans/female_citizen.xml</Actor>
    3737  </VisualActor>
    3838</Entity>
  • binaries/data/mods/public/simulation/templates/units/spart_support_healer_b.xml

     
    1212    <Entity>units/spart_support_healer_a</Entity>
    1313  </Promotion>
    1414  <VisualActor>
    1515    <Actor>units/spartans/healer.xml</Actor>
    1616  </VisualActor>
    17 </Entity>
    18  Pas de fin de ligne à la fin du fichier
     17</Entity>