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.
FTKR Display Enemy Parameters - FTKR_DisplayEnemyParameters.js
Plugin desc : v1.1.1 A plugin that displays enemy parameters on the battle screen
License : MIT License
Author : Futokoro
Desc page : https://github.com/munokura/futokoro-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/futokoro-MV-plugins/refs/heads/master/FTKR_DisplayEnemyParameters.js
File name : FTKR_DisplayEnemyParameters.js
Help of plugin :
@plugindesc v1.1.1 A plugin that displays enemy parameters on the battle screen
@author Futokoro
@url https://github.com/munokura/futokoro-MV-plugins
@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/futokoro-MV-plugins ).
Original plugin by Futokoro.
Please check the URL below for the latest version of the plugin.
URL https://github.com/futokoro/RPGMaker
-----
-----------------------------------------------------------------------------
Overview
-----------------------------------------------------------------------------
The following parameters are displayed above enemy heads on the battle screen.
- Name
- HP
- MP
- TP
These parameters can be turned on/off using the plugin parameters.
You can also change the display position and size.
The display position and size can be set individually in the enemy's Note field.
<FTKR_STATUS_POS_X: x>
x: The difference in the X coordinate of the display position (negative values shift it to the left)
<FTKR_STATUS_POS_Y: y>
y: The difference in the Y coordinate of the display position (negative values shift it up)
<FTKR_STATUS_WIDTH: w>
w: The width of the status display
Note that these parameters are based on the display position of the enemy image,
so the display position of the parameters will change accordingly as the enemy moves.
-----------------------------------------------------------------------------
Setup Instructions
-----------------------------------------------------------------------------
1. Add this plugin to the "Plugin Manager."
-----------------------------------------------------------------------------
License for this Plugin
-----------------------------------------------------------------------------
This plugin is released under the MIT License.
Copyright (c) 2018 Futokoro
http://opensource.org/licenses/mit-license.php
Plugin Publisher
https://github.com/futokoro/RPGMaker/blob/master/README.md
-----------------------------------------------------------------------------
Change History
-----------------------------------------------------------------------------
v1.1.1 - 2018/12/20: Bug Fixes
1. Fixed an issue where the plugin parameter Display Width was not correctly Reflectioned.
v1.1.0 - December 19, 2018: Traits Added
1. Added the ability to set the display position and width of status for each enemy.
2. Added the ability to turn on/off the display of parameter labels, values, and gauges.
v1.0.0 - April 17, 2018: First version created
-----------------------------------------------------------------------------
@param Display Enemy Name
@desc Show enemy names
@default true
@type boolean
@on valid
@off invalid
@param Display Enemy HP
@desc Displays enemy HP. If left blank, it will be disabled.
@default {"label":"true","value":"true","gauge":"true"}
@type struct<gauge>
@param Display Enemy MP
@desc Displays enemy MP. If left blank, it will be disabled.
@default {"label":"true","value":"true","gauge":"true"}
@type struct<gauge>
@param Display Enemy TP
@desc Displays enemy TP. If left blank, it will be disabled.
@default {"label":"true","value":"true","gauge":"true"}
@type struct<gauge>
@param Display Width
@desc Specify the status display width
@default 144
@type number
@param Display Line Height
@desc Specify the display height of one status line
@default 36
@type number
@param Display Font Size
@desc Specify the status font size
@default 28
@type number
@param Display Offset X
@desc The difference in the X coordinate of the display position of the status and enemy images (negative values shift it to the left)
@default 0
@type number
@min -9999
@max 9999
@param Display Offset Y
@desc The difference in Y coordinate between the status and enemy image display positions (negative values shift upwards)
@default -40
@type number
@min -9999
@max 9999