An open library of RPG Maker MV plugins, powered by the community.

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

Menu Status R - MenuStatusR.js

Plugin desc : ver1.01/Modify the simple status display on the menu screen etc.

License : MIT License

Author : Yana

Website : https://w.atwiki.jp/pokotan/pages/3.html

Desc page : https://github.com/munokura/Yana-MV-plugins

Download Page : https://raw.githubusercontent.com/munokura/Yana-MV-plugins/refs/heads/master/Menu/MenuStatusR.js

File name : MenuStatusR.js

Help of plugin :

@plugindesc ver1.01/Modify the simple status display on the menu screen etc.
@author Yana
@url https://github.com/munokura/Yana-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/Yana-MV-plugins ).
Original plugin by Yana.
-----
Plugin Commands
--------------------------------------------------------------------
This plugin does not have any plugin commands.
------------------------------------------------------
How to Use
------------------------------------------------------
This plugin works by installing the plugin and setting the plugin parameters.

If you install this plugin and specify two or more non-blank values for Pages 1-10,
when a menu command or menu status is active,
you can use the left and right keys to switch pages.

- How to Set Items
By specifying specific keywords for Pages 1-10,
you can arrange the parameters in any order you like.
The following can be used:

name → Actor's name
lv → Actor's level
nickname → Actor's nickname
states → Icon of the state assigned to the actor
class → Actor's class name
hp → HP (with gauge)
mp → MP (with gauge)
tp → TP (with gauge)
exp → Current EXP
next → Remaining EXP until the next level (with gauge)
atk → Attack power
def → Defense power
mat → Magic attack power
mdf → Magic defense power
agi → Agility
luk → Luck
hit → Hit rate
eva → Evasion rate
cri → Critical rate
mev → Magic Evasion rate
mrf → Magic Reflectionion rate
cev → Critical hit Evasion rate
cnt → Counter rate
hrg → HP regeneration rate
mrg → MP regeneration rate
trg → TP regeneration rate
tgr → Target rate
grd → Defense Effect Rate
rec → Recovery Effect Rate
pha → Pharmacology
mcr → MP Consumption Rate
tcr → TP Recharge Rate
pdr → Physical Damage Rate
mdr → Magic Damage Rate
fdr → Floor Damage Rate
exr → Experience Gain Rate
e△ → Elements Effectiveness for ID △
s△ → State Effectiveness for ID △
d0 → Max HP Reduction Debuff Effectiveness
d1 → Max MP Reduction Debuff Effectiveness
d2 → Attack Power Reduction Debuff Effectiveness
d3 → Defense Reduction Debuff Effectiveness
d4 → Magic Attack Power Reduction Debuff Effectiveness
d5 → Magic Defense Reduction Debuff Effectiveness
d6 → Agility Reduction Debuff Effectiveness
d7 → Luck Reduction Debuff Effectiveness
q△ → Actor's △th Equipment
Other → Display as is (Control characters are allowed)

- About Term Settings
In the Term Settings, the following descriptions are replaced with the corresponding terms.
This replacement also occurs if you select "Other" in the above keyword settings.

_hp → HP name (abbreviation) set in the term
_mp → MP name (abbreviation) set in the term
_tp → TP name (abbreviation) set in the term
_lv → Level name (abbreviation) set in the term
_exp → Experience value name (abbreviation) set in the term
_hit → Hit rate name (abbreviation) set in the term
_eva → Evasion chance name (abbreviation) set in the term
_id → Actor ID
_profile1 → Actor profile line 1
_profile2 → Actor profile line 2
_note△ → Actor note line △
_eval<△△△> → Evaluates △△△ using eval

------------------------------------------------------
Terms of Use
------------------------------------------------------
This plugin is released under the MIT License.
http://opensource.org/licenses/mit-license.php
------------------------------------------------------
Update History:
ver1.01:180410
Fixed a bug where the cursor sound would play when pressing the left or right key even when there was only one status page.
Plugin parameter specifications updated to 1.5.0.
ver1.00:
Released

@param 【基本設定】
@text [Basic settings]

@param FaceWidth
@desc The width of the face.
@default 144
@type number

@param MaxCols
@desc Status: Number of columns per person.
@default 2
@type number

@param MaxRows
@desc Status: Number of lines per person.
@default 3
@type number

@param MenuStatusFontSize
@desc Menu status font size.
@default 28
@type number

@param UseSkillStatus
@desc This setting determines whether the function is extended to display skill status. Set this to true or false.
@default true
@type boolean

@param SkillStatusFontSize
@desc Skill stat font size.
@default 28
@type number

@param 【ページの設定】
@text [Page settings]

@param Page1
@desc This is what will be displayed on the first page.
@default name,lv,states,class,hp,mp

@param Page2
@desc This is what will be displayed on the second page.
@default atk,def,mat,mdf,agi,luk

@param Page3
@desc This is what will be displayed on page 3.
@default q1,q2,q3,q4,q5

@param Page4
@desc This is what will be displayed on page 4.

@param Page5
@desc This is what will be displayed on page 5.

@param Page6
@desc This is what will be displayed on page 6.

@param Page7
@desc This is what will be displayed on page 7.

@param Page8
@desc This is what will be displayed on page 8.

@param Page9
@desc This is what will be displayed on page 9.

@param Page10
@desc This is what will be displayed on page 10.

@param 【用語の設定】
@text [Terms]

@param EfficacyTexts
@desc The name of the effectiveness, etc.
@default Effectiveness,Effectiveness,Reduced Effectiveness,Invalidated

@param XparamTexts
@desc The name of the additional ability score.
@default _hit,_eva,Critical Rate,Critical Evasion,Magic Evasion,Magic Reflection,Counter Attack,_hp Regeneration,_mp Regeneration,_tp Regeneration

@param SparamTexts
@desc The name of the special ability score.
@default Target Rate,Guard Effect,Recovery Effect,Pharmacology,_mp Cost Rate,_tp Charge Rate,Physical Damage,Magic Damage,Floor Damage,_exp Gain Rate

スポンサードリンク

-MV plugins

Copyright© PGMV - The Community-Driven Plugin Library for RPG Maker MV , 2026 All Rights Reserved.