Disaster Panic
Lvl: 1 Buff CD: 8 sec Skill Delay: 1 sec SP: 60

Jörmungandr brings endless disasters, allowing his skills to deal Crit DMG, dealing 120% Crit DMG. Lasts 8s or for 10 skill attacks. Jörmungandr restores 1% of max HP every sec within the duration.

Lvl: 4 Buff CD: 8 sec Skill Delay: 1 sec SP: 90
• Jörmungandr brings endless disasters, allowing his skills to deal Crit DMG, dealing 180% Crit DMG. Lasts 8s or for 10 skill attacks. Jörmungandr restores 4% of max HP every sec within the duration.
Lvl: 3 Buff CD: 8 sec Skill Delay: 1 sec SP: 80
• Jörmungandr brings endless disasters, allowing his skills to deal Crit DMG, dealing 160% Crit DMG. Lasts 8s or for 10 skill attacks. Jörmungandr restores 3% of max HP every sec within the duration.
Lvl: 2 Buff CD: 8 sec Skill Delay: 1 sec SP: 70
• Jörmungandr brings endless disasters, allowing his skills to deal Crit DMG, dealing 140% Crit DMG. Lasts 8s or for 10 skill attacks. Jörmungandr restores 2% of max HP every sec within the duration.
Lvl: 1 Buff CD: 8 sec Skill Delay: 1 sec SP: 60
• Jörmungandr brings endless disasters, allowing his skills to deal Crit DMG, dealing 120% Crit DMG. Lasts 8s or for 10 skill attacks. Jörmungandr restores 1% of max HP every sec within the duration.

Self 6400

function CommonFun.calcBuff_6400(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local MaxHp = targetUser:GetProperty("MaxHp")
  local skilllv = srcUser:GetLernedSkillLevel(a)
  local A = MaxHp * skilllv * b
  return A
end

Self

{
  "id": 137541,
  "BuffName": "Adds 10 stacks of Surging Arcane.",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "type": "AddBuff",
    "layer": [
      {
        "id": 137540,
        "layer": 10
      }
    ]
  }
}

Self

{
  "id": 137542,
  "BuffName": "23",
  "BuffRate": {
    "Odds": 100
  },
  "Condition": {
    "type": "UseSkill",
    "need_skill": [
      2705,
      2706,
      2718
    ],
    "buff_skill_can_trigger": 1
  },
  "BuffEffect": {
    "type": "DelBuff",
    "layer": [
      {
        "id": 137540,
        "layer": 1
      }
    ]
  }
}

Self

{
  "id": 137543,
  "BuffName": "Calamity Panic (recover HP)",
  "BuffRate": {
    "Odds": 100
  },
  "Condition": {
    "type": "HasBuff",
    "buffid": [
      137540
    ]
  },
  "BuffEffect": {
    "Hp": {
      "a": 2704,
      "b": 0.01,
      "type": 6400
    },
    "type": "HSPChange",
    "calc_heal": 1
  }
}

Formula

{
  "CD": 8,
  "id": 2704001,
  "Buff": {
    "self": [
      137541,
      137542,
      137543
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 2704000,
      "params": [
        120,
        1
      ]
    }
  ],
  "Icon": "skill_2704001",
  "Camps": "Friend",
  "Level": 1,
  "Logic": "SkillNone",
  "DescId": "##2831282",
  "NameZh": "##2826656",
  "NextID": 2704002,
  "DelayCD": 1,
  "Fire_EP": 3,
  "Pvp_buff": {
    "self": [
      137541,
      137542,
      137543
    ]
  },
  "AttackAct": [
    "use_skill"
  ],
  "Attack_EP": 2,
  "Contidion": {
    "skillid": 2705003
  },
  "SE_attack": "Skill/skill_hero_snake_disaster_attack_01",
  "SkillCost": {
    "sp": 60
  },
  "SkillType": "Buff",
  "Target_EP": 3,
  "Logic_Param": {
    "buff_skill_effect": 1
  },
  "Launch_Range": 0,
  "AutoCondition": [
    {
      "time": 8,
      "type": 1,
      "no_target": 1
    },
    {
      "type": 8,
      "no_target": 1
    }
  ]
}