From 576457d5b08d7a141bf3a924ff8c84428648b79e Mon Sep 17 00:00:00 2001 From: Wynd Date: Tue, 28 Jan 2025 13:44:05 +0200 Subject: [PATCH] Added data for 4 more spirits --- input/ddd/abilities/escarglow.toml | 200 ++++++++++++++++++++++++ input/ddd/abilities/iceguin-ace.toml | 200 ++++++++++++++++++++++++ input/ddd/abilities/peepsta-hoo.toml | 221 +++++++++++++++++++++++++++ input/ddd/abilities/pegaslick.toml | 207 +++++++++++++++++++++++++ 4 files changed, 828 insertions(+) create mode 100644 input/ddd/abilities/escarglow.toml create mode 100644 input/ddd/abilities/iceguin-ace.toml create mode 100644 input/ddd/abilities/peepsta-hoo.toml create mode 100644 input/ddd/abilities/pegaslick.toml diff --git a/input/ddd/abilities/escarglow.toml b/input/ddd/abilities/escarglow.toml new file mode 100644 index 0000000..e2ca644 --- /dev/null +++ b/input/ddd/abilities/escarglow.toml @@ -0,0 +1,200 @@ +spirit = "Escarglow" +order = 17 + +[[routes]] +id = 0 +name = "Blindsider" +color = "purple" + + [[routes.tips]] + to = "Snail Support" + tip = "Head" + + [[routes.tips]] + to = "Conjurer" + tip = "Body or Shell" + + [[routes.tips]] + to = "Brick Wall" + tip = "Body or Shell" + +[[routes]] +id = 1 +name = "Snail Support" +color = "yellow" + + [[routes.tips]] + to = "Blindsider" + tip = "Shell" + + [[routes.tips]] + to = "Conjurer" + tip = "Head or Body" + + [[routes.tips]] + to = "Brick Wall" + tip = "Head or Body" + +[[routes]] +id = 2 +name = "Conjurer" +color = "blue" + + [[routes.tips]] + to = "Blindsider" + tip = "Body" + + [[routes.tips]] + to = "Snail Support" + tip = "Body" + + [[routes.tips]] + to = "Brick Wall" + tip = "Head or Shell" + +[[routes]] +id = 3 +name = "Brick Wall" +color = "green" + + [[routes.tips]] + to = "Blindsider" + tip = "Body or Shell" + + [[routes.tips]] + to = "Snail Support" + tip = "Body or Shell" + + [[routes.tips]] + to = "Conjurer" + tip = "Head" + +[[abilities]] +name = "Start" +pos = "A4" +type = "Start" +price = "" +path = ["E"] + +[[abilities]] +name = "Fire Screen" +pos = "B1" +type = "Stat" +price = "40 LP" +route = 0 +path = ["S"] + +[[abilities]] +name = "Blizzard Screen" +pos = "B2" +type = "Stat" +price = "40 LP" +route = 0 +path = ["N", "S"] + +[[abilities]] +name = "Defender" +pos = "B3" +type = "Stat" +price = "150 LP" +path = ["N", "S"] + +[[abilities]] +name = "Slow" +pos = "B4" +type = "Magic" +price = "10 LP" +path = ["N", "S", "W", "E"] + +[[abilities]] +name = "Checkpoint" +pos = "B5" +type = "Checkpoint" +price = "Link x3" +path = ["N", "S"] + +[[abilities]] +name = "Second Chance" +pos = "B6" +type = "Support" +price = "200 LP" +path = ["N"] + +[[abilities]] +name = "Thunder Screen" +pos = "C2" +type = "Stat" +price = "20 LP" +path = ["S", "E"] + +[[abilities]] +name = "Water Screen" +pos = "C3" +type = "Stat" +price = "40 LP" +path = ["N", "E"] + +[[abilities]] +name = "Defense Boost" +pos = "C4" +type = "Stat" +price = "100 LP" +path = ["W", "E"] + +[[abilities]] +name = "Water Screen" +pos = "D2" +type = "Stat" +price = "20 LP" +path = ["W", "E"] + +[[abilities]] +name = "Defense Boost" +pos = "D3" +type = "Stat" +price = "200 LP" +path = ["W"] + +[[abilities]] +name = "Fire Screen" +pos = "D4" +type = "Stat" +price = "20 LP" +path = ["W", "E"] + +[[abilities]] +name = "Blizzard Screen" +pos = "E2" +type = "Stat" +price = "20 LP" +path = ["W", "S"] + +[[abilities]] +name = "Item Boost" +pos = "E3" +type = "Stat" +price = "30 LP" +path = ["N", "S"] + +[[abilities]] +name = "Light Screen" +pos = "E4" +type = "Stat" +price = "20 LP" +path = ["W", "E", "N"] + +[[abilities]] +name = "Item Boost" +pos = "F3" +type = "Stat" +price = "50 LP" +route = 1 +path = ["S"] + +[[abilities]] +name = "Dark Screen" +pos = "F4" +type = "Stat" +price = "20 LP" +route = 1 +path = ["W", "N"] diff --git a/input/ddd/abilities/iceguin-ace.toml b/input/ddd/abilities/iceguin-ace.toml new file mode 100644 index 0000000..a25037a --- /dev/null +++ b/input/ddd/abilities/iceguin-ace.toml @@ -0,0 +1,200 @@ +spirit = "Iceguin Ace" +order = 15 + +[[routes]] +id = 0 +name = "Skater" +color = "purple" + + [[routes.tips]] + to = "Wingman" + tip = "Back" + + [[routes.tips]] + to = "Slider" + tip = "Head or Belly" + + [[routes.tips]] + to = "Birdbrain" + tip = "Head or Belly" + +[[routes]] +id = 1 +name = "Wingman" +color = "yellow" + + [[routes.tips]] + to = "Skater" + tip = "Belly" + + [[routes.tips]] + to = "Slider" + tip = "Head or Back" + + [[routes.tips]] + to = "Birdbrain" + tip = "Head or Back" + +[[routes]] +id = 2 +name = "Slider" +color = "blue" + + [[routes.tips]] + to = "Skater" + tip = "Head" + + [[routes.tips]] + to = "Wingman" + tip = "Head" + + [[routes.tips]] + to = "Birdbrain" + tip = "Belly or Back" + +[[routes]] +id = 3 +name = "Birdbrain" +color = "green" + + [[routes.tips]] + to = "Skater" + tip = "Head or Belly" + + [[routes.tips]] + to = "Wingman" + tip = "Head or Belly" + + [[routes.tips]] + to = "Slider" + tip = "Back" + +[[abilities]] +name = "Start" +pos = "A1" +type = "Start" +price = "" +path = ["E"] + +[[abilities]] +name = "Icicle Splitter" +pos = "B1" +type = "Magic" +price = "10 LP" +path = ["W", "E"] + +[[abilities]] +name = "HP Boost" +pos = "B2" +type = "Stat" +price = "50 LP" +route = 1 +path = ["E"] + +[[abilities]] +name = "Magic Haste" +pos = "C1" +type = "Stat" +price = "30 LP" +path = ["W", "E"] + +[[abilities]] +name = "Blindness Block" +pos = "C2" +type = "Stat" +price = "30 LP" +route = 1 +path = ["W", "E"] + +[[abilities]] +name = "Magic Boost" +pos = "D1" +type = "Stat" +price = "100 LP" +path = ["W", "E", "S"] + +[[abilities]] +name = "HP Boost" +pos = "D2" +type = "Stat" +price = "30 LP" +path = ["W", "N", "S"] + +[[abilities]] +name = "Stop Block" +pos = "D3" +type = "Stat" +price = "30 LP" +path = ["N", "S", "E"] + +[[abilities]] +name = "Blizzard Boost" +pos = "D4" +type = "Stat" +price = "50 LP" +path = ["N", "S"] + +[[abilities]] +name = "Magic Boost" +pos = "D5" +type = "Stat" +price = "100 LP" +path = ["N", "E"] + +[[abilities]] +name = "Blizzard Boost" +pos = "E1" +type = "Stat" +price = "30 LP" +path = ["W", "S"] + +[[abilities]] +name = "Blizzard Screen" +pos = "E2" +type = "Stat" +price = "20 LP" +path = ["N", "S", "E"] + +[[abilities]] +name = "Blizzaga" +pos = "E3" +type = "Magic" +price = "150 LP" +path = ["N", "S", "W"] + +[[abilities]] +name = "Cure Boost" +pos = "E4" +type = "Stat" +price = "50 LP" +path = ["N", "S"] + +[[abilities]] +name = "Checkpoint" +pos = "E5" +type = "Checkpoint" +price = "Level 30" +path = ["N", "W", "E"] + +[[abilities]] +name = "Blizzard Screen" +pos = "F2" +type = "Stat" +price = "40 LP" +route = 2 +path = ["W", "E"] + +[[abilities]] +name = "Ice Barrage" +pos = "F5" +type = "Magic" +price = "300 LP" +path = ["W"] + +[[abilities]] +name = "Blizzard Boost" +pos = "G2" +type = "Stat" +price = "100 LP" +route = 2 +path = ["W"] diff --git a/input/ddd/abilities/peepsta-hoo.toml b/input/ddd/abilities/peepsta-hoo.toml new file mode 100644 index 0000000..952ba91 --- /dev/null +++ b/input/ddd/abilities/peepsta-hoo.toml @@ -0,0 +1,221 @@ +spirit = "Peepsta Hoo" +order = 16 + +[[routes]] +id = 0 +name = "Watcher" +color = "purple" + + [[routes.tips]] + to = "Sweeper" + tip = "Head or Belly" + + [[routes.tips]] + to = "Scout" + tip = "Back" + + [[routes.tips]] + to = "Patroller" + tip = "Back" + +[[routes]] +id = 1 +name = "Sweeper" +color = "yellow" + + [[routes.tips]] + to = "Watcher" + tip = "Back" + + [[routes.tips]] + to = "Scout" + tip = "Belly" + + [[routes.tips]] + to = "Patroller" + tip = "Belly" + +[[routes]] +id = 2 +name = "Scout" +color = "blue" + + [[routes.tips]] + to = "Watcher" + tip = "Belly or Back" + + [[routes.tips]] + to = "Sweeper" + tip = "Belly or Back" + + [[routes.tips]] + to = "Patroller" + tip = "Head" + +[[routes]] +id = 3 +name = "Patroller" +color = "green" + + [[routes.tips]] + to = "Watcher" + tip = "Head" + + [[routes.tips]] + to = "Sweeper" + tip = "Head" + + [[routes.tips]] + to = "Scout" + tip = "Belly or Back" + +[[abilities]] +name = "Start" +pos = "A1" +type = "Start" +price = "" +path = ["E"] + +[[abilities]] +name = "Blackout" +pos = "B1" +type = "Magic" +price = "10 LP" +path = ["W", "E", "S"] + +[[abilities]] +name = "Bind Block" +pos = "B2" +type = "Stat" +price = "30 LP" +route = 1 +path = ["N"] + +[[abilities]] +name = "Fire Boost" +pos = "C1" +type = "Stat" +price = "30 LP" +path = ["W", "E", "S"] + +[[abilities]] +name = "Fire Boost" +pos = "C2" +type = "Stat" +price = "50 LP" +path = ["N", "S", "E"] + +[[abilities]] +name = "Blindness Block" +pos = "C3" +type = "Stat" +price = "30 LP" +route = 0 +path = ["N"] + +[[abilities]] +name = "Checkpoint" +pos = "D1" +type = "Checkpoint" +price = "Paint Gun: Red x10" +path = ["W", "E"] + +[[abilities]] +name = "Blizzard Boost" +pos = "D2" +type = "Stat" +price = "30 LP" +path = ["W", "S"] + +[[abilities]] +name = "Blizzard Boost" +pos = "D3" +type = "Stat" +price = "50 LP" +path = ["N", "S", "E"] + +[[abilities]] +name = "Poison Block" +pos = "D4" +type = "Stat" +price = "30 LP" +route = 2 +path = ["N"] + +[[abilities]] +name = "Fira" +pos = "E1" +type = "Magic" +price = "100 LP" +path = ["W", "S"] + +[[abilities]] +name = "Checkpoint" +pos = "E2" +type = "Checkpoint" +price = "Paint Gun: Blue: x20" +path = ["N", "E"] + +[[abilities]] +name = "Thunder Boost" +pos = "E3" +type = "Stat" +price = "30 LP" +path = ["W", "S"] + +[[abilities]] +name = "Thunder Boost" +pos = "E4" +type = "Stat" +price = "50 LP" +path = ["N", "S", "E"] + +[[abilities]] +name = "Confusion Block" +pos = "E5" +type = "Stat" +price = "30 LP" +route = 3 +path = ["N"] + +[[abilities]] +name = "Blizzara" +pos = "F2" +type = "Magic" +price = "100 LP" +path = ["W", "S"] + +[[abilities]] +name = "Checkpoint" +pos = "F3" +type = "Checkpoint" +price = "Paint Gunt: Yellow x30" +path = ["N", "E"] + +[[abilities]] +name = "Magic Boost" +pos = "F4" +type = "Stat" +price = "100 LP" +path = ["W", "S"] + +[[abilities]] +name = "Checkpoint" +pos = "F5" +type = "Checkpoint" +price = "Level 20" +path = ["N", "E"] + +[[abilities]] +name = "Thundara" +pos = "G3" +type = "Magic" +price = "100 LP" +path = ["W"] + +[[abilities]] +name = "Support Boost" +pos = "G5" +type = "Spirit" +price = "200 LP" +path = ["W"] diff --git a/input/ddd/abilities/pegaslick.toml b/input/ddd/abilities/pegaslick.toml new file mode 100644 index 0000000..5026a45 --- /dev/null +++ b/input/ddd/abilities/pegaslick.toml @@ -0,0 +1,207 @@ +spirit = "Pegaslick" +order = 14 + +[[routes]] +id = 0 +name = "Cyclone" +color = "purple" + + [[routes.tips]] + to = "Typhoon" + tip = "Body" + + [[routes.tips]] + to = "Hurricane" + tip = "Head" + + [[routes.tips]] + to = "Stormgoer" + tip = "Head" + +[[routes]] +id = 1 +name = "Typhoon" +color = "yellow" + + [[routes.tips]] + to = "Cyclone" + tip = "Head" + + [[routes.tips]] + to = "Hurricane" + tip = "Body or Tail" + + [[routes.tips]] + to = "Stormgoer" + tip = "Body or Tail" + +[[routes]] +id = 2 +name = "Hurricane" +color = "blue" + + [[routes.tips]] + to = "Cyclone" + tip = "Tail" + + [[routes.tips]] + to = "Typhoon" + tip = "Tail" + + [[routes.tips]] + to = "Stormgoer" + tip = "Head or Body" + +[[routes]] +id = 3 +name = "Stormgoer" +color = "green" + + [[routes.tips]] + to = "Cyclone" + tip = "Body or Tail" + + [[routes.tips]] + to = "Typhoon" + tip = "Body or Tail" + + [[routes.tips]] + to = "Hurricane" + tip = "Head" + +[[abilities]] +name = "Start" +pos = "A3" +type = "Start" +price = "" +path = ["E"] + +[[abilities]] +name = "Prism Windmill" +pos = "B3" +type = "Attack" +price = "10 LP" +path = ["W", "S", "E"] + +[[abilities]] +name = "Defense Boost" +pos = "B4" +type = "Stat" +price = "100 LP" +path = ["N", "S"] + +[[abilities]] +name = "Checkpoint" +pos = "B5" +type = "Checkpoint" +price = "Link x3" +path = ["N", "S"] + +[[abilities]] +name = "Air Combo Plus" +pos = "B6" +type = "Support" +price = "200 LP" +path = ["N"] + +[[abilities]] +name = "Light Screen" +pos = "C2" +type = "Stat" +price = "60 LP" +path = ["S", "E"] + +[[abilities]] +name = "Light Screen" +pos = "C3" +type = "Stat" +price = "20 LP" +path = ["N", "S", "W", "E"] + +[[abilities]] +name = "Light Screen" +pos = "C4" +type = "Stat" +price = "40 LP" +path = ["N", "E"] + +[[abilities]] +name = "Light Screen" +pos = "D1" +type = "Stat" +price = "80 LP" +route = 3 +path = ["S", "E"] + +[[abilities]] +name = "Magic Haste" +pos = "D2" +type = "Stat" +price = "30 LP" +path = ["N", "W"] + +[[abilities]] +name = "Magic Haste" +pos = "D3" +type = "Stat" +price = "50 LP" +path = ["W", "E"] + +[[abilities]] +name = "HP Boost" +pos = "D4" +type = "Stat" +price = "30 LP" +path = ["S", "W"] + +[[abilities]] +name = "Light Screen" +pos = "D5" +type = "Stat" +price = "100 LP" +route = 2 +path = ["N", "E"] + +[[abilities]] +name = "HP Boost" +pos = "E1" +type = "Stat" +price = "50 LP" +route = 3 +path = ["W"] + +[[abilities]] +name = "Sparkra" +pos = "E3" +type = "Magic" +price = "100 LP" +path = ["W", "E"] + +[[abilities]] +name = "Magic Haste" +pos = "E5" +type = "Stat" +price = "150 LP" +route = 2 +path = ["W"] + +[[abilities]] +name = "Magic Haste" +pos = "F3" +type = "Stat" +price = "100 LP" +path = ["W", "E"] + +[[abilities]] +name = "Checkpoint" +pos = "G3" +type = "Checkpoint" +price = "Level 30" +path = ["W", "E"] + +[[abilities]] +name = "Sparkga" +pos = "H3" +type = "Magic" +price = "250 LP" +path = ["W"]