Tuna Party
Lvl: 10 Buff CD: 18 sec Skill Delay: 1.5 sec SP: 50 Range: 5 Cast Time: 3 Fixed Cast Time: 1

Uses tasty tuna to protect an ally and yourself, resisting damage equal to the caster's Max HP x30%. Lasts 30 seconds.

Lvl: 9 Buff CD: 18 sec Skill Delay: 1.5 sec SP: 50 Range: 5 Cast Time: 3 Fixed Cast Time: 1
• Uses tasty tuna to protect an ally and yourself, resisting damage equal to the caster's Max HP x28%. Lasts 30 seconds.
Lvl: 8 Buff CD: 18 sec Skill Delay: 1.5 sec SP: 50 Range: 5 Cast Time: 3 Fixed Cast Time: 1
• Uses tasty tuna to protect an ally and yourself, resisting damage equal to the caster's Max HP x26%. Lasts 30 seconds.
Lvl: 7 Buff CD: 18 sec Skill Delay: 1.5 sec SP: 50 Range: 5 Cast Time: 3 Fixed Cast Time: 1
• Uses tasty tuna to protect an ally and yourself, resisting damage equal to the caster's Max HP x24%. Lasts 30 seconds.
Lvl: 6 Buff CD: 18 sec Skill Delay: 1.5 sec SP: 50 Range: 5 Cast Time: 3 Fixed Cast Time: 1
• Uses tasty tuna to protect an ally and yourself, resisting damage equal to the caster's Max HP x22%. Lasts 30 seconds.
Lvl: 5 Buff CD: 12 sec Skill Delay: 1.5 sec SP: 30 Range: 5 Cast Time: 3 Fixed Cast Time: 1
• Uses tasty tuna to protect an ally, resisting damage equal to the caster's Max HP x20%. Lasts 30 seconds.
Lvl: 4 Buff CD: 12 sec Skill Delay: 1.5 sec SP: 30 Range: 5 Cast Time: 3 Fixed Cast Time: 1
• Uses tasty tuna to protect an ally, resisting damage equal to the caster's Max HP x18%. Lasts 30 seconds.
Lvl: 3 Buff CD: 12 sec Skill Delay: 1.5 sec SP: 30 Range: 5 Cast Time: 3 Fixed Cast Time: 1
• Uses tasty tuna to protect an ally, resisting damage equal to the caster's Max HP x16%. Lasts 30 seconds.
Lvl: 2 Buff CD: 12 sec Skill Delay: 1.5 sec SP: 30 Range: 5 Cast Time: 3 Fixed Cast Time: 1
• Uses tasty tuna to protect an ally, resisting damage equal to the caster's Max HP x14%. Lasts 30 seconds.
Lvl: 1 Buff CD: 12 sec Skill Delay: 1.5 sec SP: 30 Range: 5 Cast Time: 3 Fixed Cast Time: 1
• Uses tasty tuna to protect an ally, resisting damage equal to the caster's Max HP x12%. Lasts 30 seconds.

Aesir

• Tuna Party - Effect Tuna Party's max HP coefficient + 3%
• Tuna Party - Add Effect Affected by the attribute Healing Bonus, Tuna Party's effect is increased by 5% of Healing Bonus
• Tuna Party - Quick Cast Tuna Party's Fixed Cast Time - 0.1seconds

Self 5470

