じ☆ve冰风 发表于 2026-7-27 10:28:05

JP Levels

FoxJPLevels.js (v1.0.4)
 
About:
This Plugin adds levels to the Yanfly's JobPoint System, like Final Fantasy Tactics had.


[*]It allows for restrictions on what skills your allowed to buy with the SkillLearnSystem based on the current classes' Job Level.
[*]It allows for restrictions on what class your allowed to equip with the ClassChangeCore based on the current classes' Job Level.
The Job automatically gains levels just by gaining JobPoints. You can adjust how many levels, there are by changing the Plugin Parameters. I tried to replicate the system from fft as best as I can from memory, if you find any bugs or can think of a cool feature to add, let me know.
 
Note: You must set YEP_SkillLearnSystem Integrate variable to false, if you're using it.
 

Spoiler 
ClassChangeCore NoteTag Additions

[*]Class NoteTags
<Level Unlock Requirements>Class i: JobLevel n</Level Unlock Requirements>This requires that class i must be Job level n to unlock the class, the
the same way Final Fantasy Tactics required you to level up the job to
unlock classes.
 
 
SkillLearnSystem NoteTags Additions


[*]Skill NoteTags
<Learn Require Eval>value = a.jpLevel() >= n</Learn Require Eval><Learn Custom Text>Job Level: n</Learn Custom Text>This would make the skill require the actor to be Job Level n, before it will show.
 
 
 
Slash Commands
I also added the slash command 
 

\jpYou can use it to display the actor's JobPoint Level.
 
 
Requires:
YEP_JobPoints.js (v1.01 or greater)
 
Recommended (At Least One):
YEP_ClassChangeCore.js (v1.01 or greater)
Yep_SkillLearnSystem (v1.03 or greater)

 
 
Plugin:
Job Points Levels Download
 
 
ToS:
You can use this in your free or commercial games as long as you give credit to Fox536. Of course whatever Yanfly's ToS also applies since it requires at least the JobPoint System. Here's a link to Yanfly's ToS as well http://yanfly.moe/terms-of-use/
 
11/30/15 (v1.0.1)


[*]Removed the requirement for SkillLearnSystem, and ClassChangeCore System. If you don't have one or both of these the plugin will still work, but it won't really add much without at least 1 of them.
[*]Fixed Overlap bug
12/01/15 (v1.0.2)


[*]Bug Fixes.
12/03/15 (v1.0.3)


[*]Bug Fixes, logic issue.
12/04/15 (v1.0.4)


[*]Bug Fixes, logic issues.





Fox_JPBoost isn't needed anymore since it is included the JobPoints


本贴来自国际rpgmaker官方论坛作者:Fox536处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/jp-levels.51837/
页: [1]
查看完整版本: JP Levels