26 lines
330 B
TOML
26 lines
330 B
TOML
name = "Bandit"
|
|
|
|
[[world]]
|
|
name = "Agrabah"
|
|
room = ["Desert: Cave", "Treasure Room", "Lamp Chamber"]
|
|
|
|
[[world]]
|
|
name = "Monstro"
|
|
|
|
[[world]]
|
|
name = "End of the World"
|
|
|
|
[[drops]]
|
|
name = "Potion"
|
|
kind = "item"
|
|
chance = 2
|
|
|
|
[[drops]]
|
|
name = "Blaze Gem"
|
|
kind = "material"
|
|
chance = 4
|
|
|
|
[drops.material]
|
|
category = "blaze"
|
|
kind = "gem"
|