
Tuna Steak
Lvl: 10
Buff
CD: 24 sec
Skill Delay: 2 sec
SP: 120
Range: 5
Cast Time: 3
Absorbs the spirit of delicious Tuna Steak, restoring a certain amount of HP (Target's Max HP x30%%) and SP (Target's Max SP x30%) to a single ally.
Lvl: 9
Buff
CD: 24 sec
Skill Delay: 2 sec
SP: 120
Range: 5
Cast Time: 3
• Absorbs the spirit of delicious Tuna Steak, restoring a certain amount of HP (Target's Max HP x30%%) and SP (Target's Max SP x27%) to a single ally.
Lvl: 8
Buff
CD: 24 sec
Skill Delay: 2 sec
SP: 120
Range: 5
Cast Time: 3
• Absorbs the spirit of delicious Tuna Steak, restoring a certain amount of HP (Target's Max HP x30%%) and SP (Target's Max SP x24%) to a single ally.
Lvl: 7
Buff
CD: 24 sec
Skill Delay: 2 sec
SP: 120
Range: 5
Cast Time: 3
• Absorbs the spirit of delicious Tuna Steak, restoring a certain amount of HP (Target's Max HP x30%%) and SP (Target's Max SP x21%) to a single ally.
Lvl: 6
Buff
CD: 24 sec
Skill Delay: 2 sec
SP: 120
Range: 5
Cast Time: 3
• Absorbs the spirit of delicious Tuna Steak, restoring a certain amount of HP (Target's Max HP x30%%) and SP (Target's Max SP x18%) to a single ally.
Lvl: 5
Buff
CD: 24 sec
Skill Delay: 2 sec
SP: 120
Range: 5
Cast Time: 3
• Absorbs the spirit of delicious Tuna Steak, restoring a certain amount of HP to a single ally (Target's Max HP x30%).
Lvl: 4
Buff
CD: 22 sec
Skill Delay: 2 sec
SP: 100
Range: 5
Cast Time: 3
• Absorbs the spirit of delicious Tuna Steak, restoring a certain amount of HP to a single ally (Target's Max HP x27%).
Lvl: 3
Buff
CD: 20 sec
Skill Delay: 2 sec
SP: 80
Range: 5
Cast Time: 3
• Absorbs the spirit of delicious Tuna Steak, restoring a certain amount of HP to a single ally (Target's Max HP x24%).
Lvl: 2
Buff
CD: 18 sec
Skill Delay: 2 sec
SP: 60
Range: 5
Cast Time: 3
• Absorbs the spirit of delicious Tuna Steak, restoring a certain amount of HP to a single ally (Target's Max HP x21%).
Lvl: 1
Buff
CD: 16 sec
Skill Delay: 2 sec
SP: 40
Range: 5
Cast Time: 3
• Absorbs the spirit of delicious Tuna Steak, restoring a certain amount of HP to a single ally (Target's Max HP x18%).
Team 5440
function CommonFun.calcBuff_5440(srcUser, targetUser, a, b, c, d, lv)
if srcUser == nil or targetUser == nil then
return 0
end
local MaxHp = targetUser:GetProperty("MaxHp")
local skilllv_1 = srcUser:GetLernedSkillLevel(1632_BLADE_SOUL:OCEAN_SOUL)
lv = math.min(lv, 5)
local GemDurou = srcUser:GetGemValue(153002_TUNA_STEAK_HP_RECOVERY_RATIO_PERCENTAGE)
local A = MaxHp * (lv * 0.03 + 0.15 + skilllv_1 * 0.01 + GemDurou / 100000)
local RateNum = 0
if srcUser:HasBuffID(90004614_GIANT_FOX_GRASS_1_T5_:MAX_STACK_0) then
RateNum = 15
end
if CommonFun.IsInRate(RateNum, srcUser:GetRandom()) then
return A * 2
else
return A
end
end
Team 5441
function CommonFun.calcBuff_5441(srcUser, targetUser, a, b, c, d, lv)
if srcUser == nil or targetUser == nil then
return 0
end
local MaxSp = targetUser:GetProperty("MaxSp")
local A = MaxSp * ((lv - 5) * 0.05 + 0.15)
return A
end
Team
{
"id": 123060,
"BuffName": "Tuna Steak",
"BuffRate": {
"Odds": 100
},
"BuffEffect": {
"Hp": {
"type": 5440
},
"type": "HSPChange",
"calc_heal": 1
},
"BuffStateID": 123060
}
Team
{
"id": 123061,
"BuffName": "Tuna Steak (Recovers Magic)",
"BuffRate": {
"Odds": 100
},
"BuffEffect": {
"Sp": {
"type": 5441
},
"type": "HSPChange"
}
}

Tuna Steak Soul
Team
{
"id": 90004615,
"BuffName": "Giant Fox Grass [1] [T5] Effect",
"BuffRate": {
"Odds": {
"a": 90004614,
"b": 0,
"c": 100,
"type": 8160
}
},
"BuffEffect": {
"id": 1663001,
"Odds": 100,
"type": "UseSkill",
"IsActive": 0
}
}
Formula
{
"CD": 24,
"id": 1611010,
"Buff": {
"team": [
123060,
90004615,
123061
]
},
"Cost": 1,
"Desc": [
{
"id": 1611001,
"params": [
30
]
}
],
"Icon": "skill_1611001",
"Camps": "Team",
"Level": 10,
"Logic": "SkillLockedTarget",
"DescId": "##170770",
"NameZh": "##159430",
"SE_hit": "Skill/Skill_monster_Doram_general_hit",
"CastAct": "skill_ready",
"DelayCD": 2,
"Fire_EP": 3,
"SE_fire": "Skill/Skill_monster_Doram_meat",
"Pvp_buff": {
"team": [
123060,
90004615,
123061
]
},
"AttackAct": [
"use_skill2"
],
"Attack_EP": 3,
"Lead_Type": {
"CCT": 0,
"FCT": 3,
"type": 2
},
"PeakLevel": 5,
"SkillCost": {
"sp": 120
},
"SkillType": "Buff",
"Target_EP": 2,
"Logic_Param": {
"include_friendnpc": 1
},
"Launch_Range": 5,
"AutoCondition": [
{
"type": 5,
"priority": 1,
"teamvalue": 50
}
],
"NoTargetAutoCast": 1
}