A downloadable plugin

This plugin adds per-skill cooldowns, limited charges, and automatic regeneration to your RPG Maker MV skills — just by using simple notetags.
Make combat more strategic and fun by preventing spammable skills and rewarding smart timing.

🧩 Features

  • 🔥 Per-skill cooldowns (<Cooldown: X>)

  • ⚡ Limited skill charges (<Charges: X>)

  • 💫 Automatic charge regeneration (<ChargeRegen: X>)

  • 👁️ Displays cooldowns and charges right in the battle skill list

  • 🧠 Compatible with most battle systems (default or Yanfly)

  • 🪶 Lightweight, no dependencies

Download

Download
Yosnav_SkillCooldownsAndCharges.js 10 kB

Install instructions

Installation Instructions

  1. Download the file CKT_SkillCooldownsAndCharges.js from this page.

  2. Open your RPG Maker MV project folder.

    • Navigate to:
      YourProject/js/plugins/

  3. Move the downloaded file into that /plugins/ folder.

  4. Open RPG Maker MV, go to Plugin Manager (F10 or “Tools → Plugin Manager”).

  5. Click an empty row, select CKT_SkillCooldownsAndCharges, and make sure it’s set to “ON.”

  6. Save your project and test play to confirm the plugin loads correctly. 

  7. Add note tags inside any skill’s Note box:

    <Cooldown: 3>
    <Charges: 2> <ChargeRegen: 1>
  8. Optional plugin commands (in events): 

CKT_ResetSkillCD 1 10

CKT_ResetAllCD 1 CKT_ResetSkillCharges 1 10 CKT_ResetAllCharges 1

Requirements

  • RPG Maker MV (v1.5.0 or higher recommended)

  • No other libraries required



Development log

Leave a comment

Log in with itch.io to leave a comment.