32 lines
420 B
TOML
32 lines
420 B
TOML
name = "Powerwild"
|
|
|
|
[[world]]
|
|
name = "The Carribean"
|
|
|
|
[[drops]]
|
|
name = "Pulsing Shard"
|
|
kind = "material"
|
|
chance = 12
|
|
|
|
[drops.material]
|
|
category = "pulsing"
|
|
kind = "shard"
|
|
|
|
[[drops]]
|
|
name = "Pulsing Stone"
|
|
kind = "material"
|
|
chance = 6
|
|
|
|
[drops.material]
|
|
category = "pulsing"
|
|
kind = "stone"
|
|
|
|
[[drops]]
|
|
name = "Wellspring Shard"
|
|
kind = "material"
|
|
chance = 8
|
|
|
|
[drops.material]
|
|
category = "wellspring"
|
|
kind = "shard"
|