28 lines
371 B
TOML
28 lines
371 B
TOML
name = "Necromancer"
|
|
|
|
[[world]]
|
|
name = "Radiant Garden"
|
|
|
|
[[drops]]
|
|
name = "Remembrance Stone"
|
|
kind = "material"
|
|
chance = 10
|
|
|
|
[drops.material]
|
|
category = "remembrance"
|
|
kind = "stone"
|
|
|
|
[[drops]]
|
|
name = "Serenity Stone"
|
|
kind = "material"
|
|
chance = 4
|
|
|
|
[drops.material]
|
|
category = "serenity"
|
|
kind = "stone"
|
|
|
|
[[drops]]
|
|
name = "Shaman Relic+"
|
|
kind = "equipment"
|
|
chance = 1
|