mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-11 00:08:58 +07:00
Scouts still ignore terrain costs after upgrades (#4954)
* Scouts still ignore terrain costs after upgrades * Added an icon for the new promotion
This commit is contained in:
BIN
android/Images/UnitPromotionIcons/Ignore terrain cost.png
Normal file
BIN
android/Images/UnitPromotionIcons/Ignore terrain cost.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
@ -503,7 +503,7 @@
|
|||||||
"unitTypes": ["Ranged Water","Fighter","Bomber"]
|
"unitTypes": ["Ranged Water","Fighter","Bomber"]
|
||||||
},
|
},
|
||||||
|
|
||||||
// Uniques
|
// Uniques that should be kept on upgrades
|
||||||
{
|
{
|
||||||
"name": "Morale", // Heroic Epic
|
"name": "Morale", // Heroic Epic
|
||||||
"uniques": ["+[15]% Combat Strength"]
|
"uniques": ["+[15]% Combat Strength"]
|
||||||
@ -531,5 +531,9 @@
|
|||||||
{
|
{
|
||||||
"name": "Slinger Withdraw", // only for Slinger and subsequent upgrades
|
"name": "Slinger Withdraw", // only for Slinger and subsequent upgrades
|
||||||
"uniques": ["May withdraw before melee ([80]%)"]
|
"uniques": ["May withdraw before melee ([80]%)"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Ignore terrain cost",
|
||||||
|
"uniques": ["Ignores terrain cost"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -26,7 +26,8 @@
|
|||||||
"strength": 5,
|
"strength": 5,
|
||||||
"cost": 25,
|
"cost": 25,
|
||||||
"obsoleteTech": "Scientific Theory",
|
"obsoleteTech": "Scientific Theory",
|
||||||
"uniques": ["Ignores terrain cost", "May upgrade to [Archer] through ruins-like effects"],
|
"uniques": ["May upgrade to [Archer] through ruins-like effects"],
|
||||||
|
"promotions": ["Ignore terrain cost"],
|
||||||
"attackSound": "nonmetalhit"
|
"attackSound": "nonmetalhit"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user