24 lines
316 B
TOML
24 lines
316 B
TOML
name = "Turtletoad"
|
|
kind = "unversed"
|
|
|
|
[[world]]
|
|
name = "Monstropolis"
|
|
|
|
[[drops]]
|
|
name = "Sinister Gem"
|
|
kind = "material"
|
|
chance = 16
|
|
|
|
[drops.material]
|
|
category = "sinister"
|
|
kind = "gem"
|
|
|
|
[[drops]]
|
|
name = "Wellspring Stone"
|
|
kind = "material"
|
|
chance = 8
|
|
|
|
[drops.material]
|
|
category = "wellspring"
|
|
kind = "stone"
|