-
Notifications
You must be signed in to change notification settings - Fork 73
Description
Motivation
I am running into issues where say, Effect Hit Rate, is causing problems due to decimals beyond the first 1. Like for example, I have a character with 131.6 EHR. I remove a relic from them that says it has +11.6 EHR. Their EHR now says they have 119.9 EHR, especially important for characters that need 120 for thresholds. So now whatever hidden decimal is there for EHR is mattering and throwing off selecting correct options because the decimals on relics for other stats matter, and there are no options to see those decimals on relics.
Goal
Show more display options for additional decimal points for all stats, not just speed.
Screenshots
Additional Information
It's all there in the raw JSON data. Surface this information so that it's easily viewable on both characters and relics
{
"set_id": "116",
"name": "Prisoner in Deep Confinement",
"slot": "Head",
"rarity": 5,
"level": 15,
"mainstat": "HP",
"substats": [
{
"key": "ATK_",
"value": 7.7760005,
"count": 2,
"step": 2
},
{
"key": "SPD",
"value": 2.3,
"count": 1,
"step": 1
},
{
"key": "Effect Hit Rate_",
"value": 11.6640005,
"count": 3,
"step": 3
},
{
"key": "Break Effect_",
"value": 11.016,
"count": 2,
"step": 1
}
],
Metadata
Metadata
Assignees
Labels
Projects
Status