
Cart Cannon
Lvl: 5
Attack
Physical
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 33
Range: 6
Cast Time: 2
Use the cannon mounted on the cart to deal Atk* (780%+INT/20) damage to an enemy and all enemies around it. Can only be used with Cart equipped
Lvl: 4
Attack
Physical
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 31
Range: 6
Cast Time: 2
• Use the cannon mounted on the cart to deal Atk* (690%+INT/20) damage to an enemy and all enemies around it. Can only be used with Cart equipped
Lvl: 3
Attack
Physical
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 29
Range: 6
Cast Time: 2
• Use the cannon mounted on the cart to deal Atk* (600%+INT/20) damage to an enemy and all enemies around it. Can only be used with Cart equipped
Lvl: 2
Attack
Physical
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 27
Range: 6
Cast Time: 2
• Use the cannon mounted on the cart to deal Atk* (510%+INT/20) damage to an enemy and all enemies around it. Can only be used with Cart equipped
Lvl: 1
Attack
Physical
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 25
Range: 6
Cast Time: 2
• Use the cannon mounted on the cart to deal Atk* (420%+INT/20) damage to an enemy and all enemies around it. Can only be used with Cart equipped
Aesir
• Cart Cannon - Enhance [Cart Cannon] damage + 10%
Formula
function CommonFun.calcDamage_13402(srcUser, targetUser, params, damageParam, logger)
local Str = srcUser:GetProperty("Str")
local Dex = srcUser:GetProperty("Dex")
local Luk = srcUser:GetProperty("Luk")
local Int = srcUser:GetProperty("Int")
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 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 damChangePer = damageParam.damChangePer
local skilllv_1 = srcUser:GetLernedSkillLevel(266_LORD_KNIGHT:ENHANCED_CART)
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 + skilllv_1 * 15) * (1 + AtkPer) * CommonFun.ShapeCorrection(srcUser, targetUser) * bodyparam * elementparam * elementparam2 + BaseAtk) * raceparam * bossparam * bossparam2
local DefReduc = CommonFun.CalcDef(srcUser, targetUser)
local LongRangeDamReduc2 = targetUser:GetProperty("LongRangeDamReduc")
local Numxp = srcUser:GetRunePoint(134040_AESIR_CART_CANNON_DAMAGE_10)
local RuneDamage = 1 + Numxp * 0.1
local Redhandbag = 1
local RefineLv1 = srcUser:GetEquipedRefineLv(1)
if 10 <= RefineLv1 and srcUser:HasBuffID(90002213_RED_SQUARE_BAG_4_:MAX_STACK_0) then
Redhandbag = Redhandbag + 0.15
end
local equipRing = srcUser:getEquip(CommonFun.PackType.EPACKTYPE_EQUIP, CommonFun.EquipPos.EEQUIPPOS_SHIELD)
if (equipRing.id == 42592 or equipRing.id == 142592) and 10 <= equipRing.refinelv then
Redhandbag = Redhandbag + 0.15
end
local equipRingSD = srcUser:getEquip(CommonFun.PackType.EPACKTYPE_SHADOWEQUIP, CommonFun.EquipPos.EEQUIPPOS_SHIELD)
if (equipRingSD.id == 42592 or equipRingSD.id == 142592) and 10 <= equipRingSD.refinelv then
Redhandbag = Redhandbag + 0.15 * equipRingSD.quench_per / 100
end
local GemValue = srcUser:GetGemValue(132091_CART_CANNON_DMG_PERCENTAGE)
local GemDam = 1 + GemValue / 100000
local A = ((AtkFinal * DefReduc * (1 - DamReduc2) + Refine) * (damChangePer + Int / 20) * (1 - RefineDamReduc) * (1 + DamIncrease - LongRangeDamReduc2) - Vit2 * (1 + VitPer2)) * RuneDamage * Redhandbag * GemDam
if A <= 1 then
return 1
end
return A
end
Formula
{
"CD": 1.5,
"id": 1130005,
"Cost": 1,
"Desc": [
{
"id": 1130000,
"params": [
780
]
}
],
"Icon": "skill_1130001",
"Camps": "Enemy",
"Level": 5,
"Logic": "SkillLockedTarget",
"Damage": [
{
"type": 13402,
"damChangePer": 7.8
}
],
"DescId": "##170451",
"NameZh": "##169909",
"SE_hit": "Skill/TrolleysCannon_hit",
"DamTime": {
"type": 1,
"value": 1
},
"DelayCD": 1.5,
"Fire_EP": 3,
"SE_cast": "Common/Magic_cast",
"RollType": 1,
"AttackAct": [
"use_skill"
],
"Attack_EP": 3,
"Lead_Type": {
"CCT": 0,
"FCT": 2,
"type": 2
},
"SE_attack": "Skill/TrolleysCannon_attack",
"SkillCost": {
"sp": 33
},
"SkillType": "Attack",
"Target_EP": 2,
"DamageType": 1,
"Logic_Param": {
"emit": {
"type": 2,
"effect": "Cannon_Shell,LowFire_B",
"duration": 0.3,
"nooffset": 1,
"controlfactor": [
-1.5,
2
]
},
"range": 2,
"sub_fire": true,
"range_num": 5
},
"Launch_Range": 6,
"PreCondition": [
{
"type": 2,
"itemtype": 91
}
]
}