Welcome to PGMV! 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.
Add Drop Rate Trait - AddDropRateTrait.js
Plugin desc : ver1.01/Allows you to set Traits that control drop rates.
License : MIT License
Author : Yana
Website : https://w.atwiki.jp/pokotan/pages/3.html
Desc page : https://github.com/munokura/Yana-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/Yana-MV-plugins/refs/heads/master/Battle/AddDropRateTrait.js
File name : AddDropRateTrait.js
Help of plugin :
@plugindesc ver1.01/Allows you to set Traits that control drop rates. @author Yana @url https://github.com/munokura/Yana-MV-plugins @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/Yana-MV-plugins ). Original plugin by Yana. ----- How to Use ------------------------------------------------------ Entering <AddDropRate:x+y%> in the Note field of a special object, skill, or item will increase the drop rate of the x item by y%. To specify x, add the item ID to I for items, W for weapons, or A for armor, e.g., I4, W3, A20, etc. If you specify 0 as the item ID, all items in that category will be targeted. If you simply enter 0 without a category, all items will be targeted. You can also specify any string for x. In this case, items containing that string in the memo will be targeted. For example, <AddDropRate:Test+30%> will target items with <Test> in the Note field. ------------------------------------------------------ Terms of Use ------------------------------------------------------ This plugin is released under the MIT License. http://opensource.org/licenses/mit-license.php ------------------------------------------------------ Update History: ver1.01:170104 Fixed a bug that prevented the software from working properly. ver1.00: Released