208 lines
2.6 KiB
TOML
208 lines
2.6 KiB
TOML
spirit = "Sir Kyroo"
|
|
order = 7
|
|
|
|
[[routes]]
|
|
id = 0
|
|
name = "Warrior"
|
|
color = "purple"
|
|
|
|
[[routes.tips]]
|
|
to = "Paladin"
|
|
tip = "Face"
|
|
|
|
[[routes.tips]]
|
|
to = "Guardian"
|
|
tip = "Face"
|
|
|
|
[[routes.tips]]
|
|
to = "Knight"
|
|
tip = "Shield"
|
|
|
|
[[routes]]
|
|
id = 1
|
|
name = "Paladin"
|
|
color = "blue"
|
|
|
|
[[routes.tips]]
|
|
to = "Warrior"
|
|
tip = "Shield"
|
|
|
|
[[routes.tips]]
|
|
to = "Guardian"
|
|
tip = "Face"
|
|
|
|
[[routes.tips]]
|
|
to = "Knight"
|
|
tip = "Wings"
|
|
|
|
[[routes]]
|
|
id = 2
|
|
name = "Knight"
|
|
color = "yellow"
|
|
|
|
[[routes.tips]]
|
|
to = "Guardian"
|
|
tip = "Shield"
|
|
|
|
[[routes.tips]]
|
|
to = "Warrior"
|
|
tip = "Face"
|
|
|
|
[[routes.tips]]
|
|
to = "Paladin"
|
|
tip = "Shield"
|
|
|
|
[[routes]]
|
|
id = 3
|
|
name = "Guardian"
|
|
color = "green"
|
|
|
|
[[routes.tips]]
|
|
to = "Knight"
|
|
tip = "Shield"
|
|
|
|
[[routes.tips]]
|
|
to = "Paladin"
|
|
tip = "Body"
|
|
|
|
[[routes.tips]]
|
|
to = "Warrior"
|
|
tip = "Shield"
|
|
|
|
[[abilities]]
|
|
name = "Start"
|
|
pos = "A2"
|
|
type = "Start"
|
|
price = ""
|
|
path = ["E"]
|
|
|
|
[[abilities]]
|
|
name = "Water Screen"
|
|
pos = "A6"
|
|
type = "Stat"
|
|
price = "60 LP"
|
|
route = 0
|
|
path = ["E"]
|
|
|
|
[[abilities]]
|
|
name = "Strike Raid"
|
|
pos = "B2"
|
|
type = "Attack"
|
|
price = "10 LP"
|
|
path = ["W", "E", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Cure Boost"
|
|
pos = "B3"
|
|
type = "Stat"
|
|
price = "50 LP"
|
|
path = ["N", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Water Boost"
|
|
pos = "B4"
|
|
type = "Stat"
|
|
price = "50 LP"
|
|
path = ["N", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Attack Haste"
|
|
pos = "B5"
|
|
type = "Stat"
|
|
price = "30 LP"
|
|
path = ["N", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Water Screen"
|
|
pos = "B6"
|
|
type = "Stat"
|
|
price = "40 LP"
|
|
path = ["N", "S", "W", "E"]
|
|
|
|
[[abilities]]
|
|
name = "Checkpoint"
|
|
pos = "B7"
|
|
type = "Checkpoint"
|
|
price = "Level 20"
|
|
path = ["N", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Blitz"
|
|
pos = "B8"
|
|
type = "Attack"
|
|
price = "100 LP"
|
|
path = ["N"]
|
|
|
|
[[abilities]]
|
|
name = "Water Boost"
|
|
pos = "C2"
|
|
type = "Stat"
|
|
price = "30 LP"
|
|
path = ["W", "E"]
|
|
|
|
[[abilities]]
|
|
name = "HP Boost"
|
|
pos = "C6"
|
|
type = "Stat"
|
|
price = "30 LP"
|
|
route = 0
|
|
path = ["W"]
|
|
|
|
[[abilities]]
|
|
name = "Attack Boost"
|
|
pos = "D2"
|
|
type = "Stat"
|
|
price = "100 LP"
|
|
path = ["W", "E", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Stop Block"
|
|
pos = "D3"
|
|
type = "Stat"
|
|
price = "30 LP"
|
|
route = 1
|
|
path = ["N", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Cure Boost"
|
|
pos = "D4"
|
|
type = "Stat"
|
|
price = "100 LP"
|
|
route = 1
|
|
path = ["N"]
|
|
|
|
[[abilities]]
|
|
name = "Magic Boost"
|
|
pos = "E1"
|
|
type = "Stat"
|
|
price = "100 LP"
|
|
path = ["S"]
|
|
|
|
[[abilities]]
|
|
name = "Water Screen"
|
|
pos = "E2"
|
|
type = "Stat"
|
|
price = "20 LP"
|
|
path = ["W", "E", "N", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Cure Boost"
|
|
pos = "E3"
|
|
type = "Stat"
|
|
price = "100 LP"
|
|
path = ["N"]
|
|
|
|
[[abilities]]
|
|
name = "Checkpoint"
|
|
pos = "F2"
|
|
type = "Checkpoint"
|
|
price = "Link x3"
|
|
path = ["W", "E"]
|
|
|
|
[[abilities]]
|
|
name = "Combo Plus"
|
|
pos = "G2"
|
|
type = "Support"
|
|
price = "200 LP"
|
|
path = ["W"]
|