Yanfly Subclass Mods

● ARCHIVED · READ-ONLY
Started by ATT_Turan 8 posts View original ↗
  1. Subclass Mods 1.3
    ATT_Turan

    Introduction
    Inspired by some recent help given to @slickdeath97 and @Flannery I decided to compile it with some extras into this little extension plugin.

    This plugin adds several bits of functionality to Yanfly's Class Change Core and Subclass plugins. This will have no effect unless both of those plugins are also installed.
    The various options are described in the plugin parameter and notetags.

    I have tested the basic functionality, please let me know if you encounter any errors. I will consider making compatibility patches if the other plugin is free to use (or one I own, such as a Yanfly product) and unobfuscated. Otherwise, other authors are free to modify this code to make it compatible with theirs so long as I am still credited.

    Features
    Using this plugin, you will be able to further customize your use of subclasses and how the menu displays the class change list. You can declare subclasses to be only usable if you have a specific primary class, and clean up the class/subclass lists by not showing classes you've declared to be primary/subclass only.

    This also adds subclass functionality to Yanfly's Victory Aftermath and Aftermath Level Up plugins. You can now see experience gains, level ups, and skill gains for subclasses after battle.

    How to Use
    Class notetag:
    <classRequired: class names>

    Example: <classRequired: Wizard Fighter Rogue>

    A class with this notetag can only be set as a subclass if the actor's primary class is listed in the notetag. This does not affect the ability to set the class as a primary class. You would need to use the separate <Subclass Only> notetag if desired.

    Note that changing the primary class to one that doesn't meet the subclass' requirements will unequip the subclass.

    Terms and Credits
    Free for non-commercial and commercial use. Credit ATT_Turan.
  2. This would've been mad useful back when I was still intending to use Class Change Core and Subclass. Smallish, yet surprisingly useful plugins like this are always so welcomed.
  3. Added an option to hide the current class when selecting a subclass.
  4. Okay, not trying to hype myself or anything, but MAJOR UPDATE.

    Full support added for subclasses with Yanfly's Victory Aftermath. You can now see experience gains for subclasses, and both screens will have class labels so you know what you're looking at.

    Support also added for the Aftermath Level Up extension! You'll now see the level up screen for your subclass so long as either the parameter gains will affect your actor (per the subclass ratios plugin parameters) or you gained any new skills.
  5. I've added a fix to a bug from Yanfly's Class Change Core that makes classes with different exp curves calculate their levels incorrectly.

    I recommend users install the full fix in my Tweaks thread.
  6. Is there a way to change subclass using a script call?
    For example:
    JavaScript:
    $gameActors.actor($gameVariables.value(201)).changeClass(2, false);
    But for Subclass.
  7. D_Duck said:
    Is there a way to change subclass using a script call?
    That's not really related to this plugin, it would be the basic functionality of Yanfly's Subclass plugin.

    The method is just actor.setSubclass(id)
  8. Apologize, thought it would be related since it is on the same topic.
    Thank you.