mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 22:37:02 -04:00
Added Tank, Anti-Tank Gun units
This commit is contained in:
parent
e573368d18
commit
e16bb2b8a7
@ -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
|
* [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
|
* [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
|
* [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
|
### Great People
|
||||||
|
|
||||||
|
BIN
android/Images/TechIcons/Combined Arms.png
Normal file
BIN
android/Images/TechIcons/Combined Arms.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
BIN
android/Images/UnitIcons/Anti-Tank Gun.png
Normal file
BIN
android/Images/UnitIcons/Anti-Tank Gun.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
android/Images/UnitIcons/Tank.png
Normal file
BIN
android/Images/UnitIcons/Tank.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
@ -621,7 +621,7 @@
|
|||||||
greatPersonPoints:{production:1}
|
greatPersonPoints:{production:1}
|
||||||
providesFreeBuilding:"Broadcast Tower"
|
providesFreeBuilding:"Broadcast Tower"
|
||||||
uniques:["+1 population in each city","+1 happiness in each city"]
|
uniques:["+1 population in each city","+1 happiness in each city"]
|
||||||
requiredTech:"Telecommunications"
|
requiredTech:"Telecommunications" // todo doesn't exist yet!
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name:"Pentagon",
|
name:"Pentagon",
|
||||||
@ -629,7 +629,7 @@
|
|||||||
culture:1,
|
culture:1,
|
||||||
greatPersonPoints:{production:2}
|
greatPersonPoints:{production:2}
|
||||||
uniques:["Gold cost of upgrading military units reduced by 33%"]
|
uniques:["Gold cost of upgrading military units reduced by 33%"]
|
||||||
requiredTech:"Combined Arms"
|
requiredTech:"Combined Arms" // todo doesn't exist yet!
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name:"Spaceship Factory",
|
name:"Spaceship Factory",
|
||||||
|
@ -5441,7 +5441,7 @@
|
|||||||
Simplified_Chinese:"火箭炮"
|
Simplified_Chinese:"火箭炮"
|
||||||
Russian:"Ракетная Артиллерия"
|
Russian:"Ракетная Артиллерия"
|
||||||
}
|
}
|
||||||
"Anti-tank Gun":{
|
"Anti-Tank Gun":{
|
||||||
Romanian:"Tun antitanc"
|
Romanian:"Tun antitanc"
|
||||||
Spanish:"Arma Anti-Pesados"
|
Spanish:"Arma Anti-Pesados"
|
||||||
Simplified_Chinese:"反坦克炮"
|
Simplified_Chinese:"反坦克炮"
|
||||||
|
@ -418,6 +418,8 @@
|
|||||||
hurryCostModifier:20,
|
hurryCostModifier:20,
|
||||||
uniques:["Can move after attacking","No defensive terrain bonus",
|
uniques:["Can move after attacking","No defensive terrain bonus",
|
||||||
"Penalty vs City 33%","Bonus vs Mounted 33%" ],
|
"Penalty vs City 33%","Bonus vs Mounted 33%" ],
|
||||||
|
upgradesTo:"Anti-Tank Gun",
|
||||||
|
obsoleteTech:"Combined Arms",
|
||||||
attackSound:"horse"
|
attackSound:"horse"
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -568,6 +570,27 @@
|
|||||||
hurryCostModifier:20,
|
hurryCostModifier:20,
|
||||||
attackSound:"machinegun"
|
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 */
|
/* Great people */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user