{
  "sets": [
    {
      "id": "freezing-frost",
      "name": "Freezing Frost",
      "image": "/images/set/freezing-frost.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Glacio DMG +10%."
        },
        {
          "label": "5 Set",
          "text": "Upon using Basic Attack or Heavy Attack, Glacio DMG increases by 10%, stacking up to three times, lasting for 15s."
        }
      ],
      "buffs": [
        {
          "stat": "Glacio DMG Bonus",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "Glacio DMG Bonus",
          "value": 30,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "freezing-frost:2:set:glacio-dmg-bonus",
          "set": "2 Set",
          "kind": "dmgBonus",
          "element": "glacio",
          "value": 10,
          "target": "self",
          "notes": "Glacio DMG +10%.",
          "condition": "unconditional"
        },
        {
          "id": "freezing-frost:5:set:glacio-dmg-bonus:stacking",
          "set": "5 Set",
          "kind": "dmgBonus",
          "element": "glacio",
          "value": 30,
          "target": "self",
          "durationSec": 15,
          "triggers": [
            "basic",
            "heavy"
          ],
          "stacking": {
            "perStack": 10,
            "maxStacks": 3
          },
          "notes": "Upon using Basic Attack or Heavy Attack, Glacio DMG increases by 10%, stacking up to three times, lasting for 15s.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "molten-rift",
      "name": "Molten Rift",
      "image": "/images/set/molten-rift.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Fusion DMG% +10%."
        },
        {
          "label": "5 Set",
          "text": "Upon using Resonance Skill, Fusion DMG increases by 30% for 15s."
        }
      ],
      "buffs": [
        {
          "stat": "Fusion DMG Bonus",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "Fusion DMG Bonus",
          "value": 30,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "molten-rift:2:set:fusion-dmg-bonus",
          "set": "2 Set",
          "kind": "dmgBonus",
          "element": "fusion",
          "value": 10,
          "target": "self",
          "notes": "Fusion DMG% +10%.",
          "condition": "unconditional"
        },
        {
          "id": "molten-rift:5:set:fusion-dmg-bonus",
          "set": "5 Set",
          "kind": "dmgBonus",
          "element": "fusion",
          "value": 30,
          "target": "self",
          "durationSec": 15,
          "triggers": [
            "skill"
          ],
          "notes": "Upon using Resonance Skill, Fusion DMG increases by 30% for 15s.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "void-thunder",
      "name": "Void Thunder",
      "image": "/images/set/void-thunder.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Electro DMG +10%."
        },
        {
          "label": "5 Set",
          "text": "Upon using Heavy Attack or Resonance Skill, Electro DMG increases by 15%, stacking up to 2 times, each stack lasting for 15s."
        }
      ],
      "buffs": [
        {
          "stat": "Electro DMG Bonus",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "Electro DMG Bonus",
          "value": 30,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "void-thunder:2:set:electro-dmg-bonus",
          "set": "2 Set",
          "kind": "dmgBonus",
          "element": "electro",
          "value": 10,
          "target": "self",
          "notes": "Electro DMG +10%.",
          "condition": "unconditional"
        },
        {
          "id": "void-thunder:5:set:electro-dmg-bonus:stacking",
          "set": "5 Set",
          "kind": "dmgBonus",
          "element": "electro",
          "value": 30,
          "target": "self",
          "durationSec": 15,
          "triggers": [
            "heavy",
            "skill"
          ],
          "stacking": {
            "perStack": 15,
            "maxStacks": 2
          },
          "notes": "Upon using Heavy Attack or Resonance Skill, Electro DMG increases by 15%, stacking up to 2 times, each stack lasting for 15s.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "sierra-gale",
      "name": "Sierra Gale",
      "image": "/images/set/sierra-gale.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Aero DMG +10%."
        },
        {
          "label": "5 Set",
          "text": "Upon using Intro Skill, Aero DMG increases by 30% for 15s."
        }
      ],
      "buffs": [
        {
          "stat": "Aero DMG Bonus",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "Aero DMG Bonus",
          "value": 30,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "sierra-gale:2:set:aero-dmg-bonus",
          "set": "2 Set",
          "kind": "dmgBonus",
          "element": "aero",
          "value": 10,
          "target": "self",
          "notes": "Aero DMG +10%.",
          "condition": "unconditional"
        },
        {
          "id": "sierra-gale:5:set:aero-dmg-bonus",
          "set": "5 Set",
          "kind": "dmgBonus",
          "element": "aero",
          "value": 30,
          "target": "self",
          "durationSec": 15,
          "triggers": [
            "intro"
          ],
          "notes": "Upon using Intro Skill, Aero DMG increases by 30% for 15s.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "celestial-light",
      "name": "Celestial Light",
      "image": "/images/set/celestial-light.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Spectro DMG +10%."
        },
        {
          "label": "5 Set",
          "text": "Upon using Intro Skill, Spectro DMG increases by 30% for 15s."
        }
      ],
      "buffs": [
        {
          "stat": "Spectro DMG Bonus",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "Spectro DMG Bonus",
          "value": 30,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "celestial-light:2:set:spectro-dmg-bonus",
          "set": "2 Set",
          "kind": "dmgBonus",
          "element": "spectro",
          "value": 10,
          "target": "self",
          "notes": "Spectro DMG +10%.",
          "condition": "unconditional"
        },
        {
          "id": "celestial-light:5:set:spectro-dmg-bonus",
          "set": "5 Set",
          "kind": "dmgBonus",
          "element": "spectro",
          "value": 30,
          "target": "self",
          "durationSec": 15,
          "triggers": [
            "intro"
          ],
          "notes": "Upon using Intro Skill, Spectro DMG increases by 30% for 15s.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "havoc-eclipse",
      "name": "Havoc Eclipse",
      "image": "/images/set/havoc-eclipse.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Havoc DMG +10%."
        },
        {
          "label": "5 Set",
          "text": "Upon using Basic Attack or Heavy Attack, Havoc DMG increases by 7.5%, stacking up to four times for 15s."
        }
      ],
      "buffs": [
        {
          "stat": "Havoc DMG Bonus",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "Havoc DMG Bonus",
          "value": 30,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "havoc-eclipse:2:set:havoc-dmg-bonus",
          "set": "2 Set",
          "kind": "dmgBonus",
          "element": "havoc",
          "value": 10,
          "target": "self",
          "notes": "Havoc DMG +10%.",
          "condition": "unconditional"
        },
        {
          "id": "havoc-eclipse:5:set:havoc-dmg-bonus:stacking",
          "set": "5 Set",
          "kind": "dmgBonus",
          "element": "havoc",
          "value": 30,
          "target": "self",
          "durationSec": 15,
          "triggers": [
            "basic",
            "heavy"
          ],
          "stacking": {
            "perStack": 7.5,
            "maxStacks": 4
          },
          "notes": "Upon using Basic Attack or Heavy Attack, Havoc DMG increases by 7.5%, stacking up to four times for 15s.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "rejuvenating-glow",
      "name": "Rejuvenating Glow",
      "image": "/images/set/rejuvenating-glow.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Healing +10%."
        },
        {
          "label": "5 Set",
          "text": "Upon healing allies, increase ATK of the entire team by 15%, lasting 30s."
        }
      ],
      "buffs": [
        {
          "stat": "Healing Bonus",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "ATK%",
          "value": 15,
          "type": "percentage",
          "set": "5 Set",
          "target": "both"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "rejuvenating-glow:2:set:healing-bonus",
          "set": "2 Set",
          "kind": "healingBonus",
          "value": 10,
          "target": "self",
          "notes": "Healing +10%.",
          "condition": "unconditional"
        },
        {
          "id": "rejuvenating-glow:5:set:team-atkPct",
          "set": "5 Set",
          "kind": "atkPct",
          "value": 15,
          "target": "team",
          "durationSec": 30,
          "triggers": [
            "healing"
          ],
          "notes": "Upon healing allies, increase ATK of the entire team by 15%, lasting 30s.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "moonlit-clouds",
      "name": "Moonlit Clouds",
      "image": "/images/set/moonlit-clouds.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Energy Regen +10%."
        },
        {
          "label": "5 Set",
          "text": "Upon using Outro Skill, ATK of the next Resonator increases by 22.5% for 15s."
        }
      ],
      "buffs": [
        {
          "stat": "Energy Regen",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "ATK%",
          "value": 22.5,
          "type": "percentage",
          "set": "5 Set",
          "target": "team"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "moonlit-clouds:2:set:energy-regen",
          "set": "2 Set",
          "kind": "energyRegen",
          "value": 10,
          "target": "self",
          "notes": "Energy Regen +10%.",
          "condition": "unconditional"
        },
        {
          "id": "moonlit-clouds:5:set:next-atkPct",
          "set": "5 Set",
          "kind": "atkPct",
          "value": 22.5,
          "target": "next",
          "durationSec": 15,
          "triggers": [
            "outro"
          ],
          "notes": "Upon using Outro Skill, ATK of the next Resonator increases by 22.5% for 15s.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "lingering-tunes",
      "name": "Lingering Tunes",
      "image": "/images/set/lingering-tunes.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "ATK +10%."
        },
        {
          "label": "5 Set",
          "text": "While on the field, ATK increases by 5% every 1.5s, stacking up to 4 times. Outro Skill DMG increases by 60%."
        }
      ],
      "buffs": [
        {
          "stat": "ATK%",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "ATK%",
          "value": 20,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "lingering-tunes:2:set:atkPct",
          "set": "2 Set",
          "kind": "atkPct",
          "value": 10,
          "target": "self",
          "notes": "ATK +10%.",
          "condition": "unconditional"
        },
        {
          "id": "lingering-tunes:5:set:atkPct:stacking",
          "set": "5 Set",
          "kind": "atkPct",
          "value": 20,
          "target": "self",
          "stacking": {
            "perStack": 5,
            "maxStacks": 4
          },
          "notes": "While on the field, ATK increases by 5% every 1.5s, stacking up to 4 times. Outro Skill DMG increases by 60%.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "frosty-resolve",
      "name": "Frosty Resolve",
      "image": "/images/set/frosty-resolve.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Resonance Skill DMG +12%."
        },
        {
          "label": "5 Set",
          "text": "Casting Resonance Skill grants 22.5% Glacio DMG Bonus for 15s and casting Resonance Liberation increases Resonance Skill DMG by 18%, lasting for 5s. This effect stacks up to 2 times."
        }
      ],
      "buffs": [
        {
          "stat": "Resonance Skill DMG Bonus",
          "value": 12,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "Glacio DMG Bonus",
          "value": 22.5,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        },
        {
          "stat": "Resonance Skill DMG Bonus",
          "value": 36,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "frosty-resolve:2:set:skill-dmg-bonus",
          "set": "2 Set",
          "kind": "dmgBonus",
          "attackType": "skill",
          "value": 12,
          "target": "self",
          "notes": "Resonance Skill DMG +12%.",
          "condition": "unconditional"
        },
        {
          "id": "frosty-resolve:5:set:glacio-dmg-bonus",
          "set": "5 Set",
          "kind": "dmgBonus",
          "element": "glacio",
          "value": 22.5,
          "target": "self",
          "durationSec": 15,
          "triggers": [
            "skill"
          ],
          "notes": "Casting Resonance Skill grants 22.5% Glacio DMG Bonus for 15s and casting Resonance Liberation increases Resonance Skill DMG by 18%, lasting for 5s. This effect stacks up to 2 times.",
          "condition": "conditional"
        },
        {
          "id": "frosty-resolve:5:set:skill-dmg-bonus:stacking",
          "set": "5 Set",
          "kind": "dmgBonus",
          "attackType": "skill",
          "value": 36,
          "target": "self",
          "durationSec": 5,
          "triggers": [
            "liberation"
          ],
          "stacking": {
            "perStack": 18,
            "maxStacks": 2
          },
          "notes": "Casting Resonance Skill grants 22.5% Glacio DMG Bonus for 15s and casting Resonance Liberation increases Resonance Skill DMG by 18%, lasting for 5s. This effect stacks up to 2 times.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "eternal-radiance",
      "name": "Eternal Radiance",
      "image": "/images/set/eternal-radiance.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Spectro DMG +10%."
        },
        {
          "label": "5 Set",
          "text": "Inflicting enemies with Spectro Frazzle increases Crit. Rate by 20% for 15s. Attacking enemies with 10 stacks of Spectro Frazzle grants 15% Spectro DMG Bonus for 15s."
        }
      ],
      "buffs": [
        {
          "stat": "Spectro DMG Bonus",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "Crit Rate",
          "value": 20,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        },
        {
          "stat": "Spectro DMG Bonus",
          "value": 15,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "eternal-radiance:2:set:spectro-dmg-bonus",
          "set": "2 Set",
          "kind": "dmgBonus",
          "element": "spectro",
          "value": 10,
          "target": "self",
          "notes": "Spectro DMG +10%.",
          "condition": "unconditional"
        },
        {
          "id": "eternal-radiance:5:set:crit-rate",
          "set": "5 Set",
          "kind": "critRate",
          "value": 20,
          "target": "self",
          "durationSec": 15,
          "notes": "Inflicting enemies with Spectro Frazzle increases Crit. Rate by 20% for 15s. Attacking enemies with 10 stacks of Spectro Frazzle grants 15% Spectro DMG Bonus for 15s.",
          "condition": "conditional"
        },
        {
          "id": "eternal-radiance:5:set:spectro-dmg-bonus",
          "set": "5 Set",
          "kind": "dmgBonus",
          "element": "spectro",
          "value": 15,
          "target": "self",
          "durationSec": 15,
          "notes": "Inflicting enemies with Spectro Frazzle increases Crit. Rate by 20% for 15s. Attacking enemies with 10 stacks of Spectro Frazzle grants 15% Spectro DMG Bonus for 15s.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "midnight-veil",
      "name": "Midnight Veil",
      "image": "/images/set/midnight-veil.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Havoc DMG +10%."
        },
        {
          "label": "5 Set",
          "text": "When Outro Skill is triggered, deal additional 480% Havoc DMG to surrounding enemies, considered Outro Skill DMG, and grant the incoming Resonator 15% Havoc DMG Bonus for 15s."
        }
      ],
      "buffs": [
        {
          "stat": "Havoc DMG Bonus",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "Havoc DMG Bonus",
          "value": 15,
          "type": "percentage",
          "set": "5 Set",
          "target": "team"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "midnight-veil:2:set:havoc-dmg-bonus",
          "set": "2 Set",
          "kind": "dmgBonus",
          "element": "havoc",
          "value": 10,
          "target": "self",
          "notes": "Havoc DMG +10%.",
          "condition": "unconditional"
        },
        {
          "id": "midnight-veil:5:set:incoming-havoc-dmg-bonus",
          "set": "5 Set",
          "kind": "dmgBonus",
          "element": "havoc",
          "value": 15,
          "target": "next",
          "durationSec": 15,
          "triggers": [
            "outro"
          ],
          "notes": "When Outro Skill is triggered, deal additional 480% Havoc DMG to surrounding enemies, considered Outro Skill DMG, and grant the incoming Resonator 15% Havoc DMG Bonus for 15s.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "empyrean-anthem",
      "name": "Empyrean Anthem",
      "image": "/images/set/empyrean-anthem.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Energy Regen +10%."
        },
        {
          "label": "5 Set",
          "text": "Increase the Resonator's Coordinated Attack DMG by 80%. Upon a critical hit of Coordinated Attack, increase the active Resonator's ATK by 20% for 4s."
        }
      ],
      "buffs": [
        {
          "stat": "Energy Regen",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "Coordinated DMG Bonus",
          "value": 80,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        },
        {
          "stat": "ATK%",
          "value": 20,
          "type": "percentage",
          "set": "5 Set",
          "target": "both"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "empyrean-anthem:2:set:energy-regen",
          "set": "2 Set",
          "kind": "energyRegen",
          "value": 10,
          "target": "self",
          "notes": "Energy Regen +10%.",
          "condition": "unconditional"
        },
        {
          "id": "empyrean-anthem:5:set:coordinated-dmg-bonus",
          "set": "5 Set",
          "kind": "dmgBonus",
          "attackType": "coordinated",
          "value": 80,
          "target": "self",
          "notes": "Increase the Resonator's Coordinated Attack DMG by 80%. Upon a critical hit of Coordinated Attack, increase the active Resonator's ATK by 20% for 4s.",
          "condition": "unconditional"
        },
        {
          "id": "empyrean-anthem:5:set:active-atkPct",
          "set": "5 Set",
          "kind": "atkPct",
          "value": 20,
          "target": "active",
          "durationSec": 4,
          "notes": "Increase the Resonator's Coordinated Attack DMG by 80%. Upon a critical hit of Coordinated Attack, increase the active Resonator's ATK by 20% for 4s.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "tidebreaking-courage",
      "name": "Tidebreaking Courage",
      "image": "/images/set/tidebreaking-courage.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Energy Regen +10%."
        },
        {
          "label": "5 Set",
          "text": "Increase the Resonator's ATK by 15%. Reaching 250% Energy Regen increases all Attribute DMG by 30% for the Resonator."
        }
      ],
      "buffs": [
        {
          "stat": "Energy Regen",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "ATK%",
          "value": 15,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        },
        {
          "stat": "Attribute DMG Bonus",
          "value": 30,
          "type": "percentage",
          "set": "5 Set",
          "target": "self",
          "requiresEnergyRegenPct": 250
        }
      ],
      "calculatorBuffs": [
        {
          "id": "tidebreaking-courage:2:set:energy-regen",
          "set": "2 Set",
          "kind": "energyRegen",
          "value": 10,
          "target": "self",
          "notes": "Energy Regen +10%.",
          "condition": "unconditional"
        },
        {
          "id": "tidebreaking-courage:5:set:atkPct",
          "set": "5 Set",
          "kind": "atkPct",
          "value": 15,
          "target": "self",
          "notes": "Increase the Resonator's ATK by 15%.",
          "condition": "unconditional"
        },
        {
          "id": "tidebreaking-courage:5:set:attribute-dmg-bonus:requires-250-energy-regen",
          "set": "5 Set",
          "kind": "dmgBonus",
          "element": "all",
          "value": 30,
          "target": "self",
          "requiresEnergyRegenPct": 250,
          "notes": "Reaching 250% Energy Regen increases all Attribute DMG by 30% for the Resonator.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "gusts-of-welkin",
      "name": "Gusts of Welkin",
      "image": "/images/set/gusts-of-welkin.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Aero DMG +10%."
        },
        {
          "label": "5 Set",
          "text": "Inflicting Aero Erosion upon enemies increases Aero DMG for all Resonators in the team by 15%, and for the Resonator triggering this effect by an additional 15%, lasting for 20s."
        }
      ],
      "buffs": [
        {
          "stat": "Aero DMG Bonus",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "Aero DMG Bonus",
          "value": 15,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        },
        {
          "stat": "Aero DMG Bonus",
          "value": 15,
          "type": "percentage",
          "set": "5 Set",
          "target": "both"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "gusts-of-welkin:2:set:aero-dmg-bonus",
          "set": "2 Set",
          "kind": "dmgBonus",
          "element": "aero",
          "value": 10,
          "target": "self",
          "notes": "Aero DMG +10%.",
          "condition": "unconditional"
        },
        {
          "id": "gusts-of-welkin:5:set:team-aero-dmg-bonus",
          "set": "5 Set",
          "kind": "dmgBonus",
          "element": "aero",
          "value": 15,
          "target": "team",
          "durationSec": 20,
          "notes": "Inflicting Aero Erosion upon enemies increases Aero DMG for all Resonators in the team by 15%, and for the Resonator triggering this effect by an additional 15%, lasting for 20s.",
          "condition": "conditional"
        },
        {
          "id": "gusts-of-welkin:5:set:self-aero-dmg-bonus",
          "set": "5 Set",
          "kind": "dmgBonus",
          "element": "aero",
          "value": 15,
          "target": "self",
          "durationSec": 20,
          "notes": "Inflicting Aero Erosion upon enemies increases Aero DMG for all Resonators in the team by 15%, and for the Resonator triggering this effect by an additional 15%, lasting for 20s.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "flaming-clawprint",
      "name": "Flaming Clawprint",
      "image": "/images/set/flaming-clawprint.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Fusion DMG +10%."
        },
        {
          "label": "5 Set",
          "text": "Casting Resonance Liberation grants all Resonators in the team 15% Fusion DMG Bonus and the caster 20% Resonance Liberation DMG Bonus, lasting for 35s."
        }
      ],
      "buffs": [
        {
          "stat": "Fusion DMG Bonus",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "Fusion DMG Bonus",
          "value": 15,
          "type": "percentage",
          "set": "5 Set",
          "target": "both"
        },
        {
          "stat": "Resonance Liberation DMG Bonus",
          "value": 20,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "flaming-clawprint:2:set:fusion-dmg-bonus",
          "set": "2 Set",
          "kind": "dmgBonus",
          "element": "fusion",
          "value": 10,
          "target": "self",
          "notes": "Fusion DMG +10%.",
          "condition": "unconditional"
        },
        {
          "id": "flaming-clawprint:5:set:team-fusion-dmg-bonus",
          "set": "5 Set",
          "kind": "dmgBonus",
          "element": "fusion",
          "value": 15,
          "target": "both",
          "durationSec": 35,
          "triggers": [
            "liberation"
          ],
          "notes": "Casting Resonance Liberation grants all Resonators in the team 15% Fusion DMG Bonus and the caster 20% Resonance Liberation DMG Bonus, lasting for 35s.",
          "condition": "conditional"
        },
        {
          "id": "flaming-clawprint:5:set:liberation-dmg-bonus",
          "set": "5 Set",
          "kind": "dmgBonus",
          "attackType": "liberation",
          "value": 20,
          "target": "self",
          "durationSec": 35,
          "triggers": [
            "liberation"
          ],
          "notes": "Casting Resonance Liberation grants all Resonators in the team 15% Fusion DMG Bonus and the caster 20% Resonance Liberation DMG Bonus, lasting for 35s.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "windward-pilgrimage",
      "name": "Windward Pilgrimage",
      "image": "/images/set/windward-pilgrimage.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Aero DMG +10%."
        },
        {
          "label": "5 Set",
          "text": "Hitting a target with Aero Erosion increases Crit. Rate by 10% and grants 30% Aero DMG Bonus, lasting for 10s."
        }
      ],
      "buffs": [
        {
          "stat": "Aero DMG Bonus",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "Crit Rate",
          "value": 10,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        },
        {
          "stat": "Aero DMG Bonus",
          "value": 30,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "windward-pilgrimage:2:set:aero-dmg-bonus",
          "set": "2 Set",
          "kind": "dmgBonus",
          "element": "aero",
          "value": 10,
          "target": "self",
          "notes": "Aero DMG +10%.",
          "condition": "unconditional"
        },
        {
          "id": "windward-pilgrimage:5:set:crit-rate",
          "set": "5 Set",
          "kind": "critRate",
          "value": 10,
          "target": "self",
          "durationSec": 10,
          "notes": "Hitting a target with Aero Erosion increases Crit. Rate by 10% and grants 30% Aero DMG Bonus, lasting for 10s.",
          "condition": "conditional"
        },
        {
          "id": "windward-pilgrimage:5:set:aero-dmg-bonus",
          "set": "5 Set",
          "kind": "dmgBonus",
          "element": "aero",
          "value": 30,
          "target": "self",
          "durationSec": 10,
          "notes": "Hitting a target with Aero Erosion increases Crit. Rate by 10% and grants 30% Aero DMG Bonus, lasting for 10s.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "dream-of-the-lost",
      "name": "Dream of the Lost",
      "image": "/images/set/dream-of-the-lost.webp",
      "effects": [
        {
          "label": "3 Set",
          "text": "Holding 0 Resonance Energy increases Crit. Rate by 20% and grants 35% Echo Skill DMG Bonus."
        }
      ],
      "buffs": [
        {
          "stat": "Crit Rate",
          "value": 20,
          "type": "percentage",
          "set": "3 Set",
          "target": "self"
        },
        {
          "stat": "Echo Skill DMG Bonus",
          "value": 35,
          "type": "percentage",
          "set": "3 Set",
          "target": "self"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "dream-of-the-lost:3:set:crit-rate",
          "set": "3 Set",
          "kind": "critRate",
          "value": 20,
          "target": "self",
          "notes": "Holding 0 Resonance Energy increases Crit. Rate by 20% and grants 35% Echo Skill DMG Bonus.",
          "condition": "conditional"
        },
        {
          "id": "dream-of-the-lost:3:set:echo-skill-dmg-bonus",
          "set": "3 Set",
          "kind": "dmgBonus",
          "attackType": "echo",
          "value": 35,
          "target": "self",
          "notes": "Holding 0 Resonance Energy increases Crit. Rate by 20% and grants 35% Echo Skill DMG Bonus.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "crown-of-valor",
      "name": "Crown of Valor",
      "image": "/images/set/crown-of-valor.webp",
      "effects": [
        {
          "label": "3 Set",
          "text": "Upon gaining a Shield, increase the Resonator's ATK by 6% and Crit. DMG by 4% for 4s. This effect can be triggered once every 0.5s and stacks up to 5 times."
        }
      ],
      "buffs": [
        {
          "stat": "ATK%",
          "value": 30,
          "type": "percentage",
          "set": "3 Set",
          "target": "self"
        },
        {
          "stat": "Crit DMG",
          "value": 20,
          "type": "percentage",
          "set": "3 Set",
          "target": "self"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "crown-of-valor:3:set:atkPct:stacking",
          "set": "3 Set",
          "kind": "atkPct",
          "value": 30,
          "target": "self",
          "durationSec": 4,
          "stacking": {
            "perStack": 6,
            "maxStacks": 5
          },
          "notes": "Upon gaining a Shield, increase the Resonator's ATK by 6% and Crit. DMG by 4% for 4s. This effect can be triggered once every 0.5s and stacks up to 5 times.",
          "condition": "conditional"
        },
        {
          "id": "crown-of-valor:3:set:crit-dmg:stacking",
          "set": "3 Set",
          "kind": "critDmg",
          "value": 20,
          "target": "self",
          "durationSec": 4,
          "stacking": {
            "perStack": 4,
            "maxStacks": 5
          },
          "notes": "Upon gaining a Shield, increase the Resonator's ATK by 6% and Crit. DMG by 4% for 4s. This effect can be triggered once every 0.5s and stacks up to 5 times.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "law-of-harmony",
      "name": "Law of Harmony",
      "image": "/images/set/law-of-harmony.webp",
      "effects": [
        {
          "label": "3 Set",
          "text": "Casting Echo Skill grants 30% Heavy Attack DMG Bonus to the caster for 4s. Additionally, all Resonators in the team gain 4% Echo Skill DMG Bonus for 30s, stacking up to 4 times. Echoes of the same name can only trigger this effect once. The record of Echo triggering this effect is cleared along with this effect. At 4 stacks, casting Echo Skill again resets the duration of this effect."
        }
      ],
      "buffs": [
        {
          "stat": "Heavy Attack DMG Bonus",
          "value": 30,
          "type": "percentage",
          "set": "3 Set",
          "target": "self"
        },
        {
          "stat": "Echo Skill DMG Bonus",
          "value": 16,
          "type": "percentage",
          "set": "3 Set",
          "target": "both"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "law-of-harmony:3:set:heavy-attack-dmg-bonus",
          "set": "3 Set",
          "kind": "dmgBonus",
          "attackType": "heavy",
          "value": 30,
          "target": "self",
          "durationSec": 4,
          "notes": "Casting Echo Skill grants 30% Heavy Attack DMG Bonus to the caster for 4s. Additionally, all Resonators in the team gain 4% Echo Skill DMG Bonus for 30s, stacking up to 4 times. Echoes of the same name can only trigger this effect once. The record of Echo triggering this effect is cleared along with this effect. At 4 stacks, casting Echo Skill again resets the duration of this effect.",
          "condition": "conditional"
        },
        {
          "id": "law-of-harmony:3:set:team-echo-skill-dmg-bonus:stacking",
          "set": "3 Set",
          "kind": "dmgBonus",
          "attackType": "echo",
          "value": 16,
          "target": "both",
          "durationSec": 30,
          "stacking": {
            "perStack": 4,
            "maxStacks": 4
          },
          "notes": "Casting Echo Skill grants 30% Heavy Attack DMG Bonus to the caster for 4s. Additionally, all Resonators in the team gain 4% Echo Skill DMG Bonus for 30s, stacking up to 4 times. Echoes of the same name can only trigger this effect once. The record of Echo triggering this effect is cleared along with this effect. At 4 stacks, casting Echo Skill again resets the duration of this effect.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "flamewings-shadow",
      "name": "Flamewing's Shadow",
      "image": "/images/set/flamewings-shadow.webp",
      "effects": [
        {
          "label": "3 Set",
          "text": "Dealing Echo Skill DMG increases Heavy Attack Crit. Rate by 20% for 6s. Dealing Heavy Attack DMG increases Echo Skill Crit. Rate by 20% for 6s. While both effects are active, gain 16% Fusion DMG Bonus."
        }
      ],
      "buffs": [
        {
          "stat": "Crit Rate",
          "value": 20,
          "type": "percentage",
          "set": "3 Set",
          "target": "self"
        },
        {
          "stat": "Fusion DMG Bonus",
          "value": 16,
          "type": "percentage",
          "set": "3 Set",
          "target": "self"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "flamewings-shadow:3:set:crit-rate",
          "set": "3 Set",
          "kind": "critRate",
          "value": 20,
          "target": "self",
          "notes": "Dealing Echo Skill DMG increases Heavy Attack Crit. Rate by 20% for 6s. Dealing Heavy Attack DMG increases Echo Skill Crit. Rate by 20% for 6s. While both effects are active, gain 16% Fusion DMG Bonus.",
          "condition": "conditional"
        },
        {
          "id": "flamewings-shadow:3:set:fusion-dmg-bonus",
          "set": "3 Set",
          "kind": "dmgBonus",
          "element": "fusion",
          "value": 16,
          "target": "self",
          "notes": "Dealing Echo Skill DMG increases Heavy Attack Crit. Rate by 20% for 6s. Dealing Heavy Attack DMG increases Echo Skill Crit. Rate by 20% for 6s. While both effects are active, gain 16% Fusion DMG Bonus.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "thread-of-severed-fate",
      "name": "Thread of Severed Fate",
      "image": "/images/set/thread-of-severed-fate.webp",
      "effects": [
        {
          "label": "3 Set",
          "text": "Inflicting Havoc Bane increases the Resonator's ATK by 20% and grants 30% Resonance Liberation DMG Bonus for 5s."
        }
      ],
      "buffs": [
        {
          "stat": "ATK%",
          "value": 20,
          "type": "percentage",
          "set": "3 Set",
          "target": "self"
        },
        {
          "stat": "Resonance Liberation DMG Bonus",
          "value": 30,
          "type": "percentage",
          "set": "3 Set",
          "target": "self"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "thread-of-severed-fate:3:set:atk-pct",
          "set": "3 Set",
          "kind": "atkPct",
          "value": 20,
          "target": "self",
          "notes": "Inflicting Havoc Bane increases the Resonator's ATK by 20% and grants 30% Resonance Liberation DMG Bonus for 5s.",
          "condition": "conditional"
        },
        {
          "id": "thread-of-severed-fate:3:set:resonance-liberation-dmg-bonus",
          "set": "3 Set",
          "kind": "dmgBonus",
          "attackType": "liberation",
          "value": 30,
          "target": "self",
          "notes": "Inflicting Havoc Bane increases the Resonator's ATK by 20% and grants 30% Resonance Liberation DMG Bonus for 5s.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "pact-of-neonlight-leap",
      "name": "Pact of Neonlight Leap",
      "image": "/images/set/pact-of-neonlight-leap.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Spectro DMG +10%."
        },
        {
          "label": "5 Set",
          "text": "Casting Outro Skill increases the ATK of the incoming Resonator by 15%, with each point of Tune Break Boost additionally increasing ATK by 0.3%, up to 15%. This effect lasts for 15s, or until the Resonator is switched out."
        }
      ],
      "buffs": [
        {
          "stat": "Spectro DMG Bonus",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "ATK%",
          "value": 30,
          "type": "percentage",
          "set": "5 Set",
          "target": "team"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "pact-of-neonlight-leap:2:set:spectro-dmg-bonus",
          "set": "2 Set",
          "kind": "dmgBonus",
          "element": "spectro",
          "value": 10,
          "target": "self",
          "notes": "Spectro DMG +10%.",
          "condition": "unconditional"
        },
        {
          "id": "pact-of-neonlight-leap:5:set:incoming-atkPct",
          "set": "5 Set",
          "kind": "atkPct",
          "value": 15,
          "target": "next",
          "durationSec": 15,
          "triggers": [
            "outro"
          ],
          "notes": "Casting Outro Skill increases the ATK of the incoming Resonator by 15% for 15s, or until switched out.",
          "condition": "conditional"
        },
        {
          "id": "pact-of-neonlight-leap:5:set:incoming-atkPct:tune-break-boost-scaling",
          "set": "5 Set",
          "kind": "atkPct",
          "value": 15,
          "target": "next",
          "durationSec": 15,
          "triggers": [
            "outro"
          ],
          "stacking": {
            "perStack": 0.3,
            "maxStacks": 50
          },
          "notes": "Each point of Tune Break Boost additionally increases ATK by 0.3%, up to 15% (modeled as 0-50 stacks).",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "rite-of-gilded-revelation",
      "name": "Rite of Gilded Revelation",
      "image": "/images/set/rite-of-gilded-revelation.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Spectro DMG +10%."
        },
        {
          "label": "5 Set",
          "text": "Dealing Basic Attack DMG increases Spectro DMG by 10% for 5s, stacking up to 3 times. With 3 stacks, casting Resonance Liberation grants 40% Basic Attack DMG Bonus."
        }
      ],
      "buffs": [
        {
          "stat": "Spectro DMG Bonus",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "Spectro DMG Bonus",
          "value": 30,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        },
        {
          "stat": "Basic Attack DMG Bonus",
          "value": 40,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "rite-of-gilded-revelation:2:set:spectro-dmg-bonus",
          "set": "2 Set",
          "kind": "dmgBonus",
          "element": "spectro",
          "value": 10,
          "target": "self",
          "notes": "Spectro DMG +10%.",
          "condition": "unconditional"
        },
        {
          "id": "rite-of-gilded-revelation:5:set:spectro-dmg-bonus:stacking",
          "set": "5 Set",
          "kind": "dmgBonus",
          "element": "spectro",
          "value": 30,
          "target": "self",
          "durationSec": 5,
          "triggers": [
            "basic"
          ],
          "stacking": {
            "perStack": 10,
            "maxStacks": 3
          },
          "notes": "Dealing Basic Attack DMG increases Spectro DMG by 10% for 5s, stacking up to 3 times.",
          "condition": "conditional"
        },
        {
          "id": "rite-of-gilded-revelation:5:set:basic-dmg-bonus:40",
          "set": "5 Set",
          "kind": "dmgBonus",
          "element": "all",
          "attackType": "basic",
          "groupAttackType": "liberation",
          "value": 40,
          "target": "self",
          "triggers": [
            "liberation"
          ],
          "notes": "With 3 stacks of the Spectro DMG effect, casting Resonance Liberation grants 40% Basic Attack DMG Bonus to Resonance Liberation hits that are considered Basic Attack DMG. (3-stack condition not simulated; treat as manual toggle.)",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "halo-of-starry-radiance",
      "name": "Halo of Starry Radiance",
      "image": "/images/set/halo-of-starry-radiance.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Healing Bonus +10%."
        },
        {
          "label": "5 Set",
          "text": "When healing a Resonator in the team, every 1% of Off-Tune Buildup Rate grants a 0.2% ATK increase to all Resonators in the team for 4s, up to 25%. Effects of the same name cannot be stacked."
        }
      ],
      "buffs": [
        {
          "stat": "Healing Bonus",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "ATK%",
          "value": 25,
          "type": "percentage",
          "set": "5 Set",
          "target": "team"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "halo-of-starry-radiance:2:set:healing-bonus",
          "set": "2 Set",
          "kind": "healingBonus",
          "value": 10,
          "target": "self",
          "notes": "Healing Bonus +10%.",
          "condition": "unconditional"
        },
        {
          "id": "halo-of-starry-radiance:5:set:team-atkPct:off-tune-scaling",
          "set": "5 Set",
          "kind": "atkPct",
          "value": 25,
          "target": "team",
          "durationSec": 4,
          "triggers": [
            "healing"
          ],
          "stacking": {
            "perStack": 0.2,
            "maxStacks": 125
          },
          "notes": "Every 1% Off-Tune Buildup Rate grants a 0.2% ATK increase to all Resonators in the team for 4s, up to 25%. (Off-Tune Buildup Rate not simulated; modeled as 0-125 stacks.)",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "trailblazing-star",
      "name": "Trailblazing Star",
      "image": "/images/set/trailblazing-star.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Fusion DMG% +10%."
        },
        {
          "label": "5 Set",
          "text": "Inflicting Fusion Burst or Tune Rupture - Shifting increases the Resonator's Crit. Rate by 20% and grants 20% Fusion DMG Bonus for 8s."
        }
      ],
      "buffs": [
        {
          "stat": "Fusion DMG Bonus",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "Crit Rate",
          "value": 20,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        },
        {
          "stat": "Fusion DMG Bonus",
          "value": 20,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "trailblazing-star:2:set:fusion-dmg-bonus",
          "set": "2 Set",
          "kind": "dmgBonus",
          "element": "fusion",
          "value": 10,
          "target": "self",
          "notes": "Fusion DMG% +10%.",
          "condition": "unconditional"
        },
        {
          "id": "trailblazing-star:5:set:crit-rate",
          "set": "5 Set",
          "kind": "critRate",
          "value": 20,
          "target": "self",
          "durationSec": 8,
          "notes": "Inflicting Fusion Burst or Tune Rupture - Shifting increases the Resonator's Crit. Rate by 20% and grants 20% Fusion DMG Bonus for 8s.",
          "condition": "conditional"
        },
        {
          "id": "trailblazing-star:5:set:fusion-dmg-bonus",
          "set": "5 Set",
          "kind": "dmgBonus",
          "element": "fusion",
          "value": 20,
          "target": "self",
          "durationSec": 8,
          "notes": "Inflicting Fusion Burst or Tune Rupture - Shifting increases the Resonator's Crit. Rate by 20% and grants 20% Fusion DMG Bonus for 8s.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "chromatic-foam",
      "name": "Chromatic Foam",
      "image": "/images/set/chromatic-foam.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Fusion DMG% +10%."
        },
        {
          "label": "5 Set",
          "text": "When the Resonator inflicts Fusion Burst on enemies, gain 10% Fusion DMG Bonus for 15s. While this effect is active, casting an Outro Skill grants the incoming Resonator 25% Fusion DMG Bonus for 15s."
        }
      ],
      "buffs": [
        {
          "stat": "Fusion DMG Bonus",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "Fusion DMG Bonus",
          "value": 10,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        },
        {
          "stat": "Fusion DMG Bonus",
          "value": 25,
          "type": "percentage",
          "set": "5 Set",
          "target": "team"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "chromatic-foam:2:set:fusion-dmg-bonus",
          "set": "2 Set",
          "kind": "dmgBonus",
          "element": "fusion",
          "value": 10,
          "target": "self",
          "notes": "Fusion DMG% +10%.",
          "condition": "unconditional"
        },
        {
          "id": "chromatic-foam:5:set:fusion-dmg-bonus",
          "set": "5 Set",
          "kind": "dmgBonus",
          "element": "fusion",
          "value": 10,
          "target": "self",
          "durationSec": 15,
          "notes": "When the Resonator inflicts Fusion Burst on enemies, gain 10% Fusion DMG Bonus for 15s. While this effect is active, casting an Outro Skill grants the incoming Resonator 25% Fusion DMG Bonus for 15s.",
          "condition": "conditional"
        },
        {
          "id": "chromatic-foam:5:set:incoming-fusion-dmg-bonus",
          "set": "5 Set",
          "kind": "dmgBonus",
          "element": "fusion",
          "value": 25,
          "target": "next",
          "durationSec": 15,
          "triggers": [
            "outro"
          ],
          "notes": "When the Resonator inflicts Fusion Burst on enemies, gain 10% Fusion DMG Bonus for 15s. While this effect is active, casting an Outro Skill grants the incoming Resonator 25% Fusion DMG Bonus for 15s.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "sound-of-true-name",
      "name": "Sound of True Name",
      "image": "/images/set/sound-of-true-name.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Aero DMG +10%."
        },
        {
          "label": "5 Set",
          "text": "Dealing Echo Skill DMG to enemies increases the Resonator's Echo Skill Crit. Rate by 20%, and grants 15% Aero DMG Bonus for 5s."
        }
      ],
      "buffs": [
        {
          "stat": "Aero DMG Bonus",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "Crit Rate",
          "value": 20,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        },
        {
          "stat": "Aero DMG Bonus",
          "value": 15,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "sound-of-true-name:2:set:aero-dmg-bonus",
          "set": "2 Set",
          "kind": "dmgBonus",
          "element": "aero",
          "value": 10,
          "target": "self",
          "notes": "Aero DMG +10%.",
          "condition": "unconditional"
        },
        {
          "id": "sound-of-true-name:5:set:crit-rate",
          "set": "5 Set",
          "kind": "critRate",
          "attackType": "echo",
          "value": 20,
          "target": "self",
          "durationSec": 5,
          "notes": "Dealing Echo Skill DMG to enemies increases the Resonator's Echo Skill Crit. Rate by 20%, and grants 15% Aero DMG Bonus for 5s.",
          "condition": "conditional"
        },
        {
          "id": "sound-of-true-name:5:set:aero-dmg-bonus",
          "set": "5 Set",
          "kind": "dmgBonus",
          "element": "aero",
          "value": 15,
          "target": "self",
          "durationSec": 5,
          "notes": "Dealing Echo Skill DMG to enemies increases the Resonator's Echo Skill Crit. Rate by 20%, and grants 15% Aero DMG Bonus for 5s.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "wishes-of-quiet-snowfall",
      "name": "Wishes of Quiet Snowfall",
      "image": "/images/set/wishes-of-quiet-snowfall.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Glacio DMG +10%."
        },
        {
          "label": "5 Set",
          "text": "Inflicting Glacio Chafe on enemies increases Glacio DMG dealt by 10% for 15s. The Resonator gains the Snowfall effect for 15s, which can be triggered once every 25s. While Snowfall is active: dealing Resonance Liberation DMG removes Snowfall and increases the Resonator's Crit. Rate by 25% for 6s (extendable up to 30s via Liberation DMG); or casting Outro Skill removes Snowfall and grants 25% Glacio DMG Bonus to the incoming Resonator for 15s. Only one of these effects can be triggered when Snowfall is removed."
        }
      ],
      "buffs": [
        {
          "stat": "Glacio DMG Bonus",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "Glacio DMG Bonus",
          "value": 10,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        },
        {
          "stat": "Crit Rate",
          "value": 25,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        },
        {
          "stat": "Glacio DMG Bonus",
          "value": 25,
          "type": "percentage",
          "set": "5 Set",
          "target": "team"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "wishes-of-quiet-snowfall:2:set:glacio-dmg-bonus",
          "set": "2 Set",
          "kind": "dmgBonus",
          "element": "glacio",
          "value": 10,
          "target": "self",
          "notes": "Glacio DMG +10%.",
          "condition": "unconditional"
        },
        {
          "id": "wishes-of-quiet-snowfall:5:set:glacio-dmg-bonus:chafe",
          "set": "5 Set",
          "kind": "dmgBonus",
          "element": "glacio",
          "value": 10,
          "target": "self",
          "durationSec": 15,
          "notes": "Inflicting Glacio Chafe on enemies increases Glacio DMG dealt by 10% for 15s.",
          "condition": "conditional"
        },
        {
          "id": "wishes-of-quiet-snowfall:5:set:crit-rate:liberation-route",
          "set": "5 Set",
          "kind": "critRate",
          "value": 25,
          "target": "self",
          "durationSec": 6,
          "triggers": [
            "liberation"
          ],
          "notes": "While Snowfall is active: dealing Resonance Liberation DMG removes Snowfall and increases Crit. Rate by 25% for 6s (extendable up to 30s). Only one route can be triggered.",
          "condition": "conditional"
        },
        {
          "id": "wishes-of-quiet-snowfall:5:set:incoming-glacio-dmg-bonus:outro-route",
          "set": "5 Set",
          "kind": "dmgBonus",
          "element": "glacio",
          "value": 25,
          "target": "next",
          "durationSec": 15,
          "triggers": [
            "outro"
          ],
          "notes": "While Snowfall is active: casting Outro Skill removes Snowfall and grants 25% Glacio DMG Bonus to the incoming Resonator for 15s. Only one route can be triggered.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "reel-of-spliced-memories",
      "name": "Reel of Spliced Memories",
      "image": "/images/set/reel-of-spliced-memories.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "ATK +10%."
        },
        {
          "label": "5 Set",
          "text": "Inflicting Tune Rupture - Shifting or Tune Strain - Shifting on enemies increases the Tune Break Boost of Resonators in the team by 20 for 30s. Effects of the same name do not stack."
        }
      ],
      "buffs": [
        {
          "stat": "ATK%",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "Tune Break Boost",
          "value": 20,
          "type": "flat",
          "set": "5 Set",
          "target": "both"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "reel-of-spliced-memories:2:set:atkPct",
          "set": "2 Set",
          "kind": "atkPct",
          "value": 10,
          "target": "self",
          "notes": "ATK +10%.",
          "condition": "unconditional"
        },
        {
          "id": "reel-of-spliced-memories:5:set:team-tune-break-boost",
          "set": "5 Set",
          "kind": "tuneBreakBoost",
          "value": 20,
          "target": "team",
          "durationSec": 30,
          "notes": "Inflicting Tune Rupture - Shifting or Tune Strain - Shifting on enemies increases the Tune Break Boost of Resonators in the team by 20 for 30s. Effects of the same name do not stack.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "shadow-of-shattered-dreams",
      "name": "Shadow of Shattered Dreams",
      "image": "/images/set/shadow-of-shattered-dreams.webp",
      "effects": [
        {
          "label": "1 Set",
          "text": "Inflicting Hack - Shifting on the target grants 35% Basic Attack DMG Bonus and Heavy Attack DMG Bonus for 15s."
        }
      ],
      "buffs": [
        {
          "stat": "Basic Attack DMG Bonus",
          "value": 35,
          "type": "percentage",
          "set": "1 Set",
          "target": "self"
        },
        {
          "stat": "Heavy Attack DMG Bonus",
          "value": 35,
          "type": "percentage",
          "set": "1 Set",
          "target": "self"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "shadow-of-shattered-dreams:1:set:basic-attack-dmg-bonus:hack-shifting",
          "set": "1 Set",
          "kind": "dmgBonus",
          "attackType": "basic",
          "value": 35,
          "target": "self",
          "durationSec": 15,
          "triggers": [
            "hack-shifting"
          ],
          "notes": "Inflicting Hack - Shifting on the target grants 35% Basic Attack DMG Bonus for 15s.",
          "condition": "conditional"
        },
        {
          "id": "shadow-of-shattered-dreams:1:set:heavy-attack-dmg-bonus:hack-shifting",
          "set": "1 Set",
          "kind": "dmgBonus",
          "attackType": "heavy",
          "value": 35,
          "target": "self",
          "durationSec": 15,
          "triggers": [
            "hack-shifting"
          ],
          "notes": "Inflicting Hack - Shifting on the target grants 35% Heavy Attack DMG Bonus for 15s.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "song-of-feathered-trace",
      "name": "Song of Feathered Trace",
      "image": "/images/set/song-of-feathered-trace.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Energy Regen +10%."
        },
        {
          "label": "5 Set",
          "text": "Upon inflicting Havoc Bane, gain Xuanling's Feather, which grants a 20% increase in Crit. Rate and 35% increase in Heavy Attack DMG Bonus to the Resonator, lasting 15s. Upon inflicting Glacio Chafe, gain Chongming's Feather, which grants a 0.1% increase in ATK to Resonators in the team for every 1% of the Resonator's Energy Regen, up to 25%, lasting 10s."
        }
      ],
      "buffs": [
        {
          "stat": "Energy Regen",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "Crit Rate",
          "value": 20,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        },
        {
          "stat": "Heavy Attack DMG Bonus",
          "value": 35,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        },
        {
          "stat": "ATK%",
          "value": 25,
          "type": "percentage",
          "set": "5 Set",
          "target": "both"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "song-of-feathered-trace:2:set:energy-regen",
          "set": "2 Set",
          "kind": "energyRegen",
          "value": 10,
          "target": "self",
          "notes": "Energy Regen +10%.",
          "condition": "unconditional"
        },
        {
          "id": "song-of-feathered-trace:5:set:crit-rate:havoc-bane",
          "set": "5 Set",
          "kind": "critRate",
          "value": 20,
          "target": "self",
          "durationSec": 15,
          "triggers": [
            "havoc-bane"
          ],
          "notes": "Upon inflicting Havoc Bane, gain Xuanling's Feather, which grants a 20% increase in Crit. Rate and 35% increase in Heavy Attack DMG Bonus to the Resonator, lasting 15s.",
          "condition": "conditional"
        },
        {
          "id": "song-of-feathered-trace:5:set:heavy-attack-dmg-bonus:havoc-bane",
          "set": "5 Set",
          "kind": "dmgBonus",
          "attackType": "heavy",
          "value": 35,
          "target": "self",
          "durationSec": 15,
          "triggers": [
            "havoc-bane"
          ],
          "notes": "Upon inflicting Havoc Bane, gain Xuanling's Feather, which grants a 20% increase in Crit. Rate and 35% increase in Heavy Attack DMG Bonus to the Resonator, lasting 15s.",
          "condition": "conditional"
        },
        {
          "id": "song-of-feathered-trace:5:set:team-atkPct:energy-regen-scaling",
          "set": "5 Set",
          "kind": "atkPct",
          "value": 25,
          "target": "both",
          "durationSec": 10,
          "triggers": [
            "glacio-chafe"
          ],
          "stacking": {
            "perStack": 0.1,
            "maxStacks": 250
          },
          "notes": "Upon inflicting Glacio Chafe, gain Chongming's Feather, which grants a 0.1% ATK increase to Resonators in the team for every 1% of the source Resonator's Energy Regen, up to 25%, lasting 10s. Energy Regen is not automatically linked; modeled as 0-250 manual stacks, where each stack represents 1% Energy Regen.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "lamp-of-nether-road",
      "name": "Lamp of Nether Road",
      "image": "/images/set/lamp-of-nether-road.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "HP +10%."
        },
        {
          "label": "5 Set",
          "text": "Upon gaining a Shield, gain 5% increase in Crit. Rate for 5s, max 4 stacks. This effect can be triggered every 0.5s. At max stacks, gain 15% Fusion DMG Bonus."
        }
      ],
      "buffs": [
        {
          "stat": "HP%",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "Crit Rate",
          "value": 20,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        },
        {
          "stat": "Fusion DMG Bonus",
          "value": 15,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "lamp-of-nether-road:2:set:hpPct",
          "set": "2 Set",
          "kind": "hpPct",
          "value": 10,
          "target": "self",
          "notes": "HP +10%.",
          "condition": "unconditional"
        },
        {
          "id": "lamp-of-nether-road:5:set:crit-rate:stacking",
          "set": "5 Set",
          "kind": "critRate",
          "value": 20,
          "target": "self",
          "durationSec": 5,
          "triggers": [
            "shield"
          ],
          "stacking": {
            "perStack": 5,
            "maxStacks": 4
          },
          "notes": "Upon gaining a Shield, gain 5% Crit. Rate for 5s, stacking up to 4 times. This effect can be triggered every 0.5s.",
          "condition": "conditional"
        },
        {
          "id": "lamp-of-nether-road:5:set:fusion-dmg-bonus:max-stacks",
          "set": "5 Set",
          "kind": "dmgBonus",
          "element": "fusion",
          "value": 15,
          "target": "self",
          "durationSec": 5,
          "triggers": [
            "shield"
          ],
          "notes": "At 4 Crit. Rate stacks, gain 15% Fusion DMG Bonus. Enable this separate manual toggle only while the Crit. Rate control is at 4/4 stacks; the calculator does not automatically link the threshold.",
          "condition": "conditional"
        }
      ]
    },
    {
      "id": "heart-of-evils-purge",
      "name": "Heart of Evil's Purge",
      "image": "/images/set/heart-of-evils-purge.webp",
      "effects": [
        {
          "label": "2 Set",
          "text": "Aero DMG +10%."
        },
        {
          "label": "5 Set",
          "text": "Inflicting Tune Strain - Shifting increases Crit. DMG by 20% and Aero DMG Bonus 30% for 15s."
        }
      ],
      "buffs": [
        {
          "stat": "Aero DMG Bonus",
          "value": 10,
          "type": "percentage",
          "set": "2 Set",
          "target": "self"
        },
        {
          "stat": "Crit DMG",
          "value": 20,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        },
        {
          "stat": "Aero DMG Bonus",
          "value": 30,
          "type": "percentage",
          "set": "5 Set",
          "target": "self"
        }
      ],
      "calculatorBuffs": [
        {
          "id": "heart-of-evils-purge:2:set:aero-dmg-bonus",
          "set": "2 Set",
          "kind": "dmgBonus",
          "element": "aero",
          "value": 10,
          "target": "self",
          "notes": "Aero DMG +10%.",
          "condition": "unconditional"
        },
        {
          "id": "heart-of-evils-purge:5:set:crit-dmg:tune-strain-shifting",
          "set": "5 Set",
          "kind": "critDmg",
          "value": 20,
          "target": "self",
          "durationSec": 15,
          "triggers": [
            "tune-strain-shifting"
          ],
          "notes": "Inflicting Tune Strain - Shifting increases Crit. DMG by 20% and Aero DMG Bonus 30% for 15s.",
          "condition": "conditional"
        },
        {
          "id": "heart-of-evils-purge:5:set:aero-dmg-bonus:tune-strain-shifting",
          "set": "5 Set",
          "kind": "dmgBonus",
          "element": "aero",
          "value": 30,
          "target": "self",
          "durationSec": 15,
          "triggers": [
            "tune-strain-shifting"
          ],
          "notes": "Inflicting Tune Strain - Shifting increases Crit. DMG by 20% and Aero DMG Bonus 30% for 15s.",
          "condition": "conditional"
        }
      ]
    }
  ],
  "setCharacters": {
    "molten-rift": [
      "Changli",
      "Brant",
      "Encore",
      "Chixia"
    ],
    "freezing-frost": [
      "Lingyang"
    ],
    "void-thunder": [
      "Xiangli Yao",
      "Calcharo",
      "Lumi"
    ],
    "sierra-gale": [
      "Jiyan",
      "Rover Aero",
      "Yangyang",
      "Iuno",
      "Aalto",
      "Qingxiao"
    ],
    "celestial-light": [
      "Jinhsi"
    ],
    "pact-of-neonlight-leap": [
      "Lynae"
    ],
    "rite-of-gilded-revelation": [
      "Luuk Herssen"
    ],
    "halo-of-starry-radiance": [
      "Mornye"
    ],
    "chromatic-foam": [
      "Denia"
    ],
    "havoc-eclipse": [
      "Camellya",
      "Rover Havoc",
      "Danjin"
    ],
    "rejuvenating-glow": [
      "Shorekeeper",
      "Verina",
      "Baizhi",
      "Rover Aero",
      "Youhu"
    ],
    "moonlit-clouds": [
      "Qiuyuan",
      "Yinlin",
      "Zhezhi",
      "Sanhua",
      "Mortefi",
      "Phoebe",
      "Rover Spectro",
      "Lumi",
      "Roccia",
      "Cantarella",
      "Jianxin",
      "Danjin",
      "Yuanwu",
      "Taoqi",
      "Yangyang",
      "Lucilla"
    ],
    "lingering-tunes": [],
    "frosty-resolve": [
      "Carlotta"
    ],
    "eternal-radiance": [
      "Zani",
      "Phoebe",
      "Rover Spectro"
    ],
    "midnight-veil": [
      "Roccia",
      "Cantarella",
      "Danjin"
    ],
    "empyrean-anthem": [
      "Zhezhi",
      "Cantarella",
      "Mortefi",
      "Yinlin"
    ],
    "tidebreaking-courage": [
      "Brant"
    ],
    "gusts-of-welkin": [
      "Ciaccona"
    ],
    "flaming-clawprint": [
      "Lupa"
    ],
    "windward-pilgrimage": [
      "Cartethyia",
      "Jiyan",
      "Rover Aero",
      "Qingxiao"
    ],
    "dream-of-the-lost": [
      "Phrolova",
      "Lucilla"
    ],
    "crown-of-valor": [
      "Augusta",
      "Iuno"
    ],
    "law-of-harmony": [
      "Qiuyuan"
    ],
    "flamewings-shadow": [
      "Galbrena"
    ],
    "thread-of-severed-fate": [
      "Chisa"
    ],
    "trailblazing-star": [
      "Aemeath"
    ],
    "sound-of-true-name": [
      "Sigrika"
    ],
    "wishes-of-quiet-snowfall": [
      "Hiyuki",
      "Lucilla"
    ],
    "reel-of-spliced-memories": [
      "Denia"
    ],
    "shadow-of-shattered-dreams": [
      "Lucy",
      "Rebecca"
    ],
    "song-of-feathered-trace": [
      "Xuanling",
      "Suisui"
    ],
    "lamp-of-nether-road": [
      "Jingran"
    ],
    "heart-of-evils-purge": [
      "Qingxiao"
    ]
  },
  "echoes": [
    {
      "id": "nightmare-roseshroom",
      "name": "Nightmare: Roseshroom",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/nightmare-roseshroom.webp",
      "cooldown": "15s",
      "description": "Summon a Roseshroom that fires a laser, dealing 41.02% Havoc DMG up to 3 times.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "nightmare-roseshroom:echo-laser",
          "label": "Nightmare: Roseshroom - Laser",
          "mvPct": 41.02,
          "hits": 3,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "thread-of-severed-fate"
      ]
    },
    {
      "id": "nightmare-dwarf-cassowary",
      "name": "Nightmare: Dwarf Cassowary",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/nightmare-dwarf-cassowary.webp",
      "cooldown": "8s",
      "description": "Summon a Dwarf Cassowary that tracks and attacks the enemy, dealing 27.60% Physical DMG 3 time(s).",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "nightmare-dwarf-cassowary:echo-attacks",
          "label": "Nightmare: Dwarf Cassowary - Attacks",
          "mvPct": 27.6,
          "hits": 3,
          "scaling": "ATK",
          "element": "physical",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "thread-of-severed-fate"
      ]
    },
    {
      "id": "nightmare-tick-tack",
      "name": "Nightmare: Tick Tack",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/nightmare-tick-tack.webp",
      "cooldown": "15s",
      "description": "Summon a Tick Tack that charges and bites the enemy. The charge from Tick Tack will deal 49.22% Havoc DMG to the enemy, and the bite will deal 73.83% Havoc DMG to the enemy. Reduces enemy Vibration Strength by up to 5% during 5s.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "nightmare-tick-tack:echo-charge",
          "label": "Nightmare: Tick Tack - Charge",
          "mvPct": 49.22,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "nightmare-tick-tack:echo-bite",
          "label": "Nightmare: Tick Tack - Bite",
          "mvPct": 73.83,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "thread-of-severed-fate"
      ]
    },
    {
      "id": "hecate",
      "name": "Hecate",
      "class": "Calamity",
      "cost": 4,
      "image": "/images/echoes/hecate.webp",
      "cooldown": "20s",
      "description": "Summon 3 twirling Crescent Servants around you. Crescent Servants attack enemies with their spinning blades, dealing 45.59% Havoc DMG. Triggering a Counterattack with the Echo attacks extends the Crescent Servants’ duration. The Resonator with this Echo equipped in the main slot has their Coordinated Attack DMG increased by 40.00%.",
      "buffs": [
        {
          "stat": "Coordinated DMG Bonus",
          "value": 40,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "hecate:echo-crescent-servants",
          "label": "Hecate - Crescent Servants",
          "mvPct": 45.59,
          "hits": 3,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "hecate:main-slot:coordinated-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "coordinated",
          "value": 40,
          "target": "self",
          "notes": "Summon 3 twirling Crescent Servants around you. Crescent Servants attack enemies with their spinning blades, dealing 45.59% Havoc DMG. Triggering a Counterattack with the Echo attacks extends the Crescent Servants’ duration. The Resonator with this Echo equipped in the main slot has their Coordinated Attack DMG increased by 40.00%."
        }
      ],
      "sets": [
        "empyrean-anthem",
        "freezing-frost",
        "molten-rift",
        "void-thunder",
        "sierra-gale",
        "celestial-light",
        "havoc-eclipse"
      ]
    },
    {
      "id": "lampylumen-myriad",
      "name": "Lampylumen Myriad",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/lampylumen-myriad.webp",
      "cooldown": "20s",
      "description": "Transform into Lampylumen Myriad. Perform up to 3 consecutive attacks. Unleash a freezing shock by performing consecutive forward strikes, with the initial two strikes inflicting 200.16% and 200.16% Glacio DMG respectively, and the final strike dealing 266.88% Glacio DMG. Enemies will be frozen on hit. Each shock increases the current character’s Glacio DMG by 4.00% and Resonance Skill DMG dealt by 4.00% for 15s, stacking up to 3 times.",
      "buffs": [
        {
          "stat": "Glacio DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Resonance Skill DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "lampylumen-myriad:echo-forward-strike-1",
          "label": "Lampylumen Myriad - Forward Strike 1",
          "mvPct": 200.16,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "lampylumen-myriad:echo-forward-strike-2",
          "label": "Lampylumen Myriad - Forward Strike 2",
          "mvPct": 200.16,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "lampylumen-myriad:echo-final-strike",
          "label": "Lampylumen Myriad - Final Strike",
          "mvPct": 266.88,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "lampylumen-myriad:self:glacio-dmg-bonus:stacking",
          "kind": "dmgBonus",
          "element": "glacio",
          "value": 12,
          "target": "self",
          "durationSec": 15,
          "stacking": {
            "perStack": 4,
            "maxStacks": 3
          },
          "notes": "Transform into Lampylumen Myriad. Perform up to 3 consecutive attacks. Unleash a freezing shock by performing consecutive forward strikes, with the initial two strikes inflicting 200.16% and 200.16% Glacio DMG respectively, and the final strike dealing 266.88% Glacio DMG. Enemies will be frozen on hit. Each shock increases the current character’s Glacio DMG by 4.00% and Resonance Skill DMG dealt by 4.00% for 15s, stacking up to 3 times."
        },
        {
          "id": "lampylumen-myriad:self:skill-dmg-bonus:stacking",
          "kind": "dmgBonus",
          "attackType": "skill",
          "value": 12,
          "target": "self",
          "durationSec": 15,
          "stacking": {
            "perStack": 4,
            "maxStacks": 3
          },
          "notes": "Transform into Lampylumen Myriad. Perform up to 3 consecutive attacks. Unleash a freezing shock by performing consecutive forward strikes, with the initial two strikes inflicting 200.16% and 200.16% Glacio DMG respectively, and the final strike dealing 266.88% Glacio DMG. Enemies will be frozen on hit. Each shock increases the current character’s Glacio DMG by 4.00% and Resonance Skill DMG dealt by 4.00% for 15s, stacking up to 3 times."
        }
      ],
      "sets": [
        "freezing-frost"
      ]
    },
    {
      "id": "autopuppet-scout",
      "name": "Autopuppet Scout",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/autopuppet-scout.webp",
      "cooldown": "15s",
      "description": "Transform into Autopuppet Scout, dealing 272% Glacio DMG to the surroundings, and generate up to 3 Ice Walls to block off the enemies.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "autopuppet-scout:echo-burst",
          "label": "Autopuppet Scout - Burst",
          "mvPct": 272,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "freezing-frost",
        "celestial-light"
      ]
    },
    {
      "id": "glacio-dreadmane",
      "name": "Glacio Dreadmane",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/glacio-dreadmane.webp",
      "cooldown": "20s",
      "description": "Lacerate enemies as a Glacio Dreadmane, dealing 214.4% Glacio DMG on each hit. Equipped with 2 charges and can be cast mid-air. Glacio Dreadmane deals 20% more DMG while in mid-air and generates 6 Icicles upon landing, each dealing 32% Glacio DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "glacio-dreadmane:echo-lacerate",
          "label": "Glacio Dreadmane - Lacerate",
          "mvPct": 214.4,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ],
          "notes": "Description says 214.4% Glacio DMG on each hit (hit count not specified). Deals 20% more DMG while mid-air. Equipped with 2 charges."
        },
        {
          "id": "glacio-dreadmane:echo-icicle",
          "label": "Glacio Dreadmane - Icicle",
          "mvPct": 32,
          "hits": 6,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ],
          "notes": "Generated upon landing."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "freezing-frost",
        "moonlit-clouds"
      ]
    },
    {
      "id": "lumiscale-construct",
      "name": "Lumiscale Construct",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/lumiscale-construct.webp",
      "cooldown": "15s",
      "description": "Transform into a Lumiscale Construct and enter a Parry Stance. If you are not attacked during the Parry Stance, slash to deal 553.6% Glacio DMG when the stance finishes. If attacked, counterattack instantly, dealing 830.4% Glacio DMG. When hit with a Special Skill attack while in the Parry Stance, break the Special Skill and counterattack, dealing 830.4% Glacio DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "lumiscale-construct:echo-slash",
          "label": "Lumiscale Construct - Slash",
          "mvPct": 553.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "lumiscale-construct:echo-counterattack",
          "label": "Lumiscale Construct - Counterattack",
          "mvPct": 830.4,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "freezing-frost",
        "void-thunder"
      ]
    },
    {
      "id": "roseshroom",
      "name": "Roseshroom",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/roseshroom.webp",
      "cooldown": "15s",
      "description": "Summon a Roseshroom that fires a laser, dealing 57.07% Havoc DMG up to 3 times.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "roseshroom:echo-laser",
          "label": "Roseshroom - Laser",
          "mvPct": 57.07,
          "hits": 3,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "freezing-frost",
        "havoc-eclipse"
      ]
    },
    {
      "id": "tambourinist",
      "name": "Tambourinist",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/tambourinist.webp",
      "cooldown": "15s",
      "description": "Summon a Tambourinist that periodically emits Melodies of Annihilation. Friendly units hit with Melodies of Annihilation deal an extra Havoc DMG of 14.40% with their attacks, up to 10 times.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "tambourinist:echo-melodies-of-annihilation",
          "label": "Tambourinist - Melodies of Annihilation",
          "mvPct": 14.4,
          "hits": 10,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ],
          "trigger": "onAttack",
          "notes": "Friendly units hit with Melodies of Annihilation deal an extra Havoc DMG of 14.40% with their attacks, up to 10 times."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "freezing-frost",
        "havoc-eclipse"
      ]
    },
    {
      "id": "clang-bang",
      "name": "Clang Bang",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/clang-bang.webp",
      "cooldown": "8s",
      "description": "Summon a Clang Bang that follows the enemy and eventually self-combusts, dealing 32.00%+64 Glacio DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "clang-bang:echo-self-combust",
          "label": "Clang Bang - Self-Combust",
          "mvPct": 32,
          "flatDmg": 64,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ],
          "notes": "Hybrid damage listed as 32.00%+64."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "freezing-frost",
        "celestial-light"
      ]
    },
    {
      "id": "excarat",
      "name": "Excarat",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/excarat.webp",
      "cooldown": "2s",
      "description": "Transform into an Excarat and tunnel underground to advance. In this state, you have the ability to change your direction and are immune to damage.",
      "buffs": [],
      "calculatorDamage": [],
      "calculatorBuffs": [],
      "sets": [
        "freezing-frost",
        "havoc-eclipse"
      ]
    },
    {
      "id": "fusion-prism",
      "name": "Fusion Prism",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/fusion-prism.webp",
      "cooldown": "8s",
      "description": "Summon a Fusion Prism to fire a crystal shard, dealing 32%+64 Fusion DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "fusion-prism:echo-crystal-shard",
          "label": "Fusion Prism - Crystal Shard",
          "mvPct": 32,
          "flatDmg": 64,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ],
          "notes": "Hybrid damage listed as 32%+64."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "freezing-frost",
        "molten-rift",
        "lingering-tunes"
      ]
    },
    {
      "id": "glacio-predator",
      "name": "Glacio Predator",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/glacio-predator.webp",
      "cooldown": "8s",
      "description": "Summon a Glacio Predator that throws an ice spear, dealing 46.08% Glacio DMG on hit. Deal 4.61% Glacio DMG up to 10 times during the charging time, and 23.04% Glacio DMG when the spear explodes.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "glacio-predator:echo-ice-spear",
          "label": "Glacio Predator - Ice Spear",
          "mvPct": 46.08,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "glacio-predator:echo-charge",
          "label": "Glacio Predator - Charge",
          "mvPct": 4.61,
          "hits": 10,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ],
          "notes": "Up to 10 times during charging time."
        },
        {
          "id": "glacio-predator:echo-explosion",
          "label": "Glacio Predator - Explosion",
          "mvPct": 23.04,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "freezing-frost",
        "celestial-light"
      ]
    },
    {
      "id": "glacio-prism",
      "name": "Glacio Prism",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/glacio-prism.webp",
      "cooldown": "8s",
      "description": "Summon a Glacio Prism that continuously fires three crystal shards, each dealing 38.40% Glacio DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "glacio-prism:echo-crystal-shard",
          "label": "Glacio Prism - Crystal Shard",
          "mvPct": 38.4,
          "hits": 3,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "freezing-frost",
        "havoc-eclipse",
        "moonlit-clouds"
      ]
    },
    {
      "id": "gulpuff",
      "name": "Gulpuff",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/gulpuff.webp",
      "cooldown": "8s",
      "description": "Summon a Gulpuff that blows bubbles 5 times, each time dealing 5 Glacio DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "gulpuff:echo-bubble",
          "label": "Gulpuff - Bubble",
          "flatDmg": 5,
          "hits": 5,
          "scaling": "none",
          "element": "glacio",
          "damageType": [
            "echo"
          ],
          "notes": "Fixed damage listed as 5 Glacio DMG per bubble."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "freezing-frost",
        "celestial-light"
      ]
    },
    {
      "id": "hoartoise",
      "name": "Hoartoise",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/hoartoise.webp",
      "cooldown": "2s",
      "description": "Transform into Hoartoise and slowly restore HP. Use the Echo skill again to exit the transformation state.",
      "buffs": [],
      "calculatorDamage": [],
      "calculatorBuffs": [],
      "sets": [
        "freezing-frost",
        "celestial-light"
      ]
    },
    {
      "id": "sabyr-boar",
      "name": "Sabyr Boar",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/sabyr-boar.webp",
      "cooldown": "8s",
      "description": "Summon a Sabyr Boar to headbutt the enemy into the air, dealing 32.00%+64 Physical DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "sabyr-boar:echo-headbutt",
          "label": "Sabyr Boar - Headbutt",
          "mvPct": 32,
          "flatDmg": 64,
          "hits": 1,
          "scaling": "ATK",
          "element": "physical",
          "damageType": [
            "echo"
          ],
          "notes": "Hybrid damage listed as 32.00%+64."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "freezing-frost",
        "sierra-gale",
        "moonlit-clouds"
      ]
    },
    {
      "id": "inferno-rider",
      "name": "Inferno Rider",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/inferno-rider.webp",
      "cooldown": "20s",
      "description": "Transform into Inferno Rider to launch up to 3 consecutive slashes in a row, each slash dealing 242.40%, 282.80%, and 282.80% Fusion DMG respectively. After the final hit, increase the current character’s Fusion DMG by 12.00% and Basic Attack DMG by 12.00% for 15s. Long press the Echo Skill to transform into Inferno Rider and enter the Riding Mode. When exiting the Riding Mode, deal 282.80% Fusion DMG to enemies in front.",
      "buffs": [
        {
          "stat": "Fusion DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Basic Attack DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "inferno-rider:echo-slash-1",
          "label": "Inferno Rider - Slash 1",
          "mvPct": 242.4,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "inferno-rider:echo-slash-2",
          "label": "Inferno Rider - Slash 2",
          "mvPct": 282.8,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "inferno-rider:echo-slash-3",
          "label": "Inferno Rider - Slash 3",
          "mvPct": 282.8,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "inferno-rider:echo-exit",
          "label": "Inferno Rider - Exit",
          "mvPct": 282.8,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ],
          "notes": "When exiting Riding Mode."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "inferno-rider:self:fusion-dmg-bonus",
          "kind": "dmgBonus",
          "element": "fusion",
          "value": 12,
          "target": "self",
          "durationSec": 15,
          "notes": "After the final hit, increase the current character’s Fusion DMG by 12.00% and Basic Attack DMG by 12.00% for 15s."
        },
        {
          "id": "inferno-rider:self:basic-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "basic",
          "value": 12,
          "target": "self",
          "durationSec": 15,
          "notes": "After the final hit, increase the current character’s Fusion DMG by 12.00% and Basic Attack DMG by 12.00% for 15s."
        }
      ],
      "sets": [
        "molten-rift"
      ]
    },
    {
      "id": "nightmare-inferno-rider",
      "name": "Nightmare: Inferno Rider",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/nightmare-inferno-rider.webp",
      "cooldown": "25s",
      "description": "Transform into Nightmare: Inferno Rider and jump to attack enemies in front, dealing 405% Fusion DMG. The Resonator with this Echo equipped in their main slot gains 12.00% Fusion DMG Bonus and 12.00% Resonance Skill DMG Bonus. Hold Echo Skill to transform into Nightmare: Inferno Rider and enter Riding Mode. When exiting Riding Mode, deal 283.50% Fusion DMG to enemies in front.",
      "buffs": [
        {
          "stat": "Fusion DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Resonance Skill DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "nightmare-inferno-rider:echo-jump",
          "label": "Nightmare: Inferno Rider - Jump",
          "mvPct": 405,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "nightmare-inferno-rider:echo-exit",
          "label": "Nightmare: Inferno Rider - Exit",
          "mvPct": 283.5,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ],
          "notes": "When exiting Riding Mode."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "nightmare-inferno-rider:main-slot:fusion-dmg-bonus",
          "kind": "dmgBonus",
          "element": "fusion",
          "value": 12,
          "target": "self",
          "notes": "The Resonator with this Echo equipped in their main slot gains 12.00% Fusion DMG Bonus and 12.00% Resonance Skill DMG Bonus."
        },
        {
          "id": "nightmare-inferno-rider:main-slot:skill-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "skill",
          "value": 12,
          "target": "self",
          "notes": "The Resonator with this Echo equipped in their main slot gains 12.00% Fusion DMG Bonus and 12.00% Resonance Skill DMG Bonus."
        }
      ],
      "sets": [
        "molten-rift"
      ]
    },
    {
      "id": "havoc-dreadmane",
      "name": "Havoc Dreadmane",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/havoc-dreadmane.webp",
      "cooldown": "15s",
      "description": "Transform into Havoc Dreadmane to perform tail strikes up to 2 times. Each strike deals 116.64% Havoc DMG. An additional strike will be performed on hit, dealing 77.76% Havoc DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "havoc-dreadmane:echo-tail-strike",
          "label": "Havoc Dreadmane - Tail Strike",
          "mvPct": 116.64,
          "hits": 2,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ],
          "notes": "Up to 2 times."
        },
        {
          "id": "havoc-dreadmane:echo-additional-strike",
          "label": "Havoc Dreadmane - Additional Strike",
          "mvPct": 77.76,
          "hits": 2,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ],
          "notes": "Description says an additional strike is performed on hit; modeled as up to 2 triggers."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "molten-rift",
        "havoc-eclipse"
      ]
    },
    {
      "id": "violet-feathered-heron",
      "name": "Violet-Feathered Heron",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/violet-feathered-heron.webp",
      "cooldown": "15s",
      "description": "Transform into Violet-Feathered Heron and enter a Parry Stance. Counterattack when the Parry stance is over, dealing 288% Electro DMG. If attacked during Parry Stance, you can counterattack in advance and additionally recover 5 Concerto Energy.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "violet-feathered-heron:echo-counterattack",
          "label": "Violet-Feathered Heron - Counterattack",
          "mvPct": 288,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ],
          "notes": "Includes Parry Stance behavior; concerto energy recovery not modeled as a buff kind."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "molten-rift",
        "void-thunder"
      ]
    },
    {
      "id": "viridblaze-saurian",
      "name": "Viridblaze Saurian",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/viridblaze-saurian.webp",
      "cooldown": "15s",
      "description": "Summon a Viridblaze Saurian to continuously spit fire, dealing 17.12% Fusion DMG 10 times.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "viridblaze-saurian:echo-fire-spit",
          "label": "Viridblaze Saurian - Fire Spit",
          "mvPct": 17.12,
          "hits": 10,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "molten-rift",
        "moonlit-clouds"
      ]
    },
    {
      "id": "baby-viridblaze-saurian",
      "name": "Baby Viridblaze Saurian",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/baby-viridblaze-saurian.webp",
      "cooldown": "2s",
      "description": "Transform into Baby Viridblaze Saurian to rest in place, and slowly restore HP.",
      "buffs": [],
      "calculatorDamage": [],
      "calculatorBuffs": [],
      "sets": [
        "molten-rift",
        "void-thunder",
        "lingering-tunes"
      ]
    },
    {
      "id": "electro-predator",
      "name": "Electro Predator",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/electro-predator.webp",
      "cooldown": "8s",
      "description": "Summon an Electro Predator to shoot the enemy 5 times. The first 4 shots deal 17.28% Electro DMG, and the last deals 46.08% Electro DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "electro-predator:echo-shot",
          "label": "Electro Predator - Shot",
          "mvPct": 17.28,
          "hits": 4,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "electro-predator:echo-final-shot",
          "label": "Electro Predator - Final Shot",
          "mvPct": 46.08,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "molten-rift",
        "void-thunder"
      ]
    },
    {
      "id": "fusion-dreadmane",
      "name": "Fusion Dreadmane",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/fusion-dreadmane.webp",
      "cooldown": "8s",
      "description": "Summon a Fusion Dreadmane that fiercely strikes the enemy, dealing 32%+64 Fusion DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "fusion-dreadmane:echo-strike",
          "label": "Fusion Dreadmane - Strike",
          "mvPct": 32,
          "flatDmg": 64,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ],
          "notes": "Hybrid damage listed as 32%+64."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "molten-rift",
        "rejuvenating-glow"
      ]
    },
    {
      "id": "fusion-warrior",
      "name": "Fusion Warrior",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/fusion-warrior.webp",
      "cooldown": "15s",
      "description": "Transform into Fusion Warrior to perform a Counterattack. If the Counterattack is successful, the cooldown time of this skill will be reduced by 70.00%, and 288% Fusion DMG will be dealt.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "fusion-warrior:echo-counterattack",
          "label": "Fusion Warrior - Counterattack",
          "mvPct": 288,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ],
          "notes": "Damage occurs on successful counterattack; cooldown reduction not modeled as a buff kind."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "molten-rift",
        "void-thunder",
        "sierra-gale"
      ]
    },
    {
      "id": "lava-larva",
      "name": "Lava Larva",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/lava-larva.webp",
      "cooldown": "8s",
      "description": "Summon a Lava Larva that continuously attacks enemies, dealing 38.4% Fusion DMG with each hit. The Lava Larva disappears when the summoner is switched out or moves too far away.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "lava-larva:echo-lava-attack",
          "label": "Lava Larva - Lava Attack",
          "mvPct": 38.4,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ],
          "notes": "Hit count not specified (continuous)."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "molten-rift",
        "lingering-tunes"
      ]
    },
    {
      "id": "snip-snap",
      "name": "Snip Snap",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/snip-snap.webp",
      "cooldown": "8s",
      "description": "Summon a Snip Snap that throws fireballs at the enemy, dealing 32%+64 Fusion DMG on-hit.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "snip-snap:echo-fireball",
          "label": "Snip Snap - Fireball",
          "mvPct": 32,
          "flatDmg": 64,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ],
          "notes": "Hybrid damage listed as 32%+64."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "molten-rift",
        "rejuvenating-glow",
        "lingering-tunes"
      ]
    },
    {
      "id": "spectro-prism",
      "name": "Spectro Prism",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/spectro-prism.webp",
      "cooldown": "8s",
      "description": "Summon a Spectro Prism to emit a laser that hits the enemy up to 8 times, dealing 14.40% Spectro DMG each time.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "spectro-prism:echo-laser",
          "label": "Spectro Prism - Laser",
          "mvPct": 14.4,
          "hits": 8,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ],
          "notes": "Up to 8 times."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "molten-rift",
        "void-thunder",
        "celestial-light"
      ]
    },
    {
      "id": "traffic-illuminator",
      "name": "Traffic Illuminator",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/traffic-illuminator.webp",
      "cooldown": "15s",
      "description": "Summon a Traffic Illuminator, immobilizing enemies for up to 1s. The immobilization will be lifted once the enemy is hit.",
      "buffs": [],
      "calculatorDamage": [],
      "calculatorBuffs": [],
      "sets": [
        "molten-rift",
        "void-thunder",
        "sierra-gale"
      ]
    },
    {
      "id": "nightmare-tempest-mephis",
      "name": "Nightmare: Tempest Mephis",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/nightmare-tempest-mephis.webp",
      "cooldown": "25s",
      "description": "Transform into Nightmare: Tempest Mephis and attack surrounding enemies, dealing 405% Electro DMG. The Resonator with this Echo equipped in their main slot gains 12.00% Electro DMG Bonus and 12.00% Resonance Skill DMG Bonus.",
      "buffs": [
        {
          "stat": "Electro DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Resonance Skill DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "nightmare-tempest-mephis:echo-echo-attack",
          "label": "Nightmare: Tempest Mephis - Echo Attack",
          "mvPct": 405,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "nightmare-tempest-mephis:main-slot:electro-dmg-bonus",
          "kind": "dmgBonus",
          "element": "electro",
          "value": 12,
          "target": "self",
          "notes": "The Resonator with this Echo equipped in their main slot gains 12.00% Electro DMG Bonus and 12.00% Resonance Skill DMG Bonus."
        },
        {
          "id": "nightmare-tempest-mephis:main-slot:skill-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "skill",
          "value": 12,
          "target": "self",
          "notes": "The Resonator with this Echo equipped in their main slot gains 12.00% Electro DMG Bonus and 12.00% Resonance Skill DMG Bonus."
        }
      ],
      "sets": [
        "void-thunder",
        "empyrean-anthem"
      ]
    },
    {
      "id": "nightmare-thundering-mephis",
      "name": "Nightmare: Thundering Mephis",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/nightmare-thundering-mephis.webp",
      "cooldown": "25s",
      "description": "Transform into Nightmare: Thundering Mephis and attack enemies in front, dealing 405% Electro DMG. The Resonator with this Echo equipped in their main slot gains 12.00% Electro DMG Bonus and 12.00% Resonance Liberation DMG Bonus.",
      "buffs": [
        {
          "stat": "Electro DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Resonance Liberation DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "nightmare-thundering-mephis:echo-echo-attack",
          "label": "Nightmare: Thundering Mephis - Echo Attack",
          "mvPct": 405,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "nightmare-thundering-mephis:main-slot:electro-dmg-bonus",
          "kind": "dmgBonus",
          "element": "electro",
          "value": 12,
          "target": "self",
          "notes": "The Resonator with this Echo equipped in their main slot gains 12.00% Electro DMG Bonus and 12.00% Resonance Liberation DMG Bonus."
        },
        {
          "id": "nightmare-thundering-mephis:main-slot:liberation-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "liberation",
          "value": 12,
          "target": "self",
          "notes": "The Resonator with this Echo equipped in their main slot gains 12.00% Electro DMG Bonus and 12.00% Resonance Liberation DMG Bonus."
        }
      ],
      "sets": [
        "void-thunder"
      ]
    },
    {
      "id": "tempest-mephis",
      "name": "Tempest Mephis",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/tempest-mephis.webp",
      "cooldown": "20s",
      "description": "Transform into Tempest Mephis to perform tail swing attacks followed by a claw attack. The lightning strike summoned by the tail swing deals 102.48% Electro DMG each time, while the claw attack deals 175.68% Electro DMG. After the claw hit, increase the current character’s Electro DMG by 12.00% and Heavy Attack DMG by 12.00% for 15s.",
      "buffs": [
        {
          "stat": "Electro DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Heavy Attack DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "tempest-mephis:echo-lightning-strike",
          "label": "Tempest Mephis - Lightning Strike",
          "mvPct": 102.48,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ],
          "notes": "Description indicates lightning strike occurs per tail swing; total count not specified."
        },
        {
          "id": "tempest-mephis:echo-claw",
          "label": "Tempest Mephis - Claw",
          "mvPct": 175.68,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "tempest-mephis:self:electro-dmg-bonus",
          "kind": "dmgBonus",
          "element": "electro",
          "value": 12,
          "target": "self",
          "durationSec": 15,
          "notes": "After the claw hit, increase the current character’s Electro DMG by 12.00% and Heavy Attack DMG by 12.00% for 15s."
        },
        {
          "id": "tempest-mephis:self:heavy-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "heavy",
          "value": 12,
          "target": "self",
          "durationSec": 15,
          "notes": "After the claw hit, increase the current character’s Electro DMG by 12.00% and Heavy Attack DMG by 12.00% for 15s."
        }
      ],
      "sets": [
        "void-thunder"
      ]
    },
    {
      "id": "thundering-mephis",
      "name": "Thundering Mephis",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/thundering-mephis.webp",
      "cooldown": "20s",
      "description": "Transform into Thundering Mephis, engaging in a rapid assault of up to 6 strikes. The first 5 strikes deal 132.61% Electro DMG each, while the final strike inflicts 189.44% Electro DMG, with an additional 31.57% Electro DMG from the thunder. After the final hit, increase the current character’s Electro DMG by 12.00% and Resonance Liberation DMG by 12.00% for 15s.",
      "buffs": [
        {
          "stat": "Electro DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Resonance Liberation DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "thundering-mephis:echo-strike",
          "label": "Thundering Mephis - Strike",
          "mvPct": 132.61,
          "hits": 5,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "thundering-mephis:echo-final-strike",
          "label": "Thundering Mephis - Final Strike",
          "mvPct": 189.44,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "thundering-mephis:echo-thunder",
          "label": "Thundering Mephis - Thunder",
          "mvPct": 31.57,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "thundering-mephis:self:electro-dmg-bonus",
          "kind": "dmgBonus",
          "element": "electro",
          "value": 12,
          "target": "self",
          "durationSec": 15,
          "notes": "After the final hit, increase the current character’s Electro DMG by 12.00% and Resonance Liberation DMG by 12.00% for 15s."
        },
        {
          "id": "thundering-mephis:self:liberation-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "liberation",
          "value": 12,
          "target": "self",
          "durationSec": 15,
          "notes": "After the final hit, increase the current character’s Electro DMG by 12.00% and Resonance Liberation DMG by 12.00% for 15s."
        }
      ],
      "sets": [
        "void-thunder"
      ]
    },
    {
      "id": "flautist",
      "name": "Flautist",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/flautist.webp",
      "cooldown": "15s",
      "description": "Transform into Flautist, continuously emitting Electro lasers, dealing 53.2% Electro DMG for a total of 10 times. Gain 1 Concerto Energy every time a hit lands.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "flautist:echo-laser",
          "label": "Flautist - Laser",
          "mvPct": 53.2,
          "hits": 10,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ],
          "notes": "Concerto Energy gain not modeled as a buff kind."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "void-thunder",
        "lingering-tunes"
      ]
    },
    {
      "id": "aero-predator",
      "name": "Aero Predator",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/aero-predator.webp",
      "cooldown": "8s",
      "description": "Summon an Aero Predator that throws a dart forward. The dart will bounce between enemies up to three times, dealing 28.80% Aero DMG each time it hits.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "aero-predator:echo-dart",
          "label": "Aero Predator - Dart",
          "mvPct": 28.8,
          "hits": 3,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ],
          "notes": "Up to three bounces."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "void-thunder",
        "sierra-gale"
      ]
    },
    {
      "id": "fission-junrock",
      "name": "Fission Junrock",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/fission-junrock.webp",
      "cooldown": "15s",
      "description": "Summon a Fission Junrock. Generate a Resonance Effect that restores 2% HP for friendly units each time. If not in combat, you can pick up minerals or plants nearby.",
      "buffs": [],
      "calculatorDamage": [],
      "calculatorBuffs": [],
      "sets": [
        "void-thunder",
        "rejuvenating-glow",
        "moonlit-clouds"
      ]
    },
    {
      "id": "havoc-prism",
      "name": "Havoc Prism",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/havoc-prism.webp",
      "cooldown": "8s",
      "description": "Summon a Havoc Prism to fire five crystal shards, each dealing 23.04% Havoc DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "havoc-prism:echo-crystal-shard",
          "label": "Havoc Prism - Crystal Shard",
          "mvPct": 23.04,
          "hits": 5,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "void-thunder",
        "celestial-light",
        "havoc-eclipse"
      ]
    },
    {
      "id": "vanguard-junrock",
      "name": "Vanguard Junrock",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/vanguard-junrock.webp",
      "cooldown": "8s",
      "description": "Summon a Vanguard Junrock that charges forward, dealing 32.00%+64 Physical DMG to enemies in its path.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "vanguard-junrock:echo-charge",
          "label": "Vanguard Junrock - Charge",
          "mvPct": 32,
          "flatDmg": 64,
          "hits": 1,
          "scaling": "ATK",
          "element": "physical",
          "damageType": [
            "echo"
          ],
          "notes": "Hybrid damage listed as 32.00%+64."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "void-thunder",
        "rejuvenating-glow",
        "lingering-tunes"
      ]
    },
    {
      "id": "feilian-beringal",
      "name": "Feilian Beringal",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/feilian-beringal.webp",
      "cooldown": "20s",
      "description": "Transform into Feilian Beringal to perform a powerful kick. If the kick lands on an enemy, immediately perform a follow-up strike. The kick deals 231.84% Aero DMG, and the follow-up strike deals 283.36% Aero DMG. After the follow-up strike hits, the current character's Aero DMG increases by 12.00%, and the Heavy Attack DMG increases by 12.00% for 15s.",
      "buffs": [
        {
          "stat": "Aero DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Heavy Attack DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "feilian-beringal:echo-kick",
          "label": "Feilian Beringal - Kick",
          "mvPct": 231.84,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "feilian-beringal:echo-follow-up",
          "label": "Feilian Beringal - Follow-up",
          "mvPct": 283.36,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ],
          "notes": "Triggers if the kick lands on an enemy."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "feilian-beringal:self:aero-dmg-bonus",
          "kind": "dmgBonus",
          "element": "aero",
          "value": 12,
          "target": "self",
          "durationSec": 15,
          "notes": "After the follow-up strike hits, Aero DMG increases by 12.00% and Heavy Attack DMG increases by 12.00% for 15s."
        },
        {
          "id": "feilian-beringal:self:heavy-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "heavy",
          "value": 12,
          "target": "self",
          "durationSec": 15,
          "notes": "After the follow-up strike hits, Aero DMG increases by 12.00% and Heavy Attack DMG increases by 12.00% for 15s."
        }
      ],
      "sets": [
        "sierra-gale"
      ]
    },
    {
      "id": "nightmare-feilian-beringal",
      "name": "Nightmare: Feilian Beringal",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/nightmare-feilian-beringal.webp",
      "cooldown": "20s",
      "description": "Summon a Nightmare: Feilian Beringal to attack enemies, dealing 164.16% Aero DMG. The remaining Whirlwind Beam will continuously attack surrounding enemies up to 5 times, each dealing 21.89% Aero DMG. The Resonator with this Echo equipped in their main slot gains 12.00% Aero DMG Bonus and 12.00% Heavy Attack DMG Bonus.",
      "buffs": [
        {
          "stat": "Aero DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Heavy Attack DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "nightmare-feilian-beringal:echo-echo-attack",
          "label": "Nightmare: Feilian Beringal - Echo Attack",
          "mvPct": 164.16,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "nightmare-feilian-beringal:echo-whirlwind-beam",
          "label": "Nightmare: Feilian Beringal - Whirlwind Beam",
          "mvPct": 21.89,
          "hits": 5,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ],
          "notes": "Up to 5 times."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "nightmare-feilian-beringal:main-slot:aero-dmg-bonus",
          "kind": "dmgBonus",
          "element": "aero",
          "value": 12,
          "target": "self",
          "notes": "The Resonator with this Echo equipped in their main slot gains 12.00% Aero DMG Bonus and 12.00% Heavy Attack DMG Bonus."
        },
        {
          "id": "nightmare-feilian-beringal:main-slot:heavy-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "heavy",
          "value": 12,
          "target": "self",
          "notes": "The Resonator with this Echo equipped in their main slot gains 12.00% Aero DMG Bonus and 12.00% Heavy Attack DMG Bonus."
        }
      ],
      "sets": [
        "sierra-gale"
      ]
    },
    {
      "id": "carapace",
      "name": "Carapace",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/carapace.webp",
      "cooldown": "15s",
      "description": "Transform into Carapace to perform a spinning attack that deals 112.00% Aero DMG, followed by a slash that deals 168.00% Aero DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "carapace:echo-spin",
          "label": "Carapace - Spin",
          "mvPct": 112,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "carapace:echo-slash",
          "label": "Carapace - Slash",
          "mvPct": 168,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "sierra-gale",
        "moonlit-clouds"
      ]
    },
    {
      "id": "cyan-feathered-heron",
      "name": "Cyan-Feathered Heron",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/cyan-feathered-heron.webp",
      "cooldown": "15s",
      "description": "Transform into Cyan-Feathered Heron and charge at the enemies, dealing 236.8% Aero DMG; This Echo Skill interrupts enemy Special Skills upon dealing damage.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "cyan-feathered-heron:echo-charge",
          "label": "Cyan-Feathered Heron - Charge",
          "mvPct": 236.8,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "sierra-gale",
        "celestial-light"
      ]
    },
    {
      "id": "hoochief",
      "name": "Hoochief",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/hoochief.webp",
      "cooldown": "15s",
      "description": "Use the Echo skill, transform into Hoochief Cyclone and attack with a palm, causing 268.2% Aero DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "hoochief:echo-palm",
          "label": "Hoochief - Palm",
          "mvPct": 268.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "sierra-gale",
        "rejuvenating-glow"
      ]
    },
    {
      "id": "chirpuff",
      "name": "Chirpuff",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/chirpuff.webp",
      "cooldown": "8s",
      "description": "Summon a Chirpuff that self-inflates and blasts a powerful gust of wind forward 3 times. Each blast inflicts 3 Aero DMG and pushes enemies backwards.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "chirpuff:echo-gust",
          "label": "Chirpuff - Gust",
          "flatDmg": 3,
          "hits": 3,
          "scaling": "none",
          "element": "aero",
          "damageType": [
            "echo"
          ],
          "notes": "Fixed damage listed as 3 Aero DMG per blast."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "sierra-gale",
        "havoc-eclipse"
      ]
    },
    {
      "id": "dwarf-cassowary",
      "name": "Dwarf Cassowary",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/dwarf-cassowary.webp",
      "cooldown": "8s",
      "description": "Summon a Dwarf Cassowary that tracks and attacks the enemy, dealing 38.4% Physical DMG 3 time(s).",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "dwarf-cassowary:echo-echo-attack",
          "label": "Dwarf Cassowary - Echo Attack",
          "mvPct": 38.4,
          "hits": 3,
          "scaling": "ATK",
          "element": "physical",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "sierra-gale",
        "rejuvenating-glow"
      ]
    },
    {
      "id": "hooscamp",
      "name": "Hooscamp",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/hooscamp.webp",
      "cooldown": "8s",
      "description": "Transform into Hooscamp Flinger and pounce at the enemies, dealing 48.00%+96 Aero DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "hooscamp:echo-pounce",
          "label": "Hooscamp - Pounce",
          "mvPct": 48,
          "flatDmg": 96,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ],
          "notes": "Hybrid damage listed as 48.00%+96."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "sierra-gale",
        "lingering-tunes"
      ]
    },
    {
      "id": "whiff-whaff",
      "name": "Whiff Whaff",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/whiff-whaff.webp",
      "cooldown": "15s",
      "description": "Summon a Whiff Whaff that triggers an air explosion, dealing 51.36% Aero DMG and produce a Low-pressure Zone. The Low-pressure Zone continuously pulls enemies nearby towards the center for 2s, dealing 19.97% Aero DMG up to 6 times.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "whiff-whaff:echo-air-explosion",
          "label": "Whiff Whaff - Air Explosion",
          "mvPct": 51.36,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "whiff-whaff:echo-low-pressure-zone",
          "label": "Whiff Whaff - Low-pressure Zone",
          "mvPct": 19.97,
          "hits": 6,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ],
          "notes": "Up to 6 times."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "sierra-gale",
        "rejuvenating-glow",
        "moonlit-clouds"
      ]
    },
    {
      "id": "baby-roseshroom",
      "name": "Baby Roseshroom",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/baby-roseshroom.webp",
      "cooldown": "8s",
      "description": "Summon a Baby Roseshroom that fires a laser, dealing 32%+64 Havoc DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "baby-roseshroom:echo-laser",
          "label": "Baby Roseshroom - Laser",
          "mvPct": 32,
          "flatDmg": 64,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ],
          "notes": "Hybrid damage listed as 32%+64."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "sierra-gale",
        "havoc-eclipse"
      ]
    },
    {
      "id": "jue",
      "name": "Jué",
      "class": "Calamity",
      "cost": 4,
      "image": "/images/echoes/jue.webp",
      "cooldown": "20s",
      "description": "Summon Jué to the aid. Jué soars through the air, dealing 48.64% Spectro DMG, and summons thunderbolts that strike nearby enemies up to 5 times, each hit dealing 19.46% Spectro DMG. Jué then spirals downward, attacking surrounding enemies twice, each hit dealing 48.64% Spectro DMG. Casting this Echo Skill grants the Resonator a Blessing of Time effect that lasts 15s, during when: - The Resonator gains 16% Resonance Skill DMG Bonus. - When the Resonator's Resonance Skill hits the target, inflict 16% Spectro DMG 1 time per second for 15s, considered as the Resonator's Resonance Skill DMG.",
      "calculatorDamage": [
        {
          "id": "jue:echo-soar",
          "label": "Jué - Soar",
          "mvPct": 48.64,
          "hits": 1,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "jue:echo-thunderbolt",
          "label": "Jué - Thunderbolt",
          "mvPct": 19.46,
          "hits": 5,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ],
          "notes": "Up to 5 times."
        },
        {
          "id": "jue:echo-spiral",
          "label": "Jué - Spiral",
          "mvPct": 48.64,
          "hits": 2,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "jue:echo-blessing-of-time",
          "label": "Jué - Blessing of Time",
          "mvPct": 16,
          "hits": 15,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "skill"
          ],
          "trigger": "onSkillHit",
          "notes": "When the Resonator's Resonance Skill hits the target, inflict 16% Spectro DMG 1 time per second for 15s, considered as the Resonator's Resonance Skill DMG."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "jue:self:skill-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "skill",
          "value": 16,
          "target": "self",
          "durationSec": 15,
          "notes": "Casting this Echo Skill grants the Resonator a Blessing of Time effect that lasts 15s, during when the Resonator gains 16% Resonance Skill DMG Bonus."
        }
      ],
      "sets": [
        "celestial-light"
      ]
    },
    {
      "id": "mourning-aix",
      "name": "Mourning Aix",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/mourning-aix.webp",
      "cooldown": "20s",
      "description": "Transform into Mourning Aix and perform 2 consecutive claw attacks, each attack dealing 157.44% and 236.16% Spectro DMG respectively. After the transformation, increase current character's Spectro DMG by 12.00% and Resonance Liberation DMG by 12.00% for 15s.",
      "buffs": [
        {
          "stat": "Spectro DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Resonance Liberation DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "mourning-aix:echo-claw-1",
          "label": "Mourning Aix - Claw 1",
          "mvPct": 157.44,
          "hits": 1,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "mourning-aix:echo-claw-2",
          "label": "Mourning Aix - Claw 2",
          "mvPct": 236.16,
          "hits": 1,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "mourning-aix:self:spectro-dmg-bonus",
          "kind": "dmgBonus",
          "element": "spectro",
          "value": 12,
          "target": "self",
          "durationSec": 15,
          "notes": "After the transformation, increase current character's Spectro DMG by 12.00% and Resonance Liberation DMG by 12.00% for 15s."
        },
        {
          "id": "mourning-aix:self:liberation-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "liberation",
          "value": 12,
          "target": "self",
          "durationSec": 15,
          "notes": "After the transformation, increase current character's Spectro DMG by 12.00% and Resonance Liberation DMG by 12.00% for 15s."
        }
      ],
      "sets": [
        "celestial-light"
      ]
    },
    {
      "id": "lightcrusher",
      "name": "Lightcrusher",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/lightcrusher.webp",
      "cooldown": "15s",
      "description": "Lunge forward as a Lightcrusher, dealing 135.36% Spectro DMG. Generate 6 Ablucence on hit. Each Ablucence explosion deals 15.04% Spectro DMG. Hold the Echo Skill to stay in the Lightcrusher form, which allows you to leap up and pounce forward in the air for a short distance.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "lightcrusher:echo-lunge",
          "label": "Lightcrusher - Lunge",
          "mvPct": 135.36,
          "hits": 1,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "lightcrusher:echo-ablucence",
          "label": "Lightcrusher - Ablucence",
          "mvPct": 15.04,
          "hits": 6,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "celestial-light"
      ]
    },
    {
      "id": "rocksteady-guardian",
      "name": "Rocksteady Guardian",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/rocksteady-guardian.webp",
      "cooldown": "15s",
      "description": "Transform into Rocksteady Guardian and enter a Parry State. Upon being attacked, deal Spectro DMG equal to 8.29% of the current character's Max HP, and perform a follow-up attack that deals Spectro DMG equal to 8.29% of the current character's Max HP. Use the Echo skill again to exit the transformation. If the attack received is a Special Skill attack, interrupt the enemy's Special Skill and perform a two-stage follow-up attack, each inflicting Spectro DMG equal to 5.52% of the current character's max HP. These follow-up attacks simultaneously launch three ground-breaking waves, each inflicting Spectro DMG equal to 4.59% of the current character's Max HP.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "rocksteady-guardian:echo-counter",
          "label": "Rocksteady Guardian - Counter",
          "mvPct": 8.29,
          "hits": 1,
          "scaling": "HP",
          "element": "spectro",
          "damageType": [
            "echo"
          ],
          "notes": "Upon being attacked. Damage is equal to 8.29% of Max HP."
        },
        {
          "id": "rocksteady-guardian:echo-follow-up",
          "label": "Rocksteady Guardian - Follow-up",
          "mvPct": 8.29,
          "hits": 1,
          "scaling": "HP",
          "element": "spectro",
          "damageType": [
            "echo"
          ],
          "notes": "After being attacked. Damage is equal to 8.29% of Max HP."
        },
        {
          "id": "rocksteady-guardian:echo-two-stage-follow-up",
          "label": "Rocksteady Guardian - Two-stage Follow-up",
          "mvPct": 5.52,
          "hits": 2,
          "scaling": "HP",
          "element": "spectro",
          "damageType": [
            "echo"
          ],
          "notes": "If the attack received is a Special Skill attack."
        },
        {
          "id": "rocksteady-guardian:echo-ground-breaking-wave",
          "label": "Rocksteady Guardian - Ground-breaking Wave",
          "mvPct": 4.59,
          "hits": 3,
          "scaling": "HP",
          "element": "spectro",
          "damageType": [
            "echo"
          ],
          "notes": "Launched with the two-stage follow-up."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "celestial-light",
        "rejuvenating-glow"
      ]
    },
    {
      "id": "cruisewing",
      "name": "Cruisewing",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/cruisewing.webp",
      "cooldown": "8s",
      "description": "Summon a Cruisewing that restores HP for all current team characters by 1.80% of their Max HPs plus an additional 80 points of HP, up to 4 times.",
      "buffs": [],
      "calculatorDamage": [],
      "calculatorBuffs": [],
      "sets": [
        "celestial-light",
        "rejuvenating-glow",
        "moonlit-clouds"
      ]
    },
    {
      "id": "havoc-warrior",
      "name": "Havoc Warrior",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/havoc-warrior.webp",
      "cooldown": "15s",
      "description": "Transform into Havoc Warrior to attack up to 3 times, dealing 171.73% Havoc DMG each time.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "havoc-warrior:echo-echo-attack",
          "label": "Havoc Warrior - Echo Attack",
          "mvPct": 171.73,
          "hits": 3,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ],
          "notes": "Up to 3 times."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "celestial-light",
        "havoc-eclipse"
      ]
    },
    {
      "id": "zig-zag",
      "name": "Zig Zag",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/zig-zag.webp",
      "cooldown": "15s",
      "description": "Summon a Zig Zag that denotates Spectro energy, dealing 48%+96 Spectro DMG and creating a Stagnation Zone that lasts 1.8s.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "zig-zag:echo-detonation",
          "label": "Zig Zag - Detonation",
          "mvPct": 48,
          "flatDmg": 96,
          "hits": 1,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ],
          "notes": "Hybrid damage listed as 48%+96."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "celestial-light",
        "moonlit-clouds",
        "lingering-tunes"
      ]
    },
    {
      "id": "dreamless",
      "name": "Dreamless",
      "class": "Calamity",
      "cost": 4,
      "image": "/images/echoes/dreamless.webp",
      "cooldown": "20s",
      "description": "Transform into Dreamless and perform 6 consecutive attacks. The first 5 attacks deal 54.08% Havoc DMG each, and the last attack deal 270.40% Havoc DMG. The DMG of this Echo Skill is increased by 50% during the first 5s after Rover-Havoc casts Resonance Liberation.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "dreamless:echo-echo-attack",
          "label": "Dreamless - Echo Attack",
          "mvPct": 54.08,
          "hits": 5,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "dreamless:echo-final-attack",
          "label": "Dreamless - Final Attack",
          "mvPct": 270.4,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ],
          "notes": "Echo Skill DMG is increased by 50% during the first 5s after Rover-Havoc casts Resonance Liberation."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "havoc-eclipse"
      ]
    },
    {
      "id": "crownless",
      "name": "Crownless",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/crownless.webp",
      "cooldown": "20s",
      "description": "Transform into Crownless and perform up to 4 consecutive attacks. The first 2 attacks deal 134.08% Havoc DMG each, the 3rd attack deals 100.56% Havoc DMG 2 times, and the 4th attack deals 67.04% Havoc DMG 3 times. After the transformation, increase current character's Havoc DMG by 12.00% and Resonance Skill DMG by 12.00% for 15s.",
      "buffs": [
        {
          "stat": "Havoc DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Resonance Skill DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "crownless:echo-attack-1",
          "label": "Crownless - Attack 1",
          "mvPct": 134.08,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "crownless:echo-attack-2",
          "label": "Crownless - Attack 2",
          "mvPct": 134.08,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "crownless:echo-attack-3",
          "label": "Crownless - Attack 3",
          "mvPct": 100.56,
          "hits": 2,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "crownless:echo-attack-4",
          "label": "Crownless - Attack 4",
          "mvPct": 67.04,
          "hits": 3,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "crownless:self:havoc-dmg-bonus",
          "kind": "dmgBonus",
          "element": "havoc",
          "value": 12,
          "target": "self",
          "durationSec": 15,
          "notes": "After the transformation, increase current character's Havoc DMG by 12.00% and Resonance Skill DMG by 12.00% for 15s."
        },
        {
          "id": "crownless:self:skill-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "skill",
          "value": 12,
          "target": "self",
          "durationSec": 15,
          "notes": "After the transformation, increase current character's Havoc DMG by 12.00% and Resonance Skill DMG by 12.00% for 15s."
        }
      ],
      "sets": [
        "havoc-eclipse"
      ]
    },
    {
      "id": "nightmare-crownless",
      "name": "Nightmare: Crownless",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/nightmare-crownless.webp",
      "cooldown": "12s",
      "description": "Transform into Nightmare: Crownless and attack enemies in front, dealing 264.6% Havoc DMG. The Resonator with this Echo equipped in their main slot gains 12.00% Havoc DMG Bonus and 12.00% Basic Attack DMG Bonus. This skill has 3 initial charges, replenished once every 12s, max 3 charges. When Nightmare: Crownless hits a target, DMG dealt by this skill is increased by 20.00% for 2s (does not stack).",
      "buffs": [
        {
          "stat": "Havoc DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Basic Attack DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "nightmare-crownless:echo-charge-1",
          "label": "Nightmare: Crownless - Charge 1",
          "mvPct": 264.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "nightmare-crownless:echo-charge-2",
          "label": "Nightmare: Crownless - Charge 2",
          "mvPct": 264.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "nightmare-crownless:echo-charge-3",
          "label": "Nightmare: Crownless - Charge 3",
          "mvPct": 264.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "nightmare-crownless:main-slot:havoc-dmg-bonus",
          "kind": "dmgBonus",
          "element": "havoc",
          "value": 12,
          "target": "self",
          "notes": "The Resonator with this Echo equipped in their main slot gains 12.00% Havoc DMG Bonus and 12.00% Basic Attack DMG Bonus."
        },
        {
          "id": "nightmare-crownless:main-slot:basic-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "basic",
          "value": 12,
          "target": "self",
          "notes": "The Resonator with this Echo equipped in their main slot gains 12.00% Havoc DMG Bonus and 12.00% Basic Attack DMG Bonus."
        },
        {
          "id": "nightmare-crownless:self:echo-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "echo",
          "value": 20,
          "target": "self",
          "durationSec": 2,
          "notes": "When Nightmare: Crownless hits a target, DMG dealt by this skill is increased by 20.00% for 2s (does not stack)."
        }
      ],
      "sets": [
        "havoc-eclipse"
      ]
    },
    {
      "id": "tick-tack",
      "name": "Tick Tack",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/tick-tack.webp",
      "cooldown": "15s",
      "description": "Summon a Tick Tack that charges and bites the enemy. The charge from Tick Tack will deal 68.48% Havoc DMG to the enemy, and the bite will deal 102.72% Havoc DMG to the enemy. Reduces enemy Vibration Strength by up to 5.00% during 5s.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "tick-tack:echo-charge",
          "label": "Tick Tack - Charge",
          "mvPct": 68.48,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "tick-tack:echo-bite",
          "label": "Tick Tack - Bite",
          "mvPct": 102.72,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ],
          "notes": "Also reduces enemy Vibration Strength by up to 5.00% during 5s (not modeled)."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "havoc-eclipse",
        "rejuvenating-glow",
        "lingering-tunes"
      ]
    },
    {
      "id": "bell-borne-geochelone",
      "name": "Bell-Borne Geochelone",
      "class": "Calamity",
      "cost": 4,
      "image": "/images/echoes/bell-borne-geochelone.webp",
      "cooldown": "20s",
      "description": "Activate the protection of Bell-Borne Geochelone. Deal Glacio DMG based on 145.92% of the current character's DEF to nearby enemies, and obtain a Bell-Borne Shield that lasts for 15s The Bell-Borne Shield provides 50.00% DMG Reduction and 10.00% DMG Boost for the current team members, and disappears after the current character is hit for 3 times.",
      "buffs": [
        {
          "stat": "DMG Amplify",
          "value": 10,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "bell-borne-geochelone:echo-protection",
          "label": "Bell-Borne Geochelone - Protection",
          "mvPct": 145.92,
          "hits": 1,
          "scaling": "DEF",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "bell-borne-geochelone:team:echo-dmg-bonus",
          "kind": "dmgBonus",
          "value": 10,
          "target": "team",
          "durationSec": 15,
          "notes": "Bell-Borne Shield provides 10.00% DMG Boost for the current team members. 50.00% DMG Reduction and hit-count shield behavior are not modeled."
        }
      ],
      "sets": [
        "rejuvenating-glow",
        "moonlit-clouds"
      ]
    },
    {
      "id": "fallacy-of-no-return",
      "name": "Fallacy of No Return",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/fallacy-of-no-return.webp",
      "cooldown": "20s",
      "description": "Activate the Echo Skill to summon a fraction of the Fallacy of No Return's power and deal a blast to the surrounding area, inflicting Spectro DMG equal to 15.86% of max HP, after which the Resonator gains 10% bonus Energy Regen and all team members 10% bonus ATK for 20s. Hold Echo Skill to unleash a series of flurry assaults at the cost of STA, each dealing Spectro DMG equal to 1.58% of max HP; Release to end the assail in a powerful blow, dealing Spectro DMG equal to 19.82% of max HP.",
      "buffs": [
        {
          "stat": "Energy Regen",
          "value": 10,
          "type": "percentage"
        },
        {
          "stat": "ATK%",
          "value": 10,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "fallacy-of-no-return:echo-blast",
          "label": "Fallacy of No Return - Blast",
          "mvPct": 15.86,
          "hits": 1,
          "scaling": "HP",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "fallacy-of-no-return:echo-flurry-assault",
          "label": "Fallacy of No Return - Flurry Assault",
          "mvPct": 1.58,
          "hits": 1,
          "scaling": "HP",
          "element": "spectro",
          "damageType": [
            "echo"
          ],
          "notes": "Repeatable while holding Echo Skill; hit count depends on stamina/time."
        },
        {
          "id": "fallacy-of-no-return:echo-final-blow",
          "label": "Fallacy of No Return - Final Blow",
          "mvPct": 19.82,
          "hits": 1,
          "scaling": "HP",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "fallacy-of-no-return:self:energy-regen",
          "kind": "energyRegen",
          "value": 10,
          "target": "self",
          "durationSec": 20,
          "notes": "Applies after using Echo Skill."
        },
        {
          "id": "fallacy-of-no-return:team:atkPct",
          "kind": "atkPct",
          "value": 10,
          "target": "team",
          "durationSec": 20,
          "notes": "Applies after using Echo Skill."
        }
      ],
      "sets": [
        "rejuvenating-glow"
      ]
    },
    {
      "id": "chasm-guardian",
      "name": "Chasm Guardian",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/chasm-guardian.webp",
      "cooldown": "15s",
      "description": "Transform into Chasm Guardian to perform a Leap Strike that deals 273.60% Havoc DMG on hit. Current character loses 10.00% HP after the hit lands. Periodically restore current character's HP after 5s for up to 10.00% of their Max HP.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "chasm-guardian:echo-leap-strike",
          "label": "Chasm Guardian - Leap Strike",
          "mvPct": 273.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ],
          "notes": "HP loss and periodic healing are not modeled."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "rejuvenating-glow",
        "lingering-tunes"
      ]
    },
    {
      "id": "stonewall-bracer",
      "name": "Stonewall Bracer",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/stonewall-bracer.webp",
      "cooldown": "15s",
      "description": "Transform into Stonewall Bracer and charge forward, dealing 112.64% Physical DMG on-hit, then smash to deal 168.96% Physical DMG, and gain a shield of 10.00% of current character's Max HP. Use the Echo skill again to exit the transformation state.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "stonewall-bracer:echo-charge",
          "label": "Stonewall Bracer - Charge",
          "mvPct": 112.64,
          "hits": 1,
          "scaling": "ATK",
          "element": "physical",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "stonewall-bracer:echo-smash",
          "label": "Stonewall Bracer - Smash",
          "mvPct": 168.96,
          "hits": 1,
          "scaling": "ATK",
          "element": "physical",
          "damageType": [
            "echo"
          ],
          "notes": "Shield (10.00% Max HP) is not modeled."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "rejuvenating-glow",
        "moonlit-clouds"
      ]
    },
    {
      "id": "impermanence-heron",
      "name": "Impermanence Heron",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/impermanence-heron.webp",
      "cooldown": "20s",
      "description": "Transform into Impermanence Heron to fly up and smack down, dealing 310.56% Havoc DMG. Long press to stay as Impermanence Heron and continuously spit flames, each attack dealing 55.73% Havoc DMG. Once the initial attack lands on any enemy, the current character regains 10 Resonance Energy. If the current character uses their Outro Skill within the next 15s, the next character’s damage dealt will be boosted by 12% for 15s.",
      "calculatorDamage": [
        {
          "id": "impermanence-heron:echo-smack-down",
          "label": "Impermanence Heron - Smack Down",
          "mvPct": 310.56,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ],
          "notes": "Initial hit restores 10 Resonance Energy (not modeled)."
        },
        {
          "id": "impermanence-heron:echo-flame",
          "label": "Impermanence Heron - Flame",
          "mvPct": 55.73,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ],
          "notes": "Continuously repeats while long-pressing; hit count depends on hold duration."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "impermanence-heron:next:echo-dmg-bonus",
          "kind": "dmgBonus",
          "value": 12,
          "target": "next",
          "durationSec": 15,
          "triggers": [
            "outro"
          ],
          "notes": "If the current character uses their Outro Skill within the next 15s, the next character's damage dealt will be boosted by 12% for 15s."
        }
      ],
      "sets": [
        "moonlit-clouds"
      ]
    },
    {
      "id": "spearback",
      "name": "Spearback",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/spearback.webp",
      "cooldown": "15s",
      "description": "Summon a Spearback to perform 5 consecutive attacks. The first 4 attacks deal 29.96% Physical DMG, and the last deals 51.36% Physical DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "spearback:echo-spearback-attack",
          "label": "Spearback - Spearback Attack",
          "mvPct": 29.96,
          "hits": 4,
          "scaling": "ATK",
          "element": "physical",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "spearback:echo-final-attack",
          "label": "Spearback - Final Attack",
          "mvPct": 51.36,
          "hits": 1,
          "scaling": "ATK",
          "element": "physical",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "moonlit-clouds",
        "lingering-tunes"
      ]
    },
    {
      "id": "diamondclaw",
      "name": "Diamondclaw",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/diamondclaw.webp",
      "cooldown": "8s",
      "description": "Transform into Crystal Scorpion and enter a Parry State. Counterattack when the Parry State is over, dealing 48.00%+96 Physical DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "diamondclaw:echo-counterattack",
          "label": "Diamondclaw - Counterattack",
          "mvPct": 48,
          "flatDmg": 96,
          "hits": 1,
          "scaling": "ATK",
          "element": "physical",
          "damageType": [
            "echo"
          ],
          "notes": "Hybrid damage listed as 48.00%+96."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "moonlit-clouds",
        "lingering-tunes"
      ]
    },
    {
      "id": "mech-abomination",
      "name": "Mech Abomination",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/mech-abomination.webp",
      "cooldown": "20s",
      "description": "Strike the enemies in front, dealing 48.64% Electro DMG. Summon Mech Waste to attack enemies. Mech Waste deals 320% Electro DMG on-hit and explode after a while to deal 160% Electro DMG. After casting this Echo Skill, increase current character's ATK by 12.00% for 15s. Damage dealt by Mech Waste is considered Outro Skill DMG.",
      "buffs": [
        {
          "stat": "ATK%",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "mech-abomination:echo-strike",
          "label": "Mech Abomination - Strike",
          "mvPct": 48.64,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "mech-abomination:echo-mech-waste",
          "label": "Mech Abomination - Mech Waste",
          "mvPct": 320,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "outro"
          ],
          "notes": "Damage dealt by Mech Waste is considered Outro Skill DMG."
        },
        {
          "id": "mech-abomination:echo-explosion",
          "label": "Mech Abomination - Explosion",
          "mvPct": 160,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "outro"
          ],
          "notes": "Damage dealt by Mech Waste is considered Outro Skill DMG."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "mech-abomination:self:atkPct",
          "kind": "atkPct",
          "value": 12,
          "target": "self",
          "durationSec": 15
        }
      ],
      "sets": [
        "lingering-tunes"
      ]
    },
    {
      "id": "nightmare-lampylumen-myriad",
      "name": "Nightmare: Lampylumen Myriad",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/nightmare-lampylumen-mariad.webp",
      "cooldown": "20s",
      "description": "Summon a Nightmare: Lampylumen Myriad and attack nearby enemies, dealing 273.60% Glacio DMG. The Resonator with this Echo equipped in their main slot gains 12.00% Glacio DMG Bonus and has their Coordinated Attack DMG increased by 30.00%.",
      "buffs": [
        {
          "stat": "Glacio DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Coordinated DMG Bonus",
          "value": 30,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "nightmare-lampylumen-myriad:echo-nightmare-lampylumen-myriad-attack",
          "label": "Nightmare: Lampylumen Myriad - Nightmare Lampylumen Myriad Attack",
          "mvPct": 273.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "nightmare-lampylumen-myriad:main-slot:glacio-dmg-bonus",
          "kind": "dmgBonus",
          "element": "glacio",
          "value": 12,
          "target": "self"
        },
        {
          "id": "nightmare-lampylumen-myriad:main-slot:coordinated-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "coordinated",
          "value": 30,
          "target": "self"
        }
      ],
      "sets": [
        "frosty-resolve",
        "empyrean-anthem"
      ]
    },
    {
      "id": "sentry-construct",
      "name": "Sentry Construct",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/sentry-construct.webp",
      "cooldown": "25s",
      "description": "Transform into Sentry Construct and attack enemies in front, dealing 405% Glacio DMG. Each time the Resonator with this Echo casts Resonance Liberation, it charges the Strike Capacitor. Once Strike Capacitor is at max level, the Echo Skill cooldown will be reset. Use Echo Skill to transform into Sentry Construct and dive into enemies from the air, dealing 405% Glacio DMG and freezing the target. The Resonator with this Echo equipped in their main slot gains 12.00% Glacio DMG Bonus and 12.00% Resonance Skill DMG Bonus.",
      "buffs": [
        {
          "stat": "Glacio DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Resonance Skill DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "sentry-construct:echo-sentry-attack",
          "label": "Sentry Construct - Sentry Attack",
          "mvPct": 405,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ],
          "notes": "Cooldown reset mechanics and freezing are not modeled."
        },
        {
          "id": "sentry-construct:echo-dive",
          "label": "Sentry Construct - Dive",
          "mvPct": 405,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ],
          "notes": "Cooldown reset mechanics and freezing are not modeled."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "sentry-construct:main-slot:glacio-dmg-bonus",
          "kind": "dmgBonus",
          "element": "glacio",
          "value": 12,
          "target": "self"
        },
        {
          "id": "sentry-construct:main-slot:skill-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "skill",
          "value": 12,
          "target": "self"
        }
      ],
      "sets": [
        "frosty-resolve"
      ]
    },
    {
      "id": "abyssal-mercator",
      "name": "Abyssal Mercator",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/abyssal-mercator.webp",
      "cooldown": "15s",
      "description": "Transform into Abyssal Mercator and summon 3 Ice Spikes to attack enemies, each dealing 89.39% Glacio DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "abyssal-mercator:echo-ice-spike",
          "label": "Abyssal Mercator - Ice Spike",
          "mvPct": 89.39,
          "hits": 3,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "frosty-resolve",
        "eternal-radiance"
      ]
    },
    {
      "id": "abyssal-patricius",
      "name": "Abyssal Patricius",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/abyssal-patricius.webp",
      "cooldown": "15s",
      "description": "Transform into Abyssal Patricius and charge forward to attack enemies, dealing 268.20% Glacio DMG. The Resonator with this Echo equipped in the main slot gains 12.00% Glacio DMG Bonus.",
      "buffs": [
        {
          "stat": "Glacio DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "abyssal-patricius:echo-charge",
          "label": "Abyssal Patricius - Charge",
          "mvPct": 268.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "abyssal-patricius:main-slot:glacio-dmg-bonus",
          "kind": "dmgBonus",
          "element": "glacio",
          "value": 12,
          "target": "self"
        }
      ],
      "sets": [
        "frosty-resolve",
        "empyrean-anthem"
      ]
    },
    {
      "id": "cuddle-wuddle",
      "name": "Cuddle Wuddle",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/cuddle-wuddle.webp",
      "cooldown": "20s",
      "description": "Transform into Cuddle Wuddle and attack enemies with 4 strikes dealing 46.98% Physical DMG and 1 strike dealing 125.28% Physical DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "cuddle-wuddle:echo-strike",
          "label": "Cuddle Wuddle - Strike",
          "mvPct": 46.98,
          "hits": 4,
          "scaling": "ATK",
          "element": "physical",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "cuddle-wuddle:echo-final-strike",
          "label": "Cuddle Wuddle - Final Strike",
          "mvPct": 125.28,
          "hits": 1,
          "scaling": "ATK",
          "element": "physical",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "frosty-resolve",
        "midnight-veil"
      ]
    },
    {
      "id": "questless-knight",
      "name": "Questless Knight",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/questless-knight.webp",
      "cooldown": "20s",
      "description": "Transform into Questless Knight and smash the surrounding enemies, dealing 313.20% Electro DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "questless-knight:echo-smash",
          "label": "Questless Knight - Smash",
          "mvPct": 313.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "frosty-resolve",
        "midnight-veil"
      ]
    },
    {
      "id": "chest-mimic",
      "name": "Chest Mimic",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/chest-mimic.webp",
      "cooldown": "15s",
      "description": "Summon a Chest Mimic to attack enemies with 3 consecutive strikes, each dealing 64.19% Spectro DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "chest-mimic:echo-strike",
          "label": "Chest Mimic - Strike",
          "mvPct": 64.19,
          "hits": 3,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "frosty-resolve",
        "midnight-veil",
        "empyrean-anthem"
      ]
    },
    {
      "id": "chop-chop-leftless",
      "name": "Chop Chop: Leftless",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/chop-chop-leftless.webp",
      "cooldown": "8s",
      "description": "Summon a Chop Chop: Leftless to attack enemies, dealing 129.60% Spectro DMG.",
      "calculatorDamage": [
        {
          "id": "chop-chop-leftless:echo-chop-chopattack",
          "label": "Chop Chop: Leftless - Chop ChopAttack",
          "mvPct": 129.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "frosty-resolve",
        "tidebreaking-courage"
      ]
    },
    {
      "id": "chop-chop-rightless",
      "name": "Chop Chop: Rightless",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/chop-chop-rightless.webp",
      "cooldown": "8s",
      "description": "Summon a Chop Chop: Rightless to attack enemies, dealing 129.60% Havoc DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "chop-chop-rightless:echo-echo-attack",
          "label": "Chop Chop: Rightless - Echo Attack",
          "mvPct": 129.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "frosty-resolve",
        "tidebreaking-courage"
      ]
    },
    {
      "id": "galescourge-stalker",
      "name": "Galescourge Stalker",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/galescourge-stalker.webp",
      "cooldown": "8s",
      "description": "Summon a Galescourge Stalker that restores nearby party members' HP by 2.70% of their Max HP, up to 3 times.",
      "buffs": [],
      "calculatorDamage": [],
      "calculatorBuffs": [],
      "sets": [
        "frosty-resolve",
        "empyrean-anthem"
      ]
    },
    {
      "id": "golden-junrock",
      "name": "Golden Junrock",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/golden-junrock.webp",
      "cooldown": "8s",
      "description": "Summon a Golden Junrock that charges forward, dealing 129.60% Spectro DMG to enemies in its path.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "golden-junrock:echo-charge",
          "label": "Golden Junrock - Charge",
          "mvPct": 129.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "frosty-resolve",
        "eternal-radiance",
        "law-of-harmony"
      ]
    },
    {
      "id": "hocus-pocus",
      "name": "Hocus Pocus",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/hocus-pocus.webp",
      "cooldown": "8s",
      "description": "Summon a Hocus Pocus to attack enemies with 3 consecutive strikes, each dealing 43.20% Havoc DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "hocus-pocus:echo-strike",
          "label": "Hocus Pocus - Strike",
          "mvPct": 43.2,
          "hits": 3,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "frosty-resolve",
        "empyrean-anthem"
      ]
    },
    {
      "id": "lottie-lost",
      "name": "Lottie Lost",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/lottie-lost.webp",
      "cooldown": "8s",
      "description": "Summon a Lottie Lost to attack enemies, dealing 129.60% Spectro DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "lottie-lost:echo-echo-attack",
          "label": "Lottie Lost - Echo Attack",
          "mvPct": 129.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "frosty-resolve",
        "tidebreaking-courage"
      ]
    },
    {
      "id": "nightmare-mourning-aix",
      "name": "Nightmare: Mourning Aix",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/nightmare-mourning-aix.webp",
      "cooldown": "20s",
      "description": "Summon a Nightmare: Mourning Aix to attack surrounding enemies, dealing 273.60% Spectro DMG. DMG dealt to enemies inflicted by Spectro Frazzle is increased by 100.00%. The Resonator with this Echo equipped in their main slot gains 12.00% Spectro DMG Bonus.",
      "buffs": [
        {
          "stat": "Spectro DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "nightmare-mourning-aix:echo-echo-attack",
          "label": "Nightmare: Mourning Aix - Echo Attack",
          "mvPct": 273.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ],
          "notes": "DMG dealt to enemies inflicted by Spectro Frazzle is increased by 100.00% (not modeled)."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "nightmare-mourning-aix:main-slot:spectro-dmg-bonus",
          "kind": "dmgBonus",
          "element": "spectro",
          "value": 12,
          "target": "self"
        }
      ],
      "sets": [
        "eternal-radiance"
      ]
    },
    {
      "id": "capitaneus",
      "name": "Capitaneus",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/capitaneus.webp",
      "cooldown": "20s",
      "description": "Summon a Capitaneus to jump up and smash enemies, dealing 118.80% Spectro DMG. This attack generates 4 extra Merciless Judgements, each dealing 59.40% Spectro DMG. The Resonator with this Echo equipped in their main slot gains 12.00% Spectro DMG Bonus and 12.00% Heavy Attack DMG Bonus.",
      "buffs": [
        {
          "stat": "Spectro DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Heavy Attack DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "capitaneus:echo-smash",
          "label": "Capitaneus - Smash",
          "mvPct": 118.8,
          "hits": 1,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "capitaneus:echo-merciless-judgement",
          "label": "Capitaneus - Merciless Judgement",
          "mvPct": 59.4,
          "hits": 4,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "capitaneus:main-slot:spectro-dmg-bonus",
          "kind": "dmgBonus",
          "element": "spectro",
          "value": 12,
          "target": "self"
        },
        {
          "id": "capitaneus:main-slot:heavy-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "heavy",
          "value": 12,
          "target": "self"
        }
      ],
      "sets": [
        "eternal-radiance",
        "gusts-of-welkin",
        "windward-pilgrimage"
      ]
    },
    {
      "id": "diurnus-knight",
      "name": "Diurnus Knight",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/diurnus-knight.webp",
      "cooldown": "15s",
      "description": "Transform into Diurnus Knight and charge forward to attack enemies with the sword, dealing 268.20% Spectro DMG. DMG dealt to enemies inflicted by Spectro Frazzle is increased by 100.00%.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "diurnus-knight:echo-charge",
          "label": "Diurnus Knight - Charge",
          "mvPct": 268.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ],
          "notes": "DMG dealt to enemies inflicted by Spectro Frazzle is increased by 100.00% (not modeled)."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "eternal-radiance",
        "tidebreaking-courage"
      ]
    },
    {
      "id": "rage-against-the-statue",
      "name": "Rage Against the Statue",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/rage-against-the-statue.webp",
      "cooldown": "20s",
      "description": "Transform into Rage Against the Statue to attack enemies, dealing 313.20% Spectro DMG. Hold the Echo Skill to maintain the Echo form and charge towards enemies, dealing 469.80% Spectro DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "rage-against-the-statue:echo-echo-attack",
          "label": "Rage Against the Statue - Echo Attack",
          "mvPct": 313.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "rage-against-the-statue:echo-charge",
          "label": "Rage Against the Statue - Charge",
          "mvPct": 469.8,
          "hits": 1,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ],
          "notes": "Requires holding Echo Skill."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "eternal-radiance",
        "gusts-of-welkin",
        "law-of-harmony"
      ]
    },
    {
      "id": "vitreum-dancer",
      "name": "Vitreum Dancer",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/vitreum-dancer.webp",
      "cooldown": "20s",
      "description": "Transform into Vitreum Dancer and attack surrounding enemies, dealing 313.20% Electro DMG. The Resonator with this Echo equipped in their main slot gains 12.00% Electro DMG Bonus.",
      "buffs": [
        {
          "stat": "Electro DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "vitreum-dancer:echo-echo-attack",
          "label": "Vitreum Dancer - Echo Attack",
          "mvPct": 313.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "vitreum-dancer:main-slot:electro-dmg-bonus",
          "kind": "dmgBonus",
          "element": "electro",
          "value": 12,
          "target": "self"
        }
      ],
      "sets": [
        "eternal-radiance",
        "empyrean-anthem"
      ]
    },
    {
      "id": "aero-prism",
      "name": "Aero Prism",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/aero-prism.webp",
      "cooldown": "15s",
      "description": "Summon an Aero Prism to attack enemies, dealing 19.26% Aero DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "aero-prism:echo-echo-attack",
          "label": "Aero Prism - Echo Attack",
          "mvPct": 19.26,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "eternal-radiance",
        "tidebreaking-courage"
      ]
    },
    {
      "id": "chop-chop-headless",
      "name": "Chop Chop: Headless",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/chop-chop-headless.webp",
      "cooldown": "8s",
      "description": "Summon a Chop Chop: Headless to attack enemies, dealing 129.60% Fusion DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "chop-chop-headless:echo-echo-attack",
          "label": "Chop Chop: Headless - Echo Attack",
          "mvPct": 129.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "eternal-radiance",
        "tidebreaking-courage"
      ]
    },
    {
      "id": "diggy-duggy",
      "name": "Diggy Duggy",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/diggy-duggy.webp",
      "cooldown": "15s",
      "description": "Transform into Diggy Duggy and jump up into the air to smash onto enemies, dealing 268.20% Physical DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "diggy-duggy:echo-smash",
          "label": "Diggy Duggy - Smash",
          "mvPct": 268.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "physical",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "eternal-radiance",
        "tidebreaking-courage"
      ]
    },
    {
      "id": "fae-ignis",
      "name": "Fae Ignis",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/fae-ignis.webp",
      "cooldown": "8s",
      "description": "Summon a Fae Ignis to attack enemies, dealing 129.60% Havoc DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "fae-ignis:echo-echo-attack",
          "label": "Fae Ignis - Echo Attack",
          "mvPct": 129.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "eternal-radiance",
        "midnight-veil",
        "dream-of-the-lost"
      ]
    },
    {
      "id": "frostscourge-stalker",
      "name": "Frostscourge Stalker",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/frostscourge-stalker.webp",
      "cooldown": "8s",
      "description": "Summon a Frostscourge Stalker to attack enemies, dealing 129.60% Glacio DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "frostscourge-stalker:echo-echo-attack",
          "label": "Frostscourge Stalker - Echo Attack",
          "mvPct": 129.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "eternal-radiance",
        "midnight-veil"
      ]
    },
    {
      "id": "sagittario",
      "name": "Sagittario",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/sagittario.webp",
      "cooldown": "15s",
      "description": "Transform into Sagittario to move a certain distance and perform a ranged attack, dealing 268.20% Spectro DMG. Getting attacked while moving in the Sagittario form triggers a damage-avoiding enhanced Dodge Counter, dealing 268.20% Spectro DMG once and 53.64% Spectro DMG 5 times.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "sagittario:echo-ranged-attack",
          "label": "Sagittario - Ranged Attack",
          "mvPct": 268.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "sagittario:echo-dodge-counter",
          "label": "Sagittario - Dodge Counter",
          "mvPct": 268.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ],
          "notes": "Triggered if attacked while moving in Sagittario form."
        },
        {
          "id": "sagittario:echo-enhanced-counter",
          "label": "Sagittario - Enhanced Counter",
          "mvPct": 53.64,
          "hits": 5,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ],
          "notes": "Triggered if attacked while moving in Sagittario form."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "eternal-radiance",
        "gusts-of-welkin",
        "flaming-clawprint"
      ]
    },
    {
      "id": "lorelei",
      "name": "Lorelei",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/lorelei.webp",
      "cooldown": "25s",
      "description": "Transform into Lorelei and attack surrounding enemies, dealing 405% Havoc DMG. The Resonator with this Echo equipped in their main slot gains 12.00% Havoc DMG Bonus and 12.00% Basic Attack DMG Bonus.",
      "buffs": [
        {
          "stat": "Havoc DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Basic Attack DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "lorelei:echo-echo-attack",
          "label": "Lorelei - Echo Attack",
          "mvPct": 405,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "lorelei:main-slot:havoc-dmg-bonus",
          "kind": "dmgBonus",
          "element": "havoc",
          "value": 12,
          "target": "self"
        },
        {
          "id": "lorelei:main-slot:basic-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "basic",
          "value": 12,
          "target": "self"
        }
      ],
      "sets": [
        "midnight-veil"
      ]
    },
    {
      "id": "nightmare-impermanence-heron",
      "name": "Nightmare: Impermanence Heron",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/nightmare-impermanence-heron.webp",
      "cooldown": "25s",
      "description": "Transform into Nightmare: Impermanence Heron and deliver up to 10 consecutive strikes to surrounding enemies, each dealing 40.50% Havoc DMG. The Resonator with this Echo equipped in their main slot gains 12.00% Havoc DMG Bonus and 12.00% Heavy Attack DMG Bonus.",
      "buffs": [
        {
          "stat": "Havoc DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Heavy Attack DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "nightmare-impermanence-heron:echo-strike",
          "label": "Nightmare: Impermanence Heron - Strike",
          "mvPct": 40.5,
          "hits": 10,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ],
          "notes": "Description says up to 10 consecutive strikes."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "nightmare-impermanence-heron:main-slot:havoc-dmg-bonus",
          "kind": "dmgBonus",
          "element": "havoc",
          "value": 12,
          "target": "self"
        },
        {
          "id": "nightmare-impermanence-heron:main-slot:heavy-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "heavy",
          "value": 12,
          "target": "self"
        }
      ],
      "sets": [
        "midnight-veil"
      ]
    },
    {
      "id": "abyssal-gladius",
      "name": "Abyssal Gladius",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/abyssal-gladius.webp",
      "cooldown": "15s",
      "description": "Transform into Abyssal Gladius and attack enemies in front with the sword, dealing 268.20% Glacio DMG. Hold the Echo Skill to maintain the Echo form for a while to slash enemies and cast a ranged attack forward, dealing 268.20% and 670.50% Glacio DMG respectively.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "abyssal-gladius:echo-sword-attack",
          "label": "Abyssal Gladius - Sword Attack",
          "mvPct": 268.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "abyssal-gladius:echo-slash",
          "label": "Abyssal Gladius - Slash",
          "mvPct": 268.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ],
          "notes": "Requires holding Echo Skill."
        },
        {
          "id": "abyssal-gladius:echo-ranged-attack",
          "label": "Abyssal Gladius - Ranged Attack",
          "mvPct": 670.5,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ],
          "notes": "Requires holding Echo Skill."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "midnight-veil",
        "tidebreaking-courage",
        "thread-of-severed-fate"
      ]
    },
    {
      "id": "nocturnus-knight",
      "name": "Nocturnus Knight",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/nocturnus-knight.webp",
      "cooldown": "15s",
      "description": "Transform into Nocturnus Knight and strike enemies in front of you from the air, dealing 268.20% Havoc DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "nocturnus-knight:echo-strike",
          "label": "Nocturnus Knight - Strike",
          "mvPct": 268.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "midnight-veil",
        "empyrean-anthem"
      ]
    },
    {
      "id": "electro-drake",
      "name": "Electro Drake",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/electro-drake.webp",
      "cooldown": "8s",
      "description": "Summon an Electro Drake to attack enemies, dealing 43.20% Electro DMG 3 times.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "electro-drake:echo-echo-attack",
          "label": "Electro Drake - Echo Attack",
          "mvPct": 43.2,
          "hits": 3,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "midnight-veil",
        "gusts-of-welkin",
        "flaming-clawprint"
      ]
    },
    {
      "id": "la-guardia",
      "name": "La Guardia",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/la-guardia.webp",
      "cooldown": "15s",
      "description": "Transform into La Guardia and attack nearby targets, dealing 268.20% Physical DMG. Hold the Echo Skill to maintain the Echo form for a while to slash enemies and cast a ranged attack forward. The slash deals 268.20% Physical DMG, and the ranged attack deals 17.87% Physical DMG up to 15 times.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "la-guardia:echo-echo-attack",
          "label": "La Guardia - Echo Attack",
          "mvPct": 268.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "physical",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "la-guardia:echo-slash",
          "label": "La Guardia - Slash",
          "mvPct": 268.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "physical",
          "damageType": [
            "echo"
          ],
          "notes": "Requires holding Echo Skill."
        },
        {
          "id": "la-guardia:echo-ranged-attack",
          "label": "La Guardia - Ranged Attack",
          "mvPct": 17.87,
          "hits": 15,
          "scaling": "ATK",
          "element": "physical",
          "damageType": [
            "echo"
          ],
          "notes": "Requires holding Echo Skill; description says up to 15 times."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "midnight-veil",
        "gusts-of-welkin",
        "flaming-clawprint"
      ]
    },
    {
      "id": "nimbus-wraith",
      "name": "Nimbus Wraith",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/nimbus-wraith.webp",
      "cooldown": "15s",
      "description": "Summon a Nimbus Wraith that restores the active Resonator's HP by 2.70% of their Max HP, up to 4 times.",
      "buffs": [],
      "calculatorDamage": [],
      "calculatorBuffs": [],
      "sets": [
        "midnight-veil",
        "empyrean-anthem",
        "flamewings-shadow"
      ]
    },
    {
      "id": "voltscourge-stalker",
      "name": "Voltscourge Stalker",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/voltscourge-stalker.webp",
      "cooldown": "8s",
      "description": "Summon a Voltscourge Stalker to perform 3 stages of attacks on enemies, each dealing 43.20% Electro DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "voltscourge-stalker:echo-stage",
          "label": "Voltscourge Stalker - Stage",
          "mvPct": 43.2,
          "hits": 3,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "midnight-veil",
        "empyrean-anthem"
      ]
    },
    {
      "id": "chop-chop",
      "name": "Chop Chop",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/chop-chop.webp",
      "cooldown": "15s",
      "description": "Summon a Chop Chop to perform a series of consecutive attacks. The first 6 strikes each deal 19.26% Fusion DMG and the finishing strike deals 77.04% Fusion DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "chop-chop:echo-strike",
          "label": "Chop Chop - Strike",
          "mvPct": 19.26,
          "hits": 6,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "chop-chop:echo-finishing-strike",
          "label": "Chop Chop - Finishing Strike",
          "mvPct": 77.04,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "empyrean-anthem",
        "tidebreaking-courage",
        "dream-of-the-lost"
      ]
    },
    {
      "id": "calcified-junrock",
      "name": "Calcified Junrock",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/calcified-junrock.webp",
      "cooldown": "15s",
      "description": "Summon a Calcified Junrock that restores HP for nearby Resonators in the team by 2.52% of their Max HP, up to 5 times.",
      "buffs": [],
      "calculatorDamage": [],
      "calculatorBuffs": [],
      "sets": [
        "empyrean-anthem",
        "tidebreaking-courage",
        "crown-of-valor"
      ]
    },
    {
      "id": "dragon-of-dirge",
      "name": "Dragon of Dirge",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/dragon-of-dirge.webp",
      "cooldown": "25s",
      "description": "Transform into Dragon of Dirge and summon a Grief Rift lasting for 5s. Periodically deal 36.81% Fusion DMG to enemies within the area of effect. The Resonator with this Echo equipped in the main slot gains 12.00% Fusion DMG Bonus and 12.00% Basic Attack DMG Bonus.",
      "buffs": [
        {
          "stat": "Fusion DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Basic Attack DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "dragon-of-dirge:echo-grief-rift",
          "label": "Dragon of Dirge - Grief Rift",
          "mvPct": 36.81,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ],
          "notes": "Periodic hit while rift lasts for 5s; hit count depends on tick rate."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "dragon-of-dirge:main-slot:fusion-dmg-bonus",
          "kind": "dmgBonus",
          "element": "fusion",
          "value": 12,
          "target": "self"
        },
        {
          "id": "dragon-of-dirge:main-slot:basic-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "basic",
          "value": 12,
          "target": "self"
        }
      ],
      "sets": [
        "tidebreaking-courage"
      ]
    },
    {
      "id": "hurriclaw",
      "name": "Hurriclaw",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/hurriclaw.webp",
      "cooldown": "20s",
      "description": "Transform into Hurriclaw and charge forward, dealing 156.60% Aero DMG upon hit plus 156.60% Aero DMG with a sweep attack. Hold the Echo Skill to continue charging forward. Use Echo Skill again while charging to perform a sweep attack.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "hurriclaw:echo-charge",
          "label": "Hurriclaw - Charge",
          "mvPct": 156.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "hurriclaw:echo-sweep",
          "label": "Hurriclaw - Sweep",
          "mvPct": 156.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ],
          "notes": "Charge can be maintained by holding Echo Skill; sweep is triggered while charging."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "tidebreaking-courage",
        "gusts-of-welkin",
        "crown-of-valor"
      ]
    },
    {
      "id": "aero-drake",
      "name": "Aero Drake",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/aero-drake.webp",
      "cooldown": "8s",
      "description": "Summon an Aero Drake to attack enemies, dealing 129.60% Aero DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "aero-drake:echo-echo-attack",
          "label": "Aero Drake - Echo Attack",
          "mvPct": 129.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "tidebreaking-courage",
        "gusts-of-welkin",
        "flaming-clawprint"
      ]
    },
    {
      "id": "reminiscence-fleurdelys",
      "name": "Reminiscence: Fleurdelys",
      "class": "Calamity",
      "cost": 4,
      "image": "/images/echoes/reminiscence-fleurdelys.webp",
      "cooldown": "20s",
      "description": "Summon the Windcleaver to attack the target, dealing 27.36% Aero DMG 8 times and 136.80% Aero DMG once. The Resonator with this Echo equipped in their main slot gains 10.00% Aero DMG Bonus. If this Resonator is Rover: Aero or Cartethyia, grant another 10.00% Aero DMG Bonus.",
      "buffs": [
        {
          "stat": "Aero DMG Bonus",
          "value": 10,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "reminiscence-fleurdelys:echo-windcleaver",
          "label": "Reminiscence: Fleurdelys - Windcleaver",
          "mvPct": 27.36,
          "hits": 8,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "reminiscence-fleurdelys:echo-final-hit",
          "label": "Reminiscence: Fleurdelys - Final Hit",
          "mvPct": 136.8,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "reminiscence-fleurdelys:main-slot:aero-dmg-bonus",
          "kind": "dmgBonus",
          "element": "aero",
          "value": 10,
          "target": "self",
          "notes": "Main-slot bonus: +10% Aero DMG Bonus."
        },
        {
          "id": "reminiscence-fleurdelys:main-slot:aero-dmg-bonus:extra",
          "kind": "dmgBonus",
          "element": "aero",
          "value": 10,
          "target": "self",
          "onlyForCharacters": [
            "rover-aero",
            "cartethyia"
          ],
          "notes": "Additional +10% Aero DMG Bonus for Rover: Aero or Cartethyia."
        }
      ],
      "sets": [
        "gusts-of-welkin",
        "windward-pilgrimage"
      ]
    },
    {
      "id": "nightmare-kelpie",
      "name": "Nightmare: Kelpie",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/nightmare-kelpie.webp",
      "cooldown": "25s",
      "description": "Transform into Nightmare: Kelpie to attack nearby targets, dealing 405% Glacio DMG. The Resonator with this Echo equipped in the main slot gains 12.00% Glacio DMG Bonus and 12.00% Aero DMG Bonus. Switching out the Resonator with Outro Skill summons Nightmares: Kelpie to deal 405.00% Aero DMG.",
      "buffs": [
        {
          "stat": "Glacio DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Aero DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "nightmare-kelpie:echo-echo-attack",
          "label": "Nightmare: Kelpie - Echo Attack",
          "mvPct": 405,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "nightmare-kelpie:echo-outro-attack",
          "label": "Nightmare: Kelpie - Outro Attack",
          "mvPct": 405,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "outro"
          ],
          "notes": "Switching out the Resonator with Outro Skill summons Nightmare: Kelpie to deal Aero DMG."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "nightmare-kelpie:main-slot:glacio-dmg-bonus",
          "kind": "dmgBonus",
          "element": "glacio",
          "value": 12,
          "target": "self"
        },
        {
          "id": "nightmare-kelpie:main-slot:aero-dmg-bonus",
          "kind": "dmgBonus",
          "element": "aero",
          "value": 12,
          "target": "self"
        }
      ],
      "sets": [
        "gusts-of-welkin",
        "windward-pilgrimage"
      ]
    },
    {
      "id": "glacio-drake",
      "name": "Glacio Drake",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/glacio-drake.webp",
      "cooldown": "8s",
      "description": "Summon a Glacio Drake to attack enemies, dealing 25.92% Glacio DMG 5 times.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "glacio-drake:echo-echo-attack",
          "label": "Glacio Drake - Echo Attack",
          "mvPct": 25.92,
          "hits": 5,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "gusts-of-welkin",
        "windward-pilgrimage"
      ]
    },
    {
      "id": "devotees-flesh",
      "name": "Devotee's Flesh",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/devotees-flesh.webp",
      "cooldown": "8s",
      "description": "Summon a Devotee's Flesh to attack enemies, dealing 43.20% Aero DMG 3 times.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "devotees-flesh:echo-echo-attack",
          "label": "Devotee's Flesh - Echo Attack",
          "mvPct": 43.2,
          "hits": 3,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "gusts-of-welkin",
        "flaming-clawprint",
        "windward-pilgrimage"
      ]
    },
    {
      "id": "sacerdos",
      "name": "Sacerdos",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/sacerdos.webp",
      "cooldown": "8s",
      "description": "Summon a Sacerdos to attack enemies, dealing 64.80% Aero DMG 2 times.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "sacerdos:echo-echo-attack",
          "label": "Sacerdos - Echo Attack",
          "mvPct": 64.8,
          "hits": 2,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "gusts-of-welkin",
        "windward-pilgrimage"
      ]
    },
    {
      "id": "lioness-of-glory",
      "name": "Lioness of Glory",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/lioness-of-glory.webp",
      "cooldown": "20s",
      "description": "Summon the Halberd of Glory to crush an area, dealing 82.08% Fusion DMG to nearby targets, and then blast off after a short delay, dealing 191.52% Fusion DMG. The Resonator with this Echo equipped in the main slot gains 12.00% Fusion DMG Bonus and 12.00% Resonance Liberation DMG Bonus.",
      "buffs": [
        {
          "stat": "Fusion DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Resonance Liberation DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "lioness-of-glory:echo-crush",
          "label": "Lioness of Glory - Crush",
          "mvPct": 82.08,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "lioness-of-glory:echo-blast-off",
          "label": "Lioness of Glory - Blast Off",
          "mvPct": 191.52,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ],
          "notes": "Occurs after a short delay."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "lioness-of-glory:main-slot:fusion-dmg-bonus",
          "kind": "dmgBonus",
          "element": "fusion",
          "value": 12,
          "target": "self"
        },
        {
          "id": "lioness-of-glory:main-slot:liberation-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "liberation",
          "value": 12,
          "target": "self"
        }
      ],
      "sets": [
        "flaming-clawprint"
      ]
    },
    {
      "id": "corrosaurus",
      "name": "Corrosaurus",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/corrosaurus.webp",
      "cooldown": "20s",
      "description": "Summon a Corrosaurus to attack enemies, dealing 273.60% Fusion DMG. The Resonator with this Echo equipped in the main slot gains 12.00% Fusion DMG Bonus and 20.00% Echo Skill DMG Bonus.",
      "buffs": [
        {
          "stat": "Fusion DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Echo Skill DMG Bonus",
          "value": 20,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "corrosaurus:echo-echo-attack",
          "label": "Corrosaurus - Echo Attack",
          "mvPct": 273.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "corrosaurus:main-slot:fusion-dmg-bonus",
          "kind": "dmgBonus",
          "element": "fusion",
          "value": 12,
          "target": "self"
        },
        {
          "id": "corrosaurus:main-slot:echo-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "echo",
          "value": 20,
          "target": "self"
        }
      ],
      "sets": [
        "flaming-clawprint",
        "flamewings-shadow"
      ]
    },
    {
      "id": "kerasaur",
      "name": "Kerasaur",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/kerasaur.webp",
      "cooldown": "15s",
      "description": "Transform into Kerasaur to leap into the air and slam down, dealing 268.20% Aero DMG. Shortly after hitting the target, cast Echo Skill again to charge at the target, dealing 268.20% Aero DMG. The Resonator with this Echo equipped in the main slot gains 12.00% Aero DMG Bonus and 12.00% Resonance Liberation DMG Bonus.",
      "buffs": [
        {
          "stat": "Aero DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Resonance Liberation DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "kerasaur:echo-slam",
          "label": "Kerasaur - Slam",
          "mvPct": 268.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "kerasaur:echo-charge",
          "label": "Kerasaur - Charge",
          "mvPct": 268.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ],
          "notes": "Requires casting Echo Skill again shortly after hitting the target."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "kerasaur:main-slot:aero-dmg-bonus",
          "kind": "dmgBonus",
          "element": "aero",
          "value": 12,
          "target": "self"
        },
        {
          "id": "kerasaur:main-slot:liberation-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "liberation",
          "value": 12,
          "target": "self"
        }
      ],
      "sets": [
        "flaming-clawprint",
        "windward-pilgrimage",
        "flamewings-shadow"
      ]
    },
    {
      "id": "pilgrims-shell",
      "name": "Pilgrim's Shell",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/pilgrims-shell.webp",
      "cooldown": "15s",
      "description": "Transform into a Pilgrim's Shell to attack nearby enemies, dealing 268.20% Aero DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "pilgrims-shell:echo-echo-attack",
          "label": "Pilgrim's Shell - Echo Attack",
          "mvPct": 268.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "flaming-clawprint",
        "windward-pilgrimage"
      ]
    },
    {
      "id": "fusion-drake",
      "name": "Fusion Drake",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/fusion-drake.webp",
      "cooldown": "8s",
      "description": "Summon a Fusion Drake to attack enemies, dealing 25.92% Fusion DMG 3 times.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "fusion-drake:echo-echo-attack",
          "label": "Fusion Drake - Echo Attack",
          "mvPct": 25.92,
          "hits": 3,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "flaming-clawprint",
        "windward-pilgrimage"
      ]
    },
    {
      "id": "havoc-drake",
      "name": "Havoc Drake",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/havoc-drake.webp",
      "cooldown": "8s",
      "description": "Summon a Havoc Drake to attack enemies, dealing 129.60% Havoc DMG 3 times.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "havoc-drake:echo-echo-attack",
          "label": "Havoc Drake - Echo Attack",
          "mvPct": 129.6,
          "hits": 3,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "flaming-clawprint",
        "windward-pilgrimage",
        "thread-of-severed-fate"
      ]
    },
    {
      "id": "spectro-drake",
      "name": "Spectro Drake",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/spectro-drake.webp",
      "cooldown": "8s",
      "description": "Summon a Spectro Drake to attack enemies, dealing 43.20% Spectro DMG 3 times.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "spectro-drake:echo-echo-attack",
          "label": "Spectro Drake - Echo Attack",
          "mvPct": 43.2,
          "hits": 3,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "flaming-clawprint",
        "windward-pilgrimage"
      ]
    },
    {
      "id": "nightmare-hecate",
      "name": "Nightmare: Hecate",
      "class": "Calamity",
      "cost": 4,
      "image": "/images/echoes/nightmare-hecate.webp",
      "cooldown": "25s",
      "description": "Transform into Nightmare: Hecate. Leap up and smash down, dealing 3 stages of damage, each dealing Havoc DMG equal to 152.39% of her ATK. The Resonator with the Echo equipped in the main slot gains 12.00% Havoc DMG Bonus and 20.00% Echo Skill DMG Bonus.",
      "buffs": [
        {
          "stat": "Havoc DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Echo Skill DMG Bonus",
          "value": 20,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "nightmare-hecate:echo-nightmare-hecate",
          "label": "Nightmare: Hecate - Nightmare: Hecate",
          "mvPct": 152.39,
          "hits": 3,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "nightmare-hecate:main-slot:havoc-dmg-bonus",
          "kind": "dmgBonus",
          "element": "havoc",
          "value": 12,
          "target": "self"
        },
        {
          "id": "nightmare-hecate:main-slot:echo-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "echo",
          "value": 20,
          "target": "self"
        }
      ],
      "sets": [
        "dream-of-the-lost"
      ]
    },
    {
      "id": "reminiscence-fenrico",
      "name": "Reminiscence: Fenrico",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/reminiscence-fenrico.webp",
      "cooldown": "20s",
      "description": "Summon the Talons of Decree to attack nearby enemies, dealing 273.60% Aero DMG. The Resonator with this Echo equipped in their main slot gains 12.00% Aero DMG Bonus and 12.00% Heavy Attack DMG Bonus.",
      "buffs": [
        {
          "stat": "Aero DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Heavy Attack DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "reminiscence-fenrico:echo-echo-attack",
          "label": "Reminiscence: Fenrico - Echo Attack",
          "mvPct": 273.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "reminiscence-fenrico:main-slot:aero-dmg-bonus",
          "kind": "dmgBonus",
          "element": "aero",
          "value": 12,
          "target": "self"
        },
        {
          "id": "reminiscence-fenrico:main-slot:heavy-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "heavy",
          "value": 12,
          "target": "self"
        }
      ],
      "sets": [
        "dream-of-the-lost",
        "law-of-harmony"
      ]
    },
    {
      "id": "nightmare-glacio-predator",
      "name": "Nightmare: Glacio Predator",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/nightmare-glacio-predator.webp",
      "cooldown": "8s",
      "description": "Summon a Glacio Predator that throws an ice spear, dealing 46.08% Glacio DMG on hit. Deal 4.61% Glacio DMG up to 10 times during the charging time, and 23.04% Glacio DMG when the spear explodes.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "nightmare-glacio-predator:echo-ice-spear",
          "label": "Nightmare: Glacio Predator - Ice Spear",
          "mvPct": 46.08,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "nightmare-glacio-predator:echo-charge",
          "label": "Nightmare: Glacio Predator - Charge",
          "mvPct": 4.61,
          "hits": 10,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ],
          "notes": "Description says up to 10 times during charging time."
        },
        {
          "id": "nightmare-glacio-predator:echo-explosion",
          "label": "Nightmare: Glacio Predator - Explosion",
          "mvPct": 23.04,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "dream-of-the-lost"
      ]
    },
    {
      "id": "nightmare-havoc-warrior",
      "name": "Nightmare: Havoc Warrior",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/nightmare-havoc-warrior.webp",
      "cooldown": "15s",
      "description": "Transform into Havoc Warrior to attack up to 3 times, dealing 171.73% Havoc DMG each time.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "nightmare-havoc-warrior:echo-echo-attack",
          "label": "Nightmare: Havoc Warrior - Echo Attack",
          "mvPct": 171.73,
          "hits": 3,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ],
          "notes": "Description says up to 3 times."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "dream-of-the-lost"
      ]
    },
    {
      "id": "nightmare-tambourinist",
      "name": "Nightmare: Tambourinist",
      "class": "Common",
      "cost": 3,
      "image": "/images/echoes/nightmare-tambourinist.webp",
      "cooldown": "15s",
      "description": "Summon a Tambourinist that plays out Melodies of Annihilation. Any Resonator on the team gains the following effect for 10s upon obtaining a Melody of Annihilation: When the Resonator hits a target, the Tambourinist deals 14.40% Havoc DMG to the target, up to 10 times.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "nightmare-tambourinist:echo-melodies-of-annihilation",
          "label": "Nightmare: Tambourinist - Melodies of Annihilation",
          "mvPct": 14.4,
          "hits": 10,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ],
          "notes": "Any Resonator gains the effect for 10s; when the Resonator hits a target, the Tambourinist deals Havoc DMG up to 10 times."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "dream-of-the-lost"
      ]
    },
    {
      "id": "lady-of-the-sea",
      "name": "Lady of the Sea",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/lady-of-the-sea.webp",
      "cooldown": "20s",
      "description": "Summon a Tidestorm to deal 13.68% Aero DMG ten times and 164.16% Aero DMG one time to enemies. The Resonator with this Echo equipped in the main slot gains 12.00% Aero DMG Bonus and 12.00% Resonance Liberation DMG Bonus.",
      "buffs": [
        {
          "stat": "Aero DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Resonance Liberation DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "lady-of-the-sea:echo-echo-tidestorm",
          "label": "Lady of the Sea - Echo Tidestorm",
          "mvPct": 13.68,
          "hits": 10,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "lady-of-the-sea:echo-echo-final-hit",
          "label": "Lady of the Sea - Echo Final Hit",
          "mvPct": 164.16,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "lady-of-the-sea:main-slot:aero-dmg-bonus",
          "kind": "dmgBonus",
          "element": "aero",
          "value": 12,
          "target": "self"
        },
        {
          "id": "lady-of-the-sea:main-slot:liberation-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "liberation",
          "value": 12,
          "target": "self"
        }
      ],
      "sets": [
        "crown-of-valor"
      ]
    },
    {
      "id": "the-false-sovereign",
      "name": "The False Sovereign",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/the-false-sovereign.webp",
      "cooldown": "8s",
      "description": "Transform into the False Sovereign and dash forward in a spinning strike, dealing 55.35% Electro DMG 4 times. The Resonator with this Echo equipped in the main slot gains 12.00% Electro DMG Bonus and 12.00% Heavy Attack DMG Bonus. Upon casting Intro Skill, the False Sovereign is also summoned to deal 405.00% Electro DMG. Start with 2 charges. Gain 1 charge every 8s, up to 2 charges.",
      "buffs": [
        {
          "stat": "Electro DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Heavy Attack DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "the-false-sovereign:echo-spinning-strike",
          "label": "The False Sovereign - Spinning Strike",
          "mvPct": 55.35,
          "hits": 4,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "the-false-sovereign:echo-intro-attack",
          "label": "The False Sovereign - Intro Attack",
          "mvPct": 405,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "intro"
          ],
          "notes": "Upon casting Intro Skill, the False Sovereign is also summoned to deal Electro DMG."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "the-false-sovereign:main-slot:electro-dmg-bonus",
          "kind": "dmgBonus",
          "element": "electro",
          "value": 12,
          "target": "self"
        },
        {
          "id": "the-false-sovereign:main-slot:heavy-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "heavy",
          "value": 12,
          "target": "self"
        }
      ],
      "sets": [
        "crown-of-valor"
      ]
    },
    {
      "id": "nightmare-violet-feathered-heron",
      "name": "Nightmare: Violet-Feathered Heron",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/nightmare-violet-feathered-heron.webp",
      "cooldown": "15s",
      "description": "Transform into Violet-Feathered Heron and enter a Parry Stance. Counterattack when the Parry stance is over, dealing 288% Electro DMG. If attacked during Parry Stance, you can counterattack in advance and additionally recover 5 Concerto Energy.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "nightmare-violet-feathered-heron:echo-counterattack",
          "label": "Nightmare: Violet-Feathered Heron - Counterattack",
          "mvPct": 288,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ],
          "notes": "Can counterattack in advance if attacked during Parry Stance; additionally recovers 5 Concerto Energy (not modeled)."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "crown-of-valor"
      ]
    },
    {
      "id": "nightmare-aero-predator",
      "name": "Nightmare: Aero Predator",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/nightmare-aero-predator.webp",
      "cooldown": "8s",
      "description": "Summon an Aero Predator that throws a dart forward. The dart will bounce between enemies up to three times, dealing 28.80% Aero DMG each time it hits.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "nightmare-aero-predator:echo-dart",
          "label": "Nightmare: Aero Predator - Dart",
          "mvPct": 28.8,
          "hits": 3,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ],
          "notes": "Dart bounces between enemies up to three times."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "crown-of-valor"
      ]
    },
    {
      "id": "nightmare-electro-predator",
      "name": "Nightmare: Electro Predator",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/nightmare-electro-predator.webp",
      "cooldown": "8s",
      "description": "Summon an Electro Predator to shoot the enemy 5 times. The first 4 shots deals 17.28% Electro DMG, and the last deals 46.08% Electro DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "nightmare-electro-predator:echo-shot",
          "label": "Nightmare: Electro Predator - Shot",
          "mvPct": 17.28,
          "hits": 4,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "nightmare-electro-predator:echo-final-shot",
          "label": "Nightmare: Electro Predator - Final Shot",
          "mvPct": 46.08,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "crown-of-valor"
      ]
    },
    {
      "id": "nightmare-cyan-feathered-heron",
      "name": "Nightmare: Cyan-Feathered Heron",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/nightmare-cyan-feathered-heron.webp",
      "cooldown": "15s",
      "description": "Transform into Cyan-Feathered Heron and charge at the enemies, dealing 236.80% Aero DMG; This Echo Skill interrupts enemy Special Skills upon dealing damage.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "nightmare-cyan-feathered-heron:echo-charge",
          "label": "Nightmare: Cyan-Feathered Heron - Charge",
          "mvPct": 236.8,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ],
          "notes": "Interrupts enemy Special Skills upon dealing damage (not modeled)."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "law-of-harmony"
      ]
    },
    {
      "id": "nightmare-chirpuff",
      "name": "Nightmare: Chirpuff",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/nightmare-chirpuff.webp",
      "cooldown": "8s",
      "description": "Summon a Chirpuff that self-inflates and blasts a powerful gust of wind forward 3 times. Each blast inflicts 38.40% Aero DMG and pushes enemies backwards.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "nightmare-chirpuff:echo-blast",
          "label": "Nightmare: Chirpuff - Blast",
          "mvPct": 38.4,
          "hits": 3,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ],
          "notes": "Pushback is not modeled."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "law-of-harmony"
      ]
    },
    {
      "id": "nightmare-gulpuff",
      "name": "Nightmare: Gulpuff",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/nightmare-gulpuff.webp",
      "cooldown": "8s",
      "description": "Summon a Gulpuff that blows bubbles 5 times, each time dealing 23.04% Glacio DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "nightmare-gulpuff:echo-bubble",
          "label": "Nightmare: Gulpuff - Bubble",
          "mvPct": 23.04,
          "hits": 5,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "law-of-harmony"
      ]
    },
    {
      "id": "reminiscence-threnodian-leviathan",
      "name": "Reminiscence: Threnodian - Leviathan",
      "class": "Calamity",
      "cost": 4,
      "image": "/images/echoes/reminiscence-threnodian-leviathan.webp",
      "cooldown": "25s",
      "description": "Summon a Collapsing Horizon, dealing two instances of 131.04% Havoc DMG to the nearby enemies and obtaining the Core of Collapse for 15s. While it lasts, Core of Collapse deals 24.57% Havoc DMG when the active Resonator in the team deals damage. This effect can be triggered once every 0.5s, up to 8. Enemies with Havoc Bane take 100% more DMG from this effect. The Resonator with this Echo equipped in the main slot gains 12% Havoc DMG Bonus and 12% Resonance Liberation DMG Bonus.",
      "buffs": [
        {
          "stat": "Havoc DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Resonance Liberation DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "reminiscence-threnodian-leviathan:echo-collapsing-horizon",
          "label": "Reminiscence: Threnodian - Leviathan - Collapsing Horizon",
          "mvPct": 131.04,
          "hits": 2,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "reminiscence-threnodian-leviathan:echo-core-of-collapse",
          "label": "Reminiscence: Threnodian - Leviathan - Core of Collapse",
          "mvPct": 24.57,
          "hits": 8,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ],
          "notes": "Triggers when the active Resonator deals damage. Can trigger once every 0.5s, up to 8. Havoc Bane +100% DMG is not modeled."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "reminiscence-threnodian-leviathan:main-slot:havoc-dmg-bonus",
          "kind": "dmgBonus",
          "element": "havoc",
          "value": 12,
          "target": "self"
        },
        {
          "id": "reminiscence-threnodian-leviathan:main-slot:liberation-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "liberation",
          "value": 12,
          "target": "self"
        }
      ],
      "sets": [
        "flamewings-shadow",
        "thread-of-severed-fate"
      ]
    },
    {
      "id": "nightmare-viridblaze-saurian",
      "name": "Nightmare: Viridblaze Saurian",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/nightmare-viridblaze-saurian.webp",
      "cooldown": "8s",
      "description": "Summon a Viridblaze Saurian to continuously spit fire, dealing 17.12% Fusion DMG 10 times.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "nightmare-viridblaze-saurian:echo-fire",
          "label": "Nightmare: Viridblaze Saurian - Fire",
          "mvPct": 17.12,
          "hits": 10,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "flamewings-shadow"
      ]
    },
    {
      "id": "nightmare-baby-roseshroom",
      "name": "Nightmare: Baby Roseshroom",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/nightmare-baby-roseshroom.webp",
      "cooldown": "8s",
      "description": "Summon a Baby Roseshroom that fires a laser, dealing 32.00%+64 Havoc DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "nightmare-baby-roseshroom:echo-laser",
          "label": "Nightmare: Baby Roseshroom - Laser",
          "mvPct": 32,
          "flatDmg": 64,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ],
          "notes": "Hybrid damage listed as 32.00%+64."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "flamewings-shadow"
      ]
    },
    {
      "id": "nightmare-baby-viridblaze-saurian",
      "name": "Nightmare: Baby Viridblaze Saurian",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/nightmare-baby-viridblaze-saurian.webp",
      "cooldown": "8s",
      "description": "Transform into Baby Viridblaze Saurian to rest in place, and slowly restore HP.",
      "buffs": [],
      "calculatorDamage": [],
      "calculatorBuffs": [],
      "sets": [
        "flamewings-shadow"
      ]
    },
    {
      "id": "tremor-warrior",
      "name": "Tremor Warrior",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/tremor-warrior.webp",
      "cooldown": "8s",
      "description": "Transform into a Tremor Warrior and viciously attack enemies in the front, dealing 205.20% Electro DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "tremor-warrior:echo-attack",
          "label": "Tremor Warrior - Attack",
          "mvPct": 205.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "halo-of-starry-radiance",
        "chromatic-foam",
        "wishes-of-quiet-snowfall"
      ]
    },
    {
      "id": "flora-drone",
      "name": "Flora Drone",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/flora-drone.webp",
      "cooldown": "8s",
      "description": "Summon a Flora Drone, dealing 64.80% Aero DMG to enemies and healing Resonators within range by 3.60% of their Max HP plus an additional 160 HP.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "flora-drone:echo-hit",
          "label": "Flora Drone - Hit",
          "mvPct": 64.8,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ],
          "notes": "Healing (3.60% Max HP + 160) is not modeled."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "pact-of-neonlight-leap",
        "rite-of-gilded-revelation",
        "sound-of-true-name",
        "reel-of-spliced-memories"
      ]
    },
    {
      "id": "mining-drone",
      "name": "Mining Drone",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/mining-drone.webp",
      "cooldown": "8s",
      "description": "Transform into a Mining Drone to attack enemies, dealing 102.60% Havoc DMG twice.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "mining-drone:echo-attacks",
          "label": "Mining Drone - Attacks",
          "mvPct": 102.6,
          "hits": 2,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "halo-of-starry-radiance",
        "rite-of-gilded-revelation",
        "sound-of-true-name",
        "reel-of-spliced-memories"
      ]
    },
    {
      "id": "geospider-s4",
      "name": "Geospider S4",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/geospider-s4.webp",
      "cooldown": "8s",
      "description": "Summon a Geospider S4 to attack enemies, dealing 51.84% Spectro DMG once and 77.76% Spectro DMG once.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "geospider-s4:echo-hit-1",
          "label": "Geospider S4 - Hit 1",
          "mvPct": 51.84,
          "hits": 1,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "geospider-s4:echo-hit-2",
          "label": "Geospider S4 - Hit 2",
          "mvPct": 77.76,
          "hits": 1,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "pact-of-neonlight-leap",
        "halo-of-starry-radiance",
        "trailblazing-star"
      ]
    },
    {
      "id": "zip-zap",
      "name": "Zip Zap",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/zip-zap.webp",
      "cooldown": "8s",
      "description": "Summon a Zip Zap to launch spinning attacks at enemies, dealing 25.92% Electro DMG 5 times.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "zip-zap:echo-spinning-attacks",
          "label": "Zip Zap - Spinning Attacks",
          "mvPct": 25.92,
          "hits": 5,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "pact-of-neonlight-leap",
        "rite-of-gilded-revelation",
        "chromatic-foam",
        "sound-of-true-name"
      ]
    },
    {
      "id": "twin-nova-nebulous-cannon",
      "name": "Twin Nova: Nebulous Cannon",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/twin-nova-nebulous-cannon.webp",
      "cooldown": "8s",
      "description": "Transform into a Twin Nova: Nebulous Cannon to slash enemies twice, with each attack dealing 80.51% Spectro DMG.\n\nThe Resonator with this Echo equipped in the main slot gains 12.00% Spectro DMG Bonus and 12.00% Basic Attack DMG Bonus.\n\nIf Twin Nova: Collapsar Blade is equipped in another slot on the Resonator:\n- Casting Echo Skill in succession transforms you into Nebulous Cannon and Collapsar Blade alternately and is considered casting Echo skills of the same name. The DMG Bonus from the Echo in the main slot remains unchanged.\n- DMG dealt by Twin Nova: Collapsar Blade becomes Spectro DMG.\n- Casting Basic Attacks grants 1 stack of Dyad Origins. Casting Resonance Skill grants 3 stacks of Dyad Origins. Dyad Origins can stack up to 6 times and lasts for 8s. Each stack increases Echo Skill DMG by 10%, and all stacks are cleared after this Echo Skill ends.\n-This skill is capped at 2 uses. Initially, this skill can be used 2 times, with 1 use added every 8s.",
      "buffs": [
        {
          "stat": "Spectro DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Basic Attack DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "twin-nova-nebulous-cannon:echo-slashes",
          "label": "Twin Nova: Nebulous Cannon - Slashes",
          "mvPct": 80.51,
          "hits": 2,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "twin-nova-nebulous-cannon:main-slot:spectro-dmg-bonus",
          "kind": "dmgBonus",
          "element": "spectro",
          "value": 12,
          "target": "self",
          "notes": "Main slot bonus."
        },
        {
          "id": "twin-nova-nebulous-cannon:main-slot:basic-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "basic",
          "value": 12,
          "target": "self",
          "notes": "Main slot bonus."
        }
      ],
      "sets": [
        "rite-of-gilded-revelation",
        "chromatic-foam"
      ]
    },
    {
      "id": "twin-nova-collapsar-blade",
      "name": "Twin Nova: Collapsar Blade",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/twin-nova-collapsar-blade.webp",
      "cooldown": "8s",
      "description": "Transform into a Twin Nova: Collapsar Blade to rapidly fire at enemies for 5s, with each attack dealing 2.01% Electro DMG.\n\nThe Resonator with this Echo equipped in the main slot gains 12.00% Electro DMG Bonus and 12.00% Basic Attack DMG Bonus.\n\nIf Twin Nova: Nebulous Cannon is equipped in another slot on the Resonator:\n- Casting Echo Skill in succession transforms you into Collapsar Blade and Nebulous Cannon alternately and is considered casting Echo skills of the same name.\n- DMG dealt by Twin Nova: Collapsar Blade becomes Spectro DMG. The Electro DMG Bonus gained from equipping it in the main slot is turned into Spectro DMG Bonus.\n- Casting Basic Attacks grants 1 stack of Dyad Origins. Casting Resonance Skill grants 3 stacks of Dyad Origins. Dyad Origins can stack up to 6 times and lasts for 8s. Each stack increases Echo Skill DMG by 10%, and all stacks are cleared after this Echo Skill ends.\n- This skill is capped at 2 uses. Initially, this skill can be used 2 times, with 1 use added every 8s.",
      "buffs": [
        {
          "stat": "Electro DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Basic Attack DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "twin-nova-collapsar-blade:echo-rapid-fire",
          "label": "Twin Nova: Collapsar Blade - Rapid Fire",
          "mvPct": 2.01,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ],
          "notes": "Repeatable while firing for 5s; hit count depends on attack rate."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "twin-nova-collapsar-blade:main-slot:electro-dmg-bonus",
          "kind": "dmgBonus",
          "element": "electro",
          "value": 12,
          "target": "self",
          "notes": "Main slot bonus."
        },
        {
          "id": "twin-nova-collapsar-blade:main-slot:basic-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "basic",
          "value": 12,
          "target": "self",
          "notes": "Main slot bonus."
        }
      ],
      "sets": [
        "rite-of-gilded-revelation",
        "trailblazing-star",
        "sound-of-true-name"
      ]
    },
    {
      "id": "phantom-twin-nova-nebulous-cannon",
      "name": "Phantom: Twin Nova - Nebulous Cannon",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/phantom-twin-nova-nebulous-cannon.webp",
      "cooldown": "8s",
      "description": "Transform into a Twin Nova: Nebulous Cannon to slash enemies twice, with each attack dealing 80.51% Spectro DMG.\n\nThe Resonator with this Echo equipped in the main slot gains 12.00% Spectro DMG Bonus and 12.00% Basic Attack DMG Bonus.\n\nIf Twin Nova: Collapsar Blade is equipped in another slot on the Resonator:\n- Casting Echo Skill in succession transforms you into Nebulous Cannon and Collapsar Blade alternately and is considered casting Echo skills of the same name. The DMG Bonus from the Echo in the main slot remains unchanged.\n- DMG dealt by Twin Nova: Collapsar Blade becomes Spectro DMG.\n- Casting Basic Attacks grants 1 stack of Dyad Origins. Casting Resonance Skill grants 3 stacks of Dyad Origins. Dyad Origins can stack up to 6 times and lasts for 8s. Each stack increases Echo Skill DMG by 10%, and all stacks are cleared after this Echo Skill ends.\n-This skill is capped at 2 uses. Initially, this skill can be used 2 times, with 1 use added every 8s.",
      "buffs": [
        {
          "stat": "Spectro DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Basic Attack DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "phantom-twin-nova-nebulous-cannon:echo-slashes",
          "label": "Phantom: Twin Nova - Nebulous Cannon - Slashes",
          "mvPct": 80.51,
          "hits": 2,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "phantom-twin-nova-nebulous-cannon:main-slot:spectro-dmg-bonus",
          "kind": "dmgBonus",
          "element": "spectro",
          "value": 12,
          "target": "self",
          "notes": "Main slot bonus."
        },
        {
          "id": "phantom-twin-nova-nebulous-cannon:main-slot:basic-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "basic",
          "value": 12,
          "target": "self",
          "notes": "Main slot bonus."
        }
      ],
      "sets": [
        "rite-of-gilded-revelation",
        "chromatic-foam"
      ]
    },
    {
      "id": "phantom-twin-nova-collapsar-blade",
      "name": "Phantom: Twin Nova - Collapsar Blade",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/phantom-twin-nova-collapsar-blade.webp",
      "cooldown": "8s",
      "description": "Transform into a Twin Nova: Collapsar Blade to rapidly fire at enemies for 5s, with each attack dealing 2.01% Electro DMG.\n\nThe Resonator with this Echo equipped in the main slot gains 12.00% Electro DMG Bonus and 12.00% Basic Attack DMG Bonus.\n\nIf Twin Nova: Nebulous Cannon is equipped in another slot on the Resonator:\n- Casting Echo Skill in succession transforms you into Collapsar Blade and Nebulous Cannon alternately and is considered casting Echo skills of the same name.\n- DMG dealt by Twin Nova: Collapsar Blade becomes Spectro DMG. The Electro DMG Bonus gained from equipping it in the main slot is turned into Spectro DMG Bonus.\n- Casting Basic Attacks grants 1 stack of Dyad Origins. Casting Resonance Skill grants 3 stacks of Dyad Origins. Dyad Origins can stack up to 6 times and lasts for 8s. Each stack increases Echo Skill DMG by 10%, and all stacks are cleared after this Echo Skill ends.\n- This skill is capped at 2 uses. Initially, this skill can be used 2 times, with 1 use added every 8s.",
      "buffs": [
        {
          "stat": "Electro DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Basic Attack DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "phantom-twin-nova-collapsar-blade:echo-rapid-fire",
          "label": "Phantom: Twin Nova - Collapsar Blade - Rapid Fire",
          "mvPct": 2.01,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ],
          "notes": "Repeatable while firing for 5s; hit count depends on attack rate."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "phantom-twin-nova-collapsar-blade:main-slot:electro-dmg-bonus",
          "kind": "dmgBonus",
          "element": "electro",
          "value": 12,
          "target": "self",
          "notes": "Main slot bonus."
        },
        {
          "id": "phantom-twin-nova-collapsar-blade:main-slot:basic-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "basic",
          "value": 12,
          "target": "self",
          "notes": "Main slot bonus."
        }
      ],
      "sets": [
        "rite-of-gilded-revelation",
        "trailblazing-star",
        "sound-of-true-name"
      ]
    },
    {
      "id": "flora-reindeer",
      "name": "Flora Reindeer",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/flora-reindeer.webp",
      "cooldown": "15s",
      "description": "Summon a Flora Reindeer to attack enemies within a large range, dealing 192.60% Aero DMG.\n\nCD: 15s.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "flora-reindeer:echo-attack",
          "label": "Flora Reindeer - Attack",
          "mvPct": 192.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "rite-of-gilded-revelation",
        "reel-of-spliced-memories"
      ]
    },
    {
      "id": "mining-reindeer",
      "name": "Mining Reindeer",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/mining-reindeer.webp",
      "cooldown": "20s",
      "description": "Summon a Mining Reindeer to launch a charged attack at enemies, dealing 237.60% Electro DMG.\n\nCD: 20s.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "mining-reindeer:echo-charged-attack",
          "label": "Mining Reindeer - Charged Attack",
          "mvPct": 237.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "pact-of-neonlight-leap",
        "reel-of-spliced-memories"
      ]
    },
    {
      "id": "ironhoof",
      "name": "Ironhoof",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/ironhoof.webp",
      "cooldown": "15s",
      "description": "\nTransform into an Ironhoof to charge at enemies, dealing 53.64% Fusion DMG. At the end of the charge, unleash a goring attack that deals 13.41% Fusion DMG 3 times and 174.33% Fusion DMG once.\n\nCD: 15s.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "ironhoof:echo-charge",
          "label": "Ironhoof - Charge",
          "mvPct": 53.64,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "ironhoof:echo-goring-hits",
          "label": "Ironhoof - Goring (Hits)",
          "mvPct": 13.41,
          "hits": 3,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "ironhoof:echo-goring-final",
          "label": "Ironhoof - Goring (Final)",
          "mvPct": 174.33,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "pact-of-neonlight-leap",
        "wishes-of-quiet-snowfall",
        "reel-of-spliced-memories"
      ]
    },
    {
      "id": "spacetrek-explorer",
      "name": "Spacetrek Explorer",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/spacetrek-explorer.webp",
      "cooldown": "20s",
      "description": "Summon a Spacetrek Explorer to grant nearby active Resonators in the team a Shield equal to 10% of the summoner's Max HP for 4s.",
      "buffs": [],
      "calculatorDamage": [],
      "calculatorBuffs": [],
      "sets": [
        "halo-of-starry-radiance",
        "chromatic-foam",
        "sound-of-true-name"
      ]
    },
    {
      "id": "sabercat-reaver",
      "name": "Sabercat Reaver",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/sabercat-reaver.webp",
      "cooldown": "15s",
      "description": "Summon a Sabercat Reaver to attack enemies, dealing 192.60% Fusion DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "sabercat-reaver:echo-attack",
          "label": "Sabercat Reaver - Attack",
          "mvPct": 192.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "pact-of-neonlight-leap",
        "halo-of-starry-radiance",
        "sound-of-true-name"
      ]
    },
    {
      "id": "sabercat-prowler",
      "name": "Sabercat Prowler",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/sabercat-prowler.webp",
      "cooldown": "15s",
      "description": "Summon a Sabercat Prowler to fire beams at enemies, dealing 192.60% Havoc DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "sabercat-prowler:echo-beams",
          "label": "Sabercat Prowler - Beams",
          "mvPct": 192.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "pact-of-neonlight-leap",
        "halo-of-starry-radiance",
        "sound-of-true-name"
      ]
    },
    {
      "id": "frostbite-coleoid",
      "name": "Frostbite Coleoid",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/frostbite-coleoid.webp",
      "cooldown": "15s",
      "description": "\nSummon a Frostbite Coleoid to punch enemies, dealing 192.60% Glacio DMG.\n\nCD: 15s.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "frostbite-coleoid:echo-punch",
          "label": "Frostbite Coleoid - Punch",
          "mvPct": 192.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "halo-of-starry-radiance",
        "wishes-of-quiet-snowfall"
      ]
    },
    {
      "id": "windlash-coleoid",
      "name": "Windlash Coleoid",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/windlash-coleoid.webp",
      "cooldown": "15s",
      "description": "\nTransform into a Windlash Coleoid to kick enemies, dealing 268.20% Aero DMG.\n\nCD: 15s.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "windlash-coleoid:echo-kick",
          "label": "Windlash Coleoid - Kick",
          "mvPct": 268.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "rite-of-gilded-revelation",
        "wishes-of-quiet-snowfall"
      ]
    },
    {
      "id": "hyvatia",
      "name": "Hyvatia",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/hyvatia.webp",
      "cooldown": "20s",
      "description": "Summon Hyvatia to fire lasers at enemies from mid-air, dealing 27.36% Spectro DMG 10 times.\n\nCasting Outro Skill within 15s after summoning Hyvatia grants 10.00% All-Attribute DMG Bonus to the next Resonator using Intro Skill for 15s.\n\nCD: 20s.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "hyvatia:echo-lasers",
          "label": "Hyvatia - Lasers",
          "mvPct": 27.36,
          "hits": 10,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "hyvatia:next:intro-all-dmg-bonus",
          "kind": "dmgBonus",
          "value": 10,
          "target": "next",
          "durationSec": 15,
          "triggers": [
            "outro"
          ],
          "notes": "Casting Outro Skill within 15s after summoning Hyvatia grants 10.00% All-Attribute DMG Bonus to the incoming Resonator (after they use Intro Skill) for 15s."
        }
      ],
      "sets": [
        "pact-of-neonlight-leap",
        "rite-of-gilded-revelation"
      ]
    },
    {
      "id": "reactor-husk",
      "name": "Reactor Husk",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/reactor-husk.webp",
      "cooldown": "20s",
      "description": "Transform into a Reactor Husk, jumping into the air and unleashing a heavy slash that deals 351.00% Fusion DMG to enemies.\n\nThe Resonator with this Echo equipped in their main slot gain 10.00% Energy Regen.",
      "buffs": [
        {
          "stat": "Energy Regen",
          "value": 10,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "reactor-husk:echo-heavy-slash",
          "label": "Reactor Husk - Heavy Slash",
          "mvPct": 351,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "reactor-husk:main-slot:energy-regen",
          "kind": "energyRegen",
          "value": 10,
          "target": "self",
          "notes": "Main slot bonus."
        }
      ],
      "sets": [
        "halo-of-starry-radiance",
        "chromatic-foam"
      ]
    },
    {
      "id": "sigillum",
      "name": "Sigillum",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/sigillum.webp",
      "cooldown": "20s",
      "description": "Summon Sigillum to unleash two attacks, dealing 68.40% and 205.20% Fusion DMG respectively.\nWhen equipped in the main slot by Aemeath, it grants 25.00% Resonance Liberation DMG Bonus.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "sigillum:echo-hit-1",
          "label": "Sigillum - Hit 1",
          "mvPct": 68.4,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "sigillum:echo-hit-2",
          "label": "Sigillum - Hit 2",
          "mvPct": 205.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "sigillum:main-slot:liberation-dmg-bonus:aemeath",
          "kind": "dmgBonus",
          "attackType": "liberation",
          "value": 25,
          "target": "self",
          "onlyForCharacters": [
            "aemeath"
          ],
          "notes": "Main slot bonus (Aemeath only)."
        }
      ],
      "sets": [
        "trailblazing-star"
      ]
    },
    {
      "id": "nameless-explorer",
      "name": "Nameless Explorer",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/nameless-explorer.webp",
      "cooldown": "20s",
      "description": "Summon Nameless Explorer to attack enemies along its path, dealing 273.60% Aero DMG.\nThe Resonator with this Echo equipped in their main slot gains 12.00% Aero DMG Bonus and 20.00% Echo Skill DMG Bonus.",
      "buffs": [
        {
          "stat": "Aero DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Echo Skill DMG Bonus",
          "value": 20,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "nameless-explorer:echo-path",
          "label": "Nameless Explorer - Path",
          "mvPct": 273.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "nameless-explorer:main-slot:aero-dmg-bonus",
          "kind": "dmgBonus",
          "element": "aero",
          "value": 12,
          "target": "self",
          "notes": "Main slot bonus."
        },
        {
          "id": "nameless-explorer:main-slot:echo-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "echo",
          "value": 20,
          "target": "self",
          "notes": "Main slot bonus."
        }
      ],
      "sets": [
        "sound-of-true-name",
        "reel-of-spliced-memories"
      ]
    },
    {
      "id": "kronablight",
      "name": "Kronablight",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/kronablight.webp?v=20260729-kronablight-reference1",
      "cooldown": "15s",
      "description": "Transform into a Kronablight, soar into the air, and dive to deal 178.8% Electro DMG to the enemies.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "kronablight:echo-dive",
          "label": "Kronablight - Dive",
          "mvPct": 178.8,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "trailblazing-star",
        "chromatic-foam"
      ]
    },
    {
      "id": "kronaclaw",
      "name": "Reminiscence: Kronaclaw",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/kronaclaw.webp",
      "cooldown": "15s",
      "description": "Transform into a Kronaclaw and soar into the air to deal 8.04% Aero DMG up to 8 times and 24.13% Aero DMG 2 times, then dive to deal 155.55% Aero DMG 1 time.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "kronaclaw:echo-aero-hits-8x",
          "label": "Reminiscence: Kronaclaw - Aero Hits (8x)",
          "mvPct": 8.04,
          "hits": 8,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "kronaclaw:echo-aero-hits-2x",
          "label": "Reminiscence: Kronaclaw - Aero Hits (2x)",
          "mvPct": 24.13,
          "hits": 2,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "kronaclaw:echo-dive",
          "label": "Reminiscence: Kronaclaw - Dive",
          "mvPct": 155.55,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "trailblazing-star",
        "chromatic-foam"
      ]
    },
    {
      "id": "glommoth",
      "name": "Glommoth",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/glommoth.webp",
      "cooldown": "20s",
      "description": "Summon a Glommoth to stomp enemies, dealing 273.60% Glacio DMG.\nCasting Outro Skill within 15s after summoning Glommoth grants 12.00% Glacio DMG Bonus to the incoming Resonator for 15s.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "glommoth:echo-stomp",
          "label": "Glommoth - Stomp",
          "mvPct": 273.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "glommoth:next:glacio-dmg-bonus",
          "kind": "dmgBonus",
          "element": "glacio",
          "value": 12,
          "target": "next",
          "durationSec": 15,
          "triggers": [
            "outro"
          ],
          "notes": "Casting Outro Skill within 15s after summoning Glommoth grants 12.00% Glacio DMG Bonus to the incoming Resonator for 15s."
        }
      ],
      "sets": [
        "trailblazing-star",
        "wishes-of-quiet-snowfall"
      ]
    },
    {
      "id": "iceglint-dancer",
      "name": "Iceglint Dancer",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/iceglint-dancer.webp",
      "cooldown": "8s",
      "description": "Transform into an Iceglint Dancer to attack enemies, dealing 205.20% Glacio DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "iceglint-dancer:echo-attack",
          "label": "Iceglint Dancer - Attack",
          "mvPct": 205.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "trailblazing-star",
        "wishes-of-quiet-snowfall",
        "reel-of-spliced-memories"
      ]
    },
    {
      "id": "shadow-stepper",
      "name": "Shadow Stepper",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/shadow-stepper.webp",
      "cooldown": "8s",
      "description": "Summon a Shadow Stepper to attack enemies, dealing 129.60% Havoc DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "shadow-stepper:echo-attack",
          "label": "Shadow Stepper - Attack",
          "mvPct": 129.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "trailblazing-star",
        "chromatic-foam",
        "wishes-of-quiet-snowfall"
      ]
    },
    {
      "id": "phantom-chop-chop",
      "name": "Phantom: Chop Chop",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/phantom-chop-chop.webp",
      "cooldown": "15s",
      "description": "Summon a Chop Chop to perform a series of consecutive attacks. The first 6 strikes each deal 19.26% Fusion DMG and the finishing strike deals 77.04% Fusion DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "phantom-chop-chop:echo-strikes",
          "label": "Phantom: Chop Chop - Strikes",
          "mvPct": 19.26,
          "hits": 6,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-chop-chop:echo-finishing-strike",
          "label": "Phantom: Chop Chop - Finishing Strike",
          "mvPct": 77.04,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "tidebreaking-courage",
        "empyrean-anthem",
        "dream-of-the-lost"
      ]
    },
    {
      "id": "voidwing-moth",
      "name": "Voidwing Moth",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/voidwing-moth.webp",
      "cooldown": "25s",
      "description": "Press Echo Skill to transform into Voidwing Moth, dealing 405.00% Spectro DMG to nearby enemies.\nHold Echo Skill to continuously attack, dealing up to 12 instances of 49.33% Spectro DMG.\nWithin 15s after using this Echo skill, casting Outro Skill increases the incoming Resonator's ATK by 12.00% for 15s.",
      "buffs": [
        {
          "stat": "ATK%",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "voidwing-moth:echo-press-burst",
          "label": "Voidwing Moth - Press (Burst)",
          "mvPct": 405,
          "hits": 1,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "voidwing-moth:echo-hold-each-hit",
          "label": "Voidwing Moth - Hold (each hit)",
          "mvPct": 49.33,
          "hits": 12,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "voidwing-moth:next:atkPct",
          "kind": "atkPct",
          "value": 12,
          "target": "next",
          "durationSec": 15,
          "triggers": [
            "outro"
          ],
          "notes": "Within 15s after using this Echo skill, casting Outro Skill increases the incoming Resonator's ATK by 12.00% for 15s."
        }
      ],
      "sets": [
        "reel-of-spliced-memories"
      ]
    },
    {
      "id": "reminiscence-threnodian-voidborne-construct",
      "name": "Reminiscence: Threnodian - Voidborne Construct",
      "class": "Calamity",
      "cost": 4,
      "image": "/images/echoes/reminiscence-threnodian-voidborne-construct.webp",
      "cooldown": "20s",
      "description": "Summon Aleph-1's Creation to deal 21.88% Glacio DMG 5 times and 164.16% Glacio DMG 1 time to enemies.\nThe Resonator with this Echo equipped in the main slot gains 12.00% Glacio DMG Bonus and 12.00% Resonance Liberation DMG Bonus.",
      "buffs": [
        {
          "stat": "Glacio DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Resonance Liberation DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "reminiscence-threnodian-voidborne-construct:echo-hits",
          "label": "Reminiscence: Threnodian - Voidborne Construct - Hits",
          "mvPct": 21.88,
          "hits": 5,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "reminiscence-threnodian-voidborne-construct:echo-final-hit",
          "label": "Reminiscence: Threnodian - Voidborne Construct - Final Hit",
          "mvPct": 164.16,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "reminiscence-threnodian-voidborne-construct:main-slot:glacio-dmg-bonus",
          "kind": "dmgBonus",
          "element": "glacio",
          "value": 12,
          "target": "self",
          "notes": "Main slot bonus: 12.00% Glacio DMG Bonus."
        },
        {
          "id": "reminiscence-threnodian-voidborne-construct:main-slot:liberation-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "liberation",
          "value": 12,
          "target": "self",
          "notes": "Main slot bonus: 12.00% Resonance Liberation DMG Bonus."
        }
      ],
      "sets": [
        "wishes-of-quiet-snowfall"
      ]
    },
    {
      "id": "reminiscence-denia",
      "name": "Reminiscence: Denia",
      "class": "Calamity",
      "cost": 4,
      "image": "/images/echoes/reminiscence-denia.webp",
      "cooldown": "20s",
      "description": "Summon \"Trickster\" to deal 273.60% Fusion DMG to enemies. Within the next 15s, casting Outro Skill grants the incoming Resonator 12.00% Fusion DMG Bonus for 15s.",
      "buffs": [
        {
          "stat": "Fusion DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "reminiscence-denia:echo-attack",
          "label": "Reminiscence: Denia - Attack",
          "mvPct": 273.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "reminiscence-denia:next:fusion-dmg-bonus",
          "kind": "dmgBonus",
          "element": "fusion",
          "value": 12,
          "target": "next",
          "durationSec": 15,
          "triggers": [
            "outro"
          ],
          "notes": "Within the next 15s, casting Outro Skill grants the incoming Resonator 12.00% Fusion DMG Bonus for 15s."
        }
      ],
      "sets": [
        "chromatic-foam"
      ]
    },
    {
      "id": "reminiscence-nightmare-adam-smasher",
      "name": "Reminiscence - Nightmare: Adam Smasher",
      "class": "Calamity",
      "cost": 4,
      "image": "/images/echoes/reminiscence-nightmare-adam-smasher.webp",
      "cooldown": "20s",
      "description": "Cast Echo Skill to deal 16 instances of Physical DMG equal to 10.26% of ATK. When Lucy or Rebecca has this Echo equipped in the main slot, Crit. Rate is increased by 15%, and they unlock special Echo Skills. Lucy's special Echo Skill deals Spectro DMG equal to 273.60% of ATK. Rebecca's special Echo Skill fires missiles, dealing 16 instances of Electro DMG equal to 17.10% of ATK.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "reminiscence-nightmare-adam-smasher:echo-physical-hits",
          "label": "Reminiscence - Nightmare: Adam Smasher - Physical Hits",
          "mvPct": 10.26,
          "hits": 16,
          "scaling": "ATK",
          "element": "physical",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "reminiscence-nightmare-adam-smasher:main-slot:crit-rate:lucy-rebecca",
          "kind": "critRate",
          "value": 15,
          "target": "self",
          "onlyForCharacters": [
            "lucy",
            "rebecca"
          ],
          "notes": "When Lucy or Rebecca has this Echo equipped in the main slot, Crit. Rate is increased by 15%."
        }
      ],
      "sets": [
        "shadow-of-shattered-dreams"
      ]
    },
    {
      "id": "phantom-capitaneus",
      "name": "Phantom: Capitaneus",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/phantom-capitaneus.webp",
      "cooldown": "20s",
      "description": "Summon a Capitaneus to jump up and smash enemies, dealing 118.80% Spectro DMG. This attack generates 4 extra Merciless Judgements, each dealing 59.40% Spectro DMG. The Resonator with this Echo equipped in their main slot gains 12.00% Spectro DMG Bonus and 12.00% Heavy Attack DMG Bonus.",
      "buffs": [
        {
          "stat": "Spectro DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Heavy Attack DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "phantom-capitaneus:echo-smash",
          "label": "Phantom: Capitaneus - Smash",
          "mvPct": 118.8,
          "hits": 1,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-capitaneus:echo-merciless-judgement",
          "label": "Phantom: Capitaneus - Merciless Judgement",
          "mvPct": 59.4,
          "hits": 4,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "phantom-capitaneus:main-slot:spectro-dmg-bonus",
          "kind": "dmgBonus",
          "element": "spectro",
          "value": 12,
          "target": "self"
        },
        {
          "id": "phantom-capitaneus:main-slot:heavy-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "heavy",
          "value": 12,
          "target": "self"
        }
      ],
      "sets": [
        "eternal-radiance",
        "gusts-of-welkin",
        "windward-pilgrimage"
      ]
    },
    {
      "id": "phantom-chest-mimic",
      "name": "Phantom: Chest Mimic",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/phantom-chest-mimic.webp",
      "cooldown": "15s",
      "description": "Summon a Chest Mimic to attack enemies with 3 consecutive strikes, each dealing 64.19% Spectro DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "phantom-chest-mimic:echo-strike",
          "label": "Phantom: Chest Mimic - Strike",
          "mvPct": 64.19,
          "hits": 3,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "empyrean-anthem",
        "frosty-resolve",
        "midnight-veil"
      ]
    },
    {
      "id": "phantom-clang-bang",
      "name": "Phantom: Clang Bang",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/phantom-clang-bang.webp",
      "cooldown": "8s",
      "description": "Summon a Clang Bang that follows the enemy and eventually self-combusts, dealing 32.00%+64 Glacio DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "phantom-clang-bang:echo-self-combust",
          "label": "Phantom: Clang Bang - Self-Combust",
          "mvPct": 32,
          "flatDmg": 64,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ],
          "notes": "Hybrid damage listed as 32.00%+64."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "celestial-light",
        "freezing-frost"
      ]
    },
    {
      "id": "phantom-crownless",
      "name": "Phantom: Crownless",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/phantom-crownless.webp",
      "cooldown": "20s",
      "description": "Transform into Crownless and perform up to 4 consecutive attacks. The first 2 attacks deal 134.08% Havoc DMG each, the 3rd attack deals 100.56% Havoc DMG 2 times, and the 4th attack deals 67.04% Havoc DMG 3 times. After the transformation, increase current character's Havoc DMG by 12.00% and Resonance Skill DMG by 12.00% for 15s.",
      "buffs": [
        {
          "stat": "Havoc DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Resonance Skill DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "phantom-crownless:echo-attack-1",
          "label": "Phantom: Crownless - Attack 1",
          "mvPct": 134.08,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-crownless:echo-attack-2",
          "label": "Phantom: Crownless - Attack 2",
          "mvPct": 134.08,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-crownless:echo-attack-3",
          "label": "Phantom: Crownless - Attack 3",
          "mvPct": 100.56,
          "hits": 2,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-crownless:echo-attack-4",
          "label": "Phantom: Crownless - Attack 4",
          "mvPct": 67.04,
          "hits": 3,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "phantom-crownless:self:havoc-dmg-bonus",
          "kind": "dmgBonus",
          "element": "havoc",
          "value": 12,
          "target": "self",
          "durationSec": 15,
          "notes": "After the transformation, increase current character's Havoc DMG by 12.00% and Resonance Skill DMG by 12.00% for 15s."
        },
        {
          "id": "phantom-crownless:self:skill-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "skill",
          "value": 12,
          "target": "self",
          "durationSec": 15,
          "notes": "After the transformation, increase current character's Havoc DMG by 12.00% and Resonance Skill DMG by 12.00% for 15s."
        }
      ],
      "sets": [
        "havoc-eclipse"
      ]
    },
    {
      "id": "phantom-cuddle-wuddle",
      "name": "Phantom: Cuddle Wuddle",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/phantom-cuddle-wuddle.webp",
      "cooldown": "20s",
      "description": "Transform into Cuddle Wuddle and attack enemies with 4 strikes dealing 46.98% Physical DMG and 1 strike dealing 125.28% Physical DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "phantom-cuddle-wuddle:echo-strike",
          "label": "Phantom: Cuddle Wuddle - Strike",
          "mvPct": 46.98,
          "hits": 4,
          "scaling": "ATK",
          "element": "physical",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-cuddle-wuddle:echo-final-strike",
          "label": "Phantom: Cuddle Wuddle - Final Strike",
          "mvPct": 125.28,
          "hits": 1,
          "scaling": "ATK",
          "element": "physical",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "frosty-resolve",
        "midnight-veil"
      ]
    },
    {
      "id": "phantom-diggy-duggy",
      "name": "Phantom: Diggy Duggy",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/phantom-diggy-duggy.webp",
      "cooldown": "15s",
      "description": "Transform into Diggy Duggy and jump up into the air to smash onto enemies, dealing 268.20% Physical DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "phantom-diggy-duggy:echo-smash",
          "label": "Phantom: Diggy Duggy - Smash",
          "mvPct": 268.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "physical",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "eternal-radiance",
        "tidebreaking-courage"
      ]
    },
    {
      "id": "phantom-dreamless",
      "name": "Phantom: Dreamless",
      "class": "Calamity",
      "cost": 4,
      "image": "/images/echoes/phantom-dreamless.webp",
      "cooldown": "20s",
      "description": "Transform into Dreamless and perform 6 consecutive attacks. The first 5 attacks deal 54.08% Havoc DMG each, and the last attack deal 270.40% Havoc DMG. The DMG of this Echo Skill is increased by 50% during the first 5s after Rover-Havoc casts Resonance Liberation.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "phantom-dreamless:echo-echo-attack",
          "label": "Phantom: Dreamless - Echo Attack",
          "mvPct": 54.08,
          "hits": 5,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-dreamless:echo-final-attack",
          "label": "Phantom: Dreamless - Final Attack",
          "mvPct": 270.4,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ],
          "notes": "Echo Skill DMG is increased by 50% during the first 5s after Rover-Havoc casts Resonance Liberation."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "havoc-eclipse"
      ]
    },
    {
      "id": "phantom-fae-ignis",
      "name": "Phantom: Fae Ignis",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/phantom-fae-ignis.webp",
      "cooldown": "8s",
      "description": "Summon a Fae Ignis to attack enemies, dealing 129.60% Havoc DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "phantom-fae-ignis:echo-echo-attack",
          "label": "Phantom: Fae Ignis - Echo Attack",
          "mvPct": 129.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "eternal-radiance",
        "midnight-veil",
        "dream-of-the-lost"
      ]
    },
    {
      "id": "phantom-fallacy-of-no-return",
      "name": "Phantom: Fallacy of No Return",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/phantom-fallacy-of-no-return.webp",
      "cooldown": "20s",
      "description": "Activate the Echo Skill to summon a fraction of the Fallacy of No Return's power and deal a blast to the surrounding area, inflicting Spectro DMG equal to 15.86% of max HP, after which the Resonator gains 10% bonus Energy Regen and all team members 10% bonus ATK for 20s. Hold Echo Skill to unleash a series of flurry assaults at the cost of STA, each dealing Spectro DMG equal to 1.58% of max HP; Release to end the assail in a powerful blow, dealing Spectro DMG equal to 19.82% of max HP.",
      "buffs": [
        {
          "stat": "Energy Regen",
          "value": 10,
          "type": "percentage"
        },
        {
          "stat": "ATK%",
          "value": 10,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "phantom-fallacy-of-no-return:echo-blast",
          "label": "Phantom: Fallacy of No Return - Blast",
          "mvPct": 15.86,
          "hits": 1,
          "scaling": "HP",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-fallacy-of-no-return:echo-flurry-assault",
          "label": "Phantom: Fallacy of No Return - Flurry Assault",
          "mvPct": 1.58,
          "hits": 1,
          "scaling": "HP",
          "element": "spectro",
          "damageType": [
            "echo"
          ],
          "notes": "Repeatable while holding Echo Skill; hit count depends on stamina/time."
        },
        {
          "id": "phantom-fallacy-of-no-return:echo-final-blow",
          "label": "Phantom: Fallacy of No Return - Final Blow",
          "mvPct": 19.82,
          "hits": 1,
          "scaling": "HP",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "phantom-fallacy-of-no-return:self:energy-regen",
          "kind": "energyRegen",
          "value": 10,
          "target": "self",
          "durationSec": 20,
          "notes": "Applies after using Echo Skill."
        },
        {
          "id": "phantom-fallacy-of-no-return:team:atkPct",
          "kind": "atkPct",
          "value": 10,
          "target": "team",
          "durationSec": 20,
          "notes": "Applies after using Echo Skill."
        }
      ],
      "sets": [
        "rejuvenating-glow"
      ]
    },
    {
      "id": "phantom-feilian-beringal",
      "name": "Phantom: Feilian Beringal",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/phantom-feilian-beringal.webp",
      "cooldown": "20s",
      "description": "Transform into Feilian Beringal to perform a powerful kick. If the kick lands on an enemy, immediately perform a follow-up strike. The kick deals 231.84% Aero DMG, and the follow-up strike deals 283.36% Aero DMG. After the follow-up strike hits, the current character's Aero DMG increases by 12.00%, and the Heavy Attack DMG increases by 12.00% for 15s.",
      "buffs": [
        {
          "stat": "Aero DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Heavy Attack DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "phantom-feilian-beringal:echo-kick",
          "label": "Phantom: Feilian Beringal - Kick",
          "mvPct": 231.84,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-feilian-beringal:echo-follow-up",
          "label": "Phantom: Feilian Beringal - Follow-up",
          "mvPct": 283.36,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ],
          "notes": "Triggers if the kick lands on an enemy."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "phantom-feilian-beringal:self:aero-dmg-bonus",
          "kind": "dmgBonus",
          "element": "aero",
          "value": 12,
          "target": "self",
          "durationSec": 15,
          "notes": "After the follow-up strike hits, Aero DMG increases by 12.00% and Heavy Attack DMG increases by 12.00% for 15s."
        },
        {
          "id": "phantom-feilian-beringal:self:heavy-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "heavy",
          "value": 12,
          "target": "self",
          "durationSec": 15,
          "notes": "After the follow-up strike hits, Aero DMG increases by 12.00% and Heavy Attack DMG increases by 12.00% for 15s."
        }
      ],
      "sets": [
        "sierra-gale"
      ]
    },
    {
      "id": "phantom-glommoth",
      "name": "Phantom: Glommoth",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/phantom-glommoth.webp",
      "cooldown": "20s",
      "description": "Summon a Glommoth to stomp enemies, dealing 273.60% Glacio DMG.\nCasting Outro Skill within 15s after summoning Glommoth grants 12.00% Glacio DMG Bonus to the incoming Resonator for 15s.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "phantom-glommoth:echo-stomp",
          "label": "Phantom: Glommoth - Stomp",
          "mvPct": 273.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "phantom-glommoth:next:glacio-dmg-bonus",
          "kind": "dmgBonus",
          "element": "glacio",
          "value": 12,
          "target": "next",
          "durationSec": 15,
          "triggers": [
            "outro"
          ],
          "notes": "Casting Outro Skill within 15s after summoning Glommoth grants 12.00% Glacio DMG Bonus to the incoming Resonator for 15s."
        }
      ],
      "sets": [
        "trailblazing-star",
        "wishes-of-quiet-snowfall"
      ]
    },
    {
      "id": "phantom-gulpuff",
      "name": "Phantom: Gulpuff",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/phantom-gulpuff.webp",
      "cooldown": "8s",
      "description": "Summon a Gulpuff that blows bubbles 5 times, each time dealing 5 Glacio DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "phantom-gulpuff:echo-bubble",
          "label": "Phantom: Gulpuff - Bubble",
          "flatDmg": 5,
          "hits": 5,
          "scaling": "none",
          "element": "glacio",
          "damageType": [
            "echo"
          ],
          "notes": "Fixed damage listed as 5 Glacio DMG per bubble."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "celestial-light",
        "freezing-frost"
      ]
    },
    {
      "id": "phantom-hoartoise",
      "name": "Phantom: Hoartoise",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/phantom-hoartoise.webp",
      "cooldown": "2s",
      "description": "Transform into Hoartoise and slowly restore HP. Use the Echo skill again to exit the transformation state.",
      "buffs": [],
      "calculatorDamage": [],
      "calculatorBuffs": [],
      "sets": [
        "celestial-light",
        "freezing-frost"
      ]
    },
    {
      "id": "phantom-iceglint-dancer",
      "name": "Phantom: Iceglint Dancer",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/phantom-iceglint-dancer.webp",
      "cooldown": "8s",
      "description": "Transform into an Iceglint Dancer to attack enemies, dealing 205.20% Glacio DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "phantom-iceglint-dancer:echo-attack",
          "label": "Phantom: Iceglint Dancer - Attack",
          "mvPct": 205.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "trailblazing-star",
        "wishes-of-quiet-snowfall",
        "reel-of-spliced-memories"
      ]
    },
    {
      "id": "phantom-impermanence-heron",
      "name": "Phantom: Impermanence Heron",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/phantom-impermanence-heron.webp",
      "cooldown": "20s",
      "description": "Transform into Impermanence Heron to fly up and smack down, dealing 310.56% Havoc DMG. Long press to stay as Impermanence Heron and continuously spit flames, each attack dealing 55.73% Havoc DMG. Once the initial attack lands on any enemy, the current character regains 10 Resonance Energy. If the current character uses their Outro Skill within the next 15s, the next character’s damage dealt will be boosted by 12% for 15s.",
      "calculatorDamage": [
        {
          "id": "phantom-impermanence-heron:echo-smack-down",
          "label": "Phantom: Impermanence Heron - Smack Down",
          "mvPct": 310.56,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ],
          "notes": "Initial hit restores 10 Resonance Energy (not modeled)."
        },
        {
          "id": "phantom-impermanence-heron:echo-flame",
          "label": "Phantom: Impermanence Heron - Flame",
          "mvPct": 55.73,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ],
          "notes": "Continuously repeats while long-pressing; hit count depends on hold duration."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "phantom-impermanence-heron:next:echo-dmg-bonus",
          "kind": "dmgBonus",
          "value": 12,
          "target": "next",
          "durationSec": 15,
          "triggers": [
            "outro"
          ],
          "notes": "If the current character uses their Outro Skill within the next 15s, the next character's damage dealt will be boosted by 12% for 15s."
        }
      ],
      "sets": [
        "moonlit-clouds"
      ]
    },
    {
      "id": "phantom-inferno-rider",
      "name": "Phantom: Inferno Rider",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/phantom-inferno-rider.webp",
      "cooldown": "20s",
      "description": "Transform into Inferno Rider to launch up to 3 consecutive slashes in a row, each slash dealing 242.40%, 282.80%, and 282.80% Fusion DMG respectively. After the final hit, increase the current character’s Fusion DMG by 12.00% and Basic Attack DMG by 12.00% for 15s. Long press the Echo Skill to transform into Inferno Rider and enter the Riding Mode. When exiting the Riding Mode, deal 282.80% Fusion DMG to enemies in front.",
      "buffs": [
        {
          "stat": "Fusion DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Basic Attack DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "phantom-inferno-rider:echo-slash-1",
          "label": "Phantom: Inferno Rider - Slash 1",
          "mvPct": 242.4,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-inferno-rider:echo-slash-2",
          "label": "Phantom: Inferno Rider - Slash 2",
          "mvPct": 282.8,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-inferno-rider:echo-slash-3",
          "label": "Phantom: Inferno Rider - Slash 3",
          "mvPct": 282.8,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-inferno-rider:echo-exit",
          "label": "Phantom: Inferno Rider - Exit",
          "mvPct": 282.8,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ],
          "notes": "When exiting Riding Mode."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "phantom-inferno-rider:self:fusion-dmg-bonus",
          "kind": "dmgBonus",
          "element": "fusion",
          "value": 12,
          "target": "self",
          "durationSec": 15,
          "notes": "After the final hit, increase the current character’s Fusion DMG by 12.00% and Basic Attack DMG by 12.00% for 15s."
        },
        {
          "id": "phantom-inferno-rider:self:basic-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "basic",
          "value": 12,
          "target": "self",
          "durationSec": 15,
          "notes": "After the final hit, increase the current character’s Fusion DMG by 12.00% and Basic Attack DMG by 12.00% for 15s."
        }
      ],
      "sets": [
        "molten-rift"
      ]
    },
    {
      "id": "phantom-kerasaur",
      "name": "Phantom: Kerasaur",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/phantom-kerasaur.webp",
      "cooldown": "15s",
      "description": "Transform into Kerasaur to leap into the air and slam down, dealing 268.20% Aero DMG. Shortly after hitting the target, cast Echo Skill again to charge at the target, dealing 268.20% Aero DMG. The Resonator with this Echo equipped in the main slot gains 12.00% Aero DMG Bonus and 12.00% Resonance Liberation DMG Bonus.",
      "buffs": [
        {
          "stat": "Aero DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Resonance Liberation DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "phantom-kerasaur:echo-slam",
          "label": "Phantom: Kerasaur - Slam",
          "mvPct": 268.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-kerasaur:echo-charge",
          "label": "Phantom: Kerasaur - Charge",
          "mvPct": 268.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ],
          "notes": "Requires casting Echo Skill again shortly after hitting the target."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "phantom-kerasaur:main-slot:aero-dmg-bonus",
          "kind": "dmgBonus",
          "element": "aero",
          "value": 12,
          "target": "self"
        },
        {
          "id": "phantom-kerasaur:main-slot:liberation-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "liberation",
          "value": 12,
          "target": "self"
        }
      ],
      "sets": [
        "flaming-clawprint",
        "windward-pilgrimage",
        "flamewings-shadow"
      ]
    },
    {
      "id": "phantom-kronaclaw",
      "name": "Phantom: Kronaclaw",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/phantom-kronaclaw.webp",
      "cooldown": "15s",
      "description": "Transform into a Kronaclaw and soar into the air to deal 8.04% Aero DMG up to 8 times and 24.13% Aero DMG 2 times, then dive to deal 155.55% Aero DMG 1 time.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "phantom-kronaclaw:echo-aero-hits-8x",
          "label": "Phantom: Kronaclaw - Aero Hits (8x)",
          "mvPct": 8.04,
          "hits": 8,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-kronaclaw:echo-aero-hits-2x",
          "label": "Phantom: Kronaclaw - Aero Hits (2x)",
          "mvPct": 24.13,
          "hits": 2,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-kronaclaw:echo-dive",
          "label": "Phantom: Kronaclaw - Dive",
          "mvPct": 155.55,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "chromatic-foam",
        "trailblazing-star"
      ]
    },
    {
      "id": "phantom-lightcrusher",
      "name": "Phantom: Lightcrusher",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/phantom-lightcrusher.webp",
      "cooldown": "15s",
      "description": "Lunge forward as a Lightcrusher, dealing 135.36% Spectro DMG. Generate 6 Ablucence on hit. Each Ablucence explosion deals 15.04% Spectro DMG. Hold the Echo Skill to stay in the Lightcrusher form, which allows you to leap up and pounce forward in the air for a short distance.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "phantom-lightcrusher:echo-lunge",
          "label": "Phantom: Lightcrusher - Lunge",
          "mvPct": 135.36,
          "hits": 1,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-lightcrusher:echo-ablucence",
          "label": "Phantom: Lightcrusher - Ablucence",
          "mvPct": 15.04,
          "hits": 6,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "celestial-light"
      ]
    },
    {
      "id": "phantom-lorelei",
      "name": "Phantom: Lorelei",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/phantom-lorelei.webp",
      "cooldown": "25s",
      "description": "Transform into Lorelei and attack surrounding enemies, dealing 405% Havoc DMG. The Resonator with this Echo equipped in their main slot gains 12.00% Havoc DMG Bonus and 12.00% Basic Attack DMG Bonus.",
      "buffs": [
        {
          "stat": "Havoc DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Basic Attack DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "phantom-lorelei:echo-echo-attack",
          "label": "Phantom: Lorelei - Echo Attack",
          "mvPct": 405,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "phantom-lorelei:main-slot:havoc-dmg-bonus",
          "kind": "dmgBonus",
          "element": "havoc",
          "value": 12,
          "target": "self"
        },
        {
          "id": "phantom-lorelei:main-slot:basic-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "basic",
          "value": 12,
          "target": "self"
        }
      ],
      "sets": [
        "midnight-veil"
      ]
    },
    {
      "id": "phantom-lumiscale-construct",
      "name": "Phantom: Lumiscale Construct",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/phantom-lumiscale-construct.webp",
      "cooldown": "15s",
      "description": "Transform into a Lumiscale Construct and enter a Parry Stance. If you are not attacked during the Parry Stance, slash to deal 553.6% Glacio DMG when the stance finishes. If attacked, counterattack instantly, dealing 830.4% Glacio DMG. When hit with a Special Skill attack while in the Parry Stance, break the Special Skill and counterattack, dealing 830.4% Glacio DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "phantom-lumiscale-construct:echo-slash",
          "label": "Phantom: Lumiscale Construct - Slash",
          "mvPct": 553.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-lumiscale-construct:echo-counterattack",
          "label": "Phantom: Lumiscale Construct - Counterattack",
          "mvPct": 830.4,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "freezing-frost",
        "void-thunder"
      ]
    },
    {
      "id": "phantom-mourning-aix",
      "name": "Phantom: Mourning Aix",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/phantom-mourning-aix.webp",
      "cooldown": "20s",
      "description": "Transform into Mourning Aix and perform 2 consecutive claw attacks, each attack dealing 157.44% and 236.16% Spectro DMG respectively. After the transformation, increase current character's Spectro DMG by 12.00% and Resonance Liberation DMG by 12.00% for 15s.",
      "buffs": [
        {
          "stat": "Spectro DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Resonance Liberation DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "phantom-mourning-aix:echo-claw-1",
          "label": "Phantom: Mourning Aix - Claw 1",
          "mvPct": 157.44,
          "hits": 1,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-mourning-aix:echo-claw-2",
          "label": "Phantom: Mourning Aix - Claw 2",
          "mvPct": 236.16,
          "hits": 1,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "phantom-mourning-aix:self:spectro-dmg-bonus",
          "kind": "dmgBonus",
          "element": "spectro",
          "value": 12,
          "target": "self",
          "durationSec": 15,
          "notes": "After the transformation, increase current character's Spectro DMG by 12.00% and Resonance Liberation DMG by 12.00% for 15s."
        },
        {
          "id": "phantom-mourning-aix:self:liberation-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "liberation",
          "value": 12,
          "target": "self",
          "durationSec": 15,
          "notes": "After the transformation, increase current character's Spectro DMG by 12.00% and Resonance Liberation DMG by 12.00% for 15s."
        }
      ],
      "sets": [
        "celestial-light"
      ]
    },
    {
      "id": "phantom-nightmare-crownless",
      "name": "Phantom: Nightmare Crownless",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/phantom-nightmare-crownless.webp",
      "cooldown": "12s",
      "description": "Transform into Nightmare: Crownless and attack enemies in front, dealing 264.6% Havoc DMG. The Resonator with this Echo equipped in their main slot gains 12.00% Havoc DMG Bonus and 12.00% Basic Attack DMG Bonus. This skill has 3 initial charges, replenished once every 12s, max 3 charges. When Nightmare: Crownless hits a target, DMG dealt by this skill is increased by 20.00% for 2s (does not stack).",
      "buffs": [
        {
          "stat": "Havoc DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Basic Attack DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "phantom-nightmare-crownless:echo-charge-1",
          "label": "Phantom: Nightmare Crownless - Charge 1",
          "mvPct": 264.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-nightmare-crownless:echo-charge-2",
          "label": "Phantom: Nightmare Crownless - Charge 2",
          "mvPct": 264.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-nightmare-crownless:echo-charge-3",
          "label": "Phantom: Nightmare Crownless - Charge 3",
          "mvPct": 264.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "phantom-nightmare-crownless:main-slot:havoc-dmg-bonus",
          "kind": "dmgBonus",
          "element": "havoc",
          "value": 12,
          "target": "self",
          "notes": "The Resonator with this Echo equipped in their main slot gains 12.00% Havoc DMG Bonus and 12.00% Basic Attack DMG Bonus."
        },
        {
          "id": "phantom-nightmare-crownless:main-slot:basic-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "basic",
          "value": 12,
          "target": "self",
          "notes": "The Resonator with this Echo equipped in their main slot gains 12.00% Havoc DMG Bonus and 12.00% Basic Attack DMG Bonus."
        },
        {
          "id": "phantom-nightmare-crownless:self:echo-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "echo",
          "value": 20,
          "target": "self",
          "durationSec": 2,
          "notes": "When Nightmare: Crownless hits a target, DMG dealt by this skill is increased by 20.00% for 2s (does not stack)."
        }
      ],
      "sets": [
        "havoc-eclipse"
      ]
    },
    {
      "id": "phantom-nightmare-inferno-rider",
      "name": "Phantom: Nightmare Inferno Rider",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/phantom-nightmare-inferno-rider.webp",
      "cooldown": "25s",
      "description": "Transform into Nightmare: Inferno Rider and jump to attack enemies in front, dealing 405% Fusion DMG. The Resonator with this Echo equipped in their main slot gains 12.00% Fusion DMG Bonus and 12.00% Resonance Skill DMG Bonus. Hold Echo Skill to transform into Nightmare: Inferno Rider and enter Riding Mode. When exiting Riding Mode, deal 283.50% Fusion DMG to enemies in front.",
      "buffs": [
        {
          "stat": "Fusion DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Resonance Skill DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "phantom-nightmare-inferno-rider:echo-jump",
          "label": "Phantom: Nightmare Inferno Rider - Jump",
          "mvPct": 405,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-nightmare-inferno-rider:echo-exit",
          "label": "Phantom: Nightmare Inferno Rider - Exit",
          "mvPct": 283.5,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ],
          "notes": "When exiting Riding Mode."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "phantom-nightmare-inferno-rider:main-slot:fusion-dmg-bonus",
          "kind": "dmgBonus",
          "element": "fusion",
          "value": 12,
          "target": "self",
          "notes": "The Resonator with this Echo equipped in their main slot gains 12.00% Fusion DMG Bonus and 12.00% Resonance Skill DMG Bonus."
        },
        {
          "id": "phantom-nightmare-inferno-rider:main-slot:skill-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "skill",
          "value": 12,
          "target": "self",
          "notes": "The Resonator with this Echo equipped in their main slot gains 12.00% Fusion DMG Bonus and 12.00% Resonance Skill DMG Bonus."
        }
      ],
      "sets": [
        "molten-rift"
      ]
    },
    {
      "id": "phantom-nimbus-wraith",
      "name": "Phantom: Nimbus Wraith",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/phantom-nimbus-wraith.webp",
      "cooldown": "15s",
      "description": "Summon a Nimbus Wraith that restores the active Resonator's HP by 2.70% of their Max HP, up to 4 times.",
      "buffs": [],
      "calculatorDamage": [],
      "calculatorBuffs": [],
      "sets": [
        "empyrean-anthem",
        "midnight-veil",
        "flamewings-shadow"
      ]
    },
    {
      "id": "phantom-questless-knight",
      "name": "Phantom: Questless Knight",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/phantom-questless-knight.webp",
      "cooldown": "20s",
      "description": "Transform into Questless Knight and smash the surrounding enemies, dealing 313.20% Electro DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "phantom-questless-knight:echo-smash",
          "label": "Phantom: Questless Knight - Smash",
          "mvPct": 313.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "frosty-resolve",
        "midnight-veil"
      ]
    },
    {
      "id": "phantom-reactor-husk",
      "name": "Phantom: Reactor Husk",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/phantom-reactor-husk.webp",
      "cooldown": "20s",
      "description": "Transform into a Reactor Husk, jumping into the air and unleashing a heavy slash that deals 351.00% Fusion DMG to enemies.\n\nThe Resonator with this Echo equipped in their main slot gain 10.00% Energy Regen.",
      "buffs": [
        {
          "stat": "Energy Regen",
          "value": 10,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "phantom-reactor-husk:echo-heavy-slash",
          "label": "Phantom: Reactor Husk - Heavy Slash",
          "mvPct": 351,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "phantom-reactor-husk:main-slot:energy-regen",
          "kind": "energyRegen",
          "value": 10,
          "target": "self",
          "notes": "Main slot bonus."
        }
      ],
      "sets": [
        "chromatic-foam",
        "halo-of-starry-radiance"
      ]
    },
    {
      "id": "phantom-rocksteady-guardian",
      "name": "Phantom: Rocksteady Guardian",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/phantom-rocksteady-guardian.webp",
      "cooldown": "15s",
      "description": "Transform into Rocksteady Guardian and enter a Parry State. Upon being attacked, deal Spectro DMG equal to 8.29% of the current character's Max HP, and perform a follow-up attack that deals Spectro DMG equal to 8.29% of the current character's Max HP. Use the Echo skill again to exit the transformation. If the attack received is a Special Skill attack, interrupt the enemy's Special Skill and perform a two-stage follow-up attack, each inflicting Spectro DMG equal to 5.52% of the current character's max HP. These follow-up attacks simultaneously launch three ground-breaking waves, each inflicting Spectro DMG equal to 4.59% of the current character's Max HP.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "phantom-rocksteady-guardian:echo-counter",
          "label": "Phantom: Rocksteady Guardian - Counter",
          "mvPct": 8.29,
          "hits": 1,
          "scaling": "HP",
          "element": "spectro",
          "damageType": [
            "echo"
          ],
          "notes": "Upon being attacked. Damage is equal to 8.29% of Max HP."
        },
        {
          "id": "phantom-rocksteady-guardian:echo-follow-up",
          "label": "Phantom: Rocksteady Guardian - Follow-up",
          "mvPct": 8.29,
          "hits": 1,
          "scaling": "HP",
          "element": "spectro",
          "damageType": [
            "echo"
          ],
          "notes": "After being attacked. Damage is equal to 8.29% of Max HP."
        },
        {
          "id": "phantom-rocksteady-guardian:echo-two-stage-follow-up",
          "label": "Phantom: Rocksteady Guardian - Two-stage Follow-up",
          "mvPct": 5.52,
          "hits": 2,
          "scaling": "HP",
          "element": "spectro",
          "damageType": [
            "echo"
          ],
          "notes": "If the attack received is a Special Skill attack."
        },
        {
          "id": "phantom-rocksteady-guardian:echo-ground-breaking-wave",
          "label": "Phantom: Rocksteady Guardian - Ground-breaking Wave",
          "mvPct": 4.59,
          "hits": 3,
          "scaling": "HP",
          "element": "spectro",
          "damageType": [
            "echo"
          ],
          "notes": "Launched with the two-stage follow-up."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "celestial-light",
        "rejuvenating-glow"
      ]
    },
    {
      "id": "phantom-sentry-construct",
      "name": "Phantom: Sentry Construct",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/phantom-sentry-construct.webp",
      "cooldown": "25s",
      "description": "Transform into Sentry Construct and attack enemies in front, dealing 405% Glacio DMG. Each time the Resonator with this Echo casts Resonance Liberation, it charges the Strike Capacitor. Once Strike Capacitor is at max level, the Echo Skill cooldown will be reset. Use Echo Skill to transform into Sentry Construct and dive into enemies from the air, dealing 405% Glacio DMG and freezing the target. The Resonator with this Echo equipped in their main slot gains 12.00% Glacio DMG Bonus and 12.00% Resonance Skill DMG Bonus.",
      "buffs": [
        {
          "stat": "Glacio DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Resonance Skill DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "phantom-sentry-construct:echo-sentry-attack",
          "label": "Phantom: Sentry Construct - Sentry Attack",
          "mvPct": 405,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ],
          "notes": "Cooldown reset mechanics and freezing are not modeled."
        },
        {
          "id": "phantom-sentry-construct:echo-dive",
          "label": "Phantom: Sentry Construct - Dive",
          "mvPct": 405,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ],
          "notes": "Cooldown reset mechanics and freezing are not modeled."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "phantom-sentry-construct:main-slot:glacio-dmg-bonus",
          "kind": "dmgBonus",
          "element": "glacio",
          "value": 12,
          "target": "self"
        },
        {
          "id": "phantom-sentry-construct:main-slot:skill-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "skill",
          "value": 12,
          "target": "self"
        }
      ],
      "sets": [
        "frosty-resolve"
      ]
    },
    {
      "id": "phantom-sigillum",
      "name": "Phantom: Sigillum",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/phantom-sigillum.webp",
      "cooldown": "20s",
      "description": "Summon Sigillum to unleash two attacks, dealing 68.40% and 205.20% Fusion DMG respectively.\nWhen equipped in the main slot by Aemeath, it grants 25.00% Resonance Liberation DMG Bonus.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "phantom-sigillum:echo-hit-1",
          "label": "Phantom: Sigillum - Hit 1",
          "mvPct": 68.4,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-sigillum:echo-hit-2",
          "label": "Phantom: Sigillum - Hit 2",
          "mvPct": 205.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "phantom-sigillum:main-slot:liberation-dmg-bonus:aemeath",
          "kind": "dmgBonus",
          "attackType": "liberation",
          "value": 25,
          "target": "self",
          "onlyForCharacters": [
            "aemeath"
          ],
          "notes": "Main slot bonus (Aemeath only)."
        }
      ],
      "sets": [
        "trailblazing-star"
      ]
    },
    {
      "id": "phantom-the-false-sovereign",
      "name": "Phantom: The False Sovereign",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/phantom-the-false-sovereign.webp",
      "cooldown": "8s",
      "description": "Transform into the False Sovereign and dash forward in a spinning strike, dealing 55.35% Electro DMG 4 times. The Resonator with this Echo equipped in the main slot gains 12.00% Electro DMG Bonus and 12.00% Heavy Attack DMG Bonus. Upon casting Intro Skill, the False Sovereign is also summoned to deal 405.00% Electro DMG. Start with 2 charges. Gain 1 charge every 8s, up to 2 charges.",
      "buffs": [
        {
          "stat": "Electro DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Heavy Attack DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "phantom-the-false-sovereign:echo-spinning-strike",
          "label": "Phantom: The False Sovereign - Spinning Strike",
          "mvPct": 55.35,
          "hits": 4,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-the-false-sovereign:echo-intro-attack",
          "label": "Phantom: The False Sovereign - Intro Attack",
          "mvPct": 405,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "intro"
          ],
          "notes": "Upon casting Intro Skill, the False Sovereign is also summoned to deal Electro DMG."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "phantom-the-false-sovereign:main-slot:electro-dmg-bonus",
          "kind": "dmgBonus",
          "element": "electro",
          "value": 12,
          "target": "self"
        },
        {
          "id": "phantom-the-false-sovereign:main-slot:heavy-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "heavy",
          "value": 12,
          "target": "self"
        }
      ],
      "sets": [
        "crown-of-valor"
      ]
    },
    {
      "id": "phantom-thundering-mephis",
      "name": "Phantom: Thundering Mephis",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/phantom-thundering-mephis.webp",
      "cooldown": "20s",
      "description": "Transform into Thundering Mephis, engaging in a rapid assault of up to 6 strikes. The first 5 strikes deal 132.61% Electro DMG each, while the final strike inflicts 189.44% Electro DMG, with an additional 31.57% Electro DMG from the thunder. After the final hit, increase the current character’s Electro DMG by 12.00% and Resonance Liberation DMG by 12.00% for 15s.",
      "buffs": [
        {
          "stat": "Electro DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Resonance Liberation DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "phantom-thundering-mephis:echo-strike",
          "label": "Phantom: Thundering Mephis - Strike",
          "mvPct": 132.61,
          "hits": 5,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-thundering-mephis:echo-final-strike",
          "label": "Phantom: Thundering Mephis - Final Strike",
          "mvPct": 189.44,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "phantom-thundering-mephis:echo-thunder",
          "label": "Phantom: Thundering Mephis - Thunder",
          "mvPct": 31.57,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "phantom-thundering-mephis:self:electro-dmg-bonus",
          "kind": "dmgBonus",
          "element": "electro",
          "value": 12,
          "target": "self",
          "durationSec": 15,
          "notes": "After the final hit, increase the current character’s Electro DMG by 12.00% and Resonance Liberation DMG by 12.00% for 15s."
        },
        {
          "id": "phantom-thundering-mephis:self:liberation-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "liberation",
          "value": 12,
          "target": "self",
          "durationSec": 15,
          "notes": "After the final hit, increase the current character’s Electro DMG by 12.00% and Resonance Liberation DMG by 12.00% for 15s."
        }
      ],
      "sets": [
        "void-thunder"
      ]
    },
    {
      "id": "phantom-vitreum-dancer",
      "name": "Phantom: Vitreum Dancer",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/phantom-vitreum-dancer.webp",
      "cooldown": "20s",
      "description": "Transform into Vitreum Dancer and attack surrounding enemies, dealing 313.20% Electro DMG. The Resonator with this Echo equipped in their main slot gains 12.00% Electro DMG Bonus.",
      "buffs": [
        {
          "stat": "Electro DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "phantom-vitreum-dancer:echo-echo-attack",
          "label": "Phantom: Vitreum Dancer - Echo Attack",
          "mvPct": 313.2,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "phantom-vitreum-dancer:main-slot:electro-dmg-bonus",
          "kind": "dmgBonus",
          "element": "electro",
          "value": 12,
          "target": "self"
        }
      ],
      "sets": [
        "eternal-radiance",
        "empyrean-anthem"
      ]
    },
    {
      "id": "phantom-zip-zap",
      "name": "Phantom: Zip Zap",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/phantom-zip-zap.webp",
      "cooldown": "8s",
      "description": "Summon a Zip Zap to launch spinning attacks at enemies, dealing 25.92% Electro DMG 5 times.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "phantom-zip-zap:echo-spinning-attacks",
          "label": "Phantom: Zip Zap - Spinning Attacks",
          "mvPct": 25.92,
          "hits": 5,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "pact-of-neonlight-leap",
        "rite-of-gilded-revelation",
        "chromatic-foam",
        "sound-of-true-name"
      ]
    },
    {
      "id": "smiter",
      "name": "Smiter",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/smiter.webp",
      "cooldown": "15s",
      "description": "Use Echo Skill to summon a Smiter to jab at enemies, dealing 7 instances of 19.26% Spectro DMG, and finish with an uppercut, dealing 57.78% Spectro DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "smiter:echo-jab",
          "label": "Smiter - Jab",
          "mvPct": 19.26,
          "hits": 7,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "smiter:echo-uppercut",
          "label": "Smiter - Uppercut",
          "mvPct": 57.78,
          "hits": 1,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "song-of-feathered-trace"
      ]
    },
    {
      "id": "porcelain-picket",
      "name": "Porcelain Picket",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/porcelain-picket.webp",
      "cooldown": "8s",
      "description": "Use Echo Skill to summon a Porcelain Picket to slash forward, dealing 2 instances of 19.44% Aero DMG and 7 instances of 12.96% Aero DMG to enemies along the path.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "porcelain-picket:echo-forward-slash",
          "label": "Porcelain Picket - Forward Slash",
          "mvPct": 19.44,
          "hits": 2,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "porcelain-picket:echo-path-slash",
          "label": "Porcelain Picket - Path Slash",
          "mvPct": 12.96,
          "hits": 7,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "lamp-of-nether-road"
      ]
    },
    {
      "id": "stone-picket",
      "name": "Stone Picket",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/stone-picket.webp",
      "cooldown": "8s",
      "description": "Use Echo Skill to summon a Stone Picket, dealing 129.60% Aero DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "stone-picket:echo-attack",
          "label": "Stone Picket - Echo Attack",
          "mvPct": 129.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "lamp-of-nether-road"
      ]
    },
    {
      "id": "aureate-picket",
      "name": "Aureate Picket",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/aureate-picket.webp",
      "cooldown": "8s",
      "description": "Use Echo Skill to transform into an Aureate Picket, immediately recover 0.55% HP times plus an additional instance of 24 points of HP, then bash into enemies and deal 153.90% Aero DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "aureate-picket:echo-bash",
          "label": "Aureate Picket - Bash",
          "mvPct": 153.9,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ],
          "notes": "The listed HP recovery is not modeled by the current main-Echo damage runtime."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "heart-of-evils-purge"
      ]
    },
    {
      "id": "kernel-puppet-joy",
      "name": "Kernel Puppet: Joy",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/kernel-puppet-joy.webp",
      "cooldown": "8s",
      "description": "Use Echo Skill to summon Kernel Puppet: Joy to attack enemies, dealing 129.60% Physical DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "kernel-puppet-joy:echo-attack",
          "label": "Kernel Puppet: Joy - Echo Attack",
          "mvPct": 129.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "physical",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "song-of-feathered-trace"
      ]
    },
    {
      "id": "kernel-puppet-anger",
      "name": "Kernel Puppet: Anger",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/kernel-puppet-anger.webp",
      "cooldown": "8s",
      "description": "Use Echo Skill to summon Kernel Puppet: Worry to attack enemies, dealing 129.60% Fusion DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "kernel-puppet-anger:echo-attack",
          "label": "Kernel Puppet: Anger - Echo Attack",
          "mvPct": 129.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ],
          "notes": "The source description summons Kernel Puppet: Worry despite the Echo being named Kernel Puppet: Anger."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "heart-of-evils-purge"
      ]
    },
    {
      "id": "kernel-puppet-worry",
      "name": "Kernel Puppet: Worry",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/kernel-puppet-worry.webp",
      "cooldown": "8s",
      "description": "Use Echo Skill to summon Kernel Puppet: Worry to attack enemies, dealing 64.80% Glacio DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "kernel-puppet-worry:echo-attack",
          "label": "Kernel Puppet: Worry - Echo Attack",
          "mvPct": 64.8,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "heart-of-evils-purge"
      ]
    },
    {
      "id": "kernel-puppet-reflection",
      "name": "Kernel Puppet: Reflection",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/kernel-puppet-reflection.webp",
      "cooldown": "8s",
      "description": "Use Echo Skill to summon Kernel Puppet: Reflection to attack enemies, dealing 64.80% Electro DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "kernel-puppet-reflection:echo-attack",
          "label": "Kernel Puppet: Reflection - Echo Attack",
          "mvPct": 64.8,
          "hits": 1,
          "scaling": "ATK",
          "element": "electro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "heart-of-evils-purge"
      ]
    },
    {
      "id": "kernel-puppet-grief",
      "name": "Kernel Puppet: Grief",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/kernel-puppet-grief.webp",
      "cooldown": "8s",
      "description": "Use Echo Skill to summon Kernel Puppet: Grief to attack enemies, dealing 129.60% Spectro DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "kernel-puppet-grief:echo-attack",
          "label": "Kernel Puppet: Grief - Echo Attack",
          "mvPct": 129.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "spectro",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "lamp-of-nether-road"
      ]
    },
    {
      "id": "kernel-puppet-fright",
      "name": "Kernel Puppet: Fright",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/kernel-puppet-fright.webp",
      "cooldown": "8s",
      "description": "Use Echo Skill to summon Kernel Puppet: Fright to attack enemies, dealing an instance of 51.84% Havoc DMG and an instance of 77.76% Havoc DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "kernel-puppet-fright:echo-hit-1",
          "label": "Kernel Puppet: Fright - Hit 1",
          "mvPct": 51.84,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "kernel-puppet-fright:echo-hit-2",
          "label": "Kernel Puppet: Fright - Hit 2",
          "mvPct": 77.76,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "lamp-of-nether-road"
      ]
    },
    {
      "id": "fog-lionarch-body",
      "name": "Fog Lionarch: Body",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/fog-lionarch-body.webp",
      "cooldown": "15s",
      "description": "Use Echo Skill to summon Fog Lionarch: Body to ram into enemies, dealing 192.60% Fusion DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "fog-lionarch-body:echo-ram",
          "label": "Fog Lionarch: Body - Ram",
          "mvPct": 192.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "song-of-feathered-trace"
      ]
    },
    {
      "id": "fog-lionarch-head",
      "name": "Fog Lionarch: Head",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/fog-lionarch-head.webp",
      "cooldown": "8s",
      "description": "Use Echo Skill to summon Fog Lionarch: Head to dart toward enemies, dealing 129.60% Fusion DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "fog-lionarch-head:echo-dart",
          "label": "Fog Lionarch: Head - Dart",
          "mvPct": 129.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "song-of-feathered-trace"
      ]
    },
    {
      "id": "smolder",
      "name": "Smolder",
      "class": "Common",
      "cost": 1,
      "image": "/images/echoes/smolder.webp",
      "cooldown": "15s",
      "description": "Use Echo Skill to summon Smolder to hurl fireballs toward enemies, dealing 192.60% Fusion DMG. If the fireball hits the ground, it explodes to deal 192.60% Fusion DMG to all enemies within the range.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "smolder:echo-fireball",
          "label": "Smolder - Fireball",
          "mvPct": 192.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "smolder:echo-explosion",
          "label": "Smolder - Explosion",
          "mvPct": 192.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ],
          "notes": "Occurs only if the fireball hits the ground."
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "song-of-feathered-trace"
      ]
    },
    {
      "id": "fog-lionarch",
      "name": "Fog Lionarch",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/fog-lionarch.webp",
      "cooldown": "20s",
      "description": "Use Echo Skill to summon Fog Lionarch to spit fire toward enemies, dealing 7 stages of 33.93% Fusion DMG.",
      "buffs": [],
      "calculatorDamage": [
        {
          "id": "fog-lionarch:echo-fire-spit",
          "label": "Fog Lionarch - Fire Spit",
          "mvPct": 33.93,
          "hits": 7,
          "scaling": "ATK",
          "element": "fusion",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [],
      "sets": [
        "song-of-feathered-trace",
        "heart-of-evils-purge",
        "lamp-of-nether-road"
      ]
    },
    {
      "id": "forbidden-bastion",
      "name": "Forbidden Bastion",
      "class": "Elite",
      "cost": 3,
      "image": "/images/echoes/forbidden-bastion.webp",
      "cooldown": "20s",
      "description": "Use Echo Skill to summon Forbidden Bastion to bash over enemies, dealing 237.60% Glacio DMG. Resonators with this Echo equipped in the main slot gain 10.00% Healing Bonus.",
      "buffs": [
        {
          "stat": "Healing Bonus",
          "value": 10,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "forbidden-bastion:echo-bash",
          "label": "Forbidden Bastion - Bash",
          "mvPct": 237.6,
          "hits": 1,
          "scaling": "ATK",
          "element": "glacio",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "forbidden-bastion:main-slot:healing-bonus",
          "kind": "healingBonus",
          "value": 10,
          "target": "self",
          "notes": "The Resonator with this Echo equipped in the main slot gains 10.00% Healing Bonus."
        }
      ],
      "sets": [
        "song-of-feathered-trace",
        "heart-of-evils-purge",
        "lamp-of-nether-road"
      ]
    },
    {
      "id": "myriad-snare-rustfire-chassis",
      "name": "Myriad Snare: Rustfire Chassis",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/myriad-snare-rustfire-chassis.webp",
      "cooldown": "20s",
      "description": "Summon Myriad Snare: Rustfire Chassis, dealing Fusion DMG equal to 10.20% of Max HP on initial impact. During its duration, it repeatedly crushes enemies along its path up to 19 times, dealing Fusion DMG equal to 0.37% of Max HP each time. Resonators with this Echo equipped in the main slot gain 12.00% Fusion DMG Bonus and 12.00% Heavy Attack DMG Bonus.",
      "buffs": [
        {
          "stat": "Fusion DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Heavy Attack DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "myriad-snare-rustfire-chassis:echo-initial-impact",
          "label": "Myriad Snare: Rustfire Chassis - Initial Impact",
          "mvPct": 10.2,
          "hits": 1,
          "scaling": "HP",
          "element": "fusion",
          "damageType": [
            "echo"
          ],
          "notes": "Damage is equal to 10.20% of Max HP."
        },
        {
          "id": "myriad-snare-rustfire-chassis:echo-repeated-crush",
          "label": "Myriad Snare: Rustfire Chassis - Repeated Crush",
          "mvPct": 0.37,
          "hits": 19,
          "scaling": "HP",
          "element": "fusion",
          "damageType": [
            "echo"
          ],
          "notes": "Up to 19 times during its duration; modeled at the maximum hit count. Each hit deals Fusion DMG equal to 0.37% of Max HP."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "myriad-snare-rustfire-chassis:main-slot:fusion-dmg-bonus",
          "kind": "dmgBonus",
          "element": "fusion",
          "value": 12,
          "target": "self",
          "notes": "The Resonator with this Echo equipped in the main slot gains 12.00% Fusion DMG Bonus and 12.00% Heavy Attack DMG Bonus."
        },
        {
          "id": "myriad-snare-rustfire-chassis:main-slot:heavy-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "heavy",
          "value": 12,
          "target": "self",
          "notes": "The Resonator with this Echo equipped in the main slot gains 12.00% Fusion DMG Bonus and 12.00% Heavy Attack DMG Bonus."
        }
      ],
      "sets": [
        "heart-of-evils-purge",
        "lamp-of-nether-road"
      ]
    },
    {
      "id": "thousand-puppet-pavilion",
      "name": "Thousand-Puppet Pavilion",
      "class": "Calamity",
      "cost": 4,
      "image": "/images/echoes/thousand-puppet-pavilion.webp",
      "cooldown": "20s",
      "description": "Use Echo Skill to attack nearby enemies, dealing 109.44% Havoc DMG and summoning 4 Blades of Thousand Memories that last 15s. While the Blades last, when the Resonator inflicts Havoc Bane, consume 1 Blade to deal 41.04% Havoc DMG once to the target. This can trigger once every 1s. Resonators with this Echo equipped in the main slot gain 12.00% Havoc DMG and 12.00% Heavy Attack DMG.",
      "buffs": [
        {
          "stat": "Havoc DMG Bonus",
          "value": 12,
          "type": "percentage"
        },
        {
          "stat": "Heavy Attack DMG Bonus",
          "value": 12,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "thousand-puppet-pavilion:echo-attack",
          "label": "Thousand-Puppet Pavilion - Echo Attack",
          "mvPct": 109.44,
          "hits": 1,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ]
        },
        {
          "id": "thousand-puppet-pavilion:echo-blade-of-thousand-memories",
          "label": "Thousand-Puppet Pavilion - Blade of Thousand Memories",
          "mvPct": 41.04,
          "hits": 4,
          "scaling": "ATK",
          "element": "havoc",
          "damageType": [
            "echo"
          ],
          "notes": "Consumes 1 of 4 Blades when the Resonator inflicts Havoc Bane; can trigger once every 1s while the Blades last 15s. Modeled at the maximum 4 triggers."
        }
      ],
      "calculatorBuffs": [
        {
          "id": "thousand-puppet-pavilion:main-slot:havoc-dmg-bonus",
          "kind": "dmgBonus",
          "element": "havoc",
          "value": 12,
          "target": "self",
          "notes": "The Resonator with this Echo equipped in the main slot gains 12.00% Havoc DMG Bonus and 12.00% Heavy Attack DMG Bonus."
        },
        {
          "id": "thousand-puppet-pavilion:main-slot:heavy-dmg-bonus",
          "kind": "dmgBonus",
          "attackType": "heavy",
          "value": 12,
          "target": "self",
          "notes": "The Resonator with this Echo equipped in the main slot gains 12.00% Havoc DMG Bonus and 12.00% Heavy Attack DMG Bonus."
        }
      ],
      "sets": [
        "song-of-feathered-trace"
      ]
    },
    {
      "id": "calamity-effigy",
      "name": "Calamity Effigy",
      "class": "Overlord",
      "cost": 4,
      "image": "/images/echoes/calamity-effigy.webp",
      "cooldown": "25s",
      "description": "Transform into Calamity Effigy to deal 405.00% Aero DMG. The Resonator with this Echo equipped in the main slot gains 10.00% Aero DMG Bonus, and additionally gains 10.00% Aero DMG Bonus for 15s when inflicting Tune Strain - Shifting on the target.",
      "buffs": [
        {
          "stat": "Aero DMG Bonus",
          "value": 10,
          "type": "percentage"
        }
      ],
      "calculatorDamage": [
        {
          "id": "calamity-effigy:echo-attack",
          "label": "Calamity Effigy - Echo Attack",
          "mvPct": 405,
          "hits": 1,
          "scaling": "ATK",
          "element": "aero",
          "damageType": [
            "echo"
          ]
        }
      ],
      "calculatorBuffs": [
        {
          "id": "calamity-effigy:main-slot:aero-dmg-bonus",
          "kind": "dmgBonus",
          "element": "aero",
          "value": 10,
          "target": "self",
          "notes": "The Resonator with this Echo equipped in the main slot gains 10.00% Aero DMG Bonus."
        },
        {
          "id": "calamity-effigy:main-slot:aero-dmg-bonus:tune-strain-shifting",
          "kind": "dmgBonus",
          "element": "aero",
          "value": 10,
          "target": "self",
          "durationSec": 15,
          "triggers": [
            "tune-strain-shifting"
          ],
          "notes": "Inflicting Tune Strain - Shifting on the target grants an additional 10.00% Aero DMG Bonus for 15s.",
          "condition": "conditional"
        }
      ],
      "sets": [
        "heart-of-evils-purge",
        "lamp-of-nether-road"
      ]
    }
  ]
}
