feat: improve homming attack damages

This commit is contained in:
Kazhnuz 2021-07-19 12:27:39 +02:00
parent 800a025318
commit bd6a877c5a

View file

@ -25,7 +25,7 @@ return {
{"setAnimation", "none", "spin", false},
{'playSFX', "none", 'spinrelease'},
{"waitFor", "none", "actionFinished:dashToEnnemy"},
{"sendDamage", "none", 100, "basic", "none", false},
{"sendDamage", "none", 30, "aerial", "none", false},
{'addGFX', "sentDamage", 'hitGFX', "target", 0, 0, true, false},
{'playSFX', "sentDamage", 'hitconnect'},
{"taggedAction", "jumpingHero", {'jumpBack', "none", 5.5, 5.5, false}},