Difference between revisions of "Counter State (Arisu)"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created blank page)
 
 
Line 1: Line 1:
 +
{{MvPlugin
 +
|preview = <html><img src='https://img.itch.zone/aW1nLzM0ODYzNDEucG5n/original/fa%2Fxec.png'></html>
 +
|link1 = <html><iframe frameborder="0" src="https://itch.io/embed/650011" width="552" height="167"><a href="https://arisusdollhouse.itch.io/counter-state">Counter State plugin (RPG Maker MV) by Arisu</a></iframe></html>
  
 +
}}
 +
 +
{{Arisu's Dollhouse}}
 +
 +
<html><img src='https://img.itch.zone/aW1nLzM0ODYzNDEucG5n/original/fa%2Fxec.png'></html>
 +
 +
== Introduction ==
 +
 +
When a battler with a Counter State effect is hit with an attack, they have
 +
a chance of applying a state to the attacker.
 +
 +
 +
 +
== Instructions ==
 +
 +
# Install this plugin into your RPG Maker MV project's js/plugin folder.
 +
# Open your game project in RPG Maker MV and open up the Plugin Manager.
 +
# Add a new plugin and place this plugin beneath all Yanfly plugins present.
 +
# Adjust any Plugin Parameter settings to this plugin.
 +
# Read through plugin help file to understand how to use plugin.
 +
# When testing this plugin, save first.
 +
 +
 +
 +
{{Notetags MV}}
 +
 +
Insert these notetags into the database object's note box.
 +
 +
<pre>
 +
<Counter State id: n%>
 +
<Physical Counter State id: n%>
 +
<Magical Counter State id: n%>
 +
<Certain Hit Counter State id: n%>
 +
- For: Actor, Class, Skill, Weapon, Armor, Enemy, State Notetags
 +
- When an opponent battler attacks this battler, there is a 'n'% chance to
 +
  affect the attacking battler with state 'id'.
 +
- Replace 'id' with the ID of the state to function as a counter state.
 +
- Replace 'n' with the percent chance to successfully affect with.
 +
- Use <Counter State id: n%> to affect all types of attacks.
 +
- Use <Physical Counter State id: n%> to affect physical type attacks.
 +
- Use <Magical Counter State id: n%> to affect magical type attacks.
 +
- Use <Certain Hit Counter State id: n%> to affect certain hit type attacks.
 +
</pre>
 +
 +
 +
 +
== Warning ==
 +
 +
This plugin is made for RPG Maker MV versions 1.6.1 and below. If you update
 +
RPG Maker MV past that and this plugin breaks, I am NOT responsible for it.
 +
 +
 +
 +
== Terms of Use ==
 +
 +
# For Free and Commercial Use.
 +
# Put "Arisu's Dollhouse" in your game's credits.
 +
# Do not redistribute this plugin without permission.
 +
# Do not take code from this plugin without permission.
 +
# Edit of code is allowed as long as it's within plugin file.
 +
# I do not support changes made to code edit.
 +
 +
 +
 +
== Changelog ==
 +
 +
* None
 +
 +
<!-- This is a comment, remove the arrows surrounding this for the categories you want to show -->
 +
<!-- [[Category: RPG Maker MV Core Plugins]] -->
 +
[[Category: RPG Maker MV Battle Plugins]]
 +
<!-- [[Category: RPG Maker MV Item Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Skill Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Equip Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Status Menu Plugins]] -->
 +
[[Category: RPG Maker MV Gameplay Plugins]]
 +
<!-- [[Category: RPG Maker MV Movement Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Quest Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Options Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Eventing Plugins]] -->
 +
[[Category: RPG Maker MV Utility Plugins]]
 +
[[Category: RPG Maker MV Mechanical Plugins]]
 +
<!-- [[Category: RPG Maker MV Visual Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Menu Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Message Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Quality of Life Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Plugin Tips & Tricks]] -->
 +
<!-- [[Category: Action Sequences (MV)]] -->
 +
<!-- [[Category: Comment Tags (MV)]] -->
 +
<!-- [[Category: Main Menu Manager Integration (MV)]] -->
 +
<!-- [[Category: Notetags (MV)]] -->
 +
<!-- [[Category: Options Core Integration (MV)]] -->
 +
<!-- [[Category: Plugin Commands (MV)]] -->
 +
<!-- [[Category: Script Calls (MV)]] -->
 +
<!-- [[Category: Text Codes (MV)]] -->

Latest revision as of 21:18, 20 May 2020

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

Arisu's Dollhouse

ArisuAvatar.png

This is a plugin created by Arisu's Dollhouse.

You can also follow Arisu's Dollhouse on itch.io.

RPG Maker Version

This plugin is made for RPG Maker MV versions 1.6.1 and below. If you update RPG Maker MV past that and this plugin breaks, I am NOT responsible for it.

Terms of Use

You are only allowed to use the plugins made by Arisu's Dollhouse if you agree to all of the following:

  1. For Free and Commercial Use.
  2. Put "Arisu's Dollhouse" in your game's credits.
  3. Do not redistribute this plugin without permission.
  4. Do not take code from this plugin without permission.
  5. Edit of code is allowed as long as it's within plugin file.
  6. I do not support changes made to code edit.

Introduction

When a battler with a Counter State effect is hit with an attack, they have a chance of applying a state to the attacker.


Instructions

  1. Install this plugin into your RPG Maker MV project's js/plugin folder.
  2. Open your game project in RPG Maker MV and open up the Plugin Manager.
  3. Add a new plugin and place this plugin beneath all Yanfly plugins present.
  4. Adjust any Plugin Parameter settings to this plugin.
  5. Read through plugin help file to understand how to use plugin.
  6. When testing this plugin, save first.


Notetags

NotetagsMV.png

RPG Maker MV's editor is unable to allow for custom traits/properties that a game dev may wish to associate with a database object, event, map, etc. Notetags are used to work around such limitations by allowing the game dev to tag certain traits/properties using specific Notetags declared by the related plugin.

Here is a list of Notetag(s) that you may use.

---

Insert these notetags into the database object's note box.

<Counter State id: n%>
<Physical Counter State id: n%>
<Magical Counter State id: n%>
<Certain Hit Counter State id: n%>
- For: Actor, Class, Skill, Weapon, Armor, Enemy, State Notetags
- When an opponent battler attacks this battler, there is a 'n'% chance to
  affect the attacking battler with state 'id'.
- Replace 'id' with the ID of the state to function as a counter state.
- Replace 'n' with the percent chance to successfully affect with.
- Use <Counter State id: n%> to affect all types of attacks.
- Use <Physical Counter State id: n%> to affect physical type attacks.
- Use <Magical Counter State id: n%> to affect magical type attacks.
- Use <Certain Hit Counter State id: n%> to affect certain hit type attacks.


Warning

This plugin is made for RPG Maker MV versions 1.6.1 and below. If you update RPG Maker MV past that and this plugin breaks, I am NOT responsible for it.


Terms of Use

  1. For Free and Commercial Use.
  2. Put "Arisu's Dollhouse" in your game's credits.
  3. Do not redistribute this plugin without permission.
  4. Do not take code from this plugin without permission.
  5. Edit of code is allowed as long as it's within plugin file.
  6. I do not support changes made to code edit.


Changelog

  • None