animation work
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
This commit is contained in:
parent
b0277f9f74
commit
d44fdc5673
@ -334,14 +334,26 @@
|
||||
},
|
||||
{
|
||||
"variantId": "block2H",
|
||||
"windUpAnimation" : {
|
||||
"nameThirdPerson": "HoldItemR2HBlockStart",
|
||||
"nameFirstPerson": "HoldItemR2HBlockWindUp",
|
||||
"priorityCategory": "MOVEMENT_MODIFIER",
|
||||
"boneGroups" : ["armLeft", "armRight", "handLeft", "handRight"]
|
||||
},
|
||||
"windUpAudio" : {
|
||||
"audioPath" : "Audio/weapons/swordUnsheath1.ogg"
|
||||
},
|
||||
"mainAnimation" : {
|
||||
"nameThirdPerson": "HoldItemR2HBlock",
|
||||
"nameFirstPerson": "HoldItemR2HBlock",
|
||||
"priorityCategory": "MOVEMENT_MODIFIER",
|
||||
"boneGroups" : ["armLeft", "armRight", "handLeft", "handRight"]
|
||||
},
|
||||
"windUpAudio" : {
|
||||
"audioPath" : "Audio/weapons/swordUnsheath1.ogg"
|
||||
"cooldownAnimation" : {
|
||||
"nameThirdPerson": "HoldItemR2HBlockCooldown",
|
||||
"nameFirstPerson": "HoldItemR2HBlockCooldown",
|
||||
"priorityCategory": "MOVEMENT_MODIFIER",
|
||||
"boneGroups" : ["armLeft", "armRight", "handLeft", "handRight"]
|
||||
},
|
||||
"defaults" : [
|
||||
{
|
||||
@ -457,7 +469,8 @@
|
||||
"animation" : {
|
||||
"nameFirstPerson" : "SwordR2HSlash",
|
||||
"nameThirdPerson" : "SwordR2HSlash",
|
||||
"priorityCategory" : "MOVEMENT_MODIFIER"
|
||||
"priorityCategory" : "MOVEMENT_MODIFIER",
|
||||
"boneGroups" : ["armLeft", "armRight", "handLeft", "handRight"]
|
||||
},
|
||||
"audioData" : {
|
||||
"audioPath" : "Audio/weapons/swoosh-03.ogg"
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -15,7 +15,6 @@
|
||||
+ fix the vibes
|
||||
Stability
|
||||
Movement penalty while swinging weapon
|
||||
Transition animation for blocking with two hands
|
||||
|
||||
+ bug fixes
|
||||
Fix grass rendering distance
|
||||
|
||||
@ -562,6 +562,8 @@ Fix katana is frustum culled incorrectly
|
||||
|
||||
(08/14/2024)
|
||||
Fix rendering pipelines being broken when the katana is not drawn
|
||||
Fix deleting entities on server not properly deleting the whole entity
|
||||
Windup and Cooldown animations on 2h block
|
||||
|
||||
|
||||
# TODO
|
||||
|
||||
Loading…
Reference in New Issue
Block a user