mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-14 01:39:40 +07:00
Added "checkfilter" console commands for city, tile, and unit, for easy mod checking
This commit is contained in:
@ -88,6 +88,8 @@ This indicates a unit as placed on the map. Compare with `baseUnitFilter`.
|
||||
- `Barbarians`, `Barbarian`
|
||||
- Again, any combination of the above is also allowed, e.g. `[{Wounded} {Water}]` units.
|
||||
|
||||
You can check this in-game using the console with the `unit checkfilter <filter>` command
|
||||
|
||||
## buildingFilter
|
||||
|
||||
Allows to only activate a unique for certain buildings. Allowed options are:
|
||||
@ -135,6 +137,8 @@ cityFilters allow us to choose the range of cities affected by this unique:
|
||||
- `in all cities in which the majority religion is an enhanced religion`
|
||||
- [civFilter]
|
||||
|
||||
You can check this in-game using the console with the `city checkfilter <filter>` command
|
||||
|
||||
## improvementFilter
|
||||
|
||||
For filtering a specific improvement.
|
||||
@ -265,6 +269,8 @@ Any of:
|
||||
- `Improvement` or `improved` for tiles with any improvements
|
||||
- `unimproved` for tiles with no improvement
|
||||
|
||||
You can check this in-game using the console with the `tile checkfilter <filter>` command
|
||||
|
||||
## terrainQuality
|
||||
|
||||
Used to indicate for what use the terrain should be viewed when dividing the world into regions, in each of which a single player is placed at the start of the game.
|
||||
|
Reference in New Issue
Block a user