Allows Timed Attacks to be called upon within Yanfly’s Action Sequences. – SRD_TimedAttack_ActionSequences.js

タイトル
Allows Timed Attacks to be called upon within Yanfly's Action Sequences.
作者名
ヘルプ

Timed Attack: Action Sequences
Version 1.01
by SumRndmDde


This Plugin requires two Plugins:

Timed Attack Core
(http://sumrndm.site/timed-attack-core)

Yanfly's Battle Engine Core
(http://yanfly.moe/2015/10/10/yep-3-battle-engine-core/)


By default, Timed Attacks play at the beginning of every Skill and don't
directly interact with the Skill itself besides when the developer uses
the $gameTemp.tas_power variable.

However, using this Plugin, Timed Attacks can now be called upon from
within Yanfly's Action Sequences!


==========================================================================
How to Set Up
==========================================================================

To start off, make sure you have all of the Timed Attacks and Action
Sequence Plugins that you wish to use installed.
Place "SRD_TimedAttack_ActionSequences" underneath all of them.


Next, within a Skill you wish to use the "Timed Attack Action Sequences"
in, input the following notetag in the notebox:

<Use Timed Attack Action Sequences>

If this notetag is not used, the Timed Attack will function the same way
it does by default.



==========================================================================
How to Call Timed Attacks within Action Sequences
==========================================================================

To call a Timed Attack, use the following action:

Timed Attack

This will call the Timed Attack set up within the Skill.

An example of this would be:

<target action>
hide battle hud
move user: target, front, 30
wait for movement
timed attack
motion swing: user
perform action
motion wait: user
action animation: target
wait for animation
action effect: target
death break
perform finish
show battle hud
</Target Action>

As you see, on line 4, "timed attack" is called.
Input this into a Skill to try it out!
(Be sure to have a Timed Attack set up in the Skill also).


==========================================================================
How to Call Different Timed Attacks within a Single Skill
==========================================================================

You can use the Timed Attack from another Skill using:

Timed Attack: x

Set "x" to the Skill ID of the Timed Attack you wish to use.

For example, "Timed Attack: 4" will call the Timed Attack from Skill ID 4.


==========================================================================
End of Help File
==========================================================================

Welcome to the bottom of the Help file.


Thanks for reading!
If you have questions, or if you enjoyed this Plugin, please check
out my YouTube channel!

https://www.youtube.com/c/SumRndmDde


Until next time,
~ SumRndmDde
パラメータ
( なし )
ライセンス表記

紹介ページ https://github.com/SumRndmDde/RPG-Maker-MV-Plugins/blob/master/SRD_TimedAttack_ActionSequences.js