Conditioned Traits

This simple script allows you to set level, skill and switch conditions to traits for actors, classes and enemies. Not flashy or sophisticated but it does the job.

Download!

Instructions

Example 1

Let's make Eric a juggernaut of destruction upon reaching level 50.

Use notetags in the desired database tab with the following syntax:
<trait_condition: x, y, z>
x = the trait number in the field (note that it starts at 0, not 1)
y = three possible strings: level (for actors), skill (actors and classes) and switch
z = either the level threshold or the switch/skill ID

Example 2

"So, are we gonna kill something now? Something small! Anything!! Oooohhh!" - Lilarcor

Note for version 1.05: switch condition is available on equipment as well.

About Kread-EX

I code. And try to make games.

Posted on 09/12/2011, in RGSS3, RPG Maker VX Ace and tagged , . Bookmark the permalink. 24 Comments.

  1. Great job!

  2. infamous bon bon

    This adds a lot of versatility to traits. This inspires endless possibilities.

  3. I’m not sure why but the script stopped working with the full version of Ace. So I fixed it. Please download it again if you purchased the engine.

  4. v1.03 – Important bug fix.

  5. Goldeathorus

    You say that the level option only works for actors. I can understand levels being an issue for enemies and equipment, but does this option work for classes?

  6. I’m not very good at scripting, but is there an easy way to make these traits conditional based on skills so I have passive skills? For examaple, a skill ‘Crit% UP’ which gives the actor the trait ‘Crit Rate +5%’. I don’t want to have to make a load of switches for it. Thanks in advance 🙂

    • Well, that’s the kind of things more suited to a passive skills system but nevertheless, I’ve updated the script with this functionality. Just use <trait_condition: x, skill, y> where x is the trait number and y the skill ID.

      Enjoy.

  7. Looks like i’m having a problem with this script. Whenever i make a conditioned trait and i start the game i get an error at line 199 says undefined method ‘<=' for false:FalseClass

  8. Wesker T02

    Any tweak the the script so that you can put the note in the box for a class to learn a skill when the actor is a specific level via traits and then unlearns it when he changes subclasses? Kinda like how an Equipment Skill script makes the actor unlearn a skill if he removes the piece of equipment.

    Reason for this is because I’m trying to make some of my actors skills class specific for their subclasses.

  9. Wesker T02

    Yeah, I guess I should of mentioned that lol. All Im attempting to do is have the actors learn skills through traits, and then when they change to a different class, they won’t know the skills any more.

    • Level condition only works for actors, not classes. You’d have to use switches for that and well, that’s not really what the script primary objective really is.
      It’s not supposed to be a full skill learning system, so I won’t tweak it to work with subclasses I’m afraid.

  10. Spitfire71

    Can you have multiple conditions for a single trait? (As in, say, requiring two or three skills or a learned skill and the actor being a certain level?)

  11. It is possible to make this script compatible with “Runic Enchantment” (if i want use “trait_condition” on a rune in the Armors tab) ?

  12. Great work! I was just trying to make a sort of summon system where if you have the summon of an element, you have added defense against that element. I was trying to make classes for every permutation ’til I found this script.

  1. Pingback: YEA – Ace Menu Engine « Yanfly Channel

Leave a comment