39 lines
449 B
TOML
39 lines
449 B
TOML
name = "Wizard"
|
|
|
|
[[world]]
|
|
name = "Holloween Town"
|
|
|
|
[[world]]
|
|
name = "Traverse Town"
|
|
|
|
[[world]]
|
|
name = "Wonderland"
|
|
|
|
[[world]]
|
|
name = "Deep Jungle"
|
|
|
|
[[world]]
|
|
name = "Agrabah"
|
|
|
|
[[world]]
|
|
name = "End of the World"
|
|
|
|
[[drops]]
|
|
name = "Ether"
|
|
kind = "item"
|
|
chance = 2
|
|
|
|
[[drops]]
|
|
name = "Shiny Crystal"
|
|
kind = "material"
|
|
chance = 2
|
|
|
|
[drops.material]
|
|
category = "shiny"
|
|
kind = "crystal"
|
|
|
|
[[drops]]
|
|
name = "Wizard Relic"
|
|
kind = "equipment"
|
|
chance = 0.2
|