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.
NUUN SV Actor State Icon - NUUN_SVActorStateIcon.js
Plugin desc : Side View Actor State Icons
License : MIT License
Author : NUUN
Website : https://github.com/munokura/NUUN-MZ-plugins/blob/master/NUUN_SVActorStateIcon.js
Desc page : https://github.com/nuun888/MZ
Download Page : https://raw.githubusercontent.com/munokura/NUUN-MZ-plugins/master/NUUN_SVActorStateIcon.js
File name : NUUN_SVActorStateIcon.js
Help of plugin :
@target MZ @url https://github.com/nuun888/MZ @plugindesc Side View Actor State Icons @author NUUN @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/NUUN-MZ-plugins ). Original plugin by NUUN. Please check the latest official version at: https://github.com/nuun888/MZ ----- Displays state icons on side view actors. Actor Memo Field <ActorStateX:[position]> Adjusts the X coordinate of the actor's state icon. (Relative coordinates) <ActorStateY:[position]> Adjusts the Y coordinate of the actor's state icon. (Relative coordinates) <HideSVStateIcon> Hides state icons. This plugin requires NUUN_BattlerOverlayBase (Butler Overlay Base). Terms of Use This plugin is distributed under the MIT License. Update History January 3, 2024 Ver. 1.0.3 Processing fixes. July 11, 2023 Ver. 1.0.2 Added a function to hide state icons for specific actors. June 2, 2023 Ver. 1.0.1 Processing fixes. May 10, 2022 Ver. 1.0.0 First version @param ActorStatePosition @text Name display position @desc SV actor state icon display position @type select @default 'up' @option No display @value 'none' @option Above the enemy image @value 'up' @option Under the enemy image @value 'under' @option Center of enemy image @value 'middle' @param StateVisible @text State icon display timing @desc State icon display timing @type select @default 'always' @option Always Show @value 'always' @param State_X @text X coordinate @desc Specify the X coordinate (relative coordinate). @type number @default 0 @min -9999 @param State_Y @text Y coordinate @desc Specify the Y coordinate (relative coordinate). @type number @default 0 @min -9999 @param ActorWindowStetaIconShow @text Window State Icon Display @desc Displays the state icons in the Actor Status window. @type boolean @default false