Update workspace and weapon attributes: refine table filters, remove shield parade attribute, and adjust item view configuration
This commit is contained in:
parent
623687e00d
commit
bb0f2b68a1
2
WorldDawnSimpleTest/.obsidian/workspace.json
vendored
2
WorldDawnSimpleTest/.obsidian/workspace.json
vendored
@ -14,7 +14,7 @@
|
||||
"type": "bases",
|
||||
"state": {
|
||||
"file": "wiki/weapons/Items.base",
|
||||
"viewName": "Shields"
|
||||
"viewName": "All"
|
||||
},
|
||||
"icon": "lucide-table",
|
||||
"title": "Items"
|
||||
|
||||
@ -8,7 +8,6 @@ views:
|
||||
- file.name
|
||||
- item.cost
|
||||
- item.slots
|
||||
- shield.parade
|
||||
- type: table
|
||||
name: Weapons
|
||||
filters:
|
||||
@ -26,6 +25,9 @@ views:
|
||||
filters:
|
||||
and:
|
||||
- weapon != true
|
||||
- ranged != true
|
||||
- shield != true
|
||||
- armor != true
|
||||
order:
|
||||
- file.name
|
||||
- item.cost
|
||||
|
||||
Loading…
Reference in New Issue
Block a user