1
0
forked from 0ad/0ad

Tech names

This was SVN commit r11676.
This commit is contained in:
Michael D. Hafer 2012-04-26 03:32:09 +00:00
parent 85b433d48f
commit f3fa70cf35
4 changed files with 24 additions and 2 deletions

View File

@ -5,7 +5,8 @@
"hele": "Doratismos",
"mace": "Doratismos",
"spart": "Doratismos",
"athen": "Doratismos"
"athen": "Doratismos",
"theb": "Doratismos"
},
"description": "Spear fighting training increases damage of infantry spear units.",
"cost": {"food": 0, "wood": 0, "stone": 0, "metal": 100},

View File

@ -1,6 +1,13 @@
{
"pair": "pair_inf_01",
"genericName": "Infantry Training",
"specificName": {
"hele": "Hoplomachia",
"mace": "Hoplomachia",
"spart": "Hoplomachia",
"athen": "Hoplomachia",
"theb": "Hoplomachia"
},
"description": "Training increases damage of melee infantry units.",
"cost": {"food": 0, "wood": 0, "stone": 0, "metal": 50},
"requirements": {"tech": "phase_town"},

View File

@ -1,6 +1,13 @@
{
"pair": "pair_inf_01",
"pair": "pair_inf_01",
"genericName": "Ranged Infantry Irregulars",
"specificName": {
"hele": "Psiloi",
"mace": "Psiloi",
"spart": "Psiloi",
"athen": "Psiloi",
"theb": "Psiloi"
},
"description": "Training increases damage of ranged infantry units.",
"cost": {"food": 0, "wood": 50, "stone": 0, "metal": 0},
"requirements": {"tech": "phase_town"},

View File

@ -1,6 +1,13 @@
{
"pair": "pair_inf_02",
"genericName": "Ranged Infantry Skirmishers",
"specificName": {
"hele": "Akontistès",
"mace": "Akontistès",
"spart": "Akontistès",
"athen": "Akontistès",
"theb": "Akontistès"
},
"description": "Training increases damage of infantry skirmisher units.",
"cost": {"food": 0, "wood": 100, "stone": 0, "metal": 0},
"requirements": {"tech": "phase_city"},