mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-31 07:09:26 +07:00
Added Tank, Anti-Tank Gun units
This commit is contained in:
@ -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",
|
||||
|
@ -5441,7 +5441,7 @@
|
||||
Simplified_Chinese:"火箭炮"
|
||||
Russian:"Ракетная Артиллерия"
|
||||
}
|
||||
"Anti-tank Gun":{
|
||||
"Anti-Tank Gun":{
|
||||
Romanian:"Tun antitanc"
|
||||
Spanish:"Arma Anti-Pesados"
|
||||
Simplified_Chinese:"反坦克炮"
|
||||
|
@ -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 */
|
||||
|
Reference in New Issue
Block a user