Skill #73041001

Target Taunt

Level 10

##17001

CD 2s | Cost 1 | Buff

ID 73041001

Formulas & functions

CommonFun links

Target TauntLv 10 | buff | Buffs 80032, 80033, 80034

Formula source

function CommonFun.calcBuff_3075(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 100
  if targetUser:GetNpcID() == 310003 or targetUser:GetNpcID() == 310004 or targetUser:GetNpcID() == 310005 or targetUser:GetNpcID() == 310006 then
    A = 0
  end
  if targetUser:GetNpcID() == 310013 or targetUser:GetNpcID() == 310014 or targetUser:GetNpcID() == 310015 or targetUser:GetNpcID() == 310016 then
    A = 0
  end
  return A
end

Skill JSON (Level 10)

{
  "id": 73041001,
  "NameZh": "单体挑衅",
  "Level": 10,
  "Icon": "skill_17001",
  "Cost": 1,
  "Desc": [
    {
      "id": 17001,
      "params": [
        6,
        20,
        21
      ]
    }
  ],
  "SkillType": "Buff",
  "Camps": "Enemy",
  "Launch_Range": 3,
  "Fire_EP": 3,
  "Target_EP": 1,
  "Attack_EP": 3,
  "CD": 2,
  "SkillCost": {
    "sp": 10
  },
  "DelayCD": 1,
  "AutoCondition": [
    {
      "time": 5,
      "type": 1
    }
  ],
  "Logic": "SkillLockedTarget",
  "Buff": {
    "enemy": [
      80032,
      80033,
      80034
    ]
  },
  "Pvp_buff": {
    "enemy": [
      80032,
      80033,
      80034
    ]
  },
  "AttackAct": [
    "use_skill"
  ],
  "SE_hit": "Skill/provoke",
  "description": {
    "chinesesimplified": "##17001",
    "english": "##17001",
    "german": "##17001",
    "portuguese": "##17001",
    "spanish": "##17001"
  }
}