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 disable Floor Damage - CSVN_disableFloorDamage.js

Plugin desc : Disable floor damage by switch, steps, equipments.

License : MIT License

Author : cursed_steven

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

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

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

File name : CSVN_disableFloorDamage.js

Help of plugin :

* @target MZ
 * @plugindesc Disable floor damage by switch, steps, equipments.
 * @base PluginCommonBase
 * @orderAfter PluginCommonBase
 * @author cursed_steven
 * @url https://note.com/cursed_steven/n/n3bca5fac7506
 *
 * @help CSVN_disableFloorDamage.js
 *
 * Disables floor damage with certain switches or equipments.
 * Floor damage will only be disabled for members equipped with equipment
 * that has <disableFloorDamage:1> in the memo field.
 *
 * Also, when a variable is specified in the plugin parameter,
 * it operates as follows.
 * @ The value of the specified variable is 1 or more and
 *   it is not damage floor that you stepped on.
 * > Decrease the value of the specified variable by 1.
 * @ The value of the specified variable is 1 or more and
 *   it is damage floor thta you stepped on.
 * > Disable floor damage without changing the value of the specified
 *   variable.
 * @ Specified vatiable is 0.
 * > Normal processing regardless of whether it is damage floor or not.
 *
 * 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 switchId
 * @text
 * @desc
 * @type switch
 *
 * @param varId
 * @text
 * @desc
 * @type variable

スポンサードリンク

-MZ plugins

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