khguide/input/kh3/enemies/sea-sprite.toml

95 lines
1.3 KiB
TOML

name = "Sea Sprite"
[[world]]
name = "The Caribbean"
[[drops]]
name = "Frost Stone"
kind = "material"
chance = 12
info = "When blue"
[drops.material]
category = "frost"
kind = "stone"
[[drops]]
name = "Frost Gem"
kind = "material"
chance = 6
info = "When blue"
[drops.material]
category = "frost"
kind = "gem"
[[drops]]
name = "Blazing Stone"
kind = "material"
chance = 12
info = "When red"
[drops.material]
category = "blazing"
kind = "stone"
[[drops]]
name = "Blazing Gem"
kind = "material"
chance = 6
info = "When red"
[drops.material]
category = "blazing"
kind = "gem"
[[drops]]
name = "Lightning Stone"
kind = "material"
chance = 12
info = "When yellow"
[drops.material]
category = "lightning"
kind = "stone"
[[drops]]
name = "Lightning Gem"
kind = "material"
chance = 6
info = "When yellow"
[drops.material]
category = "lightning"
kind = "gem"
[[drops]]
name = "Soothing Stone"
kind = "material"
chance = 12
info = "When iridescent"
[drops.material]
category = "soothing"
kind = "stone"
[[drops]]
name = "Soothing Gem"
kind = "material"
chance = 6
info = "When iridescent"
[drops.material]
category = "soothing"
kind = "gem"
[[drops]]
name = "Wellspring Gem"
kind = "material"
chance = 8
info = "When iridescent"
[drops.material]
category = "wellspring"
kind = "gem"