Skip to content

Commit e23b7dc

Browse files
LocalIdentityLocalIdentity
andauthored
Update Axe, Dagger, Sceptre, Staff and Flask Bases with 3.25 Changes (#7828)
* Update Axe, Dagger, Sceptre and Staff Bases with 3.25 Changes * Update Iron flask --------- Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent f9bd951 commit e23b7dc

File tree

7 files changed

+118
-114
lines changed

7 files changed

+118
-114
lines changed

src/Data/Bases/axe.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ itemBases["Honed Cleaver"] = {
479479
socketLimit = 6,
480480
tags = { axe = true, weapon = true, not_for_sale = true, two_hand_weapon = true, experimental_base = true, twohand = true, default = true, },
481481
influenceTags = { shaper = "2h_axe_shaper", elder = "2h_axe_elder", adjudicator = "2h_axe_adjudicator", basilisk = "2h_axe_basilisk", crusader = "2h_axe_crusader", eyrie = "2h_axe_eyrie", cleansing = "2h_axe_cleansing", tangle = "2h_axe_tangle" },
482-
implicit = "+30% to Maximum Quality",
482+
implicit = "Hits with this Weapon have 50% chance to ignore Enemy Physical Damage Reduction",
483483
implicitModTypes = { { }, },
484484
weapon = { PhysicalMin = 60, PhysicalMax = 95, CritChanceBase = 5, AttackRateBase = 1.35, Range = 13, },
485485
req = { level = 50, },
@@ -489,8 +489,8 @@ itemBases["Apex Cleaver"] = {
489489
socketLimit = 6,
490490
tags = { axe = true, weapon = true, not_for_sale = true, two_hand_weapon = true, experimental_base = true, twohand = true, default = true, },
491491
influenceTags = { shaper = "2h_axe_shaper", elder = "2h_axe_elder", adjudicator = "2h_axe_adjudicator", basilisk = "2h_axe_basilisk", crusader = "2h_axe_crusader", eyrie = "2h_axe_eyrie", cleansing = "2h_axe_cleansing", tangle = "2h_axe_tangle" },
492-
implicit = "+40% to Maximum Quality",
492+
implicit = "Hits with this Weapon ignore Enemy Physical Damage Reduction",
493493
implicitModTypes = { { }, },
494-
weapon = { PhysicalMin = 71, PhysicalMax = 111, CritChanceBase = 5, AttackRateBase = 1.35, Range = 13, },
494+
weapon = { PhysicalMin = 78, PhysicalMax = 121, CritChanceBase = 5, AttackRateBase = 1.35, Range = 13, },
495495
req = { level = 70, },
496496
}

src/Data/Bases/dagger.lua

Lines changed: 31 additions & 31 deletions
Large diffs are not rendered by default.

src/Data/Bases/flask.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,6 @@ itemBases["Iron Flask"] = {
391391
tags = { flask = true, utility_flask = true, not_for_sale = true, expedition_flask = true, default = true, },
392392
implicit = "Restores Ward on use",
393393
implicitModTypes = { { "flask" }, },
394-
flask = { duration = 5, chargesUsed = 40, chargesMax = 60, buff = { "+200 to Ward" }, },
394+
flask = { duration = 4, chargesUsed = 40, chargesMax = 60, buff = { "+200 to Ward" }, },
395395
req = { level = 27, },
396396
}

src/Data/Bases/mace.lua

Lines changed: 25 additions & 25 deletions
Large diffs are not rendered by default.

src/Data/Bases/staff.lua

Lines changed: 51 additions & 51 deletions
Large diffs are not rendered by default.

src/Data/ModCache.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,9 +1059,6 @@ c["+40% to Global Critical Strike Multiplier"]={{[1]={[1]={type="Global"},flags=
10591059
c["+40% to Global Critical Strike Multiplier while you have a Frenzy Charge"]={{[1]={[1]={type="Global"},[2]={stat="FrenzyCharges",threshold=1,type="StatThreshold"},flags=0,keywordFlags=0,name="CritMultiplier",type="BASE",value=40}},nil}
10601060
c["+40% to Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="LightningResist",type="BASE",value=40}},nil}
10611061
c["+40% to Maximum Effect of Shock"]={{[1]={flags=0,keywordFlags=0,name="ShockMax",type="BASE",value=40}},nil}
1062-
c["+40% to Maximum Quality"]={{}," Maximum Quality "}
1063-
c["+40% to Maximum Quality 12% increased Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="BASE",value=40}}," Maximum Quality 12% increased "}
1064-
c["+40% to Maximum Quality 172% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="BASE",value=40}}," Maximum Quality 172% increased "}
10651062
c["+40% to Quality of Socketed Gems"]={{[1]={[1]={slotName="{SlotName}",type="SocketedIn"},flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="quality",keyword="all",value=40}}},nil}
10661063
c["+40% to all Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=40}},nil}
10671064
c["+400 to Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="BASE",value=400}},nil}
@@ -8662,6 +8659,7 @@ c["Hits with this Weapon deal 60% increased Damage to Shocked Enemies"]={{[1]={[
86628659
c["Hits with this Weapon gain 100% of Physical Damage as Extra Cold or Lightning Damage"]={{[1]={[1]={type="Condition",var="DualWielding"},[2]={skillType=1,type="SkillType"},flags=4,keywordFlags=0,name="PhysicalDamageGainAsColdOrLightning",type="BASE",value=50},[2]={[1]={neg=true,type="Condition",var="DualWielding"},[2]={skillType=1,type="SkillType"},flags=4,keywordFlags=0,name="PhysicalDamageGainAsColdOrLightning",type="BASE",value=100}},nil}
86638660
c["Hits with this Weapon gain 88% of Physical Damage as Extra Cold or Lightning Damage"]={{[1]={[1]={type="Condition",var="DualWielding"},[2]={skillType=1,type="SkillType"},flags=4,keywordFlags=0,name="PhysicalDamageGainAsColdOrLightning",type="BASE",value=44},[2]={[1]={neg=true,type="Condition",var="DualWielding"},[2]={skillType=1,type="SkillType"},flags=4,keywordFlags=0,name="PhysicalDamageGainAsColdOrLightning",type="BASE",value=88}},nil}
86648661
c["Hits with this Weapon have +10% to Critical Strike Multiplier per Enemy Power"]={{[1]={[1]={type="Condition",var="{Hand}Attack"},[2]={skillType=1,type="SkillType"},[3]={type="Multiplier",var="EnemyPower"},flags=4,keywordFlags=0,name="CritMultiplier",type="BASE",value=10}},nil}
8662+
c["Hits with this Weapon ignore Enemy Physical Damage Reduction"]={{[1]={[1]={type="Condition",var="{Hand}Attack"},[2]={skillType=1,type="SkillType"},flags=4,keywordFlags=0,name="ChanceToIgnoreEnemyPhysicalDamageReduction",type="BASE",value=100}},nil}
86658663
c["Hollow Palm Technique"]={{[1]={flags=0,keywordFlags=0,name="Keystone",type="LIST",value="Hollow Palm Technique"}},nil}
86668664
c["If Amethyst Flask Charges are consumed, 25% of Physical Damage as Extra Chaos Damage"]={{[1]={[1]={neg=true,skillType=41,type="SkillType"},[2]={neg=true,skillType=57,type="SkillType"},[3]={type="Condition",var="UsingAmethystFlask"},flags=0,keywordFlags=0,name="PhysicalDamageGainAsChaos",type="BASE",value=25}},nil}
86678665
c["If Bismuth Flask Charges are consumed, Penetrate 20% Elemental Resistances"]={{[1]={[1]={neg=true,skillType=41,type="SkillType"},[2]={neg=true,skillType=57,type="SkillType"},[3]={type="Condition",var="UsingBismuthFlask"},flags=0,keywordFlags=0,name="ElementalPenetration",type="BASE",value=20}},nil}

src/Modules/ModParser.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4777,6 +4777,12 @@ local specialModList = {
47774777
["hits have (%d+)%% chance to ignore enemy physical damage reduction"] = function(num) return {
47784778
mod("ChanceToIgnoreEnemyPhysicalDamageReduction", "BASE", num)
47794779
} end,
4780+
["hits with this weapon have (%d+)%% chance to ignore enemy physical damage reduction"] = function(num) return {
4781+
mod("ChanceToIgnoreEnemyPhysicalDamageReduction", "BASE", num, nil, ModFlag.Hit, { type = "Condition", var = "{Hand}Attack" }, { type = "SkillType", skillType = SkillType.Attack })
4782+
} end,
4783+
["hits with this weapon ignore enemy physical damage reduction"] = function(num) return {
4784+
mod("ChanceToIgnoreEnemyPhysicalDamageReduction", "BASE", 100, nil, ModFlag.Hit, { type = "Condition", var = "{Hand}Attack" }, { type = "SkillType", skillType = SkillType.Attack })
4785+
} end,
47804786
["hits against you overwhelm (%d+)%% of physical damage reduction"] = function(num) return {
47814787
mod("EnemyPhysicalOverwhelm", "BASE", num)
47824788
} end,

0 commit comments

Comments
 (0)