fonsleenaars / tqdb

Python parser for the Titan Quest Anniversary Edition, Ragnarok, Atlantis, Eternal Ember DLC database.
https://tq-db.net
MIT License
51 stars 15 forks source link

Add jitter values #11

Open fonsleenaars opened 6 years ago

fonsleenaars commented 6 years ago

The min/max values for the items is determined by so called 'jitter'.

Adding this to the equipment will allow users to see what kind of range they can expect on the items.

For the website, integrating this should be some sort of toggle that adds a highlighted "jitter" indicator. Something along the lines of

Toggled off 10.0 Pierce Damage

Toggled on 10.0 (-/+5.0) Pierce Damage

This would mean a value of -5.0 > +5.0 Pierce damage can be added as jitter.

Ctrl-Alt-Suppr commented 6 years ago

I think than "jitter" indicator is not always positif, but + / -

10.0 (-/+ 5.0) Pierce Damage for 5.0 to 15.0 bonus possible

fonsleenaars commented 6 years ago

Absolutely right, I'll update my original issue :)