Added Tank, Anti-Tank Gun units

This commit is contained in:
Yair Morgenstern
2019-01-16 23:15:02 +02:00
parent e573368d18
commit e16bb2b8a7
7 changed files with 30 additions and 3 deletions

View File

@ -621,7 +621,7 @@
greatPersonPoints:{production:1}
providesFreeBuilding:"Broadcast Tower"
uniques:["+1 population in each city","+1 happiness in each city"]
requiredTech:"Telecommunications"
requiredTech:"Telecommunications" // todo doesn't exist yet!
},
{
name:"Pentagon",
@ -629,7 +629,7 @@
culture:1,
greatPersonPoints:{production:2}
uniques:["Gold cost of upgrading military units reduced by 33%"]
requiredTech:"Combined Arms"
requiredTech:"Combined Arms" // todo doesn't exist yet!
},
{
name:"Spaceship Factory",

View File

@ -5441,7 +5441,7 @@
Simplified_Chinese:"火箭炮"
Russian:"Ракетная Артиллерия"
}
"Anti-tank Gun":{
"Anti-Tank Gun":{
Romanian:"Tun antitanc"
Spanish:"Arma Anti-Pesados"
Simplified_Chinese:"反坦克炮"

View File

@ -418,6 +418,8 @@
hurryCostModifier:20,
uniques:["Can move after attacking","No defensive terrain bonus",
"Penalty vs City 33%","Bonus vs Mounted 33%" ],
upgradesTo:"Anti-Tank Gun",
obsoleteTech:"Combined Arms",
attackSound:"horse"
},
@ -568,6 +570,27 @@
hurryCostModifier:20,
attackSound:"machinegun"
},
{
name:"Tank",
unitType:"Armor",
movement:5,
strength:70,
cost: 375,
requiredTech:"Combined Arms",
requiredResource:"Oil",
uniques:["Can move after attacking","No defensive terrain bonus"]
hurryCostModifier:20,
},
{
name:"Anti-Tank Gun",
unitType:"Melee",
movement:2,
strength:50,
cost: 300,
requiredTech:"Combined Arms",
uniques:["Bonus vs Armor 100%"]
hurryCostModifier:20,
},
/* Great people */