Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Action Priority - ActionPriority.js
Plugin desc : ver1.01/Setting priorities for actions You can now set skills and items with Traits and priorities.
License : MIT License
Author : Yana
Website : https://w.atwiki.jp/pokotan/pages/3.html
Desc page : https://github.com/munokura/Yana-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/Yana-MV-plugins/refs/heads/master/Battle/ActionPriority.js
File name : ActionPriority.js
Help of plugin :
@plugindesc ver1.01/Setting priorities for actions You can now set skills and items with Traits and priorities. @author Yana @url https://github.com/munokura/Yana-MV-plugins @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/Yana-MV-plugins ). Original plugin by Yana. ----- Note ------------------------------------------------------ When installing this plugin, the behavior of multiple actions will be changed. Even in the case of multiple actions, actions will be activated according to the activation speed of each action. *When using in conjunction with YEP_BattleEngineCore, place this below. ----------------------------------------------------- How to Use ------------------------------------------------------ Write <Priority:x> in the Note field of an object, skill, item, etc. with a Traits. When setting it for a Traits, the priority of the battler with that Traits will be set to x. When setting it for a skill or item, the priority of that skill or item will be set to x. Setting the priority to + will speed up the action, while setting it to - will slow down the action. The priority of Traits, item, and skill is determined by their combined values. Also, if ConditionallyCore is installed, you can set conditions for priority activation. To add conditions, write: <Priority:x%, y> Condition Description </Priority> ------------------------------------------------------ Terms of Use ------------------------------------------------------ This plugin is released under the MIT License. http://opensource.org/licenses/mit-license.php ------------------------------------------------------ Update History: ver. 1.01: Terms of Use changed to the MIT License. Added compatibility with pre-action commons. ver. 1.00: Released