
Rolling Cutter
Lvl: 5
Attack
Physical
Skill Delay: 1.1 sec
SP: 33
Range: 1
Spin quickly with weapon in hand, dealing 650% Atk damage to nearby enemies. Gains 1 Rotation Counter for each enemy hit (up to 10).
Lvl: 4
Attack
Physical
Skill Delay: 1.2 sec
SP: 30
Range: 1
• Spin quickly with weapon in hand, dealing 600% Atk damage to nearby enemies. Gains 1 Rotation Counter for each enemy hit (up to 10).
Lvl: 3
Attack
Physical
Skill Delay: 1.3 sec
SP: 27
Range: 1
• Spin quickly with weapon in hand, dealing 550% Atk damage to nearby enemies. Gains 1 Rotation Counter for each enemy hit (up to 10).
Lvl: 2
Attack
Physical
Skill Delay: 1.4 sec
SP: 24
Range: 1
• Spin quickly with weapon in hand, dealing 500% Atk damage to nearby enemies. Gains 1 Rotation Counter for each enemy hit (up to 10).
Lvl: 1
Attack
Physical
Skill Delay: 1.5 sec
SP: 21
Range: 1
• Spin quickly with weapon in hand, dealing 450% Atk damage to nearby enemies. Gains 1 Rotation Counter for each enemy hit (up to 10).
Aesir
• Rolling Cutter - Cut [Rolling Cutter]’s damage is also boosted by Rotation Counter. Each counter + 1% final damage
Formula
function CommonFun.calcDamage_3401(srcUser, targetUser, params, damageParam, logger)
local Str = srcUser:GetProperty("Str")
local Dex = srcUser:GetProperty("Dex")
local Luk = srcUser:GetProperty("Luk")
local Atk = srcUser:GetProperty("Atk")
local AtkPer = srcUser:GetProperty("AtkPer")
local DamIncrease = srcUser:GetProperty("DamIncrease")
local IgnoreDef = 0
local IgnoreDef1 = srcUser:GetProperty("IgnoreDef")
local IgnoreDef2 = srcUser:GetProperty("IgnoreEquipDef")
if targetUser.boss or targetUser.mini then
IgnoreDef = IgnoreDef1
else
IgnoreDef = IgnoreDef1 + IgnoreDef2
end
if 1 <= IgnoreDef then
IgnoreDef = 1
end
local WeaponType = srcUser:GetEquipedWeaponType()
local skilllv_1 = srcUser:GetLernedSkillLevel(damageParam.skill1_id)
local Refine = srcUser:GetProperty("Refine")
local Def2 = targetUser:GetProperty("Def")
local DefPer2 = targetUser:GetProperty("DefPer")
local Vit2 = targetUser:GetProperty("Vit")
local VitPer2 = targetUser:GetProperty("VitPer")
local DamReduc2 = CommonFun.calcDamReDuc(srcUser, targetUser)
local RefineDamReduc = targetUser:GetProperty("RefineDamReduc")
local AttrEffect2 = srcUser:GetProperty("AttrEffect")
local bits2 = CommonFun.getBits(AttrEffect2)
local damChangePer = damageParam.damChangePer
local raceparam = CommonFun.CalcRaceParam(srcUser, targetUser, params, damageParam, logger)
local bodyparam = CommonFun.CalcBodyParam(srcUser, targetUser, params, damageParam, logger)
local elementparam = CommonFun.CalcElementParam(srcUser, targetUser, params, damageParam, logger)
local bossparam = CommonFun.CalcBossParam(srcUser, targetUser, params, damageParam, logger)
local raceparam2 = CommonFun.CalcRaceParam2(srcUser, targetUser, params, damageParam, logger)
local bodyparam2 = CommonFun.CalcBodyParam2(srcUser, targetUser, params, damageParam, logger)
local elementparam2 = CommonFun.CalcElementParam2(srcUser, targetUser, params, damageParam, logger)
local bossparam2 = CommonFun.CalcBossParam2(srcUser, targetUser, params, damageParam, logger)
local BaseAtk = Str * 2 + math.floor(Str * Str / 100) + math.floor(Dex / 5) + math.floor(Luk / 5)
local AtkFinal = ((Atk - BaseAtk) * (1 + AtkPer) * CommonFun.ShapeCorrection(srcUser, targetUser) * bodyparam * elementparam * elementparam2 + BaseAtk) * raceparam * bossparam * bossparam2
local DefReduc = CommonFun.CalcDef(srcUser, targetUser)
local ShortRangeDamReduc2 = targetUser:GetProperty("ShortRangeDamReduc")
local A = (AtkFinal * DefReduc * (1 - DamReduc2) + Refine) * damChangePer * (1 - RefineDamReduc) * (1 + DamIncrease - ShortRangeDamReduc2) - Vit2 * (1 + VitPer2)
local skillID, skillLevel = CommonFun.UnmergeSkillID(params.skillIDAndLevel)
if skillID == 1104_ARCANE_MASTER:ROLLING_CUTTER then
local Num1 = srcUser:GetRunePoint(34010_AESIR_ROLLING_CUTTER_S_DAMAGE_IS_ALSO_BOOSTED_BY_ROTATION_COUNTER_EACH_COUNTER_1_FINAL_DAMAGE)
local Num2 = srcUser:GetBuffLayer(116080_ROLLING_CUTTER_:MAX_STACK_0)
A = A * (1 + Num1 * 0.01 * Num2)
end
local AttrEffect2 = srcUser:GetProperty("AttrEffect")
local bits = CommonFun.getBits(AttrEffect2)
if bits[CommonFun.AttrEffect.Hualiduanjian] == 1 then
return A * 1.5
end
return A
end
Selfondamage
{
"id": 116080,
"BuffDesc": "Rotation Counter increases the damage of Cross Ripper Slasher",
"BuffIcon": "skillbuff_1104001",
"BuffName": "Rolling Cutter",
"BuffRate": {
"Odds": 100
},
"IconType": 1,
"BuffEffect": {
"type": "AttrChange"
}
}
Formula
{
"id": 1104005,
"Buff": {
"selfondamage": [
116080
]
},
"Cost": 1,
"Desc": [
{
"id": 1104000,
"params": [
650
]
}
],
"Icon": "skill_1104001",
"Camps": "Enemy",
"Level": 5,
"Logic": "SkillSelfRange",
"Damage": [
{
"type": 3401,
"damChangePer": 6.5
}
],
"DescId": "##170661",
"NameZh": "##158288",
"SE_hit": "Skill/enemy_hit_1",
"DamTime": {
"type": 1,
"value": 1
},
"DelayCD": 1.1,
"Fire_EP": 3,
"Pvp_buff": {
"selfondamage": [
116080
]
},
"RollType": 1,
"SkillHit": 0.4,
"AttackAct": [
"use_skill"
],
"Attack_EP": 3,
"SE_attack": "Skill/WhirLingBlade_attack",
"SkillCost": {
"sp": 33
},
"SkillType": "Attack",
"Target_EP": 3,
"DamageType": 1,
"Logic_Param": {
"range": 3,
"range_num": 8
},
"Launch_Range": 1
}