- Joined
- Feb 22, 2017
- Messages
- 27
- Reaction score
- 2
- First Language
- Francais
- Primarily Uses
- Other
Thank you for your response and update.
I'm sorry to take your time because of my lack of experience but I still have a few questions.
If I use 'Plus Eval' parameter in the plugin it's a global setting on all my classes that will apply.
I would like to have specific parameters for each of my classes.
In the help file, if I understood correctly I have to use <NPARAM: NParam Base Grow HGrow Cap> in the class notetag.
However I'm a bit lost for the calculation I have to do.
With the Yanfly plugin my calculations look like this:
<Custom Class Parameters>
maxhp = 79 + Math.pow(level, 1.92)
maxmp = 30 + Math.pow(level, 1) * 3
atk = 29 + Math.pow(level, 1.45)
def = 39 + Math.pow(level, 1.17)
int = 2 + Math.pow(level, 1.12) / 1.5
res = 25 + Math.pow(level, 1.1)
agi = 20 + Math.pow(level, 1)
luk = 3 + Math.pow(level, 1.05) / 1.5
</Custom Class Parameters>
With your plugin I don't know what and how to put to have the same result.
I'm trying this:
<PARAM: mhp 79>
But after 79 I'm lost :/
Maybe I'm wrong.
I'm sorry to take your time because of my lack of experience but I still have a few questions.
If I use 'Plus Eval' parameter in the plugin it's a global setting on all my classes that will apply.
I would like to have specific parameters for each of my classes.
In the help file, if I understood correctly I have to use <NPARAM: NParam Base Grow HGrow Cap> in the class notetag.
However I'm a bit lost for the calculation I have to do.
With the Yanfly plugin my calculations look like this:
<Custom Class Parameters>
maxhp = 79 + Math.pow(level, 1.92)
maxmp = 30 + Math.pow(level, 1) * 3
atk = 29 + Math.pow(level, 1.45)
def = 39 + Math.pow(level, 1.17)
int = 2 + Math.pow(level, 1.12) / 1.5
res = 25 + Math.pow(level, 1.1)
agi = 20 + Math.pow(level, 1)
luk = 3 + Math.pow(level, 1.05) / 1.5
</Custom Class Parameters>
With your plugin I don't know what and how to put to have the same result.
I'm trying this:
<PARAM: mhp 79>
But after 79 I'm lost :/
Maybe I'm wrong.