White Barrier
Lvl: 6 Buff CD: 12 sec SP: 80 Range: 6 Cast Time: 4

Cover the caster with thin and transparent ghost power, protecting the caster from all damage except ghost damage. Speed is reduced by 50% while in this stauts. Lasts 5 sec.

Lvl: 5 Buff CD: 12 sec SP: 80 Range: 6 Cast Time: 4
• Cover the caster with thin and transparent ghost power, protecting the caster from all damage except ghost damage. Speed is reduced by 60% while in this stauts. Lasts 5 sec.
Lvl: 4 Buff CD: 12 sec SP: 80 Range: 6 Cast Time: 4
• Cover the caster with thin and transparent ghost power, protecting the caster from all damage except ghost damage. Speed is reduced by 70% while in this stauts. Lasts 5 sec.
Lvl: 3 Buff CD: 12 sec SP: 80 Range: 6 Cast Time: 4
• Cover the caster with thin and transparent ghost power, protecting the caster from all damage except ghost damage. Speed is reduced by 80% while in this stauts. Lasts 5 sec.
Lvl: 2 Buff CD: 12 sec SP: 80 Range: 6 Cast Time: 4
• Cover the caster with thin and transparent ghost power, protecting the caster from all damage except ghost damage. Speed is reduced by 90% while in this stauts. Lasts 5 sec.
Lvl: 1 Buff CD: 12 sec SP: 80 Range: 6 Cast Time: 4
• Cover the caster with thin and transparent ghost power, protecting the caster from all damage except ghost damage. Cannot move while protected. Protection lasts 5s.

Self 5140

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

Self

{
  "id": 116814,
  "BuffName": "White Barrier (Immune to buff)",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 1,
    "isdisperse": 1
  },
  "DelBuffID": [
    135270
  ],
  "BuffEffect": {
    "type": "ImmuneHPChange"
  }
}

Self

{
  "id": 116817,
  "BuffName": "White Barrier (Slow)",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 1,
    "isdisperse": 1
  },
  "BuffEffect": {
    "type": "AttrChange",
    "MoveSpdPer": {
      "a": 0.1,
      "b": -1.1,
      "c": 21041,
      "type": 5020
    }
  },
  "BuffStateID": 116810
}

Self

{
  "id": 116818,
  "BuffName": "White Barrier (Magic Reflection)",
  "BuffRate": {
    "Odds": {
      "a": 21042,
      "type": 5000
    }
  },
  "BuffType": {
    "isgain": 1,
    "isdisperse": 1
  },
  "BuffEffect": {
    "Sp": {
      "type": 5140
    },
    "type": "HSPChange"
  }
}

Self

{
  "id": 116819,
  "BuffName": "White Barrier (Remove Cast Time)",
  "BuffRate": {
    "Odds": {
      "a": 0,
      "b": 100,
      "c": 20210120,
      "type": 5040
    }
  },
  "BuffType": {
    "isgain": 1,
    "isdisperse": 1
  },
  "BuffEffect": {
    "type": "AttrChange",
    "AttrEffect2": [
      8
    ]
  },
  "BuffStateID": 119061
}

Formula

{
  "CD": 12,
  "id": 1171006,
  "Buff": {
    "self": [
      116817,
      116814,
      116818,
      116819
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 1171001,
      "params": [
        50
      ]
    }
  ],
  "Icon": "skill_1171001",
  "Camps": "Friend",
  "Level": 6,
  "Logic": "SkillNone",
  "DescId": "##170634",
  "NameZh": "##170083",
  "CastAct": "reading",
  "DelayCD": 0.5,
  "Fire_EP": 3,
  "SE_cast": "Skill/Magic_cast",
  "Pvp_buff": {
    "self": [
      116817,
      116814,
      116818,
      116819
    ]
  },
  "AttackAct": [
    "use_skill"
  ],
  "Attack_EP": 3,
  "Lead_Type": {
    "CCT": 0,
    "FCT": 4,
    "type": 2
  },
  "SE_attack": "Skill/skill_magic_whiteshield_attack_01",
  "SkillCost": {
    "sp": 80
  },
  "SkillType": "Buff",
  "Target_EP": 3,
  "Launch_Range": 6,
  "AutoCondition": [
    {
      "time": 5,
      "type": 1,
      "no_target": 1
    }
  ]
}