当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
MPP マスクフォグ - MPP_MaskFog_Op1.js
シェア用テキスト:
▼MPP マスクフォグ(木星ペンギン様作) - MPP_MaskFog_Op1.js
https://plugin-mz.fungamemake.com/archives/7390
リージョンでそのタイルの透過率が変わります。
ふりがな:ますくふぉぐ
機能概要: リージョンでそのタイルの透過率が変わります。
利用規約(ライセンス): MITライセンス
作者:木星ペンギン
作者サイト:https://woodpenguin.web.fc2.com/
解説ページ:https://woodpenguin.web.fc2.com/MV_Plugin/MaskFog.html
ファイル名:MPP_MaskFog_Op1.js
プラグインのヘルプ:
/*:ja * @target MZ * @plugindesc リージョンでそのタイルの透過率が変わります。 * @author 木星ペンギン * @url * * @base MPP_MaskFog * @orderAfter MPP_MaskFog * * @help [version 1.1.0] * このプラグインはRPGツクールMZ用です。 * * ▼ プラグインパラメータ 詳細 * 〇 透過レベルについて * - リージョンIDでそのタイルの透過率を設定できます。 * - レベルが高いほど透過率が高くなります。 * * 〇 リージョンIDの配列指定 * - 数値を配列で設定する際、n-m と表記することでnからmまでの数値を指定できます。 * 例 : 1-4,8,10-12 * * ================================ * Mail : wood_penguin@yahoo.co.jp (@は半角) * Blog : http://woodpenguin.blog.fc2.com/ * License : MIT license * * @param Blur * @text ぼかし * @desc * @type number * @min 0 * @max 999 * @default 24 * * @param Transparent Level 1 Regions * @text 透過レベル1リージョン * @desc * @default 1,9,17,25,33,41,49,57 * * @param Transparent Level 2 Regions * @text 透過レベル2リージョン * @desc * @default 2,10,18,26,34,42,50,58 * * @param Transparent Level 3 Regions * @text 透過レベル3リージョン * @desc * @default 3,11,19,27,35,43,51,59 * * @param Transparent Level 4 Regions * @text 透過レベル4リージョン * @desc * @default 4,12,20,28,36,44,52,60 * * @param Transparent Level 5 Regions * @text 透過レベル5リージョン * @desc * @default 5,13,21,29,37,45,53,61 * * @param Transparent Level 6 Regions * @text 透過レベル6リージョン * @desc * @default 6,14,22,30,38,46,54,62 * * @param Transparent Level 7 Regions * @text 透過レベル7リージョン * @desc * @default 7,15,23,31,39,47,55,63 * */