【汉化】YEP.190 - Hide/Show Shop Items

Introduction

This plugin requires YEP_ShopMenuCore. Make sure this plugin is located under YEP_ShopMenuCore in the plugin list.
这个插件需要YEP_ShopMenuCore。确保找到此插件在插件列表中的YEP_ShopMenuCore下。

Making nested Conditional Branches of entire shop events to determine if an item will appear or not appear in a shop can be messy in RPG Maker MV. This plugin will let you determine if shop items will appear or not through the usage of switches in a variety of ways, from a single switching being either on or off to a plethora of switches needing to be on or off. Advanced users can also use JavaScript to control whether or not certain items appear, too.

在RPG maker mv中,生成整个商店事件的嵌套条件分支,以确定某个物品是否会出现在商店中,这种方法容易造成混乱。这个插件可以让你通过开关来确定商品是否会出现,可以控制一个或多个开关,还可以使用javascript来控制某些项目是否出现。

Notetags

[RPG Maker MV]'s editor is unable to allow for custom traits/properties that a game dev may wish to associate with a database object, event, map, etc. [Notetags] are used to work around such limitations by allowing the game dev to tag certain traits/properties using specific Notetags declared by the related plugin.
RMMV的编辑器无法支持自定义的特征与数据库对象,事件,地图等关联;Notetags被用来解决这种限制,允许游戏利用一定的标记使用相关插件

Here is a list of [Notetag(s)]that you may use.
以下是您可能使用的Notetag列表。

Place the following notetags to make their visibility as a shop item appear or not when the shop scene opens up.
当商店场景打开时,放置以下注释标记以使其在商店项出现或隐藏。

Item, Weapon, and Armor Notetags
  
  
  • This will determine if a shop will be hidden if the specific switch 'x' is either on/off (depending on the notetag you're using). Insert multiples of these notetags if you want to use multiple switches to determine the item's visibility.
    -这将确定特定开关“X”是否打开/关闭时是否隐藏该商品。如果要使用多个开关来确定项的可见性,请插入多个即可。
  
  
  
  
  • If any of the switches 'x' are on/off (depending on the notetag you're using), then the shop will hide the item. Insert multiples of these notetags if you want to use multiple switch batches to determine the item's visibility.
    -如果任何开关“X”打开/关闭,则商店将隐藏该商品。如果要使用多个开关批来确定项的可见性,请插入多个即可。
  
  
  
  
  • If all of the switches 'x' are on/off (depending on the notetag you're using), then the shop will hide the item. Insert multiples of these notetags if you want to use multiple switch batches to determine the item's visibility.
    -如果所有开关“X”都打开/关闭,那么商店将隐藏该商品。如果要使用多个开关批来确定项的可见性,请插入多个即可。

你可能感兴趣的:(【汉化】YEP.190 - Hide/Show Shop Items)