shienyuan / warframes-tools-v1

MIT License
0 stars 1 forks source link

Fields to add to Warframes.json #28

Open uulltt opened 3 years ago

uulltt commented 3 years ago
shienyuan commented 3 years ago

Hi there, thx for opening the issue, since I'm still constantly working on the layout for better visual and UX, but the data structure is basically settled you can definetly add-on to the neuro, chassis, systems data fields in warframes.json. I'll be continue working on the layout and add the guaranteed and probability data in.

For the data structure probably something like this:

    ...
    "neuroptics": [
      {
        "name": "Grineer Manic",
        "link": "Manic",
        "guaranteed": true,
        "probability": 11.11
      }
    ],
    ...

If you would love to take on the task, please let me know I'll assign you to the issue, ty.