SimpleTest/WorldDawnSimpleTest/wiki/races/Races.base
2026-04-10 22:08:18 +02:00

20 lines
321 B
Plaintext

filters:
and:
- note["data.race"] == true
views:
- type: table
name: All
order:
- file.name
- data.race.speed
sort: []
- type: table
name: Playable
filters:
and:
- note["data.race.playable"] == true
order:
- file.name
- data.race.speed
sort: []