17 lines
245 B
TOML
17 lines
245 B
TOML
|
|
name = "Wind Raid"
|
||
|
|
order = 15
|
||
|
|
category = "attack"
|
||
|
|
char = ["V"]
|
||
|
|
|
||
|
|
[[recipes]]
|
||
|
|
char = ["V"]
|
||
|
|
type = "B"
|
||
|
|
ingredients = ["Freeze Raid", "Aeroga"]
|
||
|
|
chance = 100
|
||
|
|
|
||
|
|
[[recipes]]
|
||
|
|
char = ["V"]
|
||
|
|
type = "F"
|
||
|
|
ingredients = ["Treasure Raid", "Aeroga"]
|
||
|
|
chance = 100
|