24 lines
423 B
TOML
24 lines
423 B
TOML
name = "Grand Ghost"
|
|
|
|
[[world]]
|
|
name = "Monstro"
|
|
|
|
[[drops]]
|
|
name = "Frost Stone"
|
|
kind = "material"
|
|
chance = 100
|
|
|
|
[drops.material]
|
|
category = "frost"
|
|
kind = "stone"
|
|
|
|
[[drops]]
|
|
name = "Frost Stone"
|
|
kind = "material"
|
|
chance = "?"
|
|
info = "Additional chances based on what item was used to defeat it\nMega-Potion 5%\nMega-Ether 10%\nElixirs 35%\nMegalixir 100% and 20%"
|
|
|
|
[drops.material]
|
|
category = "frost"
|
|
kind = "stone"
|