danielwerg / r6api.js

🍫 Node.js wrapper around Rainbow Six Siege APIs
https://npm.im/r6api.js
MIT License
110 stars 19 forks source link

Typescript Rewrite #34

Closed danielwerg closed 3 years ago

danielwerg commented 4 years ago

Help needed with typescript rewrite

I pushed typescript branch which contains full typescript rewrite for r6api.js package, there quite a few changes:

> This list most likely is missing something

Issues/TODO:

I also created discord server https://discord.gg/hshRpWk

danielwerg commented 4 years ago

I was thinking about removing bulletsFired altogether since ubi stopped recording it long time ago. thoughts?

Edit: Keeping it for now because it's looks like it's still being recorded for pve

danielwerg commented 3 years ago

So I tested gadgetpv(p|e)_kills and gadgetpv(p|e)_chosen but it didn't led anywhere. Only thing I found is what both 36232BA67D and sledge_hammerkill increment when you kills someone with sledge hammer but thing is they values is different (ex: 36232BA67D = 6, sledge_hammerkill = 36).

Removing it from TODO list for now, will see what happens when ubi updates their tracker site.