201 lines
2.6 KiB
TOML
201 lines
2.6 KiB
TOML
|
spirit = "Escarglow"
|
||
|
order = 17
|
||
|
|
||
|
[[routes]]
|
||
|
id = 0
|
||
|
name = "Blindsider"
|
||
|
color = "purple"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Snail Support"
|
||
|
tip = "Head"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Conjurer"
|
||
|
tip = "Body or Shell"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Brick Wall"
|
||
|
tip = "Body or Shell"
|
||
|
|
||
|
[[routes]]
|
||
|
id = 1
|
||
|
name = "Snail Support"
|
||
|
color = "yellow"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Blindsider"
|
||
|
tip = "Shell"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Conjurer"
|
||
|
tip = "Head or Body"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Brick Wall"
|
||
|
tip = "Head or Body"
|
||
|
|
||
|
[[routes]]
|
||
|
id = 2
|
||
|
name = "Conjurer"
|
||
|
color = "blue"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Blindsider"
|
||
|
tip = "Body"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Snail Support"
|
||
|
tip = "Body"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Brick Wall"
|
||
|
tip = "Head or Shell"
|
||
|
|
||
|
[[routes]]
|
||
|
id = 3
|
||
|
name = "Brick Wall"
|
||
|
color = "green"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Blindsider"
|
||
|
tip = "Body or Shell"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Snail Support"
|
||
|
tip = "Body or Shell"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Conjurer"
|
||
|
tip = "Head"
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Start"
|
||
|
pos = "A4"
|
||
|
type = "Start"
|
||
|
price = ""
|
||
|
path = ["E"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Fire Screen"
|
||
|
pos = "B1"
|
||
|
type = "Stat"
|
||
|
price = "40 LP"
|
||
|
route = 0
|
||
|
path = ["S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Blizzard Screen"
|
||
|
pos = "B2"
|
||
|
type = "Stat"
|
||
|
price = "40 LP"
|
||
|
route = 0
|
||
|
path = ["N", "S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Defender"
|
||
|
pos = "B3"
|
||
|
type = "Stat"
|
||
|
price = "150 LP"
|
||
|
path = ["N", "S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Slow"
|
||
|
pos = "B4"
|
||
|
type = "Magic"
|
||
|
price = "10 LP"
|
||
|
path = ["N", "S", "W", "E"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Checkpoint"
|
||
|
pos = "B5"
|
||
|
type = "Checkpoint"
|
||
|
price = "Link x3"
|
||
|
path = ["N", "S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Second Chance"
|
||
|
pos = "B6"
|
||
|
type = "Support"
|
||
|
price = "200 LP"
|
||
|
path = ["N"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Thunder Screen"
|
||
|
pos = "C2"
|
||
|
type = "Stat"
|
||
|
price = "20 LP"
|
||
|
path = ["S", "E"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Water Screen"
|
||
|
pos = "C3"
|
||
|
type = "Stat"
|
||
|
price = "40 LP"
|
||
|
path = ["N", "E"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Defense Boost"
|
||
|
pos = "C4"
|
||
|
type = "Stat"
|
||
|
price = "100 LP"
|
||
|
path = ["W", "E"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Water Screen"
|
||
|
pos = "D2"
|
||
|
type = "Stat"
|
||
|
price = "20 LP"
|
||
|
path = ["W", "E"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Defense Boost"
|
||
|
pos = "D3"
|
||
|
type = "Stat"
|
||
|
price = "200 LP"
|
||
|
path = ["W"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Fire Screen"
|
||
|
pos = "D4"
|
||
|
type = "Stat"
|
||
|
price = "20 LP"
|
||
|
path = ["W", "E"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Blizzard Screen"
|
||
|
pos = "E2"
|
||
|
type = "Stat"
|
||
|
price = "20 LP"
|
||
|
path = ["W", "S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Item Boost"
|
||
|
pos = "E3"
|
||
|
type = "Stat"
|
||
|
price = "30 LP"
|
||
|
path = ["N", "S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Light Screen"
|
||
|
pos = "E4"
|
||
|
type = "Stat"
|
||
|
price = "20 LP"
|
||
|
path = ["W", "E", "N"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Item Boost"
|
||
|
pos = "F3"
|
||
|
type = "Stat"
|
||
|
price = "50 LP"
|
||
|
route = 1
|
||
|
path = ["S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Dark Screen"
|
||
|
pos = "F4"
|
||
|
type = "Stat"
|
||
|
price = "20 LP"
|
||
|
route = 1
|
||
|
path = ["W", "N"]
|