33 lines
443 B
TOML
33 lines
443 B
TOML
name = "Berserker"
|
|
kind = "nobody"
|
|
|
|
[[world]]
|
|
name = "Arendelle"
|
|
|
|
[[drops]]
|
|
name = "Betwixt Crystal"
|
|
kind = "material"
|
|
chance = 73
|
|
|
|
[drops.material]
|
|
category = "betwixt"
|
|
kind = "crystal"
|
|
|
|
[[drops]]
|
|
name = "Hungry Crystal"
|
|
kind = "material"
|
|
chance = 18
|
|
|
|
[drops.material]
|
|
category = "hungry"
|
|
kind = "crystal"
|
|
|
|
[[drops]]
|
|
name = "Evanescent Crystal"
|
|
kind = "material"
|
|
chance = 9
|
|
|
|
[drops.material]
|
|
category = "evanescent"
|
|
kind = "crystal"
|