Spell Casting Banned
Lvl: 5 Buff CD: 16 sec Skill Delay: 1 sec SP: 350 Range: 7 Cast Time: 8

Designates an enemy and the surrounding enemies within 4m to make their next skill invalid and enter CD automatically and additionally increases the Cooldown Time of this skill by 8 second(s). The skill effect lasts 12 second(s).

Lvl: 4 Buff CD: 16 sec Skill Delay: 1 sec SP: 300 Range: 7 Cast Time: 8
• Designates an enemy and the surrounding enemies within 4m to make their next skill invalid and enter CD automatically and additionally increases the Cooldown Time of this skill by 7 second(s). The skill effect lasts 11 second(s).
Lvl: 3 Buff CD: 16 sec Skill Delay: 1 sec SP: 250 Range: 7 Cast Time: 8
• Designates an enemy and the surrounding enemies within 4m to make their next skill invalid and enter CD automatically and additionally increases the Cooldown Time of this skill by 6 second(s). The skill effect lasts 10 second(s).
Lvl: 2 Buff CD: 16 sec Skill Delay: 1 sec SP: 200 Range: 7 Cast Time: 8
• Designates an enemy and the surrounding enemies within 4m to make their next skill invalid and enter CD automatically and additionally increases the Cooldown Time of this skill by 5 second(s). The skill effect lasts 9 second(s).
Lvl: 1 Buff CD: 16 sec Skill Delay: 1 sec SP: 150 Range: 7 Cast Time: 8
• Designates an enemy and the surrounding enemies within 4m to make their next skill invalid and enter CD automatically and additionally increases the Cooldown Time of this skill by 4 second(s). The skill effect lasts 8 second(s).

Enemy 6070

function CommonFun.calcBuff_6070(srcUser, targetUser, a, b, c, d, lv, damage)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = (lv + 3) * 1000
  return A
end

Enemy

{
  "id": 125170,
  "BuffName": "Spell Casting Banned",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "BuffEffect": {
    "type": "DisableSkill",
    "add_cd": {
      "type": 6070
    }
  },
  "BuffStateID": 125170
}

Formula

{
  "CD": 16,
  "id": 3105005,
  "Buff": {
    "enemy": [
      125170
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 3105000,
      "params": [
        8,
        12
      ]
    }
  ],
  "Icon": "skill_3105001",
  "Camps": "Enemy",
  "Level": 5,
  "Logic": "SkillLockedTarget",
  "DescId": "##1255164",
  "NameZh": "##159438",
  "CastAct": "reading",
  "DelayCD": 1,
  "Fire_EP": 3,
  "SE_cast": "Skill/Magic_cast",
  "ItemCost": [
    {
      "id": 12903,
      "count": 1350
    }
  ],
  "Pvp_buff": {
    "enemy": [
      125170
    ]
  },
  "AttackAct": [
    "use_skill15"
  ],
  "Attack_EP": 3,
  "Lead_Type": {
    "CCT": 0,
    "FCT": 8,
    "type": 2
  },
  "SE_attack": "Skill/skill_magic_slience_attack",
  "SkillCost": {
    "sp": 350
  },
  "SkillType": "Buff",
  "Target_EP": 2,
  "Logic_Param": {
    "range": 4,
    "range_num": 12
  },
  "Launch_Range": 7,
  "ExtraMaxLevel": 1
}