Page 1 of 1

[2.0.65] If effect.consumption is modified it's lost quality buff

Posted: Fri Aug 29, 2025 8:40 pm
by Stargateur

Code: Select all

data.raw["module"]["efficiency-module-3"].effect.consumption = 0.6
Somehow remove quality buff.
Capture d’écran 2025-08-29 223857.png
Capture d’écran 2025-08-29 223857.png (48.64 KiB) Viewed 254 times
It doesn't do this with other module

Code: Select all

data.raw["module"]["quality-module-3"].effect.quality = 0.4
Capture d’écran 2025-08-29 224006.png
Capture d’écran 2025-08-29 224006.png (48.02 KiB) Viewed 254 times

Re: [2.0.65] If effect.consumption is modified it's lost quality buff

Posted: Fri Aug 29, 2025 9:15 pm
by boskid
viewtopic.php?p=670845#p670845 - Consumption effect is considered as a negative effect and as such quality of the module does not make this effect stronger because the module would be worst while quality is supposed to make modules better.

Re: [2.0.65] If effect.consumption is modified it's lost quality buff

Posted: Fri Aug 29, 2025 11:06 pm
by Stargateur
oh my bad indeed it should be -0.6 :oops: thx