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.
Guard Skill - GuardSkill.js
Plugin desc : Defense Skill Ver1.0.0 (2025/1/1)
License : MIT License
Author : PotatoDragon
Website : https://github.com/pota-gon/RPGMakerMZ/wiki
Desc page : https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/refs/heads/main/plugins/Data/Skill/GuardSkill.js
Download Page : https://raw.githubusercontent.com/munokura/PotatoDragon-MZ-plugins/main/GuardSkill.js
File name : GuardSkill.js
Help of plugin :
@target MZ @url https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/refs/heads/main/plugins/Data/Skill/GuardSkill.js @plugindesc Defense Skill Ver1.0.0 (2025/1/1) @author PotatoDragon @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/PotatoDragon-MZ-plugins ). Original plugin by PotatoDragon. Please check the latest official version at: https://github.com/pota-gon/RPGMakerMZ/wiki ----- ## Overview Adds a note tag that changes defensive skills. ## How to Use 1. Create the skill you want to use as a defensive skill. 2. Write <Defensive Skill: Evade> in the note. (This will change Defense to Evade.) 3. When combat begins, Defense will switch to Evade. * Items can also be set in the same way. You can specify the defensive skill by skill name or skill ID. As an added bonus, you can also change the attack skill by adding <Attack Skill: Fire>. @param AttackSkillMetaName @text Attack Skill Tag @desc Name of memo tag used for attack skills @default AttackSkill @param GuardSkillMetaName @text Defense Skill Tag @desc Name of memo tag used for defensive skills @default GuardSkill @param ChangeAttackCommand @text Normal attack command name change @desc Do you want to change the normal attack command name? @type boolean @on Change @off Do not change @default true @param ChangeGuardCommand @text Defense command name change @desc Change the name of the defense command? @type boolean @on Change @off Do not change @default true