Level 6
##1262001
Skill #1262006
The dragon roars with a 100%% chance of causing Fear to up to 8 enemy units within a 3m range and reduces Movement Speed by [8df936]%s%%[-],Def by [8df936]%s%%[-] & M.Def by [8df936]%s%%[-] for 3 sec
Level 6
##1262001
Formulas & functions
Formula source
function CommonFun.calcBuff_170(srcUser, targetUser, a, b, c, d, lv)
if srcUser == nil or targetUser == nil then
return 0
end
local ChaosAtk = srcUser:GetProperty("ChaosAtk")
local ChaosDef2 = targetUser:GetProperty("ChaosDef")
local ChaosDam = 1 + ChaosAtk - ChaosDef2
if ChaosDam <= 0 then
ChaosDam = 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) * ChaosDam * StateDam * CommonFun.calcAttrFearRate(srcUser, targetUser)
if A <= 0 then
return 0
end
return A
endSkill JSON (Level 6)
{
"id": 1262006,
"NameZh": "龙之咆哮",
"Level": 6,
"Icon": "skill_1262001",
"Cost": 1,
"NextNewID": 1262007,
"Desc": [
{
"id": 1262001,
"params": [
12,
12,
12
]
}
],
"SkillType": "Buff",
"Camps": "Enemy",
"Launch_Range": 1,
"Fire_EP": 3,
"Target_EP": 3,
"Attack_EP": 0,
"CD": 6,
"SkillCost": {
"sp": 31
},
"DelayCD": 1.5,
"PreCondition": [
{
"equipFeature": 1,
"type": 2
}
],
"Logic": "SkillSelfRange",
"Logic_Param": {
"range": 3,
"range_num": 8
},
"Buff": {
"enemy": [
117622,
117623
]
},
"Pvp_buff": {
"enemy": [
117622,
117623
]
},
"AttackAct": [
"use_skill"
],
"SE_attack": "Skill/attack5",
"description": {
"chinesesimplified": "##1262001",
"english": "##1262001",
"german": "##1262001",
"portuguese": "##1262001",
"spanish": "##1262001"
}
}