You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constprocessedArmor: ProcessArmorOutput=processArmor(processArmorParams).sort((a,b)=>// Lowest costa.metadata.totalModCost-b.metadata.totalModCost||// Highest number of unique armor stat modsb.metadata.numUniqueArmorStatMods-a.metadata.numUniqueArmorStatMods||// Highest stat tiersb.metadata.totalStatTiers-a.metadata.totalStatTiers||// Lowest wasted statsa.metadata.wastedStats-b.metadata.wastedStats);
The text was updated successfully, but these errors were encountered:
Add it to src/services/processArmor/index.ts
In this sort here:
The text was updated successfully, but these errors were encountered: