26 lines
328 B
TOML
26 lines
328 B
TOML
name = "Tornado Step"
|
|
|
|
[[world]]
|
|
name = "Port Royal"
|
|
|
|
[[world]]
|
|
name = "Olympus Coliseum"
|
|
|
|
[[drops]]
|
|
name = "Blazing Stone"
|
|
kind = "material"
|
|
chance = 8
|
|
|
|
[drops.material]
|
|
category = "blazing"
|
|
kind = "stone"
|
|
|
|
[[drops]]
|
|
name = "Bright Stone"
|
|
kind = "material"
|
|
chance = 4
|
|
|
|
[drops.material]
|
|
category = "bright"
|
|
kind = "stone"
|