Giter Club home page Giter Club logo

Comments (6)

HarmlessHarm avatar HarmlessHarm commented on June 5, 2024

It seems that in the player overview there is a display issue for the AC. We tried on our own machine and couldn't reproduce it but we'll take a look at it as soon as possible.
Could you send us your platform info? (os, browser)

from shieldmaiden.

sauljaffe avatar sauljaffe commented on June 5, 2024

from shieldmaiden.

sauljaffe avatar sauljaffe commented on June 5, 2024

from shieldmaiden.

sauljaffe avatar sauljaffe commented on June 5, 2024

Ok, I found out the problem... sort of.

In looking at the various screens, I found that both characters had temporary AC bonuses getting added in. I don't know why because I don't remember setting temporary AC bonuses. It might have happened by accident. Resetting those to 0 fixed everything up.

It does not explain, however, why they were calculating at 152 and 113 on the one screen and a different value on the encounter screen. The values on the encounter screen were correct if the temporary AC values are taken into account but the 152 and 113 were wrong no matter what.

I also tried setting the temporary AC bonus again to try and reproduce the problem, but could not. So I don't know what caused the initial problem. Since it was happening regardless of the OS or browser, I suspect there was some data glitch rather than a display glitch.

from shieldmaiden.

Lakeyzer avatar Lakeyzer commented on June 5, 2024

152 and 113 were the result of strings being cumulated instead of integers. 15+2 would result in your desired 17 if it were integers and 11+3 in 14. We'll have a look to see if somewhere values aren't parsed correctly.

from shieldmaiden.

HarmlessHarm avatar HarmlessHarm commented on June 5, 2024

Ah, so we didn't realize that you weren't aware of the ac bonuses that were in place. We think the issue is that the AC and Bonus ac are concatenated to create the weird ac value. Well look into the issue, thanks for your detailed investigation

from shieldmaiden.

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.