mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 22:37:02 -04:00
Added everything needed for Modern Armor
This commit is contained in:
parent
59f5f9ceeb
commit
3ae5662c32
@ -68,6 +68,7 @@ All the following are from [the Noun Project](https://thenounproject.com) licenc
|
|||||||
* [machine-gun](https://thenounproject.com/search/?q=machine%20gun&i=591058) By Joana Pereira
|
* [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
|
* [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
|
* [Tank](https://thenounproject.com/search/?q=tank&i=981914) By jeff
|
||||||
|
* [Modern Armor](https://thenounproject.com/search/?q=tank&i=218) By Public Domain Nouns for Modern Armor
|
||||||
|
|
||||||
### Great People
|
### Great People
|
||||||
|
|
||||||
|
BIN
android/Images/UnitIcons/Modern Armor.png
Normal file
BIN
android/Images/UnitIcons/Modern Armor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 866 KiB After Width: | Height: | Size: 869 KiB |
@ -591,6 +591,19 @@
|
|||||||
uniques:["Bonus vs Armor 100%"]
|
uniques:["Bonus vs Armor 100%"]
|
||||||
hurryCostModifier:20,
|
hurryCostModifier:20,
|
||||||
},
|
},
|
||||||
|
/*
|
||||||
|
{
|
||||||
|
name:"Modern Armor",
|
||||||
|
unitType:"Armor",
|
||||||
|
movement:5,
|
||||||
|
strength:100,
|
||||||
|
cost: 425,
|
||||||
|
requiredTech:"Robotics",
|
||||||
|
requiredResource:"Aluminum",
|
||||||
|
uniques:["Can move after attacking","No defensive terrain bonus"]
|
||||||
|
hurryCostModifier:20,
|
||||||
|
},
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/* Great people */
|
/* Great people */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user