A downloadable tool

Buy Now$1.00 USD or more

Equip Requirements - Version 1.0


RPG Maker MV / MZ Plugin

@DaedraTalos & @TwentyFree

Introduction

Add requirements for equipment to be equipped and unequipped!

Features

Add requirements for equipment to be equipped and unequipped!

This plugin takes advantage of the plugin parameters, and does not require any armor tags.

Instructions:

  1. Add as many EquipRequirement structs as you want, in the list in the parameters.
  2. For each EquipRequirement struct, add the following:
    1. name: The visual name of the armor requirement, to help you easily identify it.
    2.  Armor ID: The ID of the armor you want these requirements to apply to.
    3. Equip Requirements: The requirements you want to have fulfilled for the armor to be equippable.
    4. Unequip Requirements: The requirements you want to have fulfilled for the armor to be unequippable.
  3. In the Equip / Unequip requirements, you can add Requirement structs.
    1. name: The visual name of the specific requirement, to help you easily identify it.
    2.  Armor ID: the ID of the armor to already be equipped/not equipped for this requirement to be fulfilled.  (can be left on None/0 if you simply want to have the script run without checking for any armor)
    3. type: whether this armor must be equipped, or unequipped, in order to fulfill this requirement.
    4. script: a script to run that must return either true or false. If true, the requirement is fulfilled.(note: to fulfill the requirement, the script must return true, and the specified armor must be already equipped/not equipped (or set to None/0))

How To Use

  • Copy the "DAE_EquipRequirements.js" file into your project's /js/plugins/ folder.
  • Activate the plugin by using the 'Plugin Manager'
  • Read the short documentation (help file) and try it out yourself!
  • Need any help? Comment on this thread!

Credit: DaedraKyne (@DaedraTalos) and @TwentyFree

Terms
Free for any non-commercial game, by downloading the demo available at the itch.io page.
For commercial games, you need to buy the paid itch.io version.

Updates
2020-07-27 - Version 1.0 - Released the plugin

Purchase

Buy Now$1.00 USD or more

In order to download this tool you must purchase it at or above the minimum price of $1 USD. You will get access to the following files:

DAE_EquipRequirements MV 6 kB
DAE_EquipRequirements MZ 7 kB

Download demo

Download
DAE_EquipRequirements MV DEMO 7 kB
Download
DAE_EquipRequirements MZ DEMO 8 kB

Leave a comment

Log in with itch.io to leave a comment.