52 lines
714 B
TOML
52 lines
714 B
TOML
name = "Chief Puff"
|
|
|
|
[[world]]
|
|
name = "Kingdom of Corona"
|
|
|
|
[[drops]]
|
|
name = "Lucid Stone"
|
|
kind = "material"
|
|
chance = 12
|
|
|
|
[drops.material]
|
|
category = "lucid"
|
|
kind = "stone"
|
|
|
|
[[drops]]
|
|
name = "Lucid Gem"
|
|
kind = "material"
|
|
chance = 4
|
|
|
|
[drops.material]
|
|
category = "lucid"
|
|
kind = "gem"
|
|
|
|
[[drops]]
|
|
name = "Wellspring Stone"
|
|
kind = "material"
|
|
chance = 8
|
|
|
|
[drops.material]
|
|
category = "wellspring"
|
|
kind = "stone"
|
|
|
|
[[drops]]
|
|
name = "Wellspring Stone"
|
|
kind = "material"
|
|
chance = 16
|
|
info = "While in Tower mode"
|
|
|
|
[drops.material]
|
|
category = "wellspring"
|
|
kind = "stone"
|
|
|
|
[[drops]]
|
|
name = "Lucid Shard"
|
|
kind = "material"
|
|
chance = 8
|
|
info = "While in Tower mode"
|
|
|
|
[drops.material]
|
|
category = "lucid"
|
|
kind = "shard"
|