[RMMV] POISON STACKING STATE
Posts
Pages:
1
So, not sure why I can't figure this out, but I'm apparently missing something here. I have two things I need help with. I put each under a Hide Tag so they don't get jumbled together:
1:
2:
Any ideas? Thanks in advance for your help :-)
1:
I'm trying to get my poison state to stack and do more damage to the character for each stack that's applied to them. I want to allow the poison to stack 3 times.
I have Yanfly's StateBuffCore plugin, and I see the Buff Settings where I can change the Default Limit and Maximum Limit of stacking, which I have set to 3 and 8. However; the poison isn't stacking, and the same damage applies no matter how many times the enemy poisons my character. I'm also using the standard buff formula: this._buffs * 0.25 + 1.0
Am I possibly overlooking a notetag? Or is there something buried within Lunatic Mode I can potentially use?
I have Yanfly's StateBuffCore plugin, and I see the Buff Settings where I can change the Default Limit and Maximum Limit of stacking, which I have set to 3 and 8. However; the poison isn't stacking, and the same damage applies no matter how many times the enemy poisons my character. I'm also using the standard buff formula: this._buffs * 0.25 + 1.0
Am I possibly overlooking a notetag? Or is there something buried within Lunatic Mode I can potentially use?
2:
In addition to that... I want to make an item that only heals one stack at a time. For example... you have an antidote that'll cure one of the stacks, but doesn't completely eliminate the poison (unless you only have 1 stack applied).
Any ideas? Thanks in advance for your help :-)
Take a look at the YEP_ExtDoT plugin (extended damage over time) for more flexible poison.
Buffs stack intensity, but states don't. The script you're using will allow you to stack duration by using the "add" mode in the reapply settings.
You'd have to track the stacks with a variable or something, which means scripting unless it's covered by an existing script.
Buffs stack intensity, but states don't. The script you're using will allow you to stack duration by using the "add" mode in the reapply settings.
You'd have to track the stacks with a variable or something, which means scripting unless it's covered by an existing script.
Sooz
They told me I was mad when I said I was going to create a spidertable. Who’s laughing now!!!
5354
I'm pretty sure New Jersey is the Poison Stacking State
Pages:
1













