fix human attack move data
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2025-04-05 15:44:47 -04:00
parent b78b9728bf
commit f755cea74e
2 changed files with 13 additions and 38 deletions

View File

@ -443,13 +443,13 @@
] ]
}, },
{ {
"attackMoveId" : "Sword1HSlash1", "attackMoveId" : "SwordRHSlash1",
"type" : "MELEE_WEAPON_SWING_ONE_HAND", "type" : "MELEE_WEAPON_SWING_ONE_HAND",
"windupFrames" : 5, "windupFrames" : 5,
"attackFrames" : 5, "attackFrames" : 5,
"cooldownFrames" : 25, "cooldownFrames" : 25,
"firesProjectile" : false, "firesProjectile" : false,
"nextMoveId" : "Sword1HSlash2", "nextMoveId" : "SwordRHSlash2",
"nextAttackMoveWindowStart" : 0, "nextAttackMoveWindowStart" : 0,
"nextAttackMoveWindowEnd" : 1, "nextAttackMoveWindowEnd" : 1,
"moveChainWindowStart" : 12, "moveChainWindowStart" : 12,
@ -458,61 +458,35 @@
"driftFrameStart" : 7, "driftFrameStart" : 7,
"driftFrameEnd" : 15, "driftFrameEnd" : 15,
"initialMove" : true, "initialMove" : true,
"windupState" : {
"animation" : {
"nameFirstPerson" : "Sword1HSlash1",
"nameThirdPerson" : "Sword1HSlash1",
"priorityCategory" : "MOVEMENT_MODIFIER"
}
},
"holdState" : {
"animation" : {
"nameFirstPerson" : "Sword1HSlash1",
"nameThirdPerson" : "Sword1HSlash1",
"priorityCategory" : "MOVEMENT_MODIFIER"
}
},
"attackState" : { "attackState" : {
"animation" : { "animation" : {
"nameFirstPerson" : "Sword1HSlash1", "nameFirstPerson" : "SwordRHSlash1",
"nameThirdPerson" : "Sword1HSlash1", "nameThirdPerson" : "SwordRHSlash1",
"priorityCategory" : "MOVEMENT_MODIFIER" "priorityCategory" : "MOVEMENT_MODIFIER",
"boneGroups" : ["armRight", "handRight"]
} }
} }
}, },
{ {
"attackMoveId" : "Sword1HSlash2", "attackMoveId" : "SwordRHSlash2",
"type" : "MELEE_WEAPON_SWING_ONE_HAND", "type" : "MELEE_WEAPON_SWING_ONE_HAND",
"windupFrames" : 2, "windupFrames" : 2,
"attackFrames" : 5, "attackFrames" : 5,
"cooldownFrames" : 28, "cooldownFrames" : 28,
"firesProjectile" : false, "firesProjectile" : false,
"nextMoveId" : "Sword1HSlash1", "nextMoveId" : "SwordRHSlash1",
"nextAttackMoveWindowStart" : 10, "nextAttackMoveWindowStart" : 10,
"nextAttackMoveWindowEnd" : 18, "nextAttackMoveWindowEnd" : 18,
"driftGoal" : 0.03, "driftGoal" : 0.03,
"driftFrameStart" : 1, "driftFrameStart" : 1,
"driftFrameEnd" : 10, "driftFrameEnd" : 10,
"initialMove" : false, "initialMove" : false,
"windupState" : {
"animation" : {
"nameFirstPerson" : "Jump",
"nameThirdPerson" : "Jump",
"priorityCategory" : "MOVEMENT_MODIFIER"
}
},
"holdState" : {
"animation" : {
"nameFirstPerson" : "Jump",
"nameThirdPerson" : "Jump",
"priorityCategory" : "MOVEMENT_MODIFIER"
}
},
"attackState" : { "attackState" : {
"animation" : { "animation" : {
"nameFirstPerson" : "Sword1HSlash2", "nameFirstPerson" : "SwordRHSlash2",
"nameThirdPerson" : "Sword1HSlash2", "nameThirdPerson" : "SwordRHSlash2",
"priorityCategory" : "MOVEMENT_MODIFIER" "priorityCategory" : "MOVEMENT_MODIFIER",
"boneGroups" : ["armRight", "handRight"]
} }
} }
}, },

View File

@ -1449,6 +1449,7 @@ Static rocks which harvest into rock items that spawn in forest
(04/05/2025) (04/05/2025)
Stone Axe item Stone Axe item
Fix human data for RH sword slash attack moves