aboutsummaryrefslogtreecommitdiff
path: root/gamemode/shared/animations
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/shared/animations')
-rw-r--r--gamemode/shared/animations/swing_knife.lua51
1 files changed, 18 insertions, 33 deletions
diff --git a/gamemode/shared/animations/swing_knife.lua b/gamemode/shared/animations/swing_knife.lua
index 7dc9520..f0bdec1 100644
--- a/gamemode/shared/animations/swing_knife.lua
+++ b/gamemode/shared/animations/swing_knife.lua
@@ -90,50 +90,39 @@ RegisterLuaAnimation('knife_swing_down', {
Type = TYPE_GESTURE
})
-RegisterLuaAnimation('swing_hammer_left', {
+RegisterLuaAnimation('knife_swing_left', {
FrameData = {
{
BoneInfo = {
['ValveBiped.Bip01_R_UpperArm'] = {
- RU = -85.901,
- RR = -26.4874,
- RF = -25.791
+ RU = -40.5,
+ RR = 35.8237,
+ RF = -2.4531
},
- ['ValveBiped.Bip01_R_Hand'] = {
- },
- ['ValveBiped.Bip01_L_Clavicle'] = {
- RR = 87.4193
- },
- ['ValveBiped.Bip01_R_Clavicle'] = {
+ ['ValveBiped.Bip01_L_Forearm'] = {
},
['ValveBiped.Bip01_R_Forearm'] = {
- RU = 63.6936,
- RR = -12.6269,
- RF = -50.5597
+ RU = 48.9612,
+ RR = -3.439,
+ RF = 113.0487
}
},
- FrameRate = 1
+ FrameRate = 2
},
{
BoneInfo = {
['ValveBiped.Bip01_R_UpperArm'] = {
- RU = -14.9409,
- RR = 45.7766
- },
- ['ValveBiped.Bip01_R_Hand'] = {
- RR = -24.354
- },
- ['ValveBiped.Bip01_R_Clavicle'] = {
- RR = 10.3959,
- RF = -5.5748
+ RU = -90.2023,
+ RR = -13.4254,
+ RF = -0.9856
},
- ['ValveBiped.Bip01_L_Clavicle'] = {
- RR = -0.2696
+ ['ValveBiped.Bip01_L_Forearm'] = {
+ RU = 27.1628
},
['ValveBiped.Bip01_R_Forearm'] = {
- RU = 99.5046,
- RR = 8.5341,
- RF = -60.8322
+ RU = 21.9228,
+ RR = -47.3655,
+ RF = 118.0344
}
},
FrameRate = 3
@@ -142,11 +131,7 @@ RegisterLuaAnimation('swing_hammer_left', {
BoneInfo = {
['ValveBiped.Bip01_R_UpperArm'] = {
},
- ['ValveBiped.Bip01_R_Hand'] = {
- },
- ['ValveBiped.Bip01_L_Clavicle'] = {
- },
- ['ValveBiped.Bip01_R_Clavicle'] = {
+ ['ValveBiped.Bip01_L_Forearm'] = {
},
['ValveBiped.Bip01_R_Forearm'] = {
}