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 Item Command Cooldown - DarkPlasma_ItemCommandCooldown.js
Plugin desc : Set a cooldown time for item commands
License : MIT License
Author : DarkPlasma
Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_ItemCommandCooldown.js
Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_ItemCommandCooldown.js
File name : DarkPlasma_ItemCommandCooldown.js
Help of plugin :
@target MZ
@url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
@plugindesc Set a cooldown time for item commands
@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: 1.0.1
Sets the cooldown time for an item command.
After using an item command,
you can disable the item command for a certain number of turns.
You can increase or decrease the default cooldown time for an item command by
writing the following in the memo field for an actor, equipment, state, or
job:
<itemCommandCooldownTurnPlus:1>
Increase the number of cooldown turns by 1
<itemCommandCooldownTurnPlus:-1>
Decrease the number of cooldown turns by 1
@param defaultCooldownTurn
@text Default number of turns
@desc Sets the default cooldown time.
@type number
@default 3
@param display
@text Display settings
@desc Set to display the number of cooldown turns after the command.
@type struct<DisplaySetting>
@default {"enabled":"true", "format":"CT:{turn}", "color":"2"}