Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: [MihailJP Plug-in] Death or Knockout actors become zombies
- Original author: Kupotepo
- Original date: September 23, 2020
- Source thread: https://forums.rpgmakerweb.com/threads/mihailjp-plug-in-death-or-knockout-actors-become-zombies.127759/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)
Summary
Archived First Post
Author: MihailJP from the JP forums
forum.tkool.jp
[MihailJP] Nice to meet you.
I made a plug-in that does not make the actor who became incapacitated unable to act but attacks allies as if he became a zombie.
How to use
About behavior
Published on
GitHub.
https://github.com/MihailJP/mihamzplugin/blob/master/ZombieActor.js The
license is Unlicense.
https://github.com/MihailJP/mihamzplugin/blob/master/LICENSE.txt
【プラグイン】戦闘不能アクターのゾンビ化
はじめまして。 戦闘不能になったアクターが行動できなくなるのではなく、ゾンビになったがごとく味方を襲いだすという内容のプラグインを作りました。 使いどころがあるかはわかりませんがどうぞよしなに。制作中のゲームの副産物です。 使い方 ステート一覧の空いている番号(ここでは仮に11番とします)に、「ゾンビ化」用のステートを用意します。 「ゾンビ化」ステートの行動制約を指定します。この時、「なし」に設定すると敵味方が逆になったとみなして自動行動します。「なし」以外はそのままの意味です。 プラグインパラメータの「死亡時ステート番号」を11に設定します。...
forum.tkool.jp
[MihailJP] Nice to meet you.
I made a plug-in that does not make the actor who became incapacitated unable to act but attacks allies as if he became a zombie.
How to use
- Prepare a state for "zombie conversion" in an empty number in the state list (assumed to be number 11 here).
- Specifies the behavioral constraint for the "zombied" state. At this time, if you set it to "None", it will be considered that the enemy and ally have been reversed and will act automatically. Other than "none", it has the same meaning.
- Set the plug-in parameter "Death State Number" to 11.
- Enter <zombifiable> in the memo field of the actor to be "zombied". If you do not enter it, you will not be able to fight as usual. Enemy characters will not be "zombied".
About behavior
- Actors who have become "zombies" are treated as incapacitated.
- You will be defeated if everyone in the party is "zombied" or incapacitated.
Published on
GitHub.
https://github.com/MihailJP/mihamzplugin/blob/master/ZombieActor.js The
license is Unlicense.
https://github.com/MihailJP/mihamzplugin/blob/master/LICENSE.txt
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
license is Unlicense. https://github.com/MihailJP/mihamzplugin/blob/master/LICENSE.txt
Referenced Images / Attachments
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...