29 lines
366 B
TOML
29 lines
366 B
TOML
name = "Water Core"
|
|
|
|
[[world]]
|
|
name = "Olympus"
|
|
|
|
[[world]]
|
|
name = "Kingdom of Corona"
|
|
|
|
[[world]]
|
|
name = "The Caribbean"
|
|
|
|
[[drops]]
|
|
name = "Soothing Shard"
|
|
kind = "material"
|
|
chance = 15
|
|
|
|
[drops.material]
|
|
category = "soothing"
|
|
kind = "shard"
|
|
|
|
[[drops]]
|
|
name = "Soothing Stone"
|
|
kind = "material"
|
|
chance = 10
|
|
|
|
[drops.material]
|
|
category = "soothing"
|
|
kind = "stone"
|