201 lines
2.5 KiB
TOML
201 lines
2.5 KiB
TOML
spirit = "Hebby Repp"
|
|
order = 6
|
|
|
|
[[routes]]
|
|
id = 0
|
|
name = "Wheeler"
|
|
color = "purple"
|
|
|
|
[[routes.tips]]
|
|
to = "Salamander"
|
|
tip = "Head"
|
|
|
|
[[routes.tips]]
|
|
to = "Serpent"
|
|
tip = "Head"
|
|
|
|
[[routes.tips]]
|
|
to = "Hydra"
|
|
tip = "Chest"
|
|
|
|
[[routes]]
|
|
id = 1
|
|
name = "Salamander"
|
|
color = "yellow"
|
|
|
|
[[routes.tips]]
|
|
to = "Hydra"
|
|
tip = "Head"
|
|
|
|
[[routes.tips]]
|
|
to = "Serpent"
|
|
tip = "Head"
|
|
|
|
[[routes.tips]]
|
|
to = "Wheeler"
|
|
tip = "Chest"
|
|
|
|
[[routes]]
|
|
id = 2
|
|
name = "Serpent"
|
|
color = "blue"
|
|
|
|
[[routes.tips]]
|
|
to = "Wheeler"
|
|
tip = "Head"
|
|
|
|
[[routes.tips]]
|
|
to = "Hydra"
|
|
tip = "Head"
|
|
|
|
[[routes.tips]]
|
|
to = "Salamander"
|
|
tip = "Tail"
|
|
|
|
[[routes]]
|
|
id = 3
|
|
name = "Hydra"
|
|
color = "green"
|
|
|
|
[[routes.tips]]
|
|
to = "Salamander"
|
|
tip = "Head"
|
|
|
|
[[routes.tips]]
|
|
to = "Wheeler"
|
|
tip = "Head"
|
|
|
|
[[routes.tips]]
|
|
to = "Serpent"
|
|
tip = "Chest"
|
|
|
|
[[abilities]]
|
|
name = "Start"
|
|
pos = "A1"
|
|
type = "Start"
|
|
price = ""
|
|
path = ["E"]
|
|
|
|
[[abilities]]
|
|
name = "Fire Screen"
|
|
pos = "A4"
|
|
type = "Stat"
|
|
price = "60 LP"
|
|
route = 0
|
|
path = ["E", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Defense Boost"
|
|
pos = "A5"
|
|
type = "Stat"
|
|
price = "100 LP"
|
|
route = 0
|
|
path = ["N"]
|
|
|
|
[[abilities]]
|
|
name = "Fire"
|
|
pos = "B1"
|
|
type = "Magic"
|
|
price = "10 LP"
|
|
path = ["W", "E"]
|
|
|
|
[[abilities]]
|
|
name = "Fire Screen"
|
|
pos = "B3"
|
|
type = "Stat"
|
|
price = "20 LP"
|
|
path = ["E", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Fire Boost"
|
|
pos = "B4"
|
|
type = "Stat"
|
|
price = "50 LP"
|
|
path = ["N", "W", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Fire Screen"
|
|
pos = "B5"
|
|
type = "Stat"
|
|
price = "40 LP"
|
|
path = ["N", "E"]
|
|
|
|
[[abilities]]
|
|
name = "HP Boost"
|
|
pos = "C1"
|
|
type = "Stat"
|
|
price = "30 LP"
|
|
path = ["W", "E"]
|
|
|
|
[[abilities]]
|
|
name = "Magic Boost"
|
|
pos = "C3"
|
|
type = "Stat"
|
|
price = "100 LP"
|
|
path = ["W", "E"]
|
|
|
|
[[abilities]]
|
|
name = "Fire Boost"
|
|
pos = "C5"
|
|
type = "Stat"
|
|
price = "100 LP"
|
|
path = ["W", "E"]
|
|
|
|
[[abilities]]
|
|
name = "Fire Boost"
|
|
pos = "D1"
|
|
type = "Stat"
|
|
price = "30 LP"
|
|
path = ["W", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Slow Block"
|
|
pos = "D2"
|
|
type = "Stat"
|
|
price = "30 LP"
|
|
path = ["N", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Magic Haste"
|
|
pos = "D3"
|
|
type = "Stat"
|
|
price = "30 LP"
|
|
path = ["N", "W", "E"]
|
|
|
|
[[abilities]]
|
|
name = "Fira"
|
|
pos = "D4"
|
|
type = "Magic"
|
|
price = "100 LP"
|
|
path = ["S"]
|
|
|
|
[[abilities]]
|
|
name = "Checkpoint"
|
|
pos = "D5"
|
|
type = "Checkpoint"
|
|
price = "Link x3"
|
|
path = ["W", "N", "S"]
|
|
|
|
[[abilities]]
|
|
name = "Fire Windmill"
|
|
pos = "D6"
|
|
type = "Attack"
|
|
price = "150 LP"
|
|
path = ["N"]
|
|
|
|
[[abilities]]
|
|
name = "HP Boost"
|
|
pos = "E3"
|
|
type = "Stat"
|
|
price = "50 LP"
|
|
route = 1
|
|
path = ["W", "E"]
|
|
|
|
[[abilities]]
|
|
name = "Magic Haste"
|
|
pos = "F3"
|
|
type = "Stat"
|
|
price = "50 LP"
|
|
route = 1
|
|
path = ["W"]
|