
Overload Increase
Lvl: 10
RideChange
CD: 1 sec
Skill Delay: 1 sec
Photon Master overcharges. Increases P.Pierce by 20% and [Photon Cannon] DMG by 50%, but consumes 3% of Max SP per sec. When SP is insufficient or the skill is used again, overcharge will be canceled.
Lvl: 9
RideChange
CD: 1 sec
Skill Delay: 1 sec
• Photon Master overcharges. Increases P.Pierce by 18% and [Photon Cannon] DMG by 45%, but consumes 3% of Max SP per sec. When SP is insufficient or the skill is used again, overcharge will be canceled.
Lvl: 8
RideChange
CD: 1 sec
Skill Delay: 1 sec
• Photon Master overcharges. Increases P.Pierce by 16% and [Photon Cannon] DMG by 40%, but consumes 3% of Max SP per sec. When SP is insufficient or the skill is used again, overcharge will be canceled.
Lvl: 7
RideChange
CD: 1 sec
Skill Delay: 1 sec
• Photon Master overcharges. Increases P.Pierce by 14% and [Photon Cannon] DMG by 35%, but consumes 3% of Max SP per sec. When SP is insufficient or the skill is used again, overcharge will be canceled.
Lvl: 6
RideChange
CD: 1 sec
Skill Delay: 1 sec
• Photon Master overcharges. Increases P.Pierce by 12% and [Photon Cannon] DMG by 30%, but consumes 3% of Max SP per sec. When SP is insufficient or the skill is used again, overcharge will be canceled.
Lvl: 5
RideChange
CD: 1 sec
Skill Delay: 1 sec
• Photon Master overcharges. Increases P.Pierce by 10% and [Photon Cannon] DMG by 25%, but consumes 3% of Max SP per sec. When SP is insufficient or the skill is used again, overcharge will be canceled.
Lvl: 4
RideChange
CD: 1 sec
Skill Delay: 1 sec
• Photon Master overcharges. Increases P.Pierce by 8% and [Photon Cannon] DMG by 20%, but consumes 3% of Max SP per sec. When SP is insufficient or the skill is used again, overcharge will be canceled.
Lvl: 3
RideChange
CD: 1 sec
Skill Delay: 1 sec
• Photon Master overcharges. Increases P.Pierce by 6% and [Photon Cannon] DMG by 15%, but consumes 3% of Max SP per sec. When SP is insufficient or the skill is used again, overcharge will be canceled.
Lvl: 2
RideChange
CD: 1 sec
Skill Delay: 1 sec
• Photon Master overcharges. Increases P.Pierce by 4% and [Photon Cannon] DMG by 10%, but consumes 3% of Max SP per sec. When SP is insufficient or the skill is used again, overcharge will be canceled.
Lvl: 1
RideChange
CD: 1 sec
Skill Delay: 1 sec
• Photon Master overcharges. Increases P.Pierce by 2% and [Photon Cannon] DMG by 5%, but consumes 3% of Max SP per sec. When SP is insufficient or the skill is used again, overcharge will be canceled.
Inherit Skills
Self 6530
function CommonFun.calcBuff_6530(srcUser, targetUser, a, b, c, d, lv)
if srcUser == nil or targetUser == nil then
return 0
end
local MaxSp = srcUser:GetProperty("MaxSp")
local Gem = srcUser:GetGemValue(b)
local A = MaxSp * (a + Gem / 100000)
return A
end
Self
{
"id": 132390,
"BuffName": "Overload Increase",
"BuffRate": {
"Odds": 100
},
"BuffEffect": {
"type": "AttrChange",
"DamSpike": {
"a": 0.02,
"b": 0,
"type": 1
},
"MaxHpPer": {
"a": 4325,
"b": 0.03,
"c": 0,
"type": 8
},
"extra_attr": {
"DamSpike": {
"a": 0,
"b": 0,
"c": 61141,
"type": 5020
}
},
"AttrEffect2": [
28
]
},
"BuffStateID": 132390
}
Self
{
"id": 132391,
"BuffName": "Overload Increase (Reduce Sp)",
"BuffRate": {
"Odds": 100
},
"BuffEffect": {
"Sp": {
"a": -0.03,
"b": 61142,
"type": 6530
},
"type": "HSPChange"
}
}
Self
{
"id": 132392,
"BuffName": "Overload Increase (Change Icon)",
"BuffRate": {
"Odds": 100
},
"BuffEffect": {
"ids": [
4312
],
"type": "DynamicSkillConfig",
"value": "skill_overload",
"configType": 2
}
}
Formula
{
"CD": 1,
"id": 4312010,
"Buff": {
"self": [
132390,
132391,
132392
]
},
"Cost": 1,
"Desc": [
{
"id": 4312000,
"params": [
20,
50
]
}
],
"Icon": "skill_4312001",
"Camps": "Friend",
"Level": 10,
"Logic": "SkillNone",
"DescId": "##3455098",
"NameZh": "##159942",
"DelayCD": 1,
"Fire_EP": 2,
"ItemCost": [
{
"id": 12903,
"count": 2100
}
],
"Pvp_buff": {
"self": [
132390,
132391,
132392
]
},
"AttackAct": [
"use_skill23"
],
"Attack_EP": 2,
"SE_attack": "Skill/Judex",
"SkillType": "RideChange",
"Target_EP": 3,
"Logic_Param": {
"AttrEffect2": 28
},
"Launch_Range": 0,
"PreCondition": {
"ProType": 5
},
"AutoCondition": [
{
"type": 8,
"no_target": 1
}
],
"ExtraMaxLevel": 1
}