Level 10
##78000
Skill #804001
Selects a single enemy target within a 5m range, dealing water M. DMG to the enemy with a [8df936]%s%%[-] chance to freeze it. The freezing status lasts for [8df936]%s[-] seconds
Level 10
##78000
Level 9
##78000
Level 8
##78000
Level 7
##78000
Level 6
##78000
Level 5
##78000
Level 4
##78000
Level 3
##78000
Level 2
##78000
Level 1
##78000
Formulas & functions
Formula source
function CommonFun.calcBuff_112(srcUser, targetUser, a, b, c, d, lv)
if srcUser == nil or targetUser == nil then
return 0
end
local Num1 = srcUser:GetRunePoint(22130)
local A = 0
if 1 <= Num1 then
A = lv * a + b
end
if A <= 0 then
return 0
end
return A
endSkill JSON (Level 10)
{
"id": 804010,
"NameZh": "冰冻术",
"Level": 10,
"Icon": "skill_10035001",
"Cost": 1,
"Desc": [
{
"id": 78000,
"params": [
200,
65,
30
]
}
],
"RollType": 2,
"SkillType": "Buff",
"Camps": "Friend",
"Launch_Range": 6,
"Fire_EP": 3,
"Target_EP": 2,
"Attack_EP": 2,
"CD": 8,
"SkillCost": {
"sp": 16
},
"DelayCD": 1,
"Lead_Type": {
"CCT": 0,
"FCT": 0.8,
"type": 2
},
"Logic": "SkillNone",
"Buff": {
"self": [
42000200
]
},
"Pvp_buff": {
"self": [
42000200
]
},
"CastAct": "reading",
"AttackAct": [
"use_magic"
],
"SE_cast": "Common/Magic_cast",
"SE_attack": "Skill/FrostDiver_attack",
"SE_hit": "Common/enemy_hit_1-Common/enemy_hit_2-Common/enemy_hit_3-Common/enemy_hit_4",
"description": {
"chinesesimplified": "##78000",
"english": "##78000",
"german": "##78000",
"portuguese": "##78000",
"spanish": "##78000"
}
}