feat: improve homming attack damages
This commit is contained in:
parent
800a025318
commit
bd6a877c5a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ return {
|
||||||
{"setAnimation", "none", "spin", false},
|
{"setAnimation", "none", "spin", false},
|
||||||
{'playSFX', "none", 'spinrelease'},
|
{'playSFX', "none", 'spinrelease'},
|
||||||
{"waitFor", "none", "actionFinished:dashToEnnemy"},
|
{"waitFor", "none", "actionFinished:dashToEnnemy"},
|
||||||
{"sendDamage", "none", 100, "basic", "none", false},
|
{"sendDamage", "none", 30, "aerial", "none", false},
|
||||||
{'addGFX', "sentDamage", 'hitGFX', "target", 0, 0, true, false},
|
{'addGFX', "sentDamage", 'hitGFX', "target", 0, 0, true, false},
|
||||||
{'playSFX', "sentDamage", 'hitconnect'},
|
{'playSFX', "sentDamage", 'hitconnect'},
|
||||||
{"taggedAction", "jumpingHero", {'jumpBack', "none", 5.5, 5.5, false}},
|
{"taggedAction", "jumpingHero", {'jumpBack', "none", 5.5, 5.5, false}},
|
||||||
|
|
Loading…
Reference in a new issue