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
@@ -2419,8 +2422,13 @@ function ItemsTabClass:CorruptDisplayItem(modType)
2419
2422
currentModType="ScourgeUpside"
2420
2423
buildImplicitList("ScourgeUpside")
2421
2424
buildImplicitList("ScourgeDownside")
2422
-
controls.implicit3Label.shown=true
2425
+
controls.implicit.shown=true
2426
+
controls.implicitLabel.shown=true
2427
+
controls.implicit2.shown=true
2428
+
controls.implicit2Label.shown=true
2423
2429
controls.implicit3.shown=true
2430
+
controls.implicit3Label.shown=true
2431
+
controls.implicitCannotBeChangedLabel.shown=false
2424
2432
main.popups[1].height=147
2425
2433
controls.close.y=117
2426
2434
controls.save.y=117
@@ -2436,10 +2444,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
@@ -8786,11 +8786,7 @@ c["Impales you inflict last 2 additional Hits while using Pride"]={{[1]={[1]={ty
8786
8786
c["Implicit Modifier magnitudes are doubled"]={nil,"Implicit Modifier magnitudes are doubled "}
8787
8787
c["Implicit Modifier magnitudes are tripled"]={nil,"Implicit Modifier magnitudes are tripled "}
8788
8788
c["Implicit Modifier magnitudes are tripled Corrupted"]={nil,"Implicit Modifier magnitudes are tripled Corrupted "}
8789
-
c["Implicit Modifiers Cannot Be Changed"]={nil,"Implicit Modifiers Cannot Be Changed "}
8790
-
c["Implicit Modifiers Cannot Be Changed 100% increased Explicit Modifier magnitudes"]={nil,"Implicit Modifiers Cannot Be Changed 100% increased Explicit Modifier magnitudes "}
8791
-
c["Implicit Modifiers Cannot Be Changed 25% increased Prefix Modifier magnitudes"]={nil,"Implicit Modifiers Cannot Be Changed 25% increased Prefix Modifier magnitudes "}
8792
-
c["Implicit Modifiers Cannot Be Changed 25% increased Suffix Modifier magnitudes"]={nil,"Implicit Modifiers Cannot Be Changed 25% increased Suffix Modifier magnitudes "}
8793
-
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 "}
8789
+
c["Implicit Modifiers Cannot Be Changed"]={{},nil}
8794
8790
c["Increases and Reductions to Armour also apply to Energy"]={nil,"Increases and Reductions to Armour also apply to Energy "}
8795
8791
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}
8796
8792
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