Unciv/android/assets/jsons/Units.json

1222 lines
26 KiB
JSON
Raw Normal View History

[
2018-05-17 12:56:25 +00:00
2018-05-21 20:00:09 +00:00
// Info according to Civilization Wiki and https://www.civfanatics.com/civ5/info/units/
2018-05-17 12:56:25 +00:00
/* Ancient Era */
{
name:"Worker",
unitType:"Civilian",
movement:2,
hurryCostModifier:20,
uniques:["Can build improvements on tiles"]
cost:70
},
{
name:"Settler",
unitType:"Civilian",
movement:2,
cost:106,
uniques:["Founds a new city"]
hurryCostModifier:20
},
{
name:"Scout",
unitType:"Scout",
movement:2,
strength:5,
cost:25,
uniques:["Ignores terrain cost"],
attackSound:"nonmetalhit"
},
{
name:"Warrior",
unitType:"Melee",
movement:2,
strength:8,
cost: 40,
hurryCostModifier:20,
2018-05-21 20:00:09 +00:00
obsoleteTech:"Metal Casting",
upgradesTo:"Swordsman",
attackSound:"nonmetalhit"
},
/*
{
name:"Jaguar",
unitType:"Melee",
uniqueTo:"Aztec",
replaces:"Warrior",
movement:2,
strength:8,
cost: 40,
hurryCostModifier:20,
obsoleteTech:"Metal Casting",
2019-09-27 17:44:20 +00:00
uniques:["+33% combat bonus in Forest/Jungle","Woodsmah","Heals 25 damage if it kills an Unit"],
upgradesTo:"Swordsman",
attackSound:"nonmetalhit"
//Aztec unique unit, moves faster and fights better in Forest and Jungle. He also heals 25 if he kills an enemy.
},
{
name:"Maori Warrior",
unitType:"Melee",
2019-04-12 14:42:27 +00:00
uniqueTo:"Polynesia",
replaces:"Warrior",
movement:2,
strength:8,
cost: 40,
hurryCostModifier:20,
obsoleteTech:"Metal Casting",
uniques:["Haka War Dance"],
upgradesTo:"Swordsman",
attackSound:"nonmetalhit"
2019-06-04 08:45:25 +00:00
//Polynesian unique unit. All nearby enemy Units have -10% strenght
},
*/
2019-04-12 14:42:27 +00:00
{
name:"Brute",
unitType:"Melee",
uniqueTo:"Barbarians",
2019-04-12 14:42:27 +00:00
replaces:"Warrior",
movement:2,
strength:8,
cost: 20,
obsoleteTech:"Metal Casting",
upgradesTo:"Swordsman",
attackSound:"nonmetalhit"
//Barbarian unique unit
},
2018-04-11 19:34:20 +00:00
{
name:"Archer",
unitType:"Ranged",
2018-04-11 19:34:20 +00:00
movement:2,
strength:5,
rangedStrength:7,
2018-04-11 19:34:20 +00:00
cost: 40,
hurryCostModifier:20,
requiredTech:"Archery",
obsoleteTech:"Machinery",//Should be Construction
upgradesTo:"Crossbowman",//Should be Composite Bowman
attackSound:"arrow"
2018-04-11 19:34:20 +00:00
},
2018-06-17 20:39:25 +00:00
{
name:"Bowman",
unitType:"Ranged",
movement:2,
strength:7,
rangedStrength:9,
cost: 40,
hurryCostModifier:20,
2018-06-17 20:39:25 +00:00
requiredTech:"Archery",
obsoleteTech:"Machinery",
replaces:"Archer",
uniqueTo:"Babylon",
upgradesTo:"Crossbowman",
attackSound:"arrow"
2018-06-17 20:39:25 +00:00
},
/*
{
name:"Slinger",
unitType:"Ranged",
replaces:"Archer",
uniqueTo:"Inca",
movement:2,
strength:4,
rangedStrength:7,
cost: 40,
hurryCostModifier:20,
requiredTech:"Archery",
obsoleteTech:"Machinery",
uniques:["May withdraw before melee"],
upgradesTo:"Crossbowman",
attackSound:"arrow"
//Incan unique unit
},
*/
{
name:"Work Boats",
unitType:"WaterCivilian",
movement:4,
cost: 30,
requiredTech:"Sailing",
uniques:["Cannot enter ocean tiles until Astronomy","May create improvements on water resources"]
2018-10-15 19:57:33 +00:00
hurryCostModifier:20
},
{
name:"Trireme",
unitType:"WaterMelee",
movement:4,
strength:10,
cost: 45,
requiredTech:"Sailing",
uniques:["Cannot enter ocean tiles"]
2018-11-02 11:52:37 +00:00
upgradesTo:"Caravel",
obsoleteTech:"Astronomy",
hurryCostModifier:20,
attackSound:"nonmetalhit"
},
/*
{
2019-06-04 08:45:25 +00:00
name:"Galley",
unitType:"WaterMelee",
2019-06-04 08:45:25 +00:00
uniqueTo:"Barbarian",
movement:3,
strength:7,
cost: 40,
uniques:["Cannot enter ocean tiles"]
2019-06-04 08:45:25 +00:00
upgradesTo:"Trireme",
hurryCostModifier:20,
attackSound:"nonmetalhit"
2019-06-04 08:45:25 +00:00
//Barbarian unique naval unit, weaker and slower than Trireme.
},
*/
{
name:"Chariot Archer",
unitType:"Ranged",
movement:4,
strength:6,
rangedStrength:10,
cost: 56,
requiredTech:"The Wheel",
requiredResource:"Horses",
upgradesTo:"Knight",
2018-12-13 10:52:56 +00:00
obsoleteTech:"Chivalry",
uniques:["No defensive terrain bonus","Rough terrain penalty"],
hurryCostModifier:20,
attackSound:"arrow"
},
{
name:"War Chariot",
unitType:"Ranged",
uniqueTo:"Egypt",
replaces:"Chariot Archer",
movement:5,
strength:6,
rangedStrength:10,
cost: 56,
requiredTech:"The Wheel",
upgradesTo:"Knight",
obsoleteTech:"Chivalry",
uniques:["No defensive terrain bonus","Rough terrain penalty"],
hurryCostModifier:20,
attackSound:"arrow"
},
{
name:"War Elephant",
unitType:"Ranged",
uniqueTo:"India",
replaces:"Chariot Archer",
movement:3,
strength:9,
rangedStrength:11,
cost:70,
requiredTech:"The Wheel",
upgradesTo:"Knight",
obsoleteTech:"Chivalry",
uniques:["No defensive terrain bonus"],
hurryCostModifier:20,
attackSound:"horse"
},
{
name:"Spearman",
unitType:"Melee",
movement:2,
strength:11,
cost: 56,
requiredTech:"Bronze Working",
obsoleteTech:"Civil Service",
upgradesTo: "Pikeman",
uniques:["Bonus vs Mounted 50%"],
hurryCostModifier:20,
attackSound:"metalhit"
},
{
name:"Hoplite",
replaces:"Spearman",
uniqueTo:"Greece",
unitType:"Melee",
movement:2,
strength:13,
cost: 56,
requiredTech:"Bronze Working",
2018-05-21 20:00:09 +00:00
obsoleteTech:"Civil Service",
upgradesTo: "Pikeman",
uniques:["Bonus vs Mounted 50%"],
hurryCostModifier:20,
attackSound:"metalhit"
},
{
name:"Immortal",
replaces:"Spearman",
2019-09-15 12:17:56 +00:00
uniqueTo:"Persia",
unitType:"Melee",
movement:2,
strength:12,
cost: 56,
requiredTech:"Bronze Working",
obsoleteTech:"Civil Service",
upgradesTo: "Pikeman",
2019-09-15 12:17:56 +00:00
uniques:["Bonus vs Mounted 50%","+10 HP when healing"],
hurryCostModifier:20,
attackSound:"metalhit"
},
2018-05-17 12:56:25 +00:00
/* Classical Era */
{
name:"Catapult",
unitType:"Siege",
movement:2,
strength:7,
rangedStrength:8,
cost: 75,
requiredTech:"Mathematics",
2018-05-21 20:00:09 +00:00
obsoleteTech:"Physics",
upgradesTo: "Trebuchet",
uniques:["Bonus vs City 200%","No defensive terrain bonus","Must set up to ranged attack"],
hurryCostModifier:20,
attackSound:"throw"
},
{
name:"Ballista",
unitType:"Siege",
replaces:"Catapult",
uniqueTo:"Rome",
movement:2,
strength:8,
rangedStrength:10,
cost: 75,
requiredTech:"Mathematics",
obsoleteTech:"Physics",
upgradesTo: "Trebuchet",
uniques:["Bonus vs City 200%","No defensive terrain bonus","Must set up to ranged attack"],
hurryCostModifier:20,
attackSound:"throw"
},
/*
{
name:"Composite Bowman",
unitType:"Ranged",
movement:2,
strength:7,
rangedStrength:11,
cost: 75,
hurryCostModifier:20,
requiredTech:"Construction",
obsoleteTech:"Machinery",
upgradesTo:"Crossbowman",
attackSound:"arrow"
},
*/
2018-05-10 23:45:50 +00:00
{
name:"Swordsman",
unitType:"Melee",
movement:2,
strength:14,
cost: 75,
requiredTech:"Iron Working",
upgradesTo:"Longswordsman",
obsoleteTech:"Steel",
2018-05-10 23:45:50 +00:00
requiredResource:"Iron",
hurryCostModifier:20,
attackSound:"metalhit"
2018-05-10 23:45:50 +00:00
},
{
name:"Legion",
unitType:"Melee",
uniqueTo:"Rome",
replaces:"Swordsman",
movement:2,
strength:17,
cost: 75,
requiredTech:"Iron Working",
upgradesTo:"Longswordsman",
obsoleteTech:"Steel",
requiredResource:"Iron",
2019-04-12 11:30:53 +00:00
uniques:["Can construct roads"]
hurryCostModifier:20,
attackSound:"metalhit"
},
{
name:"Mohawk Warrior",
unitType:"Melee",
uniqueTo:"Iroquois",
replaces:"Swordsman",
movement:2,
strength:14,
cost: 75,
requiredTech:"Iron Working",
upgradesTo:"Longswordsman",
obsoleteTech:"Gunpowder",
hurryCostModifier:20,
2019-09-27 17:44:20 +00:00
uniques:["+33% combat bonus in Forest/Jungle"],
attackSound:"metalhit"
},
{
name:"Horseman",
unitType:"Mounted",
movement:4,
strength:12,
cost: 75,
requiredTech:"Horseback Riding",
requiredResource:"Horses",
2018-12-13 10:52:56 +00:00
upgradesTo:"Knight",
obsoleteTech:"Metallurgy",
uniques:["Can move after attacking","No defensive terrain bonus","Penalty vs City 33%" ],
hurryCostModifier:20,
attackSound:"horse"
},
2018-06-18 20:48:10 +00:00
{
name:"Companion Cavalry",
unitType:"Mounted",
uniqueTo:"Greece",
replaces:"Horseman",
2018-06-18 20:48:10 +00:00
movement:5,
strength:14,
cost: 75,
requiredTech:"Horseback Riding",
2018-12-13 10:52:56 +00:00
upgradesTo:"Knight",
obsoleteTech:"Metallurgy",
2018-06-18 20:48:10 +00:00
requiredResource:"Horses",
uniques:["Can move after attacking","No defensive terrain bonus","Penalty vs City 33%" ],
hurryCostModifier:20,
attackSound:"horse"
2018-06-18 20:48:10 +00:00
},
// Medieval Era
2018-05-17 12:56:25 +00:00
{
name:"Crossbowman",
unitType:"Ranged",
2018-05-17 12:56:25 +00:00
movement:2,
strength:13,
rangedStrength:18,
cost: 120,
requiredTech:"Machinery",
upgradesTo:"Gatling Gun",
obsoleteTech:"Industrialization",
hurryCostModifier:20,
attackSound:"arrow"
},
{
name:"Chu-Ko-Nu",
unitType:"Ranged",
uniqueTo:"China",
movement:2,
strength:13,
rangedStrength:14,
replaces:"Crossbowman",
cost: 120,
requiredTech:"Machinery",
upgradesTo:"Gatling Gun",
obsoleteTech:"Industrialization",
promotions:["Logistics"],
hurryCostModifier:20,
attackSound:"arrow"
},
{
name:"Longbowman",
unitType:"Ranged",
range:2,
movement:2,
strength:13,
rangedStrength:18,
replaces:"Crossbowman",
uniqueTo:"England",
cost: 120,
requiredTech:"Machinery",
upgradesTo:"Gatling Gun",
obsoleteTech:"Industrialization",
promotions:["Range"],
hurryCostModifier:20,
attackSound:"arrow"
},
{
name:"Trebuchet",
unitType:"Siege",
movement:2,
strength:12,
rangedStrength:14,
cost: 120,
requiredTech:"Physics",
obsoleteTech:"Chemistry",
upgradesTo:"Cannon",
uniques:["Bonus vs City 200%","No defensive terrain bonus","Must set up to ranged attack","Limited Visibility"],
hurryCostModifier:20,
attackSound:"throw"
},
{
name:"Hwach'a",
unitType:"Siege",
replaces:"Trebuchet",
uniqueTo:"Korea",
movement:2,
strength:11,
rangedStrength:26,
cost: 120,
requiredTech:"Physics",
obsoleteTech:"Chemistry",
upgradesTo:"Cannon",
2019-09-02 20:44:29 +00:00
uniques:["No defensive terrain bonus","Must set up to ranged attack"],
hurryCostModifier:20,
attackSound:"throw"
},
{
name:"Longswordsman",
unitType:"Melee",
movement:2,
strength:21,
cost: 120,
requiredTech:"Steel",
2018-12-13 10:52:56 +00:00
upgradesTo:"Musketman",
obsoleteTech:"Gunpowder",
requiredResource:"Iron",
hurryCostModifier:20,
attackSound:"metalhit"
},
{
name:"Samurai",
replaces:"Longswordsman",
uniqueTo:"Japan",
unitType:"Melee",
movement:2,
strength:21,
cost: 120,
requiredTech:"Steel",
upgradesTo:"Musketman",
obsoleteTech:"Gunpowder",
requiredResource:"Iron",
uniques:["Combat very likely to create Great Generals"]
promotions:["Shock I"]
hurryCostModifier:20,
attackSound:"metalhit"
//Aside from the Great Generals II promotion, Samurai should also create Fishing Boats (not now, surely)
},
/*
{
name:"Berserker",
replaces:"Longswordsman",
uniqueTo:"Denmark",
unitType:"Melee",
movement:3,
strength:21,
cost: 120,
requiredTech:"Steel",
upgradesTo:"Musketman",
obsoleteTech:"Metallurgy",
requiredResource:"Iron",
uniques:["Amphibious"]
promotions:["Shock I"]
hurryCostModifier:20,
attackSound:"metalhit"
//Danish unique unit. Can attack from the sea without any penalty, and moves faster.
},
*/
{
name:"Pikeman",
unitType:"Melee",
movement:2,
strength:16,
cost: 90,
requiredTech:"Civil Service",
uniques:["Bonus vs Mounted 50%"],
upgradesTo:"Musketman",
obsoleteTech:"Gunpowder",
hurryCostModifier:20,
attackSound:"metalhit"
//Pikeman should upgrade not only to Musketman but also to Lancer
},
2019-05-06 15:59:20 +00:00
{
name:"Landsknecht",
replaces:"Pikeman",
uniqueTo:"Germany"
unitType:"Melee",
movement:2,
strength:16,
cost: 45,
requiredTech:"Civil Service",
uniques:["Bonus vs Mounted 50%"],
upgradesTo:"Musketman",
obsoleteTech:"Gunpowder",
hurryCostModifier:20,
attackSound:"metalhit"
},
{
name:"Galleass",
unitType:"WaterRanged",
movement:3,
strength:16,
rangedStrength:17
cost: 100,
requiredTech:"Compass",
obsoleteTech:"Navigation",
upgradesTo:"Frigate",
uniques:["Cannot enter ocean tiles"]
hurryCostModifier:20,
attackSound:"arrow"
},
2018-05-22 21:21:08 +00:00
{
name:"Knight",
unitType:"Mounted",
movement:3,
strength:20,
cost: 120,
requiredTech:"Chivalry",
CivilopediaScreen language can be changed with setting (#706) * Update Translations.json * Update Translations.json * Update Tutorials_Simplified_Chinese.json * Update Tutorials_Simplified_Chinese.json * Update Translations.json * Update Tutorials_Simplified_Chinese.json * Update Translations.json * Update Translations.json * Update Translations.json * Update Translations.json * Update Tutorials_Simplified_Chinese.json * Update Translations.json * Update Translations.json * Update Tutorials_Simplified_Chinese.json * Update Tutorials_Simplified_Chinese.json * Update Tutorials_Simplified_Chinese.json * Add files via upload * Update Tutorials_Simplified_Chinese.json * Update Translations.json * Update Translations.json * Update Tutorials_Simplified_Chinese.json * Update Translations.json * Update Translations.json * Update BasicHelp_Simplified_Chinese.json * Update Translations.json * Update Translations.json * Update Tutorials_Simplified_Chinese.json * Chinese traslation, i have test it,but app may get corruption. * constructing buildings and wonders in the city the language shows normally according to language setting * Update Translations.json * Update Translations.json * Update Translations.json * Update Translations.json * change chinese font with WenQuanYiMicroHei * Update Translations.json * nation.json in chinese(no completed) * Update Nations_Simplified_Chinese.json * Update Nations.json * Update Translations.json * Update Translations.json * Update Nations_Simplified_Chinese.json * Update WorldScreenTopBar.kt * update * Update Translations.json * update * Update Nations_Italian.json * updated(nation.json in Chinese also cannot runs well) * updated(nation.json in Chinese also cannot runs well) * Update TileImprovement.kt * Update TileResource.kt * Update Terrain.kt * Update Terrain.kt * updated(nation.json in Chinese also cannot runs well) * Update Terrain.kt * CivilopediaScreen language can be changed with setting * CivilopediaScreen language can be changed with setting * CivilopediaScreen language can be changed with setting
2019-05-05 19:51:26 +00:00
obsoleteTech:"Military Science",
2018-12-13 10:52:56 +00:00
upgradesTo:"Cavalry",
2018-05-22 21:21:08 +00:00
requiredResource:"Horses",
uniques:["Can move after attacking","No defensive terrain bonus","Penalty vs City 33%" ],
hurryCostModifier:20,
attackSound:"horse"
2018-05-22 21:21:08 +00:00
},
{
name:"Camel Archer",
replaces:"Knight",
uniqueTo:"Arabia",
unitType:"Ranged",
movement:4,
strength:17,
rangedStrength:21,
cost: 120,
requiredTech:"Chivalry",
requiredResource:"Horses",
2018-12-13 10:52:56 +00:00
upgradesTo:"Cavalry",
CivilopediaScreen language can be changed with setting (#706) * Update Translations.json * Update Translations.json * Update Tutorials_Simplified_Chinese.json * Update Tutorials_Simplified_Chinese.json * Update Translations.json * Update Tutorials_Simplified_Chinese.json * Update Translations.json * Update Translations.json * Update Translations.json * Update Translations.json * Update Tutorials_Simplified_Chinese.json * Update Translations.json * Update Translations.json * Update Tutorials_Simplified_Chinese.json * Update Tutorials_Simplified_Chinese.json * Update Tutorials_Simplified_Chinese.json * Add files via upload * Update Tutorials_Simplified_Chinese.json * Update Translations.json * Update Translations.json * Update Tutorials_Simplified_Chinese.json * Update Translations.json * Update Translations.json * Update BasicHelp_Simplified_Chinese.json * Update Translations.json * Update Translations.json * Update Tutorials_Simplified_Chinese.json * Chinese traslation, i have test it,but app may get corruption. * constructing buildings and wonders in the city the language shows normally according to language setting * Update Translations.json * Update Translations.json * Update Translations.json * Update Translations.json * change chinese font with WenQuanYiMicroHei * Update Translations.json * nation.json in chinese(no completed) * Update Nations_Simplified_Chinese.json * Update Nations.json * Update Translations.json * Update Translations.json * Update Nations_Simplified_Chinese.json * Update WorldScreenTopBar.kt * update * Update Translations.json * update * Update Nations_Italian.json * updated(nation.json in Chinese also cannot runs well) * updated(nation.json in Chinese also cannot runs well) * Update TileImprovement.kt * Update TileResource.kt * Update Terrain.kt * Update Terrain.kt * updated(nation.json in Chinese also cannot runs well) * Update Terrain.kt * CivilopediaScreen language can be changed with setting * CivilopediaScreen language can be changed with setting * CivilopediaScreen language can be changed with setting
2019-05-05 19:51:26 +00:00
obsoleteTech:"Military Science",
uniques:["Can move after attacking","No defensive terrain bonus"],
hurryCostModifier:20,
attackSound:"arrow"
//Camel Archer should have no penalty attacking cities
},
/*
{
name:"Mandekalu Cavalry",
replaces:"Knight",
uniqueTo:"Songhai",
unitType:"Mounted",
movement:4,
strength:20,
cost: 110,
requiredTech:"Chivalry",
requiredResource:"Horses",
upgradesTo:"Cavalry",
obsoleteTech:"Military science",
uniques:["Can move after attacking","No defensive terrain bonus"],
hurryCostModifier:20,
attackSound:"horse"
//Songhai unique unit. Costs slightly less and is more powerful than a Knight
},
{
name:"Keshik",
replaces:"Knight",
uniqueTo:"Mongolia",
unitType:"Mounted",
movement:5,
strength:15,
rangedStrength:16,
cost: 120,
requiredTech:"Chivalry",
requiredResource:"Horses",
upgradesTo:"Cavalry",
obsoleteTech:"Military science",
uniques:["Can move after attacking","No defensive terrain bonus","Combat very likely to create Great Generals","50% Bonus XP gain"],
hurryCostModifier:20,
attackSound:"arrow"
//Mongolian unique unit.
},
{
name:"Naresuan's Elephant",
unitType:"Mounted",
replaces:"Knight",
uniqueTo:"Siam",
movement:3,
strength:25,
cost: 225,
requiredTech:"Chivalry",
obsoleteTech:"Military Science",
upgradesTo:"Cavalry",
uniques:["Can move after attacking","No defensive terrain bonus","50% Bonus vs. Mounted","33% Penalty vs. Cities"],
hurryCostModifier:20,
attackSound:"shot"
//Siamese unique unit. Doesn't require Horses.
},
*/
2018-05-17 12:56:25 +00:00
// Rennaisance Era
2018-11-02 11:52:37 +00:00
{
name:"Caravel",
unitType:"WaterMelee",
movement:4,
strength:20,
cost: 120,
requiredTech:"Astronomy",
upgradesTo:"Ironclad",
obsoleteTech:"Combustion",
2018-11-02 11:52:37 +00:00
uniques:["+1 Visibility Range"],
hurryCostModifier:20
},
{
name:"Turtle Ship",
unitType:"WaterMelee",
replaces:"Caravel",
uniqueTo:"Korea",
movement:4,
strength:36,
cost: 120,
requiredTech:"Astronomy",
upgradesTo:"Ironclad",
obsoleteTech:"Combustion",
2019-09-02 20:44:29 +00:00
uniques:["Cannot enter ocean tiles"],
hurryCostModifier:20
},
{
name:"Cannon",
unitType:"Siege",
movement:2,
strength:14,
rangedStrength:20,
cost: 185,
requiredTech:"Chemistry",
upgradesTo:"Artillery",
obsoleteTech:"Dynamite",
uniques:["Bonus vs City 200%","No defensive terrain bonus","Must set up to ranged attack","Limited Visibility"],
hurryCostModifier:20
},
{
name:"Musketman",
unitType:"Melee",
movement:2,
strength:24,
cost: 150,
requiredTech:"Gunpowder",
upgradesTo:"Rifleman"
obsoleteTech:"Rifling",
hurryCostModifier:20,
attackSound:"shot"
},
2018-08-23 05:43:14 +00:00
{
name:"Musketeer",
unitType:"Melee",
replaces:"Musketman",
uniqueTo:"France",
movement:2,
strength:28,
cost: 150,
requiredTech:"Gunpowder",
upgradesTo:"Rifleman"
obsoleteTech:"Rifling",
hurryCostModifier:20,
attackSound:"shot"
},
{
2019-06-25 20:00:55 +00:00
name:"Janissary",
unitType:"Melee",
replaces:"Musketman",
2019-06-25 20:00:55 +00:00
uniqueTo:"The Ottomans",
movement:2,
strength:24,
cost: 150,
requiredTech:"Gunpowder",
upgradesTo:"Rifleman"
obsoleteTech:"Rifling",
hurryCostModifier:20,
2019-06-25 20:00:55 +00:00
uniques:["Heals [50] damage if it kills a unit", "Bonus as Attacker [25]%"],
attackSound:"shot"
},
{
name:"Minuteman",
unitType:"Melee",
replaces:"Musketman",
uniqueTo:"America",
movement:2,
strength:24,
cost: 150,
requiredTech:"Gunpowder",
upgradesTo:"Rifleman"
obsoleteTech:"Rifling",
uniques:["Ignores terrain cost"]
promotions:["Drill I"],
hurryCostModifier:20,
attackSound:"shot"
},
{
name:"Frigate",
unitType:"WaterRanged",
movement:5,
strength:25,
rangedStrength:28,
cost: 185,
requiredResource:"Iron",
requiredTech:"Navigation",
2018-12-11 14:27:56 +00:00
obsoleteTech:"Electronics",
upgradesTo:"Battleship",
hurryCostModifier:20
2018-08-23 05:43:14 +00:00
},
{
name:"Ship of the Line",
unitType:"WaterRanged",
replaces:"Frigate",
uniqueTo:"England",
movement:5,
strength:30,
rangedStrength:35,
cost: 185,
requiredResource:"Iron",
uniques:["+1 Visibility Range"]
requiredTech:"Navigation",
obsoleteTech:"Electronics",
upgradesTo:"Battleship",
hurryCostModifier:20
},
{
2018-06-22 12:24:22 +00:00
name:"Lancer",
unitType:"Mounted",
movement:4,
strength:25,
cost: 185,
requiredTech:"Metallurgy",
requiredResource:"Horses",
hurryCostModifier:20,
2019-06-25 20:00:55 +00:00
uniques:["Can move after attacking","No defensive terrain bonus","Penalty vs City 33%"],
promotions:["Formation I"],
upgradesTo:"Anti-Tank Gun",
obsoleteTech:"Combined Arms",
attackSound:"horse"
},
{
name:"Sipahi",
unitType:"Mounted",
replaces:"Lancer",
2019-06-25 20:00:55 +00:00
uniqueTo:"The Ottomans",
movement:5,
strength:25,
cost: 185,
requiredTech:"Metallurgy",
requiredResource:"Horses",
hurryCostModifier:20,
2019-06-25 20:00:55 +00:00
uniques:["Can move after attacking","No defensive terrain bonus","Penalty vs City 33%",
"+1 Visibility Range", "No movement cost to pillage"],
promotions:["Formation I"],
2019-01-16 21:15:02 +00:00
upgradesTo:"Anti-Tank Gun",
obsoleteTech:"Combined Arms",
attackSound:"horse"
},
2018-06-25 15:09:38 +00:00
// Industrial Era
{
name:"Gatling Gun",
unitType:"Ranged",
range:1,
movement:2,
strength:30,
rangedStrength:30,
cost: 225,
requiredTech:"Industrialization",
2019-03-17 03:39:32 +00:00
upgradesTo:"Machine Gun",
obsoleteTech:"Ballistics",
hurryCostModifier:20,
attackSound:"machinegun"
},
2018-06-25 11:16:39 +00:00
{
name:"Rifleman",
unitType:"Melee",
movement:2,
strength:34,
cost: 225,
requiredTech:"Rifling",
obsoleteTech:"Replaceable Parts",
upgradesTo:"Great War Infantry",
hurryCostModifier:20,
attackSound:"shot"
2018-06-25 11:16:39 +00:00
},
{
name:"Triplane",
unitType:"Fighter",
movement:1,
strength:35,
rangedStrength:35,
range:5,
cost: 325,
requiredTech:"Flight",
requiredResource:"Oil",
2019-07-16 19:52:15 +00:00
upgradesTo:"Fighter",
obsoleteTech:"Radar",
hurryCostModifier:20,
uniques:["[50]% chance to intercept air attacks","Bonus vs Bomber 150%",
"6 tiles in every direction always visible"]
attackSound:"shot"
},
{
name:"Great War Bomber",
unitType:"Bomber",
movement:1,
strength:50,
rangedStrength:50,
range:6,
cost: 325,
requiredTech:"Flight",
requiredResource:"Oil",
2019-07-17 18:33:33 +00:00
upgradesTo:"Bomber",
obsoleteTech:"Radar",
hurryCostModifier:20,
attackSound:"shot"
},
/*
{
name:"Norvegian Ski Infantry",
unitType:"Melee",
replaces:"Rifleman",
uniqueTo:"Denmark",
movement:2,
strength:34,
cost: 225,
requiredTech:"Rifling",
obsoleteTech:"Replaceable Parts",
upgradesTo:"Great War Infantry",
uniques:["Bonus in Snow, Tundra and Hills"],
hurryCostModifier:20,
attackSound:"shot"
},
*/
{
name:"Cavalry",
unitType:"Mounted",
movement:4,
strength:34,
cost: 225,
requiredTech:"Military Science",
requiredResource:"Horses",
upgradesTo:"Landship",
uniques:["Can move after attacking","No defensive terrain bonus","Penalty vs City 33%" ],
hurryCostModifier:20,
attackSound:"horse"
},
{
name:"Cossack",
unitType:"Mounted",
replaces:"Cavalry",
uniqueTo:"Russia",
movement:4,
strength:34,
cost: 225,
requiredTech:"Military Science",
requiredResource:"Horses",
upgradesTo:"Landship",
2019-04-12 11:02:15 +00:00
uniques:["Can move after attacking","No defensive terrain bonus","Penalty vs City 33%","Bonus vs wounded units 33%" ],
hurryCostModifier:20,
attackSound:"horse"
},
2018-06-25 10:59:51 +00:00
{
name:"Artillery",
unitType:"Siege",
movement:2,
strength:21,
rangedStrength:28,
range:3,
cost: 320,
2018-06-25 10:59:51 +00:00
requiredTech:"Dynamite",
2019-03-17 03:39:32 +00:00
upgradesTo:"Rocket Artillery",
uniques:["Bonus vs City 200%","No defensive terrain bonus",
"Must set up to ranged attack","Limited Visibility","Indirect Fire"],
2018-06-25 10:59:51 +00:00
hurryCostModifier:20
},
2018-11-12 09:21:00 +00:00
{
name:"Ironclad",
unitType:"WaterMelee",
movement:3,
strength:45,
cost: 250,
requiredTech:"Steam Power",
requiredResource:"Coal",
upgradesTo:"Destroyer",
obsoleteTech:"Combustion",
2018-11-12 09:21:00 +00:00
uniques:["Bonus vs City 33%","Double movement in coast"],
hurryCostModifier:20
},
// Modern era
2019-07-16 19:52:15 +00:00
{
name:"Fighter",
unitType:"Fighter",
movement:1,
2019-07-17 18:33:33 +00:00
strength:45,
2019-07-16 19:52:15 +00:00
rangedStrength:45,
range:8,
cost: 375,
requiredTech:"Radar",
requiredResource:"Oil",
hurryCostModifier:20,
uniques:["[100]% chance to intercept air attacks","Bonus vs Bomber 150%",
"6 tiles in every direction always visible"]
attackSound:"shot"
},
{
name:"Zero",
unitType:"Fighter",
replaces:"Fighter",
uniqueTo:"Japan",
movement:1,
strength:45,
rangedStrength:45,
range:8,
cost: 375,
requiredTech:"Radar",
hurryCostModifier:20,
uniques:["[100]% chance to intercept air attacks","Bonus vs Bomber 150%","Bonus vs Fighter 33%",
"6 tiles in every direction always visible"]
attackSound:"shot"
},
2019-07-17 18:33:33 +00:00
{
name:"Bomber",
unitType:"Bomber",
movement:1,
strength:65,
rangedStrength:65,
range:10,
cost: 375,
requiredTech:"Radar",
requiredResource:"Oil",
hurryCostModifier:20,
attackSound:"shot"
},
{
name:"B17",
unitType:"Bomber",
replaces:"Bomber",
uniqueTo:"America",
movement:1,
strength:70,
rangedStrength:70,
range:10,
cost: 375,
requiredTech:"Radar",
requiredResource:"Oil",
promotions:["Evasion", "Siege I"],
hurryCostModifier:20,
attackSound:"shot"
},
{
name:"Landship",
unitType:"Armor",
movement:4,
strength:60,
cost: 350,
requiredTech:"Combustion",
requiredResource:"Oil",
2019-03-17 03:39:32 +00:00
upgradesTo:"Tank",
2019-03-17 06:48:05 +00:00
obsoleteTech:"Combined Arms",
uniques:["Can move after attacking","No defensive terrain bonus"],
hurryCostModifier:20
},
{
name:"Destroyer",
unitType:"WaterMelee",
movement:6,
strength:55,
interceptRange:2,
cost: 375,
requiredTech:"Combustion",
uniques:["Can attack submarines","[40]% chance to intercept air attacks"], // todo: add bonus vs submarines
hurryCostModifier:20
},
{
name: "Battleship",
unitType: "WaterRanged",
movement: 5,
strength: 55,
rangedStrength: 55,
range: 3,
cost: 375,
requiredResource:"Oil",
requiredTech:"Electronics",
uniques:["Indirect Fire", "Bonus vs City 30%"],
hurryCostModifier:20
},
{
name: "Submarine",
2018-12-31 11:42:20 +00:00
unitType: "WaterSubmarine",
movement: 5,
strength: 35,
rangedStrength: 60,
cost: 325,
requiredTech:"Refrigeration",
2019-06-25 20:00:55 +00:00
uniques:["Bonus as Attacker [75]%", "Invisible to others", "Can only attack water", "Can attack submarines"],
hurryCostModifier:20
},
{
name:"Great War Infantry",
unitType:"Melee",
movement:2,
strength:50,
cost: 320,
requiredTech:"Replaceable Parts",
hurryCostModifier:20,
upgradesTo:"Infantry",
obsoleteTech:"Plastics"
attackSound:"shot"
},
{
name:"Foreign Legion",
unitType:"Melee",
replaces:"Great War Infantry",
uniqueTo:"France",
movement:2,
strength:50,
cost: 320,
requiredTech:"Replaceable Parts",
hurryCostModifier:20,
upgradesTo:"Infantry",
2019-04-12 11:02:15 +00:00
obsoleteTech:"Plastics",
uniques:["+20% bonus outside friendly territory"],
attackSound:"shot"
},
{
name:"Infantry",
unitType:"Melee",
movement:2,
strength:70,
cost: 375,
requiredTech:"Plastics",
2019-03-17 03:39:32 +00:00
upgradesTo:"Mechanized Infantry",
2019-08-18 19:36:13 +00:00
obsoleteTech:"Mobile Tactics",
hurryCostModifier:20,
attackSound:"shot"
},
{
name:"Machine Gun",
unitType:"Ranged",
range:1,
movement:2,
strength:60,
rangedStrength:60,
cost: 350,
requiredTech:"Ballistics",
hurryCostModifier:20,
attackSound:"machinegun"
},
{
name:"Anti-Aircraft Gun",
unitType:"Melee",
movement:2,
interceptRange:2,
strength:50,
cost: 375,
requiredTech:"Ballistics"
uniques:["[100]% chance to intercept air attacks","Bonus vs air units 150%"]
hurryCostModifier:20,
attackSound:"machinegun"
},
2019-01-16 21:15:02 +00:00
{
name:"Tank",
unitType:"Armor",
movement:5,
strength:70,
cost: 375,
requiredTech:"Combined Arms",
requiredResource:"Oil",
2019-03-17 03:39:32 +00:00
upgradesTo:"Modern Armor",
//obsoleteTech:"Robotics",
2019-01-16 21:15:02 +00:00
uniques:["Can move after attacking","No defensive terrain bonus"]
hurryCostModifier:20,
},
{
name:"Panzer",
unitType:"Armor",
uniqueTo:"Germany",
replaces:"Tank",
movement:6,
strength:80,
cost: 375,
requiredTech:"Combined Arms",
requiredResource:"Oil",
uniques:["Can move after attacking","No defensive terrain bonus"]
hurryCostModifier:20,
//German unique unit, stronger than Tank
},
2019-01-16 21:15:02 +00:00
{
name:"Anti-Tank Gun",
unitType:"Melee",
movement:2,
strength:50,
cost: 300,
requiredTech:"Combined Arms",
uniques:["Bonus vs Armor 100%"]
hurryCostModifier:20,
},
{
name:"Rocket Artillery",
unitType:"Siege",
movement:2,
strength:45,
rangedStrength:60,
range:3,
cost: 425,
requiredTech:"Rocketry",
requiredResource:"Aluminum",
uniques:["Bonus vs City 200%","No defensive terrain bonus",
"Limited Visibility","Indirect Fire"],
hurryCostModifier:20
},
{
name:"Mechanized Infantry",
unitType:"Melee",
movement:3,
strength:90,
cost: 375,
requiredTech:"Mobile Tactics",
hurryCostModifier:20,
},
{
name:"Modern Armor",
unitType:"Armor",
movement:5,
strength:100,
cost: 425,
requiredTech:"Lasers",
requiredResource:"Aluminum",
uniques:["Can move after attacking","No defensive terrain bonus"]
hurryCostModifier:20,
},
2018-05-17 12:56:25 +00:00
/* Great people */
{
name:"Great Artist",
unbuildable:true,
unitType:"Civilian",
uniques:["Can start an 8-turn golden age","Can build improvement: Landmark"]
movement:2
},
{
name:"Great Scientist",
unbuildable:true,
unitType:"Civilian",
uniques:["Can discover a technology","Can build improvement: Academy"]
movement:2
},
{
name:"Great Merchant",
unbuildable:true,
unitType:"Civilian",
uniques:["Can undertake a trade mission, giving a large sum of gold","Can build improvement: Customs house"]
movement:2
},
{
name:"Great Engineer",
unbuildable:true,
unitType:"Civilian",
uniques:["Can speed up construction of a wonder","Can build improvement: Manufactory"]
movement:2
},
2018-12-26 10:06:36 +00:00
{
name:"Great General",
unbuildable:true,
unitType:"Civilian",
uniques:["Can start an 8-turn golden age","Bonus for units in 2 tile radius 15%"] //to do : should be able to build mega-fort
2018-12-26 10:06:36 +00:00
movement:2
},
]