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:
Xander Lenstra
2021-08-22 22:27:33 +02:00
committed by GitHub
parent 8ef0dc99e9
commit 0868e31adb
5 changed files with 547 additions and 535 deletions

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

View File

@ -503,7 +503,7 @@
"unitTypes": ["Ranged Water","Fighter","Bomber"]
},
// Uniques
// Uniques that should be kept on upgrades
{
"name": "Morale", // Heroic Epic
"uniques": ["+[15]% Combat Strength"]
@ -531,5 +531,9 @@
{
"name": "Slinger Withdraw", // only for Slinger and subsequent upgrades
"uniques": ["May withdraw before melee ([80]%)"]
},
{
"name": "Ignore terrain cost",
"uniques": ["Ignores terrain cost"]
}
]

View File

@ -26,7 +26,8 @@
"strength": 5,
"cost": 25,
"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"
},
{