thomas-crane / nrelay

A console based modular client for Realm of the Mad God built with Node.js and TypeScript.
https://nrelay.net/
MIT License
40 stars 21 forks source link

Missing PlayerData Stats #28

Closed BrentAureli closed 5 years ago

BrentAureli commented 5 years ago

It would be beneficial to add the following stats to PlayaData interface. This information can be used in the calculation of maxed character stats.

ATTACK_BOOST_STAT = 48, DEFENSE_BOOST_STAT = 49, SPEED_BOOST_STAT = 50, VITALITY_BOOST_STAT = 51, WISDOM_BOOST_STAT = 52, DEXTERITY_BOOST_STAT = 53,