Fimbul’s Winter
Lvl: 5 Passive

Under [Hoddle's Wings] status, use Dark DMG 3 times to form a Winter Territory around yourself, causing enemies within a 4-meter range to lose 10% of their current HP for 3 seconds. When it is effective on MVP and Mini Monsters, the HP loss will decrease to a fixed amount.

Lvl: 4 Passive
• Under [Hoddle's Wings] status, use Dark DMG 3 times to form a Winter Territory around yourself, causing enemies within a 4-meter range to lose 8% of their current HP for 3 seconds. When it is effective on MVP and Mini Monsters, the HP loss will decrease to a fixed amount.
Lvl: 3 Passive
• Under [Hoddle's Wings] status, use Dark DMG 3 times to form a Winter Territory around yourself, causing enemies within a 4-meter range to lose 6% of their current HP for 3 seconds. When it is effective on MVP and Mini Monsters, the HP loss will decrease to a fixed amount.
Lvl: 2 Passive
• Under [Hoddle's Wings] status, use Dark DMG 3 times to form a Winter Territory around yourself, causing enemies within a 4-meter range to lose 4% of their current HP for 3 seconds. When it is effective on MVP and Mini Monsters, the HP loss will decrease to a fixed amount.
Lvl: 1 Passive
• Under [Hoddle's Wings] status, use Dark DMG 3 times to form a Winter Territory around yourself, causing enemies within a 4-meter range to lose 2% of their current HP for 3 seconds. When it is effective on MVP and Mini Monsters, the HP loss will decrease to a fixed amount.

Self 6130

function CommonFun.calcBuff_6130(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local skilllv_1 = srcUser:GetLernedSkillLevel(3605_PALADIN:FIMBUL_S_WINTER)
  local Hp = targetUser:GetProperty("Hp")
  local A = -(Hp * skilllv_1 * 0.02)
  if targetUser:HasBuffID(160000_BOSS_IMMUNE_EFFECT_:MAX_STACK_0) then
    return 0
  end
  if targetUser.boss or targetUser.mini then
    local B = -skilllv_1 * 0.02
    A = CommonFun.calcBuff_6(srcUser, targetUser, B, 0, c, d, lv)
  end
  return A
end

Self

{
  "id": 129090,
  "BuffName": "Fimbul’s Winter",
  "BuffRate": {
    "Odds": 100
  },
  "Condition": {
    "type": "Attack",
    "all_skill": 1,
    "need_AtkAttr": [
      7
    ],
    "buff_skill_can_trigger": 1
  },
  "BuffEffect": {
    "id": [
      129091,
      129092,
      129093
    ],
    "Odds": 100,
    "type": "AddBuff"
  }
}

Self

{
  "id": 129091,
  "BuffDesc": "Fimbul’s Winter",
  "BuffIcon": "skillbuff_commonbuff",
  "BuffName": "Fimbul’s Winter(Layer number calculation)",
  "BuffRate": {
    "Odds": 100
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "AttrChange",
    "limit_layer": 2
  }
}

Self

{
  "id": 129092,
  "BuffName": "Fimbul’s Winter",
  "BuffRate": {
    "Odds": {
      "a": 129091,
      "b": 2,
      "type": 6091
    }
  },
  "BuffType": {
    "isgain": 1,
    "isdisperse": 1
  },
  "BuffEffect": {
    "id": [
      129094,
      129095
    ],
    "type": "AddBuff"
  },
  "BuffStateID": 129090
}

Self

{
  "id": 129093,
  "BuffName": "Fimbul’s Winter(Delete layers)",
  "BuffRate": {
    "Odds": {
      "a": 129091,
      "b": 2,
      "type": 6091
    }
  },
  "BuffEffect": {
    "type": "DelBuff",
    "layer": [
      {
        "id": 129091,
        "layer": 2
      }
    ]
  }
}

Self

{
  "id": 129094,
  "BuffName": "Fimbul’s Winter(HP percentage lost)",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "Hp": {
      "type": 6130
    },
    "type": "HSPChange"
  },
  "BuffStateID": 129091
}

Self

{
  "id": 129095,
  "BuffName": "Fimbul’s Winter(Abnormal Status)",
  "BuffRate": {
    "Odds": {
      "a": 3624,
      "b": 25,
      "c": 0,
      "type": 8
    }
  },
  "BuffEffect": {
    "id": [
      129096,
      129097
    ],
    "type": "AddBuff"
  }
}

Self

{
  "id": 129096,
  "BuffName": "Freezing Effect [Freeze]",
  "BuffRate": {
    "Odds": {
      "a": 0,
      "b": 100,
      "type": 110
    }
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "BuffEffect": {
    "type": "StatusChange",
    "Freeze": 1,
    "DefAttr": 3,
    "AttrEffect": [
      3,
      4
    ],
    "StateEffect": "5_Freeze",
    "NoEffectMove": 3,
    "atk_def_priority": 1
  },
  "BuffStateID": 85070
}

Self

{
  "id": 129097,
  "BuffName": "Darkness Effect [Darkness]",
  "BuffRate": {
    "Odds": {
      "a": 0,
      "b": 100,
      "type": 186
    }
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "BuffEffect": {
    "type": "StatusChange",
    "HitPer": -0.5,
    "FleePer": -0.5,
    "AttrEffect3": [
      17
    ],
    "StateEffect": "12_Dark"
  }
}

Formula

{
  "id": 3605005,
  "Buff": {
    "self": [
      129090
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 3605000,
      "params": [
        10
      ]
    }
  ],
  "Icon": "skill_3605001",
  "Level": 5,
  "DescId": "##1301902",
  "NameZh": "##159973",
  "ItemCost": [
    {
      "id": 12903,
      "count": 1020
    }
  ],
  "Pvp_buff": {
    "self": [
      129090
    ]
  },
  "DamageType": 4,
  "ExtraMaxLevel": 0
}