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

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

MZ plugins

Flash Light - FlashLight.js

Plugin desc : FlashLight plugin.

License : MIT License

Author : BananaPepperTK

Website : https://github.com/sevenspice/FlashLight/blob/master/FlashLight.js

Download Page : https://raw.githubusercontent.com/sevenspice/FlashLight/master/FlashLight.js

File name : FlashLight.js

Help of plugin :

* @target MZ
 * @plugindesc FlashLight plugin.
 * @author BananaPepperTK
 *
 * @help This is a plugin to draw a circular light.
 * 
 * For more information
 *   https://github.com/sevenspice/FlashLight
 *
 * @param BlurBoundaries
 * @desc Blur the boundaries of light or not. true:Yes false:No
 * @default false
 *
 * @command draw
 * @text light
 * @desc Draws a light representation.
 *
 * @arg drawType
 * @type string
 * @default LIGHT
 * @text Light shining
 * @desc LIGHT: Lighting in the direction of forward movement TORCH: Light it up around you
 *
 * @arg radius
 * @type number
 * @min 80
 * @max 240
 * @default 80
 * @text Radius of Light
 * @desc Specifies the radius of a circle of light to be drawn.
 * 
 * @arg selfSwitch
 * @type string
 * @default A
 * @text Self-switch to turn on
 * @desc Specify the self-switch to be turned on when the light hits it.
 *
 * @arg ignoreEvents
 * @type number[]
 * @default []
 * @text Event ID that ignores the hit decision
 * @desc Specify an array of event IDs to ignore the hit detection with light.
 *
 * @command clear
 * @text End of drawing
 * @desc Turn off the circular light.

スポンサードリンク

-MZ plugins

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