24 lines
439 B
TOML
24 lines
439 B
TOML
kind = "mythril"
|
|
|
|
[[shard]]
|
|
from = "Pot Spider"
|
|
chance = 1
|
|
|
|
[[shard]]
|
|
from = "Barrel Spider"
|
|
chance = 1
|
|
|
|
[[shard]]
|
|
from = "Pot Scorpion"
|
|
chance = 20
|
|
info = "Only if all 11 pots are broken before engaging"
|
|
|
|
[[shard]]
|
|
from = "Arch Behemoth"
|
|
chance = 20
|
|
|
|
[[stone]]
|
|
from = "Pot Scorpion"
|
|
chance = "10-35"
|
|
info = "20% when less than 11 pots got destroyed\n35% when all 11 pots were destroyed\nadditional 10% chance when breaking the 11th pot"
|