Jump to content
SPRITE CLUB DEBUTS ×
  • 0

Need help plss!!!


Question

Posted

Sorry if my english is bad

I think my mugen game has some errors . My characters dame is much more weaker than the bot . It just a skill then i died. How to fix the dame?

1 answer to this question

Recommended Posts

  • 0
Posted

Open the character folder and open the .cns file. Increase the number next to "attack =", which is underneath [Data].

If you want to change indivisual attack damage, go to an attack and change the damage.

 

Ex.

[State 200, 1]
type = HitDef
trigger1 = Time = 3
attr = S, NA  
damage = 10, 0    

 

can be changed into 

 

[State 200, 1]
type = HitDef
trigger1 = Time = 3
attr = S, NA  
damage = 20, 0 

 

The number on the left is the basic hit damage and the number on the right is the shield damage.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...