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:
SomeTroglodyte
2023-08-03 10:38:50 +02:00
committed by GitHub
parent fc40da11d9
commit bcb26b6d2a
12 changed files with 121 additions and 62 deletions

View File

@ -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>",

View File

@ -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?"}]
}
]
}