Skill #1315001

Flammable Net

Level 5

##1315000

CD 3s | Cost 1 | Buff

ID 1315005

Level 4

##1315000

CD 3s | Cost 1 | Buff

ID 1315004

Level 3

##1315000

CD 3s | Cost 1 | Buff

ID 1315003

Level 2

##1315000

CD 3s | Cost 1 | Buff

ID 1315002

Level 1

##1315000

CD 3s | Cost 1 | Buff

ID 1315001

Formulas & functions

CommonFun links

Flammable NetLv 1-5 | buff | Buffs 118190

Formula source

function CommonFun.calcBuff_160(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local SlowAtk = srcUser:GetProperty("SlowAtk")
  local SlowDef2 = targetUser:GetProperty("SlowDef")
  local SlowDam = 1 + SlowAtk - SlowDef2
  if SlowDam <= 0 then
    SlowDam = 0
  end
  local StateAtk = srcUser:GetProperty("StateAtk")
  local StateDef2 = targetUser:GetProperty("StateDef")
  local StateDam = 1 + StateAtk - StateDef2
  if StateDam <= 0 then
    StateDam = 0
  end
  local A = (lv * a + b) * SlowDam * StateDam * CommonFun.calcAttrSlowRate(srcUser, targetUser)
  if A <= 0 then
    return 0
  end
  return A
end

Skill JSON (Level 5)

{
  "id": 1315005,
  "NameZh": "易燃之网",
  "Level": 5,
  "Icon": "skill_1315001",
  "Cost": 1,
  "Desc": [
    {
      "id": 1315000,
      "params": [
        5.4,
        5
      ]
    }
  ],
  "SkillType": "Buff",
  "Camps": "Enemy",
  "Launch_Range": 7,
  "Fire_EP": 3,
  "Target_EP": 3,
  "Attack_EP": 3,
  "CD": 3,
  "SkillCost": {
    "sp": 90
  },
  "DelayCD": 1.5,
  "Lead_Type": {
    "CCT": 0,
    "FCT": 3,
    "type": 2
  },
  "Logic": "SkillLockedTarget",
  "Buff": {
    "enemy": [
      118190,
      118191
    ]
  },
  "Pvp_buff": {
    "enemy": [
      118190,
      118191
    ]
  },
  "CastAct": "reading",
  "AttackAct": [
    "use_skill"
  ],
  "SE_cast": "Common/Magic_cast",
  "SE_attack": "Skill/FlameExplosion_hit",
  "SE_hit": "Skill/ACSpidersilk",
  "description": {
    "chinesesimplified": "##1315000",
    "english": "##1315000",
    "german": "##1315000",
    "portuguese": "##1315000",
    "spanish": "##1315000"
  }
}