Ajout des derniers développement #1

Merged
kazhnuz merged 68 commits from chronicles-cbs into master 2020-08-02 11:14:18 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 6a64126db3 - Show all commits

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},
},