アクションを実行して状態を削除できるようにするプラグイン – HIME_RemoveStateOnAction.js

タイトル
Allows you to have states removed by performing actions.
作者名
ヘルプ
-------------------------------------------------------------------------------
== Description ==

Video: https://www.youtube.com/watch?v=Gtxf84YmGs0

Do you have a buff state that will allow you to unleash a guaranteed
critical strike, but only for the next action that you take?

Or perhaps a state that will increase the effect of all healing spells,
but only after a healing spell has been used, the state wears off?

This plugin allows you to assign a new "auto removal" condition to your
states: Remove State On Action.

You can choose how many actions it takes for a state to disappear, and
also whether only certain actions will affect the state.

You can combine this removal condition with other auto-remove conditions
such as checking for a certain number of turns, or taking damage, and
so on.

== Terms of Use ==

- Free for use in non-commercial projects with credits
- Contact me for commercial use

== Change Log ==

Nov 19, 2015 - initial release

== Usage ==

To create states that will automatically remove themselves after a
certain number of actions have been used, note-tag the state with

<remove by action count: minCount maxCount>

Where the minCount and maxCount represent a range of action counts before
the state is automatically removed. For example, you can say

<remove by action count: 1 1>

If it should only last for one action. If you write

<remove by action count: 1 3>

Then it can randomly last anywhere between 1 and 3 actions.

-- Check for Certain Skills --

By default, every action that you perform will update the countdown.
For example, if your state should last 2 actions, and you perform two
actions in one turn, then the state will expire.

What if the state should only consider certain skills to update it?
You can use the following note tag:

<update action count skill: SKILL_ID>

Where the SKILL_ID is the ID of the skill that will affect this state.
For example, if Attack is skill 1 and Guard is skill 2, and you wanted
your state to only be removed when you actually attack, you can write

<update action count skill: 1>

This way, if you just keep guarding, the action countdown won't be updated.

-------------------------------------------------------------------------------
パラメータ
title Remove State on Action
date Nov 19, 2015
filename HIME_RemoveStateOnAction.js
url http://himeworks.com/2015/11/remove-state-on-action

If you enjoy my work, consider supporting me on Patreon!

https://www.patreon.com/himeworks

If you have any questions or concerns, you can contact me at any of
the following sites:

Main Website: http://himeworks.com
Facebook: https://www.facebook.com/himeworkscom/
Twitter: https://twitter.com/HimeWorks
Youtube: https://www.youtube.com/c/HimeWorks
Tumblr: http://himeworks.tumblr.com/

-------------------------------------------------------------------------------
ライセンス表記
- Free for use in non-commercial projects with credits
- Contact me for commercial use

紹介ページ http://himeworks.com/2015/11/remove-state-on-action/