36 lines
411 B
TOML
36 lines
411 B
TOML
name = "Wyvern"
|
|
|
|
[[world]]
|
|
name = "Hollow Bastion"
|
|
|
|
[[world]]
|
|
name = "Traverse Town"
|
|
|
|
[[world]]
|
|
name = "Deep Jungle"
|
|
|
|
[[world]]
|
|
name = "Agrabah"
|
|
|
|
[[world]]
|
|
name = "End of the World"
|
|
|
|
[[drops]]
|
|
name = "Hi-Potion"
|
|
kind = "item"
|
|
chance = 2
|
|
|
|
[[drops]]
|
|
name = "Elixir"
|
|
kind = "item"
|
|
chance = 0.5
|
|
|
|
[[drops]]
|
|
name = "Power Crystal"
|
|
kind = "material"
|
|
chance = 2
|
|
|
|
[drops.material]
|
|
category = "power"
|
|
kind = "crystal"
|