23 lines
298 B
TOML
23 lines
298 B
TOML
name = "Rock Troll"
|
|
|
|
[[world]]
|
|
name = "Olympus"
|
|
|
|
[[drops]]
|
|
name = "Wellspring Stone"
|
|
kind = "material"
|
|
chance = 30
|
|
|
|
[drops.material]
|
|
category = "wellspring"
|
|
kind = "stone"
|
|
|
|
[[drops]]
|
|
name = "Wellspring Gem"
|
|
kind = "material"
|
|
chance = 20
|
|
|
|
[drops.material]
|
|
category = "wellspring"
|
|
kind = "gem"
|