Does anyone know any other formulas for the passive skill points?
I am trying to figure out how to do something other than "this._level" character levels since I am not going to use them in the prototype I am doing
I am trying to figure out how to do something other than "this._level" character levels since I am not going to use them in the prototype I am doing
Make the passive X + Variable. So you can update it whenever you want.
ex: 5 + v[12]
edit: this is the correct version I posted below
5 + $gameVariables.value(50)