Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: DAE's Armor States MZ
- Original author: SebyDevDev
- Original date: July 28, 2021
- Source thread: https://forums.rpgmakerweb.com/threads/daes-armor-states-mz.139024/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)
Summary
Armor States - Version 1.0 RPG Maker MZ Plugin @DaedraTalos & @TwentyFree Introduction
Archived First Post
Armor States - Version 1.0
RPG Maker MZ Plugin
@DaedraTalos & @TwentyFree
Introduction
Add and remove states when equipping and unequipping items!
Features
Add and remove states when equipping and unequipping items!
This plugin takes advantage of the plugin parameters, and does not require any armor tags.
Instructions:
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-28 - Version 1.0 - Released the plugin
RPG Maker MZ Plugin
@DaedraTalos & @TwentyFree
Introduction
Add and remove states when equipping and unequipping items!
Features
Add and remove states when equipping and unequipping items!
This plugin takes advantage of the plugin parameters, and does not require any armor tags.
Instructions:
- Add as many ArmorState structs as you want, in the list in the parameters.
- For each ArmorStatestruct, add the following:
- name: The visual name of the armor state, to help you easily identify it.
- Armor ID: The ID of the armor you want to apply these states to.
- Equip States: The states you want to apply/remove when equipping the armor.
- Unequip States: The states you want to apply/remove when unequipping the armor.
- In the Equip / Unequip lists, you can add State structs to apply or remove specific states. For each State struct, add the following:
- Name: the visual name of the state you want to apply/remove, to help you easily identify it.
- State ID: the ID of the state you want to apply/remove.
- Action: the action you want to perform on the state, can be "add" or "remove".
- Copy the "DAE_ArmorStates.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-28 - Version 1.0 - Released the plugin
Features Mentioned
- Add and remove states when equipping and unequipping items!
- This plugin takes advantage of the plugin parameters, and does not require any armor tags.
- Instructions:
- Add as many ArmorState structs as you want, in the list in the parameters.
- For each ArmorStatestruct, add the following:
- name: The visual name of the armor state, to help you easily identify it.
- Armor ID: The ID of the armor you want to apply these states to.
- Equip States: The states you want to apply/remove when equipping the armor.
- Unequip States: The states you want to apply/remove when unequipping the armor.
- In the Equip / Unequip lists, you can add State structs to apply or remove specific states. For each State struct, add the following:
- Name: the visual name of the state you want to apply/remove, to help you easily identify it.
- State ID: the ID of the state you want to apply/remove.
- Action: the action you want to perform on the state, can be "add" or "remove".
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
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.
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...