Provides a library for modders to easily interface with Quality and add quality stats to any item/entity.
Lua libraries for use by other mods and submods that are parts of a larger mod.
Version: 2.2.0
Major Features:
- Added an option to disable the generation of Quality items. This is a trade-off that both fixes and causes issues. It serves as an optional bandaid solution until I can figure out how to fix all of the Quality item related bugs.
Bugfixes:
- Fixed recycling recipes overwriting themselves.
- Blacklisted Factorissimo 3 buildings.
Version: 2.1.1
Bugfixes:
- Uploaded wrong file, oops.
Version: 2.1.0
Major Features:
- Stat modification now allows for infinite depth instead of just 2.
- Quality items added by this mod are now converted to their original counterparts when leaving your inventory.
Bugfixes:
- Fix multiple changes to the same item overwriting each other even if they weren't targeting the same stat.
- Fixed Quality items not having recycling recipes.
Version: 2.0.6
Bugfixes:
- Fix Q-picking.
Version: 2.0.5
Bugfixes:
- Fix edge case.
Version: 2.0.4
Bugfixes:
- Fix wrong name being used for item generation.
Version: 2.0.3
Bugfixes:
- Reworked the item generation code again to support even weirder entities (help).
Version: 2.0.2
Bugfixes:
- Reworked the item generation code to support weird entities that make my brain hurt.
Version: 2.0.1
Bugfixes:
- Fix for entities that do not have matching items.
Version: 2.0.0
Major Features:
- Updated the API to support delta values in Quality scaling. Supports additive constants, additive multipliers, and multiplicative multipliers. See the readme for more information.
Bugfixes:
- No longer breaks if you have a Quality level that is higher than 5.
Version: 1.0.0
Major Features:
- Initial release.