Fortify Equipment Plugin - RPG Maker MZ
A downloadable tool
Demo video:
Plugin details:
- A recreation of DDTank's fortification system that allows you to upgrade your equipment using upgrade materials. You can define the max upgrade level, as well as the stat percentage increase per upgrade. There is no limit to how many levels you wish to define.
- Upgrading equipment is based on chance. You can define any item as an upgrade material that will give a set percentage of success, or you can also add additional factors through variables such as a 'Blacksmith' level, for example. These variables can be toggled with switches so you can control when they can affect the fortification outcome.
Terms of Usage:
- This is a paid plugin. If you acquired it for free, you are not allowed to use it in any of your games. Purchase the plugin from the url specified in the plugin description (https://coffeenahc.itch.io/) if you don't own it.
- You are allowed to make changes to the plugin. Just don't claim that you made the plugin by yourself.
- You are not allowed to redistribute this plugin or resell it as your own, regardless if you've made changes or not.
- Commercial or Non-commercial use. No attributions required.
- I am open for commissions should you wish to upgrade the plugin or change parts of it according to your preference. You can contact me at the above link or visit my fiverr page or discord.
How to install:
- Add the plugin to your 'js/plugins' folder
- Activate the plugin in the Plugin Manager
- Add the '/gbccoffee/fortifyequip/' directory under the 'img' folder of your project
✨Screenshots✨
Status | Released |
Category | Tool |
Author | coffeenahc |
Genre | Role Playing |
Tags | mz, plugins, rmmz, RPG Maker, RPG Maker MZ, tools |
Purchase
In order to download this tool you must purchase it at or above the minimum price of $5 USD. You will get access to the following files:
Development log
- v.1.0.3 Update (Compatibility fix)Jan 23, 2024
- v.1.0.2 Minor update (UI improvements)Jan 22, 2024
- v.1.0.1 Minor updateJan 22, 2024
Comments
Log in with itch.io to leave a comment.
Is there a function to "reset" the stats? Thanks :)
What does Fortify do, does it increase weapon stats or something? and can you have only 1 fortify material window and can you rename it?
It increases stats. There's only one window for material selection. There's no parameter to rename anything, but that's an easy add or to change from the code itself.
This plugin is very useful. I'm using it in conjunction to independent items!
However, I found some bugs, at least when using controller or keyboard.
- Upon opening the scene, pressing "accept" button before doing anything else will take you to the item selection.
- You can dupe weapons by setting a weapon as base, then pressing "accept" a bunch of times without pressing anything else.
EDIT: Nevermind, I managed to patch them up myself.
Does not work. I have the feeling that something is still missing. Are there no plugin calls?
I forgot to add in the help file, sorry. Use this in a script call:
SceneManager.push(Scene_FortifyEquipment)
I have updated the plugin and added a project demo folder.