forked from Edikoyo/EdikoyoWiki
21 lines
1 KiB
Markdown
21 lines
1 KiB
Markdown
<!-- QueryToSerialize: TABLE WITHOUT ID file.link as "Slimes", rarity as "Rarity", type as "Type" FROM "Animals/Slimes" WHERE file.name != "_index" SORT file.name -->
|
|
<!-- SerializedQuery: TABLE WITHOUT ID file.link as "Slimes", rarity as "Rarity", type as "Type" FROM "Animals/Slimes" WHERE file.name != "_index" SORT file.name -->
|
|
|
|
| Slimes | Rarity | Type |
|
|
| ------------------------------------------------------ | -------- | ------ |
|
|
| [[Ababa Slime]] | Common | Cold |
|
|
| [[Bark Slime]] | Common | Nature |
|
|
| [[Garden Slime]] | Common | Nature |
|
|
| [[Godot Slime]] | Uncommon | Stone |
|
|
| [[Honey Slime]] | Common | Nature |
|
|
| [[Lagoon Slime]] | Common | Water |
|
|
| [[Marsh Slime]] | Common | Nature |
|
|
| [[Sunflower Slime]] | Common | Nature |
|
|
<!-- SerializedQuery END -->
|
|
|
|
```dataview
|
|
table
|
|
(variant1[0] + "<br>" + variant1[1]) as "Combined"
|
|
FROM "Animals/Slimes"
|
|
WHERE file.name != "_index"
|
|
```
|