26 lines
331 B
TOML
26 lines
331 B
TOML
name = "Minute Bomb"
|
|
|
|
[[world]]
|
|
name = "Timeless River"
|
|
|
|
[[world]]
|
|
name = "Olympus Coliseum"
|
|
|
|
[[drops]]
|
|
name = "Blazing Shard"
|
|
kind = "material"
|
|
chance = 6
|
|
|
|
[drops.material]
|
|
category = "blazing"
|
|
kind = "shard"
|
|
|
|
[[drops]]
|
|
name = "Bright Shard"
|
|
kind = "material"
|
|
chance = 3
|
|
|
|
[drops.material]
|
|
category = "bright"
|
|
kind = "shard"
|