
Sphere Mine
Lv 5AttackPhysical
Summons Sphere Mine to launch Suicidal Destruction attack against an enemy, dealing 400% Atk + 1000 damage
Range: 6
Aesir Effects
• Sphere Mine - Empower Atk multiplier of [Sphere Mine] +30%
Skill Levels
Lvl: 4
Attack
Physical
Skill Delay: 1.5 sec
SP: 11
Range: 6
• Summons Sphere Mine to launch Suicidal Destruction attack against an enemy, dealing 340% Atk + 800 damage
Lvl: 3
Attack
Physical
Skill Delay: 1.5 sec
SP: 10
Range: 6
• Summons Sphere Mine to launch Suicidal Destruction attack against an enemy, dealing 280% Atk + 600 damage
Lvl: 2
Attack
Physical
Skill Delay: 1.5 sec
SP: 9
Range: 6
• Summons Sphere Mine to launch Suicidal Destruction attack against an enemy, dealing 220% Atk + 400 damage
Lvl: 1
Attack
Physical
Skill Delay: 1.5 sec
SP: 8
Range: 6
• Summons Sphere Mine to launch Suicidal Destruction attack against an enemy, dealing 160% Atk + 200 damage
Formula
1function CommonFun.calcDamage_13205(srcUser, targetUser, params, damageParam, logger)
2 local Str = srcUser:GetProperty("Str")
3 local Dex = srcUser:GetProperty("Dex")
4 local Luk = srcUser:GetProperty("Luk")
5 local Atk = srcUser:GetProperty("Atk")
6 local AtkPer = srcUser:GetProperty("AtkPer")
7 local MAtk = srcUser:GetProperty("MAtk")
8 local MAtkPer = srcUser:GetProperty("MAtkPer")
9 local DamIncrease = srcUser:GetProperty("DamIncrease")
10 local IgnoreDef = 0
11 local IgnoreDef1 = srcUser:GetProperty("IgnoreDef")
12 local IgnoreDef2 = srcUser:GetProperty("IgnoreEquipDef")
13 if targetUser.boss or targetUser.mini then
14 IgnoreDef = IgnoreDef1
15 else
16 IgnoreDef = IgnoreDef1 + IgnoreDef2
17 end
18 if 1 <= IgnoreDef then
19 IgnoreDef = 1
20 end
21 local MRefine = srcUser:GetProperty("MRefine")
22 local Refine = srcUser:GetProperty("Refine")
23 local Def2 = targetUser:GetProperty("Def")
24 local DefPer2 = targetUser:GetProperty("DefPer")
25 local Vit2 = targetUser:GetProperty("Vit")
26 local VitPer2 = targetUser:GetProperty("VitPer")
27 local DamReduc2 = CommonFun.calcDamReDuc(srcUser, targetUser)
28 local RefineDamReduc = CommonFun.calcRefineDamReduc(srcUser, targetUser)
29 local damChangePer = damageParam.damChangePer
30 local damChangePer1 = damageParam.damChangePer1
31 local damChangePer2 = damageParam.damChangePer2
32 local raceparam = CommonFun.CalcRaceParam(srcUser, targetUser, params, damageParam, logger)
33 local bodyparam = CommonFun.CalcBodyParam(srcUser, targetUser, params, damageParam, logger)
34 local elementparam = CommonFun.CalcElementParam(srcUser, targetUser, params, damageParam, logger)
35 local bossparam = CommonFun.CalcBossParam(srcUser, targetUser, params, damageParam, logger)
36 local raceparam2 = CommonFun.CalcRaceParam2(srcUser, targetUser, params, damageParam, logger)
37 local bodyparam2 = CommonFun.CalcBodyParam2(srcUser, targetUser, params, damageParam, logger)
38 local elementparam2 = CommonFun.CalcElementParam2(srcUser, targetUser, params, damageParam, logger)
39 local bossparam2 = CommonFun.CalcBossParam2(srcUser, targetUser, params, damageParam, logger)
40 local BaseAtk = Str * 2 + math.floor(Str * Str / 100) + math.floor(Dex / 5) + math.floor(Luk / 5)
41 local AtkFinal = ((Atk - BaseAtk) * (1 + AtkPer) * CommonFun.ShapeCorrection(srcUser, targetUser) * bodyparam * elementparam * elementparam2 + BaseAtk) * raceparam * bossparam * bossparam2
42 local DefReduc = CommonFun.CalcDef(srcUser, targetUser)
43 local LongRangeDamReduc2 = targetUser:GetProperty("LongRangeDamReduc")
44 local BaseLvDamage = 0
45 local IBaseLv = srcUser.BaseLv
46 if srcUser:HasBuffID(42180_OLD_PAL_:MAX_STACK_0) then
47 BaseLvDamage = IBaseLv * 20
48 end
49 if srcUser:HasBuffID(42210_UNGRATEFUL_SOUL_:MAX_STACK_0) then
50 BaseLvDamage = IBaseLv * 20
51 end
52 local Num1 = srcUser:GetRunePoint(130020_AESIR_ATK_MULTIPLIER_OF_SPHERE_MINE_30)
53 local RuneDamage1 = Num1 * 0.3
54 local Redhandbag = 1
55 local Ring1 = srcUser:GetEquipedID(1)
56 if Ring1 == 42551_RED_SQUARE_BAG_RED_SQUARE_BAG or Ring1 == 142551_RED_SQUARE_BAG_1_RED_SQUARE_BAG_1 then
57 Redhandbag = 1.15
58 end
59 local RefineLv1 = srcUser:GetEquipedRefineLv(1)
60 if 5 <= RefineLv1 and srcUser:HasBuffID(90002213_RED_SQUARE_BAG_TIER_4_:MAX_STACK_0) then
61 Redhandbag = Redhandbag + 0.1
62 end
63 local equipRing = srcUser:getEquip(CommonFun.PackType.EPACKTYPE_EQUIP, CommonFun.EquipPos.EEQUIPPOS_SHIELD)
64 if (equipRing.id == 42592 or equipRing.id == 142592) and 5 <= equipRing.refinelv then
65 Redhandbag = Redhandbag + 0.15 + 0.15
66 elseif equipRing.id == 42592 or equipRing.id == 142592 then
67 Redhandbag = Redhandbag + 0.15
68 end
69 local equipRingSD = srcUser:getEquip(CommonFun.PackType.EPACKTYPE_SHADOWEQUIP, CommonFun.EquipPos.EEQUIPPOS_SHIELD)
70 if (equipRingSD.id == 42592 or equipRingSD.id == 142592) and 5 <= equipRingSD.refinelv then
71 Redhandbag = Redhandbag + 0.3 * equipRingSD.quench_per / 100
72 elseif equipRingSD.id == 42592 or equipRingSD.id == 142592 then
73 Redhandbag = Redhandbag + 0.15 * equipRingSD.quench_per / 100
74 end
75 local GemValue = srcUser:GetGemValue(132101_SPHERE_MINE_AND_SPHERE_PARASITISM_DMG_PERCENTAGE)
76 local GemDam = 1 + GemValue / 100000
77 local A = (((AtkFinal * DefReduc * (1 - DamReduc2) + Refine) * (damChangePer + RuneDamage1) + damChangePer1 * DefReduc * (1 - DamReduc2)) * (1 - RefineDamReduc) * (1 + DamIncrease - LongRangeDamReduc2) - Vit2 * (1 + VitPer2)) * damChangePer2 * Redhandbag * GemDam + BaseLvDamage
78 local skillID, skillLevel = CommonFun.UnmergeSkillID(params.skillIDAndLevel)
79 local Redhandbag1 = 1
80 local Ring1 = srcUser:GetEquipedID(1)
81 if Ring1 == 42551_RED_SQUARE_BAG_RED_SQUARE_BAG or Ring1 == 142551_RED_SQUARE_BAG_1_RED_SQUARE_BAG_1 then
82 Redhandbag1 = 1.15
83 end
84 local RefineLv1 = srcUser:GetEquipedRefineLv(1)
85 if 5 <= RefineLv1 and srcUser:HasBuffID(90002213_RED_SQUARE_BAG_TIER_4_:MAX_STACK_0) then
86 Redhandbag1 = Redhandbag1 + 0.1
87 end
88 local equipRing = srcUser:getEquip(CommonFun.PackType.EPACKTYPE_EQUIP, CommonFun.EquipPos.EEQUIPPOS_SHIELD)
89 if (equipRing.id == 42592 or equipRing.id == 142592) and 5 <= equipRing.refinelv then
90 Redhandbag1 = Redhandbag1 + 0.15 + 0.15
91 elseif equipRing.id == 42592 or equipRing.id == 142592 then
92 Redhandbag1 = Redhandbag1 + 0.15
93 end
94 local equipRingSD = srcUser:getEquip(CommonFun.PackType.EPACKTYPE_SHADOWEQUIP, CommonFun.EquipPos.EEQUIPPOS_SHIELD)
95 if (equipRingSD.id == 42592 or equipRingSD.id == 142592) and 5 <= equipRingSD.refinelv then
96 Redhandbag1 = Redhandbag1 + 0.3 * equipRingSD.quench_per / 100
97 elseif equipRingSD.id == 42592 or equipRingSD.id == 142592 then
98 Redhandbag1 = Redhandbag1 + 0.15 * equipRingSD.quench_per / 100
99 end
100 if skillID == 415_RUNE_KNIGHT:SPHERE_PARASITISM then
101 local Num2 = srcUser:GetRunePoint(130080_AESIR_DAMAGE_OF_SPHERE_PARASITISM_10)
102 local RuneDamage2 = Num2 * 0.1 + 1
103 A = A * RuneDamage2 * Redhandbag1
104 end
105 if A <= 1 then
106 return 1
107 end
108 return A
109endPreserved HTML snapshot from ROM Handbook
