23 lines
292 B
TOML
23 lines
292 B
TOML
name = "Jet Balloon"
|
|
|
|
[[world]]
|
|
name = "Neverland"
|
|
|
|
[[drops]]
|
|
name = "Dazzling Stone"
|
|
kind = "material"
|
|
chance = 100
|
|
|
|
[drops.material]
|
|
category = "shiny"
|
|
kind = "stone"
|
|
|
|
[[drops]]
|
|
name = "Dazzling Stone"
|
|
kind = "material"
|
|
chance = 20
|
|
|
|
[drops.material]
|
|
category = "shiny"
|
|
kind = "stone"
|