Jump to content
  • 0

How do I make a attack that makes opponent's attack lower?


Question

Posted

I was working on a character named Caberman T, there's only one that can lower the opponent's attack, a move that lowers the opponent's attack.

 

How do I do it?

3 answers to this question

Recommended Posts

  • 0
Posted

In MUGEN, you have to put the opponent into a custom hitstate and apply an AttackMulSet there. You'll have to do it again if you want the AttackMulSet to reset.

 

In IKEMEN, you can just redirectID an AttackMulSet to the opponent.

 

In both cases, the opponent can just overwrite it with their own AttackMulSet.

FXhJiHL.png XslF5vn.png malcsRF.png

Project LG said:

God knows you shit out characters like a friggin' gumball machine.

  • 0
Posted
1 hour ago, PlasmoidThunder said:

In MUGEN, you have to put the opponent into a custom hitstate and apply an AttackMulSet there. You'll have to do it again if you want the AttackMulSet to reset.

 

In IKEMEN, you can just redirectID an AttackMulSet to the opponent.

 

In both cases, the opponent can just overwrite it with their own AttackMulSet.

[State -2, Decrease Damage]
type = AttackMulSet
trigger1 = <Is the enemy cursed? trigger>
value = 0.3
RedirectID = 1

Like this in IKEMEN?

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...