CommunityDragon / CDTB

A library containing everything to extract files from client files.
GNU Lesser General Public License v3.0
119 stars 33 forks source link

Fixed tft-data json File to include all traits for a given set #80

Closed Petersil1998 closed 1 year ago

Petersil1998 commented 1 year ago

I've change the code for generating the tft-data json File to include all Traits for a given Set, similar how Champions are included (instead of creating a Collection of the Champions Traits). Traits are now part of the set Tuple

benoitryder commented 1 year ago

@Petersil1998 I just applied the fix we discussed (and tested) earlier.

Petersil1998 commented 1 year ago

Great, thanks!