DAE's Equip Requirements MZ
Equip Requirements - Version 1.0RPG Maker 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 EquipRequirementstruct, 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 Requirementstructs.
[*]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!
Plugin Click here to get it! (includes paid version for commercial, and free version for non-commercial)
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
本贴来自国际rpgmaker官方论坛作者:SebyDevDev处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/daes-equip-requirements-mz.139025/
页:
[1]