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

FortnitificationScanner

[v81] Rarity scan nodes for scrap

Date uploaded 3 weeks ago
Version 0.0.3
Download link mr_hat-FortnitificationScanner-0.0.3.zip
Downloads 77
Dependency string mr_hat-FortnitificationScanner-0.0.3

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

README

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.5

  • Rewrote README
  • Added 2 more exceptional item overrides - for kitchen knives and bee hives
  • Added back in config option to override other items that have had their scan node colour changed elsewhere, false by default

0.0.4

  • No performance cost at all anymore, thanks xu for her wisdom and unthank me for my lack there of
  • No longer shows Apparatus value
  • Removed config option to override other items that have had their scan node colour changed, now this mod just does by default. Might add back later...

0.0.3

  • Removed MonkeyInjectionLibrary as a dependency
  • Improved performance

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