Update all sessions files up to 15
This commit is contained in:
parent
17be0de925
commit
624d8ada06
40 changed files with 338 additions and 94 deletions
86
_res/bases/Npcs.base
Normal file
86
_res/bases/Npcs.base
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
filters:
|
||||
and:
|
||||
- file.folder != "_res/templates"
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
filters:
|
||||
or:
|
||||
- file.tags.contains("Personnage")
|
||||
- file.tags.contains("Joueur")
|
||||
- file.tags.contains("Lwa")
|
||||
- file.tags.contains("Monstre")
|
||||
order:
|
||||
- file.name
|
||||
- tags
|
||||
- position
|
||||
- image
|
||||
- Relation
|
||||
sort:
|
||||
- property: file.tags
|
||||
direction: ASC
|
||||
- property: file.name
|
||||
direction: ASC
|
||||
columnSize:
|
||||
note.tags: 104
|
||||
- type: cards
|
||||
name: Tous
|
||||
filters:
|
||||
or:
|
||||
- file.tags.contains("Personnage")
|
||||
- file.tags.contains("Joueur")
|
||||
- file.tags.contains("Lwa")
|
||||
- file.tags.contains("Monstre")
|
||||
order:
|
||||
- file.name
|
||||
- position
|
||||
sort: []
|
||||
image: note.image
|
||||
imageFit: ""
|
||||
imageAspectRatio: 1.35
|
||||
cardSize: 150
|
||||
- type: cards
|
||||
name: Personnages
|
||||
filters:
|
||||
and:
|
||||
- file.tags.contains("Personnage")
|
||||
order:
|
||||
- file.name
|
||||
- position
|
||||
sort: []
|
||||
image: note.image
|
||||
imageFit: ""
|
||||
imageAspectRatio: 1.35
|
||||
cardSize: 150
|
||||
- type: cards
|
||||
name: Lwa
|
||||
filters:
|
||||
and:
|
||||
- file.tags.contains("Lwa")
|
||||
order:
|
||||
- file.name
|
||||
image: note.image
|
||||
imageAspectRatio: 1.3
|
||||
cardSize: 150
|
||||
- type: cards
|
||||
name: Joueur
|
||||
filters:
|
||||
and:
|
||||
- file.tags.contains("Joueur")
|
||||
order:
|
||||
- file.name
|
||||
image: note.image
|
||||
imageFit: ""
|
||||
imageAspectRatio: 1.35
|
||||
cardSize: 150
|
||||
- type: cards
|
||||
name: Montres
|
||||
filters:
|
||||
and:
|
||||
- file.tags.contains("Monstre")
|
||||
order:
|
||||
- file.name
|
||||
image: note.image
|
||||
imageFit: ""
|
||||
imageAspectRatio: 1.35
|
||||
cardSize: 150
|
||||
Loading…
Add table
Add a link
Reference in a new issue