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.
DS Style Result - DSStyleResult.js
Plugin desc : RPG Maker DS style for results and level up.
License : MIT License
Author : あわやまたな (Awaya_Matana)
Website : https://awaya3ji.seesaa.net/
Desc page : https://awaya3ji.seesaa.net/article/499971374.html
File name : DSStyleResult.js
Help of plugin :
* @target MZ
* @plugindesc RPG Maker DS style for results and level up.
* @author あわやまたな (Awaya_Matana)
* @url https://awaya3ji.seesaa.net/article/499971374.html
* @help Ver.1.1.1
* You can scroll the window with up/down keys, mouse wheel, drag and swipe.
*
* @param audio
* @text Audio
* @desc Set ME, and SE.
* @type struct<audio>
* @default {"optimizedMode":"true","levelUpMe":"{¥"name¥":¥"¥",¥"volume¥":¥"90¥",¥"pitch¥":¥"100¥",¥"pan¥":¥"0¥"}","levelUpSe":"{¥"name¥":¥"Flash3¥",¥"volume¥":¥"90¥",¥"pitch¥":¥"100¥",¥"pan¥":¥"0¥"}"}
*
* @param animationEnabled
* @text Enable Open/Close Animation
* @desc Enable open/close animation.
* @default true
* @type boolean
*
* @param itemIconEnabled
* @text Enable Item Icon
* @desc Enable item icon.
* @default true
* @type boolean
*
* @param x
* @text X-Coordinate
* @desc X coordinate of result window
* @default auto
* @type combo
* @option auto
*
* @param y1
* @text Y-Coordinate
* @desc Y coordinate of result window
* @default auto
* @type combo
* @option auto
*
* @param y2
* @text Y-Coordinate in the Map
* @desc Y coordinate if displayed when leveling up in the map
* @default auto
* @type combo
* @option auto
*
* @param width
* @text Width
* @desc Width of result window
* @default auto
* @type combo
* @option auto
*
* @param numLines
* @text Number of Lines
* @desc Number of rows in result window
* @default 9
* @type number
* @min 1
*
* @param countItems
* @text Count Items
* @desc count the items.
* @default true
* @type boolean
*
* @param alignCenter
* @text Text Align Center
* @desc Center the text.
* @default true
* @type boolean
*
* @param noRepeat
* @text No repeat on page turn
* @desc Never miss a text with a long press.
* @default true
* @type boolean
*
* @param windowSkin
* @text Window Skin
* @desc Specifies the file name of the result window.
* @type file
* @dir img/system
*
* @param windowOpacity
* @text Window Opacity
* @desc Specifies the opacity of the result window.
* -1 is system default.
* @default -1
* @type number
* @min -1
*