fateforge/fr/creatures/Bête.md

7 lines
164 B
Markdown
Raw Normal View History

```dataview
table WITHOUT ID
file.link AS Nom, file.frontmatter.creature-puissance AS FP
where creature-type = this.file.link
SORT file.creature-puissance DESC
```