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
Let's focus on Damage dealing as the second combo set has the same idea behind. Wish rolls for Damage dealing are defined in the following order:
Hard Launch, Spike Grenades, Envious Arsenal, Bait and Switch.
Hard Launch, Envious Arsenal, Bait and Switch.
Spike Grenades, Envious Arsenal, Bait and Switch.
Envious Arsenal, Bait and Switch.
Such order is by design. For any weapon/armor DIM seeks its present rolls in a wish list from the top to the bottom and stops once it finds. Thus, if Bitter/Sweet has all 4 perks, DIM stops at roll 1 and highlights them all. If only one of barrel and mag is present, then it stops on rolls 2 or 3. If no desired barrel and mag are present at all, DIM stops at roll 4.
Basically, rolls 1-3 are listed to highlight with 👍🏻 preferred barrels and mags if they are present on a weapon. DIM does it naturally without issues.
But technically, there are 8 wish rolls. I expect Armory tab to list all of them, but it lists only full rolls:
Another issue is with origin traits. They are added to the wish list with the same idea - to highlight with 👍🏻 preferred ones.
For example, Scintillation:
Origin trait is listed after batteries, not after other traits.
Similar with Rose, which have random grips instead of an origin trait:
Logs
No response
The text was updated successfully, but these errors were encountered:
Yet another issue with the Armory's wish list summarization that will go away when and if we adopt the new wish list format - your Python script can more or less also go away then.
DIM Version
Version 8.51.0 (release), built on 16.12.2024, 05:39:31
Browser Details
Chrome 131.0.0.0
OS Details
Windows 10
Describe the bug
I generate my wishlist with Python code. Here is a snippet for Bitter/Sweet wish rolls:
You may wonder what is
AnyPerk
. This is a special wildcard which means no selection for the column. The snippet above generates the next wishlist:Let's focus on
Damage dealing
as the second combo set has the same idea behind. Wish rolls forDamage dealing
are defined in the following order:Such order is by design. For any weapon/armor DIM seeks its present rolls in a wish list from the top to the bottom and stops once it finds. Thus, if Bitter/Sweet has all 4 perks, DIM stops at roll 1 and highlights them all. If only one of barrel and mag is present, then it stops on rolls 2 or 3. If no desired barrel and mag are present at all, DIM stops at roll 4.
Basically, rolls 1-3 are listed to highlight with 👍🏻 preferred barrels and mags if they are present on a weapon. DIM does it naturally without issues.
But technically, there are 8 wish rolls. I expect Armory tab to list all of them, but it lists only full rolls:
Another issue is with origin traits. They are added to the wish list with the same idea - to highlight with 👍🏻 preferred ones.
For example, Scintillation:
Origin trait is listed after batteries, not after other traits.
Similar with Rose, which have random grips instead of an origin trait:
Logs
No response
The text was updated successfully, but these errors were encountered: