Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Zombie Actor - ZombieActor.js
Plugin desc : Zombification of dead actors
License :
Public Domain
・Copyright: Waived
Author : MihailJP
Website : https://github.com/MihailJP/mihamzplugin/blob/master/ZombieActor.js
Desc page : https://github.com/MihailJP/mihamzplugin/blob/master/ZombieActor.js
Download Page : https://raw.githubusercontent.com/MihailJP/mihamzplugin/master/ZombieActor.js
File name : ZombieActor.js
Help of plugin :
* @target MZ * @plugindesc Zombification of dead actors * @author MihailJP * @url https://github.com/MihailJP/mihamzplugin/blob/master/ZombieActor.js * * @help ZombieActor.js * * This plugin implements that ”dead” actors attack their allies * like zombie films. * If there is <zombifiable> in the memo of an actor, given state * is added instead of death. * Restriction of that state has its meaning: * - If ”None”, auto battle forced, enemies and allies are swapped for him/her. * This will be a ”smart zombie”. * - If ”Attack an Enemy” or ”Attack Anyone”, a berserker rather than a zombie. * - If ”Attack an Ally”, just literally. This will be a ”classic zombie”. * - If ”Cannot Move”, not an undead. * * It does not provide plugin commands. * * License: The Unlicense * * Changelog * 23 Sept 2020: Set parameter type * 22 Sept 2020: First edition * * @param alternativeDeathState * @text Alternative state number for death * @desc The state which will be added to dead (i.e. ”zombified”) actor instead of #1. * @type state *