An open library of RPG Maker MV plugins, powered by the community.

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

PANDA Switch State Traits - PANDA_SwitchStateTraits.js

Plugin desc : switch the traits of states between actors and enemies.

License : MIT License

Author : panda(werepanda.jp)

Website : https://www.werepanda.jp/

Desc page : http://www.werepanda.jp/blog/20220729004348.html

File name : PANDA_SwitchStateTraits.js

Help of plugin :

* @target MV MZ
 * @plugindesc switch the traits of states between actors and enemies.
 * @author panda(werepanda.jp)
 * @url http://www.werepanda.jp/blog/20220729004348.html
 * 
 * @help [How to Use]
 * By writing the following in the note of the state,
 * the traits specified in the state can be applied only to actors or enemies.
 * 
 * <traitsOnlyActor:n> A trait #n applies only to actors.
 * <traitsOnlyEnemy:n> A trait #n applies only to enemies.
 * Multiple trait numbers can be specified by separating them with commas(,).
 * 
 * Example: When the traits are following:
 *   - Ex-Parameters  Hit Rate -50%
 *   - Ex-Parameters  Hit Rate -30%
 *   - Sp-Parameters  Target Rate *200%
 *   - Ex-Parameters  Evasion Rate -100%
 *  <traitsOnlyActor:3>   -> Target Rate * 200% applies only to actors.
 *  <traitsOnlyEnemy:2,4> -> Hit Rate -30% and Evasion Rate -100% applies only
 *                           to enemies.
 *  Trait #1 Hit Rate -50% applies to both actors and enemies.
 * 
 * [License]
 * this plugin is released under MIT license.
 * https://opensource.org/licenses/mit-license.php
 *

スポンサードリンク

-MV plugins

Copyright© PGMV - The Community-Driven Plugin Library for RPG Maker MV , 2026 All Rights Reserved.