mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 14:57:58 +07:00
Treat remaining untyped Uniques in default rulesets (#9763)
* Treat remaining untyped Uniques in default rulesets, make unit test catch them * Change untyped filtering Uniques check to Validation by inclusion in GlobalUniques instead of UniqueType.AircraftMarker * Wiki for untyped filtering Uniques * Re-include the "Who knows" of Future Tech on the Tech picker
This commit is contained in:
@ -7,7 +7,10 @@
|
||||
"[-33]% Strength <for [All] units> <when below [-10] Happiness>",
|
||||
"Cannot build [Settler] units <when below [-10] Happiness>",
|
||||
"Rebel units may spawn <when below [-20] Happiness>",
|
||||
"[-1] Sight <for [Embarked] units>"
|
||||
"[-1] Sight <for [Embarked] units>",
|
||||
|
||||
// Filtering uniques must be listed here to tell RulesetValidator they're OK despite untyped
|
||||
"Aircraft"
|
||||
|
||||
// TODO: Implement the uniques below
|
||||
// "[+20]% [Culture] [in all cities] <during a golden age>",
|
||||
|
@ -615,9 +615,10 @@
|
||||
{
|
||||
"name": "Future Tech",
|
||||
"row": 5,
|
||||
"prerequisites": ["Globalization","Nuclear Fusion", "Nanotechnology"],
|
||||
"uniques": ["Who knows what the future holds?", "Can be continually researched"],
|
||||
"quote": "'I think we agree, the past is over.' - George W. Bush"
|
||||
"prerequisites": ["Globalization","Nuclear Fusion","Nanotechnology"],
|
||||
"uniques": ["Can be continually researched"],
|
||||
"quote": "'I think we agree, the past is over.' - George W. Bush",
|
||||
"civilopediaText": [{"text": "Who knows what the future holds?"}]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user