26 lines
317 B
TOML
26 lines
317 B
TOML
name = "Fat Bandit"
|
|
|
|
[[world]]
|
|
name = "Agrabah"
|
|
|
|
[[world]]
|
|
name = "Monstro"
|
|
|
|
[[world]]
|
|
name = "End of the World"
|
|
rooms = ["World Terminus | Agrabah"]
|
|
|
|
[[drops]]
|
|
name = "Hi-Potion"
|
|
kind = "item"
|
|
chance = 4
|
|
|
|
[[drops]]
|
|
name = "Blaze Gem"
|
|
kind = "material"
|
|
chance = 8
|
|
|
|
[drops.material]
|
|
category = "blaze"
|
|
kind = "gem"
|