1
0
forked from 0ad/0ad

This was SVN commit r11616.

This commit is contained in:
Michael D. Hafer 2012-04-22 00:23:26 +00:00
parent db2c7929fd
commit 041da02ff9
3 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{
"genericName": "Xyston vs. Prometoopidion",
"top": "hele_xyston",
"bottom": "hele_prometoopidion"
}

View File

@ -0,0 +1,20 @@
{
"pair": "hele_pair_cav_01",
"genericName": "Chamfron",
"specificName": {
"generic": "Cavalry Armour Upgrade",
"hele": "Prometoopidion",
"mace": "Prometoopidion",
"spart": "Prometoopidion",
"athen": "Prometoopidion"
},
"description": "Metal armour for a horse's face.",
"cost": {"food": 0, "wood": 0, "stone": 0, "metal": 155},
"requirements": {"tech": "city_phase"},
"requirementsTooltip": "Unlocked in City Phase.",
"icon": "plough.png",
"researchTime": 20,
"tooltip": "All Cavalry +1 Hack Armour.",
"modifications": [{"value": "Armour/Hack", "add": 1.0}],
"affects": ["Cavalry"]
}

View File

@ -0,0 +1,20 @@
{
"pair": "hele_pair_cav_01",
"genericName": "Cavalry Lance",
"specificName": {
"generic": "Melee Cavalry Upgrade",
"hele": "Xyston",
"mace": "Xyston",
"spart": "Xyston",
"athen": "Xyston"
},
"description": "A long spear made specifically for cavalry.",
"cost": {"food": 0, "wood": 25, "stone": 0, "metal": 135},
"requirements": {"tech": "city_phase"},
"requirementsTooltip": "Unlocked in City Phase.",
"icon": "plough.png",
"researchTime": 20,
"tooltip": "Melee Cavalry +2 Hack Attack.",
"modifications": [{"value": "Attack/Melee/Hack", "add": 2.0}],
"affects": ["Cavalry Melee"]
}