CSVN 地形タグごとに痛さが違うダメージ床 - CSVN_variableFloorDamage.js
シェア用テキスト:
▼CSVN 地形タグごとに痛さが違うダメージ床(ノロワレ様作) - CSVN_variableFloorDamage.js
https://plugin-mz.fungamemake.com/archives/3120
地形タグを見てダメージ床の挙動を変化させます。
ふりがな:ちけいたぐごとにいたさがちがうだめーじゆか
機能概要: 地形タグを見てダメージ床の挙動を変化させます。
利用規約(ライセンス): MITライセンス
作者:ノロワレ
作者サイト:https://note.com/cursed_steven/m/mcb03d554e996
解説ページ:https://note.com/cursed_steven/n/nd9a5777082c6
ダウンロードページ:https://raw.githubusercontent.com/cursed-steven/rmmz/ma…
ファイル名:CSVN_variableFloorDamage.js
プラグインのヘルプ:
/*:ja * @target MZ * @plugindesc 地形タグを見てダメージ床の挙動を変化させます。 * @base PluginCommonBase * @orderAfter PluginCommonBase * @author ノロワレ * @url https://note.com/cursed_steven/n/nd9a5777082c6 * * @help CSVN_variableFloorDamage.js * * 地形タグを見てダメージ床の挙動を変化させます。 * * 利用規約: * 作者に無断で改変、再配布が可能で、利用形態(商用、18禁利用等) * についても制限はありません。 * このプラグインはもうあなたのものです。 * が、使ったとか参考にしたとか伝えてもらえると喜びます。 * * @param d0 * @text 地形タグ0の場合のダメージ * @desc * @default 10 * @type number * * @param color0 * @text 地形タグ0の場合のフラッシュの色 * @desc * @default 赤 * @type combo * @option 赤 * @option 白 * @option 黄 * @option 青 * @option 緑 * * @param name0 * @text 地形タグ0のSEファイル名 * @desc * @default Damage3 * @dir audio/se/ * @type file * * @param volume0 * @parent name0 * @text 地形タグ0のSEボリューム * @desc * @type number * @min 0 * @default 90 * * @param pitch0 * @parent name0 * @text 地形タグ0のSEピッチ * @desc * @type number * @max 1000000 * @min 10 * @default 150 * * @param d1 * @text 地形タグ1の場合のダメージ * @desc * @default 10 * @type number * * @param color1 * @text 地形タグ0の場合のフラッシュの色 * @desc * @default 赤 * @type combo * @option 赤 * @option 白 * @option 黄 * @option 青 * @option 緑 * * @param name1 * @text 地形タグ1のSEファイル名 * @desc * @default Damage3 * @dir audio/se/ * @type file * * @param volume1 * @parent name1 * @text 地形タグ1のSEボリューム * @desc * @type number * @min 0 * @default 90 * * @param pitch1 * @parent name1 * @text 地形タグ1のSEピッチ * @desc * @type number * @max 1000000 * @min 10 * @default 150 * * @param d2 * @text 地形タグ2の場合のダメージ * @desc * @default 10 * @type number * * @param color2 * @text 地形タグ2の場合のフラッシュの色 * @desc * @default 赤 * @type combo * @option 赤 * @option 白 * @option 黄 * @option 青 * @option 緑 * * @param name2 * @text 地形タグ2のSEファイル名 * @desc * @default Damage3 * @dir audio/se/ * @type file * * @param volume2 * @parent name2 * @text 地形タグ2のSEボリューム * @desc * @type number * @min 0 * @default 90 * * @param pitch2 * @parent name2 * @text 地形タグ2のSEピッチ * @desc * @type number * @max 1000000 * @min 10 * @default 150 * * @param d3 * @text 地形タグ3の場合のダメージ * @desc * @default 10 * @type number * * @param color3 * @text 地形タグ3の場合のフラッシュの色 * @desc * @default 赤 * @type combo * @option 赤 * @option 白 * @option 黄 * @option 青 * @option 緑 * * @param name3 * @text 地形タグ3のSEファイル名 * @desc * @default Damage3 * @dir audio/se/ * @type file * * @param volume3 * @parent name3 * @text 地形タグ3のSEボリューム * @desc * @type number * @min 0 * @default 90 * * @param pitch3 * @parent name3 * @text 地形タグ3のSEピッチ * @desc * @type number * @max 1000000 * @min 10 * @default 150 * * @param d4 * @text 地形タグ4の場合のダメージ * @desc * @default 10 * @type number * * @param color4 * @text 地形タグ4の場合のフラッシュの色 * @desc * @default 赤 * @type combo * @option 赤 * @option 白 * @option 黄 * @option 青 * @option 緑 * * @param name4 * @text 地形タグ4のSEファイル名 * @desc * @default Damage3 * @dir audio/se/ * @type file * * @param volume4 * @parent name4 * @text 地形タグ4のSEボリューム * @desc * @type number * @min 0 * @default 90 * * @param pitch4 * @parent name4 * @text 地形タグ4のSEピッチ * @desc * @type number * @max 1000000 * @min 10 * @default 150 * * @param d5 * @text 地形タグ5の場合のダメージ * @desc * @default 10 * @type number * * @param color5 * @text 地形タグ5の場合のフラッシュの色 * @desc * @default 赤 * @type combo * @option 赤 * @option 白 * @option 黄 * @option 青 * @option 緑 * * @param name5 * @text 地形タグ5のSEファイル名 * @desc * @default Damage3 * @dir audio/se/ * @type file * * @param volume5 * @parent name5 * @text 地形タグ5のSEボリューム * @desc * @type number * @min 0 * @default 90 * * @param pitch5 * @parent name5 * @text 地形タグ5のSEピッチ * @desc * @type number * @max 1000000 * @min 10 * @default 150 * * @param d6 * @text 地形タグ6の場合のダメージ * @desc * @default 10 * @type number * * @param color6 * @text 地形タグ6の場合のフラッシュの色 * @desc * @default 赤 * @type combo * @option 赤 * @option 白 * @option 黄 * @option 青 * @option 緑 * * @param name6 * @text 地形タグ6のSEファイル名 * @desc * @default Damage3 * @dir audio/se/ * @type file * * @param volume6 * @parent name6 * @text 地形タグ6のSEボリューム * @desc * @type number * @min 0 * @default 90 * * @param pitch6 * @parent name6 * @text 地形タグ6のSEピッチ * @desc * @type number * @max 1000000 * @min 10 * @default 150 * * @param d7 * @text 地形タグ7の場合のダメージ * @desc * @default 10 * @type number * * @param color7 * @text 地形タグ7の場合のフラッシュの色 * @desc * @default 赤 * @type combo * @option 赤 * @option 白 * @option 黄 * @option 青 * @option 緑 * * @param name7 * @text 地形タグ7のSEファイル名 * @desc * @default Damage3 * @dir audio/se/ * @type file * * @param volume7 * @parent name7 * @text 地形タグ7のSEボリューム * @desc * @type number * @min 0 * @default 90 * * @param pitch7 * @parent name7 * @text 地形タグ7のSEピッチ * @desc * @type number * @max 1000000 * @min 10 * @default 150 */