This commit is contained in:
2026-06-10 21:11:24 -04:00
commit 3f6dda9602
187 changed files with 61458 additions and 0 deletions
+17
View File
@@ -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
+19
View File
@@ -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
+9
View File
@@ -0,0 +1,9 @@
views:
- type: table
name: Table
filters:
and:
- category == "Terrain"
order:
- file.name
- Description
+17
View File
@@ -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
+25
View File
@@ -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