1
0
forked from 0ad/0ad

Some population techs.

Tweaking some training techs.

This was SVN commit r14920.
This commit is contained in:
Michael D. Hafer 2014-04-12 13:39:19 +00:00
parent 5740e22cd5
commit f02a8a4c59
13 changed files with 100 additions and 11 deletions

View File

@ -0,0 +1,5 @@
{
"genericName": "House Population vs. Civic Center Population",
"top": "pop_house_01",
"bottom": "pop_civic_01"
}

View File

@ -0,0 +1,6 @@
{
"genericName": "House Population vs. Civic Center Population",
"top": "pop_house_02",
"bottom": "pop_civic_02",
"supersedes": "pair_pop_01"
}

View File

@ -2,12 +2,12 @@
"genericName": "Cavalry Conscription",
"supersedes": "persians/training_levy_cavalry",
"description": "Significantly increase training speed of cavalry at the stables by training them in large batches or battalions.",
"cost": {"food": 300, "wood": 0, "stone": 0, "metal": 0},
"cost": {"food": 500, "wood": 0, "stone": 0, "metal": 0},
"requirements": {"tech": "phase_city"},
"requirementsTooltip": "Unlocked in City Phase.",
"icon": "horse_rider.png",
"researchTime": 40,
"tooltip": "Stables increased batch training speed bonus.",
"tooltip": "Faster batch training speed for the Stables.",
"modifications": [{"value": "ProductionQueue/BatchTimeModifier", "add": -0.1}],
"affects": ["Stables"],
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"

View File

@ -2,12 +2,12 @@
"genericName": "Infantry Conscription",
"supersedes": "persians/training_levy_infantry",
"description": "Significantly increase training speed of soldiers at the barracks by training them in large batches or battalions.",
"cost": {"food": 300, "wood": 0, "stone": 0, "metal": 0},
"cost": {"food": 500, "wood": 0, "stone": 0, "metal": 0},
"requirements": {"tech": "phase_city"},
"requirementsTooltip": "Unlocked in City Phase.",
"icon": "fist_spear.png",
"researchTime": 40,
"tooltip": "Barracks increased batch training speed bonus.",
"tooltip": "Faster batch training speed for the Barracks.",
"modifications": [{"value": "ProductionQueue/BatchTimeModifier", "add": -0.1}],
"affects": ["Barracks"],
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"

View File

@ -6,9 +6,9 @@
"requirementsTooltip": "Unlocked in Town Phase.",
"icon": "horse_trainer.png",
"researchTime": 40,
"tooltip": "All cavalry -10% train time, but also -10 health. Unlocks Cavalry Conscription.",
"tooltip": "All cavalry -20% train time, but also -10 health. Unlocks Cavalry Conscription.",
"modifications": [
{"value": "Cost/BuildTime", "multiply": 0.9},
{"value": "Cost/BuildTime", "multiply": 0.8},
{"value": "Health/Max", "add": -10}
],
"affects": ["Cavalry"],

View File

@ -0,0 +1,17 @@
{
"pair": "pair_pop_01",
"genericName": "Dining Hall",
"specificName": {
"athen": "Tholos"
},
"description": "The state or tribe would often construct a dining hall for public feasts or to receive foreign emissaries.",
"cost": {"food": 0, "wood": 100, "stone": 100, "metal": 0},
"requirements": {"tech": "phase_town"},
"requirementsTooltip": "Unlocked in Town Phase.",
"icon": "population.png",
"researchTime": 40,
"tooltip": "Civic Centers +5 population cap bonus.",
"modifications": [{"value": "Cost/PopulationBonus", "add": 5.0}],
"affects": ["CivCentre"],
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"
}

View File

