Erics 12 Posted January 2, 2013 I could have swore I found this in the main scripts somewhere and edited them.. but for the life of me I can't find it anywhere now. I wanted to change how much TP an actor gets when taking damage. Anyone know where in the main scripts this is located? Share this post Link to post Share on other sites
Xypher 176 Posted January 2, 2013 Game_Battler line 741 #-------------------------------------------------------------------------- # * Charge TP by Damage Suffered #-------------------------------------------------------------------------- def charge_tp_by_damage(damage_rate) self.tp += 50 * damage_rate * tcr end Share this post Link to post Share on other sites
Erics 12 Posted January 2, 2013 (edited) Hmm.. It seems editing that line didn't work at all. Don't know why. I thought the line I edited a while back looked different than that, hell, it's hard to say. I should have wrote it down lol. Is there any other lines that have to do with TP gain? EDIT: Found what I was looking for ^^ Thanks for the help! Edited January 2, 2013 by Erics Share this post Link to post Share on other sites