You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnself.displayItemandself.displayItem.type~="Tincture" and (self.displayItem.corruptibleor ((self.displayItem.type~="Flask" orself.displayItem.type~="Jewel") and (self.displayItem.rarity=="NORMAL" orself.displayItem.rarity=="MAGIC" orself.displayItem.rarity=="RARE")))
495
+
returnself.displayItemand
496
+
self.displayItem.type~="Tincture" and (self.displayItem.corruptibleor ((self.displayItem.type~="Flask" andself.displayItem.type~="Jewel") and
497
+
(self.displayItem.rarity=="NORMAL" orself.displayItem.rarity=="MAGIC" orself.displayItem.rarity=="RARE"))) and
498
+
notself.displayItem.implicitsCannotBeChanged
496
499
end
497
500
498
501
-- Section: Influence dropdowns
@@ -2423,8 +2426,13 @@ function ItemsTabClass:CorruptDisplayItem(modType)
2423
2426
currentModType="ScourgeUpside"
2424
2427
buildImplicitList("ScourgeUpside")
2425
2428
buildImplicitList("ScourgeDownside")
2426
-
controls.implicit3Label.shown=true
2429
+
controls.implicit.shown=true
2430
+
controls.implicitLabel.shown=true
2431
+
controls.implicit2.shown=true
2432
+
controls.implicit2Label.shown=true
2427
2433
controls.implicit3.shown=true
2434
+
controls.implicit3Label.shown=true
2435
+
controls.implicitCannotBeChangedLabel.shown=false
2428
2436
main.popups[1].height=147
2429
2437
controls.close.y=117
2430
2438
controls.save.y=117
@@ -2440,10 +2448,15 @@ function ItemsTabClass:CorruptDisplayItem(modType)
Copy file name to clipboardExpand all lines: src/Data/ModCache.lua
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -8781,11 +8781,7 @@ c["Impales you inflict last 2 additional Hits while using Pride"]={{[1]={[1]={ty
8781
8781
c["Implicit Modifier magnitudes are doubled"]={nil,"Implicit Modifier magnitudes are doubled "}
8782
8782
c["Implicit Modifier magnitudes are tripled"]={nil,"Implicit Modifier magnitudes are tripled "}
8783
8783
c["Implicit Modifier magnitudes are tripled Corrupted"]={nil,"Implicit Modifier magnitudes are tripled Corrupted "}
8784
-
c["Implicit Modifiers Cannot Be Changed"]={nil,"Implicit Modifiers Cannot Be Changed "}
8785
-
c["Implicit Modifiers Cannot Be Changed 100% increased Explicit Modifier magnitudes"]={nil,"Implicit Modifiers Cannot Be Changed 100% increased Explicit Modifier magnitudes "}
8786
-
c["Implicit Modifiers Cannot Be Changed 25% increased Prefix Modifier magnitudes"]={nil,"Implicit Modifiers Cannot Be Changed 25% increased Prefix Modifier magnitudes "}
8787
-
c["Implicit Modifiers Cannot Be Changed 25% increased Suffix Modifier magnitudes"]={nil,"Implicit Modifiers Cannot Be Changed 25% increased Suffix Modifier magnitudes "}
8788
-
c["Implicit Modifiers Cannot Be Changed Has Elder, Shaper and all Conqueror Influences"]={nil,"Implicit Modifiers Cannot Be Changed Has Elder, Shaper and all Conqueror Influences "}
8784
+
c["Implicit Modifiers Cannot Be Changed"]={{},nil}
8789
8785
c["Increases and Reductions to Armour also apply to Energy"]={nil,"Increases and Reductions to Armour also apply to Energy "}
8790
8786
c["Increases and Reductions to Armour also apply to Energy Shield Recharge Rate at 20% of their value"]={{[1]={flags=0,keywordFlags=0,name="ArmourAppliesToEnergyShieldRecharge",type="FLAG",value=true},[2]={flags=0,keywordFlags=0,name="ImprovedArmourAppliesToEnergyShieldRecharge",type="MAX",value=20}},nil}
8791
8787
c["Increases and Reductions to Cast Speed also Apply to Trap Throwing Speed"]={{[1]={flags=0,keywordFlags=0,name="CastSpeedAppliesToTrapThrowingSpeed",type="FLAG",value=true}},nil}
0 commit comments