ED5 Item Prefix Generator Plugin
A downloadable asset pack
Item Prefix Generator Plugin for RPG Maker MZ
Enhance your game's item system with the Item Prefix Generator plugin for RPG Maker MZ! This powerful tool allows you to dynamically generate items with randomized prefixes that modify their stats and properties. Whether you want to create powerful weapons with unique attributes or armor with rare enhancements, this plugin offers flexibility and depth to your game's itemization.
Key Features:
- Prefix Categories: Define modifier and material prefixes with customizable parameters.
- Randomization: Generate items with randomized prefixes based on rarity probabilities.
- Price Modification: Adjust item prices dynamically based on applied prefixes.
- Easy Integration: Simple setup with plugin commands and script calls for seamless implementation into your RPG Maker MZ project.
Elevate your game's item crafting and loot systems with the Item Prefix Generator plugin, designed to add depth and variety to your gameplay experience.
-----------------------------------------------
- Create weapons:
create_weapon(baseWeaponId, ["modifier", "material"]);
- Create armor:
create_armor(baseArmorId, ["modifier", "material"]);
Terms of Use:
- After purchase free for both non-commercial and commercial RPG Maker MZ projects.
- Credit "CHIGOOX" if used in your project.
- No redistribution or modification without permission.
Credits:
- Author: ED5 AKA CHIGOOX
Explore endless possibilities with the Item Prefix Generator plugin and create a richer gaming experience today!
Status | Released |
Category | Assets |
Author | ChigooX |
Tags | plugin, RPG Maker MZ, sourcecode |
Purchase
In order to download this asset pack you must purchase it at or above the minimum price of $1 USD. You will get access to the following files:
Comments
Log in with itch.io to leave a comment.
I really like this, but...the documentation just doesn't seem great. It gives you a list of stats that can be modified, but no labels, so i'm left to guess what order the stats are modified. There's a 'strong' modifier built-in with a first number 5, is this ATK? Does or can this impact loot found after combats, or is just an on demand thing?
I’ll be making a video tutorial for all my plugins just haven’t gotten to this yet sorry. Also have an update coming for this
Good, because I really like the idea (I loved DreamX's MV plugin for this, but it doesn't work with MZ). I look forward to a tutorial for this one, as right now I can barely make heads or tails out of how to actually use it.
Finally a plugin like DreamX's random prefixes and suffixes. Been looking for this :P