Strengthen Deny
Lvl: 2 Buff Range: 6

Denies 1 enemy the ability to use items for 8s

Lvl: 1 Buff Range: 6
• Designate an enemy and apply a Can't Use Item effect to it, and the range transforms into a circular area around self after absorbing energy.

Enemy

{
  "id": 159898,
  "BuffDesc": "Cannot use item",
  "BuffIcon": "skillbuff_1220001",
  "BuffName": "Deny",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "LimitUseItem",
    "forbid_all": 1
  },
  "BuffStateID": 117210
}

Formula

{
  "id": 79971002,
  "Buff": {
    "enemy": [
      159898
    ]
  },
  "Desc": [
    {
      "id": 1220000,
      "params": [
        8
      ]
    }
  ],
  "Icon": "skill_1220001",
  "Camps": "Enemy",
  "Level": 1,
  "Logic": "SkillSelfRange",
  "DescId": "##170347",
  "NameZh": "##1264797",
  "Fire_EP": 3,
  "SE_cast": "Common/Magic_cast",
  "Pvp_buff": {
    "enemy": [
      159898
    ]
  },
  "AttackAct": [
    "use_magic"
  ],
  "Attack_EP": 0,
  "SE_attack": "Skill/skill_magic_deny_attack",
  "SkillType": "Buff",
  "Target_EP": 3,
  "Logic_Param": {
    "range": 5,
    "range_num": 12
  },
  "Launch_Range": 6
}