Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
FortnitificationScanner
[v81] Rarity scan nodes for scrap
| Date uploaded | 8 hours ago |
| Version | 0.0.2 |
| Download link | mr_hat-FortnitificationScanner-0.0.2.zip |
| Downloads | 37 |
| Dependency string | mr_hat-FortnitificationScanner-0.0.2 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2305TeamXiaolan-DawnLib
A modern API for Lethal Company content and all sizes of mods [V81]
Preferred version: 0.9.25mattymatty-MonkeyInjectionLibrary
A library mod that lets other mods add properties and methods to existing base-game classes at runtime, without modifying game files.
Preferred version: 1.0.2README
Fortnitification Scanner
Sorts all scrap by its average value and splits it into 5 rarities:
- Common
- Uncommon
- Rare
- Exceptional
- Legendary
Each rarity has a percentage of how many items go into each rarity. For example, Common is 40% of the lowest average value of all scrap, whilst Legendary is 6% of all the highest average value of all scrap. Configurable.
Rarity names are also configurable.

CHANGELOG
0.0.2
- Added MonkeyInjectionLibrary as a dependency
- Reworked rarity sorting to sort all scrap by average value and split it between the 5 rarities
- Added a config to determine what percentage of items go in what rarity
- Added a config to rename each rarity
- Better performance
0.0.1
- Release