29 lines
486 B
TOML
29 lines
486 B
TOML
kind = "frost"
|
|
|
|
[[shard]]
|
|
from = "Blue Rhapsody"
|
|
chance = 12
|
|
|
|
[[shard]]
|
|
from = "White Mushroom"
|
|
chance = 100
|
|
info = "When Blizzard is the last spell used"
|
|
|
|
[[gem]]
|
|
from = "Sea Neon"
|
|
chance = 2
|
|
|
|
[[gem]]
|
|
from = "Sheltering Zone"
|
|
chance = 8
|
|
|
|
[[gem]]
|
|
from = "White Mushroom"
|
|
chance = 10
|
|
info = "When Blizzard is used three times"
|
|
|
|
[[stone]]
|
|
from = "Grand Ghost"
|
|
chance = 100
|
|
info = "Additional drops based on what items are used to defeat it with Megalixirs having an additional 100% drop"
|