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",
|
"type": "bases",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "wiki/weapons/Items.base",
|
"file": "wiki/weapons/Items.base",
|
||||||
"viewName": "Shields"
|
"viewName": "All"
|
||||||
},
|
},
|
||||||
"icon": "lucide-table",
|
"icon": "lucide-table",
|
||||||
"title": "Items"
|
"title": "Items"
|
||||||
|
|||||||
@ -8,7 +8,6 @@ views:
|
|||||||
- file.name
|
- file.name
|
||||||
- item.cost
|
- item.cost
|
||||||
- item.slots
|
- item.slots
|
||||||
- shield.parade
|
|
||||||
- type: table
|
- type: table
|
||||||
name: Weapons
|
name: Weapons
|
||||||
filters:
|
filters:
|
||||||
@ -26,6 +25,9 @@ views:
|
|||||||
filters:
|
filters:
|
||||||
and:
|
and:
|
||||||
- weapon != true
|
- weapon != true
|
||||||
|
- ranged != true
|
||||||
|
- shield != true
|
||||||
|
- armor != true
|
||||||
order:
|
order:
|
||||||
- file.name
|
- file.name
|
||||||
- item.cost
|
- item.cost
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user