[2.1.14] LuaQualityPrototype levels are inconsistent
Posted: Wed Aug 19, 2026 6:49 am
When reading the level of the quality prototypes, I saw that the indexing is inconsistent. Between normal and epic they appear to be 0-based, and legendary appears to be 1-based
Code: Select all
prototypes.quality.normal.level: 0
prototypes.quality.uncommon.level: 1
prototypes.quality.rare.level: 2
prototypes.quality.epic.level: 3
prototypes.quality.legendary.level: 5