YEP.137 – Item Menu Categories – RPG Maker MV
Introduction
This plugin requires YEP_ItemCore. Make sure this plugin is located under YEP_ItemCore in the plugin list.
这个插件需要YEP_ItemCore为基础,确保它置于YEP_ItemCore列表下面
In RPG Maker MV, there exists only four categories seen in the item menu: Items, Weapons, Armors, and Key Items. Adding extra categories wouldn’t be possible without plugins. This plugin, through the help of Item Core, will allow you to add in many more categories in addition to many premade ones that are automatically added based on weapon types, armor types, equipmenttypes, item usage, and more!
在RMMV里面,在物品菜单里面仅仅有四种分类:物品、武器、护甲和关键道具。如果没有插件是不能添加更多分类的。现在我们使用这款插件,可以让你根据武器类型、护甲类型等等自动添加更多的分类
This is a collaboration plugin by Sylvester and Yanfly to ensure compatibility with the Yanfly Engine Plugins library.
这个插件是由Sylvester和Yanfly合作完成,确保适配YEP库
Instructions
To change the item categories that appear in the item menu, go to the plugin parameters and alter the list. Separate each category with a comma (,). Each
category must be spelled correctly using the following formats:
为了改变物品菜单里面显示的分类,需要在插件参数里面设置。每一种类型需要用逗号隔开,并且确保拼写正确,范例如下
Plugin Parameter
Syntax Description
插件参数
语法描述
Items
Lists only Regular Item types
常规物品
AllItems
All items in the items database with Key Items
所有物品
RegularItems
Lists only Regular Item types
常规物品
KeyItems
Lists only Key Item types
关键道具
HiddenItemA
Lists only Hidden Item A types
隐藏种类A
HiddenItemB
Lists only Hidden Item B types
隐藏种类B
Consumable
Lists only consumable items
可消耗物品
Nonconsumable
Lists only nonconsumeable items
不可消耗物品
AlwaysUsable
Lists only always usable items
可在任何时候使用的物品
BattleUsable
Lists only battle usable items
仅在战斗中使用的物品
FieldUsable
Lists only field usable items
仅在地图中使用的物品
NeverUsable
Lists only never usable items
不能使用的物品
Weapons
Lists all weapons
武器
WType:x
Lists weapons of type x (replace x with ID)
武器类型x
Armors
Lists all armors
护甲
AType:x
Lists armors of armor type x (replace x with ID)
护甲类型x
EType:x
Lists items of equip type x (replace x with ID)
装备类型x
Category:x
Lists items of category x (replace x with text)
分类x
An example of a list that would display something like:
你可以使用下面的范例
Items
Key Items
Dagger
Sword
Bodygear
Accessory
Herbs
Would look like this for the plugin parameters:
最后书写格式为
Items, KeyItems, WType:1, WType2, AType1, AType2, Category:Herbs
The categories go in the order they’re listed so plan them out accordingly.
请按照顺序书写
Notetags
To add custom categories to items, use the following notetag:
如果你想自定义分类,请使用下面的标签
Item, Weapon, and Armor Notetags:
– Replace ‘x’ with the category name you wish to give the item. Insert multiples of this tag to insert more categories. These categories will be used in combination with the Category:x plugin parameter syntax keyword.
将X替换为你需要的分类名字,然后结合Category:x的插件参数来设置
For Example:
Would require this syntax keyword in the plugin parameters:
Category:Herbs
If you use the version of the notetag with multiple categories, it would work something like this:
Plugin Parameter:
Category:Herbs, Category:Potions, Category:Elixirs
上述告诉我们的就是你需要在备注栏设置分类名,在插件参数设置分类显示,这样才可以生效
Note The notetag does not apply for any of the pre-made categories.
这种做法不适用于提前制作好的分类