Skill #1303001

Earth Field

Creates a Earth Field field on a chosen area that grants immunity to Traps and Aoe effects to all targets within the area. Earth Field lasts [8df936]%s[-] sec, only one Elemental Field can exist at a time.

Level 5

##1303000

CD 4s | Cost 1 | ElementTrap

ID 1303005

Level 4

##1303000

CD 5.5s | Cost 1 | ElementTrap

ID 1303004

Level 3

##1303000

CD 7s | Cost 1 | ElementTrap

ID 1303003

Level 2

##1303000

CD 8.5s | Cost 1 | ElementTrap

ID 1303002

Level 1

##1303000

CD 10s | Cost 1 | ElementTrap

ID 1303001

Formulas & functions

CommonFun links

Earth FieldLv 1-5 | buff | Buffs 118142

Formula source

function CommonFun.calcBuff_3250(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Num = srcUser:GetRunePoint(c)
  local A = lv * a + b + Num * d
  return A
end
Earth FieldLv 1-5 | buff | Buffs 118143

Formula source

function CommonFun.calcBuff_4270(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Num1 = targetUser:GetBuffLayer(118142)
  local A = 0
  if 3 <= Num1 then
    A = 100
  end
  return A
end
Earth FieldLv 1-5 | buff | Buffs 22000992

Formula source

function CommonFun.calcBuff_5040(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Hasbuff = 0
  if srcUser:HasBuffID(c) then
    Hasbuff = 1
  end
  local A = a + b * Hasbuff
  return A
end
Earth FieldLv 1-5 | buff | Buffs 1001110, 1001101, 1001160, 1001111

Formula source

-- Lua source unavailable --

Skill JSON (Level 5)

{
  "id": 1303005,
  "NameZh": "地元素领域",
  "Level": 5,
  "Icon": "skill_1303001",
  "Cost": 1,
  "Desc": [
    {
      "id": 1303000,
      "params": [
        28
      ]
    }
  ],
  "SkillType": "ElementTrap",
  "Camps": "Friend|Enemy",
  "Launch_Range": 6,
  "Fire_EP": 3,
  "Target_EP": 3,
  "Attack_EP": 3,
  "CD": 4,
  "SkillCost": {
    "1": {
      "itemID": 12521,
      "num": 1
    },
    "sp": 70
  },
  "DelayCD": 2,
  "AutoCondition": [
    {
      "no_target": 1,
      "time": 28,
      "type": 1
    }
  ],
  "Lead_Type": {
    "CCT": 0,
    "FCT": 5,
    "type": 2
  },
  "Logic": "SkillPointRange",
  "Logic_Param": {
    "clear_trap": 1,
    "count": 28,
    "fieldarea_cannot_immune": 1,
    "forceClear": [
      1303
    ],
    "interval": 1,
    "isCountTrap": 1,
    "max_count": 1,
    "no_earth_magic": 1,
    "no_select": 1,
    "range": 4,
    "trap_effect": "MagneticEarth_buff,LowRange_B",
    "whitelist": 1
  },
  "Buff": {
    "enemy": [
      118140,
      118142,
      118143,
      1001110,
      1001101,
      1001160,
      1001111
    ],
    "friend": [
      118140,
      118141,
      1001120
    ],
    "self_skill": [
      118140,
      118141,
      22000992,
      1001120
    ],
    "team": [
      118140,
      118141,
      22000992,
      1001120
    ]
  },
  "Pvp_buff": {
    "enemy": [
      118140,
      118142,
      118143,
      1001110,
      1001101,
      1001160,
      1001111
    ],
    "friend": [
      118140,
      118141,
      1001120
    ],
    "self_skill": [
      118140,
      118141,
      22000992,
      1001120
    ],
    "team": [
      118140,
      118141,
      22000992,
      1001120
    ]
  },
  "CastAct": "reading",
  "AttackAct": [
    "use_skill"
  ],
  "SE_cast": "Common/Magic_cast",
  "SE_attack": "Skill/skill_magic_earthdirt_attack",
  "description": {
    "chinesesimplified": "##1303000",
    "english": "##1303000",
    "german": "##1303000",
    "portuguese": "##1303000",
    "spanish": "##1303000"
  }
}