Mr. Trivel
Praised Adventurer
- Xy$
- 0.00
Mr. Trivel submitted a new resource:
Gain Stats on Level Up - Actors gain stats on level up depending on their class.
Gain Stats on Level Up - Actors gain stats on level up depending on their class.
Read more about this resource...Author: Mr. Trivel
Name: Gain Stats on Level Up
Created: 2016-03-15
Version: 1.0
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...