Enemy Book - EnemyBook.js
シェア用テキスト:
▼Enemy Book(ぽんぽこねるそん様作) - EnemyBook.js
https://plugin.fungamemake.com/archives/23778
メニュー画面に追加できるように改変しました
ふりがな:えねみーぶっく
機能概要: メニュー画面に追加できるように改変しました
利用規約(ライセンス):https://tkool.jp/support/index.html
作者:ぽんぽこねるそん
直接ダウンロード:Zipファイルダウンロードページ:https://detail.chiebukuro.yahoo.co.jp/qa/question_detai…
ファイル名:EnemyBook.js
プラグインのヘルプ:
//============================================================================ // EnemyBook.js //============================================================================ /*: * @plugindesc Displays detailed statuses of enemies. * @author Yoji Ojima * * @param Unknown Data * @desc The index name for an unknown enemy. * @default ?????? * * @help * * Plugin Command: * EnemyBook open # Open the enemy book screen * EnemyBook add 3 # Add enemy #3 to the enemy book * EnemyBook remove 4 # Remove enemy #4 from the enemy book * EnemyBook complete # Complete the enemy book * EnemyBook clear # Clear the enemy book * * Enemy Note: * <desc1:foobar> # Description text in the enemy book, line 1 * <desc2:blahblah> # Description text in the enemy book, line 2 * <book:no> # This enemy does not appear in the enemy book */ /*:ja * @plugindesc モンスター図鑑です。敵キャラの詳細なステータスを表示します。 * @author Yoji Ojima * * @param Unknown Data * @desc 未確認の敵キャラの索引名です。 * @default ?????? * * @param Command Name * @desc モンスター図鑑のコマンド名。 * @default モンスター図鑑 * * @param Command Position * @desc コマンドを何番目に配置するか。 * @type number * @min 1 * @default 7 * * @param Need Command Switch * @desc コマンド追加許可スイッチ番号 * 0で常に追加・-1で常に追加しない * @type number * @min -1 * @default 0 * * @param Enabled Command Switch * @desc コマンド選択許可スイッチ番号 * 0で常に表示 * @type number * @min 0 * @default 0 * * @help * * プラグインコマンド: * EnemyBook open # 図鑑画面を開く * EnemyBook add 3 # 敵キャラ3番を図鑑に追加 * EnemyBook remove 4 # 敵キャラ4番を図鑑から削除 * EnemyBook complete # 図鑑を完成させる * EnemyBook clear # 図鑑をクリアする * * 敵キャラのメモ: * <desc1:なんとか> # 説明1行目 * <desc2:かんとか> # 説明2行目 * <book:no> # 図鑑に載せない場合 * * メニュー画面に追加できるように改変しました * 改変者 ぽんぽこねるそん * */