PathOfBuildingCommunity / PathOfBuildingCommunity/PathOfBuilding

The Primal Owl incorrectly applying to max bonus to first hit and all Reoccurrences

Aperta
#9,605 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

bug: calculation
Lingua principale
Lua
Stelle
5.4k
Fork
2.4k
Merge medio
1g 12h
PR unite (30g)
26

Descrizione

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
Check for support
  • I've checked that the calculation is supposed to be supported. If it isn't please open a feature request instead (Red text is a feature request).
What platform are you running Path of Building on?

Windows

What is the value from the calculation in-game?

In-Game when waiting for Max Unleash Seals and using The Primal Owl (Oshabi), I believe it should be calculated with 0 bonus for first hit and an ascending bonus for each Reoccurrence after.

So if you have 6 seals with a level 20 gem and Primal Owl, then Unleash would provide

1 + .64*(1+1.05+1.10+1.15+1.20+1.25+1.30) = 5.512

This can be represented by the formula where:
u = Damage multiplier with Unleash but no Primal Owl
p = Damage multiplier with Unleash and Primal Owl
s = Number of seals when cast
g = Unleash Support's reoccurrence multiplier (eg 0.64 at level 20)
u = 1 + sg
p = 1 + sg(1 + 0.05(s + 1)/2)

For example:
s = 6
g = 0.64
u = 1 + 6*0.64 = 4.84
p = 1 + 6*0.64*(1 + 0.05(6 + 1)/2) = 5.512

What is the value from the calculation in Path of Building?

In PoB, when using The Primal Owl with Unleash Support, PoB calculates the highest Primal Owl bonus (ie the bonus for the final reoccurrence in that cast) and applies it to the entire unleash burst, including the first hit that is not an Unleash reoccurrence.

It appears to use the following formula where:

p = Damage multiplier with Unleash and Primal Owl
s = Number of seals when cast
g = Unleash Support's reoccurrence multiplier (eg 0.64 at level 20)
p = (1 + sg) * (1 + 0.05 * s)

For example:
s = 6
g = 0.64
p = (1 + 6*0.64) * (1 + 0.05 * 6) = 6.292

How to reproduce the issue
  1. Select Arc as the main skill
  2. Add Unleash Support to Arc
  3. Tick on Do you wait for Max Unleash Seals?
  4. Select Oshabi Bloodline
  5. Allocate The Primal Owl
  6. See incorrect More Multiplier and damage
PoB for PoE1 build code
https://pobb.in/06T0iKY7XS84
Screenshots

Without The Primal Owl:
Image

With The Primal Owl:
Image

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Direzione di ricerca

Inizia riproducendo la configurazione di supporto di Arc e Unleash con sei sigilli, Oshabi Bloodline e The Primal Owl usando la build PoB collegata. Traccia il calcolo che produce il More Multiplier e confrontalo con la formula prevista dall'issue, secondo la quale il primo colpo non ha alcun bonus di Primal Owl e ogni ricorrenza lo aumenta. Il lavoro è completato quando il danno visualizzato corrisponde al moltiplicatore di 5.512 riportato per questo caso.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
lua
Ambito
game-dev
Tipo di issue
Bug
Difficoltà
4/5
Tempo stimato
3-5 giorni
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
35/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.