Fixed [0.8.28] Eye for Weakness extended resistance change turns into nameless buff after two turns.

Issue is marked as fixed.

Resawar

Well-Known Member
Sep 21, 2018
178
253
For a few versions now after two turns the extended resistance changes from Eye for Weakness when using Grease and Crackle Power turn into a nameless buff that lasts for two turns and states "Your resistances have been changed!" like the picture below. This nameless buff is counted as a buff as it can be removed by Calamitous Seal.

1700627091773.png
 

Malpha

Well-Known Member
Feb 22, 2016
470
448
Entropic Fortune is fixed in 0.6.31. The various resistance change buffs however do have problems still.
 

Resawar

Well-Known Member
Sep 21, 2018
178
253
Still a bug in the latest version 0.7.9.

I would really like some acknowledgement if the devs are just going to never fix this or don't consider it a bug because it has been around for months and it must effect other people.
 

mbezzo

Active Member
Jun 7, 2024
37
70
32
Would like this to get fixed as it would also mean twist the knife doesn't proc when the debuff turns into a buff.
 

Resawar

Well-Known Member
Sep 21, 2018
178
253
Oh yeah, just checked and this is still a problem on 7.22 the latest version.
 
Last edited:

Resawar

Well-Known Member
Sep 21, 2018
178
253
0.7.34 is the current version and I just tested and this is still bugged.
 

mbezzo

Active Member
Jun 7, 2024
37
70
32
Still bugged in 0.7.37 and now it seems the resistance change doesn't even apply despite the icon/debuff. I've used Viviane casting grease and enemies don't have -50% fire resist after the debuff changes to "resistances have been changed".
 
  • Like
Reactions: teawolf

Euthanize

Active Member
Sep 24, 2024
38
43
37
God gives his most random and obscure mechanical battles to his most neurotic soldiers (particularly those that enjoy putting critical kunai bleed on everything with crackle powder)
 

Resawar

Well-Known Member
Sep 21, 2018
178
253
It is still broken as of version 0.8.7 the latest version, with fresh pictures attached. Also two months about, until the two year anniversary of this post.
 

Attachments

  • Screenshot 2025-08-24 II.png
    Screenshot 2025-08-24 II.png
    173.7 KB · Views: 11
  • Screenshot 2025-08-24.png
    Screenshot 2025-08-24.png
    64 KB · Views: 11
  • Like
Reactions: Ker0k

Euthanize

Active Member
Sep 24, 2024
38
43
37
Agni just got a new storm-related set and Atugia's has a nice new bust, surely 4 turn EFW crackle powder storm vulnerability soon.copium
 

Resawar

Well-Known Member
Sep 21, 2018
178
253
Current version 0.8.17:

The bug is still happening. Two years more or less and still reporting on it.
 

Resawar

Well-Known Member
Sep 21, 2018
178
253
The current version is 0.8.20 and the bugged effect is still happening to grease and co. I wonder if this will make its to 1.0.
 
  • Like
Reactions: Nino

ctenken

Well-Known Member
Feb 4, 2017
70
91
Found the issue. In the createCombatEffect function, the duration of combat effects don't get set correctly. It only changes the duration of the combat effect and not the duration(s) for the elements in its values array if it exists.

For example if you use grease on an enemy CombatManager.enemyParty.members[0].combatEffects[0].duration is set to 4 or doubled correctly. But the value of the duration(s) for the elements in the array CombatManager.enemyParty.members[0].combatEffects[0].values are kept at 2. Just loop through the values array and also change the duration(s) for each element there to fix it.
 

Euthanize

Active Member
Sep 24, 2024
38
43
37
Surely with this secret revealed the multiyear saga of this bug will come to an end soon, right?



...right?
 

Libelous

Well-Known Member
Moderator
Aug 2, 2016
1,014
777
I think this problem is now fixed, many thanks to @ctenken for the suggested fix. Hopefully added to next patch. Addressed alongside this:
 

Attachments

  • Screenshot 2026-04-18 171412.png
    Screenshot 2026-04-18 171412.png
    85.6 KB · Views: 5
  • Like
Reactions: valk42 and ctenken