YEP.115 – In-Battle Status – RPG Maker MV

Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.

You can grab the plugin here:

English Mirror

In battle by default, there’s no way to check your party’s status. This plugin will add a new ‘Status’ command to the Party Command Window (with Fight and Escape) to allow players to check party members. Here, the player can view each party member’s current parameters, get a list of all states, buffs, and debuffs. The player can scroll through the list and view newly added help descriptions of the states, buffs, and debuffs in a help window.


Introduction


Please wait while you are redirected...or Click Here if you do not want to wait.

This plugin requires YEP_BattleEngineCore. Make sure this plugin is located under YEP_BattleEngineCore in the plugin list.

In battle by default, there’s no way to check your party’s status. This plugin will add a new ‘Status’ command to the Party Command Window (with Fight and Escape) to allow players to check party members. Here, the player can view each party member’s current parameters, get a list of all states, buffs, and debuffs. The player can scroll through the list and view newly added help descriptions of the states, buffs, and debuffs in a help window.

*Note: If you are using YEP_X_BattleSysCTB.js, place this plugin under that plugin for the best compatibility results.


Notetags


For those who would like to add help descriptions to states, use these following notetags:

State Notetags:

<Help Description>
text
text
</Help Description>
– This will set the help description of the state to the text used in the notetag. You can use text codes.


Text Codes


By using certain text codes in your messages, you can have the game replace them with the following:

– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –

State Help Function
\th[x] – Replaced by the text used in state x’s help description.

– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –


Plugin Commands


For those who would like to change whether the ‘Status’ option is shown or hidden midway through the game, you can use the following plugin commands:

Plugin Commands:

ShowInBattleStatus
– This will cause the ‘Status’ command to show.

HideInBattleStatus
– This will cause the ‘Status’ command to not show.


Happy RPG Making!