khguide/input/kh1/enemies/gargoyle.toml

29 lines
377 B
TOML

name = "Gargoyle"
[[world]]
name = "Halloween Town"
rooms = ["Graveyard"]
[[world]]
name = "End of the World"
rooms = ["World Terminus | Halloween Town"]
[[drops]]
name = "Ether"
kind = "item"
chance = 1
[[drops]]
name = "Mega-Ether"
kind = "item"
chance = 0.5
[[drops]]
name = "Lucid Gem"
kind = "material"
chance = 2
[drops.material]
category = "lucid"
kind = "gem"