47 lines
634 B
TOML
47 lines
634 B
TOML
name = "Powerwild"
|
|
|
|
[[world]]
|
|
name = "Deep Jungle"
|
|
|
|
[[world]]
|
|
name = "Monstro"
|
|
|
|
[[world]]
|
|
name = "End of the World"
|
|
|
|
[[drops]]
|
|
name = "Potion"
|
|
kind = "item"
|
|
chance = 2
|
|
|
|
[[drops]]
|
|
name = "Power Shard"
|
|
kind = "material"
|
|
chance = 4
|
|
|
|
[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 = 4
|
|
info = "When it slips on the banana peel"
|
|
|
|
[drops.material]
|
|
category = "power"
|
|
kind = "shard"
|