You are viewing a potentially older version of this package. View all versions.
mr_hat-FortnitificationScanner-0.0.1 icon

FortnitificationScanner

[v81] Rarity scan nodes for scrap

Date uploaded 18 hours ago
Version 0.0.1
Download link mr_hat-FortnitificationScanner-0.0.1.zip
Downloads 35
Dependency string mr_hat-FortnitificationScanner-0.0.1

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2305
TeamXiaolan-DawnLib-0.9.25 icon
TeamXiaolan-DawnLib

A modern API for Lethal Company content and all sizes of mods [V81]

Preferred version: 0.9.25
mattymatty-MonkeyInjectionLibrary-1.0.2 icon
mattymatty-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.2

README

Fortnitification Scanner

Takes the average value of the lowest valued scrap and the average value of the highest valued scrap and divides all items into 5 groups based off of those two scrap values:

  • Common
  • Uncommon
  • Rare
  • Exceptional
  • Legendary

Has overrides config

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