38 lines
589 B
TOML
38 lines
589 B
TOML
name = "Pogo Shovel"
|
|
|
|
[[world]]
|
|
name = "San Fransokyo"
|
|
rooms = ["North District"]
|
|
note = "Straight from spawn until the end of the road and to the left on the grass"
|
|
|
|
[[world]]
|
|
name = "Monstropolis"
|
|
rooms = ["Vault Passage"]
|
|
|
|
[[drops]]
|
|
name = "Pulsing Gem"
|
|
kind = "material"
|
|
chance = 8
|
|
|
|
[drops.material]
|
|
category = "pulsing"
|
|
kind = "gem"
|
|
|
|
[[drops]]
|
|
name = "Wellspring Stone"
|
|
kind = "material"
|
|
chance = 8
|
|
|
|
[drops.material]
|
|
category = "wellspring"
|
|
kind = "stone"
|
|
|
|
[[drops]]
|
|
name = "Wellspring Gem"
|
|
kind = "material"
|
|
chance = 4
|
|
|
|
[drops.material]
|
|
category = "wellspring"
|
|
kind = "gem"
|