SimpleTest/WorldDawnSimpleTest/wiki/weapons/Items.base
2026-02-20 11:57:22 +01:00

29 lines
583 B
Plaintext

filters:
and:
- note["data.weapon"] == true
formulas:
Untitled: note["data.weapon.cost"] + 20
properties:
formula.Untitled:
displayName: Cost Increased
views:
- type: table
name: Weapons
order:
- file.name
- data.weapon.damage
- data.weapon.cost
- formula.Untitled
sort:
- property: file.name
direction: ASC
- property: formula.Untitled
direction: ASC
- property: data.waffe.damage
direction: DESC
- type: list
name: Tools
filters:
and:
- note["data.tool"] == true