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

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

MZ plugins

Dark Plasma Character Afterimage - DarkPlasma_CharacterAfterimage.js

Plugin desc : Display afterimages on characters on the map

License : MIT License

Author : DarkPlasma

Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_CharacterAfterimage.js

Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release

Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_CharacterAfterimage.js

File name : DarkPlasma_CharacterAfterimage.js

Help of plugin :

@target MZ
@url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
@plugindesc Display afterimages on characters on the map
@author DarkPlasma
@license MIT

@help
English Help Translator: munokura
This is an unofficial English translation of the plugin help,
created to support global RPG Maker users.
Feedback is welcome to improve translation quality
(see: https://github.com/munokura/DarkPlasma-MZ-Plugins ).
Original plugin by DarkPlasma.
Please check the latest official version at:
https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
-----

version: 1.0.1
Displays afterimages for characters on the map.

This plugin extends save data.
For each character displaying afterimages on the map,
the display status is added to the save data.

@param duration
@text Display time (number of frames)
@type number
@default 30

@param generationInterval
@text Generation interval (number of frames)
@type number
@default 4

@param opacity
@text Opacity
@type number
@default 255
@max 255

@param colorTone
@text tone
@type struct<ColorTone>
@default {"red":"0","blue":"0","green":"0","alpha":"0"}

@param blendMode
@text Synthesis method
@type select
@default 0
@option usually
@value 0
@option Addition
@value 1
@option Multiplication
@value 2
@option screen
@value 3

@command startAfterimage
@text Afterimage Display
@desc Displays an afterimage for a player or event.
@arg target
@text subject
@desc Select the object for which you want to display the afterimage.
@type select
@default player
@option Player
@value player
@option This event
@value thisEvent
@option Other events
@value otherEvent

@arg eventId
@text Event ID
@desc If the target is another event, specify the event ID.
@type number
@default 0

@command clearAfterimage
@text Removing afterimages
@desc Clears any afterimages displayed to players or events.
@arg target
@text subject
@desc Select the object for which you want to display the afterimage.
@type select
@default player
@option Player
@value player
@option This event
@value thisEvent
@option Other events
@value otherEvent

@arg eventId
@text Event ID
@desc If the target is another event, specify the event ID.
@type number
@default 0

スポンサードリンク

-MZ plugins

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