31 lines
414 B
TOML
31 lines
414 B
TOML
name = "Defender"
|
|
|
|
[[world]]
|
|
name = "Traverse Town"
|
|
room = ["3rd District", "Hotel Hallway", "Gizmo Shop"]
|
|
|
|
[[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
|