MewTracker / sv-research

GNU General Public License v3.0
57 stars 16 forks source link

Adding rewards to csv export #14

Closed bdawg1989 closed 1 year ago

bdawg1989 commented 1 year ago

Hello!

is there any way you can include the rewards to be in the csv export?

Thanks for your amazing work! <3

MewTracker commented 1 year ago

How would you like to see that implemented? Extra column for every reward from selected ones?

bdawg1989 commented 1 year ago

Thanks for commenting back! I am making a discord bot that uses the exported data from raidcalc to return a result based on what the user chooses. I have also made a website based version: https://mewtwoscloning.com/raid-seed-generator

I’m not sure the best way to implement it in raidcalc, but if I had a way to export that the rewards are

{

“Rewards”: “Rare Candy x2, Ability Patch x1, etc”

} In my json data that is probably how I would do it. I convert the csv to json

MewTracker commented 1 year ago

I added option to include rewards along with JSON support :)

bdawg1989 commented 1 year ago

Let’s gooooooo!!!!!!! You rock!!!