Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Resource icon

RPG Maker Gain Stats on Level Up 1.1

No permission to download
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:
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.
Author
Mr. Trivel
Downloads
75
Views
238
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Mr. Trivel

Latest updates

  1. Crash fix.

    Version 1.1 - Fixed crash with some multi-line stat evaluations.
Top