208 lines
2.6 KiB
TOML
208 lines
2.6 KiB
TOML
spirit = "Toximander"
|
|
order = 8
|
|
|
|
[[routes]]
|
|
id = 0
|
|
name = "Hunter"
|
|
color = "purple"
|
|
|
|
[[routes.tips]]
|
|
to = "Basilisk"
|
|
tip = "Tail"
|
|
|
|
[[routes.tips]]
|
|
to = "Loose Cannon"
|
|
tip = "Face"
|
|
|
|
[[routes.tips]]
|
|
to = "Bane"
|
|
tip = "Tail"
|
|
|
|
[[routes]]
|
|
id = 1
|
|
name = "Basilisk"
|
|
color = "blue"
|
|
|
|
[[routes.tips]]
|
|
to = "Hunter"
|
|
tip = "Body"
|
|
|
|
[[routes.tips]]
|
|
to = "Bane"
|
|
tip = "Face"
|
|
|
|
[[routes.tips]]
|
|
to = "Loose Cannon"
|
|
tip = "Body"
|
|
|
|
[[routes]]
|
|
id = 2
|
|
name = "Loose Cannon"
|
|
color = "yellow"
|
|
|
|
[[routes.tips]]
|
|
to = "Bane"
|
|
tip = "Legs"
|
|
|
|
[[routes.tips]]
|
|
to = "Hunter"
|
|
tip = "Face"
|
|
|
|
[[routes.tips]]
|
|
to = "Basilisk"
|
|
tip = "Body"
|
|
|
|
[[routes]]
|
|
id = 3
|
|
name = "Bane"
|
|
color = "green"
|
|
|
|
[[routes.tips]]
|
|
to = "Loose Cannon"
|
|
tip = "Body"
|
|
|
|
[[routes.tips]]
|
|
to = "Basilisk"
|
|
tip = "Face"
|
|
|
|
[[routes.tips]]
|
|
to = "Hunter"
|
|
tip = "Body"
|
|
|
|
[[abilities]]
|
|
name = "Start"
|
|
pos = "A3"
|
|
type = "Start"
|
|
price = ""
|
|
path = ["E"]
|
|
|
|
[[abilities]]
|
|
name = "Bind Block"
|
|
pos = "B2"
|
|
type = "Stat"
|
|
price = "30 LP"
|
|
path = ["S"]
|
|
|
|
[[abilities]]
|
|
name = "Poison"
|
|
pos = "B3"
|
|
type = "Magic"
|
|
price = "10 LP"
|
|
path = ["W", "E", "N", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Confusion Block"
|
|
pos = "B4"
|
|
type = "Stat"
|
|
price = "30 LP"
|
|
path = ["N"]
|
|
|
|
[[abilities]]
|
|
name = "Treasure Magnet"
|
|
pos = "C1"
|
|
type = "Support"
|
|
price = "50 LP"
|
|
path = ["S"]
|
|
|
|
[[abilities]]
|
|
name = "Checkpoint"
|
|
pos = "C2"
|
|
type = "Checkpoint"
|
|
price = "Link x2"
|
|
path = ["N", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Blindness Block"
|
|
pos = "C3"
|
|
type = "Stat"
|
|
price = "30 LP"
|
|
path = ["W", "E", "N", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Attack Haste"
|
|
pos = "C4"
|
|
type = "Stat"
|
|
price = "30 LP"
|
|
route = 0
|
|
path = ["N", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Attack Boost"
|
|
pos = "C5"
|
|
type = "Stat"
|
|
price = "100 LP"
|
|
route = 0
|
|
path = ["N"]
|
|
|
|
[[abilities]]
|
|
name = "HP Boost"
|
|
pos = "D2"
|
|
type = "Stat"
|
|
price = "30 LP"
|
|
path = ["S", "E"]
|
|
|
|
[[abilities]]
|
|
name = "Poison Block"
|
|
pos = "D3"
|
|
type = "Stat"
|
|
price = "30 LP"
|
|
path = ["W", "N", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Dark Screen"
|
|
pos = "D4"
|
|
type = "Stat"
|
|
price = "20 LP"
|
|
path = ["N", "E"]
|
|
|
|
[[abilities]]
|
|
name = "Dark Screen"
|
|
pos = "E2"
|
|
type = "Stat"
|
|
price = "40 LP"
|
|
path = ["W", "E"]
|
|
|
|
[[abilities]]
|
|
name = "Gravity Strike"
|
|
pos = "E4"
|
|
type = "Attack"
|
|
price = "100 LP"
|
|
path = ["W", "E"]
|
|
|
|
[[abilities]]
|
|
name = "Checkpoint"
|
|
pos = "F2"
|
|
type = "Checkpoint"
|
|
price = "Level 15"
|
|
path = ["W", "E"]
|
|
|
|
[[abilities]]
|
|
name = "Mini Block"
|
|
pos = "F4"
|
|
type = "Stat"
|
|
price = "30 LP"
|
|
path = ["W", "E"]
|
|
|
|
[[abilities]]
|
|
name = "Poison Dive"
|
|
pos = "G2"
|
|
type = "Attack"
|
|
price = "200 LP"
|
|
path = ["W"]
|
|
|
|
[[abilities]]
|
|
name = "Magic Haste"
|
|
pos = "G4"
|
|
type = "Stat"
|
|
price = "30 LP"
|
|
route = 1
|
|
path = ["W", "E"]
|
|
|
|
[[abilities]]
|
|
name = "HP Boost"
|
|
pos = "H4"
|
|
type = "Stat"
|
|
price = "50 LP"
|
|
route = 1
|
|
path = ["W"]
|