Difference between revisions of "In-Battle Status (YEP)"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "{{MvPlugin |preview=<youtube>https://www.youtube.com/watch?v=FU9nmo545cA</youtube> |link1=<html><iframe src="https://itch.io/embed/398274" height="167" width="552" frameborder...")
 
Line 1: Line 1:
 
{{MvPlugin
 
{{MvPlugin
|preview=<youtube>https://www.youtube.com/watch?v=FU9nmo545cA</youtube>
+
|preview = <youtube>https://www.youtube.com/watch?v=FU9nmo545cA</youtube>
|link1=<html><iframe src="https://itch.io/embed/398274" height="167" width="552" frameborder="0"></iframe></html>
+
|link1 = <html><iframe src="https://itch.io/embed/398274" height="167" width="552" frameborder="0"></iframe></html>
|link2=[http://yanfly.moe/plugins/en/YEP_X_InBattleStatus.js Mirror]
+
|link2 = [http://yanfly.moe/plugins/en/YEP_X_InBattleStatus.js Mirror]
  
 
}}
 
}}
Line 12: Line 12:
 
{{Yanfly Engine Plugins}}
 
{{Yanfly Engine Plugins}}
  
== Help File ==
+
== Introduction ==
  
 
  <nowiki>
 
  <nowiki>
============================================================================
 
Introduction
 
============================================================================
 
 
 
This plugin requires YEP_BattleEngineCore. Make sure this plugin is located
 
This plugin requires YEP_BattleEngineCore. Make sure this plugin is located
 
under YEP_BattleEngineCore in the plugin list.
 
under YEP_BattleEngineCore in the plugin list.
Line 31: Line 27:
 
*Note: If you are using YEP_X_BattleSysCTB.js, place this plugin under that
 
*Note: If you are using YEP_X_BattleSysCTB.js, place this plugin under that
 
plugin for the best compatibility results.
 
plugin for the best compatibility results.
 +
</nowiki>
  
============================================================================
+
== Notetags ==
Notetags
 
============================================================================
 
  
 +
<nowiki>
 
For those who would like to add help descriptions to states, use these
 
For those who would like to add help descriptions to states, use these
 
following notetags:
 
following notetags:
Line 47: Line 43:
 
   - This will set the help description of the state to the text used in the
 
   - This will set the help description of the state to the text used in the
 
   notetag. You can use text codes.
 
   notetag. You can use text codes.
 +
</nowiki>
  
============================================================================
+
== Text Codes ==
Text Codes
 
============================================================================
 
  
 +
<nowiki>
 
By using certain text codes in your messages, you can have the game replace
 
By using certain text codes in your messages, you can have the game replace
 
them with the following:
 
them with the following:
Line 61: Line 57:
  
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +
</nowiki>
  
============================================================================
+
== Plugin Commands ==
Plugin Commands
 
============================================================================
 
  
 +
<nowiki>
 
For those who would like to change whether the 'Status' option is shown or
 
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:
 
hidden midway through the game, you can use the following plugin commands:
Line 76: Line 72:
 
   HideInBattleStatus
 
   HideInBattleStatus
 
   - This will cause the 'Status' command to not show.
 
   - This will cause the 'Status' command to not show.
 +
</nowiki>
  
============================================================================
+
== Changelog ==
Changelog
 
============================================================================
 
  
 +
<nowiki>
 
Version 1.01:
 
Version 1.01:
 
- Updated for RPG Maker MV version 1.5.0.
 
- Updated for RPG Maker MV version 1.5.0.

Revision as of 20:59, 21 June 2019

Welcome to the wiki! This is where you can find resources from Yanfly.moe, Ækashics.moe,
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.



Download

System

This is a plugin created for RPG Maker MV.

For help on how to install plugins, click here.

For help on how to update plugins, click here.

Got errors with your RPG Maker MV plugin? Click here.


Masterarbeit Writer

Required Plugins

The following plugins are required in order to use this plugin.

Place the following plugins above this plugin located in the Plugin Manager.

Yanfly Engine Plugins

This plugin is a part of the Yanfly Engine Plugins library.


Introduction

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.

Changelog

Version 1.01:
- Updated for RPG Maker MV version 1.5.0.

Version 1.00:
- Finished Plugin!