Ultimate Item Crafting System - RPG MAKER MV
A downloadable Plugin - RPG Maker MV
Powerful and intuitive item crafting system
Plugin developed for RPG Maker MV
Add a new layer of fun to your RPG, implement one of gaming's most famous mechanics in just three simple steps!
works like magic!
Follow the steps below to configure your craftable items:
First you must download the plugin, add it to your project folder ( ..\js\plugins ) and then activate and save it in the RPG Maker MV editor.
Step 1: Indicating Craftable Items
To make an item craftable, add the keyword "craftable" on the first line of the item's note.
Step 2: Defining Required Materials
Specify the materials required for crafting the item using the format:
materials = (ITEM TYPE, ITEM ID, QUANTITY)[...]
Allowed item types:
- ITEM
- ARMOR
- WEAPON
Add as many materials as needed, separating them with parentheses. Like that:
craftable materials = (item, 1, 2)(item, 2, 3)
Step 3: Adding Optional Requirements
(OPTIONAL)
While the only mandatory requirement is materials, you can add other parameters to customize the item crafting.
- GOLD = Gold required to craft the item.
- LEVEL = Minimum level for the item to appear in the crafting screen.
- SWITCH = Switches that need to be active for the item to appear in the crafting screen. Separate multiple switches with commas.
craftable materials = (item, 1, 2)(item, 2, 3) gold = 100 level = 5 switch = 1
The order of the parameters does not influence the functionality of the plugin. Like that:
craftable level = 10 materials = (item, 1, 2)(armor, 1, 3) (weapon, 1, 1) gold = 50
You don't need to write optional parameters if they are not necessary. Like that:
craftable materials = (item, 1, 2)(weapon, 2, 3)
Or that:
craftable materials = (item, 1, 2)(armor, 1, 3)(weapon, 1, 3) gold = 100
Is ready!
Now, within the game, you can access the crafting screen through the menu, just below "Formation"
Thank you very much for using my plugins.
Help me buy a video card ❤️
Plugin developed for RPG Maker MV
Purchase
In order to download this Plugin - RPG Maker MV you must purchase it at or above the minimum price of $25 USD. You will get access to the following files:
Development log
- Last days of sale!Feb 09, 2024
Leave a comment
Log in with itch.io to leave a comment.