raid-toolkit / raid-toolkit-sdk

MIT License
41 stars 13 forks source link

Values being rounded up - is this intended? [Python] #73

Open JatzCracker opened 2 years ago

JatzCracker commented 2 years ago

I have the API working well in Python however some of the values are being rounded up. For example, 'Token' and 'Arena3x3Token' are being rounded up to 1.0 when it is still 0 in game (and showing time remaining before 'refill').

The values for these fields are also ALWAYS rounded to the nearest whole number (ie 0.0, 1.0, 2.0, etc).

Is this intended or is there an option to obtain accuracy to 1 decimal place (ie 0.9 instead of 1.0)?

WOROTH commented 2 years ago

OOps. I was thinking that the Game returns it! Confirming this!