225 lines
2.8 KiB
TOML
225 lines
2.8 KiB
TOML
|
spirit = "Fin Fatale"
|
||
|
order = 9
|
||
|
|
||
|
[[routes]]
|
||
|
id = 0
|
||
|
name = "Grunt"
|
||
|
color = "purple"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Water Slinger"
|
||
|
tip = "Body"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Charger"
|
||
|
tip = "Face"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Diver"
|
||
|
tip = "Body"
|
||
|
|
||
|
[[routes]]
|
||
|
id = 1
|
||
|
name = "Diver"
|
||
|
color = "green"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Charger"
|
||
|
tip = "Body"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Water Slinger"
|
||
|
tip = "Face"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Grunt"
|
||
|
tip = "Body"
|
||
|
|
||
|
[[routes]]
|
||
|
id = 2
|
||
|
name = "Charger"
|
||
|
color = "yellow"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Diver"
|
||
|
tip = "Face"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Water Slinger"
|
||
|
tip = "Face"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Grunt"
|
||
|
tip = "Body"
|
||
|
|
||
|
[[routes]]
|
||
|
id = 3
|
||
|
name = "Water Slinger"
|
||
|
color = "blue"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Grunt"
|
||
|
tip = "Tailfin"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Diver"
|
||
|
tip = "Face"
|
||
|
|
||
|
[[routes.tips]]
|
||
|
to = "Charger"
|
||
|
tip = "Tailfin"
|
||
|
|
||
|
[[routes]]
|
||
|
id = 100
|
||
|
name = "Secret Route 1"
|
||
|
color = "secret1"
|
||
|
tips = []
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Start"
|
||
|
pos = "A1"
|
||
|
type = "Start"
|
||
|
price = ""
|
||
|
path = ["S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Zero Gravity"
|
||
|
pos = "A2"
|
||
|
type = "Magic"
|
||
|
price = "10 LP"
|
||
|
path = ["N", "S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Attack Haste"
|
||
|
pos = "A3"
|
||
|
type = "Stat"
|
||
|
price = "30 LP"
|
||
|
path = ["N", "S", "E"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Water Boost"
|
||
|
pos = "A4"
|
||
|
type = "Stat"
|
||
|
price = "30 LP"
|
||
|
path = ["N", "S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Gravity Strike"
|
||
|
pos = "A5"
|
||
|
type = "Attack"
|
||
|
price = "100 LP"
|
||
|
path = ["N", "S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Water Boost"
|
||
|
pos = "A6"
|
||
|
type = "Stat"
|
||
|
price = "100 LP"
|
||
|
route = 0
|
||
|
path = ["N", "S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Attack Haste"
|
||
|
pos = "A7"
|
||
|
type = "Stat"
|
||
|
price = "100 LP"
|
||
|
route = 0
|
||
|
path = ["N"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Water Screen"
|
||
|
pos = "B3"
|
||
|
type = "Stat"
|
||
|
price = "20 LP"
|
||
|
path = ["W", "E", "S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Attack Haste"
|
||
|
pos = "B4"
|
||
|
type = "Stat"
|
||
|
price = "50 LP"
|
||
|
path = ["N", "S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Secret"
|
||
|
pos = "B5"
|
||
|
type = "Secret"
|
||
|
price = "10 LP"
|
||
|
path = ["N", "S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Checkpoint"
|
||
|
pos = "B6"
|
||
|
type = "Checkpoint"
|
||
|
price = "Level 20"
|
||
|
route = 100
|
||
|
path = ["N", "S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Zero Gravira"
|
||
|
pos = "B7"
|
||
|
type = "Magic"
|
||
|
price = "100 LP"
|
||
|
route = 100
|
||
|
path = ["N", "S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Checkpoint"
|
||
|
pos = "B8"
|
||
|
type = "Checkpoint"
|
||
|
price = "Level 25"
|
||
|
route = 100
|
||
|
path = ["N", "E"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Sleep Block"
|
||
|
pos = "C3"
|
||
|
type = "Stat"
|
||
|
price = "30 LP"
|
||
|
path = ["W", "E", "S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Water Boost"
|
||
|
pos = "C4"
|
||
|
type = "Stat"
|
||
|
price = "50 LP"
|
||
|
path = ["N", "S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Slow Block"
|
||
|
pos = "C5"
|
||
|
type = "Stat"
|
||
|
price = "30 LP"
|
||
|
path = ["N", "S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Attack Boost"
|
||
|
pos = "C6"
|
||
|
type = "Stat"
|
||
|
price = "100 LP"
|
||
|
path = ["N"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Zero Graviga"
|
||
|
pos = "C8"
|
||
|
type = "Magic"
|
||
|
price = "150 LP"
|
||
|
route = 100
|
||
|
path = ["W"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "Support Boost"
|
||
|
pos = "D2"
|
||
|
type = "Spirit"
|
||
|
price = "200 LP"
|
||
|
route = 1
|
||
|
path = ["S"]
|
||
|
|
||
|
[[abilities]]
|
||
|
name = "HP Boost"
|
||
|
pos = "D3"
|
||
|
type = "Stat"
|
||
|
price = "30 LP"
|
||
|
route = 1
|
||
|
path = ["N", "W"]
|