24 lines
315 B
TOML
24 lines
315 B
TOML
name = "Flood"
|
|
kind = "unversed"
|
|
|
|
[[world]]
|
|
name = "Monstropolis"
|
|
|
|
[[drops]]
|
|
name = "Sinister Shard"
|
|
kind = "material"
|
|
chance = 12
|
|
|
|
[drops.material]
|
|
category = "sinister"
|
|
kind = "shard"
|
|
|
|
[[drops]]
|
|
name = "Wellspring Shard"
|
|
kind = "material"
|
|
chance = 4
|
|
|
|
[drops.material]
|
|
category = "wellspring"
|
|
kind = "shard"
|