mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-13 17:28:57 +07:00
4.6.4
This commit is contained in:
@ -96,20 +96,8 @@ Allowed values are:
|
||||
- `Great Improvements`, `Great`
|
||||
- `All Road` - for Roads & Railroads
|
||||
|
||||
## mapUnitFilter
|
||||
|
||||
This indicates a unit as placed on the map. Compare with `baseUnitFilter`.
|
||||
It can be any value noted in `baseUnitFilter` or one of the following:
|
||||
|
||||
- `Wounded`, `wounded units`
|
||||
- `City-State`
|
||||
- `Barbarians`, `Barbarian`
|
||||
- Again, any combination of the above is also allowed, e.g. `[{Wounded} {Water}]` units.
|
||||
|
||||
## nationFilter
|
||||
|
||||
At the moment only implemented for [ModOptions.nationsToRemove](../Other/Miscellaneous-JSON-files.md#modoptionsjson).
|
||||
|
||||
Allowed values are:
|
||||
|
||||
- `All`
|
||||
@ -118,6 +106,17 @@ Allowed values are:
|
||||
- The name of a Nation
|
||||
- A unique a Nation has (verbatim, no placeholders)
|
||||
|
||||
## mapUnitFilter
|
||||
|
||||
This indicates a unit as placed on the map. Compare with `baseUnitFilter`.
|
||||
|
||||
- Any value noted in `baseUnitFilter`
|
||||
- `Wounded`
|
||||
- `Embarked`
|
||||
- `City-State`
|
||||
- `Barbarians`, `Barbarian`
|
||||
- Again, any combination of the above is also allowed, e.g. `[{Wounded} {Water}]` units.
|
||||
|
||||
## populationFilter
|
||||
|
||||
A filter determining a part of the population of a city. It can be any of the following values:
|
||||
|
Reference in New Issue
Block a user