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

@ -64,6 +64,10 @@ All the following are from [the Noun Project](https://thenounproject.com) licenc
* [Warship](https://thenounproject.com/term/warship/1597474/) By zidney for Destroyer
* [Battleship](https://thenounproject.com/search/?q=battleship&i=1986807) By Vitaliy Gorbachev, KZ for Battleship
* [Submarine](https://thenounproject.com/search/?q=submarine&i=589519) By Hea Poh Lin, MY
* [xm8](https://thenounproject.com/term/xm8/172007/) By Xela Ub for Infantry
* [machine-gun](https://thenounproject.com/search/?q=machine%20gun&i=591058) By Joana Pereira
* [Anti-Tank Gun](https://thenounproject.com/term/anti-tank-gun/1802450/) By Tom Fricker
* [Tank](https://thenounproject.com/search/?q=tank&i=981914) By jeff
### Great People

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

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 */