26 lines
328 B
TOML
26 lines
328 B
TOML
name = "Trick Ghost"
|
|
|
|
[[world]]
|
|
name = "Olympus Coliseum"
|
|
|
|
[[world]]
|
|
name = "Halloween Town"
|
|
|
|
[[drops]]
|
|
name = "Lucid Shard"
|
|
kind = "material"
|
|
chance = 10
|
|
|
|
[drops.material]
|
|
category = "lucid"
|
|
kind = "shard"
|
|
|
|
[[drops]]
|
|
name = "Energy Stone"
|
|
kind = "material"
|
|
chance = 4
|
|
|
|
[drops.material]
|
|
category = "energy"
|
|
kind = "stone"
|