Update workspace and weapon attributes: refine table filters, remove shield parade attribute, and adjust item view configuration

This commit is contained in:
Florian 2026-06-12 17:42:36 +02:00
parent 623687e00d
commit bb0f2b68a1
2 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,7 @@
"type": "bases",
"state": {
"file": "wiki/weapons/Items.base",
"viewName": "Shields"
"viewName": "All"
},
"icon": "lucide-table",
"title": "Items"

View File

@ -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