Jump to content
Sign in to follow this  
Erics

TP gain when taking damage.

Recommended Posts

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

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

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 by Erics

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
Top ArrowTop Arrow Highlighted