Initial commit
This commit is contained in:
commit
943f361afa
103 changed files with 942 additions and 0 deletions
45
Npcs.base
Normal file
45
Npcs.base
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
filters:
|
||||
and:
|
||||
- file.folder != "_res/templates"
|
||||
- file.tags.contains("Personnage")
|
||||
views:
|
||||
- type: cards
|
||||
name: Personnages
|
||||
order:
|
||||
- file.name
|
||||
- position
|
||||
sort: []
|
||||
image: note.image
|
||||
imageFit: ""
|
||||
imageAspectRatio: 1.35
|
||||
- type: cards
|
||||
name: Lwa
|
||||
filters:
|
||||
and:
|
||||
- file.tags.contains("Lwa")
|
||||
order:
|
||||
- file.name
|
||||
image: note.image
|
||||
imageAspectRatio: 1.3
|
||||
cardSize: 200
|
||||
- type: cards
|
||||
name: Joueur
|
||||
filters:
|
||||
and:
|
||||
- file.tags.contains("Joueur")
|
||||
order:
|
||||
- file.name
|
||||
image: note.image
|
||||
imageFit: ""
|
||||
imageAspectRatio: 1.35
|
||||
- type: table
|
||||
name: Table
|
||||
order:
|
||||
- file.name
|
||||
- position
|
||||
- tags
|
||||
- image
|
||||
sort: []
|
||||
image: note.image
|
||||
imageFit: ""
|
||||
imageAspectRatio: 1.35
|
||||
Loading…
Add table
Add a link
Reference in a new issue