PathOfBuildingCommunity / PathOfBuildingCommunity/PathOfBuilding

Increased effect affixes on Tinctures are local and multiplicative with Tree/Ascendancy increases

Ouverte
#8,090 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub

Personne n'a encore pris cette issue.

bug: calculation
Langage dominant
Lua
Étoiles
5.4k
Forks
2.4k
Merge moyen
1 j 12 h
PR mergées (30 j)
26

Description

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 behaviour 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 behaviour in-game?

Tincture quality and explicit mod increases are local, multiplied, and the result is then rounded off, displayed in game when alt-hovering tinctures (see provided screenshot), and that value is used to multiply the effect values on the Tincture.

With the screenshotted Tincture, I gain 37 pen on the character sheet.

PoB calc = (19)(1.2)(1.6) = 36

Non-rounded calc = (19)(1.2)(1.22)(1.38) = 38

Rounded value = (19)(1.42)(1.38) = 37

So, actual calc needs a (quality)(local increases) rounded down value.

Same result/conclusion for the crit implicit, and the other Tincture I looked at.

What is the behaviour in Path of Building?

https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues/7938

Unsure if it should be posted/merged here, sorry.

In PoB, the quality is treated as a more multiplier. Increases are summed with those from Warden Ascendancy/Passive nodes. This is previously how flasks worked, but it appears Tincture effect is local to the tincture, and multiplicative with Ascendancy/Tree.

Need to test if the same is true for flasks (duration/effect).

How to reproduce the issue
  1. Activate Tincture in h/o (mana burn not applied)

  2. Observe stats

  3. Do math

Character build code
https://pobb.in/3-ET_hwoQqn3
Screenshots

image

Guide de contribution

Ouvrir le guide de contribution

Par où commencer

  1. Lisez l'issue en entier, puis le guide de contribution du projet.
  2. Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
  3. Forkez le dépôt et travaillez sur une branche.
  4. Ouvrez une pull request qui référence le numéro de l'issue.

Piste de recherche

Comparez les valeurs et les calculs de Tincture en jeu décrits ici avec le comportement de Path of Building et l’issue liée #7938. Vérifiez comment la qualité et les augmentations explicites sont combinées, notamment l’arrondi et l’interaction avec Warden Ascendancy ou les augmentations de l’arbre des passifs ; la tâche est considérée comme terminée lorsque les effets de Tincture affichés et calculés correspondent à ceux du jeu.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
lua
Domaine
tooling
Type d'issue
Bug
Difficulté
4/5
Temps estimé
3-5 jours
Activité
À l'abandon
Clarté
Plutôt claire
Accessibilité débutants
38/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.