Level 5
##1315000
Skill #1315001
Level 5
##1315000
Level 4
##1315000
Level 3
##1315000
Level 2
##1315000
Level 1
##1315000
Formulas & functions
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
endSkill 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"
}
}