diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-08-27 17:08:46 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-08-27 17:08:46 -0400 |
| commit | 9adcb3c73a8d0e7ecfe66b30da630c6c2e67f03a (patch) | |
| tree | d65b57e144317e5b49ccdd549b2f97c61d54bd1d /gamemode/shared/animations | |
| parent | d4f197a35c207c9891d3f4dc5e9708af48c935de (diff) | |
| download | artery-9adcb3c73a8d0e7ecfe66b30da630c6c2e67f03a.tar.gz artery-9adcb3c73a8d0e7ecfe66b30da630c6c2e67f03a.tar.bz2 artery-9adcb3c73a8d0e7ecfe66b30da630c6c2e67f03a.zip | |
Moved prayers to their own system
Diffstat (limited to 'gamemode/shared/animations')
| -rw-r--r-- | gamemode/shared/animations/swing_knife.lua | 51 |
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'] = { } |
