MZ用プラグイン

コアスクリプト - CoreScript.js

シェア用テキスト:
▼コアスクリプト(ポテトードラゴン様作) - CoreScript.js
https://plugin-mz.fungamemake.com/archives/6632
RPGツクールMZに標準で搭載されていても良さそうな機能を設定できます。

ふりがな:こあすくりぷと

機能概要: RPGツクールMZに標準で搭載されていても良さそうな機能を設定できます。

利用規約(ライセンス): MITライセンス

作者:ポテトードラゴン

作者サイト:https://twitter.com/pota_gon

ダウンロードページ:https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/m…

ファイル名:CoreScript.js

プラグインのヘルプ:

*:
@plugindesc
コアスクリプト Ver0.5.2(2023/7/30)

@url https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/main/plugins/Base/CoreScript.js
@target MZ
@author ポテトードラゴン

・アップデート情報
- 控えメンバーの経験値獲得率を変更するパラメータ追加

Copyright (c) 2024 ポテトードラゴン
Released under the MIT License.
https://opensource.org/licenses/mit-license.php

@help
## 概要
RPGツクールMZに標準で搭載されていても良さそうな機能を設定できます。

## 使い方
使いたいパラメータを設定して機能を有効にしてください。

@param SetGold
@type boolean
@text 所持金設定
@desc ゲーム開始時の所持金を設定するか
@on 設定する
@off 設定しない
@default false

    @param StartGold
    @parent SetGold
    @type number
    @text ゲーム開始所持金
    @desc ゲーム開始時の所持金
    @default 1000
    @min 0

@param StepAnime
@type boolean
@text 初期足踏みアニメ
@desc ニューゲームで開始したときにアクターが
足踏みをするようになります
@on 足踏みする
@off 足踏みしない
@default false

@param StartDirection
@type select
@text プレイヤー初期向き
@desc プレイヤーの初期向き
@default 2
@option 下
@value 2
@option 左
@value 4
@option 右
@value 6
@option 上
@value 8

@param Items
@type struct<ItemList>[]
@text 初期に所持するアイテム
@desc 初期に所持するアイテム

@param isTopHelpMode
@type boolean
@text ヘルプ上部表示モード
@desc ヘルプを上部に表示するように変更します
変更すると画面系プラグインの表示が崩れる場合があります
@default false

@param isBottomButtonMode
@type boolean
@text ボタン下部表示モード
@desc ボタンを下部に表示するように変更します
変更すると画面系プラグインの表示が崩れる場合があります
@default false

@param ChangeHitFormula
@type boolean
@text 命中計算式変更
@desc 命中計算式を一般的な計算式に変更するか
@on 変更する
@off 変更しない
@default false

@param EnableLukState
@type boolean
@text 運ステート付加影響
@desc 運をステート付加に影響させるか
@on 影響する
@off 影響しない
@default true

@param ExpRate
@type number
@text 経験値獲得率
@desc 控えメンバーの経験獲得率
@decimals 2
@default 1.0
@min 0
*/

スポンサードリンク

スポンサードリンク

-MZ用プラグイン

Copyright© #ツクプラMZ , 2026 All Rights Reserved.