64 lines
918 B
TOML
64 lines
918 B
TOML
name = "Frost Serpent"
|
|
|
|
[[world]]
|
|
name = "Arendelle"
|
|
|
|
[[drops]]
|
|
name = "Frost Crystal"
|
|
kind = "material"
|
|
chance = 30
|
|
|
|
[drops.material]
|
|
category = "frost"
|
|
kind = "crystal"
|
|
|
|
[[drops]]
|
|
name = "Frost Stone"
|
|
kind = "material"
|
|
chance = 40
|
|
info = "Dropped from its Wings"
|
|
|
|
[drops.material]
|
|
category = "frost"
|
|
kind = "stone"
|
|
|
|
[[drops]]
|
|
name = "Frost Gem"
|
|
kind = "material"
|
|
chance = 40
|
|
info = "Dropped from its Wings"
|
|
|
|
[drops.material]
|
|
category = "frost"
|
|
kind = "gem"
|
|
|
|
[[drops]]
|
|
name = "Hungry Stone"
|
|
kind = "material"
|
|
chance = 40
|
|
info = "Dropped from its Tail"
|
|
|
|
[drops.material]
|
|
category = "hungry"
|
|
kind = "stone"
|
|
|
|
[[drops]]
|
|
name = "Hungry Gem"
|
|
kind = "material"
|
|
chance = 20
|
|
info = "Dropped from its Tail"
|
|
|
|
[drops.material]
|
|
category = "hungry"
|
|
kind = "gem"
|
|
|
|
[[drops]]
|
|
name = "Hungry Crystal"
|
|
kind = "material"
|
|
chance = 20
|
|
info = "Dropped from its Tail"
|
|
|
|
[drops.material]
|
|
category = "hungry"
|
|
kind = "crystal"
|