khguide/input/kh1/enemies/bandit.toml

26 lines
331 B
TOML
Raw Normal View History

name = "Bandit"
[[world]]
name = "Agrabah"
2025-07-07 21:16:53 +03:00
rooms = ["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"