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.
Core Script - CoreScript.js
Plugin desc : Core Script Ver0.5.5 (2025/5/29)
License : MIT License
Author : PotatoDragon
Website : https://github.com/pota-gon/RPGMakerMZ/wiki
Desc page : https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/refs/heads/main/plugins/Base/CoreScript.js
Download Page : https://raw.githubusercontent.com/munokura/PotatoDragon-MZ-plugins/main/CoreScript.js
File name : CoreScript.js
Help of plugin :
@target MZ @url https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/refs/heads/main/plugins/Base/CoreScript.js @plugindesc Core Script Ver0.5.5 (2025/5/29) @author PotatoDragon @license MIT License @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/PotatoDragon-MZ-plugins ). Original plugin by PotatoDragon. Please check the latest official version at: https://github.com/pota-gon/RPGMakerMZ/wiki ----- ## Overview You can configure features that would be ideal as standard features in RPG Maker MZ. ## How to Use Enable the features by setting the desired parameters. @param SetGold @text Money Settings @desc Set the amount of money you have at the start of the game @type boolean @on Set up @off Do not set @default false @param StartGold @text Starting Money @desc Money at the start of the game @type number @default 1000 @min 0 @parent SetGold @param StepAnime @text Early foot-stomping animation @desc When starting a new game, the actor @type boolean @on stamp one's feet @off Don't stand still @default false @param Items @text Initial Items @desc Initially owned items @type struct<ItemList>[] @default [] @param isTopHelpMode @text Help top display mode @desc Change the help to display at the top @type boolean @default false @param isBottomButtonMode @text Button bottom display mode @desc Change the button to appear at the bottom @type boolean @default false @param ChangeHitFormula @text Hit calculation formula change @desc Change the hit calculation formula to a general formula @type boolean @on Change @off Do not change @default false @param EnableLukState @text Luck state additional effect @desc Whether luck affects state addition @type boolean @on Affect @off No impact @default true @param ExpRate @text Experience gain rate @desc Substitutes' experience gain rate @type number @default 1.0 @min 0 @decimals 2 @param UseDisableMaxTp @text No TP-increasing items allowed when TP is at maximum @desc Whether to prohibit the use of TP-increasing items when TP is at maximum @type boolean @on prohibit @off Not prohibited @default false