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.
Alt Skill By Target - AltSkillByTarget.js
Plugin desc : Alternative skill for specific targets
License :
Public Domain
・Copyright: Waived
Author : MihailJP
Website : https://github.com/MihailJP/mihamzplugin/blob/master/AltSkillByTarget.js
Desc page : https://github.com/MihailJP/mihamzplugin/blob/master/AltSkillByTarget.js
Download Page : https://raw.githubusercontent.com/MihailJP/mihamzplugin/master/AltSkillByTarget.js
File name : AltSkillByTarget.js
Help of plugin :
* @target MZ * @plugindesc Alternative skill for specific targets * @author MihailJP * @url https://github.com/MihailJP/mihamzplugin/blob/master/AltSkillByTarget.js * @orderAfter SpeakInBattle * * @help AltSkillByTarget.js * * This plugin implements that using alternative skill to specific target. * If there is <altSkill:x> (where x is a nonzero number) at the memo of an * actor or an enemy character, and there is <altSkillX:Y> (where X is a * nonzero number and Y is skill number) at the memo of a skill, the skill * of given number will be used instead when the target has corresponding * altSkill number. * * Single-target skills only. * * It does not provide plugin commands. * * Changelog * 26 Sept 2020: Fixed crash issue with out-of-battle skills. * 22 Sept 2020: First edition