34 lines
473 B
TOML
34 lines
473 B
TOML
name = "Darkball"
|
|
|
|
[[world]]
|
|
name = "Traverse Town"
|
|
room = ["3rd District", "Gizmo Shop"]
|
|
|
|
[[world]]
|
|
name = "Agrabah"
|
|
room = ["Bazaar", "Palace Gates"]
|
|
|
|
[[world]]
|
|
name = "Hollow Bastion"
|
|
|
|
[[world]]
|
|
name = "End of the World"
|
|
|
|
[[world]]
|
|
name = "Neverland"
|
|
room = ["Ship: Freezer", "Captain's Cabin"]
|
|
|
|
[[drops]]
|
|
name = "Hi-Potion"
|
|
kind = "item"
|
|
chance = 1
|
|
|
|
[[drops]]
|
|
name = "Lucid Crystal"
|
|
kind = "material"
|
|
chance = 1
|
|
|
|
[drops.material]
|
|
category = "lucid"
|
|
kind = "crystal"
|