1
0
forked from 0ad/0ad

This was SVN commit r11645.

This commit is contained in:
Michael D. Hafer 2012-04-22 22:53:01 +00:00
parent 2590e62c38
commit 6821e838c1
14 changed files with 87 additions and 17 deletions

View File

@ -2,7 +2,6 @@
"pair": "pair_cav_01",
"genericName": "Chamfron",
"specificName": {
"generic": "Cavalry Armour Upgrade",
"hele": "Prometoopidion",
"mace": "Prometoopidion",
"spart": "Prometoopidion",

View File

@ -2,7 +2,6 @@
"pair": "pair_cav_01",
"genericName": "Cavalry Lance",
"specificName": {
"generic": "Melee Cavalry Upgrade",
"hele": "Xyston",
"mace": "Xyston",
"spart": "Xyston",

View File

@ -1,8 +1,7 @@
{
"pair": "pair_gather_01",
"pair": "pair_gather_02",
"genericName": "Serfs",
"specificName": {
"generic": "Stone Gathering Upgrade",
"hele": "Heilotes",
"mace": "Heilotes",
"spart": "Heilotes",

View File

@ -0,0 +1,19 @@
{
"pair": "pair_gather_01",
"genericName": "Servants",
"specificName": {
"hele": "Douloi",
"mace": "Douloi",
"spart": "Douloi",
"athen": "Douloi"
},
"description": "Increases stone gathering rates.",
"cost": {"food": 50, "wood": 0, "stone": 0, "metal": 0},
"requirements": {"tech": "phase_village"},
"requirementsTooltip": "Buy servants to help mine stone. No requirements.",
"icon": "mining_stone.png",
"researchTime": 20,
"tooltip": "+25% stone gathering rate.",
"modifications": [{"value": "ResourceGatherer/Rates/stone/rock", "multiplier": 1.25}],
"affects": ["Citizen"]
}

View File

@ -1,5 +1,5 @@
{
"pair": "pair_gather_01",
"pair": "pair_gather_02",
"genericName": "Shaft Mining",
"description": "Increases metal gathering rates.",
"cost": {"food": 50, "wood": 50, "stone": 0, "metal": 0},

View File

@ -0,0 +1,16 @@
{
"pair": "pair_gather_03",
"genericName": "Silver Mining",
"specificName": {
"athen": "Mines of Laureion"
},
"description": "Increases metal gathering rates.",
"cost": {"food": 35, "wood": 35, "stone": 35, "metal": 0},
"requirements": {"tech": "phase_city"},
"requirementsTooltip": "Unlocked in City Phase.",
"icon": "mining_metal.png",
"researchTime": 20,
"tooltip": "+25% metal gathering rate.",
"modifications": [{"value": "ResourceGatherer/Rates/metal/ore", "multiplier": 1.25}],
"affects": ["Citizen"]
}

View File

@ -0,0 +1,19 @@
{
"pair": "pair_gather_03",
"genericName": "Slaves",
"specificName": {
"hele": "Andrapodon",
"mace": "Andrapodon",
"spart": "Andrapodon",
"athen": "Andrapodon"
},
"description": "Increases stone gathering rates.",
"cost": {"food": 35, "wood": 35, "stone": 0, "metal": 35},
"requirements": {"tech": "phase_city"},
"requirementsTooltip": "Unlocked in City Phase.",
"icon": "mining_stone.png",
"researchTime": 20,
"tooltip": "+25% stone gathering rate.",
"modifications": [{"value": "ResourceGatherer/Rates/stone/rock", "multiplier": 1.25}],
"affects": ["Citizen"]
}

View File

@ -0,0 +1,13 @@
{
"pair": "pair_gather_01",
"genericName": "Wedge and Mallet",
"description": "Increases metal gathering rates.",
"cost": {"food": 0, "wood": 50, "stone": 0, "metal": 0},
"requirements": {"tech": "phase_village"},
"requirementsTooltip": "Equip your workers with helpful tools. No requirements.",
"icon": "mining_metal.png",
"researchTime": 20,
"tooltip": "+25% metal gathering rate.",
"modifications": [{"value": "ResourceGatherer/Rates/metal/ore", "multiplier": 1.25}],
"affects": ["Citizen"]
}

View File

@ -1,5 +1,5 @@
{
"genericName": "Serfs vs. Shaft Mining",
"top": "gather_mining_serfs",
"bottom": "gather_mining_shaftmining"
}
"genericName": "Servants vs. Wedge and Mallet",
"top": "gather_mining_servants",
"bottom": "gather_mining_wedgemallet"
}

View File

@ -0,0 +1,6 @@
{
"genericName": "Serfs vs. Shaft Mining",
"top": "gather_mining_serfs",
"bottom": "gather_mining_shaftmining",
"supersedes": "pair_gather_01"
}

View File

@ -0,0 +1,6 @@
{
"genericName": "Slaves vs. Silver Mining",
"top": "gather_mining_slaves",
"bottom": "gather_mining_silvermining",
"supersedes": "pair_gather_02"
}

View File

@ -40,6 +40,8 @@
<ProductionQueue>
<Technologies datatype="tokens">
pair_gather_01
pair_gather_02
pair_gather_03
</Technologies>
</ProductionQueue>
<RallyPoint disable=""/>

View File

@ -1,9 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_hero_cavalry_swordsman">
<Footprint>
<Circle radius="1.5"/>
<Height>7.5</Height>
</Footprint>
<Identity>
<Civ>cart</Civ>
<SpecificName>Ḥimelqart Baraq</SpecificName>

View File

@ -1,9 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_hero_cavalry_spearman">
<Footprint>
<Circle radius="1.5"/>
<Height>7.5</Height>
</Footprint>
<Identity>
<Civ>cart</Civ>
<GenericName>Maharbal</GenericName>