32 lines
433 B
TOML
32 lines
433 B
TOML
name = "Parasol Beauty"
|
|
|
|
[[world]]
|
|
name = "Kingdom of Corona"
|
|
|
|
[[drops]]
|
|
name = "Wellspring Shard"
|
|
kind = "material"
|
|
chance = 12
|
|
|
|
[drops.material]
|
|
category = "wellspring"
|
|
kind = "shard"
|
|
|
|
[[drops]]
|
|
name = "Wellspring Stone"
|
|
kind = "material"
|
|
chance = 8
|
|
|
|
[drops.material]
|
|
category = "wellspring"
|
|
kind = "stone"
|
|
|
|
[[drops]]
|
|
name = "Hungry Stone"
|
|
kind = "material"
|
|
chance = 4
|
|
|
|
[drops.material]
|
|
category = "hungry"
|
|
kind = "stone"
|