当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
MPP 戦闘ログ高速化 - MPP_SmoothBattleLog_Op2.js
シェア用テキスト:
▼MPP 戦闘ログ高速化(木星ペンギン様作) - MPP_SmoothBattleLog_Op2.js
https://plugin-mz.fungamemake.com/archives/7395
ログ表示をアイテム名またはスキル名のみにします。
ふりがな:せんとうろぐこうそくか
機能概要: ログ表示をアイテム名またはスキル名のみにします。
利用規約(ライセンス): MITライセンス
作者:木星ペンギン
作者サイト:https://woodpenguin.web.fc2.com/
解説ページ:https://woodpenguin.web.fc2.com/MV_Plugin/SmoothBattleL…
ファイル名:MPP_SmoothBattleLog_Op2.js
プラグインのヘルプ:
/*:ja * @target MZ * @plugindesc ログ表示をアイテム名またはスキル名のみにします。 * @author 木星ペンギン * @url * * @base MPP_SmoothBattleLog * @orderAfter MPP_SmoothBattleLog * * @help [version 2.1.0] * - このプラグインはRPGツクールMZ用です。 * * ▼ 補足 * - アイテムやスキルを使用した際のログ表示は名前のみとなりますが、 * 戦闘ログの確認コマンドでは通常のログが表示されます。 * - ステートログを表示する場合、ログウィンドウの位置とサイズは * MPP_SmoothBattleLog側のウィンドウ設定が適用されます。 * * ================================ * Mail : wood_penguin@yahoo.co.jp (@は半角) * Blog : http://woodpenguin.blog.fc2.com/ * License : MIT license * * @param Not Display Skils * @text 表示しないスキルID * @desc * @type skill[] * @default ['1','2'] * * @param Font Size * @text 文字の大きさ * @desc * @type number * @min 6 * @max 99 * @default 26 * * @param Show Icon? * @text アイコン表示 * @desc * @type boolean * @default false * * @param Background Type * @text ウィンドウ背景 * @desc * @type select * @option 0:ウィンドウ * @value 0 * @option 1:暗くする * @value 1 * @option 2:透明 * @value 2 * @default 0 * * @param View State Log? * @text ステートログの表示 * @desc * @type boolean * @default false * */