30 lines
359 B
TOML
30 lines
359 B
TOML
name = "Defender"
|
|
|
|
[[world]]
|
|
name = "Traverse Town"
|
|
|
|
[[world]]
|
|
name = "Hollow Bastion"
|
|
|
|
[[world]]
|
|
name = "End of the World"
|
|
|
|
[[drops]]
|
|
name = "Elixir"
|
|
kind = "item"
|
|
chance = 1
|
|
|
|
[[drops]]
|
|
name = "Bright Crystal"
|
|
kind = "material"
|
|
chance = 2
|
|
|
|
[drops.material]
|
|
category = "bright"
|
|
kind = "crystal"
|
|
|
|
[[drops]]
|
|
name = "Defender"
|
|
kind = "equipment"
|
|
chance = 0.2
|