Initial commit

This commit is contained in:
Thomas Andres Gomez 2025-10-05 18:46:34 +02:00
commit 943f361afa
103 changed files with 942 additions and 0 deletions

45
Npcs.base Normal file
View 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