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.
Shop Scene Extension - ShopScene_Extension.js
Plugin desc : Shop screen expansion v1.0.5
License : MIT License
Author : unagi ootoro
Website : https://github.com/unagiootoro/RPGMZ/blob/master/ShopScene_Extension.js
Desc page : https://raw.githubusercontent.com/unagiootoro/RPGMZ/master/ShopScene_Extension.js
Download Page : https://raw.githubusercontent.com/unagiootoro/RPGMZ/master/ShopScene_Extension.js
File name : ShopScene_Extension.js
Help of plugin :
@target MZ @plugindesc Shop screen expansion v1.0.5 @author unagi ootoro @url https://raw.githubusercontent.com/unagiootoro/RPGMZ/master/ShopScene_Extension.js @help A plugin that expands the information display screen for weapons / armor in the shop. By installing this plug-in, the increase values of various parameters will be displayed. 【Method of operation】 You can switch the actor whose information is displayed by touching the left / right key or the arrow image. You can also switch actors by directly touching the actor's image. 【License】 This plugin is available under the terms of the MIT license. @param ActorCharacterSpace @text Space between actors @type number @default 24 @desc Specify the space width between the actor images on the shop screen. @param ActorCharacterBeginOfs @text Actor start offset @type number @default 32 @desc Specify the coordinate offset when displaying the actor image on the shop screen. @param MaxVisibleActors @text Maximum number of display actors @type number @default 4 @desc Specify the maximum number of actors that can be displayed at one time on the shop screen. @param EnableActorArrow @text Actor arrow display enabled @type boolean @default true @desc Arrow to switch actors Set whether to display the image. @param VisibleEquipMode @text Equipped item display mode @type number @default 1 @desc Specifies the display mode of the equipped item. (0: Do not show 1: Show only current equipment 2: Show current and new equipment) @param StatusWidth @text status window width @type number @default 352 @desc Specifies the width of the status window on the shop screen. @param NoneItemText @text No equiped item text @type string @default None @desc Specifies the text to display when there are no currently equipped items on the shop screen.