Level 10
##5410000
Skill #5410001
Level 10
##5410000
Level 9
##5410000
Level 8
##5410000
Level 7
##5410000
Level 6
##5410000
Level 5
##5410000
Level 4
##5410000
Level 3
##5410000
Level 2
##5410000
Level 1
##5410000
Formulas & functions
Formula source
function CommonFun.calcBuff_100390(srcUser, targetUser, a, b, c, d, lv)
if srcUser == nil or targetUser == nil then
return 0
end
local A = 100
local Profession = targetUser:GetProfressionID()
if Profession == 72 or Profession == 73 or Profession == 74 then
A = 0
end
return A
endFormula source
function CommonFun.calcBuff_1920(srcUser, targetUser, a, b, c, d, lv)
if srcUser == nil or targetUser == nil then
return 0
end
local A = 0
if srcUser:HasBuffID(115080) then
A = 100
end
return A
endFormula source
-- Lua source unavailable --Skill JSON (Level 10)
{
"id": 5410010,
"NameZh": "终极牺牲",
"Level": 10,
"Icon": "skill_5410001",
"Cost": 1,
"Desc": [
{
"id": 5410000,
"params": [
8
]
}
],
"SkillType": "LeadSkill",
"Camps": "Team",
"Launch_Range": 6,
"Fire_EP": 3,
"Target_EP": 2,
"Attack_EP": 2,
"CD": 30,
"FixCD": 1,
"SkillCost": {
"sp": 120
},
"DelayCD": 1,
"Lead_Type": {
"DCT": 8,
"clientinterrupt": 1,
"type": 4
},
"Logic": "SkillSelfRange",
"Logic_Param": {
"chant_buff": [
1004103,
1004104,
1004130,
1004110
],
"count": 8,
"duration": 8,
"immune_taunt": 1,
"interval": 1,
"isTimeTrap": 1,
"no_select": 1,
"range": 6,
"range_num": 5
},
"Buff": {
"self": [
1004120,
1004121
],
"team": [
1004100,
1004101,
1004134,
1004120,
1004121
]
},
"Pvp_buff": {
"self": [
1004120,
1004121
],
"team": [
1004100,
1004101,
1004134,
1004120,
1004121
]
},
"AttackAct": [
"use_magic"
],
"SE_attack": "Skill/sfx_skill_master_ultimate_sacrifice_attack_01",
"description": {
"chinesesimplified": "##5410000",
"english": "##5410000",
"german": "##5410000",
"portuguese": "##5410000",
"spanish": "##5410000"
}
}