From 9adcb3c73a8d0e7ecfe66b30da630c6c2e67f03a Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 27 Aug 2016 17:08:46 -0400 Subject: Moved prayers to their own system --- gamemode/shared/animations/swing_knife.lua | 51 +++++++++++------------------- 1 file changed, 18 insertions(+), 33 deletions(-) (limited to 'gamemode/shared/animations/swing_knife.lua') 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'] = { } -- cgit v1.2.3-70-g09d2