In-Battle Transforms

● ARCHIVED · READ-ONLY
Started by MisterTorgue 5 posts View original ↗
  1. How would you go about this.

    As I have legendary quests where you can hunt creatures for great reward, however, if you take x amount of turns I want them to turn into an enraged version of themselves or something.

    I have (for example)

    Shadow Viper

    And you can set a skill to (after 5 turns he will use this)

    (this is the piece of the puzzle I am missing)

    Enraged Shadow Viper
  2. you create a state "rage" to add any new features or values you want the enemy to have and add that state to it by the skill.


    But to change the battler picture, you'll need a script. Which script depends on the battlesystem you're using (default or a different script). Some of those scripts already exist, in other cases you have to request them for the battlesystem you're using.
  3. i just use the "enemy transform" action in the monsters troop page
  4. Create a new morphed version of the enemy and then use transform in the original's troop.
  5. Hotfirelegend said:
    Create a new morphed version of the enemy and then use transform in the original's troop.
    This