Skill #79222001

Super Flashlight

Level 1

Cost 1 | Buff

ID 79222001

Formulas & functions

CommonFun links

Super FlashlightLv 1 | buff | Buffs 130060, 130061

Formula source

function CommonFun.calcBuff_3070(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = lv * a + b
  if targetUser:HasBuffID(160000) then
    A = 0
  end
  if targetUser.boss == true or targetUser.mini == true then
    A = 0
  end
  return A
end

Skill JSON (Level 1)

{
  "id": 79222001,
  "NameZh": "强力闪光",
  "Level": 1,
  "Icon": "skill_10000",
  "Cost": 1,
  "SkillType": "Buff",
  "Camps": "Enemy",
  "Launch_Range": 9,
  "Fire_EP": 3,
  "Target_EP": 3,
  "Attack_EP": 3,
  "Logic": "SkillSelfRange",
  "Logic_Param": {
    "range": 9,
    "range_num": 3
  },
  "Buff": {
    "enemy": [
      130060,
      130061
    ]
  },
  "AttackAct": [
    "use_skill"
  ]
}