Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Skill Time Reaction
- Original author: Mr. Trivel
- Original date: February 25, 2016
- Source thread: https://forums.rpgmakerweb.com/threads/skill-time-reaction.57518/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
Name: Skill Time Reaction Version: 1.2 Author: Mr. Trivel Created: 2016-02-26
Archived First Post
Name: Skill Time Reaction
Version: 1.2
Author: Mr. Trivel
Created: 2016-02-26
What does it do?
This plugin gives user a moment to press confirm button. Pressing Confirm when button appears, gives user state which lasts until end of action.
Button timer can be set up in plugin manager or for each skill by using note tags.
Video:
Requires:
Yanfly's Battle Engine Core
How to use?
When a skill has <Reaction> tag in it, it will display an image for a random amount of time in which player can press confirm button to strengthen the skill used.
<Reaction>
<ReactionAppear: [FROM] [TO]>
<ReactionWindow: [FROM] [TO]>
<ReactionState: [STATE ID]>
[FROM] [TO] - How long the window lasts or appears. It'll pick a random number of frames between [FROM] and [TO] ([FROM] <= time < [TO]).
[STATE ID] - Which state to apply when hitting the button in react window.
Only <Reaction> tag is a must to have the reaction window. Other tags like <ReactionAppear: [FROM] [TO]>, <ReactionWindow: [FROM] [TO]> or <ReactionState: [STATE ID]> can be omitted to use default values from parameters.
Examples:
<Reaction>
<ReactionWindow: 50 100>
<ReactionState: 15>
<Reaction>
<ReactionState: 50>
It's also required to have 2 images in your img\system:
reactionWait.png
reactionHit.png
Images:
[IMG]https://mrtrivelrpg.files.wordpress.com/2016/02/reactionwait.png[/IMG] [IMG]https://mrtrivelrpg.files.wordpress.com/2016/02/reactionhit.png[/IMG]
Plugin: Protected download
How to download Plugin. Click the link above, there will be a button named Raw, press Right Click -> Save As.
Terms of Use:
Don't remove the header or claim that you wrote this plugin.
Credit Mr. Trivel if using this plugin in your project.
Free for commercial and non-commercial projects.
Version: 1.2
Author: Mr. Trivel
Created: 2016-02-26
What does it do?
This plugin gives user a moment to press confirm button. Pressing Confirm when button appears, gives user state which lasts until end of action.
Button timer can be set up in plugin manager or for each skill by using note tags.
Video:
Requires:
Yanfly's Battle Engine Core
How to use?
When a skill has <Reaction> tag in it, it will display an image for a random amount of time in which player can press confirm button to strengthen the skill used.
<Reaction>
<ReactionAppear: [FROM] [TO]>
<ReactionWindow: [FROM] [TO]>
<ReactionState: [STATE ID]>
[FROM] [TO] - How long the window lasts or appears. It'll pick a random number of frames between [FROM] and [TO] ([FROM] <= time < [TO]).
[STATE ID] - Which state to apply when hitting the button in react window.
Only <Reaction> tag is a must to have the reaction window. Other tags like <ReactionAppear: [FROM] [TO]>, <ReactionWindow: [FROM] [TO]> or <ReactionState: [STATE ID]> can be omitted to use default values from parameters.
Examples:
<Reaction>
<ReactionWindow: 50 100>
<ReactionState: 15>
<Reaction>
<ReactionState: 50>
It's also required to have 2 images in your img\system:
reactionWait.png
reactionHit.png
Images:
[IMG]https://mrtrivelrpg.files.wordpress.com/2016/02/reactionwait.png[/IMG] [IMG]https://mrtrivelrpg.files.wordpress.com/2016/02/reactionhit.png[/IMG]
Plugin: Protected download
How to download Plugin. Click the link above, there will be a button named Raw, press Right Click -> Save As.
Terms of Use:
Don't remove the header or claim that you wrote this plugin.
Credit Mr. Trivel if using this plugin in your project.
Free for commercial and non-commercial projects.
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Terms of Use: Don't remove the header or claim that you wrote this plugin. Credit Mr. Trivel if using this plugin in your project. Free for commercial and non-commercial projects.
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...