BanjoByTheBay / BanjoBotAssets

A tool to export names, descriptions, and other data related to game items from Fortnite: Save The World.
GNU General Public License v3.0
15 stars 3 forks source link

Fix Rating Datatables in assets.json #16

Closed s1btea closed 2 years ago

s1btea commented 2 years ago

It missing some items, like UC_04, used for LeadSurvivors.

taradinoc commented 2 years ago

The item rating exporter needs to use a different version of this table for lead survivors: https://github.com/BanjoByTheBay/BanjoBotAssets/blob/8a536be8b747d5354edc39dae954f96db0c406e8/BanjoBotAssets/Exporters/ItemRatingExporter.cs#L71-L79

taradinoc commented 2 years ago

Fixed by #18.