26 lines
310 B
TOML
26 lines
310 B
TOML
name = "Popcat"
|
|
|
|
[[world]]
|
|
name = "Olympus"
|
|
|
|
[[world]]
|
|
name = "Arendelle"
|
|
|
|
[[drops]]
|
|
name = "Hungry Shard"
|
|
kind = "material"
|
|
chance = 8
|
|
|
|
[drops.material]
|
|
category = "hungry"
|
|
kind = "shard"
|
|
|
|
[[drops]]
|
|
name = "Hungry Stone"
|
|
kind = "material"
|
|
chance = 4
|
|
|
|
[drops.material]
|
|
category = "hungry"
|
|
kind = "stone"
|