@ -0,0 +1,18 @@
{
"pair": "pair_pop_02",
"genericName": "Public Assembly",
"specificName": {
"athen": "Ekklesia",
"rome": "Comitium"
},
"description": "Public assembly places were often the center of civic life for ancient societies. Athens had the Ekklesia, the citizens' assembly which met on the Pnyx Hill near the agora in full view of the Acropolis. The Romans had an open-aired assembly place in the great Forum Romanum called the Comitium. Here citizens could air grievances and present petitions to the patrician politicians who ruled their city in the Senate.",
"cost": {"food": 0, "wood": 0, "stone": 200, "metal": 200},
"requirements": {"tech": "phase_city"},
"requirementsTooltip": "Unlocked in City Phase.",
"icon": "population.png",
"researchTime": 40,
"tooltip": "Civic Centers +5 population cap bonus.",
"modifications": [{"value": "Cost/PopulationBonus", "add": 5.0}],
"affects": ["CivCentre"],
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"
}

View File

@ -0,0 +1,24 @@
{
"pair": "pair_pop_01",
"genericName": "Home Garden",
"specificName": {
"hele": "Peristyle",
"mace": "Peristyle",
"spart": "Peristyle",
"athen": "Peristyle",
"sele": "Peristyle",
"ptol": "Peristyle",
"rome": "Peristyle",
"pers": "Paradise"
},
"description": "Home gardens ranged from simple fenced areas to large manicured and colonnaded enclosures.",
"cost": {"food": 0, "wood": 100, "stone": 100, "metal": 0},
"requirements": {"tech": "phase_town"},
"requirementsTooltip": "Unlocked in Town Phase.",
"icon": "population.png",
"researchTime": 40,
"tooltip": "Houses +1 population cap bonus.",
"modifications": [{"value": "Cost/PopulationBonus", "add": 1.0}],
"affects": ["House"],
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"
}

View File

@ -0,0 +1,17 @@
{
"pair": "pair_pop_02",
"genericName": "Manors",
"specificName": {
"rome": "Insulae"
},
"description": "Homes tended to expand as the wealth and population of a settlement grew.",
"cost": {"food": 0, "wood": 200, "stone": 200, "metal": 0},
"requirements": {"tech": "phase_city"},
"requirementsTooltip": "Unlocked in City Phase.",
"icon": "population.png",
"researchTime": 40,
"tooltip": "Houses +2 population cap bonus.",
"modifications": [{"value": "Cost/PopulationBonus", "add": 2.0}],
"affects": ["House"],
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"
}

View File

@ -6,7 +6,7 @@
"requirementsTooltip": "Unlocked in City Phase.",
"icon": "parade_of_daphne.png",
"researchTime": 60,
"tooltip": "Fortress increased batch training speed bonus.",
"tooltip": "Faster batch training speed for the Fortress.",
"modifications": [{"value": "ProductionQueue/BatchTimeModifier", "add": -0.2}],
"affects": ["Fortress"],
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"

View File

@ -2,12 +2,12 @@
"genericName": "Conscription",
"supersedes": "pair_levy_01",
"description": "Significantly increase training speed of soldiers at the barracks by training them in large batches or battalions.",
"cost": {"food": 300, "wood": 0, "stone": 0, "metal": 0},
"cost": {"food": 500, "wood": 0, "stone": 0, "metal": 0},
"requirements": {"tech": "phase_city"},
"requirementsTooltip": "Unlocked in City Phase.",
"icon": "fist_spear.png",
"researchTime": 40,
"tooltip": "Barracks increased batch training speed bonus.",
"tooltip": "Faster batch training speed for the Barracks.",
"modifications": [{"value": "ProductionQueue/BatchTimeModifier", "add": -0.1}],
"affects": ["Barracks"],
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"

View File

@ -7,9 +7,9 @@
"requirementsTooltip": "Unlocked in Town Phase.",
"icon": "horse_trainer.png",
"researchTime": 40,
"tooltip": "All cavalry -10% train time, but also -10 health. Unlocks Conscription.",
"tooltip": "All cavalry -20% train time, but also -10 health. Unlocks Conscription.",
"modifications": [
{"value": "Cost/BuildTime", "multiply": 0.9},
{"value": "Cost/BuildTime", "multiply": 0.8},
{"value": "Health/Max", "add": -10}
],
"affects": ["Cavalry"],

View File

@ -87,6 +87,8 @@
<Technologies datatype="tokens">
phase_town_generic
phase_city_generic
pair_pop_01
pair_pop_02
</Technologies>
</ProductionQueue>
<ResourceDropsite>