Lazi Class Change 1.1.0 + Innate Skills 1.0.0 + Learn Classes 1.0.0
This release includes fixes to actor mode stat gain as well as two new sub-modules.
These sub-modules are optional and add new features onto the Class Change system. They should be placed after "LaziClassChange" or "LaziClassChangeBasic" depending on which base plugin you are currently using.
Innate Skills -> This sub-module allows actor's to learn skills automatically based on class levels or skills known. These skills are innate to the actor and will be usable no matter what class the actor changes to.
Learn Classes -> This sub-module allows actor's to learn classes based on their current level or current level in a combination of other classes.
The help files for Innate Skills and Learn Classes are reproduced below.
Innate Skills
This plugin allows notetags to be placed on Actor's that will grant them skills when certain requirements are met.
These skills can be used by the Actor regardless of what their current class is set too.
The following notetags are used to add innate skills to an actor:
<LaziInnateSkill:[skillID],[level]> -> This will add the skill to the actor when they reach the required level in
any class. This includes the Base class in Actor Mode.
<LaziInnateSkillBASE:[skillID],[level]> -> This will add the skill to the actor when they reach the required level
in their base class. This tag is only active in Actor Mode and will do nothing in any other mode.
<LaziInnateSkill:[skillID]ReqSkills:[skillID],...> -> This will add the skill to the actor when they know all
skills in the ReqSkills list at the same time.
<LaziInnateSkill:[skillID]ReqANDClass:|[classID],[classLevel]|...> -> This will add the skill to the actor
when they reach the required level for all the classes in the list.
<LaziInnateSkill:[skillID]ReqORClass:|[classID],[classLevel]|...> -> This will add the skill to the actor
when they reach the required level for at least one of the classes in the list.
==Examples==
<LaziInnateSkill:1,10>
<LaziInnateSkillBASE:1,15>
<LaziInnateSkill:1ReqSkills:3,4,5>
<LaziInnateSkill:1ReqANDClass:|2,10||3,5||4,15|>
<LaziInnateSkill:1ReqORClass:|2,15||3,10|>
Learn Classes
This plugin allows notetags to be placed on an Actor that will allow the actor to learn classes
when they reach a certain level in another class or a combination of other classes.
There are four notetags that are used for this in the various Class Change modes.
==Shared EXP Mode==
<LaziLearnableClass:[level]>
==Individual EXP Mode==
(The ... represents a series being possible)
<LaziLearnableClassAND:|[classId],[level]|...> -> All of the classes must be at the specified level
<LaziLearnableClassOR:|[classId],[level]|...> -> At least one of the classes must be at the level
==Actor Mode==
(The ... represents a series being possible)
<LaziLearnableClassAND:|[classId],[level]|...> -> All of the classes must be at the specified level
<LaziLearnableClassOR:|[classId],[level]|...> -> At least one of the classes must be at the level
<LaziLearnableClassBase:[level]>