mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-13 01:08:25 +07:00
Modding: Added "non-[filter]" filtering for unit filters
Cleaned up unit filter validations to match actual filters
This commit is contained in:
@ -417,7 +417,7 @@
|
||||
"cost": 125,
|
||||
"culture": 1,
|
||||
"isNationalWonder": true,
|
||||
"uniques": ["Requires a [Barracks] in all cities", "All newly-trained [non-air] units [in this city] receive the [Morale] promotion",
|
||||
"uniques": ["Requires a [Barracks] in all cities", "All newly-trained [non-[Air]] units [in this city] receive the [Morale] promotion",
|
||||
"Cost increases by [30] per owned city"],
|
||||
"requiredTech": "Iron Working"
|
||||
},
|
||||
|
@ -329,7 +329,7 @@
|
||||
"innerColor": [184, 0, 0],
|
||||
"favoredReligion": "Shinto",
|
||||
"uniqueName": "Bushido",
|
||||
"uniques": ["Damage is ignored when determining unit Strength <for [non-air] units>"],
|
||||
"uniques": ["Damage is ignored when determining unit Strength <for [non-[Air]] units>"],
|
||||
"cities": ["Kyoto","Osaka","Tokyo","Satsuma","Kagoshima","Nara","Nagoya","Izumo","Nagasaki","Yokohama",
|
||||
"Shimonoseki","Matsuyama","Sapporo","Hakodate","Ise","Toyama","Fukushima","Suo","Bizen","Echizen",
|
||||
"Izumi","Omi","Echigo","Kozuke","Sado","Kobe","Nagano","Hiroshima","Takayama","Akita","Fukuoka","Aomori",
|
||||
|
@ -360,7 +360,7 @@
|
||||
"cost": 125,
|
||||
"culture": 1,
|
||||
"isNationalWonder": true,
|
||||
"uniques": ["Requires a [Barracks] in all cities", "All newly-trained [non-air] units [in this city] receive the [Morale] promotion",
|
||||
"uniques": ["Requires a [Barracks] in all cities", "All newly-trained [non-[Air]] units [in this city] receive the [Morale] promotion",
|
||||
"Cost increases by [30] per owned city"],
|
||||
"requiredTech": "Iron Working"
|
||||
},
|
||||
|
@ -304,7 +304,7 @@
|
||||
"outerColor": [255, 255, 255],
|
||||
"innerColor": [184, 0, 0],
|
||||
"uniqueName": "Bushido",
|
||||
"uniques": ["Damage is ignored when determining unit Strength <for [non-air] units>"],
|
||||
"uniques": ["Damage is ignored when determining unit Strength <for [non-[Air]] units>"],
|
||||
"cities": ["Kyoto","Osaka","Tokyo","Satsuma","Kagoshima","Nara","Nagoya","Izumo","Nagasaki","Yokohama",
|
||||
"Shimonoseki","Matsuyama","Sapporo","Hakodate","Ise","Toyama","Fukushima","Suo","Bizen","Echizen",
|
||||
"Izumi","Omi","Echigo","Kozuke","Sado","Kobe","Nagano","Hiroshima","Takayama","Akita","Fukuoka","Aomori",
|
||||
|
@ -1550,6 +1550,7 @@ Resource [resource] does not exist in ruleset! =
|
||||
Improvement [improvement] does not exist in ruleset! =
|
||||
Nation [nation] does not exist in ruleset! =
|
||||
Natural Wonder [naturalWonder] does not exist in ruleset! =
|
||||
non-[filter] =
|
||||
|
||||
# Civilopedia difficulty levels
|
||||
Player settings =
|
||||
|
Reference in New Issue
Block a user