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.
Party Ability Rate - PartyAbilityRate.js
Plugin desc : Party Ability Rating Setting Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/PartyAbilityRate.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/PartyAbilityRate.js
File name : PartyAbilityRate.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/PartyAbilityRate.js @plugindesc Party Ability Rating Setting Plugin @author Triacontane @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/triacontane-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- PartyAbilityRate.js You can define a ”party ability” with a specified rate. This function works regardless of the ”party ability” feature. Please set the following in the database memo field (※). *Actor, Class, Weapon, Armor, State // Encounter rate is quadrupled. <Encounter Rate: 4> <EncounterRate: 4> // Preemptive attack rate is eight times higher. <Preemptive Attack Rate: 8> <PreemptiveRate: 8> // Money earned is 0.5 times higher. <Money Earned Rate: 0.5> <GoldRate: 0.5> // Item acquisition rate is quadrupled. <Item Drop Rate: 4> <DropItemRate: 4> If multiple rates overlap, the highest number takes precedence. This plugin requires the base plugin ”PluginCommonBase.js.” ”PluginCommonBase.js” is located in the following folder under the RPG Maker MZ installation folder: dlc/BasicResources/plugins/official Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, R18+, etc.). This plugin is now yours.