30 lines
461 B
TOML
30 lines
461 B
TOML
kind = "thunder"
|
|
aliases = ["lightning"]
|
|
|
|
[[shard]]
|
|
from = "Yellow Opera"
|
|
chance = 8
|
|
|
|
[[shard]]
|
|
from = "White Mushroom"
|
|
chance = 100
|
|
info = "When Thunder is the last spell used"
|
|
|
|
[[gem]]
|
|
from = "Aquatank"
|
|
chance = 8
|
|
|
|
[[gem]]
|
|
from = "Screwdiver"
|
|
chance = 4
|
|
|
|
[[gem]]
|
|
from = "White Mushroom"
|
|
chance = 10
|
|
info = "When Thunder is used three times"
|
|
|
|
[[stone]]
|
|
from = "Black Ballade"
|
|
chance = 100
|
|
info = "With additional 10% drops each time the correct target is hit"
|