Level 1
##3808000
Skill #79924001
Level 1
##3808000
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": 79924001,
"NameZh": "光十字",
"Level": 1,
"Icon": "skill_3808001",
"Cost": 1,
"Desc": [
{
"id": 3808000,
"params": [
105
]
}
],
"RollType": 1,
"SkillHit": 2,
"SkillType": "Attack",
"Camps": "Enemy",
"Launch_Range": 0,
"Fire_EP": 3,
"Target_EP": 2,
"Attack_EP": 2,
"CD": 10,
"DelayCD": 1,
"Logic": "SkillSelfRange",
"Logic_Param": {
"no_hit": 1,
"range": 3,
"range_num": 15
},
"Damage": [
{
"damChangePer": 100,
"elementparam": 5,
"type": 8033
}
],
"DamTime": {
"type": 1,
"value": 1
},
"AttackAct": [
"attack"
],
"SE_attack": "Skill/longshen_shandianbu",
"description": {
"chinesesimplified": "##3808000",
"english": "##3808000",
"german": "##3808000",
"portuguese": "##3808000",
"spanish": "##3808000"
}
}