22 lines
476 B
TOML
22 lines
476 B
TOML
kind = "serenity"
|
|
aliases = ["hungry", "mystery"]
|
|
|
|
[[crystal]]
|
|
from = "White Mushroom"
|
|
chance = "10-20"
|
|
info = "10% when defeated and 20% when the same spell is used three times"
|
|
|
|
[[crystal]]
|
|
from = "Black Fungus"
|
|
chance = 6
|
|
|
|
[[crystal]]
|
|
from = "Rare Truffle"
|
|
chance = "20-100"
|
|
info = "% depends on how many times it got juggles ranging from 10 to 100"
|
|
|
|
[[stone]]
|
|
from = "Pink Agaricus"
|
|
chance = "10-100"
|
|
info = "% depends on how many times it got hit ranging from 40 to 100"
|