Coder Social home page Coder Social logo

Comments (4)

Silvertower avatar Silvertower commented on August 16, 2024

Thank you for the report. This is caused by a limitation in what PF2E System reports using the actor's perception tooltip data. There are actually multiple different things going on here.

  1. The "Eye Slash" bonus at the bottom of the second screenshot is a manually added bonus, and is not provided by the item. You can tell by the X in a circle icon to the right of it. While this manual bonus is always in effect for Perception rolls, it is not returned by the actor's perception tooltip data, which is what Token Action HUD uses. I will see about adding logic to pick up manual bonuses, assuming I can find where they are stored on the actor's data.
  2. Battlefield Surveyor and Incredible Initiative (and other +perception on initiative feats) also do not appear in the perception tooltip data, and logic to pick these up will need to be added.
  3. Only bonuses that are set to "enabled" are shown in the tooltip, as this is the only thing Token Action HUD can be "sure of" when the tooltip is being built. So, "Eye Slash (Major)" and "Incredible Initiative" won't show up in the tooltip data that Token Action HUD shows, since they can only be enabled via the roll dialog when an actual roll is being made. While it would be possible to show them in the tooltip with a note that they are disabled, this just clutters the tooltip, so I think the current behavior of not showing them is correct.

from fvtt-token-action-hud-pf2e.

Silvertower avatar Silvertower commented on August 16, 2024

Luckily, this was an easier fix than expected. PF2E System provides an actor.initiative dataset, which works as a direct substitution for actor.perception (which Token Action HUD was using previously) and picks up the tooltip data without any further logic changes required.

This issue will be fixed in the next release of Token Action HUD 2E.

from fvtt-token-action-hud-pf2e.

Bryan-Legend avatar Bryan-Legend commented on August 16, 2024

from fvtt-token-action-hud-pf2e.

Silvertower avatar Silvertower commented on August 16, 2024

I do not know. But feel free to report any you find.

from fvtt-token-action-hud-pf2e.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.