201 lines
2.5 KiB
TOML
201 lines
2.5 KiB
TOML
spirit = "Necho Cat"
|
|
order = 11
|
|
|
|
[[routes]]
|
|
id = 0
|
|
name = "Diva"
|
|
color = "blue"
|
|
|
|
[[routes.tips]]
|
|
to = "Multi-Talent"
|
|
tip = "Face"
|
|
|
|
[[routes.tips]]
|
|
to = "Dancer"
|
|
tip = "Face"
|
|
|
|
[[routes.tips]]
|
|
to = "Artist"
|
|
tip = "Body"
|
|
|
|
[[routes]]
|
|
id = 1
|
|
name = "Artist"
|
|
color = "green"
|
|
|
|
[[routes.tips]]
|
|
to = "Dancer"
|
|
tip = "Face"
|
|
|
|
[[routes.tips]]
|
|
to = "Multi-Talent"
|
|
tip = "Face"
|
|
|
|
[[routes.tips]]
|
|
to = "Diva"
|
|
tip = "Legs"
|
|
|
|
[[routes]]
|
|
id = 2
|
|
name = "Multi-Talent"
|
|
color = "purple"
|
|
|
|
[[routes.tips]]
|
|
to = "Diva"
|
|
tip = "Face"
|
|
|
|
[[routes.tips]]
|
|
to = "Artist"
|
|
tip = "Face"
|
|
|
|
[[routes.tips]]
|
|
to = "Dancer"
|
|
tip = "Legs"
|
|
|
|
[[routes]]
|
|
id = 3
|
|
name = "Dancer"
|
|
color = "yellow"
|
|
|
|
[[routes.tips]]
|
|
to = "Artist"
|
|
tip = "Legs"
|
|
|
|
[[routes.tips]]
|
|
to = "Multi-Talent"
|
|
tip = "Face"
|
|
|
|
[[routes.tips]]
|
|
to = "Diva"
|
|
tip = "Legs"
|
|
|
|
[[abilities]]
|
|
name = "Magic Boost"
|
|
pos = "A4"
|
|
type = "Stat"
|
|
price = "200 LP"
|
|
route = 0
|
|
path = ["E"]
|
|
|
|
[[abilities]]
|
|
name = "Support Boost"
|
|
pos = "B1"
|
|
type = "Spirit"
|
|
price = "200 LP"
|
|
path = ["E"]
|
|
|
|
[[abilities]]
|
|
name = "HP Boost"
|
|
pos = "B3"
|
|
type = "Stat"
|
|
price = "30 LP"
|
|
path = ["E"]
|
|
|
|
[[abilities]]
|
|
name = "Confusion Block"
|
|
pos = "B4"
|
|
type = "Stat"
|
|
price = "30 LP"
|
|
route = 0
|
|
path = ["W", "E"]
|
|
|
|
[[abilities]]
|
|
name = "Thunder Boost"
|
|
pos = "B5"
|
|
type = "Stat"
|
|
price = "50 LP"
|
|
path = ["E", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Magic Haste"
|
|
pos = "B6"
|
|
type = "Stat"
|
|
price = "50 LP"
|
|
path = ["E", "N"]
|
|
|
|
[[abilities]]
|
|
name = "Checkpoint"
|
|
pos = "C1"
|
|
type = "Checkpoint"
|
|
price = "Link x3"
|
|
path = ["W", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Magic Boost"
|
|
pos = "C2"
|
|
type = "Stat"
|
|
price = "100 LP"
|
|
path = ["E", "N", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Sleepra"
|
|
pos = "C3"
|
|
type = "Magic"
|
|
price = "100 LP"
|
|
path = ["W", "E", "N", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Magic Haste"
|
|
pos = "C4"
|
|
type = "Stat"
|
|
price = "50 LP"
|
|
path = ["W", "E", "N", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Thunder Boost"
|
|
pos = "C5"
|
|
type = "Stat"
|
|
price = "30 LP"
|
|
path = ["W", "E", "N", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Thunder"
|
|
pos = "C6"
|
|
type = "Magic"
|
|
price = "10 LP"
|
|
path = ["W", "N", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Start"
|
|
pos = "C7"
|
|
type = "Start"
|
|
price = ""
|
|
path = ["N"]
|
|
|
|
[[abilities]]
|
|
name = "Thunder Boost"
|
|
pos = "D2"
|
|
type = "Stat"
|
|
price = "100 LP"
|
|
route = 1
|
|
path = ["W", "E"]
|
|
|
|
[[abilities]]
|
|
name = "Magic Haste"
|
|
pos = "D3"
|
|
type = "Stat"
|
|
price = "100 LP"
|
|
path = ["W", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Time Bomb"
|
|
pos = "D4"
|
|
type = "Magic"
|
|
price = "50 LP"
|
|
path = ["W", "N"]
|
|
|
|
[[abilities]]
|
|
name = "Sleep Block"
|
|
pos = "D5"
|
|
type = "Stat"
|
|
price = "30 LP"
|
|
path = ["W"]
|
|
|
|
[[abilities]]
|
|
name = "Magic Haste"
|
|
pos = "E2"
|
|
type = "Stat"
|
|
price = "150 LP"
|
|
route = 1
|
|
path = ["W"]
|