MZ用プラグイン

レベルアップした時に表示するアレ - LevelUpMessagePlus.js

シェア用テキスト:
▼レベルアップした時に表示するアレ(木下英一様作) - LevelUpMessagePlus.js
https://plugin-mz.fungamemake.com/archives/736
レベルアップした際にどのくらいパラメータが上がったか通知するプラグインです。

ふりがな:れべるあっぷしたときにひょうじするあれ

機能概要: レベルアップした際にどのくらいパラメータが上がったか通知するプラグインです。

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

作者:木下英一

作者サイト:https://kinoei.sakura.ne.jp

解説ページ:https://kinoei.sakura.ne.jp/knmnsoft.php?mode=1&id=41

ファイル名:LevelUpMessagePlus.js

プラグインのヘルプ:

/*:
* @target MZ
* @plugindesc レベルアップした時に表示するアレ
* Ver 1.0.0
* @author 木下英一
* @url https://kinoei.sakura.ne.jp
* @help LevelUpMessagePlus.js
* 
* 1ポイントの影響力が強いほど気になるパラメータ。
* レベルアップした時にどのくらい成長したのか気になった時に使います。
*
* <アレ>
* レベルアップした際にどのくらいパラメータが上がったか通知するプラグインです。
* 「力 が 1 上がった!」など。
* 一項目一行です。
*
* 表示文字列は一部設定変更できます。
*
* レベルダウン時も一応組み込んでますが、
* そもそもレベルアップ時にしか表示されないので意味はないです。
*
* 複数レベルアップにも対応しています。
* その場合は合算された値が表示されます。
*
* <他>
* プラグインコマンドはありません。
*
* 設定変更して戦闘テストする場合、
* 戦闘テスト前にセーブしないと反映されませんのでご注意ください。
*
* 無保証。改造自由。
* 利用も商用・無償・年齢区分にかかわらず自由。
* ライセンスはMITでたのんます。
* 改造する時このヘルプの下部にあるMITに関する文章をいじくらなければOK。
* 
* <履歴>
* Ver 1.0.0(20/09/15)
* ・一応完成。
*
* <MITライセンス条文>
* MIT License
* 
* Copyright (c) 2020 木下英一
* 
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
* 
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
* 
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.

* @param postposition_string
* @text 助詞文字列
* @desc 「力 が XX上がった!」の「が」の部分です。
* @default が
* @type string

* @param up_string
* @text パラメータが上がったのを表す文字列
* @desc 「力 が XX上がった!」の「上がった!」の部分です。
* @default 上がった!
* @type string

* @param down_string
* @text パラメータが下がったのを表す文字列
* @desc 「力 が XX下がった!」の「下がった!」の部分です。
* @default 下がった!
* @type string

* @param show_comparison_value
* @text 比較数値を表示するかどうか
* @desc レベル前後の比較値を「(12 >> 15)」のような形で末尾に加えます。
* @default true
* @type boolean
* @on うむッ!
* @off いかんッ!
*/

スポンサードリンク

スポンサードリンク

-MZ用プラグイン

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