34 lines
387 B
TOML
34 lines
387 B
TOML
name = "Green Requiem"
|
|
|
|
[[world]]
|
|
name = "Traverse Town"
|
|
|
|
[[world]]
|
|
name = "Agrabah"
|
|
|
|
[[world]]
|
|
name = "Monstro"
|
|
|
|
[[world]]
|
|
name = "Deep Jungle"
|
|
|
|
[[world]]
|
|
name = "Hollow Bastion"
|
|
|
|
[[world]]
|
|
name = "End of the World"
|
|
|
|
[[drops]]
|
|
name = "Ether"
|
|
kind = "item"
|
|
chance = 4
|
|
|
|
[[drops]]
|
|
name = "Bright Shard"
|
|
kind = "material"
|
|
chance = 10
|
|
|
|
[drops.material]
|
|
category = "bright"
|
|
kind = "shard"
|