Upgrades player's inventory to the best modifiers. Duplicate currently worn items.
Works with any module.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are allowed to use the assets in this file in mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 0.5
got item duplication of the player's equipped items working
Version 0.4
got it to work with the player's entire inventory
Version 0.3
figured out how to brute force it to work in other scenes by forcibly adding it's trigger to every mission template (kudos the lifesteal mod) and also got it to proc on the trigger that opens the inventory
Version 0.2
added it so it would recognize item types of shields and assign them lordly instead of masterwork
Version 0.1
got it to work initially, but it only worked on tavern scenes?
This is a simple lua script addon that will upgrade the player's inventory to it's highest possible modifier. Also includes the ability for player to duplicate their currently worn items directly into their inventory.
Works with any module. (I tested Perisno, SW: Conquest, POP and Native)
- Drag and drop the lua folder into the module - Launch the module through WSE2 Launcher - Should get a ITEM CHEATS INSTALLED on the main menu.
How to use:
- Go into any tavern, or town and open your inventory and it will automatically happen.
- In order to duplicate items, do the same but press X a bunch of times it should happen after some attempts.
- Currently, the script will just automatically upgrade every item in the player's inventory, if you want to limit the upgrades solely to the player's currently equipped items, then simply replace the main.lua with the one that has (only equipped items) in it.
I'm just dumping the file out here if anyone wants to make any changes.