26 lines
327 B
TOML
26 lines
327 B
TOML
name = "Malachite Bolero"
|
|
|
|
[[world]]
|
|
name = "Kingdom of Corona"
|
|
|
|
[[world]]
|
|
name = "The Caribbean"
|
|
|
|
[[drops]]
|
|
name = "Lucid Stone"
|
|
kind = "material"
|
|
chance = 12
|
|
|
|
[drops.material]
|
|
category = "lucid"
|
|
kind = "stone"
|
|
|
|
[[drops]]
|
|
name = "Lucid Gem"
|
|
kind = "material"
|
|
chance = 6
|
|
|
|
[drops.material]
|
|
category = "lucid"
|
|
kind = "gem"
|