34 lines
583 B
Plaintext
34 lines
583 B
Plaintext
filters:
|
|
and:
|
|
- race == true
|
|
views:
|
|
- type: table
|
|
name: All
|
|
order:
|
|
- file.name
|
|
- race
|
|
- race.maxage
|
|
- race.maxweight
|
|
- race.maxheight
|
|
- race.minage
|
|
- race.minweight
|
|
- race.minheight
|
|
- race.speed
|
|
sort: []
|
|
- type: table
|
|
name: Playable
|
|
filters:
|
|
and:
|
|
- note["race.playable"] == true
|
|
order:
|
|
- file.name
|
|
- race
|
|
- race.maxage
|
|
- race.maxheight
|
|
- race.maxweight
|
|
- race.minage
|
|
- race.minheight
|
|
- race.minweight
|
|
- race.speed
|
|
sort: []
|