Xzandro / sw-exporter

This tool will parse intercepted data from Summoners War and extract information on the monsters and runes of the user.
Apache License 2.0
412 stars 193 forks source link

[Request] Break mappings into its own repository #448

Open john-j-stout opened 2 years ago

john-j-stout commented 2 years ago

First, let me start by saying "Thank you" for all the work you've done for the community! You have saved so many folks countless hours with your tools. Thanks!

I find myself in the middle of writing a plugin for personal use. If I get it to any level of maturity, I'll consider making it available to others.

Part of my plugin relies on the mappings.js file -- I'm straight up copy-pasting it.

Would it be possible for you to break that file out into its own repo e.g. Xzandro/sw-exporter-mappings?

Thanks for your consideration!

Edit: I realize that I can access this object via global.gMapping from inside my plugin, but that feels fragile

gustavi commented 2 years ago

If mapping could be a JSON file it would be easier to use it with another language like Python.

Thank you for your work!