Lothrik/diablo4-build-calc

Rogue Paragon tooltip mistake

Opened this issue · 4 comments

Hi, in the Rogue Paragon board under the Deadly Ambush, some nodes looks mixed up with the Damage [TO/FROM] Affected by Traps. The title says "Damage TO Trapped" but the tooltip has the Damage Reduction.

Other issue that I saw:
Cunning Stratagem board: the legendary has no Tags.
Cunning Stratagem board: Core Damage & Basic Damage has no tooltip & no tags.
Cunning Stratagem board: Rare node Armor and Resistance has no tooltip & no tags.
Exploit Weakness board: Rare node DamageFromVulnerable has wrong name with no tooltip & no tags.
Exploit Weakness board: Rare and magic nodes for Movement Speed on Elite has an # instead of the amount in second.
Leyrana's Instinct board: Rare and magic nodes for After Dodging an Attack has an # instead of the amount in second.

Thanks for your great work :)

I made some adjustments based on what you pointed out.

A lot of the things that look like bugs on the Paragon Board are actually just bugs in Blizzard's data. Nodes having obviously incorrect names or no data whatsoever are the big two that fall under that "Blizzard isn't finished working on that" category.

Exploit Weakness board: Rare and magic nodes for Movement Speed on Elite has an # instead of the amount in second. Leyrana's Instinct board: Rare and magic nodes for After Dodging an Attack has an # instead of the amount in second.
For these types of nodes specifically, it's just.. somewhat complicated to parse the duration. I'll add support for this eventually.

Edit: Just to make sure I wasn't making a stupid mistake here, I double checked.

As an example: Paragon_Barb_07.pbd references hash 676093. The only file that matches that hash is Druid_Rare_006.pgn, meaning it's not a hash collision or an error in my data.. Blizzard just literally has a placeholder node called Druid_Rare_006 sitting on one of the Barbarian Paragon Boards. Fun, isn't it?

Haha, yeah lot of stuff aren't finished yet I'm sure. But some we can guess with the blue Magic node around the Rare node. Thanks!

Update: thanks to a helpful user DMing me some details over Discord, I managed to fix the "why is this node from a completely different class showing up on my paragon board" issue. :)