Welcome to PGMZ! 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.
Dark Plasma Formation In Battle - DarkPlasma_FormationInBattle.js
Plugin desc : Added sorting to party commands in battle
License : MIT License
Author : DarkPlasma
Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_FormationInBattle.js
Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_FormationInBattle.js
File name : DarkPlasma_FormationInBattle.js
Help of plugin :
@target MZ
@url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
@plugindesc Added sorting to party commands in battle
@author DarkPlasma
@license MIT
@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/DarkPlasma-MZ-Plugins ).
Original plugin by DarkPlasma.
Please check the latest official version at:
https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
-----
version: 3.0.0
You can now change the order during battle.
By adding <disableFormationInBattle> to the map's memo field,
you can disable the order change option during battle on that map.
This plugin requires the following plugin:
DarkPlasma_Formation version: 4.0.0
If using with the following plugin, add it below it.
DarkPlasma_Formation
@param cooldownTurnCount
@text Cooldown
@desc After rearranging, you cannot rearrange again until this number of turns has passed (you can change it immediately with 0)
@type number
@default 0
@param cooldownOnlyWhenSwapForwardAndBenchwarmer
@text Cool only when swapping front and back
@desc Cooldown is enabled only when switching between front and rear guards
@type boolean
@default true
@param cooldownFormat
@text Cooldown display format
@desc Cooldown display format ({turn} is replaced with the number of turns)
@type string
@default (CT:{turn})
@param cooldownWithForceFormation
@text Forced swap cooldown
@desc Cooldown even when forced to swap
@type boolean
@default true