DoubleX RMMZ Skill Item Triggers

Purpose

Lets you run some codes set by your notetags on some action execution cases

Introduction

1. This plugin lets you use notetags to set what happens when an action’s just executed, and different cases like miss, evade, counter attack, magic reflection, critical hit, normal execution, substitute, right before starting to execute actions, and right after finished executing the actions, can have different notetags
2. You’re expected to write JavaScript codes directly, as there are so much possibilities that most of them are just impossible to be covered by this plugin itself, so this plugin just lets you write JavaScript codes that are executed on some important timings

Games using this plugin

None so far

Prerequisites

Plugins:
1. DoubleX RMMZ Enhanced Codebase
Abilities:

1. Some RMMV plugin development proficiency
(Basic knowledge on what RMMV plugin development does in general with several easy, simple and small plugins written without nontrivial bugs up to 1000 LoC scale but still being inexperienced)
Terms Of Use

1. Commercial use’s always allowed and crediting me’s always optional.

2. You shall keep this plugin’s Plugin Info part’s contents intact.

3. You shalln’t claim that this plugin’s written by anyone other than DoubleX or my aliases. I always reserve the right to deny you from using any of my plugins anymore if you’ve violated this.

4. If you repost this plugin directly(rather than just linking back), you shall inform me of these direct repostings. I always reserve the right to request you to edit those direct repostings.

5. CC BY 4.0, except those conflicting with any of the above, applies to this plugin, unless you’ve my permissions not needing follow so.

6. I always reserve the right to deny you from using this plugin anymore if you’ve violated any of the above.

Contributors

Authors:

1. DoubleX

Plugin Development Collaborators:

– None So Far

Bug Reporters:

– None So Far

Compatibility Issue Raisers:

– None So Far

Feature Requesters:

– None So Far

Changelog

{ codebase: “1.1.1”, plugin: “v1.01a” }(2020 Dec 26 GMT 1300):
1. Added the following notetag types:
subjectMiss
subjectEva
subjectCnt
subjectMrf
subjectCri
subjectNorm
subjectSubstitute
2. Added the following parameters:
subjectMissNotetagDataTypePriorities
subjectEvaNotetagDataTypePriorities
subjectCntNotetagDataTypePriorities
subjectMrfNotetagDataTypePriorities
subjectCriNotetagDataTypePriorities
subjectNormNotetagDataTypePriorities
subjectSubstituteNotetagDataTypePriorities
3. Fixed the eventEntry of all notetags not correctly accepting all intended suffixes and rejecting the unintended ones

{ codebase: “1.1.0”, plugin: “v1.00b” }(2020 Dec 2 GMT 0300):
1. You no longer have to edit the value of DoubleX_RMMZ.Skill_Item_Triggers.PLUGIN_NAME when changing this plugin file name

{ codebase: “1.0.0”, plugin: “v1.00a” }(2020 Aug 30 GMT 0900):

1. 1st version of this plugin finished

 

Download Link

Demo Link

3 thoughts on “DoubleX RMMZ Skill Item Triggers

  1. Updates
    { codebase: “1.1.1”, plugin: “v1.01a” }(2020 Dec 26 GMT 1300):
    1. Added the following notetag types:
        subjectMiss
        subjectEva
        subjectCnt
        subjectMrf
        subjectCri
        subjectNorm
        subjectSubstitute
    2. Added the following parameters:
        subjectMissNotetagDataTypePriorities
        subjectEvaNotetagDataTypePriorities
        subjectCntNotetagDataTypePriorities
        subjectMrfNotetagDataTypePriorities
        subjectCriNotetagDataTypePriorities
        subjectNormNotetagDataTypePriorities
        subjectSubstituteNotetagDataTypePriorities
    3. Fixed the eventEntry of all notetags not correctly accepting all intended suffixes and rejecting the unintended ones

    Like

Leave a comment