当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
DarkPlasma システムのタイプや弱体にアイコンを設定 - DarkPlasma_SystemTypeIcon.js
シェア用テキスト:
▼DarkPlasma システムのタイプや弱体にアイコンを設定(DarkPlasma様作) - DarkPlasma_SystemTypeIcon.js
https://plugin-mz.fungamemake.com/archives/5146
システムのタイプや弱体にアイコンを設定します。
ふりがな:しすてむのたいぷやじゃくたいにあいこんおせってー
機能概要: システムのタイプや弱体にアイコンを設定します。
利用規約(ライセンス): MITライセンス
作者:DarkPlasma
作者サイト:https://elleonard.github.io/DarkPlasma-MZ-Plugins/index.html
ダウンロードページ:https://raw.githubusercontent.com/elleonard/DarkPlasma-…
ファイル名:DarkPlasma_SystemTypeIcon.js
プラグインのヘルプ:
/*:ja
* @plugindesc システムのタイプや弱体にアイコンを設定する
* @author DarkPlasma
* @license MIT
*
* @target MZ
* @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
*
* @param elementIcons
* @desc 属性アイコンを設定します(順序はデータベースのタイプ設定に対応します)
* @text 属性アイコン
* @type icon[]
* @default [0,76,64,65,66,67,68,69,70,71]
*
* @param debuffStatusIcons
* @text ステータス弱体アイコン
* @type struct<DebuffStatusIcons>
* @default {”mhp”:”{”small”:”48”,”large”:”56”}”,”mmp”:”{”small”:”49”,”large”:”57”}”,”atk”:”{”small”:”50”,”large”:”58”}”,”def”:”{”small”:”51”,”large”:”59”}”,”mat”:”{”small”:”52”,”large”:”60”}”,”mdf”:”{”small”:”53”,”large”:”61”}”,”agi”:”{”small”:”54”,”large”:”62”}”,”luk”:”{”small”:”55”,”large”:”63”}”}
*
* @param weaponTypeIcons
* @desc 武器タイプアイコンを設定します(順序はデータベースのタイプ設定に対応します)
* @text 武器タイプアイコン
* @type icon[]
* @default [0,96,97,98,99,100,101,102,103,104,105,106,107]
*
* @param armorTypeIcons
* @desc 防具タイプアイコンを設定します(順序はデータベースのタイプ設定に対応します)
* @text 防具タイプアイコン
* @type icon[]
* @default [0,135,139,136,129,128]
*
* @help
* version: 1.1.1
* システムのタイプや弱体にアイコンを設定します。
* 本プラグインは、他プラグインでタイプや弱体に関するアイコンを扱う際に
* その補助とするための設定プラグインです。
* 単体では機能しません。
*/