アプリケーション専用 - app.js
シェア用テキスト:
▼アプリケーション専用(道楽様作) - app.js
https://plugin-mz.fungamemake.com/archives/198
アプリケーション専用
ふりがな:あぷりけーしょんせんよう
機能概要: アプリケーション専用
利用規約(ライセンス): MITライセンス
作者:道楽
作者サイト:http://dourakusoftweb.blog.fc2.com/
ダウンロードページ:https://tkool.jp/mz/download/
ファイル名:app.js
備考:サンプルゲーム:Souls Lore
プラグインのヘルプ:
/*: * @target MZ * @plugindesc アプリケーション専用プラグイン ver1.0.0 * @author 道楽 * * @requiredAssets img/system/Window_Message.png * * @command GainItem * @text アイテム獲得 * @desc 変数で指定したアイテム/武器/防具を獲得する * * @arg itemType * @type combo * @default item * @option weapon * @option armor * @text アイテム種類 * @desc 獲得するアイテムの種類を選択する * * @arg dataVariableId * @type number * @default 1 * @text データIDの変数番号 * @desc 変数の管理番号を設定する * * @arg amountVariableId * @type number * @default 0 * @text 獲得数の変数番号 * @desc 変数の管理番号を設定する * * @command CompleteItem * @text 全アイテム獲得 * @desc すべてのアイテムを最大数まで獲得する * * @command SimpleButtonPicture * @text ピクチャボタン拡張を有効化 * @desc ピクチャボタンにOnPressで画像が変化する仕組みを追加する * * @arg pictureId * @type number * @min 1 * @max 100 * @default 1 * @text ピクチャ番号 * @desc ピクチャの管理番号 * * @arg overwriteOpacity * @type boolean * @default true * @text 透明度上書きフラグ * @desc 透明度を上書きするか */