khguide/input/kh1/enemies/pirate.toml

32 lines
402 B
TOML

name = "Pirate"
[[world]]
name = "Neverland"
rooms = ["Captain's Cabin"]
[[world]]
name = "Monstro"
[[world]]
name = "End of the World"
rooms = ["World Terminus | Neverland"]
[[drops]]
name = "Hi-Potion"
kind = "item"
chance = 2
[[drops]]
name = "Mega-Potion"
kind = "item"
chance = 1
[[drops]]
name = "Power Gem"
kind = "material"
chance = 4
[drops.material]
category = "power"
kind = "gem"