Author: Hakuen Studio
Introduction
The default class change system of MZ/MV has too little customization.
If you want a different thing, you have to event yourself. This plugin aims to make a class promotion feature, that when an actor change class, can receive some stats bonus.
Features
• Apply stats bonus to actors when they change class for the first time.
How to use
It's almost plug-and-play.
You just have to config the bonus parameter
on the Eli Class Curves plugin parameters.
Currently, it was made to when a battler change class, it will return to level 1 having the same stats from the previous class, but with a stats, bonus applied for each parameter.
Actors can keep changing classes whatever they want, but the bonus will be only applied once.
If you want enemies to have this feature, you have to put a note tag on the enemy note field(Must use Eli Enemy Class):
<CanPromote>
Script Call
You can use this to check if an actor can promote to a class:
- $gameActors.actor(ID).canPromoteClass(classId)
复制代码It will return true if the actor can promoted to this class, which means, he was never promoted to it before.
Can use the same for the enemy.
Terms of Use
Update Log

Eli Class Promotion for RPG Maker by Hakuen Studio
Promote your actors to a different class and earn bonus points on each parameter!
hakuenstudio.itch.io
本贴来自国际rpgmaker官方论坛作者:Eliaquim处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:
https://forums.rpgmakerweb.com/threads/eli-class-promotions-the-actor-gains-a-stats-bonus-when-he-changes-to-a-class-for-the-first-time.139230/