function CommonFun.calcBuff_5470(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local MaxHp = srcUser:GetProperty("MaxHp")
  local skilllv_1 = srcUser:GetLernedSkillLevel(1619_BLADE_SOUL:TUNA_PARTY)
  local HealEncPer = srcUser:GetProperty("HealEncPer")
  local skilllv_2 = srcUser:GetLernedSkillLevel(1632_BLADE_SOUL:OCEAN_SOUL)
  local Num1 = srcUser:GetRunePoint(153023_AESIR_TUNA_PARTY_S_MAX_HP_COEFFICIENT_3)
  local Num2 = srcUser:GetRunePoint(153036_AESIR_AFFECTED_BY_THE_ATTRIBUTE_HEALING_BONUS_TUNA_PARTY_S_EFFECT_IS_INCREASED_BY_5_OF_HEALING_BONUS)
  local LushFoxtail = 1
  if (srcUser:HasBuffID(42840_LUSH_FOX_GRASS_:MAX_STACK_0) or srcUser:HasBuffID(42960_GIANT_FOX_GRASS_ROD_:MAX_STACK_0)) and (srcUser:HasBuffID(42790_FRESH_TUNA_TALISMAN_:MAX_STACK_0) or srcUser:HasBuffID(43150_ORIGINAL_WILL_TALISMAN_:MAX_STACK_0)) then
    LushFoxtail = LushFoxtail + 0.05
  end
  local RefineLv7 = srcUser:GetEquipedRefineLv(7_WEAPON)
  if 10 <= RefineLv7 and srcUser:HasBuffID(90002607_LUSH_FOX_GRASS_R8_:MAX_STACK_0) then
    LushFoxtail = LushFoxtail + 0.1
  end
  if 10 <= RefineLv7 and srcUser:HasBuffID(42960_GIANT_FOX_GRASS_ROD_:MAX_STACK_0) then
    LushFoxtail = LushFoxtail + 0.1
  end
  local A = MaxHp * (skilllv_1 * 0.02 + 0.1 + skilllv_2 * 0.01 + Num1 * 0.03) * (1 + HealEncPer * Num2 * 0.05) * LushFoxtail
  return A
end

Team 5470

function CommonFun.calcBuff_5470(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local MaxHp = srcUser:GetProperty("MaxHp")
  local skilllv_1 = srcUser:GetLernedSkillLevel(1619_BLADE_SOUL:TUNA_PARTY)
  local HealEncPer = srcUser:GetProperty("HealEncPer")
  local skilllv_2 = srcUser:GetLernedSkillLevel(1632_BLADE_SOUL:OCEAN_SOUL)
  local Num1 = srcUser:GetRunePoint(153023_AESIR_TUNA_PARTY_S_MAX_HP_COEFFICIENT_3)
  local Num2 = srcUser:GetRunePoint(153036_AESIR_AFFECTED_BY_THE_ATTRIBUTE_HEALING_BONUS_TUNA_PARTY_S_EFFECT_IS_INCREASED_BY_5_OF_HEALING_BONUS)
  local LushFoxtail = 1
  if (srcUser:HasBuffID(42840_LUSH_FOX_GRASS_:MAX_STACK_0) or srcUser:HasBuffID(42960_GIANT_FOX_GRASS_ROD_:MAX_STACK_0)) and (srcUser:HasBuffID(42790_FRESH_TUNA_TALISMAN_:MAX_STACK_0) or srcUser:HasBuffID(43150_ORIGINAL_WILL_TALISMAN_:MAX_STACK_0)) then
    LushFoxtail = LushFoxtail + 0.05
  end
  local RefineLv7 = srcUser:GetEquipedRefineLv(7_WEAPON)
  if 10 <= RefineLv7 and srcUser:HasBuffID(90002607_LUSH_FOX_GRASS_R8_:MAX_STACK_0) then
    LushFoxtail = LushFoxtail + 0.1
  end
  if 10 <= RefineLv7 and srcUser:HasBuffID(42960_GIANT_FOX_GRASS_ROD_:MAX_STACK_0) then
    LushFoxtail = LushFoxtail + 0.1
  end
  local A = MaxHp * (skilllv_1 * 0.02 + 0.1 + skilllv_2 * 0.01 + Num1 * 0.03) * (1 + HealEncPer * Num2 * 0.05) * LushFoxtail
  return A
end

Self

{
  "id": 123130,
  "BuffDesc": "A tuna shield that can absorb a certain amount of damage.",
  "BuffIcon": "skillbuff_1619001",
  "BuffName": "Tuna Party",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 1,
    "isdisperse": 1
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "AbsorbDamage",
    "AbsorbAmount": {
      "type": 5470
    }
  },
  "BuffStateID": 123130
}

Team

{
  "id": 123130,
  "BuffDesc": "A tuna shield that can absorb a certain amount of damage.",
  "BuffIcon": "skillbuff_1619001",
  "BuffName": "Tuna Party",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 1,
    "isdisperse": 1
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "AbsorbDamage",
    "AbsorbAmount": {
      "type": 5470
    }
  },
  "BuffStateID": 123130
}

Formula

{
  "CD": 18,
  "id": 1619010,
  "Buff": {
    "self": [
      123130
    ],
    "team": [
      123130
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 1619001,
      "params": [
        30
      ]
    }
  ],
  "Icon": "skill_1619001",
  "Camps": "Team",
  "Level": 10,
  "Logic": "SkillNone",
  "DescId": "##170433",
  "NameZh": "##159250",
  "SE_hit": "Skill/Skill_monster_Doram_general_hit",
  "CastAct": "skill_ready",
  "DelayCD": 1.5,
  "Fire_EP": 3,
  "Pvp_buff": {
    "self": [
      123130
    ],
    "team": [
      123130
    ]
  },
  "AttackAct": [
    "use_skill2"
  ],
  "Attack_EP": 2,
  "Lead_Type": {
    "CCT": 1,
    "FCT": 3,
    "type": 2
  },
  "PeakLevel": 5,
  "SkillCost": {
    "sp": 50
  },
  "SkillType": "Buff",
  "Target_EP": 3,
  "Logic_Param": {
    "include_self": 1,
    "select_target": 1
  },
  "Launch_Range": 5,
  "AutoCondition": [
    {
      "time": 30,
      "type": 1,
      "no_target": 1
    },
    {
      "type": 7,
      "no_target": 1
    }
  ],
  "NoTargetAutoCast": 1
}