Target Taunt
Lvl: 1 Buff CD: 2 sec Skill Delay: 1 sec SP: 10 Range: 3

Taunts enemies in the target range, forcing them to attack you for 6 sec, increasing their Atk by 20% and reducing their Def by 21%. Does not affect on players.

Enemy

{
  "id": 80032,
  "BuffName": "Taunt",
  "BuffRate": {
    "Odds": {
      "type": 3075
    }
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "BuffEffect": {
    "type": "AttrChange",
    "AtkPer": {
      "a": -0.02,
      "b": 0.4,
      "c": -0.05,
      "type": 322
    },
    "DefPer": {
      "a": -0.03,
      "b": 0.09,
      "type": 1
    }
  }
}

Enemy

{
  "id": 80033,
  "BuffName": "Taunt",
  "BuffRate": {
    "Odds": {
      "type": 3075
    }
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "BuffEffect": {
    "type": "BeatBack"
  },
  "BuffStateID": 80031
}

Enemy

{
  "id": 80034,
  "BuffName": "Empty BUFF to test 'Taunt'",
  "BuffRate": {
    "Odds": {
      "type": 3075
    }
  },
  "BuffEffect": {
    "type": "AttrChange",
    "limit_layer": 5
  }
}

Formula

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