1
0
Fork 0
EdikoyoWiki-Ategon/Edikoyo/Animals/Slimes/_index.md

22 lines
1 KiB
Markdown
Raw Normal View History

2024-09-07 07:04:57 +00:00
<!-- 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 -->
2024-09-07 04:30:46 +00:00
2024-09-07 07:10:28 +00:00
| 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 |
2024-09-07 07:04:57 +00:00
| [[Sunflower Slime]] | Common | Nature |
<!-- SerializedQuery END -->
2024-09-07 07:10:28 +00:00
```dataview
table
(variant1[0] + "<br>" + variant1[1]) as "Combined"
FROM "Animals/Slimes"
WHERE file.name != "_index"
```