khguide/input/ddd/abilities/13-kooma-panda.toml

229 lines
3.0 KiB
TOML
Raw Normal View History

spirit = "Kooma Panda"
order = 13
[[routes]]
id = 0
name = "Boxer"
color = "purple"
[[routes.tips]]
to = "Wrestler"
tip = "Head"
[[routes.tips]]
to = "Bruiser"
tip = "Belly or Back"
[[routes.tips]]
to = "Grappler"
tip = "Belly or Back"
[[routes]]
id = 1
name = "Wrestler"
color = "yellow"
[[routes.tips]]
to = "Boxer"
tip = "Belly"
[[routes.tips]]
to = "Bruiser"
tip = "Head or Back"
[[routes.tips]]
to = "Grappler"
tip = "Head or Back"
[[routes]]
id = 2
name = "Bruiser"
color = "blue"
[[routes.tips]]
to = "Boxer"
tip = "Back"
[[routes.tips]]
to = "Wrestler"
tip = "Back"
[[routes.tips]]
to = "Grappler"
tip = "Head or Belly"
[[routes]]
id = 3
name = "Grappler"
color = "green"
[[routes.tips]]
to = "Boxer"
tip = "Head or Back"
[[routes.tips]]
to = "Wrestler"
tip = "Head or Back"
[[routes.tips]]
to = "Bruiser"
tip = "Belly and Arms"
[[routes]]
id = 100
name = "Secret Route 1"
color = "secret1"
tips = []
[[abilities]]
name = "Bind Block"
pos = "A2"
type = "Stat"
price = "30 LP"
path = ["S", "E"]
[[abilities]]
name = "Checkpoint"
pos = "A3"
type = "Checkpoint"
price = "Link x3"
path = ["N", "S"]
[[abilities]]
name = "Aerial Slam"
pos = "A4"
type = "Attack"
price = "100 LP"
path = ["N"]
[[abilities]]
name = "Confusion Block"
pos = "A5"
type = "Stat"
price = "30 LP"
route = 1
path = ["E"]
[[abilities]]
name = "Defense Boost"
pos = "A6"
type = "Stat"
price = "30 LP"
route = 2
path = ["E"]
[[abilities]]
name = "Start"
pos = "B1"
type = "Start"
price = ""
path = ["S"]
[[abilities]]
name = "Circle Raid"
pos = "B2"
type = "Attack"
price = "10 LP"
path = ["N", "S", "W", "E"]
[[abilities]]
name = "Attack Boost"
pos = "B3"
type = "Stat"
price = "100 LP"
path = ["N", "S"]
[[abilities]]
name = "Blindness Block"
pos = "B4"
type = "Stat"
price = "30 LP"
path = ["N", "S"]
[[abilities]]
name = "Item Boost"
pos = "B5"
type = "Stat"
price = "30 LP"
path = ["N", "S", "W", "E"]
[[abilities]]
name = "Mini Block"
pos = "B6"
type = "Stat"
price = "30 LP"
path = ["N", "S", "W", "E"]
[[abilities]]
name = "Attack Boost"
pos = "B7"
type = "Stat"
price = "200 LP"
path = ["N"]
[[abilities]]
name = "HP Boost"
pos = "C2"
type = "Stat"
price = "30 LP"
path = ["W", "E"]
[[abilities]]
name = "HP Boost"
pos = "C5"
type = "Stat"
price = "50 LP"
route = 1
path = ["W"]
[[abilities]]
name = "Attack Haste"
pos = "C6"
type = "Stat"
price = "30 LP"
route = 2
path = ["W"]
[[abilities]]
name = "Secret"
pos = "D2"
type = "Secret"
price = "10 LP"
path = ["W", "E"]
[[abilities]]
name = "Bind"
pos = "E2"
type = "Magic"
price = "50 LP"
route = 100
path = ["W", "S"]
tip = "Unlocks with Secret panel at D2"
[[abilities]]
name = "Item Boost"
pos = "E3"
type = "Stat"
price = "50 LP"
route = 100
path = ["N", "S"]
tip = "Unlocks with Secret panel at D2"
[[abilities]]
name = "Checkpoint"
pos = "E4"
type = "Checkpoint"
price = "Level 20"
route = 100
path = ["N", "E"]
tip = "Unlocks with Secret panel at D2"
[[abilities]]
name = "Combo Plus"
pos = "F4"
type = "Support"
price = "200 LP"
route = 100
path = ["W"]
tip = "Unlocks with Secret panel at D2"