Skill #24025006

Frenzy

Caster's own HP recovers to [8df936]%s%%[-], Mana value is cleared out; Caster will enter a frenzy state for the next [8df936]%s[-] second(s), Max HP increases by [8df936]%s%%[-], Moving speed increase by [8df936]%s%%[-], Flee decreases by [8df936]%s%%[-], Def and M.Def decreases by [8df936]%s%%[-], Healing received decreases by [8df936]%s%%[-]

Level 6

##24025006

CD 90s | Cost 1 | Buff

ID 24025006

Formulas & functions

CommonFun links

FrenzyLv 1-10 | buff | Buffs 80193

Formula source

function CommonFun.calcBuff_5040(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Hasbuff = 0
  if srcUser:HasBuffID(c) then
    Hasbuff = 1
  end
  local A = a + b * Hasbuff
  return A
end

Skill JSON (Level 6)

{
  "id": 24025006,
  "NameZh": "狂怒之枪",
  "Level": 6,
  "Icon": "skill_33001",
  "Cost": 1,
  "Desc": [
    {
      "id": 24025006,
      "params": [
        100,
        20,
        100,
        30,
        50,
        40,
        50
      ]
    }
  ],
  "SkillType": "Buff",
  "Camps": "Friend",
  "Launch_Range": 0,
  "Fire_EP": 3,
  "Target_EP": 3,
  "Attack_EP": 3,
  "CD": 90,
  "DelayCD": 2.5,
  "AutoCondition": [
    {
      "no_target": 1,
      "time": 30,
      "type": 1
    },
    {
      "no_target": 1,
      "priority": 1,
      "type": 3,
      "value": 15
    }
  ],
  "Logic": "SkillNone",
  "Buff": {
    "self": [
      80190,
      80192,
      80193
    ]
  },
  "Pvp_buff": {
    "self": [
      80190,
      80192,
      80193
    ]
  },
  "AttackAct": [
    "use_skill"
  ],
  "SE_attack": "Skill/Frenzy",
  "description": {
    "chinesesimplified": "##24025006",
    "english": "##24025006",
    "german": "##24025006",
    "portuguese": "##24025006",
    "spanish": "##24025006"
  }
}