28 lines
364 B
TOML
28 lines
364 B
TOML
name = "Runemaster"
|
|
|
|
[[world]]
|
|
name = "Radiant Garden"
|
|
|
|
[[drops]]
|
|
name = "Remembrance Gem"
|
|
kind = "material"
|
|
chance = 10
|
|
|
|
[drops.material]
|
|
category = "remembrance"
|
|
kind = "gem"
|
|
|
|
[[drops]]
|
|
name = "Serenity Gem"
|
|
kind = "material"
|
|
chance = 4
|
|
|
|
[drops.material]
|
|
category = "serenity"
|
|
kind = "gem"
|
|
|
|
[[drops]]
|
|
name = "Akashic Record+"
|
|
kind = "equipment"
|
|
chance = 1
|