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.
Simple Passive Skill MZ - SimplePassiveSkillMZ.js
Plugin desc : [1.1.0]Make passive skill that change parameters and set traits.
License : MIT License
Author : Sasuke KANNAZUKI
Website : https://www.rpgmakerweb.com/products/rpg-maker-mz
Download Page : C:Program Files (x86)SteamsteamappscommonRPG Maker MZdlcBasicResourcespluginslaunch SimplePassiveSkillMZ.js
File name : SimplePassiveSkillMZ.js
Help of plugin :
* @target MZ * @plugindesc [1.1.0]Make passive skill that change parameters and set traits. * @author Sasuke KANNAZUKI * * @help * This plugin runs under RPG Maker MZ. * * This pluguin enables to make passive skill by introducing parameter and * traits from equipments. * * [Summary] * Write down skill's note as follows, then when an actor learn the skill, * affect parameters and traits from specified weapon/armor. * * <passiveWeapon:2> # Gain parameters and traits of Weapon that ID is 2 * <passiveArmor:4> # Gain parameters and traits of Armor that ID is 4 * * It is preffered to make weapon/armor only for passive skills. * * [Usage Example] * You can make such passive skills as... * - To increase parameter(s) (ex.MaxHP+50, Agility+30, and so on...) * - To add equip type by adding it as a trait. * - To be always regenerates HP by setting it as a trait. * - Since the skill checks weapon/armor's note, enable various thing. * * [Note] * The skill cannot be passive that actor is usable temporally by the traits in * equipments, states, and so on. * * [License] * this plugin is released under MIT license. * http://opensource.org/licenses/mit-license.php