Hi guys I was tempted to create my own breaking params but I was not sure where to touch this part...
I think this from Game_BattlerBase no ?
I was suspect this method :
def param_max(param_id) return 999999 if param_id == 0 # MHP return 9999 if param_id == 1 # MMP return 999 endto be the basic control setting for the params but I am not sure
I suspect if I change the values here to hit a error if I change the setting here
so people can provide me some point of how I can create my own limit breaker
?
thanks for further answer!
I think this from Game_BattlerBase no ?
I was suspect this method :
def param_max(param_id) return 999999 if param_id == 0 # MHP return 9999 if param_id == 1 # MMP return 999 endto be the basic control setting for the params but I am not sure
I suspect if I change the values here to hit a error if I change the setting here
so people can provide me some point of how I can create my own limit breaker
thanks for further answer!
