Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Dynamic Actor Graphic - DynamicActorGraphic.js
Plugin desc : DynamicActorGraphicPlugin
License : MIT License
Author : triacontane
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/DynamicActorGraphic.js
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/refs/heads/mz_master/DynamicActorGraphic.js
File name : DynamicActorGraphic.js
Help of plugin :
* @plugindesc DynamicActorGraphicPlugin * @target MZ * @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/DynamicActorGraphic.js * @base PluginCommonBase * @author triacontane * * @param list * @text List * @desc List of image files and conditions to be changed. * @default [] * @type struct<ACTOR>[] * * @command REFRESH * @text Refresh * @desc Image changes made by the switch will be reflected immediately. * * @help Dynamically changes the actor's walk, face, * and battle graphics according to the conditions. * Set the image and conditions from the parameters. * Changes when HP is remaining, when certain states are enabled, * and when switches are turned on. * * The change by the switch will take effect after switching * the menu screen or moving the map. * If you want it to take effect immediately, * you can refresh it from the plugin command. * * MIT License