
Fresh Shrimp
Lvl: 10
Buff
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 20
Range: 5
Cast Time: 2
Specify a teammate to absorb the soul of Fresh Shrimp with self and recover (M.ATK *50%+INT*20) HP every 3s for 120s (the effect quadruples during PvP and GvG).
Lvl: 9
Buff
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 19
Range: 5
Cast Time: 2
• Specify a teammate to absorb the soul of Fresh Shrimp with self and recover (M.ATK *45%+INT*18) HP every 3s for 120s (the effect quadruples during PvP and GvG).
Lvl: 8
Buff
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 18
Range: 5
Cast Time: 2
• Specify a teammate to absorb the soul of Fresh Shrimp with self and recover (M.ATK *40%+INT*16) HP every 3s for 120s (the effect quadruples during PvP and GvG).
Lvl: 7
Buff
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 17
Range: 5
Cast Time: 2
• Specify a teammate to absorb the soul of Fresh Shrimp with self and recover (M.ATK *35%+INT*14) HP every 3s for 120s (the effect quadruples during PvP and GvG).
Lvl: 6
Buff
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 16
Range: 5
Cast Time: 2
• Specify a teammate to absorb the soul of Fresh Shrimp with self and recover (M.ATK *30%+INT*12) HP every 3s for 120s (the effect quadruples during PvP and GvG).
Lvl: 5
Buff
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 15
Range: 5
Cast Time: 2
• Specify a teammate to absorb the soul of Fresh Shrimp with self and recover (M.ATK *25%+INT*10) HP every 3s for 120s (the effect quadruples during PvP and GvG).
Lvl: 4
Buff
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 14
Range: 5
Cast Time: 2
• Specify a teammate to absorb the soul of Fresh Shrimp with self and recover (M.ATK *20%+INT*8) HP every 3s for 120s (the effect quadruples during PvP and GvG).
Lvl: 3
Buff
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 13
Range: 5
Cast Time: 2
• Specify a teammate to absorb the soul of Fresh Shrimp with self and recover (M.ATK *15%+INT*6) HP every 3s for 120s (the effect quadruples during PvP and GvG).
Lvl: 2
Buff
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 12
Range: 5
Cast Time: 2
• Specify a teammate to absorb the soul of Fresh Shrimp with self and recover (M.ATK *10%+INT*4) HP every 3s for 120s (the effect quadruples during PvP and GvG).
Lvl: 1
Buff
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 11
Range: 5
Cast Time: 2
• Specify a teammate to absorb the soul of Fresh Shrimp with self and recover (M.ATK *5%+INT*2) HP every 3s for 120s (the effect quadruples during PvP and GvG).
Aesir
• Shrimp - Recover Fresh Shrimp's healing effect + 5%
Self 5430
function CommonFun.calcBuff_5430(srcUser, targetUser, a, b, c, d, lv)
if srcUser == nil or targetUser == nil then
return 0
end
local Int = srcUser:GetProperty("Int")
local MAtk = srcUser:GetProperty("MAtk")
local MAtkPer = srcUser:GetProperty("MAtkPer")
local skilllv_1 = srcUser:GetLernedSkillLevel(1609_BLADE_SOUL:FRESH_SHRIMP)
local BeHealEncPer2 = targetUser:GetProperty("BeHealEncPer")
local HealEncPer = srcUser:GetProperty("HealEncPer")
local skilllv_2 = srcUser:GetLernedSkillLevel(1632_BLADE_SOUL:OCEAN_SOUL)
local Num = srcUser:GetRunePoint(153019_AESIR_FRESH_SHRIMP_S_HEALING_EFFECT_5)
local GemHuoxia = srcUser:GetGemValue(153101_FRESH_SHRIMP_RECOVERY_EFFECT_PERCENTAGE)
local WFoxtail = 1
local RefineLv7 = srcUser:GetEquipedRefineLv(7_WEAPON)
local Ring7 = srcUser:GetEquipedID(7_WEAPON)
if srcUser:HasBuffID(90002603_LUSH_FOX_GRASS_R4_:MAX_STACK_0) then
WFoxtail = WFoxtail + RefineLv7 * 0.02
end
if Ring7 == 44308 or Ring7 == 144308 then
WFoxtail = WFoxtail + RefineLv7 * 0.02
end
local A = (MAtk * (1 + MAtkPer) * skilllv_1 * 0.05 + Int * skilllv_1 * 2) * (1 + BeHealEncPer2) * (1 + HealEncPer) * (1 + skilllv_2 * 0.02) * (1 + Num * 0.05) * (1 + GemHuoxia / 100000) * WFoxtail
local mapid, maptype = srcUser:GetMapInfo()
if maptype == PVP_MAPS then
A = A * 4
end
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 5430
function CommonFun.calcBuff_5430(srcUser, targetUser, a, b, c, d, lv)
if srcUser == nil or targetUser == nil then
return 0
end
local Int = srcUser:GetProperty("Int")
local MAtk = srcUser:GetProperty("MAtk")
local MAtkPer = srcUser:GetProperty("MAtkPer")
local skilllv_1 = srcUser:GetLernedSkillLevel(1609_BLADE_SOUL:FRESH_SHRIMP)
local BeHealEncPer2 = targetUser:GetProperty("BeHealEncPer")
local HealEncPer = srcUser:GetProperty("HealEncPer")
local skilllv_2 = srcUser:GetLernedSkillLevel(1632_BLADE_SOUL:OCEAN_SOUL)
local Num = srcUser:GetRunePoint(153019_AESIR_FRESH_SHRIMP_S_HEALING_EFFECT_5)
local GemHuoxia = srcUser:GetGemValue(153101_FRESH_SHRIMP_RECOVERY_EFFECT_PERCENTAGE)
local WFoxtail = 1
local RefineLv7 = srcUser:GetEquipedRefineLv(7_WEAPON)
local Ring7 = srcUser:GetEquipedID(7_WEAPON)
if srcUser:HasBuffID(90002603_LUSH_FOX_GRASS_R4_:MAX_STACK_0) then
WFoxtail = WFoxtail + RefineLv7 * 0.02
end
if Ring7 == 44308 or Ring7 == 144308 then
WFoxtail = WFoxtail + RefineLv7 * 0.02
end
local A = (MAtk * (1 + MAtkPer) * skilllv_1 * 0.05 + Int * skilllv_1 * 2) * (1 + BeHealEncPer2) * (1 + HealEncPer) * (1 + skilllv_2 * 0.02) * (1 + Num * 0.05) * (1 + GemHuoxia / 100000) * WFoxtail
local mapid, maptype = srcUser:GetMapInfo()
if maptype == PVP_MAPS then
A = A * 4
end
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
Self
{
"id": 123040,
"BuffDesc": "Continuously receiving healing.",
"BuffIcon": "skillbuff_1609001",
"BuffName": "Fresh Shrimp",
"BuffRate": {
"Odds": 100
},
"BuffType": {
"isgain": 1,
"isdisperse": 1
},
"IconType": 1,
"DelBuffID": [
123210
],
"BuffEffect": {
"Hp": {
"type": 5430
},
"type": "HSPChange",
"calc_heal": 1
},
"BuffStateID": 123040
}
Team
{
"id": 123040,
"BuffDesc": "Continuously receiving healing.",
"BuffIcon": "skillbuff_1609001",
"BuffName": "Fresh Shrimp",
"BuffRate": {
"Odds": 100
},
"BuffType": {
"isgain": 1,
"isdisperse": 1
},
"IconType": 1,
"DelBuffID": [
123210
],
"BuffEffect": {
"Hp": {
"type": 5430
},
"type": "HSPChange",
"calc_heal": 1
},
"BuffStateID": 123040
}
Formula
{
"CD": 1.5,
"id": 1609010,
"Buff": {
"self": [
123040
],
"team": [
123040
]
},
"Cost": 1,
"Desc": [
{
"id": 1609000,
"params": [
50,
20
]
}
],
"Icon": "skill_1609001",
"Camps": "Friend",
"Level": 10,
"Logic": "SkillNone",
"DescId": "##3444765",
"NameZh": "##159435",
"CastAct": "skill_ready",
"DelayCD": 1.5,
"Fire_EP": 2,
"Pvp_buff": {
"self": [
123040
],
"team": [
123040
]
},
"AttackAct": [
"use_skill2"
],
"Attack_EP": 3,
"Lead_Type": {
"CCT": 0,
"FCT": 2,
"type": 2
},
"SE_attack": "Skill/Skill_monster_Doram_shrimp_release",
"SkillCost": {
"sp": 20
},
"SkillType": "Buff",
"Target_EP": 3,
"Logic_Param": {
"include_self": 1,
"select_target": 1,
"include_friendnpc": 1
},
"Launch_Range": 5,
"AutoCondition": [
{
"time": 120,
"type": 1,
"no_target": 1
},
{
"type": 7,
"no_target": 1
}
],
"NoTargetAutoCast": 1
}