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.
Secondary Categories - SecondaryCategories.js
Plugin desc : ver1.04/Add the ability to set secondary categories for items.
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/Item_Skill/SecondaryCategories.js
File name : SecondaryCategories.js
Help of plugin :
@plugindesc ver1.04/Add the ability to set secondary categories for items. @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. ----- There are no plugin commands. ------------------------------------------------------ ------------------------------------------------------ How to Use ------------------------------------------------------ Write either <Category:xxx> in the item's Note field. If this is present, the item will be classified as a secondary category item. The item's original classification will be automatically added, such as "Item" for items, "Armor" for armor, etc. In addition, the category specified as "All" in the plugin parameters will be added to all items. If UseSubItemCategory is true, when the category window is active, you can use the up and down keys to switch the selected category to a secondary category. ------------------------------------------------------ Terms of Use ------------------------------------------------------ This plugin is released under the MIT License. http://opensource.org/licenses/mit-license.php --------------------------------------------------- Update History: ver1.04:180917 Fixed a bug that caused the arrow display to shift when the number of categories changed. ver1.03:180408 Fixed a bug where equipment type category names were overlapping with other category names. Added a setting to display arrows when secondary categories exist. Updated plugin parameter specifications to 1.5.0. ver1.02:170110-2 Fixed a bug where weapon and armor command names were not registered in categories. ver1.01:170110-1 Added a Traits to allow secondary category selection using the wheel. ver1.00: Released @param UseSubItemCategory @desc This setting determines whether to allow switching secondary categories with the up and down keys when selecting an item category. @default true @type boolean @param AllIncludesCategory @desc The category name that will be assigned to all items. Used when specifying a category. @default All @param UseArrows @desc This setting determines whether to display the arrow cursor when a secondary category exists. @default true @type boolean