New account registrations are disabed. This website is now an archive. Read more here.

RPG Maker MV    Posted January 30, 2016 by DoubleX

DoubleX RMMV Confusion Edit

Introduction

Lets you set some states to reverse the ally/foe identification

Features

Notetags

*    # State Notetags:                                                       
 *      1. <confusion edit: reverse, excludeSelf>                             
 *         - Sets the confusion state to reverse the ally/foe identification  
 *           only instead of restricting the battler to be merely using the   
 *           1st skill in the database if reverse is true and the actions     
 *           aren't forced                                                    
 *         - Reversal will never take place for state Restriction as Attack an
 *           Enemy nor skill/item scope as The User                           
 *         - Reversal will have 50% chance to take place for state Restriction
 *           as Attack Anyone                                                 
 *         - Reversal will always take place for state Restriction as Attack  
 *           an Ally                                                          
 *         - Sets the confusion state to make the battler never targeting self
 *           if excludeSelf is true and the actions aren't forced             
 *         - Only the effective notetag with the highest priority will be used

 

Plugin Calls

*    # State manipulations                                                   
 *      1. meta.confusionEdit                                                 
 *         - Returns the confusion edit reverse and excludeSelf flag in the   
 *           form of { reverse: reverse, excludeSelf: excludeSelf }           
 *      2. meta.confusionEdit = { reverse: reverse, excludeSelf: excludeSelf }
 *         - Sets the confusion edit reverse and excludeSelf flag in the form 
 *           of { reverse: reverse, excludeSelf: excludeSelf }                
 *         - All meta.confusionEdit changes can be saved if                   
 *           DoubleX RMMV Dynamic Data is used

Video

The Code

License Terms

Attribution 3.0 Unported - You must attribute the work in the manner specified by the author or licensor. Commerical use allowed.

Version History

*      v1.00b(GMT 0800 30-1-2016):                                           
 *      1. Fixed missing return in targetsForOpponents and targetsForFriends  
 *      2. Fixed undefined target in targetsForReversedExcludeSelf due to typo
 *      3. Fixed infinite loop with excludeSelf when subject's always selected
 *      v1.00a(GMT 0800 3-1-2016):                                            
 *      1. 1st version of this plugin finished

Credits & Thanks

DoubleX(Optional)

Terms & Conditions

*      You shall keep this plugin's Plugin Info part's contents intact       
 *      You shalln't claim that this plugin's written by anyone other than    
 *      DoubleX or his aliases                                                
 *      None of the above applies to DoubleX or his aliases

Comments (0)

  • [b]Updates[/b]
    Added this video:
    [url=https://www.youtube.com/watch?v=NCVMdR7HFls]DoubleX RMMV Confusion Edit[/url]
    [code] * v1.00b(GMT 0800 30-1-2016):
    * 1. Fixed missing return in targetsForOpponents and targetsForFriends
    * 2. Fixed undefined target in targetsForReversedExcludeSelf due to typo
    * 3. Fixed infinite loop with excludeSelf when subject's always selected[/code]

Leave a Reply

DoubleX

  • Posted about 9 years ago

  • Engine
    RPG Maker MV
  • Category
    Gameplay Scripts
  • License
    Attribution 3.0 Unported
  • Version
    v1.00b

Stats

783 views

0 comments

Tags

n-a