30 lines
455 B
TOML
30 lines
455 B
TOML
kind = "blaze"
|
|
aliases = ["blazing"]
|
|
|
|
[[shard]]
|
|
from = "Red Nocturne"
|
|
chance = 6
|
|
|
|
[[shard]]
|
|
from = "White Mushroom"
|
|
chance = 100
|
|
info = "When Fire is the last spell used"
|
|
|
|
[[gem]]
|
|
from = "Bandit"
|
|
chance = 4
|
|
|
|
[[gem]]
|
|
from = "Fat Bandit"
|
|
chance = 8
|
|
|
|
[[gem]]
|
|
from = "White Mushroom"
|
|
chance = 10
|
|
info = "When Fire is used three times"
|
|
|
|
[[stone]]
|
|
from = "Chimera"
|
|
chance = 35
|
|
info = "Additional drops based on how many heads are reflected without getting hit"
|