24 lines
366 B
TOML
24 lines
366 B
TOML
name = "Chimera"
|
|
|
|
[[world]]
|
|
name = "Halloween Town"
|
|
|
|
[[drops]]
|
|
name = "Blazing Stone"
|
|
kind = "material"
|
|
chance = 35
|
|
|
|
[drops.material]
|
|
category = "blaze"
|
|
kind = "stone"
|
|
|
|
[[drops]]
|
|
name = "Blazing Stone"
|
|
kind = "material"
|
|
chance = "?"
|
|
info = "Additional chance based on how many times the heads get reflected"
|
|
|
|
[drops.material]
|
|
category = "blaze"
|
|
kind = "stone"
|