mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 14:43:52 +00:00
Ptolemaic entity templates for Enrique.
This was SVN commit r13905.
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_military_barracks">
|
||||
<Cost>
|
||||
<Resources>
|
||||
<wood>100</wood>
|
||||
<stone>200</stone>
|
||||
</Resources>
|
||||
</Cost>
|
||||
<Footprint>
|
||||
<Square width="25.0" depth="25.0"/>
|
||||
<Height>12.0</Height>
|
||||
</Footprint>
|
||||
<Health>
|
||||
<SpawnEntityOnDeath>rubble/rubble_stone_5x5</SpawnEntityOnDeath>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>?</SpecificName>
|
||||
<History>?</History>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="20.0" depth="20.0"/>
|
||||
</Obstruction>
|
||||
<ProductionQueue>
|
||||
<Entities datatype="tokens">
|
||||
units/ptol_infantry_spearman_b
|
||||
units/ptol_infantry_javelinist_b
|
||||
units/ptol_infantry_archer_b
|
||||
units/ptol_infantry_slinger_b
|
||||
units/ptol_cavalry_archer_b
|
||||
</Entities>
|
||||
<Technologies datatype="tokens">
|
||||
-unlock_champion_units
|
||||
</Technologies>
|
||||
</ProductionQueue>
|
||||
<VisualActor>
|
||||
<Actor>structures/macedonians/barracks.xml</Actor>
|
||||
<FoundationActor>structures/fndn_5x5.xml</FoundationActor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_military_blacksmith">
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>?</SpecificName>
|
||||
<History>?</History>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>structures/hellenes/blacksmith.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_civic_civil_centre">
|
||||
<Health>
|
||||
<SpawnEntityOnDeath>rubble/rubble_hele_cc</SpawnEntityOnDeath>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>?</SpecificName>
|
||||
<History>?</History>
|
||||
</Identity>
|
||||
<ProductionQueue>
|
||||
<Entities datatype="tokens">
|
||||
units/ptol_infantry_spearman_b
|
||||
units/ptol_infantry_archer_b
|
||||
units/ptol_cavalry_archer_b
|
||||
</Entities>
|
||||
</ProductionQueue>
|
||||
<VisualActor>
|
||||
<Actor>structures/macedonians/civic_centre.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_resource_corral">
|
||||
<Footprint>
|
||||
<Square width="17.0" depth="17.0"/>
|
||||
<Height>8.0</Height>
|
||||
</Footprint>
|
||||
<Health>
|
||||
<SpawnEntityOnDeath>rubble/rubble_3x3</SpawnEntityOnDeath>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>?</SpecificName>
|
||||
<History>A place for a farmer to pen his animals. Garrison a sheep, goat, or cow here to gain a trickle of the food resource. Garrisoning an animal here also "fattens" them so that they may be slaughtered and gathered for a quick burst of food.</History>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="14.0" depth="14.0"/>
|
||||
</Obstruction>
|
||||
<VisualActor>
|
||||
<Actor>structures/hellenes/corral.xml</Actor>
|
||||
<FoundationActor>structures/fndn_3x3.xml</FoundationActor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_defense_defense_tower">
|
||||
<Footprint>
|
||||
<Square width="10.0" depth="10.5"/>
|
||||
<Height>15.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>?</SpecificName>
|
||||
<History>Towers were an important part of city fortifications. The defending troops shot arrows at the enemy and poured boiling oil over the assailants.</History>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="7.0" depth="8.0"/>
|
||||
</Obstruction>
|
||||
<StatusBars>
|
||||
<BarWidth>6.0</BarWidth>
|
||||
<BarHeight>0.6</BarHeight>
|
||||
<HeightOffset>22.0</HeightOffset>
|
||||
</StatusBars>
|
||||
<VisualActor>
|
||||
<Actor>structures/hellenes/scout_tower.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_military_dock">
|
||||
<Footprint>
|
||||
<Square width="26.0" depth="30.0"/>
|
||||
<Height>8.0</Height>
|
||||
</Footprint>
|
||||
<Health>
|
||||
<SpawnEntityOnDeath>rubble/rubble_hele_dock</SpawnEntityOnDeath>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>?</SpecificName>
|
||||
<History>?</History>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="22.0" depth="26.0"/>
|
||||
</Obstruction>
|
||||
<ProductionQueue>
|
||||
<Entities datatype="tokens">
|
||||
units/ptol_ship_bireme
|
||||
units/ptol_ship_trireme
|
||||
units/ptol_ship_quinquereme
|
||||
units/ptol_champion_juggernaut
|
||||
</Entities>
|
||||
</ProductionQueue>
|
||||
<VisualActor>
|
||||
<Actor>structures/macedonians/dock.xml</Actor>
|
||||
<FoundationActor>structures/fndn_6x4_dock.xml</FoundationActor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_economic_farmstead">
|
||||
<Footprint>
|
||||
<Square width="20.0" depth="15.0"/>
|
||||
<Height>8.0</Height>
|
||||
</Footprint>
|
||||
<Health>
|
||||
<SpawnEntityOnDeath>rubble/rubble_stone_4x2</SpawnEntityOnDeath>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>?</SpecificName>
|
||||
<History>?</History>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="18.0" depth="16.0"/>
|
||||
</Obstruction>
|
||||
<VisualActor>
|
||||
<Actor>structures/hellenes/farmstead_new.xml</Actor>
|
||||
<FoundationActor>structures/fndn_4x2.xml</FoundationActor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_resource_field">
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>?</SpecificName>
|
||||
<History>?</History>
|
||||
</Identity>
|
||||
</Entity>
|
||||
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_military_fortress">
|
||||
<Footprint>
|
||||
<Square width="26.0" depth="28.0"/>
|
||||
<Height>8.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>?</SpecificName>
|
||||
<History>?</History>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="24.0" depth="26.0"/>
|
||||
</Obstruction>
|
||||
<ProductionQueue>
|
||||
<Entities datatype="tokens">
|
||||
units/ptol_champion_cavalry
|
||||
units/ptol_champion_elephant
|
||||
units/ptol_mechanical_siege_polybolos_packed
|
||||
units/ptol_mechanical_siege_lithobolos_packed
|
||||
units/ptol_mechanical_siege_tower
|
||||
</Entities>
|
||||
<Technologies datatype="tokens">
|
||||
pair_siege_attack_pack
|
||||
pair_siege_cost_armor
|
||||
siege_bolt_accuracy
|
||||
</Technologies>
|
||||
</ProductionQueue>
|
||||
<VisualActor>
|
||||
<Actor>structures/macedonians/fortress_up.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_civic_house">
|
||||
<Cost>
|
||||
<BuildTime>50</BuildTime>
|
||||
<Resources>
|
||||
<wood>0</wood>
|
||||
</Resources>
|
||||
</Cost>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>?</SpecificName>
|
||||
<History>Since they are made of mud brick, Egyptian houses are free of cost, but are very weak.</History>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>structures/iberians/house.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_special">
|
||||
<BuildRestrictions>
|
||||
<Category>Library</Category>
|
||||
</BuildRestrictions>
|
||||
<Footprint>
|
||||
<Square width="29.0" depth="34.0"/>
|
||||
<Height>9.0</Height>
|
||||
</Footprint>
|
||||
<Health>
|
||||
<SpawnEntityOnDeath>rubble/rubble_stone_4x6</SpawnEntityOnDeath>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<GenericName>Library</GenericName>
|
||||
<SpecificName>Bibliothikon</SpecificName>
|
||||
<Tooltip>Research special technologies and reduce the research time of all remaining technologies.</Tooltip>
|
||||
<History>Alexander the Great founded libraries all over his new empire. These became a center of learning for an entirely new synthesized culture: the Hellenistic culture.</History>
|
||||
<Icon>structures/library_scroll.png</Icon>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="25.0" depth="30.0"/>
|
||||
</Obstruction>
|
||||
<ProductionQueue>
|
||||
<BatchTimeModifier>0.7</BatchTimeModifier>
|
||||
<Technologies datatype="tokens">
|
||||
hellenes/special_hellenistic_metropolis
|
||||
</Technologies>
|
||||
</ProductionQueue>
|
||||
<Sound>
|
||||
<SoundGroups>
|
||||
<select>interface/select/building/sel_temple.xml</select>
|
||||
<constructed>interface/complete/building/complete_temple.xml</constructed>
|
||||
<death>attack/destruction/building_collapse_large.xml</death>
|
||||
</SoundGroups>
|
||||
</Sound>
|
||||
<TerritoryInfluence>
|
||||
<Radius>50</Radius>
|
||||
</TerritoryInfluence>
|
||||
<VisualActor>
|
||||
<Actor>structures/macedonians/library.xml</Actor>
|
||||
<FoundationActor>structures/fndn_4x6.xml</FoundationActor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_special">
|
||||
<BuildRestrictions>
|
||||
<Territory>own ally neutral</Territory>
|
||||
<PlacementType>shore</PlacementType>
|
||||
<Category>Dock</Category>
|
||||
</BuildRestrictions>
|
||||
<Footprint>
|
||||
<Square width="29.0" depth="34.0"/>
|
||||
<Height>9.0</Height>
|
||||
</Footprint>
|
||||
<Health>
|
||||
<SpawnEntityOnDeath>rubble/rubble_stone_4x6</SpawnEntityOnDeath>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<GenericName>Lighthouse</GenericName>
|
||||
<SpecificName>Pharos</SpecificName>
|
||||
<Tooltip>Build along the shore to reveal the shorelines over the entire map.</Tooltip>
|
||||
<History>The Ptolemaic dynasty in Egypt built the magnificent Lighthouse of Alexandria near the harbor mouth of that Nile Delta city. This structure could be seen for many kilometers out to sea and was one of the Seven Wonders of the World.</History>
|
||||
<Icon>structures/library_scroll.png</Icon>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="25.0" depth="30.0"/>
|
||||
</Obstruction>
|
||||
<Position>
|
||||
<Floating>true</Floating>
|
||||
</Position>
|
||||
<ProductionQueue>
|
||||
<BatchTimeModifier>0.7</BatchTimeModifier>
|
||||
<Technologies datatype="tokens">
|
||||
hellenes/special_hellenistic_metropolis
|
||||
</Technologies>
|
||||
</ProductionQueue>
|
||||
<Sound>
|
||||
<SoundGroups>
|
||||
<select>interface/select/building/sel_temple.xml</select>
|
||||
<constructed>interface/complete/building/complete_temple.xml</constructed>
|
||||
<death>attack/destruction/building_collapse_large.xml</death>
|
||||
</SoundGroups>
|
||||
</Sound>
|
||||
<TerritoryInfluence>
|
||||
<Radius>50</Radius>
|
||||
</TerritoryInfluence>
|
||||
<VisualActor>
|
||||
<Actor>structures/macedonians/library.xml</Actor>
|
||||
<FoundationActor>structures/fndn_4x6.xml</FoundationActor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_economic_market">
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>?</SpecificName>
|
||||
<History>Most Hellenistic cities were centers of trade.</History>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>structures/hellenes/market.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
+44
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_military_barracks">
|
||||
<BuildRestrictions>
|
||||
<Territory>own neutral</Territory>
|
||||
</BuildRestrictions>
|
||||
<Cost>
|
||||
<Resources>
|
||||
<wood>200</wood>
|
||||
<stone>200</stone>
|
||||
</Resources>
|
||||
</Cost>
|
||||
<Footprint>
|
||||
<Square width="25.0" depth="25.0"/>
|
||||
<Height>12.0</Height>
|
||||
</Footprint>
|
||||
<Health>
|
||||
<SpawnEntityOnDeath>rubble/rubble_stone_5x5</SpawnEntityOnDeath>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<GenericName>Military Settlement</GenericName>
|
||||
<SpecificName>Klēroukhia</SpecificName>
|
||||
<Classes datatype="tokens">Town</Classes>
|
||||
<History>The Ptolemies invited Greeks and Galatians (Gauls) alike to settle in Egypt within military settlements 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 pharaoh's army when called to duty. This created a upper-middle class of military settlers who owed their livelihoods and fortunes to the pharaoh and helped grow the available manpower for the Egyptian army. A side effect of this system was that it drained the Greek homeland of military-aged men, a contributing factor to Greece's inevitable conquest by Rome.</History>
|
||||
<RequiredTechnology>phase_town</RequiredTechnology>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="20.0" depth="20.0"/>
|
||||
</Obstruction>
|
||||
<ProductionQueue>
|
||||
<Entities datatype="tokens">
|
||||
units/ptol_infantry_swordsman_b
|
||||
units/ptol_cavalry_spearman_b
|
||||
units/ptol_cavalry_javelinist_b
|
||||
</Entities>
|
||||
<Technologies datatype="tokens">
|
||||
-unlock_champion_units
|
||||
</Technologies>
|
||||
</ProductionQueue>
|
||||
<VisualActor>
|
||||
<Actor>structures/athenians/barracks.xml</Actor>
|
||||
<FoundationActor>structures/fndn_5x5.xml</FoundationActor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_defense_outpost">
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>Egyptian Outpost</SpecificName>
|
||||
<History>*N/A*</History>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>structures/hellenes/outpost.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_economic_storehouse">
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>?</SpecificName>
|
||||
<History>Resources and building materials were kept in warehouses.</History>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>structures/hellenes/storehouse.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_civic_temple">
|
||||
<Footprint>
|
||||
<Square width="19.0" depth="31.5"/>
|
||||
<Height>12.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>?</SpecificName>
|
||||
<History>?</History>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="17.5" depth="30.0"/>
|
||||
</Obstruction>
|
||||
<VisualActor>
|
||||
<Actor>structures/macedonians/temple.xml</Actor>
|
||||
<FoundationActor>props/special/eyecandy/greek_temple_unfinished.xml</FoundationActor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_defense_wall_gate">
|
||||
<Footprint>
|
||||
<Square width="39.0" depth="8.0"/>
|
||||
<Height>9.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>?</SpecificName>
|
||||
<History>(Insert history)</History>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Obstructions>
|
||||
<Right width="12" depth="6.5" x="12.5" z="0"/>
|
||||
<Left width="12" depth="6.5" x="-12.5" z="0"/>
|
||||
<Door width="13" depth="6.5" x="0" z="0"/>
|
||||
</Obstructions>
|
||||
</Obstruction>
|
||||
<VisualActor>
|
||||
<Actor>structures/hellenes/wall_gate.xml</Actor>
|
||||
</VisualActor>
|
||||
<WallPiece>
|
||||
<Length>38.0</Length>
|
||||
</WallPiece>
|
||||
</Entity>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_defense_wall_long">
|
||||
<Footprint>
|
||||
<Square width="38.5" depth="7.0"/>
|
||||
<Height>9.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SelectionGroupName>structures/ptol_wallset_stone</SelectionGroupName>
|
||||
<SpecificName>?</SpecificName>
|
||||
<History>?</History>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="37.0" depth="6.0"/>
|
||||
</Obstruction>
|
||||
<VisualActor>
|
||||
<Actor>structures/hellenes/wall_long.xml</Actor>
|
||||
</VisualActor>
|
||||
<WallPiece>
|
||||
<Length>37.0</Length>
|
||||
</WallPiece>
|
||||
</Entity>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_defense_wall_medium">
|
||||
<Footprint>
|
||||
<Square width="26.0" depth="7.0"/>
|
||||
<Height>9.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SelectionGroupName>structures/mace_wallset_stone</SelectionGroupName>
|
||||
<SpecificName>?</SpecificName>
|
||||
<History>?</History>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="24.0" depth="6.0"/>
|
||||
</Obstruction>
|
||||
<VisualActor>
|
||||
<Actor>structures/hellenes/wall_medium.xml</Actor>
|
||||
</VisualActor>
|
||||
<WallPiece>
|
||||
<Length>24.0</Length>
|
||||
</WallPiece>
|
||||
</Entity>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_defense_wall_short">
|
||||
<Footprint>
|
||||
<Square width="14.0" depth="7.0"/>
|
||||
<Height>9.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SelectionGroupName>structures/mace_wallset_stone</SelectionGroupName>
|
||||
<SpecificName>?</SpecificName>
|
||||
<History>?</History>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="13.0" depth="6.0"/>
|
||||
</Obstruction>
|
||||
<VisualActor>
|
||||
<Actor>structures/hellenes/wall_short.xml</Actor>
|
||||
</VisualActor>
|
||||
<WallPiece>
|
||||
<Length>13.0</Length>
|
||||
</WallPiece>
|
||||
</Entity>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_defense_wall_tower">
|
||||
<Footprint>
|
||||
<Square width="9.0" depth="9.0"/>
|
||||
<Height>15.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>?</SpecificName>
|
||||
<History>Towers were an important part of city fortifications. The defending troops shot arrows at the enemy and poured boiling oil over the assailants.</History>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="7.5" depth="7.5"/>
|
||||
</Obstruction>
|
||||
<VisualActor>
|
||||
<Actor>structures/hellenes/wall_tower.xml</Actor>
|
||||
</VisualActor>
|
||||
<WallPiece>
|
||||
<Length>7.5</Length>
|
||||
</WallPiece>
|
||||
</Entity>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_defense_wallset">
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>?</SpecificName>
|
||||
<History>?</History>
|
||||
</Identity>
|
||||
<WallSet>
|
||||
<Templates>
|
||||
<Tower>structures/mace_wall_tower</Tower>
|
||||
<Gate>structures/mace_wall_gate</Gate>
|
||||
<WallLong>structures/mace_wall_long</WallLong>
|
||||
<WallMedium>structures/mace_wall_medium</WallMedium>
|
||||
<WallShort>structures/mace_wall_short</WallShort>
|
||||
</Templates>
|
||||
<MaxTowerOverlap>0.90</MaxTowerOverlap>
|
||||
<MinTowerOverlap>0.05</MinTowerOverlap>
|
||||
</WallSet>
|
||||
</Entity>
|
||||
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_wonder">
|
||||
<Footprint>
|
||||
<Square width="28.0" depth="58.0"/>
|
||||
<Height>12.0</Height>
|
||||
</Footprint>
|
||||
<GarrisonHolder>
|
||||
<Max>30</Max>
|
||||
<EjectHealth>0.1</EjectHealth>
|
||||
<EjectEntitiesOnDestroy>true</EjectEntitiesOnDestroy>
|
||||
<List datatype="tokens">Support Infantry Cavalry</List>
|
||||
<BuffHeal>3</BuffHeal>
|
||||
<LoadingRange>2</LoadingRange>
|
||||
</GarrisonHolder>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>Temple of Edfu</SpecificName>
|
||||
<History>?</History>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="27.0" depth="57.0"/>
|
||||
</Obstruction>
|
||||
<RallyPoint/>
|
||||
<VisualActor>
|
||||
<FoundationActor>structures/fndn_8x8.xml</FoundationActor>
|
||||
<Actor>structures/hellenes/temple_epic.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="units/ptol_cavalry_archer_b">
|
||||
<Armour>
|
||||
<Hack>6</Hack>
|
||||
<Pierce>8</Pierce>
|
||||
<Crush>9</Crush>
|
||||
</Armour>
|
||||
<Attack>
|
||||
<Ranged>
|
||||
<Spread>1.3</Spread>
|
||||
<MaxRange>60.0</MaxRange>
|
||||
<MinRange>16.0</MinRange>
|
||||
</Ranged>
|
||||
</Attack>
|
||||
<Cost>
|
||||
<Population>6</Population>
|
||||
</Cost>
|
||||
<Footprint replace="">
|
||||
<Square width="8.0" depth="11.0"/>
|
||||
<Height>5.0</Height>
|
||||
</Footprint>
|
||||
<Health>
|
||||
<Max>230</Max>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Rank>Advanced</Rank>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Unit radius="2.5"/>
|
||||
</Obstruction>
|
||||
<Promotion>
|
||||
<Entity>units/pers_cavalry_archer_e</Entity>
|
||||
</Promotion>
|
||||
<ResourceGatherer>
|
||||
<BaseSpeed>0.75</BaseSpeed>
|
||||
</ResourceGatherer>
|
||||
<UnitMotion>
|
||||
<WalkSpeed>10.0</WalkSpeed>
|
||||
<Run>
|
||||
<Speed>30.0</Speed>
|
||||
</Run>
|
||||
</UnitMotion>
|
||||
<VisualActor>
|
||||
<Actor>units/persians/cavalry_archer_a.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_cavalry_ranged_archer">
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<Classes datatype="tokens">Camel</Classes>
|
||||
<SelectionGroupName>units/ptol_cavalry_archer_b</SelectionGroupName>
|
||||
<GenericName>Nabataean Camel Archer</GenericName>
|
||||
<SpecificName>?</SpecificName>
|
||||
<History>?</History>
|
||||
<Icon>units/pers_cavalry_archer.png</Icon>
|
||||
<Tooltip>Classes: Ranged Cavalry Camel Archer.
|
||||
Counters: 2x vs. Spearmen, 1.5x vs. Swordsmen.
|
||||
Countered by: Skirmishers and Elephants.
|
||||
"Stench" aura vs. Horses (Cavalry are less effective against Camels).</Tooltip>
|
||||
<RequiredTechnology>phase_village</RequiredTechnology>
|
||||
</Identity>
|
||||
<Promotion>
|
||||
<Entity>units/ptol_cavalry_archer_a</Entity>
|
||||
</Promotion>
|
||||
<VisualActor>
|
||||
<Actor>units/persians/cavalry_archer_b.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="units/ptol_cavalry_archer_a">
|
||||
<Armour>
|
||||
<Hack>7</Hack>
|
||||
<Pierce>9</Pierce>
|
||||
<Crush>10</Crush>
|
||||
</Armour>
|
||||
<Attack>
|
||||
<Ranged>
|
||||
<Spread>1.0</Spread>
|
||||
<MaxRange>64.0</MaxRange>
|
||||
<MinRange>12.0</MinRange>
|
||||
</Ranged>
|
||||
</Attack>
|
||||
<Health>
|
||||
<Max>240</Max>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Rank>Elite</Rank>
|
||||
</Identity>
|
||||
<Promotion disable=""/>
|
||||
<ResourceGatherer>
|
||||
<BaseSpeed>0.5</BaseSpeed>
|
||||
</ResourceGatherer>
|
||||
<UnitMotion>
|
||||
<WalkSpeed>9.5</WalkSpeed>
|
||||
<Run>
|
||||
<Speed>27.0</Speed>
|
||||
</Run>
|
||||
</UnitMotion>
|
||||
<VisualActor>
|
||||
<Actor>units/persians/cavalry_archer_e.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="units/ptol_cavalry_javelinist_b">
|
||||
<Armour>
|
||||
<Hack>2</Hack>
|
||||
<Pierce>4</Pierce>
|
||||
<Crush>2</Crush>
|
||||
</Armour>
|
||||
<Attack>
|
||||
<Ranged>
|
||||
<Spread>1.3</Spread>
|
||||
<MaxRange>48</MaxRange>
|
||||
</Ranged>
|
||||
</Attack>
|
||||
<Health>
|
||||
<Max>160</Max>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Rank>Advanced</Rank>
|
||||
</Identity>
|
||||
<Promotion>
|
||||
<Entity>units/ptol_cavalry_javelinist_e</Entity>
|
||||
</Promotion>
|
||||
<ResourceGatherer>
|
||||
<BaseSpeed>0.75</BaseSpeed>
|
||||
</ResourceGatherer>
|
||||
<VisualActor>
|
||||
<Actor>units/macedonians/cavalry_javelinist_a.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_cavalry_ranged_javelinist">
|
||||
<Cost>
|
||||
<Resources>
|
||||
<food>0</food>
|
||||
<wood>50</wood>
|
||||
<metal>80</metal>
|
||||
</Resources>
|
||||
</Cost>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SelectionGroupName>units/mace_cavalry_javelinist_b</SelectionGroupName>
|
||||
<GenericName>Tarantine Settler Cavalry</GenericName>
|
||||
<SpecificName>Hippeus Tarantinos</SpecificName>
|
||||
<History>?</History>
|
||||
<Icon>units/mace_cavalry_javelinist.png</Icon>
|
||||
<RequiredTechnology>phase_town</RequiredTechnology>
|
||||
</Identity>
|
||||
<Promotion>
|
||||
<Entity>units/ptol_cavalry_javelinist_a</Entity>
|
||||
</Promotion>
|
||||
<VisualActor>
|
||||
<Actor>units/macedonians/cavalry_javelinist_b.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="units/ptol_cavalry_javelinist_a">
|
||||
<Armour>
|
||||
<Hack>3</Hack>
|
||||
<Pierce>5</Pierce>
|
||||
<Crush>3</Crush>
|
||||
</Armour>
|
||||
<Attack>
|
||||
<Ranged>
|
||||
<Spread>1.0</Spread>
|
||||
<MaxRange>52</MaxRange>
|
||||
</Ranged>
|
||||
</Attack>
|
||||
<Health>
|
||||
<Max>170</Max>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Rank>Elite</Rank>
|
||||
</Identity>
|
||||
<Promotion disable=""/>
|
||||
<ResourceGatherer>
|
||||
<BaseSpeed>0.5</BaseSpeed>
|
||||
</ResourceGatherer>
|
||||
<VisualActor>
|
||||
<Actor>units/macedonians/cavalry_javelinist_e.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="units/ptol_cavalry_spearman_b">
|
||||
<Armour>
|
||||
<Hack>2</Hack>
|
||||
<Pierce>4</Pierce>
|
||||
<Crush>5</Crush>
|
||||
</Armour>
|
||||
<Attack>
|
||||
<Melee>
|
||||
<Hack>12.0</Hack>
|
||||
</Melee>
|
||||
<Charge>
|
||||
<Hack>36.0</Hack>
|
||||
</Charge>
|
||||
</Attack>
|
||||
<Health>
|
||||
<Max>210</Max>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Rank>Advanced</Rank>
|
||||
</Identity>
|
||||
<Promotion>
|
||||
<Entity>units/ptol_cavalry_spearman_e</Entity>
|
||||
</Promotion>
|
||||
<ResourceGatherer>
|
||||
<BaseSpeed>0.75</BaseSpeed>
|
||||
</ResourceGatherer>
|
||||
<UnitMotion>
|
||||
<WalkSpeed>12.5</WalkSpeed>
|
||||
<Run>
|
||||
<Speed>25.0</Speed>
|
||||
</Run>
|
||||
</UnitMotion>
|
||||
<VisualActor>
|
||||
<Actor>units/macedonians/cavalry_spearman_a.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_cavalry_melee_spearman">
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SelectionGroupName>units/ptol_cavalry_spearman_b</SelectionGroupName>
|
||||
<GenericName>Macedonian Settler Cavalry</GenericName>
|
||||
<SpecificName>Hippeus Makedonikos</SpecificName>
|
||||
<History>?</History>
|
||||
<Icon>units/mace_cavalry_spearman.png</Icon>
|
||||
<RequiredTechnology>phase_town</RequiredTechnology>
|
||||
</Identity>
|
||||
<Promotion>
|
||||
<Entity>units/ptol_cavalry_spearman_a</Entity>
|
||||
</Promotion>
|
||||
<VisualActor>
|
||||
<Actor>units/macedonians/cavalry_spearman_b.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="units/ptol_cavalry_spearman_a">
|
||||
<Armour>
|
||||
<Hack>3</Hack>
|
||||
<Pierce>6</Pierce>
|
||||
<Crush>6</Crush>
|
||||
</Armour>
|
||||
<Attack>
|
||||
<Melee>
|
||||
<Hack>14.0</Hack>
|
||||
</Melee>
|
||||
<Charge>
|
||||
<Hack>42.0</Hack>
|
||||
</Charge>
|
||||
</Attack>
|
||||
<Health>
|
||||
<Max>220</Max>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Rank>Elite</Rank>
|
||||
</Identity>
|
||||
<Promotion disable=""/>
|
||||
<ResourceGatherer>
|
||||
<BaseSpeed>0.5</BaseSpeed>
|
||||
</ResourceGatherer>
|
||||
<UnitMotion>
|
||||
<WalkSpeed>12.0</WalkSpeed>
|
||||
<Run>
|
||||
<Speed>24.0</Speed>
|
||||
</Run>
|
||||
</UnitMotion>
|
||||
<VisualActor>
|
||||
<Actor>units/macedonians/cavalry_spearman_e.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_champion_cavalry_spearman">
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<GenericName>King's Guard Cavalry</GenericName>
|
||||
<SpecificName>Agema Basilikos</SpecificName>
|
||||
<History>?</History>
|
||||
<Icon>units/hele_champion_cavalry_mace.png</Icon>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>units/macedonians/champion_cavalry.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_mechanical_ship_quinquereme">
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<GenericName>Juggernaut Warship</GenericName>
|
||||
<SpecificName>Tessarakontḗrēs</SpecificName>
|
||||
<Icon>units/rome_ship_quinquereme.png</Icon>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>structures/romans/quinquereme.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_hero_cavalry_javelinist">
|
||||
<Cost>
|
||||
<Population>4</Population>
|
||||
<BuildTime>50</BuildTime>
|
||||
<Resources>
|
||||
<food>200</food>
|
||||
<wood>100</wood>
|
||||
<metal>100</metal>
|
||||
</Resources>
|
||||
</Cost>
|
||||
<Footprint replace="">
|
||||
<Square width="4.5" depth="9.0"/>
|
||||
<Height>5.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<Classes datatype="tokens">Chariot</Classes>
|
||||
<GenericName>Cleopatra VII</GenericName>
|
||||
<SpecificName>Kleopatra H' Philopater</SpecificName>
|
||||
<Tooltip>Classes: Hero Cavalry Chariot Archer.
|
||||
"Consort" Hero Aura: Increased effectiveness of allied heroes in her vision. Decreased effectiveness for enemy heroes.
|
||||
"Patriot" Hero Aura: Egyptian units fight harder when in vision of her.</Tooltip>
|
||||
<History>Cleopatra VII is one of the most discussed women in history. She came to the throne of Egypt at the age of 18 and ruled with guile and cunning. Fully Greek in heritage, she nevertheless engendered great support from the Egyptian people by being the first Ptolemaic Pharaoh to learn the Egyptian language. Her patron goddess was the Egyptian goddess Issus, even though by this time the Macedonians had imported much of their pantheon of Olympian gods. Cleopatra met Julius Caesar in 48 BCE, when he arrived to conquer Egypt for Rome. She succeeded in changing his mind. She bore him a son the next year and traveled to Rome as Caesar's bride, but when Julius was assassinated she fled back to Egypt. Later, on his way to attack Parthia, Marcus Antony, trusted general of the late Caesar, stopped in Egypt. There he met Cleopatra and fell immediately in love. Cleopatra bore him 4 children. Together, they fought Octavian Caesar (who would go on to become Augustus Caesar, first emperor of Rome) in a Roman civil war. After the disastrous naval battle of Actium (31 BCE) off the coast of Greece, they fled back to Egypt, hotly pursued by Octavian. The next year, surrounded by Octavian's forces with no hope of regaining power, Antony committed suicide. Cleopatra, the last of the Egyptian Pharaohs and the last of Alexander's Successors, followed Antony in death, committing suicide by Asp, a deadly snake.</History>
|
||||
<Icon>units/celt_hero_boudicca.png</Icon>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Unit radius="1.5"/>
|
||||
</Obstruction>
|
||||
<Sound>
|
||||
<SoundGroups>
|
||||
<select>voice/hellenes/civ/female/civ_female_select.xml</select>
|
||||
<order_walk>voice/hellenes/civ/female/civ_female_walk.xml</order_walk>
|
||||
<order_attack>voice/hellenes/civ/female/civ_female_go_out_against.xml</order_attack>
|
||||
<order_gather>voice/hellenes/civ/female/civ_female_gather_together.xml</order_gather>
|
||||
<order_repair>voice/hellenes/civ/female/civ_female_repair.xml</order_repair>
|
||||
<order_garrison>voice/hellenes/civ/female/civ_female_garrison.xml</order_garrison>
|
||||
<death>actor/human/death/female_death.xml</death>
|
||||
</SoundGroups>
|
||||
</Sound>
|
||||
<VisualActor>
|
||||
<Actor>units/celts/boudicca_chariot.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_hero_elephant_melee">
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<GenericName>Ptolemy I "Savior"</GenericName>
|
||||
<SpecificName>Ptolemaios A' Soter</SpecificName>
|
||||
<Tooltip>Classes: Hero Elephant.
|
||||
"Hero" Aura:
|
||||
"Hero" Aura:</Tooltip>
|
||||
<History>Born in 367 BCE, Ptolemy I grew to become one of Alexander the Great's closest friends and generals. He was instrumental in Alexander's later campaigns in Bactria (modern Afghanistan) and India. After Alexander's death, Ptolemy took control of the Satrap of Egypt, and after the Battle of Ipsus became sole ruler of Egypt as "Pharaoh," founding the Ptolemy Dynasty that would rule Egypt for nearly 3 centuries. Ptolemaic Egypt reached the height of its territorial boundaries under his reign as he added Syria, Judea, Cyprus, and parts of Asia Minor to his realm. His reputation for bonhomie and liberality attached the floating soldier-class of Macedonians and Hellenes to his service, and was not insignificant; nor did he wholly neglect conciliation of the native Egyptians. He was a ready patron of letters, founding the Great Library of Alexandria. He himself wrote a history of Alexander's campaigns that has not survived. This used to be considered an objective work, distinguished by its straightforward honesty and sobriety. However, Ptolemy may have exaggerated his own role, and had propagandist aims in writing his History. Although now lost, it was a principal source for the surviving account by Arrian of Nicomedia. Ptolemy died in 283 BCE, the last of the Diodachoi, leaving a well-ordered and stable kingdom to his progeny.</History>
|
||||
<Icon>units/hele_hero_alexander.png</Icon>
|
||||
</Identity>
|
||||
<Vision>
|
||||
<Range>77</Range>
|
||||
</Vision>
|
||||
<VisualActor>
|
||||
<Actor>units/carthaginians/hero_hannibal_mount.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_hero_cavalry_swordsman">
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<GenericName>Ptolemy IV "Father Loving"</GenericName>
|
||||
<SpecificName>Ptolemaios D' Philopater</SpecificName>
|
||||
<Tooltip>Classes: Hero Melee Cavalry Swordsman.
|
||||
"Hero" Aura:</Tooltip>
|
||||
<History>Ptolemy IV Philopater's reign was inaugurated by the murder of his mother, and he was always under the dominion of favourites, male and female, who indulged his vices and conducted the government as they pleased. Self-interest led his ministers to make serious preparations to meet the attacks of Antiochus III the Great on Coele-Syria including Judea, and the great Egyptian victory of Raphia (217), where Ptolemy himself was present, secured the northern borders of the kingdom for the remainder of his reign. Ptolemy IV is said to have built a giant ship known as the tessarakonteres ("forty"), a huge type of galley. The forty of its name may refer to its number of banks of oars. The current theory is that Ptolemy's ship was an oversize catamaran galley, measuring 128 m 420 ft.</History>
|
||||
<Icon>units/mace_hero_philip.png</Icon>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>units/macedonians/philip_horse.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="units/ptol_infantry_archer_b">
|
||||
<Armour>
|
||||
<Hack>2</Hack>
|
||||
<Pierce>3</Pierce>
|
||||
<Crush>4</Crush>
|
||||
</Armour>
|
||||
<Attack>
|
||||
<Ranged>
|
||||
<Spread>1.3</Spread>
|
||||
<MaxRange>54.0</MaxRange>
|
||||
</Ranged>
|
||||
</Attack>
|
||||
<Health>
|
||||
<Max>95</Max>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Rank>Advanced</Rank>
|
||||
</Identity>
|
||||
<Promotion>
|
||||
<Entity>units/ptol_infantry_archer_e</Entity>
|
||||
</Promotion>
|
||||
<ResourceGatherer>
|
||||
<BaseSpeed>0.75</BaseSpeed>
|
||||
</ResourceGatherer>
|
||||
<Stamina>
|
||||
<Max>700</Max>
|
||||
</Stamina>
|
||||
<VisualActor>
|
||||
<Actor>units/macedonians/infantry_archer_a.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_infantry_ranged_archer">
|
||||
<Builder>
|
||||
<Entities datatype="tokens">
|
||||
structures/ptol_military_settlement
|
||||
structures/ptol_lighthouse
|
||||
structures/ptol_library
|
||||
structures/ptol_wonder
|
||||
</Entities>
|
||||
</Builder>
|
||||
<Cost>
|
||||
<Resources>
|
||||
<food>0</food>
|
||||
<metal>50</metal>
|
||||
</Resources>
|
||||
</Cost>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SelectionGroupName>units/ptol_infantry_archer_b</SelectionGroupName>
|
||||
<GenericName>Nubian Mercenary Archer</GenericName>
|
||||
<SpecificName>?</SpecificName>
|
||||
<History>?</History>
|
||||
<Icon>units/hele_infantry_archer.png</Icon>
|
||||
<RequiredTechnology>phase_village</RequiredTechnology>
|
||||
</Identity>
|
||||
<Promotion>
|
||||
<Entity>units/ptol_infantry_archer_a</Entity>
|
||||
</Promotion>
|
||||
<VisualActor>
|
||||
<Actor>units/macedonians/infantry_archer_b.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="units/ptol_infantry_archer_a">
|
||||
<Armour>
|
||||
<Hack>3</Hack>
|
||||
<Pierce>4</Pierce>
|
||||
<Crush>5</Crush>
|
||||
</Armour>
|
||||
<Attack>
|
||||
<Ranged>
|
||||
<Spread>1.0</Spread>
|
||||
<MaxRange>58.0</MaxRange>
|
||||
</Ranged>
|
||||
</Attack>
|
||||
<Health>
|
||||
<Max>105</Max>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Rank>Elite</Rank>
|
||||
</Identity>
|
||||
<Promotion disable=""/>
|
||||
<ResourceGatherer>
|
||||
<BaseSpeed>0.5</BaseSpeed>
|
||||
</ResourceGatherer>
|
||||
<Stamina>
|
||||
<Max>690</Max>
|
||||
</Stamina>
|
||||
<UnitMotion>
|
||||
<WalkSpeed>6.7</WalkSpeed>
|
||||
<Run>
|
||||
<Speed>16.75</Speed>
|
||||
</Run>
|
||||
</UnitMotion>
|
||||
<VisualActor>
|
||||
<Actor>units/macedonians/infantry_archer_e.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="units/ptol_infantry_javelinist_b">
|
||||
<Armour>
|
||||
<Hack>2</Hack>
|
||||
<Pierce>3</Pierce>
|
||||
<Crush>4</Crush>
|
||||
</Armour>
|
||||
<Attack>
|
||||
<Ranged>
|
||||
<Spread>1.3</Spread>
|
||||
<MaxRange>48.0</MaxRange>
|
||||
</Ranged>
|
||||
</Attack>
|
||||
<Health>
|
||||
<Max>100</Max>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Rank>Advanced</Rank>
|
||||
</Identity>
|
||||
<Promotion>
|
||||
<Entity>units/ptol_infantry_javelinist_e</Entity>
|
||||
</Promotion>
|
||||
<ResourceGatherer>
|
||||
<BaseSpeed>0.75</BaseSpeed>
|
||||
</ResourceGatherer>
|
||||
<UnitMotion>
|
||||
<WalkSpeed>10.5</WalkSpeed>
|
||||
<Run>
|
||||
<Speed>20.0</Speed>
|
||||
</Run>
|
||||
</UnitMotion>
|
||||
<VisualActor>
|
||||
<Actor>units/macedonians/infantry_javelinist_a.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_infantry_ranged_javelinist">
|
||||
<Builder>
|
||||
<Entities datatype="tokens">
|
||||
structures/ptol_military_settlement
|
||||
structures/ptol_lighthouse
|
||||
structures/ptol_library
|
||||
structures/ptol_wonder
|
||||
</Entities>
|
||||
</Builder>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SelectionGroupName>units/ptol_infantry_javelinist_b</SelectionGroupName>
|
||||
<GenericName>Libyan Mercenary</GenericName>
|
||||
<SpecificName>?</SpecificName>
|
||||
<History>?</History>
|
||||
<Icon>units/mace_infantry_javelinist.png</Icon>
|
||||
<RequiredTechnology>phase_town</RequiredTechnology>
|
||||
</Identity>
|
||||
<Promotion>
|
||||
<Entity>units/ptol_infantry_javelinist_a</Entity>
|
||||
</Promotion>
|
||||
<VisualActor>
|
||||
<Actor>units/macedonians/infantry_javelinist_b.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="units/ptol_infantry_javelinist_a">
|
||||
<Armour>
|
||||
<Hack>3</Hack>
|
||||
<Pierce>4</Pierce>
|
||||
<Crush>5</Crush>
|
||||
</Armour>
|
||||
<Attack>
|
||||
<Ranged>
|
||||
<Spread>1.0</Spread>
|
||||
<MaxRange>52.0</MaxRange>
|
||||
</Ranged>
|
||||
</Attack>
|
||||
<Health>
|
||||
<Max>110</Max>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Rank>Elite</Rank>
|
||||
</Identity>
|
||||
<Promotion disable=""/>
|
||||
<ResourceGatherer>
|
||||
<BaseSpeed>0.5</BaseSpeed>
|
||||
</ResourceGatherer>
|
||||
<UnitMotion>
|
||||
<WalkSpeed>10.0</WalkSpeed>
|
||||
<Run>
|
||||
<Speed>20.0</Speed>
|
||||
</Run>
|
||||
</UnitMotion>
|
||||
<VisualActor>
|
||||
<Actor>units/macedonians/infantry_javelinist_e.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="units/ptol_infantry_slinger_b">
|
||||
<Armour>
|
||||
<Hack>2</Hack>
|
||||
<Pierce>3</Pierce>
|
||||
<Crush>4</Crush>
|
||||
</Armour>
|
||||
<Attack>
|
||||
<Ranged>
|
||||
<Spread>0.9</Spread>
|
||||
<MaxRange>52.0</MaxRange>
|
||||
</Ranged>
|
||||
</Attack>
|
||||
<Health>
|
||||
<Max>100</Max>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Rank>Advanced</Rank>
|
||||
</Identity>
|
||||
<Promotion>
|
||||
<Entity>units/ptol_infantry_slinger_e</Entity>
|
||||
</Promotion>
|
||||
<ResourceGatherer>
|
||||
<BaseSpeed>0.75</BaseSpeed>
|
||||
</ResourceGatherer>
|
||||
<UnitMotion>
|
||||
<WalkSpeed>7.5</WalkSpeed>
|
||||
<Run>
|
||||
<Speed>21.6</Speed>
|
||||
</Run>
|
||||
</UnitMotion>
|
||||
<VisualActor>
|
||||
<Actor>units/macedonians/infantry_slinger_a.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_infantry_ranged_slinger">
|
||||
<Builder>
|
||||
<Entities datatype="tokens">
|
||||
structures/ptol_military_settlement
|
||||
structures/ptol_lighthouse
|
||||
structures/ptol_library
|
||||
structures/ptol_wonder
|
||||
</Entities>
|
||||
</Builder>
|
||||
<Identity>
|
||||
<Civ>mace</Civ>
|
||||
<SelectionGroupName>units/mace_infantry_slinger_b</SelectionGroupName>
|
||||
<GenericName>Judean Slinger</GenericName>
|
||||
<SpecificName>?</SpecificName>
|
||||
<History>?</History>
|
||||
<Icon>units/hele_infantry_slinger.png</Icon>
|
||||
<RequiredTechnology>phase_town</RequiredTechnology>
|
||||
</Identity>
|
||||
<Promotion>
|
||||
<Entity>units/ptol_infantry_slinger_a</Entity>
|
||||
</Promotion>
|
||||
<VisualActor>
|
||||
<Actor>units/macedonians/infantry_slinger_b.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="units/mace_infantry_slinger_a">
|
||||
<Armour>
|
||||
<Hack>3</Hack>
|
||||
<Pierce>4</Pierce>
|
||||
<Crush>5</Crush>
|
||||
</Armour>
|
||||
<Attack>
|
||||
<Ranged>
|
||||
<Spread>0.8</Spread>
|
||||
<MaxRange>56.0</MaxRange>
|
||||
</Ranged>
|
||||
</Attack>
|
||||
<Health>
|
||||
<Max>110</Max>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Rank>Elite</Rank>
|
||||
</Identity>
|
||||
<Promotion disable=""/>
|
||||
<ResourceGatherer>
|
||||
<BaseSpeed>0.5</BaseSpeed>
|
||||
</ResourceGatherer>
|
||||
<UnitMotion>
|
||||
<WalkSpeed>7.0</WalkSpeed>
|
||||
<Run>
|
||||
<Speed>20.4</Speed>
|
||||
</Run>
|
||||
</UnitMotion>
|
||||
<VisualActor>
|
||||
<Actor>units/macedonians/infantry_slinger_e.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="units/ptol_infantry_spearman_b">
|
||||
<Armour>
|
||||
<Hack>12</Hack>
|
||||
<Pierce>9</Pierce>
|
||||
<Crush>9</Crush>
|
||||
</Armour>
|
||||
<Attack>
|
||||
<Melee>
|
||||
<Hack>6.0</Hack>
|
||||
</Melee>
|
||||
<Charge>
|
||||
<Hack>12.0</Hack>
|
||||
</Charge>
|
||||
</Attack>
|
||||
<Health>
|
||||
<Max>110</Max>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Rank>Advanced</Rank>
|
||||
</Identity>
|
||||
<Promotion>
|
||||
<Entity>units/ptol_infantry_spearman_e</Entity>
|
||||
</Promotion>
|
||||
<ResourceGatherer>
|
||||
<BaseSpeed>0.75</BaseSpeed>
|
||||
</ResourceGatherer>
|
||||
<UnitMotion>
|
||||
<WalkSpeed>6.0</WalkSpeed>
|
||||
<Run>
|
||||
<Speed>12.0</Speed>
|
||||
</Run>
|
||||
</UnitMotion>
|
||||
<VisualActor>
|
||||
<Actor>units/macedonians/infantry_spearman_a.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_infantry_melee_pikeman">
|
||||
<Builder>
|
||||
<Entities datatype="tokens">
|
||||
structures/ptol_military_settlement
|
||||
structures/ptol_lighthouse
|
||||
structures/ptol_library
|
||||
structures/ptol_wonder
|
||||
</Entities>
|
||||
</Builder>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SelectionGroupName>units/ptol_infantry_spearman_b</SelectionGroupName>
|
||||
<GenericName>Egyptian Pikeman</GenericName>
|
||||
<SpecificName>Makhimos Phalangites</SpecificName>
|
||||
<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>
|
||||
<Icon>units/hele_champion_infantry_mace.png</Icon>
|
||||
</Identity>
|
||||
<Promotion>
|
||||
<Entity>units/ptol_infantry_spearman_a</Entity>
|
||||
</Promotion>
|
||||
<VisualActor>
|
||||
<Actor>units/macedonians/infantry_spearman_b.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="units/ptol_infantry_spearman_a">
|
||||
<Armour>
|
||||
<Hack>14</Hack>
|
||||
<Pierce>10</Pierce>
|
||||
<Crush>10</Crush>
|
||||
</Armour>
|
||||
<Attack>
|
||||
<Melee>
|
||||
<Hack>7.0</Hack>
|
||||
</Melee>
|
||||
<Charge>
|
||||
<Hack>14.0</Hack>
|
||||
</Charge>
|
||||
</Attack>
|
||||
<Health>
|
||||
<Max>120</Max>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Rank>Elite</Rank>
|
||||
</Identity>
|
||||
<Promotion disable=""/>
|
||||
<ResourceGatherer>
|
||||
<BaseSpeed>0.5</BaseSpeed>
|
||||
</ResourceGatherer>
|
||||
<UnitMotion>
|
||||
<WalkSpeed>5.5</WalkSpeed>
|
||||
<Run>
|
||||
<Speed>11.0</Speed>
|
||||
</Run>
|
||||
</UnitMotion>
|
||||
<VisualActor>
|
||||
<Actor>units/macedonians/infantry_spearman_e.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="units/ptol_infantry_swordsman_b">
|
||||
<Armour>
|
||||
<Hack>5</Hack>
|
||||
<Pierce>2</Pierce>
|
||||
<Crush>4</Crush>
|
||||
</Armour>
|
||||
<Attack>
|
||||
<Melee>
|
||||
<Hack>12.0</Hack>
|
||||
</Melee>
|
||||
<Charge>
|
||||
<Hack>24.0</Hack>
|
||||
</Charge>
|
||||
</Attack>
|
||||
<Health>
|
||||
<Max>110</Max>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Rank>Advanced</Rank>
|
||||
</Identity>
|
||||
<Promotion>
|
||||
<Entity>units/ptol_infantry_swordsman_e</Entity>
|
||||
</Promotion>
|
||||
<ResourceGatherer>
|
||||
<BaseSpeed>0.75</BaseSpeed>
|
||||
</ResourceGatherer>
|
||||
<UnitMotion>
|
||||
<WalkSpeed>7.0</WalkSpeed>
|
||||
<Run>
|
||||
<Speed>15.0</Speed>
|
||||
</Run>
|
||||
</UnitMotion>
|
||||
<VisualActor>
|
||||
<Actor>units/carthaginians/infantry_swordsman_a.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_infantry_melee_swordsman">
|
||||
<Builder>
|
||||
<Entities datatype="tokens">
|
||||
structures/ptol_military_settlement
|
||||
structures/ptol_lighthouse
|
||||
structures/ptol_library
|
||||
structures/ptol_wonder
|
||||
</Entities>
|
||||
</Builder>
|
||||
<Cost>
|
||||
<Resources>
|
||||
<food>0</food>
|
||||
<metal>100</metal>
|
||||
</Resources>
|
||||
</Cost>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SelectionGroupName>units/ptol_infantry_swordsman_b</SelectionGroupName>
|
||||
<GenericName>Gallic Settler Swordsman</GenericName>
|
||||
<SpecificName>?</SpecificName>
|
||||
<Classes datatype="tokens">Celt Mercenary</Classes>
|
||||
<History></History>
|
||||
<Icon>units/cart_infantry_swordsman.png</Icon>
|
||||
</Identity>
|
||||
<Promotion>
|
||||
<Entity>units/ptol_infantry_swordsman_a</Entity>
|
||||
</Promotion>
|
||||
<VisualActor>
|
||||
<Actor>units/carthaginians/infantry_swordsman_b.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="units/ptol_infantry_swordsman_a">
|
||||
<Armour>
|
||||
<Hack>6</Hack>
|
||||
<Pierce>3</Pierce>
|
||||
<Crush>5</Crush>
|
||||
</Armour>
|
||||
<Attack>
|
||||
<Melee>
|
||||
<Hack>14.0</Hack>
|
||||
</Melee>
|
||||
<Charge>
|
||||
<Hack>28.0</Hack>
|
||||
</Charge>
|
||||
</Attack>
|
||||
<Health>
|
||||
<Max>120</Max>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Rank>Elite</Rank>
|
||||
</Identity>
|
||||
<Promotion disable=""/>
|
||||
<ResourceGatherer>
|
||||
<BaseSpeed>0.5</BaseSpeed>
|
||||
</ResourceGatherer>
|
||||
<UnitMotion>
|
||||
<WalkSpeed>6.5</WalkSpeed>
|
||||
<Run>
|
||||
<Speed>14.0</Speed>
|
||||
</Run>
|
||||
</UnitMotion>
|
||||
<VisualActor>
|
||||
<Actor>units/carthaginians/infantry_swordsman_e.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_mechanical_siege_onager">
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>Lithóbolos</SpecificName>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Unit radius="3.5"/>
|
||||
</Obstruction>
|
||||
</Entity>
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="units/mace_mechanical_siege_lithobolos_common">
|
||||
<Identity>
|
||||
<Icon>units/hele_mechanical_siege_lithobolos_packed.png</Icon>
|
||||
</Identity>
|
||||
<Pack>
|
||||
<Entity>units/mace_mechanical_siege_lithobolos_unpacked</Entity>
|
||||
<Time>10000</Time>
|
||||
<State>packed</State>
|
||||
</Pack>
|
||||
<VisualActor>
|
||||
<Actor>units/hellenes/siege_rock_packed.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
+20
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="units/mace_mechanical_siege_lithobolos_common">
|
||||
<Identity>
|
||||
<Icon>units/hele_mechanical_siege_lithobolos.png</Icon>
|
||||
</Identity>
|
||||
<Pack>
|
||||
<Entity>units/mace_mechanical_siege_lithobolos_packed</Entity>
|
||||
<Time>10000</Time>
|
||||
<State>unpacked</State>
|
||||
</Pack>
|
||||
<UnitMotion>
|
||||
<WalkSpeed>0.001</WalkSpeed>
|
||||
<Run>
|
||||
<Speed>0.001</Speed>
|
||||
</Run>
|
||||
</UnitMotion>
|
||||
<VisualActor>
|
||||
<Actor>units/hellenes/siege_rock.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_mechanical_siege_ballista">
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>Polybolos</SpecificName>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Unit radius="3.0"/>
|
||||
</Obstruction>
|
||||
</Entity>
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="units/ptol_mechanical_siege_polybolos_common">
|
||||
<Identity>
|
||||
<Icon>units/hele_mechanical_siege_oxybeles_packed.png</Icon>
|
||||
</Identity>
|
||||
<Pack>
|
||||
<Entity>units/ptol_mechanical_siege_polybolos_unpacked</Entity>
|
||||
<Time>10000</Time>
|
||||
<State>packed</State>
|
||||
</Pack>
|
||||
<VisualActor>
|
||||
<Actor>units/hellenes/siege_spear_packed.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
+20
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="units/ptol_mechanical_siege_polybolos_common">
|
||||
<Identity>
|
||||
<Icon>units/hele_mechanical_siege_oxybeles.png</Icon>
|
||||
</Identity>
|
||||
<Pack>
|
||||
<Entity>units/ptol_mechanical_siege_polybolos_packed</Entity>
|
||||
<Time>10000</Time>
|
||||
<State>unpacked</State>
|
||||
</Pack>
|
||||
<UnitMotion>
|
||||
<WalkSpeed>0.001</WalkSpeed>
|
||||
<Run>
|
||||
<Speed>0.001</Speed>
|
||||
</Run>
|
||||
</UnitMotion>
|
||||
<VisualActor>
|
||||
<Actor>units/hellenes/siege_spear.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_mechanical_siege_tower">
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>Helépolis</SpecificName>
|
||||
<Tooltip>Siege Tower.
|
||||
Garrison up to 20 units inside for massive firepower.</Tooltip>
|
||||
<History>When Demetrius Poliorcetes besieged Salamis, in Cyprus, he instructed that a machine be constructed, which he called "the taker of cities." Its form was that of a square tower, each side 90 cubits high and 45 wide. It rested on four wheels, each eight cubits high. It was divided into nine stories, the lower of which contained machines for throwing great stones, the middle large catapults for throwing spears, and the highest, other machines for throwing smaller stones, together with smaller catapults. It was manned with 200 soldiers, besides those that moved it by pushing the parallel beams at the bottom.</History>
|
||||
<Icon>units/hele_mechanical_siege_tower.png</Icon>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>structures/hellenes/siege_tower.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_mechanical_ship_bireme">
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>Biḗrēs</SpecificName>
|
||||
<History>The design of the bireme 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>
|
||||
<Icon>units/hele_ship_bireme.png</Icon>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>structures/carthaginians/bireme.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_mechanical_ship_fishing">
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>Ploîon Halieutikón</SpecificName>
|
||||
<History>Need History</History>
|
||||
<Icon>units/hele_ship_fishing.png</Icon>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>structures/hellenes/fishing_boat.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_mechanical_ship_merchant">
|
||||
<Footprint replace="">
|
||||
<Square width="8.0" depth="24.0"/>
|
||||
<Height>8.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>Ploîon Phortēgikón</SpecificName>
|
||||
<History>Need History</History>
|
||||
<Icon>units/hele_ship_merchant.png</Icon>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Unit radius="6.0"/>
|
||||
</Obstruction>
|
||||
<VisualActor>
|
||||
<Actor>structures/hellenes/merchant_new.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_mechanical_ship_quinquereme">
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>Quinquereme</SpecificName>
|
||||
<History>?</History>
|
||||
<Icon>units/cart_ship_quinquereme.png</Icon>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>structures/carthaginians/quinquereme.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_mechanical_ship_trireme">
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>Triḗrēs</SpecificName>
|
||||
<Tooltip>Medium Warship.
|
||||
Ramming Secondary Attack.</Tooltip>
|
||||
<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>
|
||||
<Icon>units/hele_ship_trireme.png</Icon>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>structures/hellenes/trireme.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_support_female_citizen">
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>Gýnē Aigyptikos</SpecificName>
|
||||
<History>?</History>
|
||||
<Icon>units/maur_support_female_citizen.png</Icon>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>units/mauryans/female_citizen.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="units/ptol_support_female_citizen">
|
||||
<Cost>
|
||||
<BuildTime>30</BuildTime>
|
||||
</Cost>
|
||||
<Identity>
|
||||
<RequiredTechnology>unlock_females_house</RequiredTechnology>
|
||||
<SelectionGroupName>units/ptol_support_female_citizen</SelectionGroupName>
|
||||
</Identity>
|
||||
</Entity>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="units/mace_support_healer_b">
|
||||
<Heal>
|
||||
<Range>15</Range>
|
||||
<HP>7</HP>
|
||||
</Heal>
|
||||
<Health>
|
||||
<Max>95</Max>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Rank>Advanced</Rank>
|
||||
</Identity>
|
||||
<Promotion>
|
||||
<Entity>units/mace_support_healer_e</Entity>
|
||||
</Promotion>
|
||||
</Entity>
|
||||
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_support_healer">
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SelectionGroupName>units/ptol_support_healer_b</SelectionGroupName>
|
||||
<GenericName>Egyptian Priest</GenericName>
|
||||
<SpecificName>Hiereús Aigyptikos</SpecificName>
|
||||
<History>?</History>
|
||||
<Icon>units/hele_support_healer.png</Icon>
|
||||
</Identity>
|
||||
<Promotion>
|
||||
<Entity>units/ptol_support_healer_a</Entity>
|
||||
</Promotion>
|
||||
<VisualActor>
|
||||
<Actor>units/hellenes/healer.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="units/mace_support_healer_a">
|
||||
<Heal>
|
||||
<Range>20</Range>
|
||||
<HP>10</HP>
|
||||
</Heal>
|
||||
<Health>
|
||||
<Max>105</Max>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Rank>Elite</Rank>
|
||||
</Identity>
|
||||
<Promotion disable=""/>
|
||||
</Entity>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_support_trader">
|
||||
<Footprint replace="">
|
||||
<Square width="4.0" depth="8.0"/>
|
||||
<Height>3.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<Civ>ptol</Civ>
|
||||
<SpecificName>Émporos</SpecificName>
|
||||
<History>Traders were private merchants who traveled from place to place buying and selling goods. Italy, Carthage, Egypt, Cyprus, Scythia, Phoenicia, and Asia Minor were all major ports of call for Hellenistic merchants. There they bought everything from grain and dates to rugs, pottery, spices, gems, and wool, even elephants from India and slaves from Scythia.</History>
|
||||
<Icon>units/hele_support_trader.png</Icon>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>units/persians/trader.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
Reference in New Issue
Block a user