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.
Dark Plasma Battle Guide - DarkPlasma_BattleGuide.js
Plugin desc : Display combat guide
License : MIT License
Author : DarkPlasma
Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_BattleGuide.js
Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_BattleGuide.js
File name : DarkPlasma_BattleGuide.js
Help of plugin :
@target MZ @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release @plugindesc Display combat guide @author DarkPlasma @license MIT @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/DarkPlasma-MZ-Plugins ). Original plugin by DarkPlasma. Please check the latest official version at: https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release ----- Version: 1.3.1 You can display a manual during battle. Some SceneGlossary tags are supported. - SG Description - SG Visible Switch - SG Picture - SG Picture X - SG Picture Y - SG Picture Priority - SG Picture Alignment This plugin requires the following plugins: DarkPlasma_CustomKeyHandler Version: 1.1.0 DarkPlasma_ManualText Version: 1.3.0 If using with the following plugins, add this plugin below them: DarkPlasma_CustomKeyHandler DarkPlasma_ManualText @param guides @text Manual @type struct<Guide>[] @default [] @param listWidth @text Table of contents width @desc Sets the width of the manual table of contents window. @type number @default 240 @param fontSize @text Font size @desc Sets the font size for the manual. @type number @default 22 @param showPageNumber @text Page Number Display @desc Sets the page number display strategy. @type select @default 0 @option default (displayed if there are two or more pages) @value 0 @option always (always displayed) @value 1 @option no (no display) @value 2 @param key @text Key to open the manual @type select @option pageup @option pagedown @option shift @option control @option tab @param addPartyCommand @text Add to Party Commands @type boolean @default true @param partyCommandName @text Party Command Name @type string @default Guide