27 lines
320 B
TOML
27 lines
320 B
TOML
name = "Wight Knight"
|
|
|
|
[[world]]
|
|
name = "Holloween Town"
|
|
|
|
[[world]]
|
|
name = "End of the World"
|
|
|
|
[[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"
|