diff --git a/input/bbs/commands.json b/input/bbs/commands.json deleted file mode 100644 index c343530..0000000 --- a/input/bbs/commands.json +++ /dev/null @@ -1,2460 +0,0 @@ -[ - { - "name": "Quick Blitz", - "category": "attack", - "char": ["A", "V", "T"], - "starting": true, - "info": "Starting Command" - }, - { - "name": "Blitz", - "category": "attack", - "char": ["A", "V", "T"], - "recipes": [ - { - "char": ["A"], - "type": "P", - "ingredients": ["Wishing Edge", "Barrier Surge"], - "chance": 90 - }, - { - "char": ["V"], - "type": "O", - "ingredients": ["Quick Blitz", "Slot Edge"], - "chance": 90 - }, - { - "char": ["A", "T"], - "type": "O", - "ingredients": ["Quick Blitz", "Slot Edge"], - "chance": 100 - }, - { - "char": ["V"], - "type": "K", - "ingredients": ["Stun Edge", "Slot Edge"], - "chance": 90 - }, - { - "char": ["A", "T"], - "type": "K", - "ingredients": ["Stun Edge", "Slot Edge"], - "chance": 100 - } - ] - }, - { - "name": "Meteor Crash", - "category": "attack", - "char": ["T"], - "recipes": [ - { - "char": ["T"], - "type": "N", - "ingredients": ["Quake", "Blitz"], - "chance": 100 - }, - { - "char": ["T"], - "type": "D", - "ingredients": ["Fire Strike", "Brutal Blast"], - "chance": 100 - } - ] - }, - { - "name": "Magic Hour", - "category": "attack", - "char": ["A"], - "recipes": [ - { - "char": ["A"], - "type": "N", - "ingredients": ["Aeroga", "Barrier Surge"], - "chance": 90, - "info": "100% after obtaining Lightning Ray" - }, - { - "char": ["A"], - "type": "O", - "ingredients": ["Zero Graviga", "Blitz"], - "chance": 90, - "info": "100% after obtaining Meteor Shower" - } - ] - }, - { - "name": "Fire Dash", - "category": "attack", - "char": ["A", "V", "T"], - "recipes": [ - { - "char": ["A", "V", "T"], - "type": "D", - "ingredients": ["Sliding Dash", "Fire"], - "chance": 100 - }, - { - "char": ["A", "V", "T"], - "type": "C", - "ingredients": ["Sliding Dash", "Fira"], - "chance": 100 - }, - { - "char": ["A", "V", "T"], - "type": "D", - "ingredients": ["Confusion Strike", "Fire"], - "chance": 100 - } - ] - }, - { - "name": "Dark Haze", - "category": "attack", - "char": ["T"], - "recipes": [ - { - "char": ["T"], - "type": "D", - "ingredients": ["Fire Dash", "Zero Gravira"], - "chance": 100 - }, - { - "char": ["T"], - "type": "A", - "ingredients": ["Fire Dash", "Blackout"], - "chance": 100 - }, - { - "char": ["T"], - "type": "C", - "ingredients": ["Fire Surge", "Zero Gravity"], - "chance": 100 - } - ] - }, - { - "name": "Sonic Blade", - "category": "attack", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T"], - "type": "D", - "ingredients": ["Blitz", "Dark Haze"], - "chance": 90 - }, - { - "char": ["A", "V", "T"], - "type": "N", - "ingredients": ["Blitz", "Air Slide"], - "chance": 90 - }, - { - "char": ["A", "V", "T"], - "type": "K", - "ingredients": ["Fire Dash", "Thunder Surge"], - "chance": 90 - } - ] - }, - { - "name": "Chaos Blade", - "category": "attack", - "char": ["T"], - "recipes": [ - { - "char": ["T"], - "type": "B", - "ingredients": ["Dark Haze", "Sonic Blade"], - "chance": 90 - } - ] - }, - { - "name": "Zantetsuken", - "category": "attack", - "char": ["T"], - "recipes": [ - { - "char": ["T"], - "type": "B", - "ingredients": ["Dark Haze", "Stopga"], - "chance": 80 - }, - { - "char": ["T"], - "type": "F", - "ingredients": ["Sonic Blade", "Stopga"], - "chance": 80 - } - ] - }, - { - "name": "Strike Raid", - "category": "attack", - "char": ["A", "V", "T"], - "recipes": [ - { - "char": ["A", "V", "T"], - "type": "O", - "ingredients": ["Quick Blitz", "Sliding Dash"], - "chance": 100 - } - ] - }, - { - "name": "Freeze Raid", - "category": "attack", - "char": ["A", "V", "T"], - "recipes": [ - { - "char": ["A", "V", "T"], - "type": "I", - "ingredients": ["Strike Raid", "Blizzara"], - "chance": 100 - }, - { - "char": ["A", "V", "T"], - "type": "K", - "ingredients": ["Blizzard Edge", "Binding Strike"], - "chance": 100 - } - ] - }, - { - "name": "Treasure Raid", - "category": "attack", - "char": ["V"], - "recipes": [ - { - "char": ["V"], - "type": "O", - "ingredients": ["Strike Raid", "Slot Edge"], - "chance": 100 - }, - { - "char": ["V"], - "type": "D", - "ingredients": ["Slot Edge", "Magnet"], - "chance": 100 - }, - { - "char": ["V"], - "type": "K", - "ingredients": ["Slot Edge", "Magnera"], - "chance": 100 - } - ] - }, - { - "name": "Spark Raid", - "category": "attack", - "char": ["V"], - "recipes": [ - { - "char": ["V"], - "type": "J", - "ingredients": ["Freeze Raid", "Magnega"], - "chance": 100 - }, - { - "char": ["V"], - "type": "N", - "ingredients": ["Treasure Raid", "Magnega"], - "chance": 100 - }, - { - "char": ["V"], - "type": "P", - "ingredients": ["Thunder Surge", "Dodge Roll"], - "chance": 20 - }, - { - "char": ["V"], - "type": "L", - "ingredients": ["Thundaga", "Dodge Roll"], - "chance": 20 - }, - { - "char": ["V"], - "type": "L", - "ingredients": ["Dodge Roll", "Stun Block"], - "chance": 20 - } - ] - }, - { - "name": "Wind Raid", - "category": "attack", - "char": ["V"], - "recipes": [ - { - "char": ["V"], - "type": "B", - "ingredients": ["Freeze Raid", "Aeroga"], - "chance": 100 - }, - { - "char": ["V"], - "type": "F", - "ingredients": ["Treasure Raid", "Aeroga"], - "chance": 100 - } - ] - }, - { - "name": "Fire Surge", - "category": "attack", - "char": ["A", "V", "T"], - "recipes": [ - { - "char": ["A", "V", "T"], - "type": "D", - "ingredients": ["Fire Dash", "Ignite"], - "chance": 100 - }, - { - "char": ["A", "V", "T"], - "type": "A", - "ingredients": ["Fire Dash", "Fira"], - "chance": 100 - }, - { - "char": ["A", "V", "T"], - "type": "O", - "ingredients": ["Confusion Strike", "Fira"], - "chance": 100 - }, - { - "char": ["A", "V", "T"], - "type": "K", - "ingredients": ["Binding Strike", "Fira"], - "chance": 100 - } - ] - }, - { - "name": "Barrier Surge", - "category": "attack", - "char": ["A"], - "recipes": [ - { - "char": ["A"], - "type": "D", - "ingredients": ["Fire Dash", "Barrier"], - "chance": 100 - }, - { - "char": ["A"], - "type": "K", - "ingredients": ["Stun Edge", "Barrier"], - "chance": 100 - } - ] - }, - { - "name": "Thunder Surge", - "category": "attack", - "char": ["A", "V", "T"], - "recipes": [ - { - "char": ["A", "V", "T"], - "type": "D", - "ingredients": ["Fire Dash", "Thundara"], - "chance": 100 - }, - { - "char": ["A", "V", "T"], - "type": "G", - "ingredients": ["Freeze Raid", "Thundara"], - "chance": 100 - }, - { - "char": ["A", "V", "T"], - "type": "I", - "ingredients": ["Stun Edge", "Thundara"], - "chance": 100 - }, - { - "char": ["A", "V", "T"], - "type": "I", - "ingredients": ["Confusion Strike", "Thundara"], - "chance": 95 - } - ] - }, - { - "name": "Ars Solum", - "category": "attack", - "char": ["T"], - "recipes": [ - { - "char": ["T"], - "type": "B", - "ingredients": ["Dark Haze", "Sonic Blade"], - "chance": 20 - }, - { - "char": ["T"], - "type": "B", - "ingredients": ["Dark Haze", "Stopga"], - "chance": 20 - }, - { - "char": ["T"], - "type": "F", - "ingredients": ["Sonic Blade", "Stopga"], - "chance": 20 - }, - { - "char": ["T"], - "type": "K", - "ingredients": ["Sliding Dash", "Thunder"], - "chance": 5 - }, - { - "char": ["T"], - "type": "L", - "ingredients": ["Strike Raid", "Thunder"], - "chance": 5 - }, - { - "char": ["T"], - "type": "K", - "ingredients": ["Strike Raid", "Thundara"], - "chance": 5 - }, - { - "char": ["T"], - "type": "I", - "ingredients": ["Confusion Strike", "Thundara"], - "chance": 5 - } - ] - }, - { - "name": "Ars Arcanum", - "category": "attack", - "char": ["V"], - "recipes": [ - { - "char": ["V"], - "type": "F", - "ingredients": ["Blitz", "Aerial Slam"], - "chance": 100 - }, - { - "char": ["V"], - "type": "O", - "ingredients": ["Quick Blitz", "Slot Edge"], - "chance": 10 - }, - { - "char": ["V"], - "type": "C", - "ingredients": ["Fire Strike", "Aerora"], - "chance": 10 - }, - { - "char": ["V"], - "type": "G", - "ingredients": ["Quick Blitz", "Blizzard"], - "chance": 5 - }, - { - "char": ["V"], - "type": "H", - "ingredients": ["Quick Blitz", "Blizzara"], - "chance": 5 - }, - { - "char": ["V"], - "type": "E", - "ingredients": ["Sliding Dash", "Blizzard"], - "chance": 5 - }, - { - "char": ["V"], - "type": "G", - "ingredients": ["Sliding Dash", "Blizzara"], - "chance": 5 - }, - { - "char": ["V"], - "type": "P", - "ingredients": ["Poison Edge", "Cura"], - "chance": 5 - }, - { - "char": ["V"], - "type": "G", - "ingredients": ["Blizzard Edge", "Cura"], - "chance": 5 - } - ] - }, - { - "name": "Time Splicer", - "category": "attack", - "char": ["V", "A"], - "recipes": [ - { - "char": ["V", "A"], - "type": "F", - "ingredients": ["Aerial Slam", "Stopga"], - "chance": 100 - }, - { - "char": ["A"], - "type": "C", - "ingredients": ["Stopga", "Barrier"], - "chance": 20 - }, - { - "char": ["A"], - "type": "P", - "ingredients": ["Barrier Surge", "Wishing Edge"], - "chance": 10 - }, - { - "char": ["V", "A"], - "type": "K", - "ingredients": ["Stun Edge", "Slot Edge"], - "chance": 10 - } - ] - }, - { - "name": "Poison Edge", - "category": "attack", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "O", - "ingredients": ["Quick Blitz", "Poison"], - "chance": 95 - }, - { - "char": ["T", "V", "A"], - "type": "K", - "ingredients": ["Sliding Dash", "Poison"], - "chance": 95 - }, - { - "char": ["T", "V", "A"], - "type": "D", - "ingredients": ["Strike Raid", "Poison"], - "chance": 95 - } - ] - }, - { - "name": "Wishing Edge", - "category": "attack", - "char": ["A"], - "recipes": [ - { - "char": ["A"], - "type": "O", - "ingredients": ["Strike Raid", "Barrier Surge"], - "chance": 100 - }, - { - "char": ["A"], - "type": "K", - "ingredients": ["Barrier Surge", "Stun Edge"], - "chance": 100 - }, - { - "char": ["A"], - "type": "J", - "ingredients": ["Stun Edge", "Binding Strike"], - "chance": 100 - } - ] - }, - { - "name": "Blizzard Edge", - "category": "attack", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "G", - "ingredients": ["Quick Blitz", "Blizzard"], - "chance": 95 - }, - { - "char": ["T", "V", "A"], - "type": "H", - "ingredients": ["Quick Blitz", "Blizzara"], - "chance": 95 - }, - { - "char": ["T", "V", "A"], - "type": "E", - "ingredients": ["Sliding Dash", "Blizzard"], - "chance": 95 - }, - { - "char": ["T", "V", "A"], - "type": "G", - "ingredients": ["Sliding Dash", "Blizzara"], - "chance": 95 - } - ] - }, - { - "name": "Stun Edge", - "category": "attack", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "K", - "ingredients": ["Sliding Dash", "Thunder"], - "chance": 95 - }, - { - "char": ["T", "V", "A"], - "type": "L", - "ingredients": ["Strike Raid", "Thunder"], - "chance": 95 - }, - { - "char": ["T", "V", "A"], - "type": "K", - "ingredients": ["Strike Raid", "Thundara"], - "chance": 95 - } - ] - }, - { - "name": "Slot Edge", - "category": "attack", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["A"], - "type": "O", - "ingredients": ["Wishing Edge", "Cure"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "P", - "ingredients": ["Poison Edge", "Cura"], - "chance": 95 - }, - { - "char": ["T", "V", "A"], - "type": "G", - "ingredients": ["Blizzard Edge", "Cura"], - "chance": 95 - }, - { - "char": ["T", "V"], - "type": "N", - "ingredients": ["Curaga", "Renewal Block"], - "chance": 90 - }, - { - "char": ["T", "V"], - "type": "P", - "ingredients": ["Curaga", "Focus Block"], - "chance": 90 - }, - { - "char": ["A"], - "type": "N", - "ingredients": ["Curaga", "Renewal Barrier"], - "chance": 90 - }, - { - "char": ["A"], - "type": "P", - "ingredients": ["Curaga", "Focus Barrier"], - "chance": 90 - } - ] - }, - { - "name": "Fire Strike", - "category": "attack", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "D", - "ingredients": ["Poison Edge", "Fira"], - "chance": 100 - }, - { - "char": ["A"], - "type": "A", - "ingredients": ["Wishing Edge", "Ignite"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "K", - "ingredients": ["Stun Edge", "Fire"], - "chance": 100 - } - ] - }, - { - "name": "Confusion Strike", - "category": "attack", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "O", - "ingredients": ["Quick Blitz", "Confuse"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "K", - "ingredients": ["Sliding Dash", "Zero Gravity"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "G", - "ingredients": ["Strike Raid", "Confuse"], - "chance": 100 - } - ] - }, - { - "name": "Binding Strike", - "category": "attack", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "K", - "ingredients": ["Quick Blitz", "Bind"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "O", - "ingredients": ["Strike Raid", "Bind"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "I", - "ingredients": ["Stun Edge", "Zero Gravity"], - "chance": 100 - } - ] - }, - { - "name": "Brutal Blast", - "category": "attack", - "char": ["T"], - "recipes": [ - { - "char": ["T"], - "type": "O", - "ingredients": ["Stun Edge", "Mine Shield"], - "chance": 70 - }, - { - "char": ["T"], - "type": "L", - "ingredients": ["Binding Strike", "Mine Square"], - "chance": 70 - } - ] - }, - { - "name": "Tornado Strike", - "category": "attack", - "char": ["V"], - "recipes": [ - { - "char": ["V"], - "type": "G", - "ingredients": ["Confusion Strike", "Aeroga"], - "chance": 100 - }, - { - "char": ["V"], - "type": "F", - "ingredients": ["Binding Strike", "Aeroga"], - "chance": 100 - } - ] - }, - { - "name": "Magnet Spiral", - "category": "attack", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "K", - "ingredients": ["Binding Strike", "Collision Magnet"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "J", - "ingredients": ["Binding Strike", "Magnega"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "K", - "ingredients": ["Quick Blitz", "Magnera"], - "chance": 20 - }, - { - "char": ["T", "V", "A"], - "type": "L", - "ingredients": ["Stun Edge", "Magnera"], - "chance": 20 - }, - { - "char": ["T", "V", "A"], - "type": "I", - "ingredients": ["Zero Gravira", "Magnet"], - "chance": 20 - } - ] - }, - { - "name": "Windcutter", - "category": "attack", - "char": ["T"], - "recipes": [ - { - "char": ["T"], - "type": "F", - "ingredients": ["Binding Strike", "Aeroga"], - "chance": 100 - }, - { - "char": ["T"], - "type": "G", - "ingredients": ["Confusion Strike", "Aeroga"], - "chance": 100 - } - ] - }, - { - "name": "Limit Storm", - "category": "attack", - "char": ["T"], - "recipes": [ - { - "char": ["T"], - "type": "G", - "ingredients": ["Brutal Blast", "Confusion Strike"], - "chance": 100 - }, - { - "char": ["T"], - "type": "D", - "ingredients": ["Brutal Blast", "Binding Strike"], - "chance": 100 - } - ] - }, - { - "name": "Salvation", - "category": "attack", - "char": ["V"], - "recipes": [ - { - "char": ["V"], - "type": "N", - "ingredients": ["Wind Raid", "Curaga"], - "chance": 100 - } - ] - }, - { - "name": "Collision Magnet", - "category": "attack", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "K", - "ingredients": ["Quick Blitz", "Magnera"], - "chance": 80 - }, - { - "char": ["T", "V", "A"], - "type": "L", - "ingredients": ["Stun Edge", "Magnera"], - "chance": 80 - }, - { - "char": ["T", "V", "A"], - "type": "I", - "ingredients": ["Zero Gravira", "Magnet"], - "chance": 80 - } - ] - }, - { - "name": "Geo Impact", - "category": "attack", - "char": ["T"], - "recipes": [ - { - "char": ["T"], - "type": "N", - "ingredients": ["Brutal Blast", "Brutal Blast"], - "chance": 70 - } - ] - }, - { - "name": "Sacrifice", - "category": "attack", - "char": ["T"], - "recipes": [ - { - "char": ["T"], - "type": "B", - "ingredients": ["Dark Haze", "Warp"], - "chance": 100 - }, - { - "char": ["T"], - "type": "D", - "ingredients": ["Poison Edge", "Warp"], - "chance": 100 - } - ] - }, - { - "name": "Break Time", - "category": "attack", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V"], - "type": "N", - "ingredients": ["Curaga", "Renewal Block"], - "chance": 10 - }, - { - "char": ["A"], - "type": "N", - "ingredients": ["Curaga", "Renewal Barrier"], - "chance": 10 - }, - { - "char": ["T", "V"], - "type": "P", - "ingredients": ["Curaga", "Focus Block"], - "chance": 10 - }, - { - "char": ["A"], - "type": "P", - "ingredients": ["Curaga", "Focus Barrier"], - "chance": 10 - } - ] - }, - { - "name": "Fira", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "D", - "ingredients": ["Fire Dash", "Fire"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "D", - "ingredients": ["Fire Strike", "Fire"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "A", - "ingredients": ["Fire", "Fire"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "C", - "ingredients": ["Fire", "Ignite"], - "chance": 100 - } - ] - }, - { - "name": "Firaga", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "D", - "ingredients": ["Fire Dash", "Fira"], - "chance": 90 - }, - { - "char": ["T", "V", "A"], - "type": "A", - "ingredients": ["Fire", "Fira"], - "chance": 90 - }, - { - "char": ["T", "V", "A"], - "type": "B", - "ingredients": ["Fira", "Fira"], - "chance": 90 - } - ] - }, - { - "name": "Dark Firaga", - "category": "magic", - "char": ["T"], - "recipes": [ - { - "char": ["T"], - "type": "D", - "ingredients": ["Dark Haze", "Firaga"], - "chance": 100 - }, - { - "char": ["T"], - "type": "B", - "ingredients": ["Firaga", "Blackout"], - "chance": 100 - } - ] - }, - { - "name": "Fission Firaga", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "A", - "ingredients": ["Fira", "Aeroga"], - "chance": 80 - }, - { - "char": ["T", "V", "A"], - "type": "A", - "ingredients": ["Firaga", "Aerora"], - "chance": 80 - }, - { - "char": ["T", "V", "A"], - "type": "B", - "ingredients": ["Firaga", "Aeroga"], - "chance": 80 - } - ] - }, - { - "name": "Triple Firaga", - "category": "magic", - "char": ["A"], - "recipes": [ - { - "char": ["A"], - "type": "A", - "ingredients": ["Fira", "Firaga"], - "chance": 95 - }, - { - "char": ["A"], - "type": "D", - "ingredients": ["Blitz", "Firaga"], - "chance": 90 - }, - { - "char": ["A"], - "type": "B", - "ingredients": ["Firaga", "Firaga"], - "chance": 90 - } - ] - }, - { - "name": "Crawling Fire", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "A", - "ingredients": ["Firaga", "Slow"], - "chance": 80 - }, - { - "char": ["T", "V", "A"], - "type": "D", - "ingredients": ["Firaga", "Stopra"], - "chance": 80 - }, - { - "char": ["T", "V", "A"], - "type": "B", - "ingredients": ["Firaga", "Stopga"], - "chance": 80 - } - ] - }, - { - "name": "Blizzara", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "G", - "ingredients": ["Strike Raid", "Blizzard"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "G", - "ingredients": ["Blizzard Edge", "Blizzard"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "E", - "ingredients": ["Blizzard", "Blizzard"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "H", - "ingredients": ["Blizzard", "Aero"], - "chance": 100 - } - ] - }, - { - "name": "Blizzaga", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "G", - "ingredients": ["Blizzard Edge", "Blizzara"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "E", - "ingredients": ["Blizzard", "Blizzara"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "F", - "ingredients": ["Blizzara", "Blizzara"], - "chance": 100 - } - ] - }, - { - "name": "Triple Blizzaga", - "category": "magic", - "char": ["A"], - "recipes": [ - { - "char": ["A"], - "type": "G", - "ingredients": ["Blitz", "Blizzaga"], - "chance": 100 - }, - { - "char": ["A"], - "type": "E", - "ingredients": ["Blizzara", "Blizzaga"], - "chance": 100 - }, - { - "char": ["A"], - "type": "F", - "ingredients": ["Blizzaga", "Blizzaga"], - "chance": 100 - } - ] - }, - { - "name": "Thundara", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "K", - "ingredients": ["Stun Edge", "Thunder"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "I", - "ingredients": ["Thunder", "Thunder"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "L", - "ingredients": ["Zero Gravity", "Magnet"], - "chance": 100 - } - ] - }, - { - "name": "Thundaga", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "K", - "ingredients": ["Binding Strike", "Thundara"], - "chance": 90 - }, - { - "char": ["T", "V", "A"], - "type": "I", - "ingredients": ["Thunder", "Thundara"], - "chance": 90 - }, - { - "char": ["T", "V", "A"], - "type": "J", - "ingredients": ["Thundara", "Thundara"], - "chance": 90 - } - ] - }, - { - "name": "Thundaga Shot", - "category": "magic", - "char": ["A"], - "recipes": [ - { - "char": ["A"], - "type": "I", - "ingredients": ["Strike Raid", "Thundaga"], - "chance": 85 - }, - { - "char": ["A"], - "type": "E", - "ingredients": ["Freeze Raid", "Thundaga"], - "chance": 85 - }, - { - "char": ["A"], - "type": "A", - "ingredients": ["Firaga", "Thundaga"], - "chance": 85 - } - ] - }, - { - "name": "Cura", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "I", - "ingredients": ["Thunder", "Cure"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "M", - "ingredients": ["Cure", "Cure"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "O", - "ingredients": ["Cure", "Aero"], - "chance": 100 - } - ] - }, - { - "name": "Curaga", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "M", - "ingredients": ["Cure", "Cura"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "N", - "ingredients": ["Cura", "Cura"], - "chance": 100 - } - ] - }, - { - "name": "Mine Shield", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "A", - "ingredients": ["Fira", "Zero Gravity"], - "chance": 100 - }, - { - "char": ["T", "V"], - "type": "C", - "ingredients": ["Fira", "Block"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "D", - "ingredients": ["Ignite", "Stop"], - "chance": 100 - }, - { - "char": ["T", "V"], - "type": "M", - "ingredients": ["Stopra", "Block"], - "chance": 100 - } - ] - }, - { - "name": "Mine Square", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "A", - "ingredients": ["Fira", "Stop"], - "chance": 100 - }, - { - "char": ["A"], - "type": "C", - "ingredients": ["Fira", "Barrier"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "D", - "ingredients": ["Aerora", "Ignite"], - "chance": 100 - }, - { - "char": ["A"], - "type": "M", - "ingredients": ["Stopra", "Barrier"], - "chance": 100 - } - ] - }, - { - "name": "Seeker Mine", - "category": "magic", - "char": ["A"], - "recipes": [ - { - "char": ["A"], - "type": "B", - "ingredients": ["Mine Shield", "Mine Square"], - "chance": 100 - }, - { - "char": ["A"], - "type": "C", - "ingredients": ["Mine Shield", "Magnega"], - "chance": 100 - }, - { - "char": ["A"], - "type": "D", - "ingredients": ["Mine Square", "Magnega"], - "chance": 100 - } - ] - }, - { - "name": "Zero Gravira", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "I", - "ingredients": ["Thunder", "Zero Gravity"], - "chance": 90 - }, - { - "char": ["T", "V", "A"], - "type": "M", - "ingredients": ["Zero Gravity", "Zero Gravity"], - "chance": 90 - }, - { - "char": ["T", "V", "A"], - "type": "P", - "ingredients": ["Magnet", "Aero"], - "chance": 90 - } - ] - }, - { - "name": "Zero Graviga", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "I", - "ingredients": ["Thundara", "Zero Gravira"], - "chance": 80 - }, - { - "char": ["T", "V", "A"], - "type": "M", - "ingredients": ["Zero Gravity", "Zero Gravira"], - "chance": 80 - }, - { - "char": ["T", "V", "A"], - "type": "N", - "ingredients": ["Zero Gravira", "Zero Gravira"], - "chance": 80 - } - ] - }, - { - "name": "Magnera", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "K", - "ingredients": ["Stun Edge", "Magnet"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "I", - "ingredients": ["Thunder", "Magnet"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "M", - "ingredients": ["Magnet", "Magnet"], - "chance": 100 - } - ] - }, - { - "name": "Magnega", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "I", - "ingredients": ["Magnet", "Magnera"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "J", - "ingredients": ["Magnera", "Magnera"], - "chance": 100 - } - ] - }, - { - "name": "Munny Magnet", - "category": "magic", - "char": ["A"], - "recipes": [ - { - "char": ["A"], - "type": "K", - "ingredients": ["Wishing Edge", "Magnera"], - "chance": 100 - }, - { - "char": ["A"], - "type": "I", - "ingredients": ["Thundara", "Magnera"], - "chance": 100 - } - ] - }, - { - "name": "Energy Magnet", - "category": "magic", - "char": ["A"], - "recipes": [ - { - "char": ["A"], - "type": "M", - "ingredients": ["Cure", "Magnera"], - "chance": 100 - }, - { - "char": ["A"], - "type": "N", - "ingredients": ["Cura", "Magnera"], - "chance": 100 - } - ] - }, - { - "name": "D-Link Magnet", - "category": "magic", - "char": ["A"], - "recipes": [ - { - "char": ["A"], - "type": "L", - "ingredients": ["Zero Gravira", "Magnera"], - "chance": 100 - }, - { - "char": ["A"], - "type": "I", - "ingredients": ["Magnera", "Stopra"], - "chance": 100 - } - ] - }, - { - "name": "Aerora", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "G", - "ingredients": ["Quick Blitz", "Aero"], - "chance": 95 - }, - { - "char": ["T", "V", "A"], - "type": "I", - "ingredients": ["Thunder", "Aero"], - "chance": 95 - }, - { - "char": ["T", "V", "A"], - "type": "E", - "ingredients": ["Aero", "Aero"], - "chance": 95 - } - ] - }, - { - "name": "Aeroga", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "O", - "ingredients": ["Quick Blitz", "Aerora"], - "chance": 90 - }, - { - "char": ["T", "V", "A"], - "type": "M", - "ingredients": ["Aero", "Aerora"], - "chance": 90 - }, - { - "char": ["T", "V", "A"], - "type": "N", - "ingredients": ["Aerora", "Aerora"], - "chance": 90 - } - ] - }, - { - "name": "Warp", - "category": "magic", - "char": ["T"], - "recipes": [ - { - "char": ["T"], - "type": "I", - "ingredients": ["Thundara", "Zero Gravira"], - "chance": 20 - }, - { - "char": ["T"], - "type": "M", - "ingredients": ["Zero Gravity", "Zero Gravira"], - "chance": 20 - }, - { - "char": ["T"], - "type": "N", - "ingredients": ["Zero Gravira", "Zero Gravira"], - "chance": 20 - }, - { - "char": ["T"], - "type": "I", - "ingredients": ["Thunder", "Zero Gravity"], - "chance": 10 - }, - { - "char": ["T"], - "type": "P", - "ingredients": ["Magnet", "Aero"], - "chance": 10 - }, - { - "char": ["T"], - "type": "M", - "ingredients": ["Zero Gravity", "Zero Gravity"], - "chance": 10 - } - ] - }, - { - "name": "Faith", - "category": "magic", - "char": ["V"], - "recipes": [ - { - "char": ["V"], - "type": "N", - "ingredients": ["Wind Raid", "Break Time"], - "chance": 100 - } - ] - }, - { - "name": "Deep Freeze", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "G", - "ingredients": ["Freeze Raid", "Blizzaga"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "H", - "ingredients": ["Binding Strike", "Blizzaga"], - "chance": 100 - }, - { - "char": ["A"], - "type": "F", - "ingredients": ["Blizzaga", "Triple Blizzaga"], - "chance": 100 - } - ] - }, - { - "name": "Glacier", - "category": "magic", - "char": ["A"], - "recipes": [ - { - "char": ["A"], - "type": "E", - "ingredients": ["Blizzaga", "Deep Freeze"], - "chance": 100 - }, - { - "char": ["A"], - "type": "F", - "ingredients": ["Triple Blizzaga", "Deep Freeze"], - "chance": 100 - } - ] - }, - { - "name": "Ice Barrage", - "category": "magic", - "char": ["A"], - "recipes": [ - { - "char": ["A"], - "type": "F", - "ingredients": ["Blizzaga", "Mine Shield"], - "chance": 100 - }, - { - "char": ["A"], - "type": "H", - "ingredients": ["Blizzaga", "Mine Square"], - "chance": 100 - } - ] - }, - { - "name": "Firaga Burst", - "category": "magic", - "char": ["A"], - "recipes": [ - { - "char": ["A"], - "type": "A", - "ingredients": ["Fira", "Aeroga"], - "chance": 20 - }, - { - "char": ["A"], - "type": "A", - "ingredients": ["Firaga", "Aerora"], - "chance": 20 - }, - { - "char": ["A"], - "type": "B", - "ingredients": ["Firaga", "Aeroga"], - "chance": 20 - }, - { - "char": ["A"], - "type": "A", - "ingredients": ["Firaga", "Slow"], - "chance": 20 - }, - { - "char": ["A"], - "type": "D", - "ingredients": ["Firaga", "Stopra"], - "chance": 20 - }, - { - "char": ["A"], - "type": "B", - "ingredients": ["Firaga", "Stopga"], - "chance": 20 - } - ] - }, - { - "name": "Raging Storm", - "category": "magic", - "char": ["A"], - "recipes": [ - { - "char": ["A"], - "type": "B", - "ingredients": ["Fission Firaga", "Firaga Burst"], - "chance": 100 - }, - { - "char": ["A"], - "type": "D", - "ingredients": ["Blitz", "Firaga"], - "chance": 10 - }, - { - "char": ["A"], - "type": "D", - "ingredients": ["Fire Dash", "Fira"], - "chance": 10 - }, - { - "char": ["A"], - "type": "C", - "ingredients": ["Fire Surge", "Cartwheel"], - "chance": 10 - }, - { - "char": ["A"], - "type": "A", - "ingredients": ["Fire", "Fira"], - "chance": 10 - }, - { - "char": ["A"], - "type": "B", - "ingredients": ["Fira", "Fira"], - "chance": 10 - }, - { - "char": ["A"], - "type": "A", - "ingredients": ["Fira", "Firaga"], - "chance": 10 - }, - { - "char": ["A"], - "type": "B", - "ingredients": ["Firaga", "Firaga"], - "chance": 10 - } - ] - }, - { - "name": "Mega Flare", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "B", - "ingredients": ["Fission Firaga", "Crawling Fire"], - "chance": 100 - } - ] - }, - { - "name": "Quake", - "category": "magic", - "char": ["T"], - "recipes": [ - { - "char": ["T"], - "type": "B", - "ingredients": ["Brutal Blast", "Zero Graviga"], - "chance": 90 - }, - { - "char": ["T"], - "type": "C", - "ingredients": ["Brutal Blast", "Magnega"], - "chance": 90 - }, - { - "char": ["T"], - "type": "O", - "ingredients": ["Stun Edge", "Mine Shield"], - "chance": 30 - }, - { - "char": ["T"], - "type": "L", - "ingredients": ["Binding Strike", "Mine Square"], - "chance": 30 - }, - { - "char": ["T"], - "type": "N", - "ingredients": ["Brutal Blast", "Brutal Blast"], - "chance": 30 - } - ] - }, - { - "name": "Meteor", - "category": "magic", - "char": ["T"], - "recipes": [ - { - "char": ["T"], - "type": "B", - "ingredients": ["Geo Impact", "Quake"], - "chance": 100 - }, - { - "char": ["T"], - "type": "B", - "ingredients": ["Brutal Blast", "Zero Graviga"], - "chance": 10 - }, - { - "char": ["T"], - "type": "C", - "ingredients": ["Brutal Blast", "Magnega"], - "chance": 10 - } - ] - }, - { - "name": "Tornado", - "category": "magic", - "char": ["V"], - "recipes": [ - { - "char": ["V"], - "type": "N", - "ingredients": ["Magnega", "Aeroga"], - "chance": 100 - }, - { - "char": ["V"], - "type": "O", - "ingredients": ["Quick Blitz", "Aerora"], - "chance": 10 - }, - { - "char": ["V"], - "type": "M", - "ingredients": ["Aero", "Aerora"], - "chance": 10 - }, - { - "char": ["V"], - "type": "N", - "ingredients": ["Aerora", "Aerora"], - "chance": 10 - }, - { - "char": ["V"], - "type": "G", - "ingredients": ["Quick Blitz", "Aero"], - "chance": 5 - }, - { - "char": ["V"], - "type": "I", - "ingredients": ["Thunder", "Aero"], - "chance": 5 - }, - { - "char": ["V"], - "type": "E", - "ingredients": ["Aero", "Aero"], - "chance": 5 - } - ] - }, - { - "name": "Transcendence", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "J", - "ingredients": ["Magnet Spiral", "Zero Graviga"], - "chance": 100 - } - ] - }, - { - "name": "Mini", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T"], - "type": "N", - "ingredients": ["Magnera", "Warp"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "J", - "ingredients": ["Magnega", "Magnega"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "I", - "ingredients": ["Magnega", "Bind"], - "chance": 100 - } - ] - }, - { - "name": "Blackout", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "M", - "ingredients": ["Zero Gravity", "Confuse"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "N", - "ingredients": ["Zero Gravira", "Confuse"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "P", - "ingredients": ["Zero Gravira", "Poison"], - "chance": 100 - } - ] - }, - { - "name": "Ignite", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "A", - "ingredients": ["Fire", "Bind"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "C", - "ingredients": ["Fira", "Bind"], - "chance": 100 - } - ] - }, - { - "name": "Stopra", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "L", - "ingredients": ["Slow", "Slow"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "K", - "ingredients": ["Slow", "Stop"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "I", - "ingredients": ["Stop", "Stop"], - "chance": 100 - } - ] - }, - { - "name": "Stopga", - "category": "magic", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "I", - "ingredients": ["Stop", "Stopra"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "J", - "ingredients": ["Stopra", "Stopra"], - "chance": 100 - } - ] - }, - { - "name": "Homing Slide", - "category": "action", - "char": ["V", "A"], - "recipes": [ - { - "char": ["V", "A"], - "type": "P", - "ingredients": ["Sliding Dash", "Magnera"], - "chance": 100 - }, - { - "char": ["V", "A"], - "type": "C", - "ingredients": ["Sliding Dash", "Air Slide"], - "chance": 100 - }, - { - "char": ["V", "A"], - "type": "L", - "ingredients": ["Magnet", "Air Slide"], - "chance": 100 - } - ] - }, - { - "name": "Thunder Roll", - "category": "action", - "char": ["V"], - "recipes": [ - { - "char": ["V"], - "type": "P", - "ingredients": ["Thunder Surge", "Dodge Roll"], - "chance": 80 - }, - { - "char": ["V"], - "type": "L", - "ingredients": ["Thundaga", "Dodge Roll"], - "chance": 80 - }, - { - "char": ["V"], - "type": "L", - "ingredients": ["Stun Block", "Dodge Roll"], - "chance": 80 - } - ] - }, - { - "name": "Firewheel", - "category": "action", - "char": ["A"], - "recipes": [ - { - "char": ["A"], - "type": "B", - "ingredients": ["Firaga", "Cartwheel"], - "chance": 100 - }, - { - "char": ["A"], - "type": "B", - "ingredients": ["Fission Firaga", "Cartwheel"], - "chance": 100 - }, - { - "char": ["A"], - "type": "C", - "ingredients": ["Fire Surge", "Cartwheel"], - "chance": 90 - } - ] - }, - { - "name": "Ice Slide", - "category": "action", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V", "A"], - "type": "F", - "ingredients": ["Blizzard Edge", "Air Slide"], - "chance": 100 - }, - { - "char": ["T", "V", "A"], - "type": "H", - "ingredients": ["Blizzaga", "Air Slide"], - "chance": 100 - } - ] - }, - { - "name": "Fire Glide", - "category": "action", - "char": ["V"], - "recipes": [ - { - "char": ["V"], - "type": "C", - "ingredients": ["Fire Surge", "Glide"], - "chance": 100 - }, - { - "char": ["V"], - "type": "B", - "ingredients": ["Firaga", "Glide"], - "chance": 100 - } - ] - }, - { - "name": "Renewal Block", - "category": "action", - "char": ["T", "V"], - "recipes": [ - { - "char": ["T", "V"], - "type": "P", - "ingredients": ["Curaga", "Block"], - "chance": 100 - }, - { - "char": ["T", "V"], - "type": "C", - "ingredients": ["Esuna", "Block"], - "chance": 100 - } - ] - }, - { - "name": "Stun Block", - "category": "action", - "char": ["T", "V"], - "recipes": [ - { - "char": ["T", "V"], - "type": "L", - "ingredients": ["Stun Edge", "Block"], - "chance": 100 - }, - { - "char": ["T", "V"], - "type": "I", - "ingredients": ["Thundaga", "Block"], - "chance": 100 - } - ] - }, - { - "name": "Poison Block", - "category": "action", - "char": ["T", "V"], - "recipes": [ - { - "char": ["T", "V"], - "type": "H", - "ingredients": ["Poison Edge", "Block"], - "chance": 80 - }, - { - "char": ["T", "V"], - "type": "P", - "ingredients": ["Poison", "Block"], - "chance": 80 - } - ] - }, - { - "name": "Renewal Barrier", - "category": "action", - "char": ["A"], - "recipes": [ - { - "char": ["A"], - "type": "P", - "ingredients": ["Curaga", "Barrier"], - "chance": 100 - }, - { - "char": ["A"], - "type": "N", - "ingredients": ["Esuna", "Barrier"], - "chance": 100 - } - ] - }, - { - "name": "Confuse Barrier", - "category": "action", - "char": ["A"], - "recipes": [ - { - "char": ["A"], - "type": "C", - "ingredients": ["Confusion Strike", "Barrier"], - "chance": 100 - }, - { - "char": ["A"], - "type": "L", - "ingredients": ["Confuse", "Barrier"], - "chance": 100 - } - ] - }, - { - "name": "Stop Barrier", - "category": "action", - "char": ["A"], - "recipes": [ - { - "char": ["A"], - "type": "C", - "ingredients": ["Stopga", "Barrier"], - "chance": 80 - } - ] - }, - { - "name": "Payback Fang", - "category": "action", - "char": ["T"], - "recipes": [ - { - "char": ["T"], - "type": "P", - "ingredients": ["Sliding Dash", "Counter Hammer"], - "chance": 100 - } - ] - }, - { - "name": "Payback Raid", - "category": "action", - "char": ["V"], - "recipes": [ - { - "char": ["V"], - "type": "P", - "ingredients": ["Sliding Dash", "Strike Raid"], - "chance": 100 - } - ] - }, - { - "name": "Payback Surge", - "category": "action", - "char": ["A"], - "recipes": [ - { - "char": ["A"], - "type": "C", - "ingredients": ["Sliding Dash", "Fire Surge"], - "chance": 100 - }, - { - "char": ["A"], - "type": "L", - "ingredients": ["Sliding Dash", "Thunder Surge"], - "chance": 100 - } - ] - }, - { - "name": "Lightning Ray", - "category": "shotlock", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T"], - "type": "-", - "ingredients": ["Blitz", "Dark Haze"], - "chance": 10 - }, - { - "char": ["T", "V", "A"], - "type": "-", - "ingredients": ["Blitz", "Air Slide"], - "chance": 10 - }, - { - "char": ["T", "V", "A"], - "type": "-", - "ingredients": ["Fire Dash", "Thunder Surge"], - "chance": 10 - }, - { - "char": ["T", "V", "A"], - "type": "-", - "ingredients": ["Binding Strike", "Thundara"], - "chance": 10 - }, - { - "char": ["T", "V", "A"], - "type": "-", - "ingredients": ["Thunder", "Thundara"], - "chance": 10 - }, - { - "char": ["T", "V", "A"], - "type": "-", - "ingredients": ["Thundara", "Thundara"], - "chance": 10 - }, - { - "char": ["A"], - "type": "-", - "ingredients": ["Aeroga", "Barrier Surge"], - "chance": 10 - } - ] - }, - { - "name": "Meteor Shower", - "category": "shotlock", - "char": ["A"], - "recipes": [ - { - "char": ["A"], - "type": "-", - "ingredients": ["Strike Raid", "Thundaga"], - "chance": 15 - }, - { - "char": ["A"], - "type": "-", - "ingredients": ["Freeze Raid", "Thundaga"], - "chance": 15 - }, - { - "char": ["A"], - "type": "-", - "ingredients": ["Firaga", "Thundaga"], - "chance": 15 - }, - { - "char": ["A"], - "type": "-", - "ingredients": ["Blitz", "Zero Graviga"], - "chance": 10 - } - ] - }, - { - "name": "Bio Barrage", - "category": "shotlock", - "char": ["T", "V", "A"], - "recipes": [ - { - "char": ["T", "V"], - "type": "-", - "ingredients": ["Poison Edge", "Block"], - "chance": 20 - }, - { - "char": ["T", "V"], - "type": "-", - "ingredients": ["Poison", "BLock"], - "chance": 20 - }, - { - "char": ["T", "V", "A"], - "type": "-", - "ingredients": ["Quick Blitz", "Poison"], - "chance": 5 - }, - { - "char": ["T", "V", "A"], - "type": "-", - "ingredients": ["Sliding Dash", "Poison"], - "chance": 5 - }, - { - "char": ["T", "V", "A"], - "type": "-", - "ingredients": ["Strike Raid", "Poison"], - "chance": 5 - } - ] - } -] diff --git a/input/bbs/commands/bio-barrage.toml b/input/bbs/commands/bio-barrage.toml new file mode 100644 index 0000000..1f9d469 --- /dev/null +++ b/input/bbs/commands/bio-barrage.toml @@ -0,0 +1,34 @@ +name = "Bio Barrage" +order = 3 +category = "shotlock" +char = ["T", "V", "A"] + +[[recipes]] +char = ["T", "V"] +type = "-" +ingredients = ["Poison Edge", "Block"] +chance = 20 + +[[recipes]] +char = ["T", "V"] +type = "-" +ingredients = ["Poison", "BLock"] +chance = 20 + +[[recipes]] +char = ["T", "V", "A"] +type = "-" +ingredients = ["Quick Blitz", "Poison"] +chance = 5 + +[[recipes]] +char = ["T", "V", "A"] +type = "-" +ingredients = ["Sliding Dash", "Poison"] +chance = 5 + +[[recipes]] +char = ["T", "V", "A"] +type = "-" +ingredients = ["Strike Raid", "Poison"] +chance = 5 diff --git a/input/bbs/commands/confuse-barrier.toml b/input/bbs/commands/confuse-barrier.toml new file mode 100644 index 0000000..2a49d5f --- /dev/null +++ b/input/bbs/commands/confuse-barrier.toml @@ -0,0 +1,16 @@ +name = "Confuse Barrier" +order = 9 +category = "action" +char = ["A"] + +[[recipes]] +char = ["A"] +type = "C" +ingredients = ["Confusion Strike", "Barrier"] +chance = 100 + +[[recipes]] +char = ["A"] +type = "L" +ingredients = ["Confuse", "Barrier"] +chance = 100 diff --git a/input/bbs/commands/fire-glide.toml b/input/bbs/commands/fire-glide.toml new file mode 100644 index 0000000..660ebd6 --- /dev/null +++ b/input/bbs/commands/fire-glide.toml @@ -0,0 +1,16 @@ +name = "Fire Glide" +order = 5 +category = "action" +char = ["V"] + +[[recipes]] +char = ["V"] +type = "C" +ingredients = ["Fire Surge", "Glide"] +chance = 100 + +[[recipes]] +char = ["V"] +type = "B" +ingredients = ["Firaga", "Glide"] +chance = 100 diff --git a/input/bbs/commands/firewheel.toml b/input/bbs/commands/firewheel.toml new file mode 100644 index 0000000..c39b541 --- /dev/null +++ b/input/bbs/commands/firewheel.toml @@ -0,0 +1,22 @@ +name = "Firewheel" +order = 3 +category = "action" +char = ["A"] + +[[recipes]] +char = ["A"] +type = "B" +ingredients = ["Firaga", "Cartwheel"] +chance = 100 + +[[recipes]] +char = ["A"] +type = "B" +ingredients = ["Fission Firaga", "Cartwheel"] +chance = 100 + +[[recipes]] +char = ["A"] +type = "C" +ingredients = ["Fire Surge", "Cartwheel"] +chance = 90 diff --git a/input/bbs/commands/homing-slide.toml b/input/bbs/commands/homing-slide.toml new file mode 100644 index 0000000..98eea47 --- /dev/null +++ b/input/bbs/commands/homing-slide.toml @@ -0,0 +1,22 @@ +name = "Homing Slide" +order = 1 +category = "action" +char = ["V", "A"] + +[[recipes]] +char = ["V", "A"] +type = "P" +ingredients = ["Sliding Dash", "Magnera"] +chance = 100 + +[[recipes]] +char = ["V", "A"] +type = "C" +ingredients = ["Sliding Dash", "Air Slide"] +chance = 100 + +[[recipes]] +char = ["V", "A"] +type = "L" +ingredients = ["Magnet", "Air Slide"] +chance = 100 diff --git a/input/bbs/commands/ice-slide.toml b/input/bbs/commands/ice-slide.toml new file mode 100644 index 0000000..41df9ad --- /dev/null +++ b/input/bbs/commands/ice-slide.toml @@ -0,0 +1,16 @@ +name = "Ice Slide" +order = 4 +category = "action" +char = ["T", "V", "A"] + +[[recipes]] +char = ["T", "V", "A"] +type = "F" +ingredients = ["Blizzard Edge", "Air Slide"] +chance = 100 + +[[recipes]] +char = ["T", "V", "A"] +type = "H" +ingredients = ["Blizzaga", "Air Slide"] +chance = 100 diff --git a/input/bbs/commands/lightning-ray.toml b/input/bbs/commands/lightning-ray.toml new file mode 100644 index 0000000..51def6e --- /dev/null +++ b/input/bbs/commands/lightning-ray.toml @@ -0,0 +1,46 @@ +name = "Lightning Ray" +order = 1 +category = "shotlock" +char = ["T", "V", "A"] + +[[recipes]] +char = ["T"] +type = "-" +ingredients = ["Blitz", "Dark Haze"] +chance = 10 + +[[recipes]] +char = ["T", "V", "A"] +type = "-" +ingredients = ["Blitz", "Air Slide"] +chance = 10 + +[[recipes]] +char = ["T", "V", "A"] +type = "-" +ingredients = ["Fire Dash", "Thunder Surge"] +chance = 10 + +[[recipes]] +char = ["T", "V", "A"] +type = "-" +ingredients = ["Binding Strike", "Thundara"] +chance = 10 + +[[recipes]] +char = ["T", "V", "A"] +type = "-" +ingredients = ["Thunder", "Thundara"] +chance = 10 + +[[recipes]] +char = ["T", "V", "A"] +type = "-" +ingredients = ["Thundara", "Thundara"] +chance = 10 + +[[recipes]] +char = ["A"] +type = "-" +ingredients = ["Aeroga", "Barrier Surge"] +chance = 10 diff --git a/input/bbs/commands/meteor-shower.toml b/input/bbs/commands/meteor-shower.toml new file mode 100644 index 0000000..65b8617 --- /dev/null +++ b/input/bbs/commands/meteor-shower.toml @@ -0,0 +1,28 @@ +name = "Meteor Shower" +order = 2 +category = "shotlock" +char = ["A"] + +[[recipes]] +char = ["A"] +type = "-" +ingredients = ["Strike Raid", "Thundaga"] +chance = 15 + +[[recipes]] +char = ["A"] +type = "-" +ingredients = ["Freeze Raid", "Thundaga"] +chance = 15 + +[[recipes]] +char = ["A"] +type = "-" +ingredients = ["Firaga", "Thundaga"] +chance = 15 + +[[recipes]] +char = ["A"] +type = "-" +ingredients = ["Blitz", "Zero Graviga"] +chance = 10 diff --git a/input/bbs/commands/payback-fang.toml b/input/bbs/commands/payback-fang.toml new file mode 100644 index 0000000..939a56b --- /dev/null +++ b/input/bbs/commands/payback-fang.toml @@ -0,0 +1,10 @@ +name = "Payback Fang" +order = 11 +category = "action" +char = ["T"] + +[[recipes]] +char = ["T"] +type = "P" +ingredients = ["Sliding Dash", "Counter Hammer"] +chance = 100 diff --git a/input/bbs/commands/payback-raid.toml b/input/bbs/commands/payback-raid.toml new file mode 100644 index 0000000..e165f83 --- /dev/null +++ b/input/bbs/commands/payback-raid.toml @@ -0,0 +1,10 @@ +name = "Payback Raid" +order = 12 +category = "action" +char = ["V"] + +[[recipes]] +char = ["V"] +type = "P" +ingredients = ["Sliding Dash", "Strike Raid"] +chance = 100 diff --git a/input/bbs/commands/payback-surge.toml b/input/bbs/commands/payback-surge.toml new file mode 100644 index 0000000..756be41 --- /dev/null +++ b/input/bbs/commands/payback-surge.toml @@ -0,0 +1,16 @@ +name = "Payback Surge" +order = 13 +category = "action" +char = ["A"] + +[[recipes]] +char = ["A"] +type = "C" +ingredients = ["Sliding Dash", "Fire Surge"] +chance = 100 + +[[recipes]] +char = ["A"] +type = "L" +ingredients = ["Sliding Dash", "Thunder Surge"] +chance = 100 diff --git a/input/bbs/commands/poison-block.toml b/input/bbs/commands/poison-block.toml new file mode 100644 index 0000000..f45ea63 --- /dev/null +++ b/input/bbs/commands/poison-block.toml @@ -0,0 +1,16 @@ +name = "Poison Block" +order = 7 +category = "action" +char = ["T", "V"] + +[[recipes]] +char = ["T", "V"] +type = "H" +ingredients = ["Poison Edge", "Block"] +chance = 80 + +[[recipes]] +char = ["T", "V"] +type = "P" +ingredients = ["Poison", "Block"] +chance = 80 diff --git a/input/bbs/commands/renewal-barrier.toml b/input/bbs/commands/renewal-barrier.toml new file mode 100644 index 0000000..2cc0db1 --- /dev/null +++ b/input/bbs/commands/renewal-barrier.toml @@ -0,0 +1,16 @@ +name = "Renewal Barrier" +order = 8 +category = "action" +char = ["A"] + +[[recipes]] +char = ["A"] +type = "P" +ingredients = ["Curaga", "Barrier"] +chance = 100 + +[[recipes]] +char = ["A"] +type = "N" +ingredients = ["Esuna", "Barrier"] +chance = 100 diff --git a/input/bbs/commands/renewal-block.toml b/input/bbs/commands/renewal-block.toml new file mode 100644 index 0000000..ed8ac52 --- /dev/null +++ b/input/bbs/commands/renewal-block.toml @@ -0,0 +1,16 @@ +name = "Renewal Block" +order = 6 +category = "action" +char = ["T", "V"] + +[[recipes]] +char = ["T", "V"] +type = "P" +ingredients = ["Curaga", "Block"] +chance = 100 + +[[recipes]] +char = ["T", "V"] +type = "C" +ingredients = ["Esuna", "Block"] +chance = 100 diff --git a/input/bbs/commands/stop-barrier.toml b/input/bbs/commands/stop-barrier.toml new file mode 100644 index 0000000..bfae0e6 --- /dev/null +++ b/input/bbs/commands/stop-barrier.toml @@ -0,0 +1,10 @@ +name = "Stop Barrier" +order = 10 +category = "action" +char = ["A"] + +[[recipes]] +char = ["A"] +type = "C" +ingredients = ["Stopga", "Barrier"] +chance = 80 diff --git a/input/bbs/commands/stun-block.toml b/input/bbs/commands/stun-block.toml new file mode 100644 index 0000000..82e2f13 --- /dev/null +++ b/input/bbs/commands/stun-block.toml @@ -0,0 +1,16 @@ +name = "Stun Block" +order = 6 +category = "action" +char = ["T", "V"] + +[[recipes]] +char = ["T", "V"] +type = "L" +ingredients = ["Stun Edge", "Block"] +chance = 100 + +[[recipes]] +char = ["T", "V"] +type = "I" +ingredients = ["Thundaga", "Block"] +chance = 100 diff --git a/input/bbs/commands/thunder-roll.toml b/input/bbs/commands/thunder-roll.toml new file mode 100644 index 0000000..685b42e --- /dev/null +++ b/input/bbs/commands/thunder-roll.toml @@ -0,0 +1,22 @@ +name = "Thunder Roll" +order = 2 +category = "action" +char = ["V"] + +[[recipes]] +char = ["V"] +type = "P" +ingredients = ["Thunder Surge", "Dodge Roll"] +chance = 80 + +[[recipes]] +char = ["V"] +type = "L" +ingredients = ["Thundaga", "Dodge Roll"] +chance = 80 + +[[recipes]] +char = ["V"] +type = "L" +ingredients = ["Stun Block", "Dodge Roll"] +chance = 80