Fewer Quality Tiers


This mod is for players who want to play with quality, but do not want to manage 5 different quality tiers. It reduces the amount of quality tiers. By default it only has `normal`, `rare` and `legendary`, but it's fully configurable with which qualities to keep. It automatically adjusts the probabilities to account for the missing step (or at least attempts to) and adjusts technologies too.

Tweaks
25 days ago
2.0
176

b [Fixed] Legendary only doesn't work

a month ago

When I only let legendary, it doesn't produce any legendary item.

a month ago
(updated a month ago)

if we remove a tier the previous tier must not change

if not is_tier_enabled[tiers[index]] then
    proto_util.remove_quality_tier(previous_tier, tier, next_tier)
else
    previous_tier = tier
end
a month ago

Thanks for the PR :) Now part of the new release

New response