29 lines
583 B
Plaintext
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
|