Difference between revisions of "Visual State Effects (YEP)"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "{{MvPlugin |preview=<youtube>https://www.youtube.com/watch?v=LXdeH2xaE0M</youtube> |link1=<html><iframe src="https://itch.io/embed/398305" height="167" width="552" frameborder...")
 
Line 1: Line 1:
 
{{MvPlugin
 
{{MvPlugin
|preview=<youtube>https://www.youtube.com/watch?v=LXdeH2xaE0M</youtube>
+
|preview = <youtube>https://www.youtube.com/watch?v=LXdeH2xaE0M</youtube>
|link1=<html><iframe src="https://itch.io/embed/398305" height="167" width="552" frameborder="0"></iframe></html>
+
|link1 = <html><iframe src="https://itch.io/embed/398305" height="167" width="552" frameborder="0"></iframe></html>
|link2=[http://yanfly.moe/plugins/en/YEP_X_VisualStateFX.js Mirror]
+
|link2 = [http://yanfly.moe/plugins/en/YEP_X_VisualStateFX.js Mirror]
  
 
}}
 
}}
Line 12: Line 12:
 
{{Yanfly Engine Plugins}}
 
{{Yanfly Engine Plugins}}
  
== Help File ==
+
== Introduction ==
  
 
  <nowiki>
 
  <nowiki>
============================================================================
 
Introduction
 
============================================================================
 
 
 
This plugin requires YEP_BattleEngineCore and YEP_BuffsStatesCore.
 
This plugin requires YEP_BattleEngineCore and YEP_BuffsStatesCore.
 
Make sure this plugin is located under both plugins in the plugin list.
 
Make sure this plugin is located under both plugins in the plugin list.
Line 30: Line 26:
 
and effects, but it is far from perfect. This plugin allows you to add more
 
and effects, but it is far from perfect. This plugin allows you to add more
 
detail and visual effects regarding states to relay proper data.
 
detail and visual effects regarding states to relay proper data.
 +
</nowiki>
  
============================================================================
+
== Notetags ==
Notetags
 
============================================================================
 
  
 +
<nowiki>
 
You can use the following notetags to give different various visual effects
 
You can use the following notetags to give different various visual effects
 
for your states.
 
for your states.
Line 69: Line 65:
 
   the state with the highest priority number (in the database) with this
 
   the state with the highest priority number (in the database) with this
 
   state animation notetag.
 
   state animation notetag.
 +
</nowiki>
  
============================================================================
+
== Changelog ==
Changelog
 
============================================================================
 
  
 +
<nowiki>
 
Version 1.03:
 
Version 1.03:
 
- Updated for RPG Maker MV version 1.5.0.
 
- Updated for RPG Maker MV version 1.5.0.

Revision as of 00:47, 22 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 and YEP_BuffsStatesCore.
Make sure this plugin is located under both plugins in the plugin list.

If you are running YEP_X_AnimatedSVEnemies, place this plugin under
YEP_X_AnimatedSVEnemies on the plugin list for extra compatibility.

States are amongst one of the most important aspects of the battle system.
Therefore, relaying proper information to the player is extremely important.
RPG Maker MV does relay information to the player about the various states
and effects, but it is far from perfect. This plugin allows you to add more
detail and visual effects regarding states to relay proper data.

Notetags

You can use the following notetags to give different various visual effects
for your states.

State Notetags:

  <State Motion: Walk>
  <State Motion: Wait>
  <State Motion: Chant>
  <State Motion: Guard>
  <State Motion: Damage>
  <State Motion: Evade>
  <State Motion: Thrust>
  <State Motion: Swing>
  <State Motion: Missile>
  <State Motion: Skill>
  <State Motion: Spell>
  <State Motion: Item>
  <State Motion: Escape>
  <State Motion: Victory>
  <State Motion: Dying>
  <State Motion: Abnormal>
  <State Motion: Sleep>
  <State Motion: Dead>
  - This allows you to set a custom motion when the battler is affected by
  this state. If a battler has multiple states with custom motions, then
  priority will go to the state with the highest priority number (in the
  database) with this state motion notetag.

  <State Animation: x>
  - If a battler is affected by a state with this notetag, then a repeating
  animation x will play on the battler while in battle. If a battler is
  affected by multiple states with this notetag, then priority will go to
  the state with the highest priority number (in the database) with this
  state animation notetag.

Changelog

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

Version 1.02:
- Fixed a bug where enemy icon settings would match actor icon settings
regardless of the settings made in the plugin parameters.

Version 1.01:
- State animations are now adjusted to fit the opacity of the battler.

Version 1.00:
- Finished Plugin!