DAE's Armor requirements
A downloadable tool
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:
- Add as many EquipRequirement structs as you want, in the list in the parameters.
- For each EquipRequirement struct, add the following:
- name: The visual name of the armor requirement, to help you easily identify it.
- Armor ID: The ID of the armor you want these requirements to apply to.
- Equip Requirements: The requirements you want to have fulfilled for the armor to be equippable.
- Unequip Requirements: The requirements you want to have fulfilled for the armor to be unequippable.
- In the Equip / Unequip requirements, you can add Requirement structs.
- name: The visual name of the specific requirement, to help you easily identify it.
- 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)
- type: whether this armor must be equipped, or unequipped, in order to fulfill this requirement.
- 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
Status | Released |
Category | Tool |
Author | DaedraKyne |
Purchase
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:
Leave a comment
Log in with itch.io to leave a comment.