35 lines
435 B
TOML
35 lines
435 B
TOML
name = "Satyr"
|
|
|
|
[[world]]
|
|
name = "Olympus"
|
|
|
|
[[world]]
|
|
name = "Arendelle"
|
|
|
|
[[drops]]
|
|
name = "Pulsing Stone"
|
|
kind = "material"
|
|
chance = 8
|
|
|
|
[drops.material]
|
|
category = "pulsing"
|
|
kind = "stone"
|
|
|
|
[[drops]]
|
|
name = "Pulsing Gem"
|
|
kind = "material"
|
|
chance = 4
|
|
|
|
[drops.material]
|
|
category = "pulsing"
|
|
kind = "gem"
|
|
|
|
[[drops]]
|
|
name = "Wellspring Shard"
|
|
kind = "material"
|
|
chance = 8
|
|
|
|
[drops.material]
|
|
category = "wellspring"
|
|
kind = "shard"
|