Day 1 vibes
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
filters:
|
||||
and:
|
||||
- category == "Event"
|
||||
order:
|
||||
- file.name
|
||||
- isCrisis
|
||||
- Event Type
|
||||
- Lake Ecology
|
||||
- Description
|
||||
sort:
|
||||
- property: Name
|
||||
direction: ASC
|
||||
- property: Activates Ecology
|
||||
direction: ASC
|
||||
@@ -0,0 +1,19 @@
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
filters:
|
||||
and:
|
||||
- category == "Region"
|
||||
order:
|
||||
- file.name
|
||||
- Connections
|
||||
- X
|
||||
- Y
|
||||
- Landmarks
|
||||
sort:
|
||||
- property: file.name
|
||||
direction: ASC
|
||||
- property: Landmarks
|
||||
direction: ASC
|
||||
columnSize:
|
||||
note.Connections: 459
|
||||
@@ -0,0 +1,9 @@
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
filters:
|
||||
and:
|
||||
- category == "Terrain"
|
||||
order:
|
||||
- file.name
|
||||
- Description
|
||||
@@ -0,0 +1,17 @@
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
filters:
|
||||
and:
|
||||
- category == "Gear"
|
||||
order:
|
||||
- file.name
|
||||
- Cost
|
||||
- Gear Category
|
||||
- Effect
|
||||
- Location
|
||||
sort:
|
||||
- property: Gear Category
|
||||
direction: ASC
|
||||
columnSize:
|
||||
note.Effect: 539
|
||||
@@ -0,0 +1,25 @@
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
filters:
|
||||
and:
|
||||
- category == "Role"
|
||||
order:
|
||||
- file.name
|
||||
- Awareness
|
||||
- Fitnesses
|
||||
- Knowledge
|
||||
- Spirit
|
||||
- Unknown
|
||||
- Role Effect
|
||||
- Role Veteran Effect
|
||||
sort:
|
||||
- property: file.name
|
||||
direction: ASC
|
||||
- property: Fitnesses
|
||||
direction: DESC
|
||||
columnSize:
|
||||
note.Awareness: 62
|
||||
note.Fitnesses: 82
|
||||
note.Knowledge: 53
|
||||
note.Spirit: 60
|
||||
Reference in New Issue
Block a user