Earth Spirit Path + White Barrier
Lvl: 1 SpaceLeap CD: 25 sec Skill Delay: 1 sec SP: 150 Range: 8

Teleport yourself to another location within 8 meters and cast a White Barrier for yourself.

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": 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
}

Self

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

Formula

{
  "CD": 25,
  "id": 1943001,
  "Buff": {
    "self": [
      186150,
      116814,
      116818,
      116819
    ]
  },
  "Cost": 0,
  "Desc": [
    {
      "id": 1943000
    }
  ],
  "Icon": "skill_1936001",
  "Camps": "None",
  "Logic": "SkillPointRange",
  "DescId": "##533934",
  "NameZh": "##532538",
  "DelayCD": 1,
  "Fire_EP": 3,
  "Pvp_buff": {
    "self": [
      186150,
      116814,
      116818,
      116819
    ]
  },
  "AttackAct": [
    "use_skill4_Glove"
  ],
  "Attack_EP": 0,
  "ForbidUse": 13344,
  "SE_attack": "Skill/Chronomancer_chongdong",
  "SkillCost": {
    "sp": 150
  },
  "SkillType": "SpaceLeap",
  "Target_EP": 3,
  "Logic_Param": {
    "range": 1,
    "ShowIndicator": 1,
    "combine_skill": [
      1937,
      1917
    ]
  },
  "Launch_Range": 8
}