24 lines
318 B
TOML
24 lines
318 B
TOML
name = "Dancer"
|
|
kind = "nobody"
|
|
|
|
[[world]]
|
|
name = "The World That Never Was"
|
|
|
|
[[drops]]
|
|
name = "Twilight Stone"
|
|
kind = "material"
|
|
chance = 12
|
|
|
|
[drops.material]
|
|
category = "twilight"
|
|
kind = "stone"
|
|
|
|
[[drops]]
|
|
name = "Serenity Gem"
|
|
kind = "material"
|
|
chance = 4
|
|
|
|
[drops.material]
|
|
category = "serenity"
|
|
kind = "gem"
|