26 lines
335 B
TOML
26 lines
335 B
TOML
name = "Marine Rumba"
|
|
|
|
[[world]]
|
|
name = "Kingdom of Corona"
|
|
|
|
[[world]]
|
|
name = "The Caribbean"
|
|
|
|
[[drops]]
|
|
name = "Soothing Stone"
|
|
kind = "material"
|
|
chance = 12
|
|
|
|
[drops.material]
|
|
category = "soothing"
|
|
kind = "stone"
|
|
|
|
[[drops]]
|
|
name = "Soothing Gem"
|
|
kind = "material"
|
|
chance = 6
|
|
|
|
[drops.material]
|
|
category = "soothing"
|
|
kind = "gem"
|