Author: Mr. Trivel
Name: Gain Stats on Level Up
Created: 2016-03-15
Version: 1.1
What does it do?
Actors gain stats on level up depending on their class.
Screenshots:
It's just numbers.
How to use?
All stats go into class note field:
<STAT>
formula
</STAT>
Stats:
MHP, MMP, ATK, DEF, MAT, MDF, AGI, LUK
v = variables
a = actor
Examples:
<ATK>
v[10];
</ATK>
<DEF>
Math.randomInt(5);
</DEF>
<LUK>
-1
</LUK>
Plugin: <Link: Github>
How to download the Plugin: Click the link above, there will be a button named Raw, press Right Click -> Save As.
Terms of Use:
Don't remove the header or claim that you wrote this plugin.
Credit Mr. Trivel if using this plugin in your project.
Free for commercial and non-commercial projects.
本贴来自国际rpgmaker官方论坛作者:Mr. Trivel处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址: https://forums.rpgmakerweb.com/threads/gain-stats-on-level-up.58779/ |