fix: improve skills choregraphy

This commit is contained in:
Kazhnuz 2020-07-25 10:25:14 +02:00
parent 6e012ba46c
commit 6a64126db3
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ return {
{"sendDamage", "none", 120, 100, false, false},
{'addGFX', "sentDamage", 'hitGFX', "target", 0, 0, true, false},
{'playSFX', "sentDamage", 'hitconnect'},
{'jumpBack', "none", 0.1, true},
{'jumpBack', "none", 0.3, true},
{'setAnimation', "none", 'idle', false},
}
}

View file

@ -13,11 +13,11 @@ return {
choregraphy = { -- the main attack choregraphy
{"setAnimation", "none", "spinjump", false},
{'playSFX', "none", 'jump'},
{'jumpTo', 'none', "target", 0.5, 0, 0, true},
{'jumpTo', 'none', "target", 0, 0, 0.5, true},
{"sendDamage", "none", 110, 100, false, true},
{'addGFX', "sentDamage", 'hitGFX', "target", 0, 0, true, false},
{'playSFX', "sentDamage", 'hitconnect'},
{'jumpBack', "none", 0.1, true},
{'jumpBack', "none", 0.3, true},
{'setAnimation', "none", 'idle', false},
},