- Joined
- Feb 27, 2016
- Messages
- 9
- Reaction score
- 0
- First Language
- Portuguese
- Primarily Uses
Hi
So what I need to know is how to use javascript in the lunatic mode to make certain changes to an item.
For example in Yanfly's Tips and Tricks "Duplicity Augments" he uses this line
"item.params[0] += 200;"
to increace the param 0 (Max HP) by the value of 200.
What I need to know is how traits, other than base parameters can be modified in a similar way,
for example how to change a weapon's attack element, how to give an armor resistance against a certain state, etc.
I think that those traits are probably stored in an array in a similar way to the "params array" but I can't seem to figure it out.
If anyone can help me, I would really appreciate it.
So what I need to know is how to use javascript in the lunatic mode to make certain changes to an item.
For example in Yanfly's Tips and Tricks "Duplicity Augments" he uses this line
"item.params[0] += 200;"
to increace the param 0 (Max HP) by the value of 200.
What I need to know is how traits, other than base parameters can be modified in a similar way,
for example how to change a weapon's attack element, how to give an armor resistance against a certain state, etc.
I think that those traits are probably stored in an array in a similar way to the "params array" but I can't seem to figure it out.
If anyone can help me, I would really appreciate it.

