PathOfBuildingCommunity / PathOfBuildingCommunity/PathOfBuilding

Uber boss hit chance is misleading

Offen
#9,870 3 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen

Dieses Issue hat noch niemand übernommen.

bug: accuracy
Vorherrschende Sprache
Lua
Sterne
5.4k
Forks
2.4k
Ø Merge
1 T. 12 Std.
Gemergte PRs (30 T.)
26

Beschreibung

Check version
  • I'm running the latest version of Path of Building and I've verified this by checking the changelog
Check for duplicates
  • I've checked for duplicate open and closed issues by using the search function of the issue tracker
What platform are you running Path of Building on?

Windows

What is the wording in-game?

There are two separate hit chance values, one for monsters with 0% evasion bonus, and one for "evasive" monsters with a 50% evasion bonus.

What is the wording in Path of Building?

Currently it seems like the evasion of uber pinnacle bosses is lower than that of pinnacle bosses in path of building, which is quite confusing.

This happens because there is one single value for hit chance, which is averaged by taking the values from this file (which are sligtly out of date because they don't include incarnations) https://github.com/PathOfBuildingCommunity/PathOfBuilding/blob/c6483fa4b890298c03764c291312e6d8f0497477/src/Data/Bosses.lua

I think this is a misleading way to display the data. I think a better way to show it would to be to show a "hit chance" and "hit chance vs evasive" columns on the left. The hit chance vs evasive would show a monster with a 50% evasion bonus (uber exarch).

This hit chance value should automatically update based on the enemy level of selected monster (83 for standard boss, 84 for pinnacle, 85 for uber).

For bonus points a separate dropdown to select the exact boss and get the exact evasion and hit chance would be great, but I don't really think it's as needed as the other changes.

For more details about how I arrived here:
https://www.reddit.com/r/pathofexile/comments/1tm6gpk/how_much_accuracy_you_need_to_always_hit_each/?

PoB for PoE1 build code

Screenshots
Image

Beitragsleitfaden

Beitragsleitfaden öffnen

Erste Schritte

  1. Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
  2. Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
  3. Forke das Repository und arbeite in einem Branch.
  4. Öffne einen Pull Request, der die Issue-Nummer nennt.

Rechercherichtung

Beginne mit src/Data/Bosses.lua und verfolge, wo die Ausweichwerte der Bosse in die Anzeige der Trefferchance einfließen. Ermittle, wie die ausgewählte Gegnerstufe den Werten für standard, pinnacle und uber zugeordnet wird, und aktualisiere anschließend die Anzeige, sodass zwischen normaler und ausweichender Trefferchance unterschieden wird; fertig, wenn die Werte die ausgewählte Stufe widerspiegeln und der irreführende einzelne Durchschnitt nicht mehr angezeigt wird.

Vom Indexierungsmodell aus dem Issue-Text verfasst.

Bewertung

Tech-Stack
lua
Bereich
game-dev
Issue-Typ
Feature
Schwierigkeit
4/5
Geschätzter Aufwand
3-5 Tage
Aktivitätsstatus
Ruhig
Klarheit
Größtenteils klar
Anfängerfreundlichkeit
48/100

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.