An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

CSVN variable Floor Damage - CSVN_variableFloorDamage.js

Plugin desc : Various damage value by terrain tags.

License : MIT License

Author : cursed_steven

Website : https://github.com/cursed-steven/rmmz/blob/main/CSVN_variableFloorDamage.js

Desc page : https://note.com/cursed_steven/n/nd9a5777082c6

Download Page : https://raw.githubusercontent.com/cursed-steven/rmmz/main/CSVN_variableFloorDamage.js

File name : CSVN_variableFloorDamage.js

Help of plugin :

* @target MZ
 * @plugindesc Various damage value by terrain tags.
 * @base PluginCommonBase
 * @orderAfter PluginCommonBase
 * @author cursed_steven
 * @url https://note.com/cursed_steven/n/nd9a5777082c6
 *
 * @help CSVN_variableFloorDamage.js
 *
 * Various damage value by terrain tags.
 *
 * Terms:
 *  No permission needed for change or re-distribute this plugin.
 *  But I will be glad to being informed you used or reffered this.
 *
 * @param d0
 * @text damage value for terrain tag 0.
 * @desc
 * @default 10
 * @type number
 *
 * @param color0
 * @text flash color for terrain tag 0.
 * @desc
 * @default red
 * @type combo
 * @option red
 * @option white
 * @option yellow
 * @option blue
 * @option green
 *
 * @param name0
 * @text SE for terrain tag 0.
 * @desc
 * @default Damage3
 * @dir audio/se/
 * @type file
 *
 * @param volume0
 * @parent name0
 * @text SE volume for terrain tag 0.
 * @desc
 * @type number
 * @min 0
 * @default 90
 *
 * @param pitch0
 * @parent name0
 * @text SE pitch for terrain tag 0.
 * @desc
 * @type number
 * @max 1000000
 * @min 10
 * @default 150
 *
 * @param d1
 * @text damage value for terrain tag 1.
 * @desc
 * @default 10
 * @type number
 *
 * @param color1
 * @text flash color for terrain tag 1.
 * @desc
 * @default red
 * @type combo
 * @option red
 * @option white
 * @option yellow
 * @option blue
 * @option green
 *
 * @param name1
 * @text SE for terrain tag 1.
 * @desc
 * @default Damage3
 * @dir audio/se/
 * @type file
 *
 * @param volume1
 * @parent name1
 * @text SE volume for terrain tag 1.
 * @desc
 * @type number
 * @min 0
 * @default 90
 *
 * @param pitch1
 * @parent name1
 * @text SE pitch for terrain tag 1.
 * @desc
 * @type number
 * @max 1000000
 * @min 10
 * @default 150
 *
 * @param d2
 * @text damage value for terrain tag 2.
 * @desc
 * @default 10
 * @type number
 *
 * @param color2
 * @text flash color for terrain tag 2.
 * @desc
 * @default red
 * @type combo
 * @option red
 * @option white
 * @option yellow
 * @option blue
 * @option green
 *
 * @param name2
 * @text SE for terrain tag 2.
 * @desc
 * @default Damage3
 * @dir audio/se/
 * @type file
 *
 * @param volume2
 * @parent name2
 * @text SE volume for terrain tag 2.
 * @desc
 * @type number
 * @min 0
 * @default 90
 *
 * @param pitch2
 * @parent name2
 * @text SE pitch for terrain tag 2.
 * @desc
 * @type number
 * @max 1000000
 * @min 10
 * @default 150
 *
 * @param d3
 * @text damage value for terrain tag 3.
 * @desc
 * @default 10
 * @type number
 *
 * @param color3
 * @text flash color for terrain tag 3.
 * @desc
 * @default red
 * @type combo
 * @option red
 * @option white
 * @option yellow
 * @option blue
 * @option green
 *
 * @param name3
 * @text SE for terrain tag 3.
 * @desc
 * @default Damage3
 * @dir audio/se/
 * @type file
 *
 * @param volume3
 * @parent name3
 * @text SE volume for terrain tag 3.
 * @desc
 * @type number
 * @min 0
 * @default 90
 *
 * @param pitch3
 * @parent name3
 * @text SE pitch for terrain tag 3.
 * @desc
 * @type number
 * @max 1000000
 * @min 10
 * @default 150
 *
 * @param d4
 * @text damage value for terrain tag 4.
 * @desc
 * @default 10
 * @type number
 *
 * @param color4
 * @text flash color for terrain tag 4.
 * @desc
 * @default red
 * @type combo
 * @option red
 * @option white
 * @option yellow
 * @option blue
 * @option green
 *
 * @param name4
 * @text SE for terrain tag 4.
 * @desc
 * @default Damage3
 * @dir audio/se/
 * @type file
 *
 * @param volume4
 * @parent name4
 * @text SE volume for terrain tag 4.
 * @desc
 * @type number
 * @min 0
 * @default 90
 *
 * @param pitch4
 * @parent name4
 * @text SE pitch for terrain tag 4.
 * @desc
 * @type number
 * @max 1000000
 * @min 10
 * @default 150
 *
 * @param d5
 * @text damage value for terrain tag 5.
 * @desc
 * @default 10
 * @type number
 *
 * @param color5
 * @text flash color for terrain tag 5.
 * @desc
 * @default red
 * @type combo
 * @option red
 * @option white
 * @option yellow
 * @option blue
 * @option green
 *
 * @param name5
 * @text SE for terrain tag 5.
 * @desc
 * @default Damage3
 * @dir audio/se/
 * @type file
 *
 * @param volume5
 * @parent name5
 * @text SE volume for terrain tag 5.
 * @desc
 * @type number
 * @min 0
 * @default 90
 *
 * @param pitch5
 * @parent name5
 * @text SE pitch for terrain tag 5.
 * @desc
 * @type number
 * @max 1000000
 * @min 10
 * @default 150
 *
 * @param d6
 * @text damage value for terrain tag 6.
 * @desc
 * @default 10
 * @type number
 *
 * @param color6
 * @text flash color for terrain tag 6.
 * @desc
 * @default red
 * @type combo
 * @option red
 * @option white
 * @option yellow
 * @option blue
 * @option green
 *
 * @param name6
 * @text SE for terrain tag 6.
 * @desc
 * @default Damage3
 * @dir audio/se/
 * @type file
 *
 * @param volume6
 * @parent name6
 * @text SE volume for terrain tag 6.
 * @desc
 * @type number
 * @min 0
 * @default 90
 *
 * @param pitch6
 * @parent name6
 * @text SE pitch for terrain tag 6.
 * @desc
 * @type number
 * @max 1000000
 * @min 10
 * @default 150
 *
 * @param d7
 * @text damage value for terrain tag 7.
 * @desc
 * @default 10
 * @type number
 *
 * @param color7
 * @text flash color for terrain tag 7.
 * @desc
 * @default red
 * @type combo
 * @option red
 * @option white
 * @option yellow
 * @option blue
 * @option green
 *
 * @param name7
 * @text SE for terrain tag 7.
 * @desc
 * @default Damage3
 * @dir audio/se/
 * @type file
 *
 * @param volume7
 * @parent name7
 * @text SE volume for terrain tag 7.
 * @desc
 * @type number
 * @min 0
 * @default 90
 *
 * @param pitch7
 * @parent name7
 * @text SE pitch for terrain tag 7.
 * @desc
 * @type number
 * @max 1000000
 * @min 10
 * @default 150

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.