My apologies, I was unfamiliar with notetags in RPG Maker (and truth told, I only started using RPG Maker recently). Thank you very much, you are a great help.
Saikyo_Dude
2
Posts
1
Topics
A member registered Jul 24, 2025
Recent community posts
Hakuen Studio Custom Parameters for RPG Maker MZ community · Created a new topic [SOLVED] Using Custom Parameters in a Class
Hello Eli,
I'm working on a game with a moderately-overcomplicated damage formula, and I wanted to add in extra parameters for this formula. My idea is to have each class use a parameter called "Damage" as its base damage, which can also be increased by certain weapons; there would also be similar parameters for base armor and magic variants of these two. I imagine that there is a way to set these values for a class by writing it into the code, but I can't figure out how to do that. Any ideas?
If possible, I would prefer to modify the .json objects for the Classes, but I can't figure out how to retrieve that data when I modify the Class object.