208 lines
2.7 KiB
TOML
208 lines
2.7 KiB
TOML
|
spirit = "Ghostabocky"
|
||
|
order = 20
|
||
|
|
||
|
[[routes]]
|
||
|
id = 0
|
||
|
name = "Big Eater"
|
||
|
color = "purple"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Phantom"
|
||
|
tip = "Hat or Face"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Shaman"
|
||
|
tip = "Back"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Split Personality"
|
||
|
tip = "Back"
|
||
|
|
||
|
[[routes]]
|
||
|
id = 1
|
||
|
name = "Phantom"
|
||
|
color = "yellow"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Big Eater"
|
||
|
tip = "Hat or Back"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Shaman"
|
||
|
tip = "Face"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Split Personality"
|
||
|
tip = "Face"
|
||
|
|
||
|
[[routes]]
|
||
|
id = 2
|
||
|
name = "Shaman"
|
||
|
color = "blue"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Big Eater"
|
||
|
tip = "Face or Back"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Phantom"
|
||
|
tip = "Face or Back"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Split Personality"
|
||
|
tip = "Hat"
|
||
|
|
||
|
[[routes]]
|
||
|
id = 3
|
||
|
name = "Split Personality"
|
||
|
color = "green"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Big Eater"
|
||
|
tip = "Hat"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Phantom"
|
||
|
tip = "Hat"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Shaman"
|
||
|
tip = "Face or Back"
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Start"
|
||
|
pos = "A1"
|
||
|
type = "Start"
|
||
|
price = ""
|
||
|
path = ["E"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Zero Gravira"
|
||
|
pos = "B1"
|
||
|
type = "Magic"
|
||
|
price = "10 LP"
|
||
|
path = ["W", "E"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Attack Boost"
|
||
|
pos = "C1"
|
||
|
type = "Stat"
|
||
|
price = "100 LP"
|
||
|
path = ["W", "E", "S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Dark Screen"
|
||
|
pos = "C2"
|
||
|
type = "Stat"
|
||
|
price = "20 LP"
|
||
|
path = ["N", "S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Magic Haste"
|
||
|
pos = "C3"
|
||
|
type = "Stat"
|
||
|
price = "50 LP"
|
||
|
path = ["N", "S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Magic Boost"
|
||
|
pos = "C4"
|
||
|
type = "Stat"
|
||
|
price = "100 LP"
|
||
|
path = ["N", "S", "E"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Dark Screen"
|
||
|
pos = "C5"
|
||
|
type = "Stat"
|
||
|
price = "100 LP"
|
||
|
route = 1
|
||
|
path = ["N", "E"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Magic Haste"
|
||
|
pos = "D1"
|
||
|
type = "Stat"
|
||
|
price = "30 LP"
|
||
|
path = ["W", "S", "E"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Checkpoint"
|
||
|
pos = "D2"
|
||
|
type = "Checkpoint"
|
||
|
price = "Link x1"
|
||
|
path = ["N", "S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Treasure Magnet"
|
||
|
pos = "D3"
|
||
|
type = "Support"
|
||
|
price = "50 LP"
|
||
|
path = ["N"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Blindness Block"
|
||
|
pos = "D4"
|
||
|
type = "Stat"
|
||
|
price = "30 LP"
|
||
|
path = ["W", "E"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Magic Haste"
|
||
|
pos = "D5"
|
||
|
type = "Stat"
|
||
|
price = "100 LP"
|
||
|
route = 1
|
||
|
path = ["W"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Dark Screen"
|
||
|
pos = "E1"
|
||
|
type = "Stat"
|
||
|
price = "40 LP"
|
||
|
path = ["W", "S", "E"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Slow Block"
|
||
|
pos = "E2"
|
||
|
type = "Stat"
|
||
|
price = "30 LP"
|
||
|
path = ["N", "S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Dark Screen"
|
||
|
pos = "E3"
|
||
|
type = "Stat"
|
||
|
price = "60 LP"
|
||
|
path = ["N", "S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Checkpoint"
|
||
|
pos = "E4"
|
||
|
type = "Checkpoint"
|
||
|
price = "Level 20"
|
||
|
path = ["N", "S", "W"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Dark Aura"
|
||
|
pos = "E5"
|
||
|
type = "Attack"
|
||
|
price = "400 LP"
|
||
|
path = ["N"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Dark Screen"
|
||
|
pos = "F1"
|
||
|
type = "Stat"
|
||
|
price = "80 LP"
|
||
|
route = 3
|
||
|
path = ["W", "S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Vanish"
|
||
|
pos = "F2"
|
||
|
type = "Magic"
|
||
|
price = "300 LP"
|
||
|
route = 3
|
||
|
path = ["N"]
|