29 lines
442 B
TOML
29 lines
442 B
TOML
|
|
name = "Mine Shield"
|
||
|
|
order = 20
|
||
|
|
category = "magic"
|
||
|
|
char = ["T", "V", "A"]
|
||
|
|
|
||
|
|
[[recipes]]
|
||
|
|
char = ["T", "V", "A"]
|
||
|
|
type = "A"
|
||
|
|
ingredients = ["Fira", "Zero Gravity"]
|
||
|
|
chance = 100
|
||
|
|
|
||
|
|
[[recipes]]
|
||
|
|
char = ["T", "V"]
|
||
|
|
type = "C"
|
||
|
|
ingredients = ["Fira", "Block"]
|
||
|
|
chance = 100
|
||
|
|
|
||
|
|
[[recipes]]
|
||
|
|
char = ["T", "V", "A"]
|
||
|
|
type = "D"
|
||
|
|
ingredients = ["Ignite", "Stop"]
|
||
|
|
chance = 100
|
||
|
|
|
||
|
|
[[recipes]]
|
||
|
|
char = ["T", "V"]
|
||
|
|
type = "M"
|
||
|
|
ingredients = ["Stopra", "Block"]
|
||
|
|
chance = 100
|