fix: fix attack choregraphy
This commit is contained in:
parent
8174f81146
commit
a0c14e0690
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ return {
|
|||
{"setAnimation", "none", "walk", false},
|
||||
{'goTo', "none", "target", -1, 0, 0.3, true},
|
||||
|
||||
{"addQTE", "none", {"simplePrompt", "A", 0.2}, "target", false},
|
||||
{"addQTE", "none", {"simplePrompt", {{"A", 1}}, 0.2}, "target", false},
|
||||
{'playSFX', "none", 'hit'},
|
||||
{'setAnimation', "none", 'hit1start', true},
|
||||
{'sendDamage', "none", 33, 100, false, false},
|
||||
|
@ -23,7 +23,7 @@ return {
|
|||
{'playSFX', "sentDamage", 'hitconnect'},
|
||||
{'setAnimation', "none", 'hit1end', true},
|
||||
|
||||
{"addQTE", "none", {"simplePrompt", "A", 0.2}, "target", false},
|
||||
{"addQTE", "none", {"simplePrompt", {{"A", 1}}, 0.2}, "target", false},
|
||||
{'playSFX', "none", 'hit'},
|
||||
{'setAnimation', "none", 'hit2start', true},
|
||||
{'sendDamage', "none", 33, 100, false, false},
|
||||
|
@ -31,7 +31,7 @@ return {
|
|||
{'playSFX', "sentDamage", 'hitconnect'},
|
||||
{'setAnimation', "none", 'hit2end', true},
|
||||
|
||||
{"addQTE", "none", {"simplePrompt", "A", 0.2}, "target", false},
|
||||
{"addQTE", "none", {"simplePrompt", {{"A", 1}}, 0.2}, "target", false},
|
||||
{'playSFX', "none", 'hit'},
|
||||
{'setAnimation', "none", 'hit3start', true},
|
||||
{'sendDamage', "none", 33, 100, false, false},
|
||||
|
|
Loading…
Reference in a new issue