44 lines
610 B
TOML
44 lines
610 B
TOML
name = "Bouncywild"
|
|
|
|
[[world]]
|
|
name = "Deep Jungle"
|
|
|
|
[[world]]
|
|
name = "End of the World"
|
|
|
|
[[drops]]
|
|
name = "Hi-Potion"
|
|
kind = "item"
|
|
chance = 2
|
|
|
|
[[drops]]
|
|
name = "Power Shard"
|
|
kind = "material"
|
|
chance = 8
|
|
|
|
[drops.material]
|
|
category = "power"
|
|
kind = "shard"
|
|
|
|
[[drops]]
|
|
name = "Ether"
|
|
kind = "item"
|
|
chance = 20
|
|
info = "When it slips on the banana peel"
|
|
|
|
[[drops]]
|
|
name = "Mega-Ether"
|
|
kind = "item"
|
|
chance = 4
|
|
info = "When it slips on the banana peel"
|
|
|
|
[[drops]]
|
|
name = "Power Shard"
|
|
kind = "material"
|
|
chance = 8
|
|
info = "When it slips on the banana peel"
|
|
|
|
[drops.material]
|
|
category = "power"
|
|
kind = "shard"
|