Added 2 more spirits
parent
90c9db731b
commit
88777f82a2
|
@ -0,0 +1,224 @@
|
||||||
|
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"]
|
|
@ -0,0 +1,207 @@
|
||||||
|
spirit = "Tatsu Steed"
|
||||||
|
order = 10
|
||||||
|
|
||||||
|
[[routes]]
|
||||||
|
id = 0
|
||||||
|
name = "Tactician"
|
||||||
|
color = "blue"
|
||||||
|
|
||||||
|
[[routes.tips]]
|
||||||
|
to = "Scatterbrain"
|
||||||
|
tip = "Face"
|
||||||
|
|
||||||
|
[[routes.tips]]
|
||||||
|
to = "Show-off"
|
||||||
|
tip = "Face"
|
||||||
|
|
||||||
|
[[routes.tips]]
|
||||||
|
to = "Trap Jockey"
|
||||||
|
tip = "Arms"
|
||||||
|
|
||||||
|
[[routes]]
|
||||||
|
id = 1
|
||||||
|
name = "Trap Jockey"
|
||||||
|
color = "green"
|
||||||
|
|
||||||
|
[[routes.tips]]
|
||||||
|
to = "Show-off"
|
||||||
|
tip = "Face"
|
||||||
|
|
||||||
|
[[routes.tips]]
|
||||||
|
to = "Scatterbrain"
|
||||||
|
tip = "Face"
|
||||||
|
|
||||||
|
[[routes.tips]]
|
||||||
|
to = "Tactician"
|
||||||
|
tip = "Tail"
|
||||||
|
|
||||||
|
[[routes]]
|
||||||
|
id = 2
|
||||||
|
name = "Scatterbrain"
|
||||||
|
color = "purple"
|
||||||
|
|
||||||
|
[[routes.tips]]
|
||||||
|
to = "Tactician"
|
||||||
|
tip = "Face"
|
||||||
|
|
||||||
|
[[routes.tips]]
|
||||||
|
to = "Trap Jockey"
|
||||||
|
tip = "Face"
|
||||||
|
|
||||||
|
[[routes.tips]]
|
||||||
|
to = "Show-off"
|
||||||
|
tip = "Tail"
|
||||||
|
|
||||||
|
[[routes]]
|
||||||
|
id = 3
|
||||||
|
name = "Show-off"
|
||||||
|
color = "yellow"
|
||||||
|
|
||||||
|
[[routes.tips]]
|
||||||
|
to = "Trap Jockey"
|
||||||
|
tip = "Face"
|
||||||
|
|
||||||
|
[[routes.tips]]
|
||||||
|
to = "Tactician"
|
||||||
|
tip = "Face"
|
||||||
|
|
||||||
|
[[routes.tips]]
|
||||||
|
to = "Scatterbrain"
|
||||||
|
tip = "Arms"
|
||||||
|
|
||||||
|
[[abilities]]
|
||||||
|
name = "Start"
|
||||||
|
pos = "A1"
|
||||||
|
type = "Start"
|
||||||
|
price = ""
|
||||||
|
path = ["S"]
|
||||||
|
|
||||||
|
[[abilities]]
|
||||||
|
name = "Bind"
|
||||||
|
pos = "A2"
|
||||||
|
type = "Magic"
|
||||||
|
price = "10 LP"
|
||||||
|
path = ["N", "S", "E"]
|
||||||
|
|
||||||
|
[[abilities]]
|
||||||
|
name = "Magic Boost"
|
||||||
|
pos = "A3"
|
||||||
|
type = "Stat"
|
||||||
|
price = "100 LP"
|
||||||
|
path = ["N", "S"]
|
||||||
|
|
||||||
|
[[abilities]]
|
||||||
|
name = "Mini"
|
||||||
|
pos = "A4"
|
||||||
|
type = "Magic"
|
||||||
|
price = "100 LP"
|
||||||
|
path = ["N", "E"]
|
||||||
|
|
||||||
|
[[abilities]]
|
||||||
|
name = "Magic Haste"
|
||||||
|
pos = "A6"
|
||||||
|
type = "Stat"
|
||||||
|
price = "100 LP"
|
||||||
|
route = 0
|
||||||
|
path = ["E"]
|
||||||
|
|
||||||
|
[[abilities]]
|
||||||
|
name = "Checkpoint"
|
||||||
|
pos = "B2"
|
||||||
|
type = "Checkpoint"
|
||||||
|
price = "Link x1"
|
||||||
|
path = ["W", "E"]
|
||||||
|
|
||||||
|
[[abilities]]
|
||||||
|
name = "Blizzard Boost"
|
||||||
|
pos = "B4"
|
||||||
|
type = "Stat"
|
||||||
|
price = "30 LP"
|
||||||
|
path = ["W", "E"]
|
||||||
|
|
||||||
|
[[abilities]]
|
||||||
|
name = "Confusion Block"
|
||||||
|
pos = "B5"
|
||||||
|
type = "Stat"
|
||||||
|
price = "30 LP"
|
||||||
|
path = ["E", "S"]
|
||||||
|
|
||||||
|
[[abilities]]
|
||||||
|
name = "Blizzard Screen"
|
||||||
|
pos = "B6"
|
||||||
|
type = "Stat"
|
||||||
|
price = "60 LP"
|
||||||
|
route = 0
|
||||||
|
path = ["N", "W"]
|
||||||
|
|
||||||
|
[[abilities]]
|
||||||
|
name = "Blizzard Screen"
|
||||||
|
pos = "C2"
|
||||||
|
type = "Stat"
|
||||||
|
price = "20 LP"
|
||||||
|
path = ["W", "E"]
|
||||||
|
|
||||||
|
[[abilities]]
|
||||||
|
name = "Magic Haste"
|
||||||
|
pos = "C4"
|
||||||
|
type = "Stat"
|
||||||
|
price = "30 LP"
|
||||||
|
path = ["W", "S"]
|
||||||
|
|
||||||
|
[[abilities]]
|
||||||
|
name = "Magic Boost"
|
||||||
|
pos = "C5"
|
||||||
|
type = "Stat"
|
||||||
|
price = "200 LP"
|
||||||
|
path = ["W", "E", "N", "S"]
|
||||||
|
|
||||||
|
[[abilities]]
|
||||||
|
name = "Blizzard Screen"
|
||||||
|
pos = "C6"
|
||||||
|
type = "Stat"
|
||||||
|
price = "40 LP"
|
||||||
|
path = ["N", "S"]
|
||||||
|
|
||||||
|
[[abilities]]
|
||||||
|
name = "Checkpoint"
|
||||||
|
pos = "C7"
|
||||||
|
type = "Checkpoint"
|
||||||
|
price = "Level 25"
|
||||||
|
path = ["N", "S"]
|
||||||
|
|
||||||
|
[[abilities]]
|
||||||
|
name = "Blizzaga"
|
||||||
|
pos = "C8"
|
||||||
|
type = "Magic"
|
||||||
|
price = "150 LP"
|
||||||
|
path = ["N"]
|
||||||
|
|
||||||
|
[[abilities]]
|
||||||
|
name = "Blizzara"
|
||||||
|
pos = "D2"
|
||||||
|
type = "Magic"
|
||||||
|
price = "100 LP"
|
||||||
|
path = ["W"]
|
||||||
|
|
||||||
|
[[abilities]]
|
||||||
|
name = "Bind Block"
|
||||||
|
pos = "D5"
|
||||||
|
type = "Stat"
|
||||||
|
price = "30 LP"
|
||||||
|
path = ["W", "S"]
|
||||||
|
|
||||||
|
[[abilities]]
|
||||||
|
name = "Magic Haste"
|
||||||
|
pos = "D6"
|
||||||
|
type = "Stat"
|
||||||
|
price = "50 LP"
|
||||||
|
route = 1
|
||||||
|
path = ["N", "E"]
|
||||||
|
|
||||||
|
[[abilities]]
|
||||||
|
name = "Blizzard Boost"
|
||||||
|
pos = "E6"
|
||||||
|
type = "Stat"
|
||||||
|
price = "50 LP"
|
||||||
|
route = 1
|
||||||
|
path = ["W"]
|
|
@ -91,6 +91,7 @@
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
box-shadow: 1px 1px 5px black;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.slot-w {
|
&.slot-w {
|
||||||
|
|
Loading…
Reference in New Issue