data changes
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good

This commit is contained in:
austin 2024-11-23 17:34:35 -05:00
parent c670939886
commit 316364ad5a
3 changed files with 20 additions and 2 deletions

View File

@ -514,8 +514,8 @@
"hitstun" : 7, "hitstun" : 7,
"attackState" : { "attackState" : {
"animation" : { "animation" : {
"nameFirstPerson" : "SwordR2HSlash", "nameFirstPerson" : "SwordR2HSlash1",
"nameThirdPerson" : "SwordR2HSlash", "nameThirdPerson" : "SwordR2HSlash1",
"priorityCategory" : "MOVEMENT_MODIFIER", "priorityCategory" : "MOVEMENT_MODIFIER",
"boneGroups" : ["armLeft", "armRight", "handLeft", "handRight"] "boneGroups" : ["armLeft", "armRight", "handLeft", "handRight"]
}, },

View File

@ -189,6 +189,22 @@
"radius": 0.175 "radius": 0.175
} }
], ],
"collidable" : {
"type" : "CYLINDER",
"dimension1" : 0.2,
"dimension2" : 1.6,
"dimension3" : 0.2,
"linearFriction": 0.001,
"mass": 0.3,
"rotX": 0,
"rotY": 0,
"rotZ": 0,
"rotW": 1,
"offsetX" : 0,
"offsetY" : 0.8,
"offsetZ" : 0,
"kinematic" : true
},
"healthSystem" : { "healthSystem" : {
"maxHealth" : 50, "maxHealth" : 50,
"onDamageIFrames" : 5, "onDamageIFrames" : 5,

View File

@ -1138,6 +1138,8 @@ Dedicated control for opening crafting
Break out network imgui debug window Break out network imgui debug window
Move text files to documentation pages Move text files to documentation pages
1000th commit milestone! 1000th commit milestone!
Pine tree collidables
Fix human animation bad data
# TODO # TODO