RPG Maker MZ Forge
A downloadable tool for Windows, macOS, and Android
π Description
VD_Forge is a plugin for RPG Maker MZ that introduces a full forge/upgrade system for weapons and armors.
Players can:
-
Spend gold and/or materials to upgrade equipment
-
Preview stats, upgrade levels, and requirements in real time
-
Progress naturally with a professional RPG-style crafting system
Perfect for RPGs where progression, crafting, and customization are core gameplay elements.
β¨ Features
-
π¨ Dedicated Forge Scene β openable with a plugin command
-
π° Gold Costs β upgrades require gold, scaling with level
-
π¦ Material Requirements β define custom item requirements with note tags
-
π Stat Scaling β automatic ATK/DEF growth per upgrade level
-
π Live Preview Window β name, type, level, requirements, costs
-
π Category Organization β items grouped by type or custom categories
-
β Counts Equipped Items β both inventory and equipped items are recognized
π₯ Installation
-
Download
VD_Forge.js
. -
Copy it into your projectβs
js/plugins/
folder. -
Open the Plugin Manager in RPG Maker MZ.
-
Add VD_Forge and turn it ON.
πΉοΈ Usage
Opening the Forge Scene
Use the plugin command:
-
OpenForge β opens the forge upgrade scene.
(Trigger it from an NPC event, blacksmith shop, or a special location.)
Note Tags
Gold Costs
<upgradeCost:X,Y>
Example:
<upgradeCost:2,500>
Upgrading to +2 will cost 500 gold.
Material Requirements
<upgradeItemX:Y,Z>
-
X
= upgrade level -
Y
= item ID (from database) -
Z
= amount required
Example:
<upgradeItem2:5,3>
To upgrade to +2, you need 3x Item #5.
Custom Categories (for Armors)
<forgeCategory:Shield>
If not defined, the default Equip Type will be used.
π§ Example Workflow
-
Create a Blacksmith NPC event.
-
Add the Plugin Command β OpenForge.
-
Add note tags to your database items:
<upgradeCost:1,100> <upgradeItem1:10,2>
β Upgrade to +1 costs 100 gold and 2x Item #10.
-
Playtest β talk to the NPC β open forge β select item β upgrade!
Published | 14 hours ago |
Status | Released |
Category | Tool |
Platforms | Windows, macOS, Android |
Author | VanDressler |
Tags | forge, RPG Maker MZ, upgrade-system |
Download
Click download now to get access to the following files:
Leave a comment
Log in with itch.io to leave a comment.