Memory Erasing
Lvl: 5 Buff CD: 7 sec Skill Delay: 1 sec SP: 70 Range: 7 Cast Time: 2

Summon Uncle to erase the memory of a chosen enemy, banning them from using the last skill they used or auto attack. Lasts 7s (doesn't work on monsters).

Lvl: 4 Buff CD: 7 sec Skill Delay: 1 sec SP: 60 Range: 7 Cast Time: 2
• Summon Uncle to erase the memory of a chosen enemy, banning them from using the last skill they used or auto attack. Lasts 6s (doesn't work on monsters).
Lvl: 3 Buff CD: 7 sec Skill Delay: 1 sec SP: 50 Range: 7 Cast Time: 2
• Summon Uncle to erase the memory of a chosen enemy, banning them from using the last skill they used or auto attack. Lasts 5s (doesn't work on monsters).
Lvl: 2 Buff CD: 7 sec Skill Delay: 1 sec SP: 40 Range: 7 Cast Time: 2
• Summon Uncle to erase the memory of a chosen enemy, banning them from using the last skill they used or auto attack. Lasts 4s (doesn't work on monsters).
Lvl: 1 Buff CD: 7 sec Skill Delay: 1 sec SP: 30 Range: 7 Cast Time: 2
• Summon Uncle to erase the memory of a chosen enemy, banning them from using the last skill they used or auto attack. Lasts 3s (doesn't work on monsters).

Enemy 5261

function CommonFun.calcBuff_5261(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Value = srcUser:GetGemValue(c)
  local MaxHp = targetUser:GetProperty("MaxHp")
  local MaxSp = targetUser:GetProperty("MaxSp")
  local A = Value / 100000 * MaxHp * a + Value / 100000 * MaxSp * b
  return A
end

Enemy

{
  "id": 138040,
  "BuffDesc": "Bans the last skill used or auto attack.",
  "BuffIcon": "skillbuff_2774001",
  "BuffName": "Memory Erasing",
  "BuffRate": {
    "Odds": {
      "type": 6090
    }
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "InvalidLastSkill"
  },
  "BuffStateID": 138040
}

Enemy

{
  "id": 138041,
  "BuffName": "23",
  "BuffRate": {
    "Odds": {
      "a": 209141,
      "type": 5000
    }
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "BuffEffect": {
    "Sp": {
      "a": 0,
      "b": -1,
      "c": 209141,
      "type": 5261
    },
    "type": "HSPChange"
  }
}

Enemy

{
  "id": 138042,
  "BuffName": "Memory Erasing (SFX)",
  "BuffRate": {
    "Odds": 100
  },
  "BuffStateID": 138042
}

Formula

{
  "CD": 7,
  "id": 2774005,
  "Buff": {
    "enemy": [
      138040,
      138041,
      138042
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 2774000,
      "params": [
        7
      ]
    }
  ],
  "Icon": "skill_2774001",
  "Camps": "Enemy",
  "Level": 5,
  "Logic": "SkillLockedTarget",
  "DescId": "##3364131",
  "NameZh": "##3352125",
  "CastAct": "reading",
  "DelayCD": 1,
  "Fire_EP": 3,
  "Pvp_buff": {
    "enemy": [
      138040,
      138041,
      138042
    ]
  },
  "AttackAct": [
    "use_skill4"
  ],
  "Attack_EP": 2,
  "Lead_Type": {
    "CCT": 0,
    "FCT": 2,
    "type": 2
  },
  "SE_attack": "Skill/sfx_aierjia_lostmomery_attack_01",
  "SkillCost": {
    "sp": 70
  },
  "SkillType": "Buff",
  "Target_EP": 3,
  "E_Attack_On": 1,
  "Launch_Range": 7
}