The quality formula is written incorrectly in equipment.json
MrMistic opened this issue ยท 2 comments
In equipment.json, the formula for quality is listed as "weight + quality * current difficulty" when it should be listed as "weight + current difficulty * quality". The actual quality feature works correctly, just described incorrectly in the config. Definitely a minor issue, but something worth fixing to avoid confusion.
Thanks a ton for adding my suggestion by the way:)