InternalError_'s Color coded prices 1.2.0

Do not ask when mod authors will update their mods or if they can upload older versions of their mods.
Bothering mod authors will lead to warnings and repeat offenses will lead to bans.
Due to an unusually high volume of traffic, our site may be experiencing intermittent slowdowns. If you notice any issues, log out of your account and browse anonymously so you can better utilize caching or try using forge.sp-tarkov.com to search for and download mods.

Inspiration: https://hub.sp-tarkov.com/files/file/888-color-coded-keys/

Basically you have the items colored by the value they sell for at the fleamarket

  • Been looking for this bad boy for a while! Please consider updating the mod, a must have in my opinion.

  • Cool mod. I recommend adding the following snippet to allow compatibility for MunitionsExpert and ColorCodedkeys:


    Code
    if ((item._parent == "5c99f98d86f7745c314214b3" || item._parent == "5c164d2286f774194c5e69fa")
        && config.disableKeys) {
        continue;
    } else if (item._parent == "5485a8684bdc2da71d8b4567" && config.disableAmmo) {
        continue;
    }
    Thumbs Up 1
  • Thanks for the mod. I'm really interested in trying my own take on a mod similar to this where the JSON is more configurable/with more price brackets.

    • That would be interesting. maybe even scale with player level.