Hello All,
I am trying to stack passive states using Yanfly's Buffs and States Core and Auto Passive States. I am making a play off of his "Regen Scroll" video, and instead of HP Regen I want to give the player Crit Rate Up (but HP Regen is coming soon :p). I also want the player to be able to stack the passive state effects, say that if he equips 2 Crit Up Small, which currently give +1% Crit Rate, I would like for the player to have +2% Crit Rate from stacking the two Crit Up Smalls. Is there any way to do this?
(Also, I am a complete JS noob, so the more you dumb it down, the better!)
Best regards, and sorry for the constant asking for help,
~Sparrow
More help needed - Stacking Passive States/Attach Augments JS Help
● ARCHIVED · READ-ONLY
-
-
@Sparrow20188102 You need Yanfly Critical Control = http://yanfly.moe/2015/11/08/yep-26-critical-control/ In it
<Critical Multiplier: +x%> or <Certain Hit Critical Rate: +x%> on your state note tag. X means numbers like 1, 2, 3
I hope that help.
I am also a beginner too.:kaoangry: -
Thank you very much!
Will see if it helps! -
Just tried it, won't work totally. I need something that has the ability to stack passive states, not just critical hit rates. I think that there may be something I can do with the Buffs and States core, but I am not very good with JS and generally have no idea what's going on. If someone know how to do this, please give me some pointers. In the meantime, I will keep searching. Thanks again!
~Sparrow -
I do not truly get what you want to do @Sparrow20188102
Are you trying to create a passive state or skill which boost critical rate ?
If you are try to do to two states which merge into one. You can use <state: x> in Yanfly buff and state plugin. -
Kind of. I am trying to get one state to stack multiple times. For example, if I have 2 Crit Up+ that each call upon the same passive state, it only gives +5% Crit Rate instead on +10%. I hope this clears things up.I do not truly get what you want to do @Sparrow20188102
Are you trying to create a passive state or skill which boost critical rate ?
If you are try to do to two states which merge into one. You can use <state: x> in Yanfly buff and state plugin. -
@Sparrow20188102 Good News :LZSlol:Mr. Trivel made Stacking states plugin
https://www.rpgmakercentral.com/topic/35346-states-ex/ -
OMG this is exactly what I am looking for... Thank you so much for your help!@Sparrow20188102 Good News :LZSlol:Mr. Trivel made Stacking states plugin
https://www.rpgmakercentral.com/topic/35346-states-ex/ -
NVM, doesn't work as intended... I think that the Auto Passive States has something to do with it... Let me do some more research. Thanks again!
-
Auto Passive States remember always make the state show up both in a battle or out a battle. Another question is the increasing the stack base on what? turn, level? I get that you are trying to do a passive state like WoW.
If you want to do Lunatic Mode or Javascript, you should pose a thread at Javascript Boards because I have no idea to do that complex stuff. -
Just thought of another thing that I could possibly do... Is there any way to increase the number of slots that a Yanfly Attach Augments augment takes up? If so, I may switch over to that, because it seems easier to manage.
-
Yes, in Yanfly Attachable Augments , however you need to declare same type two times.
-
... I'm incredibly confused, how do I do this? Can you send a picture of what you mean?Yes, in Yanfly Attachable Augments , however you need to declare same type two times.
-
You previously said, "Is there any way to increase the number of slots that a Yanfly Attach Augments augment takes up?"
Before I say anything, you need Yanfly item core to make Yanfly Attach Augments to work. You can give slots only weapons and armors.
Step by Step:
1. Open Plugin Manager
2. Double right click on YEP_X_AttachAugments.
3.In Parameters section, you can double right click Weapon Slots or Armor Slots
4.In text Weapon Slots or Armor Slots , Glyph, Mark, Orb, Orb, You can add whatever you want.
Sorry, I can only offer a limited help to you.
If you have more question you about Yanfly plugin, you should as people in Java Board because I just learn that too. -
That is done.... I will try something out, and see if it works. Will get back to you later, thanks for the extensive help!You previously said, "Is there any way to increase the number of slots that a Yanfly Attach Augments augment takes up?"
Before I say anything, you need Yanfly item core to make Yanfly Attach Augments to work. You can give slots only weapons and armors.
Step by Step:
1. Open Plugin Manager
2. Double right click on YEP_X_AttachAugments.
3.In Parameters section, you can double right click Weapon Slots or Armor Slots
4.In text Weapon Slots or Armor Slots , Glyph, Mark, Orb, Orb, You can add whatever you want.
Sorry, I can only offer a limited help to you.
If you have more question you about Yanfly plugin, you should as people in Java Board because I just learn that too.