vault backup: 2024-09-07 03:15:28
This commit is contained in:
parent
d282a19ae4
commit
d3c7417f24
2 changed files with 2 additions and 44 deletions
|
@ -1,21 +1 @@
|
|||
<!-- 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"
|
||||
```
|
||||
<!-- QueryToSerialize: TABLE WITHOUT ID file.link as "Slimes", variant1[0] as "Regional Variant 1", rarity as "Rarity", type as "Type" FROM "Animals/Slimes" WHERE file.name != "_index" SORT file.name -->
|
|
@ -1,26 +1,4 @@
|
|||
---
|
||||
---
|
||||
|
||||
<!-- 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"
|
||||
````
|
||||
<!-- QueryToSerialize: TABLE WITHOUT ID file.link as "Slimes", variant1[0] as "Regional Variant 1", rarity as "Rarity", type as "Type" FROM "Animals/Slimes" WHERE file.name != "_index" SORT file.name -->
|
||||
|
|
Loading…
Reference in a new issue