fix: improve skills choregraphy
This commit is contained in:
parent
6e012ba46c
commit
6a64126db3
2 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ return {
|
||||||
{"sendDamage", "none", 120, 100, false, false},
|
{"sendDamage", "none", 120, 100, false, false},
|
||||||
{'addGFX', "sentDamage", 'hitGFX', "target", 0, 0, true, false},
|
{'addGFX', "sentDamage", 'hitGFX', "target", 0, 0, true, false},
|
||||||
{'playSFX', "sentDamage", 'hitconnect'},
|
{'playSFX', "sentDamage", 'hitconnect'},
|
||||||
{'jumpBack', "none", 0.1, true},
|
{'jumpBack', "none", 0.3, true},
|
||||||
{'setAnimation', "none", 'idle', false},
|
{'setAnimation', "none", 'idle', false},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,11 +13,11 @@ return {
|
||||||
choregraphy = { -- the main attack choregraphy
|
choregraphy = { -- the main attack choregraphy
|
||||||
{"setAnimation", "none", "spinjump", false},
|
{"setAnimation", "none", "spinjump", false},
|
||||||
{'playSFX', "none", 'jump'},
|
{'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},
|
{"sendDamage", "none", 110, 100, false, true},
|
||||||
{'addGFX', "sentDamage", 'hitGFX', "target", 0, 0, true, false},
|
{'addGFX', "sentDamage", 'hitGFX', "target", 0, 0, true, false},
|
||||||
{'playSFX', "sentDamage", 'hitconnect'},
|
{'playSFX', "sentDamage", 'hitconnect'},
|
||||||
{'jumpBack', "none", 0.1, true},
|
{'jumpBack', "none", 0.3, true},
|
||||||
{'setAnimation', "none", 'idle', false},
|
{'setAnimation', "none", 'idle', false},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue