Level 1
##3007000
Skill #79920001
After charging up for a short time, deals Dark Phy. DMG to the target and all enemies within a 3-meter radius around it
Level 1
##3007000
Formulas & functions
Formula source
function CommonFun.calcDamage_8033(srcUser, targetUser, params, damageParam, logger)
local damChangePer = damageParam.damChangePer
local srcAtkElement = CommonFun.GetUserAtkAttr(srcUser, params, damageParam)
local targetDefElement = targetUser:GetProperty("DefAttr")
local A = damChangePer * CommonFun.calcMagicElement(srcUser, targetUser, params, damageParam)
if A <= 1 then
return 1
end
return A
endSkill JSON (Level 1)
{
"id": 79920001,
"NameZh": "暗炎斩",
"Level": 1,
"Icon": "skill_3007001",
"Cost": 1,
"Desc": [
{
"id": 3007000,
"params": [
105
]
}
],
"RollType": 1,
"SkillHit": 2,
"SkillType": "Attack",
"Camps": "Enemy",
"Launch_Range": 3.5,
"Fire_EP": 3,
"Target_EP": 0,
"Attack_EP": 3,
"CD": 10,
"DelayCD": 1,
"Lead_Type": {
"ReadyTime": 0.3,
"type": 1
},
"Logic": "SkillLockedTarget",
"Logic_Param": {
"range": 3,
"range_num": 15,
"spotter": 1
},
"Damage": [
{
"damChangePer": 100,
"elementparam": 5,
"type": 8033
}
],
"DamTime": {
"type": 1,
"value": 1
},
"Buff": {
"self": [
124122
]
},
"Pvp_buff": {
"self": [
124122
]
},
"CastAct": "reading",
"AttackAct": [
"attack"
],
"SE_cast": "Skill/common_makenshi_anyanzhan_attack",
"SE_attack": "Skill/skill_makenshi_anyanzhan_attack",
"description": {
"chinesesimplified": "##3007000",
"english": "##3007000",
"german": "##3007000",
"portuguese": "##3007000",
"spanish": "##3007000"
}
}