35 lines
453 B
TOML
35 lines
453 B
TOML
name = "Large Body"
|
|
|
|
[[world]]
|
|
name = "Olympus"
|
|
|
|
[[world]]
|
|
name = "Twilight Town"
|
|
|
|
[[drops]]
|
|
name = "Wellspring Shard"
|
|
kind = "material"
|
|
chance = 12
|
|
|
|
[drops.material]
|
|
category = "wellspring"
|
|
kind = "shard"
|
|
|
|
[[drops]]
|
|
name = "Wellspring Stone"
|
|
kind = "material"
|
|
chance = 4
|
|
|
|
[drops.material]
|
|
category = "wellspring"
|
|
kind = "stone"
|
|
|
|
[[drops]]
|
|
name = "Hungry Shard"
|
|
kind = "material"
|
|
chance = 8
|
|
|
|
[drops.material]
|
|
category = "hungry"
|
|
kind = "shard"
|