Passive Conditional States

Neon Black provides a passive skills script that allows you to create skills that provide constant buffs using states. The states themselves are not added to the actor; instead, it pulls the states’ features and applies them to the actor, creating a passive buff effect.

My Conditional States script allows you to create placeholder states whose sole purpose is to determine the proper state to add to a battler depending on a formula. Unfortunately, in order to use the conditions, a state must be explicitly added to the actor. This does not happen with the passive skills script.

With this add-on, you can create passive skills whose effects change depending on the state’s conditions.

Download

Script: download here

Required

Installation

Place this script below both required scripts and above main.

Usage

Plug and play. Refer to each script for instructions on how to set them up.

You may also like...

24 Responses

  1. Christyn says:

    This excellent website definitely has all the info
    I needed about this subject and didn’t know who to ask.

  2. Baudelio says:

    Nice post. I learn something new and challenging on sites I stumbleupon every day.
    It will always be interesting to read through content
    from other authors and practice a little something from their sites.

  3. Eri says:

    You need to take part in a contest for one of the highest quality blogs on the web.

    I am going to recommend this blog!

  4. Bridgett says:

    Aw, this was a very good post. Finding the time and actual effort to
    make a very good article… but what can I say… I put things off a lot and don’t manage to get anything done.

  5. Antwaine says:

    We’re a group of volunteers and starting a new scheme in our community.
    Your site offered us with valuable information to work on.
    You have done an impressive job and our entire community will be thankful to you.

  6. Kalie says:

    Simply desire to say your article is as amazing.
    The clarity in your post is simply cool and i could assume you are an expert on this subject.
    Well with your permission let me to grab your RSS feed to keep up to date with forthcoming post.
    Thanks a million and please keep up the gratifying work.

  7. Malanie says:

    You’ve made some really good points there. I looked on the
    web for more info about the issue and found most individuals
    will go along with your views on this web site.

  8. Dustyn says:

    An intriguing discussion is definitely worth comment.
    I do think that you ought to write more on this subject, it might not be a taboo subject but typically
    folks don’t speak about these subjects. To the next! All the best!!

  9. Joeanna says:

    Can I simply say what a relief to discover someone who truly knows what
    they’re talking about online. You actually understand how
    to bring an issue to light and make it important. More people should read this and understand
    this side of the story. It’s surprising you aren’t more popular since you surely have the gift.

  10. Twanda says:

    Hello to all, as I am genuinely eager of reading this webpage’s post to be
    updated on a regular basis. It consists of nice information.

  11. Renee says:

    WOW just what I was searching for. Came here by searching for
    website

  12. Annessa says:

    My programmer is trying to persuade me to move to .net from PHP.
    I have always disliked the idea because of the costs. But he’s tryiong none the less.
    I’ve been using Movable-type on a number of websites for about a year
    and am worried about switching to another platform.
    I have heard good things about blogengine.net. Is there a way I can transfer all my wordpress posts into it?
    Any help would be really appreciated!

  13. Janeika says:

    Hello there, I think your site may be having browser compatibility issues.
    Whenever I take a look at your website in Safari, it looks fine however,
    when opening in IE, it has some overlapping issues.
    I merely wanted to give you a quick heads up! Apart
    from that, fantastic blog!

  14. Tae says:

    Howdy! Someone in my Myspace group shared this site with
    us so I came to look it over. I’m definitely loving the information. I’m bookmarking and will be tweeting this to my followers!
    Outstanding blog and outstanding design.

  15. Yoni says:

    We’re a group of volunteers and starting a new scheme in our community.

    Your site offered us with valuable info to work on. You have done an impressive job and our entire community will be thankful to you.

  16. Erskine says:

    The other day, while I was at work, my cousin stole my iPad and tested to see if it can survive a thirty foot drop,
    just so she can be a youtube sensation. My iPad is now broken and she has 83 views.
    I know this is entirely off topic but I had to share it with someone!

  17. Brenee says:

    Spot on with this write-up, I actually feel this web site needs far more attention.
    I’ll probably be back again to read more, thanks for the
    information!

  18. Taffany says:

    I am extremely impressed with your writing skills and also with the layout on your weblog.
    Is this a paid theme or did you customize it yourself?

    Anyway keep up the excellent quality writing, it is rare to see a nice blog
    like this one nowadays.

  19. mr bunce says:

    GIVE ME THE BUNCE where is he?

    i dont know
    get me
    mr bunce

  20. Henrique says:

    As soon as I add a condition, it breaks

    If I do :

    <conditional state>
    if true
    31
    end
    </conditional state>

    it works, but if I do:

    <conditional state>
    if a.atk > 10
    31
    end
    </conditional state>

    I get a “SystemStackError” on line 113 of your Conditional States:

    eval(self.conditional_state_formula)

    And I got them in order: Neon Black’s Passive Skills, your Conditional Skills and then this one

    • Hime says:

      I have updated this script to correctly account for formulas that access parameters. Download the new version and replace the old script and it should work as expected: the passive state is added will automatically change depending on the formula.

  21. Parafusion says:

    Quite a neat add-on to promote synergy between the two scripts. A berserk passive skills that grants progressively more strength as your health is lower is much easier to design with this. Have 5 states that offers various ATK bonus, and applies them with different HP conditions. Good work!

    • Hime says:

      That can also be accomplished using parameter bonuses, which allows you to specify exactly the atk bonus using a formula.

Leave a Reply to mr bunce Cancel reply

Your email address will not be published. Required fields are marked *