29 lines
401 B
TOML
29 lines
401 B
TOML
name = "Wight Knight"
|
|
|
|
[[world]]
|
|
name = "Halloween Town"
|
|
rooms = ["Graveyard", "Manor Ruins"]
|
|
|
|
[[world]]
|
|
name = "End of the World"
|
|
rooms = ["World Terminus | Halloween Town"]
|
|
|
|
[[drops]]
|
|
name = "Hi-Potion"
|
|
kind = "item"
|
|
chance = 1
|
|
|
|
[[drops]]
|
|
name = "Mega-Potion"
|
|
kind = "item"
|
|
chance = 0.5
|
|
|
|
[[drops]]
|
|
name = "Lucid Gem"
|
|
kind = "material"
|
|
chance = 2
|
|
|
|
[drops.material]
|
|
category = "lucid"
|
|
kind = "gem"
|