forked from Edikoyo/EdikoyoWiki
26 lines
936 B
Markdown
26 lines
936 B
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](Ababa%20Slime.md)|Common|Cold|
|
|
|[Bark Slime](Bark%20Slime.md)|Common|Nature|
|
|
|[Garden Slime](Garden%20Slime.md)|Common|Nature|
|
|
|[Godot Slime](Godot%20Slime.md)|Uncommon|Stone|
|
|
|[Honey Slime](Honey%20Slime.md)|Common|Nature|
|
|
|[Lagoon Slime](Lagoon%20Slime.md)|Common|Water|
|
|
|[Marsh Slime](Marsh%20Slime.md)|Common|Nature|
|
|
|[Sunflower Slime](Sunflower%20Slime.md)|Common|Nature|
|
|
|
|
<!-- SerializedQuery END -->
|
|
|
|
|
|
````dataview
|
|
table
|
|
(variant1[0] + "<br>" + variant1[1]) as "Combined"
|
|
FROM "Animals/Slimes"
|
|
WHERE file.name != "_index"
|
|
````
|