Need a plugin for a 'Shatter-kill' effect for Frozen characters

Animebryan

Need more resources!
Veteran
Joined
Jul 31, 2012
Messages
444
Reaction score
226
First Language
English
Primarily Uses
RMMZ
I have a Frozen state but want it to cause the actor/enemy to die instantly when hit with a physical attack, along with a set sound effect (shattering/break).


I haven't had much luck getting help with this on rpgmakervxace.net & was hoping I'll have better luck here. Any help would be appreciated.
 

izyees

My Secret Santa
Veteran
Joined
Oct 24, 2015
Messages
248
Reaction score
67
First Language
english
require Yanfly buff and state core


copy this into frozen's state notetag

Code:
<Custom React Effect>
if (this.isPhysical()) {
  value = target.hp;
}
</Custom React Effect>
 

Animebryan

Need more resources!
Veteran
Joined
Jul 31, 2012
Messages
444
Reaction score
226
First Language
English
Primarily Uses
RMMZ
I see, it works with this too. Too bad there's no way to set off a sound effect when it occurs. Thanks!


Edit: Actually, that wouldn't work against targets that take less than 100% physical damage. Wouldn't this be more direct?:

Code:
<Custom React Effect>
if (this.isPhysical()) {
target.addState(1);
}
</Custom React Effect>
 
Last edited by a moderator:

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

so hopefully tomorrow i get to go home from the hospital i've been here for 5 days already and it's driving me mad. I miss my family like crazy but at least I get to use my own toiletries and my own clothes. My mom is coming to visit soon i can't wait to see her cause i miss her the most. :kaojoy:
Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.
Do you Find Tilesetting or Looking for Tilesets/Plugins more fun? Personally I like making my tileset for my Game (Cretaceous Park TM) xD

Forum statistics

Threads
105,868
Messages
1,017,072
Members
137,578
Latest member
JamesLightning
Top