YesNoOk
avatar

Stop chip damage (Read 268 times)

Started by metamutant, February 01, 2013, 10:53:44 pm
Share this topic:
Stop chip damage
#1  February 01, 2013, 10:53:44 pm
  • avatar
  • **
    • USA
    • tsthomas2121@yahoo.com
How do I stop a character from taking small chunks of health away from the opponent, even when the opponent is blocking? Like what Shocker does for instance to an opponent.
Re: Stop chip damage
#2  February 01, 2013, 10:57:22 pm
  • avatar
  • ****
    • USA
You're gonna have to look in the cns files of the character. Look for the hitdef of the move you want to the chip damage removed from, look for damage =

Example:

damage = 54, 7

change the number in red to "0".

damage = 54, 0

although, it will take a while depending that the character has a lot of moves.
Re: Stop chip damage
#3  February 01, 2013, 11:56:15 pm
  • avatar
  • **
    • USA
    • tsthomas2121@yahoo.com
thanks