Welcome to PGMV! 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.
TMJA Hp Gauge - TMJAHpGauge.js
Plugin desc : Displays face graphics and HP gauges on the map scene.
License : MIT License
Author : tomoaky
Desc page : https://github.com/munokura/tomoaky-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/tomoaky-MV-plugins/refs/heads/master/TMJAHpGauge.js
File name : TMJAHpGauge.js
Help of plugin :
@plugindesc Displays face graphics and HP gauges on the map scene. @author tomoaky @url https://github.com/munokura/tomoaky-MV-plugins @license MIT @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/tomoaky-MV-plugins ). Original plugin by tomoaky. ----- is required. Please be sure to install this plugin below. Plugin Commands: JumpAction show_hp_gauge # Show the HP gauge JumpAction hide_hp_gauge # Hide the HP gauge @param Gauge Window X @desc X coordinate of the HP gauge window. Default: 0 @default 0 @param Gauge Window Y @desc Y coordinate of the HP gauge window. Initial value: 0 @default 0 @param Gauge Offset X @desc HP gauge X coordinate correction value. Initial value: 12 @default 12 @param Gauge Offset Y @desc Y coordinate correction value for HP gauge. Initial value: 0 @default 0 @param Face Offset X @desc X coordinate offset value for face graphics. Default: -4 @default -4 @param Face Offset Y @desc Y coordinate offset value for face graphics. Default: -4 @default -4 @param Shake Time @desc Time to shake the window when taking damage. Default: 20 (0 means no shaking) @default 20 @param Start Visible @desc Display state at the start of the game. Initial value: 1 (0 is hidden) @default 1 @param Collide Opacity @desc Opacity when overlapping with the player. Default: 128 (0 to 255) @default 128 @param messageBusyHide @desc Hide the log window while the message window is displayed. Default: 1 (0: do not hide) @default 1 @param eventBusyHide @desc Hide the log window while an event is running. Default: 1 (0: do not hide). @default 1