From dffaafcd40e563117d4a4d9a295538b9facf1d11 Mon Sep 17 00:00:00 2001 From: Wynd Date: Mon, 27 Jan 2025 23:50:23 +0200 Subject: [PATCH] Added data about Kooma Panda and Thunderaffe --- input/ddd/abilities/kooma-panda.toml | 228 ++++++++++++++++++++++++ input/ddd/abilities/thunderaffe.toml | 221 +++++++++++++++++++++++ templates/components/ddd/board-row.html | 1 + 3 files changed, 450 insertions(+) create mode 100644 input/ddd/abilities/kooma-panda.toml create mode 100644 input/ddd/abilities/thunderaffe.toml diff --git a/input/ddd/abilities/kooma-panda.toml b/input/ddd/abilities/kooma-panda.toml new file mode 100644 index 0000000..0e14f90 --- /dev/null +++ b/input/ddd/abilities/kooma-panda.toml @@ -0,0 +1,228 @@ +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" diff --git a/input/ddd/abilities/thunderaffe.toml b/input/ddd/abilities/thunderaffe.toml new file mode 100644 index 0000000..d2c0b14 --- /dev/null +++ b/input/ddd/abilities/thunderaffe.toml @@ -0,0 +1,221 @@ +spirit = "Thunderaffe" +order = 12 + +[[routes]] +id = 0 +name = "Live Wire" +color = "purple" + + [[routes.tips]] + to = "Photon Don" + tip = "Head or Legs" + + [[routes.tips]] + to = "Smasher" + tip = "Body" + + [[routes.tips]] + to = "Blue Streak" + tip = "Body" + +[[routes]] +id = 1 +name = "Photon Don" +color = "yellow" + + [[routes.tips]] + to = "Live Wire" + tip = "Head or Body" + + [[routes.tips]] + to = "Smasher" + tip = "Legs" + + [[routes.tips]] + to = "Blue Streak" + tip = "Legs" + +[[routes]] +id = 2 +name = "Smasher" +color = "blue" + + [[routes.tips]] + to = "Live Wire" + tip = "Body or Legs" + + [[routes.tips]] + to = "Photon Don" + tip = "Body or Legs" + + [[routes.tips]] + to = "Blue Streak" + tip = "Head" + +[[routes]] +id = 3 +name = "Blue Streak" +color = "green" + + [[routes.tips]] + to = "Live Wire" + tip = "Legs" + + [[routes.tips]] + to = "Photon Don" + tip = "Legs" + + [[routes.tips]] + to = "Smasher" + tip = "Head or Body" + +[[routes]] +id = 100 +name = "Secret Route 1" +color = "secret2" +tips = [] + +[[abilities]] +name = "Start" +pos = "A2" +type = "Start" +price = "" +path = ["E"] + +[[abilities]] +name = "Thunder Screen" +pos = "B1" +type = "Stat" +price = "20 LP" +path = ["S", "E"] + +[[abilities]] +name = "Thundara" +pos = "B2" +type = "Magic" +price = "10 LP" +path = ["N", "W", "S", "E"] + +[[abilities]] +name = "Checkpoint" +pos = "B3" +type = "Checkpoint" +price = "Link x3" +path = ["N", "S"] + +[[abilities]] +name = "Damage Syphon" +pos = "B4" +type = "Support" +price = "300 LP" +path = ["N"] + +[[abilities]] +name = "Attack Haste" +pos = "C1" +type = "Stat" +price = "30 LP" +path = ["W"] + +[[abilities]] +name = "Thunder Boost" +pos = "C2" +type = "Stat" +price = "30 LP" +path = ["W", "E", "S"] + +[[abilities]] +name = "Thunder Screen" +pos = "C3" +type = "Stat" +price = "60 LP" +route = 1 +path = ["N", "E"] + +[[abilities]] +name = "Checkpoint" +pos = "D1" +type = "Checkpoint" +price = "Link x3" +path = ["S", "E"] + +[[abilities]] +name = "Thundaga / Triple Plasma" +pos = "D2" +type = "Magic" +price = "150 LP" +route = 100 +path = ["W", "E", "N"] + +[[abilities]] +name = "Thunder Boost" +pos = "D3" +type = "Stat" +price = "100 LP" +route = 1 +path = ["W"] + +[[abilities]] +name = "Secret" +pos = "E1" +type = "Secret" +price = "50 LP" +path = ["W"] + +[[abilities]] +name = "Attack Haste" +pos = "E2" +type = "Stat" +price = "50 LP" +path = ["W", "E", "S"] + +[[abilities]] +name = "Slow Block" +pos = "E3" +type = "Stat" +price = "30 LP" +path = ["N", "E"] + +[[abilities]] +name = "Attack Haste" +pos = "F1" +type = "Stat" +price = "150 LP" +route = 3 +path = ["S", "E"] + +[[abilities]] +name = "Attack Haste" +pos = "F2" +type = "Stat" +price = "100 LP" +path = ["W", "E", "N"] + +[[abilities]] +name = "Thunder Boost" +pos = "F3" +type = "Stat" +price = "50 LP" +path = ["W"] + +[[abilities]] +name = "Attack Haste" +pos = "G1" +type = "Stat" +price = "200 LP" +route = 3 +path = ["W"] + +[[abilities]] +name = "Checkpoint" +pos = "G2" +type = "Checkpoint" +price = "Level 25" +path = ["W", "E"] + +[[abilities]] +name = "Zantetsuken" +pos = "H2" +type = "Attack" +price = "200 LP" +path = ["W"] diff --git a/templates/components/ddd/board-row.html b/templates/components/ddd/board-row.html index 7581d53..8cea6ec 100644 --- a/templates/components/ddd/board-row.html +++ b/templates/components/ddd/board-row.html @@ -14,6 +14,7 @@ {% when _ %} {% endmatch %} +
{% when None %}