From f7f5d25af47cfe1cc582c83825fd28509fc677bc Mon Sep 17 00:00:00 2001 From: vbawol Date: Thu, 7 Jan 2016 22:32:52 -0600 Subject: [PATCH] 0.3.7.011 --- Changelogs/0.3.7.0.txt | 4 + .../addons/a3_epoch_server_settings.pbo | Bin 279251 -> 279384 bytes Sources/epoch_code/System/Sapper_Brain2.fsm | 65 +- .../epoch_code/compile/EPOCH_consumeItem.sqf | 17 +- .../epoch_code/compile/EPOCH_onEachFrame.sqf | 2 +- .../environment/EPOCH_client_bitePlayer.sqf | 4 +- .../compile/traders/EPOCH_startInteract.sqf | 28 +- .../traders/EPOCH_startInteractNPC.sqf | 4 +- .../traders/EPOCH_startNPCTraderMenu.sqf | 26 +- .../compile/traders/EPOCH_startNpcTrade.sqf | 4 +- .../CfgActionMenu/CfgActionMenu_core.hpp | 4 +- .../epoch_config/Configs/CfgMovesMaleSdr2.hpp | 29025 +++++++++++++++- .../Configs/CfgVehicles/Antagonists.hpp | 7 + Sources/epoch_config/config.cpp | 6 +- .../EpochEvents/EarthQuake.sqf | 8 +- 15 files changed, 29119 insertions(+), 85 deletions(-) diff --git a/Changelogs/0.3.7.0.txt b/Changelogs/0.3.7.0.txt index e114fb46..535dc98a 100644 --- a/Changelogs/0.3.7.0.txt +++ b/Changelogs/0.3.7.0.txt @@ -14,9 +14,13 @@ [ADDED-WIP] Tin Bars (ItemTinBar,ItemTinBar10oz). [ADDED-WIP] Plywood sheets in small and large stacks (ItemPlywood,ItemPlywoodPack). [Changed] Change all publicVariableServer calls to use remoteExec calls for better performance. +[Fixed] Incorrectly being able to sell/buy items from a dead trader. +[Fixed] Snakes now require line of sight to bite player. [Fixed] Custom epoch swing animations for Hatchet and sledge now work correctly. +[Fixed] Boss Sapper incorrectly cleaned up before detonation. **Server** [Added] Setting to control random magazine ammo counts in loot spawner. CfgEpochClient -> randomizeMagazineAmmoCount (default: true) +[Changed] Earthquakes with mineral veins spawn chances increased with less players. [Changed] Driver or passengers of a driverless can now control vehicle locks. Also only the owner can control locks from outside of a occupied vehicle. [Changed] Commented out Halloween masks from loot tables. [Updated] New Battleye remoteExec.txt for added remoteExec calls. diff --git a/Server_Install_Pack/@epochhive/addons/a3_epoch_server_settings.pbo b/Server_Install_Pack/@epochhive/addons/a3_epoch_server_settings.pbo index fa9996eeb2025d05be5c43e31f2c966e766eb412..0274671bb755a940bb4bd91e05feff80da8851f3 100644 GIT binary patch delta 286 zcmccIDtMz!a6*XE*$aJPE({C|$@zI{ndy4T1qDD30sy5qmThEWT@F;%FRL>t(4fITP6iSLpQ)8_`CS|56XlN8A=B4E4Di{iBD%dGN z&DK;X$w?7106^)DWgD4T?@rPWW1g(Tyn)@& z)Xdbt!l3yvbNgdvMj&PaV&?6SnOUZpu*F*Qa>W-+uX14Vo_@uG<+4;}nu3N#QDR<7 zey)O{rh=V!2kdN diff --git a/Sources/epoch_code/System/Sapper_Brain2.fsm b/Sources/epoch_code/System/Sapper_Brain2.fsm index b38c70c7..6c3e0b99 100644 --- a/Sources/epoch_code/System/Sapper_Brain2.fsm +++ b/Sources/epoch_code/System/Sapper_Brain2.fsm @@ -1,4 +1,4 @@ -/*%FSM*/ +/*%FSM*/ /*%FSM*/ /* item0[] = {"sapper",0,250,-225.000000,-325.000000,-125.000000,-275.000000,0.000000,"sapper"}; @@ -35,12 +35,12 @@ item30[] = {"stalking",4,218,-50.000000,50.000000,50.000000,100.000000,5.000000, item31[] = {"Wait_random",4,218,-225.000000,-200.000000,-125.000000,-150.000000,10.000000,"Wait random"}; item32[] = {"groan",4,218,200.000000,375.000000,300.000000,425.000000,5.000000,"groan"}; item33[] = {"detonate",4,218,125.000000,-350.000000,225.000000,-300.000000,70.000000,"detonate"}; -item34[] = {"end",1,250,975.000000,0.000000,1075.000000,50.000000,0.000000,"end"}; -item35[] = {"Wait_to_delete",4,218,975.000000,150.000000,1075.000000,200.000000,10.000000,"Wait to delete"}; +item34[] = {"end",1,250,1050.000000,-25.000000,1150.000000,25.000000,0.000000,"end"}; +item35[] = {"Wait_to_delete",4,218,1050.000000,125.000000,1150.000000,175.000000,10.000000,"Wait to delete"}; item36[] = {"handle_dispose",2,250,525.000000,125.000000,625.000000,175.000000,0.000000,"handle dispose"}; -item37[] = {"Wait_1_5_sec",4,218,650.000000,300.000000,750.000000,350.000000,0.000000,"Wait" \n "1.5 sec"}; -item38[] = {"do_boom",2,4346,650.000000,225.000000,750.000000,275.000000,0.000000,"do boom"}; -item39[] = {"_",8,218,800.000000,300.000000,850.000000,325.000000,0.000000,""}; +item37[] = {"Wait_1_5_sec",4,218,525.000000,350.000000,625.000000,400.000000,0.000000,"Wait" \n "1.5 sec"}; +item38[] = {"do_boom",2,250,650.000000,225.000000,750.000000,275.000000,0.000000,"do boom"}; +item39[] = {"_",8,218,800.000000,225.000000,875.000000,275.000000,0.000000,""}; item40[] = {"do_groan",2,250,225.000000,500.000000,325.000000,550.000000,0.000000,"do groan"}; item41[] = {"do_stalk",2,250,-200.000000,50.000000,-100.000000,100.000000,0.000000,"do stalk"}; item42[] = {"do_loiter_big",2,250,350.000000,500.000000,450.000000,550.000000,0.000000,"do loiter big"}; @@ -63,7 +63,9 @@ item58[] = {"feeling",4,218,775.000000,-50.000000,875.000000,0.000000,50.000000, item59[] = {"charging",4,218,-50.000000,225.000000,50.000000,275.000000,5.000000,"charging"}; item60[] = {"stalk",4,218,375.000000,-275.000000,475.000000,-225.000000,20.000000,"stalk"}; item61[] = {"not_shot",4,218,900.000000,125.000000,1000.000000,175.000000,10.000000,"not shot"}; -item62[] = {"finished_boom",2,250,900.000000,225.000000,1000.000000,275.000000,0.000000,"finished boom"}; +item62[] = {"finished_boom",2,250,900.000000,300.000000,1000.000000,350.000000,0.000000,"finished boom"}; +item63[] = {"Wait_for_Explosi",4,218,650.000000,350.000000,750.000000,400.000000,0.000000,"Wait for Explosion"}; +item64[] = {"Remove_corpse",2,4346,775.000000,300.000000,875.000000,350.000000,0.000000,"Remove corpse"}; link0[] = {0,31}; link1[] = {1,2}; link2[] = {2,3}; @@ -126,7 +128,7 @@ link58[] = {35,34}; link59[] = {36,57}; link60[] = {36,61}; link61[] = {37,38}; -link62[] = {38,39}; +link62[] = {38,63}; link63[] = {39,62}; link64[] = {40,6}; link65[] = {41,30}; @@ -154,8 +156,10 @@ link86[] = {59,4}; link87[] = {60,2}; link88[] = {61,62}; link89[] = {62,35}; -globals[] = {25.000000,1,0,0,16777215,640,480,1,248,6316128,1,-343.543304,1069.998291,679.913574,-353.385406,1000,731,1}; -window[] = {2,-1,-1,-1,-1,542,56,1081,17,3,1018}; +link90[] = {63,64}; +link91[] = {64,39}; +globals[] = {25.000000,1,0,0,16777215,640,480,1,253,6316128,1,-209.204178,1204.337524,679.913574,-353.385406,1000,880,1}; +window[] = {2,-1,-1,-1,-1,655,130,1155,130,3,1018}; *//*%FSM*/ class FSM { @@ -1040,25 +1044,19 @@ class FSM class do_boom { name = "do_boom"; - init = /*%FSM*/"" \n - "[_sBomb, player, Epoch_personalToken,_sapper,_sapper] remoteExec [""EPOCH_server_handle_sapperObjs"",2];" \n - "" \n - "_sBomb = objNull;" \n - "" \n - "deleteVehicle _sapper;" \n - "" \n + init = /*%FSM*/"[_sBomb, player, Epoch_personalToken,_sapper,_sapper] remoteExec [""EPOCH_server_handle_sapperObjs"",2];" \n "_doneBoom = true;" \n ""/*%FSM*/; precondition = /*%FSM*/""/*%FSM*/; class Links { - /*%FSM*/ - class _ + /*%FSM*/ + class Wait_for_Explosi { priority = 0.000000; - to="finished_boom"; + to="Remove_corpse"; precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/""/*%FSM*/; + condition=/*%FSM*/"isNull(_sBomb)"/*%FSM*/; action=/*%FSM*/""/*%FSM*/; }; /*%FSM*/ @@ -1409,11 +1407,32 @@ class FSM }; }; /*%FSM*/ + /*%FSM*/ + class Remove_corpse + { + name = "Remove_corpse"; + init = /*%FSM*/"deleteVehicle _sapper;"/*%FSM*/; + precondition = /*%FSM*/""/*%FSM*/; + class Links + { + /*%FSM*/ + class _ + { + priority = 0.000000; + to="finished_boom"; + precondition = /*%FSM*/""/*%FSM*/; + condition=/*%FSM*/""/*%FSM*/; + action=/*%FSM*/""/*%FSM*/; + }; + /*%FSM*/ + }; + }; + /*%FSM*/ }; initState="sapper"; finalStates[] = { - "end" + "end", }; }; -/*%FSM*/ +/*%FSM*/ \ No newline at end of file diff --git a/Sources/epoch_code/compile/EPOCH_consumeItem.sqf b/Sources/epoch_code/compile/EPOCH_consumeItem.sqf index 147a15c5..79e621e2 100644 --- a/Sources/epoch_code/compile/EPOCH_consumeItem.sqf +++ b/Sources/epoch_code/compile/EPOCH_consumeItem.sqf @@ -101,21 +101,20 @@ _unifiedInteract = { switch _interactOption do { case 0: { - _magCount = getNumber (_config >> "count"); + _magazineSizeMax = getNumber (_config >> "count"); // allow repack for all magazines with greater than 1 bullet - if (_magCount > 1) then { + if (_magazineSizeMax > 1) then { - _ammoTotal = 0; + _magazineSize = 0; _magazinesAmmoFull = magazinesAmmoFull player; { if (_item isEqualTo (_x select 0)) then { - _ammoTotal = _ammoTotal + (_x select 1); + if (!(_x select 2)) then { + _magazineSize = _magazineSize + (_x select 1); + }; }; } forEach _magazinesAmmoFull; - _magazineSize = _ammoTotal; - _magazineSizeMax = _magCount; - // remove all player removeMagazines _item; @@ -123,12 +122,14 @@ switch _interactOption do { for "_i" from 1 to floor (_magazineSize / _magazineSizeMax) do { player addMagazine [_item, _magazineSizeMax]; + //diag_log format ["DEBUG: added full mag %1", _magazineSizeMax]; }; // Add last non full magazine if ((_magazineSize % _magazineSizeMax) > 0) then { player addMagazine [_item, floor (_magazineSize % _magazineSizeMax)]; + //diag_log format ["DEBUG: added remainder %1", floor (_magazineSize % _magazineSizeMax)]; }; - _dt = ["Ammo Repacked", 0, 1, 5, 2, 0, 1] spawn bis_fnc_dynamictext; + _dt = ["Ammo Repacked", 0, 1, 5, 2, 0, 1] spawn bis_fnc_dynamictext; }; }; case 1: _unifiedInteract; // Eat 1 diff --git a/Sources/epoch_code/compile/EPOCH_onEachFrame.sqf b/Sources/epoch_code/compile/EPOCH_onEachFrame.sqf index d6d887dd..bfb3c3b5 100644 --- a/Sources/epoch_code/compile/EPOCH_onEachFrame.sqf +++ b/Sources/epoch_code/compile/EPOCH_onEachFrame.sqf @@ -53,7 +53,7 @@ if (!isNull EPOCH_currentTarget && vehicle player == player) then { case 0: { _stability = 100 - round(damage _currentTarget * 100); _icon = "\x\addons\a3_epoch_code\Data\UI\loading_bar_%1.paa"; - _text = "Press (Inventory)"; + _text = ""; if (_stability < 50) then { _color = [1, 0.5, 0, 0.7]; diff --git a/Sources/epoch_code/compile/environment/EPOCH_client_bitePlayer.sqf b/Sources/epoch_code/compile/environment/EPOCH_client_bitePlayer.sqf index a21861c3..81e99e09 100644 --- a/Sources/epoch_code/compile/environment/EPOCH_client_bitePlayer.sqf +++ b/Sources/epoch_code/compile/environment/EPOCH_client_bitePlayer.sqf @@ -46,7 +46,7 @@ if !(isNull _this && alive _this) then { _bleedAmount = 30; _bloodpAmount = 3; _soundEffect = "snake_bite0"; - _canSee = true; + _canSee = !(lineIntersects[eyePos _this, aimPos player, _this, player]); _ppEffect = 0; }; case "Snake2_random_EPOCH": { @@ -57,7 +57,7 @@ if !(isNull _this && alive _this) then { _bleedAmount = 30; _bloodpAmount = 3; _soundEffect = "snake_bite0"; - _canSee = true; + _canSee = !(lineIntersects[eyePos _this, aimPos player, _this, player]); _ppEffect = 0; }; case "GreatWhite_F": { diff --git a/Sources/epoch_code/compile/traders/EPOCH_startInteract.sqf b/Sources/epoch_code/compile/traders/EPOCH_startInteract.sqf index 4459c2b3..11ba75a9 100644 --- a/Sources/epoch_code/compile/traders/EPOCH_startInteract.sqf +++ b/Sources/epoch_code/compile/traders/EPOCH_startInteract.sqf @@ -21,32 +21,6 @@ if (isNull _target) then { }; if (!isNull _target) then { - - if (alive _target) then { - /* - if ((_target isKindOf "LandVehicle") || (_target isKindOf "Air") || (_target isKindOf "Ship") || (_target isKindOf "Tank")) then { - _dialog = "InteractVehicle"; - }; - - if (_ctrl) then { - if (_target isKindOf "Constructions_static_F" || _target isKindOf "Constructions_foundation_F") then { - _dialog = "InteractBaseBuilding"; - }; - }; - */ - /* - if (_target isKindOf "Man") then { - if (_target != player) then { - if (!isPlayer _target) then { - if ((_target getVariable["AI_SLOT", -1]) != -1) then { - _dialog = "InteractNPC"; - }; - }; - }; - }; - */ - }; - if (_forceGear) then { player action ["Gear", _target]; _handled = true; @@ -57,4 +31,4 @@ if (!isNull _target) then { }; }; }; -_handled \ No newline at end of file +_handled diff --git a/Sources/epoch_code/compile/traders/EPOCH_startInteractNPC.sqf b/Sources/epoch_code/compile/traders/EPOCH_startInteractNPC.sqf index 69011c9c..07385776 100644 --- a/Sources/epoch_code/compile/traders/EPOCH_startInteractNPC.sqf +++ b/Sources/epoch_code/compile/traders/EPOCH_startInteractNPC.sqf @@ -1,3 +1,5 @@ private["_ok"]; +if (isNull _this) exitWith {}; +if !(alive _this) exitWith {}; _ok = createdialog "MissionSelect"; -if (!_ok) exitWith {}; \ No newline at end of file +if (!_ok) exitWith {}; diff --git a/Sources/epoch_code/compile/traders/EPOCH_startNPCTraderMenu.sqf b/Sources/epoch_code/compile/traders/EPOCH_startNPCTraderMenu.sqf index fb763757..84b2a7ee 100644 --- a/Sources/epoch_code/compile/traders/EPOCH_startNPCTraderMenu.sqf +++ b/Sources/epoch_code/compile/traders/EPOCH_startNPCTraderMenu.sqf @@ -1,14 +1,16 @@ private ["_index","_type","_config","_name","_picture","_qty","_items","_qtys","_ok","_vehicles","_aiItems","_target","_slot"]; _target = cursorTarget; -_slot = _target getVariable ["AI_SLOT",-1]; -if (_slot != -1) then { - EPOCH_lastNPCtradeTarget = _target; - closeDialog 0; - _ok = createdialog "TradeNPCMenu"; - if (!_ok) exitWith {}; - 9992 cutRsc["EpochGameUI2", "PLAIN", 2, false]; - ((uiNamespace getVariable "EPOCH_EpochGameUI2") displayCtrl 21208) ctrlSetText format["%1", EPOCH_playerCrypto]; - {lbAdd[42100,_x];lbAdd[42101,_x]} forEach ["All","Magazines","Items","Vehicles"]; - lbSetCurSel[42100, 0]; - lbSetCurSel[42101, 0]; -}; \ No newline at end of file +if (alive _target) then { + _slot = _target getVariable ["AI_SLOT",-1]; + if (_slot != -1) then { + EPOCH_lastNPCtradeTarget = _target; + closeDialog 0; + _ok = createdialog "TradeNPCMenu"; + if (!_ok) exitWith {}; + 9992 cutRsc["EpochGameUI2", "PLAIN", 2, false]; + ((uiNamespace getVariable "EPOCH_EpochGameUI2") displayCtrl 21208) ctrlSetText format["%1", EPOCH_playerCrypto]; + {lbAdd[42100,_x];lbAdd[42101,_x]} forEach ["All","Magazines","Items","Vehicles"]; + lbSetCurSel[42100, 0]; + lbSetCurSel[42101, 0]; + }; +}; diff --git a/Sources/epoch_code/compile/traders/EPOCH_startNpcTrade.sqf b/Sources/epoch_code/compile/traders/EPOCH_startNpcTrade.sqf index ede13da2..94480849 100644 --- a/Sources/epoch_code/compile/traders/EPOCH_startNpcTrade.sqf +++ b/Sources/epoch_code/compile/traders/EPOCH_startNpcTrade.sqf @@ -25,9 +25,9 @@ private["_item", "_currQty", "_tradeType", "_itemWorth", "_aiItems", "_itemClass if (!isNil "EPOCH_TRADE_COMPLETE") exitWith {}; if (!isNil "EPOCH_TRADE_STARTED") exitWith{}; +if (!isNull _this) exitWith{}; -if (!isNull _this) then { - +if (alive _this) then { _config = 'CfgPricing' call EPOCH_returnConfig; diff --git a/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_core.hpp b/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_core.hpp index 22b90038..6a659411 100644 --- a/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_core.hpp +++ b/Sources/epoch_config/Configs/CfgActionMenu/CfgActionMenu_core.hpp @@ -24,8 +24,8 @@ class CfgActionMenu dyna_distance = "(player distance dyna_cursorTarget) < 5"; dyna_buildMode = "([10] call EPOCH_fnc_cursorTarget) call EPOCH_checkBuild;"; - dyna_isVehicle = "if !(isNull dyna_cursorTarget && alive dyna_cursorTarget) then {((dyna_cursorTarget isKindOf 'LandVehicle') || (dyna_cursorTarget isKindOf 'Air') || (dyna_cursorTarget isKindOf 'Ship') || (dyna_cursorTarget isKindOf 'Tank'))} else {false}"; - dyna_isTrader = "if !(isNull dyna_cursorTarget && alive dyna_cursorTarget) then {((dyna_cursorTarget isKindOf 'Man') && (dyna_cursorTarget != player) && (!isPlayer dyna_cursorTarget) && ((dyna_cursorTarget getVariable['AI_SLOT', -1]) != -1))} else {false}"; + dyna_isVehicle = "if (!(isNull dyna_cursorTarget) && alive dyna_cursorTarget) then {((dyna_cursorTarget isKindOf 'LandVehicle') || (dyna_cursorTarget isKindOf 'Air') || (dyna_cursorTarget isKindOf 'Ship') || (dyna_cursorTarget isKindOf 'Tank'))} else {false}"; + dyna_isTrader = "if (!(isNull dyna_cursorTarget) && alive dyna_cursorTarget) then {((dyna_cursorTarget isKindOf 'Man') && (dyna_cursorTarget != player) && (!isPlayer dyna_cursorTarget) && ((dyna_cursorTarget getVariable['AI_SLOT', -1]) != -1))} else {false}"; dyna_locked = "locked dyna_cursorTarget in [2,3]"; dyna_lockedInVehicle = "locked vehicle player in [2,3]"; }; diff --git a/Sources/epoch_config/Configs/CfgMovesMaleSdr2.hpp b/Sources/epoch_config/Configs/CfgMovesMaleSdr2.hpp index 0c0afaaa..2b9b2e3c 100644 --- a/Sources/epoch_config/Configs/CfgMovesMaleSdr2.hpp +++ b/Sources/epoch_config/Configs/CfgMovesMaleSdr2.hpp @@ -29033,6 +29033,29027 @@ class CfgMovesMaleSdr2: CfgMovesBasic legsDefault[] = {"LeftUpLeg",0.9,"LeftUpLegRoll",0.9,"LeftLeg",0.95,"LeftLegRoll",0.95,"LeftFoot",1,"LeftToeBase",1,"RightUpLeg",0.9,"RightUpLegRoll",0.9,"RightLeg",0.95,"RightLegRoll",0.95,"RightFoot",1,"RightToeBase",1}; idleDefault[] = {"Pelvis",1,"Spine",1,"Spine1",1,"Spine2",1,"Spine3",1,"Camera",1,"weapon",1,"launcher",1,"neck",1,"neck1",1,"head",1,"LeftShoulder",1,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",1,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"LeftUpLeg",1,"LeftUpLegRoll",1,"LeftLeg",1,"LeftLegRoll",1,"LeftFoot",1,"LeftToeBase",1,"RightUpLeg",1,"RightUpLegRoll",1,"RightLeg",1,"RightLegRoll",1,"RightFoot",1,"RightToeBase",1}; }; - - +}; + + +class CfgMovesMaleSdr3: CfgMovesBasic +{ + skeletonName = "SapperSkeleton"; + gestures = "CfgGesturesSapper"; + extended = "CfgExtendedAnimation"; + class States + { + class DeadState: Default + { + actions = "DeadActions"; + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\sapper_death.rtm"; + speed = -2.5; + looped = 0; + onLandBeg = 1; + onLandEnd = 1; + soundEnabled = 0; + terminal = 1; + ragdoll = 1; + headBobMode = 4; + headBobStrength = -1; + disableWeapons = 1; + disableWeaponsLong = 1; + }; + class Unconscious: Default + { + actions = "DeadActions"; + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\sapper_explode.rtm"; + speed = -2.0; + looped = 0; + onLandBeg = 1; + onLandEnd = 1; + soundEnabled = 0; + ragdoll = 1; + headBobMode = 4; + headBobStrength = -1; + disableWeapons = 1; + disableWeaponsLong = 1; + ConnectTo[] = {"Incapacitated",10.2,"IncapacitatedPistol",10.0,"IncapacitatedRifle",10.1}; + InterpolateTo[] = {"DeadState",0.1}; + }; + class Incapacitated: Unconscious + { + actions = "ToIncapacitatedAction"; + speed = -1.67; + interpolationSpeed = 0.1; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",10.1,"DeadState",0.1,"AmovPincMstpSnonWnonDnon",10.2,"Unconscious",0.2,"AmovPpneMstpSnonWnonDnon_injured",20.2}; + }; + class IncapacitatedRifle: Unconscious + { + actions = "ToIncapacitatedRifleAction"; + speed = -1.67; + interpolationSpeed = 0.5; + ConnectTo[] = {}; + InterpolateTo[] = {"DeadState",0.1,"AmovPincMstpSrasWrflDnon",0.2,"Unconscious",0.2,"AmovPpneMstpSrasWrflDnon_injured",20.0,"IncapacitatedRifle_AmovPpneMstpSrasWrflDnon",0.2}; + }; + class IncapacitatedPistol: Unconscious + { + actions = "ToIncapacitatedPistolAction"; + speed = -1.67; + interpolationSpeed = 0.5; + ConnectTo[] = {}; + InterpolateTo[] = {"DeadState",0.1,"AmovPincMstpSrasWpstDnon",10.2,"AmovPpneMstpSrasWpstDnon",2.2,"Unconscious",0.2,"AmovPpneMstpSnonWpstDnon_injured",20.0}; + }; + class AinvPknlMstpSnonWnonDnon_medic: HealBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medic0"; + speed = 1000000; + soundOverride = "healself"; + looped = 1; + actions = "HealActionsNon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + forceAim = 1; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medicEnd",0.1,"AinvPknlMstpSnonWnonDnon_medic0S",0.1,"AinvPknlMstpSnonWnonDnon_medic0",0.1,"AinvPknlMstpSnonWnonDnon_medic1",0.1,"AinvPknlMstpSnonWnonDnon_medic2",0.1,"AinvPknlMstpSnonWnonDnon_medic3",0.1,"AinvPknlMstpSnonWnonDr_medic3",0.1,"AinvPknlMstpSnonWnonDr_medic4",0.1,"AinvPknlMstpSnonWnonDr_medic5",0.1,"AinvPknlMstpSnonWnonDnon_medic4",0.1,"AinvPknlMstpSnonWnonDnon_medic5",0.1,"AinvPknlMstpSnonWnonDr_medic0S",0.1,"AinvPknlMstpSnonWnonDr_medic0",0.1,"AinvPknlMstpSnonWnonDr_medic1",0.1,"AinvPknlMstpSnonWnonDr_medic2",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medicEnd",0.1,"AinvPknlMstpSnonWnonDnon_medic0S",0.1,"AinvPknlMstpSnonWnonDr_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicUp",0.1}; + }; + class AinvPknlMstpSnonWnonDnon_medicUp: AinvPknlMstpSnonWnonDnon_medic + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medic4"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medicEnd",0.1,"AinvPknlMstpSnonWnonDnon_medicUp0S",0.1,"AinvPknlMstpSnonWnonDnon_medicUp0",0.1,"AinvPknlMstpSnonWnonDnon_medicUp1",0.1,"AinvPknlMstpSnonWnonDnon_medicUp2",0.1,"AinvPknlMstpSnonWnonDnon_medicUp3",0.1,"AinvPknlMstpSnonWnonDr_medicUp3",0.1,"AinvPknlMstpSnonWnonDr_medicUp4",0.1,"AinvPknlMstpSnonWnonDr_medicUp5",0.1,"AinvPknlMstpSnonWnonDnon_medicUp4",0.1,"AinvPknlMstpSnonWnonDnon_medicUp5",0.1,"AinvPknlMstpSnonWnonDr_medicUp0S",0.1,"AinvPknlMstpSnonWnonDr_medicUp0",0.1,"AinvPknlMstpSnonWnonDr_medicUp1",0.1,"AinvPknlMstpSnonWnonDr_medicUp2",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medicEnd",0.1,"AinvPknlMstpSnonWnonDnon_medicUp0S",0.1,"AinvPknlMstpSnonWnonDr_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medic",0.1}; + }; + class AinvPknlMstpSnonWnonDnon_medicEnd: AinvPknlMstpSnonWnonDnon_medic + { + speed = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\inj\healing\AinvPknlMstpSnonWnonDnon_medic_AinvPknlMstpSnonWnonDnon"; + looped = 0; + disableWeapons = 0; + minPlayTime = 1; + interpolationRestart = 1; + ignoreMinPlayTime[] = {"Unconscious"}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.1,"AmovPknlMstpSrasWrflDnon",0.13,"Unconscious",0.1}; + }; + class AinvPknlMstpSnonWrflDnon_medicEnd: HealBaseRfl + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\healing\AinvPknlMstpSnonWrflDnon_medic_AinvPknlMstpSnonWrflDnon"; + actions = "RifleKneelActions"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + looped = 0; + disableWeapons = 0; + minPlayTime = 1; + interpolationRestart = 1; + ignoreMinPlayTime[] = {"Unconscious"}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.1,"AmovPknlMstpSrasWrflDnon",0.13,"Unconscious",0.1}; + }; + class AinvPknlMstpSnonWnonDnon_medic0S: AinvPknlMstpSnonWnonDnon_medic + { + VariantAfter[] = {5,5,5}; + variantsPlayer[] = {"AinvPknlMstpSnonWnonDnon_medic0",0.15,"AinvPknlMstpSnonWnonDnon_medic1",0.15,"AinvPknlMstpSnonWnonDnon_medic2",0.15,"AinvPknlMstpSnonWnonDnon_medic3",0.15,"AinvPknlMstpSnonWnonDnon_medic4",0.15,"AinvPknlMstpSnonWnonDnon_medic5",0.1,"AinvPknlMstpSnonWnonDnon_medic0S",0.15}; + equivalentTo = "AinvPknlMstpSnonWnonDnon_medic0"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.01,"AinvPknlMstpSnonWnonDnon_medic0",0.01,"AinvPknlMstpSnonWnonDnon_medic1",0.01,"AinvPknlMstpSnonWnonDnon_medic2",0.01,"AinvPknlMstpSnonWnonDnon_medic3",0.01,"AinvPknlMstpSnonWnonDnon_medic4",0.01,"AinvPknlMstpSnonWnonDnon_medic5",0.01}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.01,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2,"AinvPknlMstpSnonWnonDnon_medic0S",0.2}; + }; + class AinvPknlMstpSnonWnonDnon_medicUp0S: AinvPknlMstpSnonWnonDnon_medicUp + { + VariantAfter[] = {5,5,5}; + variantsPlayer[] = {"AinvPknlMstpSnonWnonDnon_medicUp0",0.15,"AinvPknlMstpSnonWnonDnon_medicUp1",0.15,"AinvPknlMstpSnonWnonDnon_medicUp2",0.15,"AinvPknlMstpSnonWnonDnon_medicUp3",0.15,"AinvPknlMstpSnonWnonDnon_medicUp4",0.15,"AinvPknlMstpSnonWnonDnon_medicUp5",0.1,"AinvPknlMstpSnonWnonDnon_medicUp0S",0.15}; + equivalentTo = "AinvPknlMstpSnonWnonDnon_medicUp0"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.01,"AinvPknlMstpSnonWnonDnon_medicUp0",0.01,"AinvPknlMstpSnonWnonDnon_medicUp1",0.01,"AinvPknlMstpSnonWnonDnon_medicUp2",0.01,"AinvPknlMstpSnonWnonDnon_medicUp3",0.01,"AinvPknlMstpSnonWnonDnon_medicUp4",0.01,"AinvPknlMstpSnonWnonDnon_medicUp5",0.01}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.01,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2,"AinvPknlMstpSnonWnonDnon_medicUp0S",0.2}; + }; + class AinvPknlMstpSnonWnonDnon_medic0: HealBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medic0"; + speed = 0.4; + enableDirectControl = 0; + looped = 1; + variantsPlayer[] = {"AinvPknlMstpSnonWnonDnon_medic0",0.166666,"AinvPknlMstpSnonWnonDnon_medic1",0.166666,"AinvPknlMstpSnonWnonDnon_medic2",0.166666,"AinvPknlMstpSnonWnonDnon_medic3",0.166666,"AinvPknlMstpSnonWnonDnon_medic4",0.166666,"AinvPknlMstpSnonWnonDnon_medic5",0.166666}; + equivalentTo = "AinvPknlMstpSnonWnonDnon_medic0"; + actions = "HealActionsNon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"AinvPknlMstpSnonWnonDnon_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"AinvPknlMstpSnonWnonDnon_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDnon_medic1: AinvPknlMstpSnonWnonDnon_medic0 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medic1"; + speed = 0.26; + }; + class AinvPknlMstpSnonWnonDnon_medic2: AinvPknlMstpSnonWnonDnon_medic0 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medic2"; + speed = 0.19; + }; + class AinvPknlMstpSnonWnonDnon_medic3: AinvPknlMstpSnonWnonDnon_medic0 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medic3"; + speed = 0.2; + }; + class AinvPknlMstpSnonWnonDr_medic3: AinvPknlMstpSnonWnonDnon_medic0 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDr_medic3"; + speed = 0.13; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"AinvPknlMstpSnonWnonDr_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"AinvPknlMstpSnonWnonDr_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDr_medic4: HealBase + { + actions = "HealActionsNon"; + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDr_medic4"; + speed = 0.22; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"AinvPknlMstpSnonWnonDr_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"AinvPknlMstpSnonWnonDr_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDr_medic5: HealBase + { + actions = "HealActionsNon"; + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDr_medic5"; + speed = 0.11; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"AinvPknlMstpSnonWnonDr_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"AinvPknlMstpSnonWnonDr_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDnon_medic4: HealBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medic4"; + speed = 0.13; + actions = "HealActionsNon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + looped = 1; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"AinvPknlMstpSnonWnonDnon_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"AinvPknlMstpSnonWnonDnon_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDnon_medic5: HealBase + { + actions = "HealActionsNon"; + speed = 0.43; + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medic5"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDr_medic0S: AinvPknlMstpSnonWnonDnon_medic + { + variantsPlayer[] = {"AinvPknlMstpSnonWnonDnon_medic0",0.075,"AinvPknlMstpSnonWnonDnon_medic1",0.075,"AinvPknlMstpSnonWnonDnon_medic2",0.075,"AinvPknlMstpSnonWnonDnon_medic3",0.075,"AinvPknlMstpSnonWnonDnon_medic4",0.075,"AinvPknlMstpSnonWnonDnon_medic5",0.075,"AinvPknlMstpSnonWnonDr_medic0",0.075,"AinvPknlMstpSnonWnonDr_medic1",0.075,"AinvPknlMstpSnonWnonDr_medic2",0.075,"AinvPknlMstpSnonWnonDr_medic3",0.075,"AinvPknlMstpSnonWnonDr_medic4",0.075,"AinvPknlMstpSnonWnonDr_medic5",0.075,"AinvPknlMstpSnonWnonDr_medic0S",0.1}; + VariantAfter[] = {5,5,5}; + actions = "HealActionsNonDr"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.01,"AinvPknlMstpSnonWnonDr_medic3",0.01,"AinvPknlMstpSnonWnonDr_medic4",0.01,"AinvPknlMstpSnonWnonDr_medic5",0.01,"AinvPknlMstpSnonWnonDr_medic0",0.01,"AinvPknlMstpSnonWnonDr_medic1",0.01,"AinvPknlMstpSnonWnonDr_medic2",0.01}; + InterpolateTo[] = {"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2,"AinvPknlMstpSnonWnonDr_medic0S",0.2}; + }; + class AinvPknlMstpSnonWnonDr_medic0: HealBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDr_medic0"; + speed = 0.11; + equivalentTo = "AinvPknlMstpSnonWnonDr_medic0"; + actions = "HealActionsNon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"AinvPknlMstpSnonWnonDr_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1,"AinvPknlMstpSnonWnonDr_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDr_medic1: AinvPknlMstpSnonWnonDr_medic0 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDr_medic1"; + speed = 0.21; + }; + class AinvPknlMstpSnonWnonDr_medic2: AinvPknlMstpSnonWnonDr_medic0 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDr_medic2"; + speed = 0.13; + }; + class AinvPknlMstpSnonWnonDnon_medicUp0: HealBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medicUp0"; + speed = 0.4; + enableDirectControl = 0; + variantsPlayer[] = {"AinvPknlMstpSnonWnonDnon_medicUp0",0.166666,"AinvPknlMstpSnonWnonDnon_medicUp1",0.166666,"AinvPknlMstpSnonWnonDnon_medicUp2",0.166666,"AinvPknlMstpSnonWnonDnon_medicUp3",0.166666,"AinvPknlMstpSnonWnonDnon_medicUp4",0.166666,"AinvPknlMstpSnonWnonDnon_medicUp5",0.166666}; + equivalentTo = "AinvPknlMstpSnonWnonDnon_medicUp0"; + actions = "HealActionsNon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"AinvPknlMstpSnonWnonDnon_medicUp0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"AinvPknlMstpSnonWnonDnon_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDnon_medicUp1: AinvPknlMstpSnonWnonDnon_medicUp0 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medicUp1"; + speed = 0.26; + }; + class AinvPknlMstpSnonWnonDnon_medicUp2: AinvPknlMstpSnonWnonDnon_medicUp0 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medicUp2"; + speed = 0.19; + }; + class AinvPknlMstpSnonWnonDnon_medicUp3: AinvPknlMstpSnonWnonDnon_medicUp0 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medicUp3"; + speed = 0.2; + }; + class AinvPknlMstpSnonWnonDr_medicUp3: AinvPknlMstpSnonWnonDnon_medicUp0 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDr_medicUp3"; + speed = -0.13; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"AinvPknlMstpSnonWnonDr_medicUp0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"AinvPknlMstpSnonWnonDr_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDr_medicUp4: HealBase + { + actions = "HealActionsNon"; + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDr_medicUp4"; + speed = 0.22; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"AinvPknlMstpSnonWnonDr_medicUp0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"AinvPknlMstpSnonWnonDr_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDr_medicUp5: HealBase + { + actions = "HealActionsNon"; + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDr_medicUp5"; + speed = -0.11; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"AinvPknlMstpSnonWnonDr_medicUp0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"AinvPknlMstpSnonWnonDr_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDnon_medicUp4: HealBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medicUp3"; + speed = -0.13; + actions = "HealActionsNon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"AinvPknlMstpSnonWnonDnon_medicUp0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"AinvPknlMstpSnonWnonDnon_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDnon_medicUp5: HealBase + { + actions = "HealActionsNon"; + speed = 0.43; + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_medicUp5"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDr_medicUp0S: AinvPknlMstpSnonWnonDnon_medicUp + { + variantsPlayer[] = {"AinvPknlMstpSnonWnonDnon_medicUp0",0.075,"AinvPknlMstpSnonWnonDnon_medicUp1",0.075,"AinvPknlMstpSnonWnonDnon_medicUp2",0.075,"AinvPknlMstpSnonWnonDnon_medicUp3",0.075,"AinvPknlMstpSnonWnonDnon_medicUp4",0.075,"AinvPknlMstpSnonWnonDnon_medicUp5",0.075,"AinvPknlMstpSnonWnonDr_medicUp0",0.075,"AinvPknlMstpSnonWnonDr_medicUp1",0.075,"AinvPknlMstpSnonWnonDr_medicUp2",0.075,"AinvPknlMstpSnonWnonDr_medicUp3",0.075,"AinvPknlMstpSnonWnonDr_medicUp4",0.075,"AinvPknlMstpSnonWnonDr_medicUp5",0.075,"AinvPknlMstpSnonWnonDr_medicUp0S",0.1}; + VariantAfter[] = {1,3,5}; + actions = "HealActionsNonDr"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.01,"AinvPknlMstpSnonWnonDr_medicUp3",0.01,"AinvPknlMstpSnonWnonDr_medicUp4",0.01,"AinvPknlMstpSnonWnonDr_medicUp5",0.01,"AinvPknlMstpSnonWnonDr_medicUp0",0.01,"AinvPknlMstpSnonWnonDr_medicUp1",0.01,"AinvPknlMstpSnonWnonDr_medicUp2",0.01}; + InterpolateTo[] = {"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2,"AinvPknlMstpSnonWnonDr_medicUp0S",0.2}; + }; + class AinvPknlMstpSnonWnonDr_medicUp0: HealBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDr_medicUp0"; + speed = 0.11; + equivalentTo = "AinvPknlMstpSnonWnonDr_medicUp0"; + actions = "HealActionsNon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"AinvPknlMstpSnonWnonDr_medicUp0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medicUp",0.1,"AinvPknlMstpSnonWnonDr_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWnonDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWnonDr_medicUp1: AinvPknlMstpSnonWnonDr_medicUp0 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDr_medicUp1"; + speed = 0.21; + }; + class AinvPknlMstpSnonWnonDr_medicUp2: AinvPknlMstpSnonWnonDr_medicUp0 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDr_medicUp2"; + speed = 0.13; + }; + class AinvPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_medic: HealBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_medic"; + actions = "HealActionsNon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + forceAim = 1; + InterpolationSpeed = 2.5; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1}; + InterpolateTo[] = {"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon",0.1}; + }; + class AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic: HealBaseRfl + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + forceAim = 1; + InterpolationSpeed = 2.5; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.1,"Unconscious",0.1}; + }; + class AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic_Launcher: AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic + { + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.1}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.1,"Unconscious",0.1}; + }; + class AinvPknlMstpSnonWrflDnon_medic: HealBaseRfl + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medic0"; + speed = 1e+008; + looped = 1; + soundOverride = "healself"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + interpolationSpeed = 2.5; + forceAim = 1; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medicEnd",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1,"AinvPknlMstpSnonWrflDr_medic0_old",0.1,"AinvPknlMstpSnonWrflDr_medic1_old",0.1,"AinvPknlMstpSnonWrflDr_medic2_old",0.1,"AinvPknlMstpSnonWrflDr_medic3_old",0.1,"AinvPknlMstpSnonWrflDr_medic4_old",0.1,"AinvPknlMstpSnonWrflDr_medic5_old",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1,"AinvPknlMstpSnonWrflDnon_medic0",0.1,"AinvPknlMstpSnonWrflDnon_medic1",0.1,"AinvPknlMstpSnonWrflDnon_medic2",0.1,"AinvPknlMstpSnonWrflDnon_medic3",0.1,"AinvPknlMstpSnonWrflDnon_medic4",0.1,"AinvPknlMstpSnonWrflDnon_medic5",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medicEnd",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicUp",0.5,"AmovPknlMstpSlowWrflDnon",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medicUp: AinvPknlMstpSnonWrflDnon_medic + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medicupS0"; + actions = "HealSelfActionBase"; + speed = -0.1; + looped = 0; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.2,"AmovPknlMstpSlowWrflDnon",0.2,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0",0.1,"AinvPknlMstpSnonWrflDnon_medicUp1",0.1,"AinvPknlMstpSnonWrflDnon_medicUp2",0.1,"AinvPknlMstpSnonWrflDnon_medicUp3",0.1,"AinvPknlMstpSnonWrflDnon_medicUp4",0.1,"AinvPknlMstpSnonWrflDnon_medicUp5",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medic",0.5}; + }; + class AinvPknlMstpSnonWrflDr_medic0S: AinvPknlMstpSnonWrflDnon_medic + { + VariantAfter[] = {1,3,5}; + VariantsPlayer[] = {"AinvPknlMstpSnonWrflDnon_medic0",0.075,"AinvPknlMstpSnonWrflDnon_medic1",0.075,"AinvPknlMstpSnonWrflDnon_medic2",0.075,"AinvPknlMstpSnonWrflDnon_medic3",0.075,"AinvPknlMstpSnonWrflDnon_medic4",0.075,"AinvPknlMstpSnonWrflDnon_medic5",0.075,"AinvPknlMstpSnonWrflDr_medic0_old",0.075,"AinvPknlMstpSnonWrflDr_medic1_old",0.075,"AinvPknlMstpSnonWrflDr_medic2_old",0.075,"AinvPknlMstpSnonWrflDr_medic3_old",0.075,"AinvPknlMstpSnonWrflDr_medic4_old",0.075,"AinvPknlMstpSnonWrflDr_medic5_old",0.075,"AinvPknlMstpSnonWrflDr_medic0S",0.1}; + equivalentTo = "AinvPknlMstpSnonWrflDr_medic0_old"; + actions = "HealActionBaseDr"; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0_old",0.1,"AinvPknlMstpSnonWrflDr_medic1_old",0.1,"AinvPknlMstpSnonWrflDr_medic2_old",0.1,"AinvPknlMstpSnonWrflDr_medic3_old",0.1,"AinvPknlMstpSnonWrflDr_medic4_old",0.1,"AinvPknlMstpSnonWrflDr_medic5_old",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDr_medic0_old",0.1,"AinvPknlMstpSnonWrflDr_medic1_old",0.1,"AinvPknlMstpSnonWrflDr_medic2_old",0.1,"AinvPknlMstpSnonWrflDr_medic3_old",0.1,"AinvPknlMstpSnonWrflDr_medic4_old",0.1,"AinvPknlMstpSnonWrflDr_medic5_old",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2,"AinvPknlMstpSnonWrflDr_medic0S",0.2}; + }; + class AinvPknlMstpSnonWrflDr_medic0_old: AinvPknlMstpSnonWrflDr_medic0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDr_medic0"; + speed = 0.11; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDr_medic1_old: AinvPknlMstpSnonWrflDr_medic0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDr_medic1"; + speed = 0.21; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDr_medic2_old: AinvPknlMstpSnonWrflDr_medic0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDr_medic2"; + speed = 0.13; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDr_medic3_old: AinvPknlMstpSnonWrflDr_medic0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDr_medic3"; + speed = 0.22; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDr_medic4_old: AinvPknlMstpSnonWrflDr_medic0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDr_medic4"; + speed = 0.22; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDr_medic5_old: AinvPknlMstpSnonWrflDr_medic0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDr_medic5"; + speed = 0.11; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDr_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medic0S: AinvPknlMstpSnonWrflDnon_medic + { + VariantsPlayer[] = {"AinvPknlMstpSnonWrflDnon_medic0",0.15,"AinvPknlMstpSnonWrflDnon_medic1",0.15,"AinvPknlMstpSnonWrflDnon_medic2",0.15,"AinvPknlMstpSnonWrflDnon_medic3",0.15,"AinvPknlMstpSnonWrflDnon_medic4",0.15,"AinvPknlMstpSnonWrflDnon_medic5",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.15}; + VariantAfter[] = {1,3,5}; + equivalentTo = "AinvPknlMstpSnonWrflDnon_medic0"; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0",0.1,"AinvPknlMstpSnonWrflDnon_medic1",0.1,"AinvPknlMstpSnonWrflDnon_medic2",0.1,"AinvPknlMstpSnonWrflDnon_medic3",0.1,"AinvPknlMstpSnonWrflDnon_medic4",0.1,"AinvPknlMstpSnonWrflDnon_medic5",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0",0.1,"AinvPknlMstpSnonWrflDnon_medic1",0.1,"AinvPknlMstpSnonWrflDnon_medic2",0.1,"AinvPknlMstpSnonWrflDnon_medic3",0.1,"AinvPknlMstpSnonWrflDnon_medic4",0.1,"AinvPknlMstpSnonWrflDnon_medic5",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2,"AinvPknlMstpSnonWrflDnon_medic0S",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medicUp0S: AinvPknlMstpSnonWrflDnon_medicUp + { + VariantsPlayer[] = {"AinvPknlMstpSnonWrflDnon_medicUp0",0.15,"AinvPknlMstpSnonWrflDnon_medicUp1",0.15,"AinvPknlMstpSnonWrflDnon_medicUp2",0.15,"AinvPknlMstpSnonWrflDnon_medicUp3",0.15,"AinvPknlMstpSnonWrflDnon_medicUp4",0.15,"AinvPknlMstpSnonWrflDnon_medicUp5",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.15}; + VariantAfter[] = {5,5,5}; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0",0.15,"AinvPknlMstpSnonWrflDnon_medicUp1",0.15,"AinvPknlMstpSnonWrflDnon_medicUp2",0.15,"AinvPknlMstpSnonWrflDnon_medicUp3",0.15,"AinvPknlMstpSnonWrflDnon_medicUp4",0.15,"AinvPknlMstpSnonWrflDnon_medicUp5",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.15}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0",0.1,"AinvPknlMstpSnonWrflDnon_medicUp1",0.1,"AinvPknlMstpSnonWrflDnon_medicUp2",0.1,"AinvPknlMstpSnonWrflDnon_medicUp3",0.1,"AinvPknlMstpSnonWrflDnon_medicUp4",0.1,"AinvPknlMstpSnonWrflDnon_medicUp5",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1,"Unconscious",0.1}; + }; + class AinvPknlMstpSnonWrflDnon_medic0: AinvPknlMstpSnonWrflDnon_medic0S + { + speed = 0.31; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medic1: AinvPknlMstpSnonWrflDnon_medic0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medic1"; + speed = 0.26; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medic2: AinvPknlMstpSnonWrflDnon_medic0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medic2"; + speed = 0.19; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medic3: AinvPknlMstpSnonWrflDnon_medic0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medic3"; + speed = 0.2; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medic4: AinvPknlMstpSnonWrflDnon_medic0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medic4"; + speed = 0.13; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medic5: AinvPknlMstpSnonWrflDnon_medic0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medic5"; + speed = 0.43; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.1,"AinvPknlMstpSnonWrflDnon_medic0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medicUp0: AinvPknlMstpSnonWrflDnon_medicUp0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medicUp0"; + speed = 0.31; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medicUp1: AinvPknlMstpSnonWrflDnon_medicUp0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medicUp1"; + speed = 0.26; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medicUp2: AinvPknlMstpSnonWrflDnon_medicUp0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medicUp2"; + speed = 0.19; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medicUp3: AinvPknlMstpSnonWrflDnon_medicUp0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medicUp3"; + speed = 0.2; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medicUp4: AinvPknlMstpSnonWrflDnon_medicUp0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medicUp4"; + speed = 0.13; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class AinvPknlMstpSnonWrflDnon_medicUp5: AinvPknlMstpSnonWrflDnon_medicUp0S + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDnon_medicUp5"; + speed = 0.43; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medicUp",0.1,"AinvPknlMstpSnonWrflDnon_medicUp0S",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + }; + class Crew: Default + { + actions = "CargoActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Sit\stp\non\non\AmovPsitMstpSnonWnonDnon"; + speed = 1e+010; + soundEnabled = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + useIdles = 0; + canPullTrigger = 0; + leaning = "crewShake"; + mask = "empty"; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {1}; + rightLegIKCurve[] = {1}; + leftLegIKCurve[] = {1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class BasicDriver: Default + { + actions = "CargoActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\sit\stp\non\non\AmovPsitMstpSnonWnonDnon_basicGunner"; + speed = 1e+010; + soundEnabled = 0; + interpolationSpeed = 1; + canPullTrigger = 0; + ConnectTo[] = {"BasicDriverDying",1.0}; + InterpolateTo[] = {"BasicDriverDying",0.1,"Unconscious",0.1}; + }; + class BasicDriverDying: DefaultDie + { + file = "\A3\anims_f\Data\Anim\Sdr\dth\pne\stp\ras\Rfl\AdthPpneMstpSrasWrflDnon_1"; + looped = 0; + soundEnabled = 0; + ConnectTo[] = {"BasicDriverDead",1.0}; + InterpolateTo[] = {"BasicDriverDead",0.1}; + }; + class BasicDriverDead: BasicDriverDying + { + actions = "DeadActions"; + speed = 1e+010; + terminal = 1; + ragdoll = 1; + ConnectTo[] = {"Unconscious",1.0}; + InterpolateTo[] = {}; + }; + class BasicDriverOut: Default + { + actions = "CargoActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\sit\stp\non\non\AmovPsitMstpSnonWnonDnon_basicGunner"; + speed = 1e+010; + soundEnabled = 0; + interpolationSpeed = 1; + canPullTrigger = 0; + ConnectTo[] = {"BasicDriverOutDying",1.0}; + InterpolateTo[] = {"BasicDriverOutDying",0.1,"Unconscious",0.1}; + }; + class BasicDriverOutDying: DefaultDie + { + file = "\A3\anims_f\Data\Anim\Sdr\dth\pne\stp\ras\Rfl\AdthPpneMstpSrasWrflDnon_1"; + looped = 0; + soundEnabled = 0; + ConnectTo[] = {"BasicDriverOutDead",1.0}; + InterpolateTo[] = {"BasicDriverOutDead",0.1}; + }; + class BasicDriverOutDead: BasicDriverOutDying + { + actions = "DeadActions"; + speed = 1e+010; + terminal = 1; + ragdoll = 1; + ConnectTo[] = {"Unconscious",1.0}; + InterpolateTo[] = {}; + }; + class BasicSittingGunner_Dead: DefaultDie + { + actions = "DeadActions"; + file = "\A3\anims_f\Data\Anim\Sdr\dth\pne\stp\ras\Rfl\AdthPpneMstpSrasWrflDnon_1"; + speed = 1e+010; + terminal = 1; + ragdoll = 1; + soundEnabled = 0; + looped = 0; + ConnectTo[] = {"Unconscious",1.0}; + }; + class BasicSittingGunner: Crew + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\sit\stp\non\non\AmovPsitMstpSnonWnonDnon_basicGunner"; + ConnectTo[] = {"BasicSittingGunner_Dead",1.0}; + InterpolateTo[] = {"BasicSittingGunner_Dead",0.1}; + }; + class SprintBaseDf: StandBase + { + stamina = -1; + aimPrecision = 7.0; + turnSpeed = 2; + actions = "RifleStandEvasiveActionsF"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\low\Rfl\AmovPercMsprSlowWrflDf"; + speed = 1.666; + soundOverride = "sprint"; + duty = 0.5; + showWeaponAim = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Mrun_Slow_Wrfl.p3d"; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + limitGunMovement = 0.1; + static = 1; + relSpeedMin = 0.7; + relSpeedMax = 1.1; + visibleSize = 1.00012; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + headBobStrength = 0.231343; + interpolationSpeed = 2.5; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {1}; + ConnectTo[] = {"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class SprintBaseDfl: SprintBaseDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\low\Rfl\AmovPercMsprSlowWrflDfl"; + speed = 1.41525; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class SprintBaseDfr: SprintBaseDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\low\Rfl\AmovPercMsprSlowWrflDfr"; + speed = 1.41525; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class SprintCivilBaseDf: SprintBaseDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\non\non\AmovPercMsprSnonWnonDf"; + speed = 1.37143; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class SprintCivilBaseDfl: SprintCivilBaseDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\non\non\AmovPercMsprSnonWnonDfl"; + }; + class SprintCivilBaseDfr: SprintCivilBaseDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\non\non\AmovPercMsprSnonWnonDfr"; + }; + class AmovPercMstpSlowWrflDnon: StandBase + { + variantAfter[] = {30,30,30}; + variantsPlayer[] = {"AidlPercMstpSlowWrflDnon_G01",0.5,"AidlPercMstpSlowWrflDnon_G02",0.125,"AidlPercMstpSlowWrflDnon_G03",0.125,"AidlPercMstpSlowWrflDnon_G04",0.125,"AidlPercMstpSlowWrflDnon_G05",0.125}; + actions = "RifleLowStandActions"; + duty = -0.4; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\stp\low\rfl\AmovPercMstpSlowWrflDnon"; + collisionShape = "A3\anims_f\data\geom\sdr\Perc_Wrfl_Low.p3d"; + showWeaponAim = 0; + disableWeapons = 0; + disableWeaponsLong = 1; + speed = 1e+010; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + soundEnabled = 0; + enableBinocular = 1; + leftHandIKBeg = 1; + leftHandIKCurve[] = {1}; + leftHandIKEnd = 1; + rightHandIKBeg = 1; + rightHandIKCurve[] = {1}; + rightHandIKEnd = 1; + weaponIK = 1; + canPullTrigger = 0; + interpolationSpeed = 5; + canBlendStep = 1; + headBobStrength = 0.054726; + weaponLowered = 1; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMstpSlowWrflDnon_turnL",0.02,"AmovPercMstpSlowWrflDnon_turnR",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon",0.01,"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon",0.01,"AmovPercMstpSlowWrflDnon_AmovPknlMstpSlowWrflDnon",0.01,"AmovPercMstpSlowWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"AmovPercMstpSlowWrflDnon_SaluteIn",0.1,"AmovPercMstpSrasWrflDnon_SaluteIn",0.15,"AmovPercMstpSlowWrflDnon_AmovPsitMstpSlowWrflDnon",0.1,"AmovPercMstpSlowWrflDnon_AmovPsitMstpSrasWrflDnon",0.1,"LadderRifleOn",1.0,"AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_1",0.1,"Helper_SwitchToCarryRfl",0.2,"HubSpectator_stand",1.0,"HubSpectator_walk",1.0,"HubStanding_idle1",1.0,"HubStanding_idle2",1.0,"HubStanding_idle3",1.0,"Acts_SittingJumpingSaluting_in",0.001,"Acts_TreatingWounded_in",0.0001,"Acts_SignalToCheck",0.001,"Acts_ShowingTheRightWay_in",0.001,"Acts_ShieldFromSun_in",0.001,"Acts_listeningToRadio_In",0.001,"Acts_AidlPercMstpSlowWrflDnon_pissing",0.001,"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon_turnL",0.02,"AmovPercMstpSlowWrflDnon_turnR",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon",0.01,"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon",0.01,"AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_1",0.01,"AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon",0.01,"AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon_Putdown",0.01,"AovrPercMstpSlowWrflDf",0.01,"Helper_SwitchToCarryRfl",0.2,"AmovPercMwlkSlowWrflDf",0.02,"AmovPercMwlkSlowWrflDfl",0.02,"AmovPercMwlkSlowWrflDl",0.02,"AmovPercMwlkSlowWrflDbl",0.02,"AmovPercMwlkSlowWrflDb",0.02,"AmovPercMwlkSlowWrflDbr",0.02,"AmovPercMwlkSlowWrflDr",0.02,"AmovPercMwlkSlowWrflDfr",0.02,"AmovPercMrunSlowWrflDf",0.02,"AmovPercMrunSlowWrflDfl",0.02,"AmovPercMrunSlowWrflDl",0.02,"AmovPercMrunSlowWrflDbl",0.02,"AmovPercMrunSlowWrflDb",0.02,"AmovPercMrunSlowWrflDbr",0.02,"AmovPercMrunSlowWrflDr",0.02,"AmovPercMrunSlowWrflDfr",0.02,"AmovPercMevaSlowWrflDf",0.025,"AmovPercMevaSlowWrflDfl",0.025,"AmovPercMevaSlowWrflDfr",0.025,"Unconscious",0.01,"AwopPercMstpSgthWrflDnon_Start1",0.1,"AwopPercMstpSgthWrflDnon_Throw1",0.1,"AwopPercMstpSgthWrflDnon_End1",0.1,"AwopPercMstpSgthWrflDnon_Throw2",0.1,"AwopPercMstpSgthWrflDnon_End2",0.1,"AidlPercMstpSlowWrflDnon_G01",0.02,"AidlPercMstpSlowWrflDnon_G02",0.02,"AidlPercMstpSlowWrflDnon_G03",0.02,"AidlPercMstpSlowWrflDnon_G04",0.02,"AidlPercMstpSlowWrflDnon_G05",0.02,"AmovPercMtacSlowWrflDf",0.2,"AmovPercMtacSlowWrflDfl",0.2,"AmovPercMtacSlowWrflDl",0.2,"AmovPercMtacSlowWrflDbl",0.2,"AmovPercMtacSlowWrflDb",0.2,"AmovPercMtacSlowWrflDbr",0.2,"AmovPercMtacSlowWrflDr",0.2,"AmovPercMtacSlowWrflDfr",0.2,"Helper_SwitchToCarrynon",0.2,"HaloFreeFall_non",10.2,"AinvPercMstpSrasWrflDnon",0.05,"Acts_PercMstpSlowWrflDnon_handup2",1.0,"Acts_WalkingChecking",1.0,"Acts_PercMstpSlowWrflDnon_handup1",1.0,"Acts_PercMstpSlowWrflDnon_handup2b",1.0,"Acts_PercMstpSlowWrflDnon_handup2c",1.0,"Acts_PercMstpSlowWrflDnon_handup1b",1.0,"Acts_PercMstpSlowWrflDnon_handup1c",1.0,"HubSpectator_stand",1.0,"HubSpectator_walk",1.0,"HubStanding_idle1",1.0,"HubStanding_idle2",1.0,"HubStanding_idle3",1.0,"Acts_NavigatingChopper_In",0.1,"Acts_SittingJumpingSaluting_in",0.1,"Acts_listeningToRadio_In",0.1,"Acts_ShieldFromSun_in",0.1,"Acts_ShowingTheRightWay_in",0.1,"Acts_AidlPercMstpSlowWrflDnon_warmup_loop",0.1}; + }; + class AidlPercMstpSlowWrflDnon_G0S: AmovPercMstpSlowWrflDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AidlPercMstpSlowWrflDnon_G0S",0.02,"AidlPercMstpSlowWrflDnon_G01",0.02,"AidlPercMstpSlowWrflDnon_G02",0.02,"AidlPercMstpSlowWrflDnon_G03",0.02,"AidlPercMstpSlowWrflDnon_G04",0.02,"AidlPercMstpSlowWrflDnon_G05",0.02}; + InterpolateTo[] = {"AidlPercMstpSlowWrflDnon_G0S",0.2,"Unconscious",0.01}; + }; + class AidlPercMstpSlowWrflDnon_AI: AidlPercMstpSlowWrflDnon_G0S + { + variantsAI[] = {"AidlPercMstpSlowWrflDnon_G01",0.5,"AidlPercMstpSlowWrflDnon_G02",0.125,"AidlPercMstpSlowWrflDnon_G03",0.125,"AidlPercMstpSlowWrflDnon_G04",0.125,"AidlPercMstpSlowWrflDnon_G05",0.125}; + }; + class AidlPercMstpSlowWrflDnon_G01: AidlPercMstpSlowWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Idl\erc\stp\low\rfl\AidlPercMstpSlowWrflDnon_G01"; + speed = -30; + canBlendStep = 0; + leftHandIKCurve[] = {0.198,1,0.213,0,0.271,0,0.293,1,0.818,1,0.835,0,0.888,0,0.924,1}; + ConnectTo[] = {"AidlPercMstpSlowWrflDnon_G0S",0.01}; + InterpolateTo[] = {"AidlPercMstpSlowWrflDnon_G0S",0.2,"Unconscious",0.01,"AmovPercMstpSlowWrflDnon",0.02}; + }; + class AidlPercMstpSlowWrflDnon_G02: AidlPercMstpSlowWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\Idl\erc\stp\low\rfl\AidlPercMstpSlowWrflDnon_G02"; + leftHandIKCurve[] = {0.0179,1,0.0355,0,0.137,0,0.168,1,0.537,1,0.542,0,0.68,0,0.706,1}; + }; + class AidlPercMstpSlowWrflDnon_G03: AidlPercMstpSlowWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\Idl\erc\stp\low\rfl\AidlPercMstpSlowWrflDnon_G03"; + leftHandIKCurve[] = {0.693,1,0.71111,0,0.808,0,0.826,1}; + }; + class AidlPercMstpSlowWrflDnon_G04: AidlPercMstpSlowWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\Idl\erc\stp\low\rfl\AidlPercMstpSlowWrflDnon_G04"; + leftHandIKCurve[] = {1}; + }; + class AidlPercMstpSlowWrflDnon_G05: AidlPercMstpSlowWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\Idl\erc\stp\low\rfl\AidlPercMstpSlowWrflDnon_G05"; + leftHandIKCurve[] = {0.0533,1,0.0666,0,0.182,0,0.2,1,0.277,1,0.293,0,0.386,0,0.4,1}; + }; + class AidlPercMstpSlowWrflDnon_G01_combat: AidlPercMstpSlowWrflDnon_G01 + { + actions = "RifleStandActions"; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_AI",0.01}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSrasWrflDnon",0.02,"Acts_PercMstpSlowWrflDnon_handup1",1.0,"Acts_PercMstpSlowWrflDnon_handup1b",1.0,"Acts_PercMstpSlowWrflDnon_handup1c",1.0}; + }; + class AidlPercMstpSlowWrflDnon_G02_combat: AidlPercMstpSlowWrflDnon_G02 + { + actions = "RifleStandActions"; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_AI",0.01}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSrasWrflDnon",0.02,"Acts_PercMstpSlowWrflDnon_handup1",1.0,"Acts_PercMstpSlowWrflDnon_handup1b",1.0,"Acts_PercMstpSlowWrflDnon_handup1c",1.0}; + }; + class AidlPercMstpSlowWrflDnon_G03_combat: AidlPercMstpSlowWrflDnon_G03 + { + actions = "RifleStandActions"; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_AI",0.01}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSrasWrflDnon",0.02,"Acts_PercMstpSlowWrflDnon_handup1",1.0,"Acts_PercMstpSlowWrflDnon_handup1b",1.0,"Acts_PercMstpSlowWrflDnon_handup1c",1.0}; + }; + class AidlPercMstpSlowWrflDnon_G04_combat: AidlPercMstpSlowWrflDnon_G04 + { + actions = "RifleStandActions"; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_AI",0.01}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSrasWrflDnon",0.02,"Acts_PercMstpSlowWrflDnon_handup1",1.0,"Acts_PercMstpSlowWrflDnon_handup1b",1.0,"Acts_PercMstpSlowWrflDnon_handup1c",1.0}; + }; + class AidlPercMstpSlowWrflDnon_G05_combat: AidlPercMstpSlowWrflDnon_G05 + { + actions = "RifleStandActions"; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_AI",0.01}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSrasWrflDnon",0.02,"Acts_PercMstpSlowWrflDnon_handup1",1.0,"Acts_PercMstpSlowWrflDnon_handup1b",1.0,"Acts_PercMstpSlowWrflDnon_handup1c",1.0}; + }; + class AovrPercMstpSlowWrflDf: AmovPercMstpSlowWrflDnon + { + stamina = 0; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + speed = -1.25; + minPlayTime = 0.69; + file = "\A3\anims_f\Data\Anim\Sdr\ovr\erc\stp\low\rfl\AovrPercMstpSlowWrflDf"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wovr.p3d"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1; + duty = 1; + soundEnabled = 1; + soundEdge[] = {0.4,0.75,0.9}; + limitGunMovement = 1; + headBobStrength = 0.23; + interpolationspeed = 3; + interpolationrestart = 1; + leftHandIKCurve[] = {0.6,0,0.85,1}; + }; + class AmovPercMstpSlowWrflDnon_turnL: AidlPercMstpSlowWrflDnon_G0S + { + duty = -0.2; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_AIturn90L"; + speed = 0.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSlowWrflDnon_turnR: AidlPercMstpSlowWrflDnon_G0S + { + duty = -0.2; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_AIturn90R"; + speed = 0.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon: AmovPercMstpSlowWrflDnon + { + duty = -0.3; + variantsPlayer[] = {"AidlPercMstpSrasWrflDnon_G01_player",0.25,"AidlPercMstpSrasWrflDnon_G02_player",0.25,"AidlPercMstpSrasWrflDnon_G03_player",0.25,"AidlPercMstpSrasWrflDnon_G04_player",0.25}; + interpolationSpeed = 4; + visibleSize = 0.700121; + actions = "RifleStandActions"; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + showWeaponAim = 1; + disableWeaponsLong = 0; + enableOptics = 1; + canPullTrigger = 1; + weaponLowered = 0; + soundEnabled = 0; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_G0S",0.02,"AmovPercMstpSrasWrflDnon",0.03,"AmovPercMstpSrasWrflDnon_turnL",0.02,"AmovPercMstpSrasWrflDnon_turnR",0.02,"WeaponMagazineReloadStand",0.1,"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon",0.01,"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.01,"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSnonWnonDnon",0.02,"AwopPercMstpSgthWrflDnon_Start2",0.1,"AmovPercMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon_gear",0.02,"Helper_SwitchToCarryRfl",0.2,"HubSpectator_stand",1.0,"HubSpectator_walk",1.0,"HubStanding_idle1",1.0,"HubStanding_idle2",1.0,"HubStanding_idle3",1.0}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_turnL",0.02,"AmovPercMstpSrasWrflDnon_turnR",0.02,"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_1",0.01,"Helper_SwitchToCarryRfl",0.2,"AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon_Putdown",0.02,"AmovPercMwlkSrasWrflDf",0.02,"AmovPercMwlkSrasWrflDfl",0.02,"AmovPercMwlkSrasWrflDl",0.02,"AmovPercMwlkSrasWrflDbl",0.02,"AmovPercMwlkSrasWrflDb",0.02,"AmovPercMwlkSrasWrflDbr",0.02,"AmovPercMwlkSrasWrflDr",0.02,"AmovPercMwlkSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDf",0.02,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMrunSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDb",0.02,"AmovPercMrunSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDr",0.02,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDf_ldst",0.02,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMrunSrasWrflDl_ldst",0.02,"AmovPercMrunSrasWrflDbl_ldst",0.02,"AmovPercMrunSrasWrflDb_ldst",0.02,"AmovPercMrunSrasWrflDbr_ldst",0.02,"AmovPercMrunSrasWrflDr_ldst",0.02,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPercMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDfl",0.02,"AmovPercMevaSrasWrflDfr",0.02,"AmovPercMstpSrasWrflDnon_SaluteIn",0.03,"Unconscious",0.01,"AidlPercMstpSrasWrflDnon_AI",0.02,"AidlPercMstpSlowWrflDnon_AI",0.02,"AovrPercMstpSrasWrflDf",1.01,"AmovPercMtacSrasWrflDfl",0.2,"AmovPercMtacSrasWrflDl",0.2,"AmovPercMtacSrasWrflDbl",0.2,"AmovPercMtacSrasWrflDb",0.2,"AmovPercMtacSrasWrflDbr",0.2,"AmovPercMtacSrasWrflDr",0.2,"AmovPercMtacSrasWrflDfr",0.22,"AmovPercMtacSrasWrflDf",0.02,"HaloFreeFall_non",10.2,"AmovPercMrunSlowWrflDf",0.02,"AmovPercMrunSlowWrflDfl",0.02,"AmovPercMrunSlowWrflDl",0.02,"AmovPercMrunSlowWrflDb",0.02,"AmovPercMrunSlowWrflDbr",0.02,"AmovPercMrunSlowWrflDr",0.02,"AmovPercMrunSlowWrflDbl",0.02,"AmovPercMrunSlowWrflDfr",0.02,"AmovPercMstpSrasWrflDnon_falling",0.02,"AsdvPercMstpSnonWrflDnon",2.02,"AdvePercMstpSnonWrflDnon",2.02,"AbdvPercMstpSnonWrflDnon",2.02,"AinvPercMstpSrasWrflDnon",0.05,"AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSlowWrflDnon_AmovPsitMstpSlowWrflDnon",0.02,"AfalPercMstpSrasWrflDnon",0.025,"AmovPercMevaSrasWrflDl",0.025,"AmovPercMevaSrasWrflDr",0.025,"Acts_PercMstpSlowWrflDnon_handup2",1.0,"Acts_WalkingChecking",1.0,"Acts_PercMstpSlowWrflDnon_handup1",1.0,"Acts_PercMstpSlowWrflDnon_handup2b",1.0,"Acts_PercMstpSlowWrflDnon_handup2c",1.0,"Acts_PercMstpSlowWrflDnon_handup1b",1.0,"Acts_PercMstpSlowWrflDnon_handup1c",1.0,"HubSpectator_stand",1.0,"HubSpectator_walk",1.0,"HubStanding_idle1",1.0,"HubStanding_idle2",1.0,"HubStanding_idle3",1.0,"Campaign_Base",0.5,"CutSceneAnimationBase",0.5}; + }; + class AidlPercMstpSrasWrflDnon_G0S: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + soundEnabled = 1; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_G0S",0.02,"AidlPercMstpSrasWrflDnon_G01_player",0.02,"AidlPercMstpSrasWrflDnon_G02_player",0.02,"AidlPercMstpSrasWrflDnon_G03_player",0.02,"AidlPercMstpSrasWrflDnon_G04_player",0.02}; + InterpolateTo[] = {"AidlPercMstpSrasWrflDnon_G0S",0.2,"Unconscious",0.01}; + }; + class AidlPercMstpSrasWrflDnon_AI: AidlPercMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon"; + variantsAI[] = {"AidlPercMstpSrasWrflDnon_G01",0.7,"AidlPercMstpSrasWrflDnon_G02",0.1,"AidlPercMstpSrasWrflDnon_G03",0.1,"AidlPercMstpSrasWrflDnon_G04",0.1}; + headBobMode = 0; + useIdles = 1; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_G01",0.2,"AidlPercMstpSrasWrflDnon_G02",0.2,"AidlPercMstpSrasWrflDnon_G03",0.2,"AidlPercMstpSrasWrflDnon_G04",0.2}; + InterpolateTo[] = {"AidlPercMstpSrasWrflDnon_G01",0.2,"AidlPercMstpSrasWrflDnon_G02",0.2,"AidlPercMstpSrasWrflDnon_G03",0.2,"AidlPercMstpSrasWrflDnon_G04",0.2,"Unconscious",0.01,"AidlPercMstpSrasWrflDnon_AI",0.2}; + }; + class AidlPercMstpSrasWrflDnon_G01: AidlPercMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\low\rfl\AidlPercMstpSlowWrflDnon_G01"; + speed = -30; + leftHandIKCurve[] = {0.198,1,0.213,0,0.271,0,0.293,1,0.818,1,0.835,0,0.888,0,0.924,1}; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_AI",0.01,"AidlPercMstpSrasWrflDnon_G0S",0.01}; + InterpolateTo[] = {"AidlPercMstpSrasWrflDnon_AI",0.02,"AidlPercMstpSrasWrflDnon_G0S",0.02,"AidlPercMstpSrasWrflDnon_G01",0.02,"AidlPercMstpSrasWrflDnon_G02",0.02,"AidlPercMstpSrasWrflDnon_G03",0.02,"AidlPercMstpSrasWrflDnon_G04",0.02,"Unconscious",0.01,"AmovPercMstpSrasWrflDnon",0.02}; + }; + class AidlPercMstpSrasWrflDnon_G02: AidlPercMstpSrasWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\low\rfl\AidlPercMstpSlowWrflDnon_G02"; + leftHandIKCurve[] = {0.0179,1,0.0355,0,0.137,0,0.168,1,0.537,1,0.542,0,0.68,0,0.706,1}; + }; + class AidlPercMstpSrasWrflDnon_G03: AidlPercMstpSrasWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\low\rfl\AidlPercMstpSlowWrflDnon_G03"; + leftHandIKCurve[] = {0.693,1,0.71111,0,0.808,0,0.826,1}; + }; + class AidlPercMstpSrasWrflDnon_G04: AidlPercMstpSrasWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\low\rfl\AidlPercMstpSlowWrflDnon_G04"; + leftHandIKCurve[] = {1}; + }; + class AidlPercMstpSrasWrflDnon_G01_player: AidlPercMstpSrasWrflDnon_G04 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\ras\rfl\AidlPercMstpSrasWrflDnon_G01_player"; + }; + class AidlPercMstpSrasWrflDnon_G02_player: AidlPercMstpSrasWrflDnon_G04 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\ras\rfl\AidlPercMstpSrasWrflDnon_G02_player"; + }; + class AidlPercMstpSrasWrflDnon_G03_player: AidlPercMstpSrasWrflDnon_G04 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\ras\rfl\AidlPercMstpSrasWrflDnon_G03_player"; + }; + class AidlPercMstpSrasWrflDnon_G04_player: AidlPercMstpSrasWrflDnon_G04 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\ras\rfl\AidlPercMstpSrasWrflDnon_G04_player"; + }; + class AmovPercMstpSrasWrflDnon_turnL: AidlPercMstpSrasWrflDnon_G0S + { + duty = 0.0; + canBlendStep = 0; + variantsAI[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AIturn90L"; + speed = 1.2; + aimPrecision = 3; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"Unconscious",0.1,"AmovPercMstpSlowWrflDnon_AmovPpneMstpSrasWrflDnon",0.01}; + }; + class AmovPercMstpSrasWrflDnon_turnR: AidlPercMstpSrasWrflDnon_G0S + { + duty = 0.0; + canBlendStep = 0; + variantsAI[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AIturn90R"; + speed = 1.7; + aimPrecision = 3; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"Unconscious",0.1,"AmovPercMstpSlowWrflDnon_AmovPpneMstpSrasWrflDnon",0.01}; + }; + class AidlPercMstpSrasWrflDnon_turnR: AmovPercMstpSrasWrflDnon_turnR + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_AIturn90R"; + actions = "RifleStandActions_Idle"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Idle.p3d"; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AidlPercMstpSrasWrflDnon_turnL: AmovPercMstpSrasWrflDnon_turnL + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_AIturn90L"; + actions = "RifleStandActions_Idle"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Idle.p3d"; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_falling: AidlPercMstpSrasWrflDnon_G0S + { + ConnectTo[] = {}; + InterpolateTo[] = {"AdvePercMstpSnonWnonDnon",0.02,"AswmPercMstpSnonWnonDnon",0.03,"AmovPercMstpSrasWrflDnon",0.02,"AsdvPercMstpSnonWrflDnon",0.02,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDup: AidlPercMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDup"; + speed = -0.25; + actions = "RifleAdjustFStandActions"; + limitgunmovement = 1; + looped = 0; + aimPrecision = 1; + adjstance = "u"; + soundOverride = "adjust_short"; + ConnectTo[] = {"AadjPercMstpSrasWrflDup",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup_AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDdown",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDdown: AidlPercMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDdown"; + speed = -0.25; + actions = "RifleAdjustBStandActions"; + limitgunmovement = 1; + looped = 0; + aimPrecision = 1; + adjstance = "d"; + soundOverride = "adjust_short"; + ConnectTo[] = {"AadjPercMstpSrasWrflDdown",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDleft: AidlPercMstpSrasWrflDnon_G0S + { + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDleft"; + speed = -0.25; + actions = "RifleAdjustLStandActions"; + limitgunmovement = 1; + looped = 0; + aimPrecision = 1; + adjstance = "l"; + soundOverride = "adjust_stand_side"; + ConnectTo[] = {"AadjPercMstpSrasWrflDleft",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDright: AidlPercMstpSrasWrflDnon_G0S + { + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDright"; + speed = -0.25; + actions = "RifleAdjustRStandActions"; + limitgunmovement = 1; + looped = 0; + aimPrecision = 1; + adjstance = "r"; + soundOverride = "adjust_stand_side"; + ConnectTo[] = {"AadjPercMstpSrasWrflDright",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AadjPercMstpSrasWrflDup: AidlPercMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\rfl\AadjPercMstpSrasWrflDup"; + speed = 0.106195; + actions = "RifleAdjustFStandActions"; + aimPrecision = 1.0; + adjstance = "u"; + soundEnabled = 0; + ConnectTo[] = {"AadjPercMstpSrasWrflDup",0.01,"AadjPercMstpSrasWrflDup_AadjPknlMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDright",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup_AadjPknlMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDright",0.02,"AadjPercMwlkSrasWrflDf_up",0.02,"AadjPercMwlkSrasWrflDfl_up",0.02,"AadjPercMwlkSrasWrflDfr_up",0.02,"AadjPercMwlkSrasWrflDl_up",0.02,"AadjPercMwlkSrasWrflDr_up",0.02,"AadjPercMwlkSrasWrflDb_up",0.02,"AadjPercMwlkSrasWrflDbl_up",0.02,"AadjPercMwlkSrasWrflDbr_up",0.02,"AadjPercMrunSrasWrflDf_up",0.02,"AadjPercMrunSrasWrflDfl_up",0.02,"AadjPercMrunSrasWrflDfr_up",0.02,"AadjPercMrunSrasWrflDl_up",0.02,"AadjPercMrunSrasWrflDr_up",0.02,"AadjPercMrunSrasWrflDb_up",0.02,"AadjPercMrunSrasWrflDbl_up",0.02,"AadjPercMrunSrasWrflDbr_up",0.02,"AadjPercMtacSrasWrflDf_up",0.02,"AadjPercMtacSrasWrflDfl_up",0.02,"AadjPercMtacSrasWrflDfr_up",0.02,"AadjPercMtacSrasWrflDl_up",0.02,"AadjPercMtacSrasWrflDr_up",0.02,"AadjPercMtacSrasWrflDb_up",0.02,"AadjPercMtacSrasWrflDbl_up",0.02,"AadjPercMtacSrasWrflDbr_up",0.02,"AadjPercMevaSrasWrflDf_up",0.02,"AadjPercMevaSrasWrflDfl_up",0.02,"AadjPercMevaSrasWrflDfr_up",0.02,"AadjPercMstpSrasWrflDup_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AadjPercMstpSrasWrflDup_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\rfl\AadjPercMstpSrasWrflDup_AmovPercMstpSrasWrflDnon"; + speed = -0.25; + actions = "RifleStandActions"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_short"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPercMstpSrasWrflDdown: AadjPercMstpSrasWrflDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\rfl\AadjPercMstpSrasWrflDdown"; + actions = "RifleAdjustBStandActions"; + adjstance = "d"; + soundEnabled = 0; + ConnectTo[] = {"AadjPercMstpSrasWrflDdown",0.01,"AadjPercMstpSrasWrflDdown_AadjPknlMstpSrasWrflDdown",0.015,"AadjPercMstpSrasWrflDdown_AadjPknlMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDright",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown_AadjPknlMstpSrasWrflDdown",0.02,"AadjPercMstpSrasWrflDdown_AadjPknlMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDright",0.02,"AadjPercMwlkSrasWrflDf_down",0.02,"AadjPercMwlkSrasWrflDfl_down",0.02,"AadjPercMwlkSrasWrflDfr_down",0.02,"AadjPercMwlkSrasWrflDl_down",0.02,"AadjPercMwlkSrasWrflDr_down",0.02,"AadjPercMwlkSrasWrflDb_down",0.02,"AadjPercMwlkSrasWrflDbl_down",0.02,"AadjPercMwlkSrasWrflDbr_down",0.02,"AadjPercMrunSrasWrflDf_down",0.02,"AadjPercMrunSrasWrflDfl_down",0.02,"AadjPercMrunSrasWrflDfr_down",0.02,"AadjPercMrunSrasWrflDl_down",0.02,"AadjPercMrunSrasWrflDr_down",0.02,"AadjPercMrunSrasWrflDb_down",0.02,"AadjPercMrunSrasWrflDbl_down",0.02,"AadjPercMrunSrasWrflDbr_down",0.02,"AadjPercMtacSrasWrflDf_down",0.02,"AadjPercMtacSrasWrflDfl_down",0.02,"AadjPercMtacSrasWrflDfr_down",0.02,"AadjPercMtacSrasWrflDl_down",0.02,"AadjPercMtacSrasWrflDr_down",0.02,"AadjPercMtacSrasWrflDb_down",0.02,"AadjPercMtacSrasWrflDbl_down",0.02,"AadjPercMtacSrasWrflDbr_down",0.02,"AadjPercMevaSrasWrflDf_down",0.02,"AadjPercMevaSrasWrflDfl_down",0.02,"AadjPercMevaSrasWrflDfr_down",0.02,"AadjPercMstpSrasWrflDdown_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AadjPercMstpSrasWrflDDown_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\rfl\AadjPercMstpSrasWrflDdown_AmovPercMstpSrasWrflDnon"; + speed = -0.25; + actions = "RifleStandActions"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_short"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPercMstpSrasWrflDleft: AadjPercMstpSrasWrflDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\rfl\AadjPercMstpSrasWrflDleft"; + speed = 0.139535; + actions = "RifleAdjustLStandActions"; + adjstance = "l"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_AdjL.p3d"; + soundEnabled = 0; + ConnectTo[] = {"AadjPercMstpSrasWrflDleft",0.01,"AadjPercMstpSrasWrflDleft_AadjPknlMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDdown",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft_AadjPknlMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDdown",0.02,"AadjPercMwlkSrasWrflDf_left",0.02,"AadjPercMwlkSrasWrflDfl_left",0.02,"AadjPercMwlkSrasWrflDfr_left",0.02,"AadjPercMwlkSrasWrflDl_left",0.02,"AadjPercMwlkSrasWrflDr_left",0.02,"AadjPercMwlkSrasWrflDb_left",0.02,"AadjPercMwlkSrasWrflDbl_left",0.02,"AadjPercMwlkSrasWrflDbr_left",0.02,"AadjPercMrunSrasWrflDf_left",0.02,"AadjPercMrunSrasWrflDfl_left",0.02,"AadjPercMrunSrasWrflDfr_left",0.02,"AadjPercMrunSrasWrflDl_left",0.02,"AadjPercMrunSrasWrflDr_left",0.02,"AadjPercMrunSrasWrflDb_left",0.02,"AadjPercMrunSrasWrflDbl_left",0.02,"AadjPercMrunSrasWrflDbr_left",0.02,"AadjPercMtacSrasWrflDf_left",0.02,"AadjPercMtacSrasWrflDfl_left",0.02,"AadjPercMtacSrasWrflDfr_left",0.02,"AadjPercMtacSrasWrflDl_left",0.02,"AadjPercMtacSrasWrflDr_left",0.02,"AadjPercMtacSrasWrflDb_left",0.02,"AadjPercMtacSrasWrflDbl_left",0.02,"AadjPercMtacSrasWrflDbr_left",0.02,"AadjPercMevaSrasWrflDf_left",0.02,"AadjPercMevaSrasWrflDfl_left",0.02,"AadjPercMevaSrasWrflDfr_left",0.02,"AadjPercMstpSrasWrflDleft_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AadjPercMstpSrasWrflDleft_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + interpolationrestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + actions = "RifleStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\rfl\AadjPercMstpSrasWrfldleft_AmovPercMstpSrasWrflDnon"; + speed = -0.25; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_stand_side"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPercMstpSrasWrflDright: AadjPercMstpSrasWrflDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\rfl\AadjPercMstpSrasWrflDright"; + speed = 0.101695; + actions = "RifleAdjustRStandActions"; + adjstance = "r"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_AdjR.p3d"; + soundEnabled = 0; + ConnectTo[] = {"AadjPercMstpSrasWrflDright",0.015,"AadjPercMstpSrasWrflDright_AadjPknlMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDdown",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright_AadjPknlMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AadjPercMstpSrasWrflDdown",0.02,"AadjPercMwlkSrasWrflDf_right",0.02,"AadjPercMwlkSrasWrflDfl_right",0.02,"AadjPercMwlkSrasWrflDfr_right",0.02,"AadjPercMwlkSrasWrflDl_right",0.02,"AadjPercMwlkSrasWrflDr_right",0.02,"AadjPercMwlkSrasWrflDb_right",0.02,"AadjPercMwlkSrasWrflDbl_right",0.02,"AadjPercMwlkSrasWrflDbr_right",0.02,"AadjPercMrunSrasWrflDf_right",0.02,"AadjPercMrunSrasWrflDfl_right",0.02,"AadjPercMrunSrasWrflDfr_right",0.02,"AadjPercMrunSrasWrflDl_right",0.02,"AadjPercMrunSrasWrflDr_right",0.02,"AadjPercMrunSrasWrflDb_right",0.02,"AadjPercMrunSrasWrflDbl_right",0.02,"AadjPercMrunSrasWrflDbr_right",0.02,"AadjPercMtacSrasWrflDf_right",0.02,"AadjPercMtacSrasWrflDfl_right",0.02,"AadjPercMtacSrasWrflDfr_right",0.02,"AadjPercMtacSrasWrflDl_right",0.02,"AadjPercMtacSrasWrflDr_right",0.02,"AadjPercMtacSrasWrflDb_right",0.02,"AadjPercMtacSrasWrflDbl_right",0.02,"AadjPercMtacSrasWrflDbr_right",0.02,"AadjPercMevaSrasWrflDf_right",0.02,"AadjPercMevaSrasWrflDfl_right",0.02,"AadjPercMevaSrasWrflDfr_right",0.02,"AadjPercMstpSrasWrflDright_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AadjPercMstpSrasWrflDright_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\rfl\AadjPercMstpSrasWrflDright_AmovPercMstpSrasWrflDnon"; + speed = -0.25; + actions = "RifleStandActions"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_stand_side"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AovrPercMstpSrasWrflDf: AmovPercMstpSrasWrflDnon + { + stamina = 0; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + speed = 0.6; + minPlayTime = 0.69; + file = "\A3\anims_f\Data\Anim\Sdr\ovr\erc\stp\ras\rfl\AovrPercMstpSrasWrflDf"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wovr.p3d"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1; + duty = 1; + soundEnabled = 1; + soundEdge[] = {0.4,0.75,0.9}; + limitGunMovement = 1; + headBobStrength = 0.23; + interpolationspeed = 10; + interpolationrestart = 1; + }; + class AovrPercMrunSrasWrflDf: AovrPercMstpSrasWrflDf + { + forceAim = 1; + minPlayTime = 0.9; + duty = 10; + file = "\A3\anims_f\Data\Anim\Sdr\ovr\erc\stp\ras\rfl\AovrPercMrunSrasWrflDf"; + speed = 1.25849; + disableWeapons = 1; + actions = "RifleStandActionsRunF"; + }; + class AmovPknlMstpSlowWrflDnon: AmovPercMstpSlowWrflDnon + { + variantsPlayer[] = {"AidlPknlMstpSlowWrflDnon_G01",0.25,"AidlPknlMstpSlowWrflDnon_G02",0.25,"AidlPknlMstpSlowWrflDnon_G03",0.25}; + actions = "RifleKneelLowActions"; + duty = -0.6; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\low\rfl\AmovPknlMstpSlowWrflDnon"; + visibleSize = 0.300122; + aimprecision = 0.5; + camShakeFire = 0.5; + collisionShape = "A3\anims_f\data\geom\sdr\Pknl_Wrfl_Low.p3d"; + interpolationSpeed = 4; + ConnectTo[] = {"AidlPknlMstpSlowWrflDnon_G0S",0.01,"AmovPknlMstpSlowWrflDnon_gear",0.02,"AmovPknlMstpSlowWrflDnon",0.02,"AmovPknlMstpSlowWrflDnon_diary",0.02,"AmovPknlMstpSrasWrflDnon_diary",0.02,"AmovPercMstpSrasWrflDnon_diary",0.02,"AmovPercMstpSlowWrflDnon_gear",0.02,"AmovPercMstpSlowWrflDnon_diary",0.02,"AidlPknlMstpSlowWrflDnon_AI",0.1,"AmovPknlMstpSlowWrflDnon_turnL",0.02,"AmovPknlMstpSlowWrflDnon_turnR",0.02,"AmovPknlMstpSlowWrflDnon_AmovPknlMstpSrasWrflDnon",0.005,"AmovPknlMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon",0.01,"AmovPknlMstpSlowWrflDnon_AmovPpneMstpSrasWrflDnon",0.01}; + InterpolateTo[] = {"AidlPknlMstpSlowWrflDnon_AI",0.1,"AmovPknlMstpSlowWrflDnon_turnL",0.02,"AmovPknlMstpSlowWrflDnon_turnR",0.02,"AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic",0.02,"AmovPknlMstpSrasWrflDnon_AinvPknlMstpSrasWrflDnon_Putdown",0.02,"AmovPknlMstpSrasWrflDnon_AinvPknlMstpSrasWrflDnon",0.02,"AmovPknlMwlkSlowWrflDf",0.02,"AmovPknlMwlkSlowWrflDfl",0.02,"AmovPknlMwlkSlowWrflDl",0.02,"AmovPknlMwlkSlowWrflDbl",0.02,"AmovPknlMwlkSlowWrflDb",0.02,"AmovPknlMwlkSlowWrflDbr",0.02,"AmovPknlMwlkSlowWrflDr",0.02,"AmovPknlMwlkSlowWrflDfr",0.02,"AmovPknlMrunSlowWrflDf",0.01,"AmovPknlMrunSlowWrflDfl",0.02,"AmovPknlMrunSlowWrflDl",0.02,"AmovPknlMrunSlowWrflDbl",0.02,"AmovPknlMrunSlowWrflDb",0.02,"AmovPknlMrunSlowWrflDbr",0.02,"AmovPknlMrunSlowWrflDr",0.02,"AmovPknlMrunSlowWrflDfr",0.02,"AmovPknlMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AovrPercMstpSlowWrflDf",0.02,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",10.01,"AmovPknlMtacSlowWrflDf",0.02,"AmovPknlMtacSlowWrflDfl",0.02,"AmovPknlMtacSlowWrflDl",0.02,"AmovPknlMtacSlowWrflDbl",0.02,"AmovPknlMtacSlowWrflDb",0.02,"AmovPknlMtacSlowWrflDbr",0.02,"AmovPknlMtacSlowWrflDr",0.02,"AmovPknlMtacSlowWrflDfr",0.02,"AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_1",0.01,"Acts_CrouchGetLowGesture",1.0}; + }; + class AmovPknlMstpSlowWrflDnon_relax: AmovPknlMstpSlowWrflDnon + { + variantsPlayer[] = {}; + actions = "RifleKneelLowActions_relax"; + disableWeapons = 1; + speed = -10; + aimPrecision = 0.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AmovPknlMstpSlowWrflDnon",10.01,"AmovPknlMstpSrasWrflDnon",10.2,"AmovPercMstpSlowWrflDnon",10.0,"AmovPercMstpSrasWrflDnon",10.0}; + InterpolateTo[] = {"Unconscious",10.01}; + }; + class AidlPknlMstpSlowWrflDnon_G0S: AmovPknlMstpSlowWrflDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AidlPknlMstpSlowWrflDnon_G0S",0.02,"AidlPknlMstpSlowWrflDnon_G01",0.02,"AidlPknlMstpSlowWrflDnon_G02",0.02,"AidlPknlMstpSlowWrflDnon_G03",0.02}; + InterpolateTo[] = {"AidlPknlMstpSlowWrflDnon_G0S",0.2,"Unconscious",0.01}; + }; + class AidlPknlMstpSlowWrflDnon_AI: AidlPknlMstpSlowWrflDnon_G0S + { + variantsAI[] = {"AidlPknlMstpSlowWrflDnon_G01",0.25,"AidlPknlMstpSlowWrflDnon_G02",0.25,"AidlPknlMstpSlowWrflDnon_G03",0.25}; + }; + class AidlPknlMstpSlowWrflDnon_G01: AidlPknlMstpSlowWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Idl\knl\stp\low\rfl\AidlPknlMstpSlowWrflDnon_G01"; + speed = -30; + ConnectTo[] = {"AidlPknlMstpSlowWrflDnon_G0S",0.01}; + InterpolateTo[] = {"AidlPknlMstpSlowWrflDnon_G0S",0.2,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon",0.02}; + looped = 0; + }; + class AidlPknlMstpSlowWrflDnon_G02: AidlPknlMstpSlowWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\Idl\knl\stp\low\rfl\AidlPknlMstpSlowWrflDnon_G02"; + leftHandIKCurve[] = {0.213,1,0.23,0,0.36,0,0.375,1,0.767,1,0.778,0,0.853,0,0.871,1,0.937,1,0.942,0,0.97,0,0.977,1}; + }; + class AidlPknlMstpSlowWrflDnon_G03: AidlPknlMstpSlowWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\Idl\knl\stp\low\rfl\AidlPknlMstpSlowWrflDnon_G03"; + leftHandIKCurve[] = {0.568,1,0.6,0,0.666,0,0.684,1,0.857,1,0.867,0,0.93,0,0.942,1}; + }; + class AidlPknlMstpSlowWrflDnon_G01_combat: AidlPknlMstpSlowWrflDnon_G01 + { + actions = "RifleKneelActions"; + ConnectTo[] = {"AidlPknlMstpSrasWrflDnon_AI",0.01}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMstpSrasWrflDnon",0.02}; + }; + class AidlPknlMstpSlowWrflDnon_G02_combat: AidlPknlMstpSlowWrflDnon_G02 + { + actions = "RifleKneelActions"; + ConnectTo[] = {"AidlPknlMstpSrasWrflDnon_AI",0.01}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMstpSrasWrflDnon",0.02}; + }; + class AidlPknlMstpSlowWrflDnon_G03_combat: AidlPknlMstpSlowWrflDnon_G03 + { + actions = "RifleKneelActions"; + ConnectTo[] = {"AidlPknlMstpSrasWrflDnon_AI",0.01}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMstpSrasWrflDnon",0.02}; + }; + class AmovPknlMstpSlowWrflDnon_gear: AidlPknlMstpSlowWrflDnon_G0S + { + actions = "RifleKneelLowActions_gear"; + ConnectTo[] = {"AmovPknlMstpSlowWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_gear",0.05,"AmovPknlMstpSnonWnonDnon_gear",0.05,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_explo",0.01}; + }; + class AmovPknlMstpSlowWrflDnon_explo: AmovPknlMstpSlowWrflDnon_gear + { + actions = "RifleKneelLowActions_explo"; + speed = -3; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPknlMstpSlowWrflDnon_diary: AmovPknlMstpSlowWrflDnon_gear + { + actions = "RifleKneelLowActions_diary"; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWrflDnon_gear_AmovPknlMstpSrasWrflDnon: AidlPknlMstpSlowWrflDnon_G0S + { + leftHandIKCurve[] = {0.61,0,0.81,1}; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_gear_AmovPknlMstpSrasWrflDnon"; + speed = 1.5; + actions = "RifleKneelActions_gear"; + canBlendStep = 0; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_gear",0.05,"AmovPknlMstpSnonWnonDnon_gear",0.05,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon_gear: AidlPknlMstpSlowWrflDnon_G0S + { + leftHandIKCurve[] = {0.31,1,0.45,0}; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon_gear"; + speed = 2.8; + actions = "RifleKneelActions_gear"; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon_gear",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_gear",0.05,"AmovPknlMstpSnonWnonDnon_gear",0.05,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWrflDnon_gear: AidlPknlMstpSlowWrflDnon_G0S + { + leftHandIKCurve[] = {0}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_gear"; + speed = 10; + actions = "RifleKneelActions_gear"; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon_gear_AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_gear",0.05,"AmovPknlMstpSnonWnonDnon_gear",0.05,"Unconscious",0.1,"AmovPknlMstpSrasWrflDnon_explo",0.01}; + }; + class AmovPknlMstpSrasWrflDnon_explo: AmovPknlMstpSrasWrflDnon_gear + { + actions = "RifleKneelActions_explo"; + speed = -3; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWrflDnon_diary: AmovPknlMstpSrasWrflDnon_gear + { + actions = "RifleKneelActions_diary"; + ConnectTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPknlMstpSlowWrflDnon_AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_gear_AmovPercMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon_gear + { + leftHandIKCurve[] = {0.61,0,0.81,1}; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_gear_AmovPercMstpSrasWrflDnon"; + speed = 1.5; + actions = "RifleStandActions_gear"; + canBlendStep = 0; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWpstDnon_gear",0.05,"AmovPercMstpSnonWnonDnon_gear",0.05,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon_gear: AmovPknlMstpSrasWrflDnon_gear + { + leftHandIKCurve[] = {0.31,1,0.45,0}; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon_gear"; + speed = 2.8; + actions = "RifleStandActions_gear"; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon_gear",0.02,"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWpstDnon_gear",0.05,"AmovPercMstpSnonWnonDnon_gear",0.05,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_gear: AmovPknlMstpSrasWrflDnon_gear + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_gear"; + actions = "RifleStandActions_gear"; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon_gear_AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWpstDnon_gear",0.05,"AmovPercMstpSnonWnonDnon_gear",0.05,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_diary: AmovPercMstpSrasWrflDnon_gear + { + actions = "RifleStandActions_diary"; + ConnectTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPknlMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSlowWrflDnon_gear: AmovPercMstpSrasWrflDnon_gear + { + actions = "RifleLowStandActions_gear"; + ConnectTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPknlMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_gear",0.05,"AmovPercMstpSnonWnonDnon_gear",0.05,"Unconscious",0.1}; + }; + class AmovPercMstpSlowWrflDnon_diary: AmovPercMstpSlowWrflDnon_gear + { + actions = "RifleLowStandActions_diary"; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPknlMstpSlowWrflDnon_turnL: AidlPknlMstpSlowWrflDnon_G0S + { + duty = -0.4; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\rfl\AmovPknlMstpSlowWrflDnon_AIturn90L"; + speed = 0.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPknlMstpSlowWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSlowWrflDnon_turnR: AidlPknlMstpSlowWrflDnon_G0S + { + duty = -0.4; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\rfl\AmovPknlMstpSlowWrflDnon_AIturn90R"; + speed = 0.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPknlMstpSlowWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWrflDnon: AmovPknlMstpSlowWrflDnon + { + duty = -0.4; + variantsPlayer[] = {"AidlPknlMstpSrasWrflDnon_G01_player",0.5,"AidlPknlMstpSrasWrflDnon_G02_player",0.5}; + variantAfter[] = {15,15,15}; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl.p3d"; + showWeaponAim = 1; + enableOptics = 1; + actions = "RifleKneelActions"; + disableWeaponsLong = 0; + canPullTrigger = 1; + weaponLowered = 0; + soundEnabled = 1; + ConnectTo[] = {"AidlPknlMstpSlowWrflDnon_AI",0.1,"AmovPknlMstpSrasWrflDnon",0.03,"AmovPknlMstpSrasWrflDnon_turnL",0.02,"AmovPknlMstpSrasWrflDnon_turnR",0.02,"WeaponMagazineReloadKneel",0.1,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.01,"AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.01,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon",0.02,"AmovPknlMstpSrasWrflDnon_AinvPknlMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AinvPknlMstpSrasWrflDnon_Putdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSnonWnonDnon",0.025,"AwopPknlMstpSgthWrflDnon_Start",0.1,"AwopPknlMstpSgthWrflDnon_End",0.1,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon_gear",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMrunSlowWrflDf",0.01}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_turnL",0.02,"AmovPknlMstpSrasWrflDnon_turnR",0.02,"AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.01,"AidlPknlMstpSrasWrflDnon_AI",0.02,"AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic",0.02,"AmovPknlMwlkSrasWrflDf",0.02,"AmovPknlMwlkSrasWrflDfl",0.02,"AmovPknlMwlkSrasWrflDl",0.02,"AmovPknlMwlkSrasWrflDbl",0.02,"AovrPercMstpSrasWrflDf",1.02,"AmovPknlMwlkSrasWrflDb",0.02,"AmovPknlMwlkSrasWrflDbr",0.02,"AmovPknlMwlkSrasWrflDr",0.02,"AmovPknlMwlkSrasWrflDfr",0.02,"AmovPknlMrunSrasWrflDfl",0.02,"AmovPknlMrunSrasWrflDl",0.02,"AmovPknlMrunSrasWrflDbl",0.02,"AmovPknlMrunSrasWrflDb",0.02,"AmovPknlMrunSrasWrflDbr",0.02,"AmovPknlMrunSrasWrflDr",0.02,"AmovPknlMrunSrasWrflDfr",0.02,"AmovPknlMrunSrasWrflDf_ldst",0.02,"AmovPknlMrunSrasWrflDfl_ldst",0.02,"AmovPknlMrunSrasWrflDl_ldst",0.02,"AmovPknlMrunSrasWrflDbl_ldst",0.02,"AmovPknlMrunSrasWrflDb_ldst",0.02,"AmovPknlMrunSrasWrflDbr_ldst",0.02,"AmovPknlMrunSrasWrflDr_ldst",0.02,"AmovPknlMrunSrasWrflDfr_ldst",0.02,"AmovPknlMevaSrasWrflDr",0.025,"AmovPknlMevaSrasWrflDl",0.025,"Unconscious",0.01,"AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_2",0.2,"ReloadGM6",0.2,"DismountOptic",0.2,"MountOptic",0.2,"MountSide",0.2,"DismountSide",0.2,"AmovPknlMstpSlowWrflDnon_relax",10.2,"AmovPknlMrunSrasWrflDf",0.2,"AinvPknlMstpSnonWrflDnon_medicUp",0.2,"AinvPknlMstpSlayWrflDnon_medic",0.05,"AinvPknlMstpSlayWrflDnon_medicOther",0.05,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMtacSrasWrflDl",0.02,"AmovPknlMtacSrasWrflDbl",0.02,"AmovPknlMtacSrasWrflDb",0.02,"AmovPknlMtacSrasWrflDbr",0.02,"AmovPknlMtacSrasWrflDr",0.02,"AmovPknlMtacSrasWrflDfr",0.02,"AmovPknlMstpSlowWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AfalPknlMstpSrasWrflDnon",0.025,"AinvPknlMstpSnonWrflDr_medic1",0.05,"AinvPknlMstpSnonWrflDr_medic2",0.05,"AinvPknlMstpSnonWrflDr_medic3",0.05,"AinvPknlMstpSnonWrflDr_medic4",0.05,"AinvPknlMstpSnonWrflDr_medic5",0.05,"Campaign_Base",0.01}; + }; + class AidlPknlMstpSrasWrflDnon_G0S: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AidlPknlMstpSrasWrflDnon_G0S",0.02,"AidlPknlMstpSrasWrflDnon_G01",0.02}; + InterpolateTo[] = {"AidlPknlMstpSrasWrflDnon_G0S",0.2,"Unconscious",0.01}; + }; + class AidlPknlMstpSrasWrflDnon_AI: AidlPknlMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\low\rfl\AmovPknlMstpSlowWrflDnon"; + variantAfter[] = {30,30,30}; + variantsAI[] = {"AidlPknlMstpSrasWrflDnon_G01",0.5,"AidlPknlMstpSrasWrflDnon_G02",0.5}; + headBobMode = 0; + ConnectTo[] = {"AidlPknlMstpSrasWrflDnon_G01",0.2,"AidlPknlMstpSrasWrflDnon_G02",0.2}; + InterpolateTo[] = {"AidlPknlMstpSrasWrflDnon_G01",0.2,"AidlPknlMstpSrasWrflDnon_G02",0.2,"Unconscious",0.01,"AidlPknlMstpSrasWrflDnon_G0S",0.2}; + }; + class AidlPknlMstpSrasWrflDnon_G01: AidlPknlMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Idl\knl\stp\low\rfl\AidlPknlMstpSlowWrflDnon_G01"; + speed = -15; + ConnectTo[] = {"AidlPknlMstpSrasWrflDnon_G0S",0.02}; + InterpolateTo[] = {"AidlPknlMstpSrasWrflDnon_G0S",0.2,"Unconscious",0.01,"AmovPknlMstpSrasWrflDnon",0.02}; + looped = 0; + }; + class AidlPknlMstpSrasWrflDnon_G02: AidlPknlMstpSrasWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\Idl\knl\stp\low\rfl\AidlPknlMstpSlowWrflDnon_G02"; + }; + class AidlPknlMstpSrasWrflDnon_G01_player: AidlPknlMstpSrasWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\Idl\knl\stp\ras\rfl\AidlPknlMstpSrasWrflDnon_G01_player"; + }; + class AidlPknlMstpSrasWrflDnon_G02_player: AidlPknlMstpSrasWrflDnon_G02 + { + file = "\A3\anims_f\Data\Anim\Sdr\Idl\knl\stp\ras\rfl\AidlPknlMstpSrasWrflDnon_G02_player"; + }; + class AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDup: AidlPknlMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDup"; + speed = -0.25; + actions = "RifleAdjustFKneelActions"; + limitgunmovement = 1; + looped = 0; + adjstance = "u"; + soundOverride = "adjust_short"; + ConnectTo[] = {"AadjPknlMstpSrasWrflDup",0.02}; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup_AmovPknlMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDdown: AidlPknlMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDdown"; + speed = -0.25; + actions = "RifleAdjustBKneelActions"; + limitgunmovement = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_adjdown.p3d"; + looped = 0; + adjstance = "d"; + soundOverride = "adjust_short"; + ConnectTo[] = {"AadjPknlMstpSrasWrflDdown",0.02}; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown_AmovPknlMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDleft: AidlPknlMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDleft"; + speed = -0.25; + actions = "RifleAdjustLKneelActions"; + limitgunmovement = 1; + looped = 0; + adjstance = "l"; + soundOverride = "adjust_stand_side"; + ConnectTo[] = {"AadjPknlMstpSrasWrflDleft",0.02}; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft_AmovPknlMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDright: AidlPknlMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDright"; + speed = -0.25; + actions = "RifleAdjustRKneelActions"; + limitgunmovement = 1; + looped = 0; + adjstance = "r"; + soundOverride = "adjust_stand_side"; + ConnectTo[] = {"AadjPknlMstpSrasWrflDright",0.02}; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright_AmovPknlMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AadjPknlMstpSrasWrflDup: AidlPknlMstpSrasWrflDnon_G0S + { + aimPrecision = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AadjPknlMstpSrasWrflDup"; + speed = 0.116505; + actions = "RifleAdjustFKneelActions"; + adjstance = "u"; + soundEnabled = 0; + ConnectTo[] = {"AadjPknlMstpSrasWrflDup_AadjPercMstpSrasWrflDup",0.02,"AadjPknlMstpSrasWrflDup_AadjPercMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPknlMstpSrasWrflDup",0.01}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPknlMstpSrasWrflDup_AadjPercMstpSrasWrflDup",0.02,"AadjPknlMstpSrasWrflDup_AadjPercMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDright",0.02,"AadjPknlMwlkSrasWrflDf_up",0.02,"AadjPknlMwlkSrasWrflDfl_up",0.02,"AadjPknlMwlkSrasWrflDfr_up",0.02,"AadjPknlMwlkSrasWrflDl_up",0.02,"AadjPknlMwlkSrasWrflDr_up",0.02,"AadjPknlMwlkSrasWrflDb_up",0.02,"AadjPknlMwlkSrasWrflDbl_up",0.02,"AadjPknlMwlkSrasWrflDbr_up",0.02,"AadjPknlMrunSrasWrflDf_up",0.02,"AadjPknlMrunSrasWrflDfl_up",0.02,"AadjPknlMrunSrasWrflDfr_up",0.02,"AadjPknlMrunSrasWrflDl_up",0.02,"AadjPknlMrunSrasWrflDr_up",0.02,"AadjPknlMrunSrasWrflDb_up",0.02,"AadjPknlMrunSrasWrflDbl_up",0.02,"AadjPknlMrunSrasWrflDbr_up",0.02,"AadjPknlMtacSrasWrflDf_up",0.02,"AadjPknlMtacSrasWrflDfl_up",0.02,"AadjPknlMtacSrasWrflDfr_up",0.02,"AadjPknlMtacSrasWrflDl_up",0.02,"AadjPknlMtacSrasWrflDr_up",0.02,"AadjPknlMtacSrasWrflDb_up",0.02,"AadjPknlMtacSrasWrflDbl_up",0.02,"AadjPknlMtacSrasWrflDbr_up",0.02,"AadjPknlMevaSrasWrflDf_up",0.02,"AadjPknlMevaSrasWrflDfl_up",0.02,"AadjPknlMevaSrasWrflDfr_up",0.02,"AadjPknlMstpSrasWrflDup_AmovPknlMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AadjPknlMstpSrasWrflDup_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AadjPknlMstpSrasWrflDup_AmovPknlMstpSrasWrflDnon"; + speed = -0.25; + actions = "RifleKneelActions"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_short"; + }; + class AadjPknlMstpSrasWrflDdown: AadjPknlMstpSrasWrflDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AadjPknlMstpSrasWrflDdown"; + speed = 0.5; + actions = "RifleAdjustBKneelActions"; + adjstance = "d"; + soundEnabled = 0; + ConnectTo[] = {"AadjPknlMstpSrasWrflDdown_AadjPercMstpSrasWrflDdown",0.015,"AadjPknlMstpSrasWrflDdown_AadjPpneMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPknlMstpSrasWrflDdown",0.01}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.015,"AadjPknlMstpSrasWrflDdown_AadjPercMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AadjPknlMstpSrasWrflDdown_AadjPpneMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDright",0.02,"AadjPknlMwlkSrasWrflDf_down",0.02,"AadjPknlMwlkSrasWrflDfl_down",0.02,"AadjPknlMwlkSrasWrflDfr_down",0.02,"AadjPknlMwlkSrasWrflDl_down",0.02,"AadjPknlMwlkSrasWrflDr_down",0.02,"AadjPknlMwlkSrasWrflDb_down",0.02,"AadjPknlMwlkSrasWrflDbl_down",0.02,"AadjPknlMwlkSrasWrflDbr_down",0.02,"AadjPknlMrunSrasWrflDf_down",0.02,"AadjPknlMrunSrasWrflDfl_down",0.02,"AadjPknlMrunSrasWrflDfr_down",0.02,"AadjPknlMrunSrasWrflDl_down",0.02,"AadjPknlMrunSrasWrflDr_down",0.02,"AadjPknlMrunSrasWrflDb_down",0.02,"AadjPknlMrunSrasWrflDbl_down",0.02,"AadjPknlMrunSrasWrflDbr_down",0.02,"AadjPknlMtacSrasWrflDf_down",0.02,"AadjPknlMtacSrasWrflDfl_down",0.02,"AadjPknlMtacSrasWrflDfr_down",0.02,"AadjPknlMtacSrasWrflDl_down",0.02,"AadjPknlMtacSrasWrflDr_down",0.02,"AadjPknlMtacSrasWrflDb_down",0.02,"AadjPknlMtacSrasWrflDbl_down",0.02,"AadjPknlMtacSrasWrflDbr_down",0.02,"AadjPknlMevaSrasWrflDf_down",0.02,"AadjPknlMevaSrasWrflDfl_down",0.02,"AadjPknlMevaSrasWrflDfr_down",0.02,"AadjPknlMstpSrasWrflDdown_AmovPknlMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AadjPknlMstpSrasWrflDDown_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AadjPknlMstpSrasWrflDdown_AmovPknlMstpSrasWrflDnon"; + speed = -0.25; + actions = "RifleKneelActions"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_adjdown.p3d"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_short"; + }; + class AadjPknlMstpSrasWrflDleft: AadjPknlMstpSrasWrflDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AadjPknlMstpSrasWrflDleft"; + speed = 0.139535; + actions = "RifleAdjustLKneelActions"; + adjstance = "l"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_AdjL.p3d"; + soundEnabled = 0; + ConnectTo[] = {"AadjPknlMstpSrasWrflDleft_AadjPercMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPknlMstpSrasWrflDleft",0.01}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPknlMstpSrasWrflDleft_AadjPercMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDdown",0.02,"AadjPknlMwlkSrasWrflDf_left",0.02,"AadjPknlMwlkSrasWrflDfl_left",0.02,"AadjPknlMwlkSrasWrflDfr_left",0.02,"AadjPknlMwlkSrasWrflDl_left",0.02,"AadjPknlMwlkSrasWrflDr_left",0.02,"AadjPknlMwlkSrasWrflDb_left",0.02,"AadjPknlMwlkSrasWrflDbl_left",0.02,"AadjPknlMwlkSrasWrflDbr_left",0.02,"AadjPknlMrunSrasWrflDf_left",0.02,"AadjPknlMrunSrasWrflDfl_left",0.02,"AadjPknlMrunSrasWrflDfr_left",0.02,"AadjPknlMrunSrasWrflDl_left",0.02,"AadjPknlMrunSrasWrflDr_left",0.02,"AadjPknlMrunSrasWrflDb_left",0.02,"AadjPknlMrunSrasWrflDbl_left",0.02,"AadjPknlMrunSrasWrflDbr_left",0.02,"AadjPknlMtacSrasWrflDf_left",0.02,"AadjPknlMtacSrasWrflDfl_left",0.02,"AadjPknlMtacSrasWrflDfr_left",0.02,"AadjPknlMtacSrasWrflDl_left",0.02,"AadjPknlMtacSrasWrflDr_left",0.02,"AadjPknlMtacSrasWrflDb_left",0.02,"AadjPknlMtacSrasWrflDbl_left",0.02,"AadjPknlMtacSrasWrflDbr_left",0.02,"AadjPknlMevaSrasWrflDf_left",0.02,"AadjPknlMevaSrasWrflDfl_left",0.02,"AadjPknlMevaSrasWrflDfr_left",0.02,"AadjPknlMstpSrasWrflDleft_AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft",0.02,"Unconscious",0.1}; + }; + class AadjPknlMstpSrasWrflDleft_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AadjPknlMstpSrasWrfldleft_AmovPknlMstpSrasWrflDnon"; + speed = -0.25; + actions = "RifleKneelActions"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_stand_side"; + }; + class AadjPknlMstpSrasWrflDright: AadjPknlMstpSrasWrflDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AadjPknlMstpSrasWrflDright"; + speed = 0.139535; + actions = "RifleAdjustRKneelActions"; + adjstance = "r"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_AdjR.p3d"; + soundEnabled = 0; + ConnectTo[] = {"AadjPknlMstpSrasWrflDright_AadjPercMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPknlMstpSrasWrflDright",0.01}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPknlMstpSrasWrflDright_AadjPercMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AadjPknlMstpSrasWrflDdown",0.02,"AadjPknlMwlkSrasWrflDf_right",0.02,"AadjPknlMwlkSrasWrflDfl_right",0.02,"AadjPknlMwlkSrasWrflDfr_right",0.02,"AadjPknlMwlkSrasWrflDl_right",0.02,"AadjPknlMwlkSrasWrflDr_right",0.02,"AadjPknlMwlkSrasWrflDb_right",0.02,"AadjPknlMwlkSrasWrflDbl_right",0.02,"AadjPknlMwlkSrasWrflDbr_right",0.02,"AadjPknlMrunSrasWrflDf_right",0.02,"AadjPknlMrunSrasWrflDfl_right",0.02,"AadjPknlMrunSrasWrflDfr_right",0.02,"AadjPknlMrunSrasWrflDl_right",0.02,"AadjPknlMrunSrasWrflDr_right",0.02,"AadjPknlMrunSrasWrflDb_right",0.02,"AadjPknlMrunSrasWrflDbl_right",0.02,"AadjPknlMrunSrasWrflDbr_right",0.02,"AadjPknlMtacSrasWrflDf_right",0.02,"AadjPknlMtacSrasWrflDfl_right",0.02,"AadjPknlMtacSrasWrflDfr_right",0.02,"AadjPknlMtacSrasWrflDl_right",0.02,"AadjPknlMtacSrasWrflDr_right",0.02,"AadjPknlMtacSrasWrflDb_right",0.02,"AadjPknlMtacSrasWrflDbl_right",0.02,"AadjPknlMtacSrasWrflDbr_right",0.02,"AadjPknlMevaSrasWrflDf_right",0.02,"AadjPknlMevaSrasWrflDfl_right",0.02,"AadjPknlMevaSrasWrflDfr_right",0.02,"AadjPknlMstpSrasWrflDright_AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright",0.02,"Unconscious",0.1}; + }; + class AadjPknlMstpSrasWrflDright_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AadjPknlMstpSrasWrflDright_AmovPknlMstpSrasWrflDnon"; + speed = -0.25; + actions = "RifleKneelActions"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_stand_side"; + }; + class AmovPknlMstpSrasWrflDnon_AmovPknlMrunSlowWrflDf: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\run\low\rfl\AmovPknlMstpSrasWrflDnon_AmovPknlMrunSlowWrflDf"; + speed = 1.2; + looped = 0; + interpolationRestart = 1; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1,"AmovPknlMrunSrasWrflDf",0.01}; + }; + class AmovPknlMstpSrasWrflDnon_turnL: AmovPknlMstpSrasWrflDnon + { + duty = -0.2; + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AIturn90L"; + speed = 1.35; + aimPrecision = 4; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.01,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon",0.01}; + }; + class AmovPknlMstpSrasWrflDnon_turnR: AmovPknlMstpSrasWrflDnon + { + duty = -0.2; + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AIturn90R"; + speed = 1.35; + aimPrecision = 4; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.01,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon",0.01}; + }; + class AmovPpneMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {"AidlPpneMstpSrasWrflDnon_G01_player",0.4,"AidlPpneMstpSrasWrflDnon_G02_player",0.3,"AidlPpneMstpSrasWrflDnon_G03_player",0.3}; + variantsAI[] = {}; + actions = "RifleProneActions"; + duty = -0.8; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + onLandBeg = 1; + onLandEnd = 1; + visibleSize = 0.100123; + aimprecision = 1.25; + camShakeFire = 0.3; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + soundOverride = "crawl"; + headBobStrength = 0.154229; + interpolationSpeed = 2.5; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon_injured",0.1,"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_turnL",0.02,"AmovPpneMstpSrasWrflDnon_turnR",0.02,"WeaponMagazineReloadProne",0.1,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02,"AwopPpneMstpSgthWrflDnon_Start",0.1,"AwopPpneMstpSgthWrflDnon_End",0.1,"AidlPpneMstpSrasWrflDnon_AI",0.1,"AmovPpneMstpSrasWrflDnon_healed",0.02,"AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDdown",0.02,"AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDup",0.02,"AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright",0.02,"AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon_turnL",0.02,"AmovPpneMstpSrasWrflDnon_turnR",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AidlPpneMstpSrasWrflDnon_AI",0.02,"AmovPpneMstpSrasWrflDnon_AinvPpneMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AinvPpneMstpSrasWrflDnon_Putdown",0.02,"AwopPpneMstpSgthWrflDnon_Fast_Start",0.02,"AinvPpneMstpSlayWrflDnon_medic",0.02,"AinvPpneMstpSlayWrflDnon_medicOther",0.02,"AmovPpneMrunSlowWrflDf",0.02,"AmovPpneMevaSlowWrflDf",0.02,"AmovPpneMrunSlowWrflDfl",0.02,"AmovPpneMrunSlowWrflDl",0.02,"AmovPpneMrunSlowWrflDbl",0.02,"AmovPpneMrunSlowWrflDb",0.02,"AmovPpneMrunSlowWrflDbr",0.02,"AmovPpneMrunSlowWrflDr",0.02,"AmovPpneMrunSlowWrflDfr",0.02,"AmovPpneMsprSlowWrflDf",0.02,"AmovPpneMsprSlowWrflDbl",0.02,"AmovPpneMsprSlowWrflDl",0.02,"AmovPpneMsprSlowWrflDr",0.02,"AmovPpneMsprSlowWrflDbr",0.02,"AmovPpneMsprSlowWrflDb",0.02,"AmovPpneMsprSlowWrflDfl",0.02,"AmovPpneMsprSlowWrflDfr",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf",0.05,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.01,"AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDdown",0.02,"AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDup",0.02,"AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft",0.02,"AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright",0.02,"RifleReloadProneMk20",0.02,"RifleReloadProneMX",0.02,"RifleReloadProneMXUGL",0.02,"RifleReloadProneMXCompact",0.02,"RifleReloadProneMXSniper",0.02,"RifleReloadProneTRG",0.02,"RifleReloadProneTRGUGL",0.02,"RifleReloadProneMk20UGL",0.02,"RifleReloadProneM200",0.02,"RifleReloadProneLRR",0.02,"RifleReloadProneEBR",0.02,"RifleReloadProneSMG_02",0.02,"RifleReloadProneSMG_03",0.02,"RifleReloadProneSDAR",0.02,"RifleReloadProneDMR",0.02,"RifleReloadProneDMR02",0.02,"RifleReloadProneDMR03",0.02,"RifleReloadProneDMR04",0.02,"RifleReloadProneDMR05",0.02,"RifleReloadProneDMR06",0.02,"RifleReloadProneMMG01",0.02,"RifleReloadProneMMG02",0.02,"RifleReloadProneGM6",0.02,"RifleReloadProneSMG_01",0.02,"RifleReloadProneM4SSAS",0.02,"RifleReloadProneKatiba",0.02,"RifleReloadProneKatibaUGL",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AfalPpneMstpSrasWrflDnon",0.025,"Campaign_Base",0.5}; + }; + class AidlPpneMstpSrasWrflDnon_G0S: AmovPpneMstpSrasWrflDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AidlPpneMstpSrasWrflDnon_G01_player",0.02,"AidlPpneMstpSrasWrflDnon_G02_player",0.02,"AidlPpneMstpSrasWrflDnon_G03_player",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AidlPpneMstpSrasWrflDnon_G0S",0.2}; + }; + class AidlPpneMstpSrasWrflDnon_AI: AidlPpneMstpSrasWrflDnon_G0S + { + variantsAI[] = {"AidlPpneMstpSrasWrflDnon_G01",0.4,"AidlPpneMstpSrasWrflDnon_G02",0.3,"AidlPpneMstpSrasWrflDnon_G03",0.3}; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AidlPpneMstpSrasWrflDnon_G01",0.02,"AidlPpneMstpSrasWrflDnon_G02",0.02,"AidlPpneMstpSrasWrflDnon_G03",0.02}; + }; + class AidlPpneMstpSrasWrflDnon_G01: AidlPpneMstpSrasWrflDnon_G0S + { + speed = -15; + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\rfl\AidlPpneMstpSrasWrflDnon_G01"; + ConnectTo[] = {"AidlPpneMstpSrasWrflDnon_G0S",0.02}; + InterpolateTo[] = {"AidlPpneMstpSrasWrflDnon_G0S",0.2,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AidlPpneMstpSrasWrflDnon_G02: AidlPpneMstpSrasWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\rfl\AidlPpneMstpSrasWrflDnon_G02"; + }; + class AidlPpneMstpSrasWrflDnon_G03: AidlPpneMstpSrasWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\rfl\AidlPpneMstpSrasWrflDnon_G03"; + }; + class AidlPpneMstpSrasWrflDnon_G01_player: AidlPpneMstpSrasWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\rfl\AidlPpneMstpSrasWrflDnon_G01_player"; + }; + class AidlPpneMstpSrasWrflDnon_G02_player: AidlPpneMstpSrasWrflDnon_G02 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\rfl\AidlPpneMstpSrasWrflDnon_G02_player"; + }; + class AidlPpneMstpSrasWrflDnon_G03_player: AidlPpneMstpSrasWrflDnon_G03 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\rfl\AidlPpneMstpSrasWrflDnon_G03_player"; + }; + class IncapacitatedRifle_AmovPpneMstpSrasWrflDnon: AidlPpneMstpSrasWrflDnon_G0S + { + interpolationSpeed = 0.7; + speed = -1; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.2}; + InterpolateTo[] = {}; + }; + class AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDup: AidlPpneMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDup"; + speed = -0.95; + canBlendStep = 0; + actions = "RifleAdjustFProneActions"; + limitgunmovement = 1; + looped = 0; + adjstance = "u"; + interpolationRestart = 1; + soundOverride = "adjust_prone_up"; + soundEnabled = 1; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.083333,1,0.15625,0,0.838542,0,0.953125,1}; + ConnectTo[] = {"AadjPpneMstpSrasWrflDup",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDup_AmovPpneMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDdown: AidlPpneMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDdown"; + speed = -0.5; + actions = "RifleAdjustBProneActions"; + canBlendStep = 0; + limitgunmovement = 1; + looped = 0; + adjstance = "d"; + interpolationRestart = 1; + soundEnabled = 1; + soundEdge[] = {0.01}; + soundOverride = "adjust_prone_down"; + ConnectTo[] = {"AadjPpneMstpSrasWrflDdown",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDdown_AmovPpneMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWrflDup: AidlPpneMstpSrasWrflDnon_G0S + { + aimPrecision = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDup"; + canBlendStep = 0; + actions = "RifleAdjustFProneActions"; + speed = 0.084746; + adjstance = "u"; + soundEnabled = 0; + ConnectTo[] = {"AadjPpneMstpSrasWrflDup",0.02,"AadjPpneMstpSrasWrflDup_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDup_AadjPknlMstpSrasWrflDdown",0.02,"AadjPpneMstpSrasWrflDup_turnL",0.02,"AadjPpneMstpSrasWrflDup_turnR",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDup_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDup_AadjPknlMstpSrasWrflDdown",0.02,"AadjPpneMstpSrasWrflDup_turnL",0.02,"AadjPpneMstpSrasWrflDup_turnR",0.02,"AadjPpneMwlkSrasWrflDup_l",0.02,"AadjPpneMwlkSrasWrflDup_r",0.02,"AadjPpneMwlkSrasWrflDup_f",0.02,"AadjPpneMwlkSrasWrflDup_b",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWrflDup_turnL: AadjPpneMstpSrasWrflDup + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDup"; + speed = 0.5; + ConnectTo[] = {"AadjPpneMstpSrasWrflDup",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDup",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWrflDup_turnR: AadjPpneMstpSrasWrflDup + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDup"; + speed = 0.5; + ConnectTo[] = {"AadjPpneMstpSrasWrflDup",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDup",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWrflDup_AmovPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDup_AmovPpneMstpSrasWrflDnon"; + speed = -0.87; + actions = "RifleProneActions"; + limitgunmovement = 1; + soundOverride = "adjust_prone_up_back"; + soundEnabled = 1; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.265,1,0.31,0,0.735,0,0.845,1}; + }; + class AadjPpneMstpSrasWrflDdown: AadjPpneMstpSrasWrflDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDdown"; + aimPrecision = 1.25; + speed = 0.365854; + actions = "RifleAdjustBProneActions"; + adjstance = "d"; + enableOptics = 0; + soundEnabled = 0; + ConnectTo[] = {"AadjPpneMstpSrasWrflDdown",0.02,"AadjPpneMstpSrasWrflDdown_turnL",0.02,"AadjPpneMstpSrasWrflDdown_turnR",0.02,"AadjPpneMstpSrasWrflDdown_AmovPpneMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDdown_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDdown_turnL",0.02,"AadjPpneMstpSrasWrflDdown_turnR",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWrflDdown_turnL: AadjPpneMstpSrasWrflDdown + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDdown"; + speed = 0.5; + ConnectTo[] = {"AadjPpneMstpSrasWrflDdown",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDdown",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWrflDdown_turnR: AadjPpneMstpSrasWrflDdown + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDdown"; + speed = 0.5; + ConnectTo[] = {"AadjPpneMstpSrasWrflDdown",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDdown",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWrflDleft: AidlPpneMstpSrasWrflDnon_G0S + { + aimPrecision = 1.25; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDleft"; + actions = "RifleAdjustLProneActions"; + speed = 0.084746; + adjstance = "l"; + enableOptics = 1; + soundEnabled = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_Adjl.p3d"; + ConnectTo[] = {"AadjPpneMstpSrasWrflDleft",0.02,"AadjPpneMstpSrasWrflDleft_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDleft_AmovPercMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDleft_AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDleft_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDleft_AmovPercMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDleft_AmovPknlMstpSrasWrflDnon",0.02,"AadjPpneMwlkSrasWrflDleft_l",0.02,"AadjPpneMwlkSrasWrflDleft_r",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWrflDright: AidlPpneMstpSrasWrflDnon_G0S + { + aimPrecision = 1.25; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDright"; + actions = "RifleAdjustRProneActions"; + speed = 0.084746; + adjstance = "r"; + enableOptics = 1; + soundEnabled = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_Adjr.p3d"; + ConnectTo[] = {"AadjPpneMstpSrasWrflDright",0.02,"AadjPpneMstpSrasWrflDright_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDright_AmovPercMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDright_AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDright_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDright_AmovPercMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDright_AmovPknlMstpSrasWrflDnon",0.02,"AadjPpneMwlkSrasWrflDright_l",0.02,"AadjPpneMwlkSrasWrflDright_r",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright: AadjPpneMstpSrasWrflDright + { + stamina = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright"; + speed = -1.6; + limitgunmovement = 1; + looped = 0; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_stand_to_right_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft: AadjPpneMstpSrasWrflDleft + { + stamina = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft"; + speed = -1.6; + limitgunmovement = 1; + looped = 0; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_stand_to_left_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright: AadjPpneMstpSrasWrflDright + { + stamina = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright"; + speed = -1.8; + limitgunmovement = 1; + looped = 0; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_stand_to_right_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.16,1,0.21,0,0.64,0,0.73,1}; + }; + class AmovPknlMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft: AadjPpneMstpSrasWrflDleft + { + stamina = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft"; + speed = -1.6; + limitgunmovement = 1; + looped = 0; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_stand_to_left_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWrflDDown_AmovPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDdown_AmovPpneMstpSrasWrflDnon"; + speed = -0.5; + actions = "RifleProneActions"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_prone_up"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright: AadjPpneMstpSrasWrflDright + { + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright"; + speed = -1; + limitgunmovement = 1; + looped = 0; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_prone_right"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft: AadjPpneMstpSrasWrflDleft + { + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft"; + speed = -1; + limitgunmovement = 1; + looped = 0; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_prone_left"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWrflDleft_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + stamina = 0; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDleft_AmovPercMstpSrasWrflDnon"; + speed = -2; + limitgunmovement = 1; + soundOverride = "adjust_left_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.05,1,0.125,0,0.625,0,0.66,1}; + }; + class AadjPpneMstpSrasWrflDright_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDright_AmovPercMstpSrasWrflDnon"; + speed = -2; + limitgunmovement = 1; + soundOverride = "adjust_right_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.19,1,0.22,0,0.72,0,0.78,1}; + }; + class AadjPpneMstpSrasWrflDleft_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + stamina = 0; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDleft_AmovPknlMstpSrasWrflDnon"; + speed = -1.75; + limitgunmovement = 1; + soundOverride = "adjust_left_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.03,1,0.125,0,0.81,0,0.95,1}; + }; + class AadjPpneMstpSrasWrflDright_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDright_AmovPknlMstpSrasWrflDnon"; + speed = -1.35; + limitgunmovement = 1; + soundOverride = "adjust_right_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.1,1,0.26,0,0.9,0,1,1}; + }; + class AadjPpneMstpSrasWrflDleft_AmovPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDleft_AmovPpneMstpSrasWrflDnon"; + speed = -1.3; + limitgunmovement = 1; + soundOverride = "adjust_prone_right"; + soundEnabled = 1; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.04,1,0.1,0,0.8,0,0.86,1}; + }; + class AadjPpneMstpSrasWrflDright_AmovPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDright_AmovPpneMstpSrasWrflDnon"; + speed = -1.3; + limitgunmovement = 1; + soundOverride = "adjust_prone_left"; + soundEnabled = 1; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.01,1,0.08,0,0.79,0,0.87,1}; + }; + class AmovPpneMstpSrasWrflDnon_relax: AidlPpneMstpSrasWrflDnon_G0S + { + speed = -10; + disableWeapons = 1; + aimPrecision = 0.5; + headBobStrength = -0.20398; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",10.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWrflDnon_injured: AgonyBaseRfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + collisionShapeSafe = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + onLandBeg = 1; + onLandEnd = 1; + visibleSize = 0.5; + aimPrecision = 3; + aiming = "aimingLying"; + aimingBody = "aimingUpLying"; + leaning = "aimingLying"; + legs = "legsLyingAiming"; + InterpolationSpeed = 2.5; + disableWeaponsLong = 0; + soundOverride = "crawl"; + speed = 1e+010; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.5,"AinjPpneMstpSnonWrflDnon_rolltoback",0.02}; + InterpolateTo[] = {"AmovPpneMsprSlowWrflDf_injured",0.1,"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWrflDnon_injuredHealed: AidlPpneMstpSrasWrflDnon_G0S + { + actions = "RifleProneActions_injured"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_healed"; + showWeaponAim = 0; + disableWeapons = 1; + speed = 0.17; + visibleSize = 0.5; + aiming = "aimingLying"; + aimingBody = "aimingUpLying"; + leaning = "aimingLying"; + legs = "legsLyingAiming"; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon_injuredHealed",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWrflDnon_turnL: AidlPpneMstpSrasWrflDnon_G0S + { + duty = -0.6; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AIturn90L"; + speed = 0.705882; + aimPrecision = 5; + headBobStrength = 0.054726; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_turn.p3d"; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWrflDnon_turnR: AidlPpneMstpSrasWrflDnon_G0S + { + duty = -0.6; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AIturn90R"; + speed = 0.857143; + aimPrecision = 5; + headBobStrength = 0.054726; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_turn.p3d"; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon: StandBase + { + variantsPlayer[] = {"AidlPercMstpSrasWpstDnon_G01_player",0.333,"AidlPercMstpSrasWpstDnon_G02_player",0.333,"AidlPercMstpSrasWpstDnon_G03_player",0.334}; + variantAfter[] = {15,15,15}; + actions = "PistolStandActions"; + duty = -0.4; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\stp\ras\pst\AmovPercMstpSrasWpstDnon"; + disableWeapons = 0; + showHandGun = 1; + speed = 1e+010; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + soundEnabled = 0; + enableBinocular = 1; + leftHandIKBeg = 1; + leftHandIKCurve[] = {1}; + leftHandIKEnd = 1; + rightHandIKBeg = 1; + rightHandIKCurve[] = {1}; + rightHandIKEnd = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + weaponIK = 2; + enableOptics = 2; + headBobStrength = 0.054726; + interpolationSpeed = 4; + canBlendStep = 1; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AovrPercMstpSrasWpstDf",0.025,"AmovPercMstpSrasWpstDnon_AidlPercMstpSlowWpstDnon",0.01,"AmovPercMstpSrasWpstDnon_turnL",0.02,"AmovPercMstpSrasWpstDnon_turnR",0.02,"PistolMagazineReloadStand",0.1,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPercMstpSrasWpstDnon_SaluteIn",0.02,"AwopPercMstpSgthWpstDnon_Part1",0.1,"AmovPercMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon",0.02,"AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_1",0.01,"AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon_gear",0.02,"Acts_starterPistol_in",0.001}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_turnL",0.02,"AmovPercMstpSrasWpstDnon_turnR",0.02,"AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_1",0.01,"AmovPercMwlkSrasWpstDf",0.02,"AmovPercMwlkSrasWpstDfl",0.02,"AmovPercMwlkSrasWpstDl",0.02,"AmovPercMwlkSrasWpstDbl",0.02,"AmovPercMwlkSrasWpstDb",0.02,"AmovPercMwlkSrasWpstDbr",0.02,"AmovPercMwlkSrasWpstDr",0.02,"AmovPercMwlkSrasWpstDfr",0.02,"AmovPercMrunSrasWpstDf",0.02,"AmovPercMrunSrasWpstDfl",0.02,"AmovPercMrunSrasWpstDl",0.02,"AmovPercMrunSrasWpstDbl",0.02,"AmovPercMrunSrasWpstDb",0.02,"AmovPercMrunSrasWpstDbr",0.02,"AmovPercMrunSrasWpstDr",0.02,"AmovPercMrunSrasWpstDfr",0.02,"AmovPercMevaSrasWpstDf",0.02,"AmovPercMevaSrasWpstDfl",0.02,"AmovPercMevaSrasWpstDfr",0.02,"AmovPercMevaSrasWpstDl",0.02,"AmovPercMevaSrasWpstDr",0.02,"Unconscious",0.01,"AmovPercMtacSrasWpstDf",0.02,"AmovPercMtacSrasWpstDfl",0.02,"AmovPercMtacSrasWpstDl",0.02,"AmovPercMtacSrasWpstDbl",0.02,"AmovPercMtacSrasWpstDb",0.02,"AmovPercMtacSrasWpstDbr",0.02,"AmovPercMtacSrasWpstDr",0.02,"AmovPercMtacSrasWpstDfr",0.02,"Helper_SwitchToCarrynon_pst",0.2,"HaloFreeFall_non",10.2,"AmovPercMstpSrasWpstDnon_falling",0.02,"AinvPercMstpSrasWrflDnon",0.05,"AmovPercMstpSrasWpstDnon_AinvPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AinvPercMstpSrasWpstDnon_Putdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"LadderCivilOn_top",1.0,"LadderCivilOn_bottom",1.0,"AfalPercMstpSrasWpstDnon",0.025,"Campaign_Base",0.5,"CutSceneAnimationBase",0.5}; + }; + class AidlPercMstpSrasWpstDnon_G0S: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AidlPercMstpSrasWpstDnon_G01",0.02,"AidlPercMstpSrasWpstDnon_G02",0.02,"AidlPercMstpSrasWpstDnon_G03",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AidlPercMstpSrasWpstDnon_G0S",0.2}; + }; + class AidlPercMstpSrasWpstDnon_AI: AidlPercMstpSrasWpstDnon_G0S + { + variantsAI[] = {"AidlPercMstpSrasWpstDnon_G01",0.333,"AidlPercMstpSrasWpstDnon_G02",0.333,"AidlPercMstpSrasWpstDnon_G03",0.334}; + }; + class AidlPercMstpSrasWpstDnon_G01: AidlPercMstpSrasWpstDnon_G0S + { + speed = -15; + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\pst\AidlPercMstpSrasWpstDnon_G01"; + ConnectTo[] = {"AidlPercMstpSrasWpstDnon_G0S",0.02}; + InterpolateTo[] = {"AidlPercMstpSrasWpstDnon_G0S",0.2,"Unconscious",0.01,"AmovPercMstpSrasWpstDnon",0.02}; + }; + class AidlPercMstpSrasWpstDnon_G02: AidlPercMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\pst\AidlPercMstpSrasWpstDnon_G02"; + }; + class AidlPercMstpSrasWpstDnon_G03: AidlPercMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\pst\AidlPercMstpSrasWpstDnon_G03"; + }; + class AidlPercMstpSrasWpstDnon_G01_player: AidlPercMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\pst\AidlPercMstpSrasWpstDnon_G01_player"; + }; + class AidlPercMstpSrasWpstDnon_G02_player: AidlPercMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\pst\AidlPercMstpSrasWpstDnon_G02_player"; + }; + class AidlPercMstpSrasWpstDnon_G03_player: AidlPercMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\pst\AidlPercMstpSrasWpstDnon_G03_player"; + }; + class AovrPercMstpSrasWpstDf: AidlPercMstpSrasWpstDnon_G0S + { + stamina = 0; + looped = 0; + speed = 0.347368; + file = "\A3\anims_f\Data\Anim\Sdr\ovr\erc\stp\ras\pst\AovrPercMstpSrasWpstDf"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wovr.p3d"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1; + duty = 1; + canBlendStep = 0; + enableOptics = 0; + headBobStrength = 0.23; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.01}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_falling: AmovPercMstpSrasWpstDnon + { + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AdvePercMstpSnonWnonDnon",0.02,"AswmPercMstpSnonWnonDnon",0.03,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDup: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDup"; + speed = -0.2; + actions = "PistolAdjustFStandActions"; + limitgunmovement = 1; + aimprecision = 1; + looped = 0; + adjstance = "u"; + soundOverride = "adjust_short"; + soundEnabled = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AadjPercMstpSrasWpstDup",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup_AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDdown: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDdown"; + speed = -0.2; + actions = "PistolAdjustBStandActions"; + limitgunmovement = 1; + aimprecision = 1; + looped = 0; + adjstance = "d"; + soundOverride = "adjust_short"; + soundEnabled = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AadjPercMstpSrasWpstDdown",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown_AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDleft: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDleft"; + speed = -0.3; + actions = "PistolAdjustLStandActions"; + limitgunmovement = 1; + aimprecision = 1; + looped = 0; + adjstance = "l"; + soundEnabled = 1; + soundOverride = "adjust_stand_side"; + soundEdge[] = {0.01}; + ConnectTo[] = {"AadjPercMstpSrasWpstDleft",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft_AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDright: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDright"; + speed = -0.3; + actions = "PistolAdjustRStandActions"; + limitgunmovement = 1; + aimprecision = 1; + looped = 0; + adjstance = "r"; + soundEnabled = 1; + soundOverride = "adjust_stand_side"; + soundEdge[] = {0.01}; + ConnectTo[] = {"AadjPercMstpSrasWpstDright",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright_AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPercMstpSrasWpstDup: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\pst\AadjPercMstpSrasWpstDup"; + speed = 0.0375; + actions = "PistolAdjustFStandActions"; + aimPrecision = 1.0; + adjstance = "u"; + ConnectTo[] = {"AadjPercMstpSrasWpstDup_AadjPknlMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDright",0.02,"AadjPercMstpSrasWpstDup",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup_AadjPknlMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDright",0.02,"AadjPercMwlkSrasWpstDf_up",0.02,"AadjPercMwlkSrasWpstDfl_up",0.02,"AadjPercMwlkSrasWpstDfr_up",0.02,"AadjPercMwlkSrasWpstDl_up",0.02,"AadjPercMwlkSrasWpstDr_up",0.02,"AadjPercMwlkSrasWpstDb_up",0.02,"AadjPercMwlkSrasWpstDbl_up",0.02,"AadjPercMwlkSrasWpstDbr_up",0.02,"AadjPercMrunSrasWpstDf_up",0.02,"AadjPercMrunSrasWpstDfl_up",0.02,"AadjPercMrunSrasWpstDfr_up",0.02,"AadjPercMrunSrasWpstDl_up",0.02,"AadjPercMrunSrasWpstDr_up",0.02,"AadjPercMrunSrasWpstDb_up",0.02,"AadjPercMrunSrasWpstDbl_up",0.02,"AadjPercMrunSrasWpstDbr_up",0.02,"AadjPercMtacSrasWpstDf_up",0.02,"AadjPercMtacSrasWpstDfl_up",0.02,"AadjPercMtacSrasWpstDfr_up",0.02,"AadjPercMtacSrasWpstDl_up",0.02,"AadjPercMtacSrasWpstDr_up",0.02,"AadjPercMtacSrasWpstDb_up",0.02,"AadjPercMtacSrasWpstDbl_up",0.02,"AadjPercMtacSrasWpstDbr_up",0.02,"AadjPercMevaSrasWpstDf_up",0.02,"AadjPercMevaSrasWpstDfl_up",0.02,"AadjPercMevaSrasWpstDfr_up",0.02,"AadjPercMstpSrasWpstDup_AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPercMstpSrasWpstDup_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + actions = "PistolStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\pst\AadjPercMstpSrasWpstDup_AmovPercMstpSrasWpstDnon"; + speed = -0.2; + limitgunmovement = 1; + adjstance = "m"; + soundEnabled = 1; + soundOverride = "adjust_short"; + soundEdge[] = {0.01}; + }; + class AadjPercMstpSrasWpstDdown: AadjPercMstpSrasWpstDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\pst\AadjPercMstpSrasWpstDdown"; + speed = 0.032432; + actions = "PistolAdjustBStandActions"; + adjstance = "d"; + ConnectTo[] = {"AadjPercMstpSrasWpstDdown_AadjPknlMstpSrasWpstDdown",0.02,"AadjPercMstpSrasWpstDdown_AadjPknlMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDright",0.02,"AadjPercMstpSrasWpstDdown",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown_AadjPknlMstpSrasWpstDdown",0.02,"AadjPercMstpSrasWpstDdown_AadjPknlMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDright",0.02,"AadjPercMwlkSrasWpstDf_down",0.02,"AadjPercMwlkSrasWpstDfl_down",0.02,"AadjPercMwlkSrasWpstDfr_down",0.02,"AadjPercMwlkSrasWpstDl_down",0.02,"AadjPercMwlkSrasWpstDr_down",0.02,"AadjPercMwlkSrasWpstDb_down",0.02,"AadjPercMwlkSrasWpstDbl_down",0.02,"AadjPercMwlkSrasWpstDbr_down",0.02,"AadjPercMrunSrasWpstDf_down",0.02,"AadjPercMrunSrasWpstDfl_down",0.02,"AadjPercMrunSrasWpstDfr_down",0.02,"AadjPercMrunSrasWpstDl_down",0.02,"AadjPercMrunSrasWpstDr_down",0.02,"AadjPercMrunSrasWpstDb_down",0.02,"AadjPercMrunSrasWpstDbl_down",0.02,"AadjPercMrunSrasWpstDbr_down",0.02,"AadjPercMtacSrasWpstDf_down",0.02,"AadjPercMtacSrasWpstDfl_down",0.02,"AadjPercMtacSrasWpstDfr_down",0.02,"AadjPercMtacSrasWpstDl_down",0.02,"AadjPercMtacSrasWpstDr_down",0.02,"AadjPercMtacSrasWpstDb_down",0.02,"AadjPercMtacSrasWpstDbl_down",0.02,"AadjPercMtacSrasWpstDbr_down",0.02,"AadjPercMevaSrasWpstDf_down",0.02,"AadjPercMevaSrasWpstDfl_down",0.02,"AadjPercMevaSrasWpstDfr_down",0.02,"AadjPercMstpSrasWpstDdown_AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPercMstpSrasWpstDDown_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\pst\AadjPercMstpSrasWpstDdown_AmovPercMstpSrasWpstDnon"; + speed = -0.2; + actions = "PistolStandActions"; + limitgunmovement = 1; + adjstance = "m"; + soundEnabled = 1; + soundOverride = "adjust_short"; + soundEdge[] = {0.01}; + }; + class AadjPercMstpSrasWpstDleft: AadjPercMstpSrasWpstDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\pst\AadjPercMstpSrasWpstDleft"; + speed = 0.037795; + actions = "PistolAdjustLStandActions"; + adjstance = "l"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_AdjL.p3d"; + ConnectTo[] = {"AadjPercMstpSrasWpstDleft_AadjPknlMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDdown",0.02,"AadjPercMstpSrasWpstDleft_AmovPercMstpSrasWpstDnon",0.02,"AadjPercMstpSrasWpstDleft",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft_AadjPknlMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDdown",0.02,"AadjPercMwlkSrasWpstDf_left",0.02,"AadjPercMwlkSrasWpstDfl_left",0.02,"AadjPercMwlkSrasWpstDfr_left",0.02,"AadjPercMwlkSrasWpstDl_left",0.02,"AadjPercMwlkSrasWpstDr_left",0.02,"AadjPercMwlkSrasWpstDb_left",0.02,"AadjPercMwlkSrasWpstDbl_left",0.02,"AadjPercMwlkSrasWpstDbr_left",0.02,"AadjPercMrunSrasWpstDf_left",0.02,"AadjPercMrunSrasWpstDfl_left",0.02,"AadjPercMrunSrasWpstDfr_left",0.02,"AadjPercMrunSrasWpstDl_left",0.02,"AadjPercMrunSrasWpstDr_left",0.02,"AadjPercMrunSrasWpstDb_left",0.02,"AadjPercMrunSrasWpstDbl_left",0.02,"AadjPercMrunSrasWpstDbr_left",0.02,"AadjPercMtacSrasWpstDf_left",0.02,"AadjPercMtacSrasWpstDfl_left",0.02,"AadjPercMtacSrasWpstDfr_left",0.02,"AadjPercMtacSrasWpstDl_left",0.02,"AadjPercMtacSrasWpstDr_left",0.02,"AadjPercMtacSrasWpstDb_left",0.02,"AadjPercMtacSrasWpstDbl_left",0.02,"AadjPercMtacSrasWpstDbr_left",0.02,"AadjPercMevaSrasWpstDf_left",0.02,"AadjPercMevaSrasWpstDfl_left",0.02,"AadjPercMevaSrasWpstDfr_left",0.02,"AadjPercMstpSrasWpstDleft_AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPercMstpSrasWpstDleft_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\pst\AadjPercMstpSrasWpstdleft_AmovPercMstpSrasWpstDnon"; + speed = -0.2; + actions = "PistolStandActions"; + limitgunmovement = 1; + adjstance = "m"; + soundEnabled = 1; + soundOverride = "adjust_stand_side"; + soundEdge[] = {0.01}; + }; + class AadjPercMstpSrasWpstDright: AadjPercMstpSrasWpstDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\pst\AadjPercMstpSrasWpstDright"; + speed = 0.037795; + actions = "PistolAdjustRStandActions"; + adjstance = "r"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_AdjR.p3d"; + ConnectTo[] = {"AadjPercMstpSrasWpstDright_AadjPknlMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDdown",0.02,"AadjPercMstpSrasWpstDright_AmovPercMstpSrasWpstDnon",0.02,"AadjPercMstpSrasWpstDright",0.02}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright_AadjPknlMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AadjPercMstpSrasWpstDdown",0.02,"AadjPercMwlkSrasWpstDf_right",0.02,"AadjPercMwlkSrasWpstDfl_right",0.02,"AadjPercMwlkSrasWpstDfr_right",0.02,"AadjPercMwlkSrasWpstDl_right",0.02,"AadjPercMwlkSrasWpstDr_right",0.02,"AadjPercMwlkSrasWpstDb_right",0.02,"AadjPercMwlkSrasWpstDbl_right",0.02,"AadjPercMwlkSrasWpstDbr_right",0.02,"AadjPercMrunSrasWpstDf_right",0.02,"AadjPercMrunSrasWpstDfl_right",0.02,"AadjPercMrunSrasWpstDfr_right",0.02,"AadjPercMrunSrasWpstDl_right",0.02,"AadjPercMrunSrasWpstDr_right",0.02,"AadjPercMrunSrasWpstDb_right",0.02,"AadjPercMrunSrasWpstDbl_right",0.02,"AadjPercMrunSrasWpstDbr_right",0.02,"AadjPercMtacSrasWpstDf_right",0.02,"AadjPercMtacSrasWpstDfl_right",0.02,"AadjPercMtacSrasWpstDfr_right",0.02,"AadjPercMtacSrasWpstDl_right",0.02,"AadjPercMtacSrasWpstDr_right",0.02,"AadjPercMtacSrasWpstDb_right",0.02,"AadjPercMtacSrasWpstDbl_right",0.02,"AadjPercMtacSrasWpstDbr_right",0.02,"AadjPercMevaSrasWpstDf_right",0.02,"AadjPercMevaSrasWpstDfl_right",0.02,"AadjPercMevaSrasWpstDfr_right",0.02,"AadjPercMstpSrasWpstDright_AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPercMstpSrasWpstDright_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Erc\stp\ras\pst\AadjPercMstpSrasWpstDright_AmovPercMstpSrasWpstDnon"; + speed = -0.2; + actions = "PistolStandActions"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_stand_side"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSlowWpstDnon: AmovPercMstpSrasWpstDnon + { + duty = -0.6; + variantsPlayer[] = {"AidlPercMstpSlowWpstDnon_G01",0.333,"AidlPercMstpSlowWpstDnon_G02",0.333,"AidlPercMstpSlowWpstDnon_G03",0.334}; + actions = "PistolLowStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\pst\AmovPercMstpSlowWpstDnon"; + showWeaponAim = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + headBobStrength = 0.23; + disableWeaponsLong = 1; + weaponLowered = 1; + enableOptics = 0; + ConnectTo[] = {"AovrPercMstpSlowWpstDf",0.01,"AmovPercMstpSlowWpstDnon_AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSlowWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AmovPercMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_1",0.01,"AmovPercMstpSlowWpstDnon_turnL",0.5,"AmovPercMstpSlowWpstDnon_turnR",0.5,"AmovPercMstpSlowWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_1",0.01,"AmovPercMstpSlowWpstDnon_turnL",0.5,"AmovPercMstpSlowWpstDnon_turnR",0.5,"AmovPercMwlkSlowWpstDf",0.02,"AmovPercMwlkSlowWpstDfl",0.02,"AmovPercMwlkSlowWpstDl",0.02,"AmovPercMwlkSlowWpstDbl",0.02,"AmovPercMwlkSlowWpstDb",0.02,"AmovPercMwlkSlowWpstDbr",0.02,"AmovPercMwlkSlowWpstDr",0.02,"AmovPercMwlkSlowWpstDfr",0.02,"AmovPercMtacSlowWpstDf",0.02,"AmovPercMtacSlowWpstDfl",0.02,"AmovPercMtacSlowWpstDl",0.02,"AmovPercMtacSlowWpstDbl",0.02,"AmovPercMtacSlowWpstDb",0.02,"AmovPercMtacSlowWpstDbr",0.02,"AmovPercMtacSlowWpstDr",0.02,"AmovPercMtacSlowWpstDfr",0.02,"AmovPercMrunSlowWpstDf",0.02,"AmovPercMrunSlowWpstDfl",0.02,"AmovPercMrunSlowWpstDl",0.02,"AmovPercMrunSlowWpstDbl",0.02,"AmovPercMrunSlowWpstDb",0.02,"AmovPercMrunSlowWpstDbr",0.02,"AmovPercMrunSlowWpstDr",0.02,"AmovPercMrunSlowWpstDfr",0.02,"AmovPercMevaSlowWpstDf",0.02,"AmovPercMevaSlowWpstDfl",0.02,"AmovPercMevaSlowWpstDfr",0.02,"Unconscious",0.1,"Helper_SwitchToCarrynon_pst",0.2,"LadderCivilOn_top",1.0,"LadderCivilOn_bottom",1.0,"AmovPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon",0.02}; + }; + class AidlPercMstpSlowWpstDnon_G0S: AmovPercMstpSlowWpstDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AidlPercMstpSlowWpstDnon_G01",0.02,"AidlPercMstpSlowWpstDnon_G02",0.02,"AidlPercMstpSlowWpstDnon_G03",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AidlPercMstpSlowWpstDnon_G0S",0.2}; + }; + class AidlPercMstpSlowWpstDnon_AI: AidlPercMstpSlowWpstDnon_G0S + { + variantsAI[] = {"AidlPercMstpSlowWpstDnon_G01",0.333,"AidlPercMstpSlowWpstDnon_G02",0.333,"AidlPercMstpSlowWpstDnon_G03",0.334}; + }; + class AmovPercMstpSlowWpstDnon_turnL: AidlPercMstpSlowWpstDnon_G0S + { + duty = -0.4; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\pst\AmovPercMstpSlowWpstDnon_AIturn90L"; + speed = 1.3; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPercMstpSlowWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSlowWpstDnon_turnR: AidlPercMstpSlowWpstDnon_G0S + { + duty = -0.4; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\pst\AmovPercMstpSlowWpstDnon_AIturn90R"; + speed = 1.3; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPercMstpSlowWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"Unconscious",0.1}; + }; + class AidlPercMstpSlowWpstDnon_G01: AidlPercMstpSlowWpstDnon_G0S + { + speed = -15; + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\low\pst\AidlPercMstpSlowWpstDnon_G01"; + ConnectTo[] = {"AidlPercMstpSlowWpstDnon_G0S",0.02}; + InterpolateTo[] = {"AidlPercMstpSlowWpstDnon_G0S",0.2,"Unconscious",0.01,"AmovPercMstpSlowWpstDnon",0.02}; + }; + class AidlPercMstpSlowWpstDnon_G02: AidlPercMstpSlowWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\low\pst\AidlPercMstpSlowWpstDnon_G02"; + }; + class AidlPercMstpSlowWpstDnon_G03: AidlPercMstpSlowWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\low\pst\AidlPercMstpSlowWpstDnon_G03"; + }; + class AovrPercMstpSlowWpstDf: AovrPercMstpSrasWpstDf + { + ConnectTo[] = {"AmovPercMstpSlowWpstDnon",0.01}; + }; + class AmovPercMstpSrasWpstDnon_AidlPercMstpSlowWpstDnon: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + speed = 1.66667; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon"; + interpolationRestart = 2; + ConnectTo[] = {}; + InterpolateTo[] = {"AidlPercMstpSlowWpstDnon_AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AidlPercMstpSlowWpstDnon_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon_AidlPercMstpSlowWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\pst\AmovPercMstpSlowWpstDnon_AmovPercMstpSrasWpstDnon"; + speed = 1.76471; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.01}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AidlPercMstpSlowWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_turnL: AmovPercMstpSrasWpstDnon + { + duty = -0.2; + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AIturn90L"; + speed = 1.3; + aimPrecision = 3; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_turnR: AmovPercMstpSrasWpstDnon + { + duty = -0.2; + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AIturn90R"; + speed = 1.3; + aimPrecision = 3; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + aimPrecision = 0.5; + variantsPlayer[] = {"AidlPknlMstpSrasWpstDnon_G01_player",0.333,"AidlPknlMstpSrasWpstDnon_G02_player",0.333,"AidlPknlMstpSrasWpstDnon_G03_player",0.334}; + actions = "PistolKneelActions"; + duty = -0.6; + visibleSize = 0.300122; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wpst.p3d"; + ConnectTo[] = {"AidlPknlMstpSrasWpstDnon_AI",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon_gear",0.02,"AmovPknlMstpSrasWpstDnon_turnL",0.02,"AmovPknlMstpSrasWpstDnon_turnR",0.02,"AmovPknlMstpSrasWpstDnon",0.02,"PistolMagazineReloadKneel",0.1,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSnonWnonDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPercMsprSrasWpstDf",0.01,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon",0.02,"AwopPknlMstpSgthWpstDnon_Part1",0.1,"AmovPknlMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon_gear",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AidlPknlMstpSrasWpstDnon_AI",0.02,"AinvPknlMstpSlayWpstDnon_medicIn",0.02,"AinvPknlMstpSlayWpstDnon_medicOtherIn",0.02,"AmovPknlMstpSrasWpstDnon_turnL",0.02,"AmovPknlMstpSrasWpstDnon_turnR",0.02,"AmovPknlMwlkSrasWpstDf",0.02,"AmovPknlMwlkSrasWpstDfl",0.02,"AmovPknlMwlkSrasWpstDl",0.02,"AmovPknlMwlkSrasWpstDbl",0.02,"AmovPknlMwlkSrasWpstDb",0.02,"AmovPknlMwlkSrasWpstDbr",0.02,"AmovPknlMwlkSrasWpstDr",0.02,"AmovPknlMwlkSrasWpstDfr",0.02,"AmovPknlMrunSrasWpstDf",0.02,"AmovPknlMrunSrasWpstDfl",0.02,"AmovPknlMrunSrasWpstDl",0.02,"AmovPknlMrunSrasWpstDbl",0.02,"AmovPknlMrunSrasWpstDb",0.02,"AmovPknlMrunSrasWpstDbr",0.02,"AmovPknlMrunSrasWpstDr",0.02,"AmovPknlMrunSrasWpstDfr",0.02,"Unconscious",0.01,"AovrPercMstpSrasWpstDf",0.03,"AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_2",0.2,"AmovPknlMstpSrasWpstDnon_relax",0.2,"AinvPercMstpSrasWrflDnon",0.05,"AmovPknlMstpSrasWpstDnon_AinvPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AinvPknlMstpSrasWpstDnon_Putdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPercMsprSrasWpstDf",0.01,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AfalPknlMstpSrasWpstDnon",0.025,"Campaign_Base",0.01}; + }; + class AidlPknlMstpSrasWpstDnon_G0S: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AidlPknlMstpSrasWpstDnon_G01",0.02,"AidlPknlMstpSrasWpstDnon_G02",0.02,"AidlPknlMstpSrasWpstDnon_G03",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AidlPknlMstpSrasWpstDnon_G0S",0.2}; + }; + class AidlPknlMstpSrasWpstDnon_AI: AidlPknlMstpSrasWpstDnon_G0S + { + variantsAI[] = {"AidlPknlMstpSrasWpstDnon_G01",0.333,"AidlPknlMstpSrasWpstDnon_G02",0.333,"AidlPknlMstpSrasWpstDnon_G03",0.334}; + }; + class AidlPknlMstpSrasWpstDnon_G01: AidlPknlMstpSrasWpstDnon_G0S + { + speed = -15; + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\ras\pst\AidlPknlMstpSrasWpstDnon_G01"; + ConnectTo[] = {"AidlPknlMstpSrasWpstDnon_G0S",0.02}; + InterpolateTo[] = {"AidlPknlMstpSrasWpstDnon_G0S",0.2,"Unconscious",0.01,"AmovPknlMstpSrasWpstDnon",0.02}; + }; + class AidlPknlMstpSrasWpstDnon_G02: AidlPknlMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\ras\pst\AidlPknlMstpSrasWpstDnon_G02"; + }; + class AidlPknlMstpSrasWpstDnon_G03: AidlPknlMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\ras\pst\AidlPknlMstpSrasWpstDnon_G03"; + }; + class AidlPknlMstpSrasWpstDnon_G01_player: AidlPknlMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\ras\pst\AidlPknlMstpSrasWpstDnon_G01_player"; + }; + class AidlPknlMstpSrasWpstDnon_G02_player: AidlPknlMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\ras\pst\AidlPknlMstpSrasWpstDnon_G02_player"; + }; + class AidlPknlMstpSrasWpstDnon_G03_player: AidlPknlMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\ras\pst\AidlPknlMstpSrasWpstDnon_G03_player"; + }; + class AmovPknlMstpSrasWpstDnon_relax: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",10.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPcrhMstpSrasWpstDnon_AadjPcrhMstpSrasWpstDup: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\crh\stp\ras\pst\AmovPcrhMstpSrasWpstDnon_AadjPcrhMstpSrasWpstDup"; + speed = 2.66667; + limitgunmovement = 1; + aimprecision = 1; + looped = 0; + ConnectTo[] = {"AadjPcrhMstpSrasWpstDup",0.02}; + InterpolateTo[] = {"AadjPcrhMstpSrasWpstDup_AmovPcrhMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPcrhMstpSrasWpstDnon_AadjPcrhMstpSrasWpstDdown: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\crh\stp\ras\pst\AmovPcrhMstpSrasWpstDnon_AadjPcrhMstpSrasWpstDdown"; + speed = 2.88; + limitgunmovement = 1; + aimprecision = 1; + looped = 0; + ConnectTo[] = {"AadjPcrhMstpSrasWpstDdown",0.02}; + InterpolateTo[] = {"AadjPcrhMstpSrasWpstDdown_AmovPcrhMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPcrhMstpSrasWpstDnon_AadjPcrhMstpSrasWpstDleft: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\crh\stp\ras\pst\AmovPcrhMstpSrasWpstDnon_AadjPcrhMstpSrasWpstDleft"; + speed = 2.25; + limitgunmovement = 1; + aimprecision = 1; + looped = 0; + ConnectTo[] = {"AadjPcrhMstpSrasWpstDleft",0.02}; + InterpolateTo[] = {"AadjPcrhMstpSrasWpstDleft_AmovPcrhMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPcrhMstpSrasWpstDnon_AadjPcrhMstpSrasWpstDright: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\crh\stp\ras\pst\AmovPcrhMstpSrasWpstDnon_AadjPcrhMstpSrasWpstDright"; + speed = 2.18182; + limitgunmovement = 1; + aimprecision = 1; + looped = 0; + ConnectTo[] = {"AadjPcrhMstpSrasWpstDright",0.02}; + InterpolateTo[] = {"AadjPcrhMstpSrasWpstDright_AmovPcrhMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPcrhMstpSrasWpstDup: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\crh\stp\ras\pst\AadjPcrhMstpSrasWpstDup"; + aimprecision = 1; + speed = 0.058823; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPcrhMstpSrasWpstDup_AmovPcrhMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPcrhMstpSrasWpstDup_AmovPcrhMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\crh\stp\ras\pst\AadjPcrhMstpSrasWpstDup_AmovPcrhMstpSrasWpstDnon"; + speed = 1.6381; + limitgunmovement = 1; + looped = 0; + InterpolateTo[] = {"AmovPcrhMstpSrasWpstDnon_AadjPcrhMstpSrasWpstDup",0.02,"Unconscious",0.1}; + }; + class AadjPcrhMstpSrasWpstDdown: AadjPcrhMstpSrasWpstDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\crh\stp\ras\pst\AadjPcrhMstpSrasWpstDdown"; + speed = 0.0375; + InterpolateTo[] = {"AadjPcrhMstpSrasWpstDdown_AmovPcrhMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPcrhMstpSrasWpstDDown_AmovPcrhMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\crh\stp\ras\pst\AadjPcrhMstpSrasWpstDdown_AmovPcrhMstpSrasWpstDnon"; + speed = 2; + limitgunmovement = 1; + looped = 0; + InterpolateTo[] = {"AmovPcrhMstpSrasWpstDnon_AadjPcrhMstpSrasWpstDdown",0.02,"Unconscious",0.1}; + }; + class AadjPcrhMstpSrasWpstDleft: AadjPcrhMstpSrasWpstDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\crh\stp\ras\pst\AadjPcrhMstpSrasWpstDleft"; + speed = 0.035036; + InterpolateTo[] = {"AadjPcrhMstpSrasWpstDleft_AmovPcrhMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPcrhMstpSrasWpstDleft_AmovPcrhMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\crh\stp\ras\pst\AadjPcrhMstpSrasWpstdleft_AmovPcrhMstpSrasWpstDnon"; + speed = 1.4; + limitgunmovement = 1; + looped = 0; + InterpolateTo[] = {"AmovPcrhMstpSrasWpstDnon_AadjPcrhMstpSrasWpstDleft",0.02,"Unconscious",0.1}; + }; + class AadjPcrhMstpSrasWpstDright: AadjPcrhMstpSrasWpstDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\crh\stp\ras\pst\AadjPcrhMstpSrasWpstDright"; + speed = 0.036641; + InterpolateTo[] = {"AadjPcrhMstpSrasWpstDright_AmovPcrhMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPcrhMstpSrasWpstDright_AmovPcrhMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\crh\stp\ras\pst\AadjPcrhMstpSrasWpstDright_AmovPcrhMstpSrasWpstDnon"; + speed = 2.16191; + limitgunmovement = 1; + looped = 0; + InterpolateTo[] = {"AmovPcrhMstpSrasWpstDnon_AadjPcrhMstpSrasWpstDright",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDup: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDup"; + speed = -0.2; + actions = "PistolAdjustFKneelActions"; + limitgunmovement = 1; + aimprecision = 0.5; + looped = 0; + adjstance = "u"; + soundOverride = "adjust_short"; + soundEnabled = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AadjPknlMstpSrasWpstDup",0.02}; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup_AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDdown: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDdown"; + speed = -0.2; + limitgunmovement = 1; + actions = "PistolAdjustBKneelActions"; + aimprecision = 0.5; + looped = 0; + adjstance = "d"; + soundOverride = "adjust_short"; + soundEnabled = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AadjPknlMstpSrasWpstDdown",0.02}; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown_AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDleft: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDleft"; + speed = -0.3; + limitgunmovement = 1; + actions = "PistolAdjustLKneelActions"; + aimprecision = 0.5; + looped = 0; + adjstance = "l"; + soundOverride = "adjust_stand_side"; + soundEnabled = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AadjPknlMstpSrasWpstDleft",0.02}; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft_AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDright: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDright"; + speed = -0.3; + limitgunmovement = 1; + actions = "PistolAdjustRKneelActions"; + aimprecision = 0.5; + looped = 0; + adjstance = "r"; + soundOverride = "adjust_stand_side"; + soundEnabled = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AadjPknlMstpSrasWpstDright",0.02}; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright_AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPknlMstpSrasWpstDup: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\pst\AadjPknlMstpSrasWpstDup"; + speed = 0.058823; + actions = "PistolAdjustFKneelActions"; + aimprecision = 0.5; + adjstance = "u"; + ConnectTo[] = {"AadjPknlMstpSrasWpstDup_AadjPercMstpSrasWpstDup",0.02,"AadjPknlMstpSrasWpstDup_AadjPercMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPknlMstpSrasWpstDup",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPknlMstpSrasWpstDup_AadjPercMstpSrasWpstDup",0.02,"AadjPknlMstpSrasWpstDup_AadjPercMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDright",0.02,"AadjPknlMwlkSrasWpstDf_up",0.02,"AadjPknlMwlkSrasWpstDfl_up",0.02,"AadjPknlMwlkSrasWpstDfr_up",0.02,"AadjPknlMwlkSrasWpstDl_up",0.02,"AadjPknlMwlkSrasWpstDr_up",0.02,"AadjPknlMwlkSrasWpstDb_up",0.02,"AadjPknlMwlkSrasWpstDbl_up",0.02,"AadjPknlMwlkSrasWpstDbr_up",0.02,"AadjPknlMrunSrasWpstDf_up",0.02,"AadjPknlMrunSrasWpstDfl_up",0.02,"AadjPknlMrunSrasWpstDfr_up",0.02,"AadjPknlMrunSrasWpstDl_up",0.02,"AadjPknlMrunSrasWpstDr_up",0.02,"AadjPknlMrunSrasWpstDb_up",0.02,"AadjPknlMrunSrasWpstDbl_up",0.02,"AadjPknlMrunSrasWpstDbr_up",0.02,"AadjPknlMtacSrasWpstDf_up",0.02,"AadjPknlMtacSrasWpstDfl_up",0.02,"AadjPknlMtacSrasWpstDfr_up",0.02,"AadjPknlMtacSrasWpstDl_up",0.02,"AadjPknlMtacSrasWpstDr_up",0.02,"AadjPknlMtacSrasWpstDb_up",0.02,"AadjPknlMtacSrasWpstDbl_up",0.02,"AadjPknlMtacSrasWpstDbr_up",0.02,"AadjPknlMevaSrasWpstDf_up",0.02,"AadjPknlMevaSrasWpstDfl_up",0.02,"AadjPknlMevaSrasWpstDfr_up",0.02,"AadjPknlMstpSrasWpstDup_AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPknlMstpSrasWpstDup_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\pst\AadjPknlMstpSrasWpstDup_AmovPknlMstpSrasWpstDnon"; + speed = -0.2; + actions = "PistolKneelActions"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_short"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPknlMstpSrasWpstDdown: AadjPknlMstpSrasWpstDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\pst\AadjPknlMstpSrasWpstDdown"; + speed = 0.048485; + actions = "PistolAdjustBKneelActions"; + adjstance = "d"; + ConnectTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AadjPknlMstpSrasWpstDdown_AadjPercMstpSrasWpstDdown",0.02,"AadjPknlMstpSrasWpstDdown_AadjPpneMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPknlMstpSrasWpstDdown",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPknlMstpSrasWpstDdown_AadjPercMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDright",0.02,"AadjPknlMstpSrasWpstDdown_AmovPknlMstpSrasWpstDnon",0.02,"AadjPknlMstpSrasWpstDdown_AadjPpneMstpSrasWpstDup",0.02,"AadjPknlMwlkSrasWpstDf_down",0.02,"AadjPknlMwlkSrasWpstDfl_down",0.02,"AadjPknlMwlkSrasWpstDfr_down",0.02,"AadjPknlMwlkSrasWpstDl_down",0.02,"AadjPknlMwlkSrasWpstDr_down",0.02,"AadjPknlMwlkSrasWpstDb_down",0.02,"AadjPknlMwlkSrasWpstDbl_down",0.02,"AadjPknlMwlkSrasWpstDbr_down",0.02,"AadjPknlMrunSrasWpstDf_down",0.02,"AadjPknlMrunSrasWpstDfl_down",0.02,"AadjPknlMrunSrasWpstDfr_down",0.02,"AadjPknlMrunSrasWpstDl_down",0.02,"AadjPknlMrunSrasWpstDr_down",0.02,"AadjPknlMrunSrasWpstDb_down",0.02,"AadjPknlMrunSrasWpstDbl_down",0.02,"AadjPknlMrunSrasWpstDbr_down",0.02,"AadjPknlMtacSrasWpstDf_down",0.02,"AadjPknlMtacSrasWpstDfl_down",0.02,"AadjPknlMtacSrasWpstDfr_down",0.02,"AadjPknlMtacSrasWpstDl_down",0.02,"AadjPknlMtacSrasWpstDr_down",0.02,"AadjPknlMtacSrasWpstDb_down",0.02,"AadjPknlMtacSrasWpstDbl_down",0.02,"AadjPknlMtacSrasWpstDbr_down",0.02,"AadjPknlMevaSrasWpstDf_down",0.02,"AadjPknlMevaSrasWpstDfl_down",0.02,"AadjPknlMevaSrasWpstDfr_down",0.02,"Unconscious",0.1}; + }; + class AadjPknlMstpSrasWpstDDown_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\pst\AadjPknlMstpSrasWpstDdown_AmovPknlMstpSrasWpstDnon"; + speed = -0.2; + actions = "PistolKneelActions"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_short"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPknlMstpSrasWpstDleft: AadjPknlMstpSrasWpstDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\pst\AadjPknlMstpSrasWpstDleft"; + speed = 0.045283; + actions = "PistolAdjustLKneelActions"; + adjstance = "l"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_AdjL.p3d"; + ConnectTo[] = {"AadjPknlMstpSrasWpstDleft_AadjPercMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPknlMstpSrasWpstDleft",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPknlMstpSrasWpstDleft_AadjPercMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDdown",0.02,"AadjPknlMwlkSrasWpstDf_left",0.02,"AadjPknlMwlkSrasWpstDfl_left",0.02,"AadjPknlMwlkSrasWpstDfr_left",0.02,"AadjPknlMwlkSrasWpstDl_left",0.02,"AadjPknlMwlkSrasWpstDr_left",0.02,"AadjPknlMwlkSrasWpstDb_left",0.02,"AadjPknlMwlkSrasWpstDbl_left",0.02,"AadjPknlMwlkSrasWpstDbr_left",0.02,"AadjPknlMrunSrasWpstDf_left",0.02,"AadjPknlMrunSrasWpstDfl_left",0.02,"AadjPknlMrunSrasWpstDfr_left",0.02,"AadjPknlMrunSrasWpstDl_left",0.02,"AadjPknlMrunSrasWpstDr_left",0.02,"AadjPknlMrunSrasWpstDb_left",0.02,"AadjPknlMrunSrasWpstDbl_left",0.02,"AadjPknlMrunSrasWpstDbr_left",0.02,"AadjPknlMtacSrasWpstDf_left",0.02,"AadjPknlMtacSrasWpstDfl_left",0.02,"AadjPknlMtacSrasWpstDfr_left",0.02,"AadjPknlMtacSrasWpstDl_left",0.02,"AadjPknlMtacSrasWpstDr_left",0.02,"AadjPknlMtacSrasWpstDb_left",0.02,"AadjPknlMtacSrasWpstDbl_left",0.02,"AadjPknlMtacSrasWpstDbr_left",0.02,"AadjPknlMevaSrasWpstDf_left",0.02,"AadjPknlMevaSrasWpstDfl_left",0.02,"AadjPknlMevaSrasWpstDfr_left",0.02,"AadjPknlMstpSrasWpstDleft_AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPknlMstpSrasWpstDleft_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\pst\AadjPknlMstpSrasWpstdleft_AmovPknlMstpSrasWpstDnon"; + speed = -0.4; + actions = "PistolKneelActions"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_stand_side"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPknlMstpSrasWpstDright: AadjPknlMstpSrasWpstDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\pst\AadjPknlMstpSrasWpstDright"; + speed = 0.034043; + actions = "PistolAdjustRKneelActions"; + adjstance = "r"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_AdjR.p3d"; + ConnectTo[] = {"AadjPknlMstpSrasWpstDright_AadjPercMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPknlMstpSrasWpstDright",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPknlMstpSrasWpstDright_AadjPercMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AadjPknlMstpSrasWpstDdown",0.02,"AadjPknlMwlkSrasWpstDf_right",0.02,"AadjPknlMwlkSrasWpstDfl_right",0.02,"AadjPknlMwlkSrasWpstDfr_right",0.02,"AadjPknlMwlkSrasWpstDl_right",0.02,"AadjPknlMwlkSrasWpstDr_right",0.02,"AadjPknlMwlkSrasWpstDb_right",0.02,"AadjPknlMwlkSrasWpstDbl_right",0.02,"AadjPknlMwlkSrasWpstDbr_right",0.02,"AadjPknlMrunSrasWpstDf_right",0.02,"AadjPknlMrunSrasWpstDfl_right",0.02,"AadjPknlMrunSrasWpstDfr_right",0.02,"AadjPknlMrunSrasWpstDl_right",0.02,"AadjPknlMrunSrasWpstDr_right",0.02,"AadjPknlMrunSrasWpstDb_right",0.02,"AadjPknlMrunSrasWpstDbl_right",0.02,"AadjPknlMrunSrasWpstDbr_right",0.02,"AadjPknlMtacSrasWpstDf_right",0.02,"AadjPknlMtacSrasWpstDfl_right",0.02,"AadjPknlMtacSrasWpstDfr_right",0.02,"AadjPknlMtacSrasWpstDl_right",0.02,"AadjPknlMtacSrasWpstDr_right",0.02,"AadjPknlMtacSrasWpstDb_right",0.02,"AadjPknlMtacSrasWpstDbl_right",0.02,"AadjPknlMtacSrasWpstDbr_right",0.02,"AadjPknlMevaSrasWpstDf_right",0.02,"AadjPknlMevaSrasWpstDfl_right",0.02,"AadjPknlMevaSrasWpstDfr_right",0.02,"AadjPknlMstpSrasWpstDright_AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AadjPknlMstpSrasWpstDright_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\pst\AadjPknlMstpSrasWpstDright_AmovPknlMstpSrasWpstDnon"; + speed = -0.4; + actions = "PistolKneelActions"; + limitgunmovement = 1; + adjstance = "m"; + soundOverride = "adjust_stand_side"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSlowWpstDnon: AmovPknlMstpSrasWpstDnon + { + duty = -0.8; + variantAfter[] = {8,8,8}; + variantsPlayer[] = {"AidlPknlMstpSlowWpstDnon_G03",0.333,"AidlPknlMstpSlowWpstDnon_G02",0.333,"AidlPknlMstpSlowWpstDnon_G01",0.334}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\pst\AmovPknlMstpSlowWpstDnon"; + disableWeaponsLong = 1; + showWeaponAim = 0; + actions = "PistolLowKneelActions"; + weaponLowered = 1; + enableOptics = 0; + ConnectTo[] = {"AmovPknlMstpSlowWpstDnon_AmovPknlMstpSrasWpstDnon",0.01,"AmovPknlMstpSlowWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSlowWpstDnon_turnL",0.5,"AmovPknlMstpSlowWpstDnon_turnR",0.5,"AmovPknlMstpSlowWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon_turnL",0.5,"AmovPknlMstpSlowWpstDnon_turnR",0.5,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMwlkSlowWpstDf",0.02,"AmovPknlMrunSlowWpstDf",0.02,"AmovPknlMrunSlowWpstDfl",0.02,"AmovPknlMrunSlowWpstDl",0.02,"AmovPknlMrunSlowWpstDbl",0.02,"AmovPknlMrunSlowWpstDb",0.02,"AmovPknlMrunSlowWpstDbr",0.02,"AmovPknlMrunSlowWpstDr",0.02,"AmovPknlMrunSlowWpstDfr",0.02,"AmovPknlMwlkSlowWpstDfl",0.02,"AmovPknlMwlkSlowWpstDl",0.02,"AmovPknlMwlkSlowWpstDbl",0.02,"AmovPknlMwlkSlowWpstDb",0.02,"AmovPknlMwlkSlowWpstDbr",0.02,"AmovPknlMwlkSlowWpstDr",0.02,"AmovPknlMwlkSlowWpstDfr",0.02,"AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_2",0.2,"Unconscious",0.1,"AidlPknlMstpSlowWpstDnon_AI",0.02}; + camShakeFire = 1.0; + }; + class AidlPknlMstpSlowWpstDnon_G0S: AmovPknlMstpSlowWpstDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + variantAfter[] = {1,1,1}; + ConnectTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AidlPknlMstpSlowWpstDnon_G01",0.02,"AidlPknlMstpSlowWpstDnon_G02",0.02,"AidlPknlMstpSlowWpstDnon_G03",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AidlPknlMstpSlowWpstDnon_G0S",0.2}; + }; + class AidlPknlMstpSlowWpstDnon_AI: AidlPknlMstpSlowWpstDnon_G0S + { + variantsAI[] = {"AidlPknlMstpSlowWpstDnon_G03",0.333,"AidlPknlMstpSlowWpstDnon_G02",0.333,"AidlPknlMstpSlowWpstDnon_G01",0.334}; + }; + class AidlPknlMstpSlowWpstDnon_G01: AidlPknlMstpSlowWpstDnon_G0S + { + speed = -8; + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\low\pst\AidlPknlMstpSlowWpstDnon_G01"; + ConnectTo[] = {"AidlPknlMstpSlowWpstDnon_G0S",0.02}; + InterpolateTo[] = {"AidlPknlMstpSlowWpstDnon_G0S",0.2,"Unconscious",0.01,"AmovPknlMstpSlowWpstDnon",0.02}; + }; + class AidlPknlMstpSlowWpstDnon_G02: AidlPknlMstpSlowWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\low\pst\AidlPknlMstpSlowWpstDnon_G02"; + }; + class AidlPknlMstpSlowWpstDnon_G03: AidlPknlMstpSlowWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\low\pst\AidlPknlMstpSlowWpstDnon_G03"; + }; + class AmovPknlMstpSlowWpstDnon_turnL: AidlPknlMstpSlowWpstDnon_G0S + { + duty = -0.6; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\pst\AmovPknlMstpSlowWpstDnon_AIturn90L"; + speed = 1.3; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPknlMstpSlowWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSlowWpstDnon_turnR: AidlPknlMstpSlowWpstDnon_G0S + { + duty = -0.8; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\pst\AmovPknlMstpSlowWpstDnon_AIturn90R"; + speed = 1.3; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPknlMstpSlowWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMwlkSlowWpstDf: AidlPknlMstpSlowWpstDnon_G0S + { + aimPrecision = 2; + duty = 0.1; + static = 1; + relSpeedMin = 0.8; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\low\pst\AmovPknlMwlkSlowWpstDf"; + speed = 0.45; + actions = "PistolLowKneelActionsWlkF"; + enableOptics = 0; + soundEnabled = 1; + soundEdge[] = {0.15,0.4,0.65,0.9}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMrunSlowWpstDf",0.025,"AmovPercMwlkSlowWpstDf",0.025,"AmovPknlMwlkSlowWpstDfr",0.025,"AmovPknlMwlkSlowWpstDfl",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDf",0.02,"AmovPknlMtacSlowWpstDf",0.025}; + }; + class AmovPknlMwlkSlowWpstDfl: AmovPknlMwlkSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\low\pst\AmovPknlMwlkSlowWpstDfl"; + actions = "PistolLowKneelActionsWlkFl"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPercMwlkSlowWpstDfl",0.025,"AmovPknlMrunSlowWpstDfl",0.025,"AmovPknlMwlkSlowWpstDf",0.025,"AmovPknlMwlkSlowWpstDl",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDfl",0.02,"AmovPknlMtacSlowWpstDfl",0.025}; + }; + class AmovPknlMwlkSlowWpstDl: AmovPknlMwlkSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\low\pst\AmovPknlMwlkSlowWpstDl"; + speed = 0.29703; + actions = "PistolLowKneelActionsWlkL"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPercMwlkSlowWpstDl",0.025,"AmovPknlMrunSlowWpstDl",0.025,"AmovPknlMwlkSlowWpstDfl",0.025,"AmovPknlMwlkSlowWpstDbl",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDl",0.02,"AmovPknlMtacSlowWpstDl",0.025}; + }; + class AmovPknlMwlkSlowWpstDbl: AmovPknlMwlkSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\low\pst\AmovPknlMwlkSlowWpstDbl"; + speed = 0.29703; + actions = "PistolLowKneelActionsWlkBl"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPercMwlkSlowWpstDbl",0.025,"AmovPknlMrunSlowWpstDbl",0.025,"AmovPknlMwlkSlowWpstDl",0.025,"AmovPknlMwlkSlowWpstDb",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDbl",0.02,"AmovPknlMtacSlowWpstDbl",0.025}; + }; + class AmovPknlMwlkSlowWpstDb: AmovPknlMwlkSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\low\pst\AmovPknlMwlkSlowWpstDb"; + speed = 0.29703; + actions = "PistolLowKneelActionsWlkB"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPercMwlkSlowWpstDb",0.025,"AmovPknlMrunSlowWpstDb",0.025,"AmovPknlMwlkSlowWpstDbr",0.025,"AmovPknlMwlkSlowWpstDbl",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDb",0.02,"AmovPknlMtacSlowWpstDb",0.025}; + }; + class AmovPknlMwlkSlowWpstDbr: AmovPknlMwlkSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\low\pst\AmovPknlMwlkSlowWpstDbr"; + speed = 0.29703; + actions = "PistolLowKneelActionsWlkBr"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPercMwlkSlowWpstDbr",0.025,"AmovPknlMrunSlowWpstDbr",0.025,"AmovPknlMwlkSlowWpstDr",0.025,"AmovPknlMwlkSlowWpstDb",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDbr",0.02,"AmovPknlMtacSlowWpstDbr",0.025}; + }; + class AmovPknlMwlkSlowWpstDr: AmovPknlMwlkSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\low\pst\AmovPknlMwlkSlowWpstDr"; + speed = 0.3; + actions = "PistolLowKneelActionsWlkR"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPercMwlkSlowWpstDr",0.025,"AmovPknlMwlkSlowWpstDfr",0.025,"AmovPknlMwlkSlowWpstDbr",0.025,"AmovPknlMrunSlowWpstDr",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDr",0.02,"AmovPknlMtacSlowWpstDr",0.025}; + }; + class AmovPknlMwlkSlowWpstDfr: AmovPknlMwlkSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\low\pst\AmovPknlMwlkSlowWpstDfr"; + actions = "PistolLowKneelActionsWlkFr"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPercMwlkSlowWpstDfr",0.025,"AmovPknlMwlkSlowWpstDf",0.025,"AmovPknlMwlkSlowWpstDr",0.025,"AmovPknlMrunSlowWpstDfr",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDfr",0.02,"AmovPknlMtacSlowWpstDfr",0.025}; + }; + class AmovPknlMtacSlowWpstDf: AmovPknlMwlkSlowWpstDf + { + stamina = -0.1; + duty = 0.2; + speed = 0.75; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\pst\AmovPknlMtacSlowWpstDf"; + headBobStrength = 0.124378; + actions = "PistolLowKneelActionsTacF"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMtacSlowWpstDfl",0.01,"AmovPknlMtacSlowWpstDfr",0.01,"AmovPknlMrunSlowWpstDf",0.02,"AmovPknlMwlkSlowWpstDf",0.02,"AovrPercMstpSlowWpstDf",0.02,"Unconscious",0.1,"AmovPknlMrunSrasWpstDf",0.02,"AmovPknlMevaSrasWpstDf",0.02,"AmovPercMtacSlowWpstDf",0.02}; + aimPrecision = 2; + }; + class AmovPknlMtacSlowWpstDfl: AmovPknlMtacSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\pst\AmovPknlMtacSlowWpstDfl"; + actions = "PistolLowKneelActionsTacFL"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMtacSlowWpstDf",0.01,"AmovPknlMtacSlowWpstDfr",0.02,"AmovPknlMtacSlowWpstDl",0.01,"AmovPknlMrunSlowWpstDfl",0.02,"AmovPknlMwlkSlowWpstDfl",0.02,"Unconscious",0.1,"AmovPknlMrunSrasWpstDfl",0.02,"AmovPknlMevaSrasWpstDfl",0.02,"AmovPercMtacSlowWpstDfl",0.02}; + }; + class AmovPknlMtacSlowWpstDl: AmovPknlMtacSlowWpstDf + { + speed = 0.779221; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\pst\AmovPknlMtacSlowWpstDl"; + actions = "PistolLowKneelActionsTacL"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMtacSlowWpstDbl",0.01,"AmovPknlMtacSlowWpstDfl",0.01,"AmovPknlMrunSlowWpstDl",0.02,"AmovPknlMwlkSlowWpstDl",0.02,"Unconscious",0.1,"AmovPknlMrunSrasWpstDl",0.02,"AmovPercMtacSlowWpstDl",0.02}; + }; + class AmovPknlMtacSlowWpstDb: AmovPknlMtacSlowWpstDf + { + speed = 0.810811; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\pst\AmovPknlMtacSlowWpstDb"; + actions = "PistolLowKneelActionsTacB"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMtacSlowWpstDbl",0.01,"AmovPknlMtacSlowWpstDbr",0.01,"AmovPknlMrunSlowWpstDb",0.02,"AmovPknlMwlkSlowWpstDb",0.02,"Unconscious",0.1,"AmovPknlMrunSrasWpstDb",0.02,"AmovPercMtacSlowWpstDb",0.02}; + }; + class AmovPknlMtacSlowWpstDbl: AmovPknlMtacSlowWpstDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\pst\AmovPknlMtacSlowWpstDbl"; + actions = "PistolLowKneelActionsTacBL"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMtacSlowWpstDl",0.01,"AmovPknlMtacSlowWpstDb",0.01,"AmovPknlMrunSlowWpstDbl",0.02,"AmovPknlMwlkSlowWpstDbl",0.02,"Unconscious",0.1,"AmovPknlMrunSrasWpstDbl",0.02,"AmovPercMtacSlowWpstDbl",0.02}; + }; + class AmovPknlMtacSlowWpstDbr: AmovPknlMtacSlowWpstDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\pst\AmovPknlMtacSlowWpstDbr"; + actions = "PistolLowKneelActionsTacBR"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMtacSlowWpstDb",0.01,"AmovPknlMtacSlowWpstDr",0.01,"AmovPknlMrunSlowWpstDbr",0.02,"AmovPknlMwlkSlowWpstDbr",0.02,"Unconscious",0.1,"AmovPknlMrunSrasWpstDbr",0.02,"AmovPercMtacSlowWpstDbr",0.02}; + }; + class AmovPknlMtacSlowWpstDr: AmovPknlMtacSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\pst\AmovPknlMtacSlowWpstDr"; + actions = "PistolLowKneelActionsTacR"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMtacSlowWpstDfr",0.01,"AmovPknlMtacSlowWpstDbr",0.01,"AmovPknlMrunSlowWpstDr",0.02,"AmovPknlMwlkSlowWpstDr",0.02,"Unconscious",0.1,"AmovPknlMrunSrasWpstDr",0.02,"AmovPercMtacSlowWpstDr",0.02}; + }; + class AmovPknlMtacSlowWpstDfr: AmovPknlMtacSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\pst\AmovPknlMtacSlowWpstDfr"; + actions = "PistolLowKneelActionsTacFR"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMtacSlowWpstDf",0.01,"AmovPknlMtacSlowWpstDfl",0.02,"AmovPknlMtacSlowWpstDr",0.01,"AmovPknlMrunSlowWpstDfr",0.02,"AmovPknlMwlkSlowWpstDfr",0.02,"Unconscious",0.1,"AmovPknlMrunSrasWpstDfr",0.02,"AmovPknlMevaSrasWpstDfr",0.02,"AmovPercMtacSlowWpstDfr",0.02}; + }; + class AmovPknlMrunSlowWpstDf: AmovPknlMwlkSlowWpstDf + { + stamina = -0.1; + aimPrecision = 3.0; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDf"; + duty = 0.3; + soundEdge[] = {0.25,0.5,0.75,1}; + interpolationSpeed = 2.5; + headBobStrength = 0.054726; + soundOverride = "run"; + showWeaponAim = 0; + soundEnabled = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + limitGunMovement = 0.5; + speed = 0.827586; + actions = "PistolLowKneelActionsRunF"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSlowWpstDf",0.025,"AmovPercMrunSlowWpstDf",0.025,"AmovPknlMrunSlowWpstDfl",0.025,"AmovPknlMrunSlowWpstDfr",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDf",0.2,"AmovPknlMtacSlowWpstDf",0.02}; + }; + class AmovPknlMrunSlowWpstDfl: AmovPknlMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDfl"; + actions = "PistolLowKneelActionsRunFl"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSlowWpstDfl",0.025,"AmovPercMrunSlowWpstDfl",0.025,"AmovPknlMrunSlowWpstDl",0.025,"AmovPknlMrunSlowWpstDf",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDfl",0.2,"AmovPknlMtacSlowWpstDfl",0.02}; + }; + class AmovPknlMrunSlowWpstDl: AmovPknlMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDl"; + speed = 1.66667; + actions = "PistolLowKneelActionsRunL"; + soundEdge[] = {0.3,0.8}; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSlowWpstDl",0.025,"AmovPknlMrunSlowWpstDfl",0.025,"AmovPercMrunSlowWpstDl",0.025,"AmovPknlMrunSlowWpstDbl",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDl",0.2,"AmovPknlMtacSlowWpstDl",0.02}; + }; + class AmovPknlMrunSlowWpstDbl: AmovPknlMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDbl"; + speed = 0.8; + actions = "PistolLowKneelActionsRunBl"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSlowWpstDbl",0.025,"AmovPknlMrunSlowWpstDl",0.025,"AmovPknlMrunSlowWpstDb",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDbl",0.2,"AmovPknlMtacSlowWpstDbl",0.02}; + }; + class AmovPknlMrunSlowWpstDb: AmovPknlMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDb"; + speed = 0.8; + actions = "PistolLowKneelActionsRunB"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSlowWpstDb",0.025,"AmovPknlMrunSlowWpstDbl",0.025,"AmovPknlMrunSlowWpstDbr",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDb",0.2,"AmovPknlMtacSlowWpstDb",0.02}; + }; + class AmovPknlMrunSlowWpstDbr: AmovPknlMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDbr"; + speed = 0.8; + actions = "PistolLowKneelActionsRunBr"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSlowWpstDbr",0.025,"AmovPknlMrunSlowWpstDr",0.025,"AmovPknlMrunSlowWpstDb",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDbr",0.2,"AmovPknlMtacSlowWpstDbr",0.02}; + }; + class AmovPknlMrunSlowWpstDr: AmovPknlMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDr"; + speed = 1.66667; + actions = "PistolLowKneelActionsRunR"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMrunSlowWpstDbr",0.025,"AmovPknlMrunSlowWpstDfr",0.025,"AmovPknlMwlkSlowWpstDr",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDr",0.2,"AmovPknlMtacSlowWpstDr",0.02}; + }; + class AmovPknlMrunSlowWpstDfr: AmovPknlMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDfr"; + actions = "PistolLowKneelActionsRunFr"; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMrunSlowWpstDf",0.025,"AmovPknlMrunSlowWpstDr",0.025,"AmovPknlMwlkSlowWpstDfr",0.025,"Unconscious",0.1,"AmovPknlMwlkSrasWpstDfr",0.2,"AmovPknlMtacSlowWpstDf",0.02}; + }; + class AmovPknlMstpSlowWpstDnon_gear_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + speed = 2.30769; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\pst\AmovPknlMstpSlowWpstDnon_AmovPknlMstpSrasWpstDnon"; + looped = 0; + canBlendStep = 0; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon_gear_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSlowWpstDnon + { + variantsPlayer[] = {}; + leftHandIKCurve[] = {0.61,0,0.81,1}; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_gear_AmovPknlMstpSrasWpstDnon"; + speed = 1.5; + actions = "PistolKneelActions"; + canBlendStep = 0; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_gear",0.05,"AmovPknlMstpSnonWnonDnon_gear",0.05,"AmovPknlMstpSlowWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon_gear: AmovPknlMstpSlowWpstDnon + { + variantsPlayer[] = {}; + leftHandIKCurve[] = {0.31,1,0.45,0}; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon_gear"; + speed = 2.8; + actions = "PistolKneelActions_gear"; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon_gear",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_gear",0.05,"AmovPknlMstpSnonWnonDnon_gear",0.05,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon_gear: AmovPknlMstpSlowWpstDnon + { + variantsPlayer[] = {}; + leftHandIKCurve[] = {0}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_gear"; + speed = 10; + actions = "PistolKneelActions_gear"; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon_gear_AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_gear",0.05,"AmovPknlMstpSnonWnonDnon_gear",0.05,"AinvPknlMstpSrasWrflDnon",0.01,"Unconscious",0.1,"AmovPknlMstpSrasWpstDnon_explo",0.01}; + }; + class AmovPknlMstpSrasWpstDnon_explo: AmovPknlMstpSrasWpstDnon_gear + { + actions = "PistolKneelActions_explo"; + speed = -3; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_gear_AmovPercMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon_gear + { + leftHandIKCurve[] = {0.61,0,0.81,1}; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_gear_AmovPercMstpSrasWpstDnon"; + speed = 1.5; + actions = "PistolStandActions_gear"; + canBlendStep = 0; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWrflDnon_gear",0.05,"AmovPercMstpSnonWnonDnon_gear",0.05,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon_gear: AmovPknlMstpSrasWpstDnon_gear + { + leftHandIKCurve[] = {0.31,1,0.45,0}; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon_gear"; + speed = 2.8; + actions = "PistolStandActions_gear"; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_gear",0.02,"AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWrflDnon_gear",0.05,"AmovPercMstpSnonWnonDnon_gear",0.05,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_gear: AmovPknlMstpSrasWpstDnon_gear + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_gear"; + actions = "PistolStandActions_gear"; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_gear_AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWrflDnon_gear",0.05,"AmovPercMstpSnonWnonDnon_gear",0.05,"AinvPercMstpSrasWrflDnon",0.05,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon_gear: AmovPknlMstpSrasWpstDnon_gear + { + speed = 6; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon"; + looped = 0; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon_gear",0.02,"AmovPercMstpSrasWpstDnon_gear",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon_turnL: AmovPknlMstpSrasWpstDnon + { + duty = -0.4; + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AIturn90L"; + speed = 1.3; + aimPrecision = 4; + boundingSphere = 4; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon_turnR: AmovPknlMstpSrasWpstDnon + { + duty = -0.4; + boundingSphere = 8; + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AIturn90R"; + speed = 1.3; + aimPrecision = 4; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {"AidlPpneMstpSrasWpstDnon_G01_player",0.333,"AidlPpneMstpSrasWpstDnon_G02_player",0.333,"AidlPpneMstpSrasWpstDnon_G03_player",0.334}; + actions = "PistolProneActions"; + duty = -1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon"; + visibleSize = 0.100123; + onLandBeg = 1; + onLandEnd = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + InterpolationSpeed = 2.5; + soundOverride = "crawl"; + aimprecision = 1.25; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon_turnL",0.02,"AmovPpneMstpSrasWpstDnon_turnR",0.02,"AmovPpneMstpSrasWpstDnon",0.02,"PistolMagazineReloadProne",0.1,"AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPpneMevaSlowWpstDl",0.02,"AmovPpneMstpSrasWpstDnon_AmovPpneMevaSlowWpstDr",0.02,"AwopPpneMstpSgthWpstDnon_Part1",0.1,"AidlPpneMstpSrasWpstDnon_AI",0.1,"AmovPpneMstpSrasWpstDnon_healed",0.02,"AmovPpneMstpSnonWpstDnon_injured",0.1}; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon_turnL",0.02,"AmovPpneMstpSrasWpstDnon_turnR",0.02,"AidlPpneMstpSrasWpstDnon_AI",0.1,"AinvPpneMstpSlayWpstDnon_medicIn",0.02,"AinvPpneMstpSlayWpstDnon_medicOtherIn",0.02,"AmovPpneMrunSlowWpstDf",0.02,"AmovPpneMrunSlowWpstDfl",0.02,"AmovPpneMrunSlowWpstDl",0.02,"AmovPpneMrunSlowWpstDbl",0.02,"AmovPpneMrunSlowWpstDb",0.02,"AmovPpneMrunSlowWpstDbr",0.02,"AmovPpneMrunSlowWpstDr",0.02,"AmovPpneMrunSlowWpstDfr",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf",0.01,"Unconscious",0.01,"AmovPpneMstpSrasWpstDnon_relax",0.1,"AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDup",0.01,"AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDdown",0.01,"AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft",0.01,"AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright",0.01,"AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"PistolReloadProne",0.02,"PistolHeavy02ReloadProne",0.02,"PistolReloadProneFlaregun",0.02,"AmovPpneMstpSrasWpstDnon_AinvPpneMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AinvPpneMstpSrasWpstDnon_Putdown",0.02,"AwopPpneMstpSgthWpstDnon_Fast_Start",0.02,"AfalPpneMstpSrasWpstDnon",0.025,"Campaign_Base",0.5}; + }; + class AidlPpneMstpSrasWpstDnon_G0S: AmovPpneMstpSrasWpstDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.02,"AidlPpneMstpSrasWpstDnon_G01",0.02,"AidlPpneMstpSrasWpstDnon_G02",0.02,"AidlPpneMstpSrasWpstDnon_G03",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AidlPpneMstpSrasWpstDnon_G0S",0.2}; + }; + class AidlPpneMstpSrasWpstDnon_AI: AidlPpneMstpSrasWpstDnon_G0S + { + variantsAI[] = {"AidlPpneMstpSrasWpstDnon_G01",0.333,"AidlPpneMstpSrasWpstDnon_G02",0.333,"AidlPpneMstpSrasWpstDnon_G03",0.334}; + }; + class AidlPpneMstpSrasWpstDnon_G01: AidlPpneMstpSrasWpstDnon_G0S + { + speed = -15; + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\pst\AidlPpneMstpSrasWpstDnon_G01"; + ConnectTo[] = {"AidlPpneMstpSrasWpstDnon_G0S",0.02}; + InterpolateTo[] = {"AidlPpneMstpSrasWpstDnon_G0S",0.2,"Unconscious",0.01,"AmovPpneMstpSrasWpstDnon",0.02}; + }; + class AidlPpneMstpSrasWpstDnon_G02: AidlPpneMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\pst\AidlPpneMstpSrasWpstDnon_G02"; + }; + class AidlPpneMstpSrasWpstDnon_G03: AidlPpneMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\pst\AidlPpneMstpSrasWpstDnon_G03"; + }; + class AidlPpneMstpSrasWpstDnon_G01_player: AidlPpneMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\pst\AidlPpneMstpSrasWpstDnon_G01_player"; + }; + class AidlPpneMstpSrasWpstDnon_G02_player: AidlPpneMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\pst\AidlPpneMstpSrasWpstDnon_G02_player"; + }; + class AidlPpneMstpSrasWpstDnon_G03_player: AidlPpneMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\pst\AidlPpneMstpSrasWpstDnon_G03_player"; + }; + class AadjPpneMstpSrasWpstDup: AidlPpneMstpSrasWpstDnon_G0S + { + aimPrecision = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDup"; + actions = "PistolAdjustFProneActions"; + speed = 0.084746; + adjstance = "u"; + ConnectTo[] = {"AadjPpneMstpSrasWpstDup",0.02,"AadjPpneMstpSrasWpstDup_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDup_AadjPknlMstpSrasWpstDdown",0.02,"AadjPpneMstpSrasWpstDup_turnL",0.02,"AadjPpneMstpSrasWpstDup_turnR",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDup_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDup_AadjPknlMstpSrasWpstDdown",0.02,"AadjPpneMstpSrasWpstDup_turnL",0.02,"AadjPpneMstpSrasWpstDup_turnR",0.02,"AadjPpneMwlkSrasWpstDup_f",0.02,"AadjPpneMwlkSrasWpstDup_b",0.02,"AadjPpneMwlkSrasWpstDup_r",0.02,"AadjPpneMwlkSrasWpstDup_l",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWpstDup_turnL: AadjPpneMstpSrasWpstDup + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDup"; + speed = 0.5; + ConnectTo[] = {"AadjPpneMstpSrasWpstDup",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDup",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWpstDup_turnR: AadjPpneMstpSrasWpstDup + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDup"; + speed = 0.5; + ConnectTo[] = {"AadjPpneMstpSrasWpstDup",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDup",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWpstDdown: AadjPpneMstpSrasWpstDup + { + aimPrecision = 1.25; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDdown"; + actions = "PistolAdjustBProneActions"; + speed = 0.365854; + adjstance = "d"; + ConnectTo[] = {"AadjPpneMstpSrasWpstDdown",0.02,"AadjPpneMstpSrasWpstDdown_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDdown_turnL",0.02,"AadjPpneMstpSrasWpstDdown_turnR",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDdown_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDdown_turnL",0.02,"AadjPpneMstpSrasWpstDdown_turnR",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWpstDdown_turnL: AadjPpneMstpSrasWpstDdown + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDdown"; + speed = 0.5; + ConnectTo[] = {"AadjPpneMstpSrasWpstDdown",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDdown",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWpstDdown_turnR: AadjPpneMstpSrasWpstDdown + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDdown"; + speed = 0.5; + ConnectTo[] = {"AadjPpneMstpSrasWpstDdown",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDdown",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWpstDleft: AidlPpneMstpSrasWpstDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDleft"; + actions = "PistolAdjustLProneActions"; + speed = 0.084746; + adjstance = "l"; + enableOptics = 2; + ConnectTo[] = {"AadjPpneMstpSrasWpstDleft",0.02,"AadjPpneMstpSrasWpstDleft_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDleft_AmovPercMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDleft_AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDleft_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDleft_AmovPercMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDleft_AmovPknlMstpSrasWpstDnon",0.02,"AadjPpneMwlkSrasWpstDleft_l",0.02,"AadjPpneMwlkSrasWpstDleft_r",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWpstDright: AidlPpneMstpSrasWpstDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDright"; + actions = "PistolAdjustRProneActions"; + speed = 0.084746; + adjstance = "r"; + enableOptics = 2; + ConnectTo[] = {"AadjPpneMstpSrasWpstDright",0.02,"AadjPpneMstpSrasWpstDright_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDright_AmovPercMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDright_AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDright_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDright_AmovPercMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDright_AmovPknlMstpSrasWpstDnon",0.02,"AadjPpneMwlkSrasWpstDright_l",0.02,"AadjPpneMwlkSrasWpstDright_r",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDup: AadjPpneMstpSrasWpstDup + { + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDup"; + speed = 0.58; + limitgunmovement = 1; + looped = 0; + variantsAI[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_prone_up"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDdown: AadjPpneMstpSrasWpstDdown + { + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDdown"; + speed = -0.5; + limitgunmovement = 1; + looped = 0; + variantsAI[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_prone_down"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright: AadjPpneMstpSrasWpstDright + { + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright"; + speed = -1; + limitgunmovement = 1; + looped = 0; + variantsAI[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_prone_right"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft: AadjPpneMstpSrasWpstDleft + { + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft"; + speed = -1; + limitgunmovement = 1; + looped = 0; + variantsAI[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_prone_left"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright: AadjPpneMstpSrasWpstDright + { + stamina = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AmovPercMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright"; + speed = -1.6; + limitgunmovement = 1; + looped = 0; + variantsAI[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_stand_to_right_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft: AadjPpneMstpSrasWpstDleft + { + stamina = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AmovPercMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft"; + speed = -1.6; + limitgunmovement = 1; + looped = 0; + variantsAI[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_stand_to_left_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright: AadjPpneMstpSrasWpstDright + { + stamina = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright"; + speed = -1.8; + limitgunmovement = 1; + looped = 0; + variantsAI[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_stand_to_right_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft: AadjPpneMstpSrasWpstDleft + { + stamina = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft"; + speed = -1.6; + limitgunmovement = 1; + looped = 0; + variantsAI[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_stand_to_left_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWpstDup_AmovPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDup_AmovPpneMstpSrasWpstDnon"; + speed = -1; + limitgunmovement = 1; + soundOverride = "adjust_prone_up_back"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWpstDdown_AmovPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDdown_AmovPpneMstpSrasWpstDnon"; + speed = -0.35; + limitgunmovement = 1; + soundOverride = "adjust_prone_up"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWpstDleft_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + stamina = 0; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDleft_AmovPercMstpSrasWpstDnon"; + speed = -2; + limitgunmovement = 1; + soundOverride = "adjust_left_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWpstDleft_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + stamina = 0; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDleft_AmovPknlMstpSrasWpstDnon"; + speed = -1.75; + soundOverride = "adjust_left_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWpstDright_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDright_AmovPercMstpSrasWpstDnon"; + speed = -1.35; + limitgunmovement = 1; + soundOverride = "adjust_right_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWpstDright_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDright_AmovPknlMstpSrasWpstDnon"; + speed = -1.7; + soundOverride = "adjust_right_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWpstDleft_AmovPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDleft_AmovPpneMstpSrasWpstDnon"; + speed = -1.3; + limitgunmovement = 1; + soundOverride = "adjust_prone_right"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWpstDright_AmovPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDright_AmovPpneMstpSrasWpstDnon"; + speed = -1.3; + limitgunmovement = 1; + soundOverride = "adjust_prone_left"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSrasWpstDnon_relax: AidlPpneMstpSrasWpstDnon_G0S + { + speed = -10; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_turn.p3d"; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",10.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWpstDnon_turnL: AidlPpneMstpSrasWpstDnon_G0S + { + duty = -0.8; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AIturn90L"; + speed = 0.5; + aimPrecision = 5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_turn.p3d"; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWpstDnon_turnR: AidlPpneMstpSrasWpstDnon_G0S + { + duty = -0.8; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AIturn90R"; + speed = 0.5; + aimPrecision = 5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_turn.p3d"; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWlnrDnon: Default + { + variantsPlayer[] = {"AidlPknlMstpSrasWlnrDnon_G01",0.4,"AidlPknlMstpSrasWlnrDnon_G02",0.3,"AidlPknlMstpSrasWlnrDnon_G03",0.3}; + variantsAI[] = {"AidlPknlMstpSrasWlnrDnon_G01",0.4,"AidlPknlMstpSrasWlnrDnon_G02",0.3,"AidlPknlMstpSrasWlnrDnon_G03",0.3}; + variantAfter[] = {15,15,15}; + actions = "LauncherKneelActions"; + duty = -0.4; + visibleSize = 0.300122; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon"; + showWeaponAim = 0; + enableMissile = 1; + canPullTrigger = 0; + aimprecision = 0.25; + camShakeFire = 0.5; + speed = 1e+010; + static = 1; + relSpeedMax = 1.1; + aiming = "aimingLauncher"; + aimingBody = "aimingUpLauncher"; + soundEnabled = 0; + enableBinocular = 1; + leftHandIKBeg = 1; + leftHandIKCurve[] = {1}; + leftHandIKEnd = 1; + rightHandIKBeg = 1; + rightHandIKCurve[] = {1}; + rightHandIKEnd = 1; + leaningFactorBeg = 0.5; + leaningFactorEnd = 0.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl.p3d"; + weaponIK = 4; + enableOptics = 4; + headBobStrength = 0.23; + headBobMode = 2; + canBlendStep = 1; + interpolationSpeed = 2.85; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon_turnL",0.02,"AmovPknlMstpSrasWlnrDnon_turnR",0.02,"LauncherReloadKneel",0.1,"AmovPknlMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon",0.02,"AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWlnrDnon_AwopPknlMstpSoptWbinDnon",0.02,"AmovPknlMstpSrasWlnrDnon_AmovPercMstpSnonWnonDnon",0.03,"AmovPknlMstpSrasWlnrDnon_AmovPpneMstpSnonWnonDnon",0.02,"AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSnonWnonDnon",0.02,"ReloadRPGKneel",0.02,"AmovPknlMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon_turnL",0.02,"AmovPknlMstpSrasWlnrDnon_turnR",0.02,"AmovPknlMrunSrasWlnrDf",0.02,"AmovPknlMrunSrasWlnrDfl",0.02,"AmovPknlMevaSlowWlnrDf",0.02,"AmovPknlMevaSlowWlnrDfl",0.02,"AmovPknlMevaSlowWlnrDfr",0.02,"AmovPknlMrunSrasWlnrDl",0.02,"AmovPknlMrunSrasWlnrDbl",0.02,"AmovPknlMrunSrasWlnrDb",0.02,"AmovPknlMrunSrasWlnrDbr",0.02,"AmovPknlMrunSrasWlnrDr",0.02,"AmovPknlMrunSrasWlnrDfr",0.02,"AmovPercMevaSlowWlnrDf",0.02,"AmovPercMevaSlowWlnrDfr",0.02,"AmovPercMevaSlowWlnrDfl",0.02,"AmovPknlMwlkSrasWlnrDf",0.02,"AmovPknlMwlkSrasWlnrDfl",0.02,"AmovPknlMwlkSrasWlnrDl",0.02,"AmovPknlMwlkSrasWlnrDbl",0.02,"AmovPknlMwlkSrasWlnrDb",0.02,"AmovPknlMwlkSrasWlnrDbr",0.02,"AmovPknlMwlkSrasWlnrDr",0.02,"AmovPknlMwlkSrasWlnrDfr",0.02,"AmovPknlMtacSrasWlnrDf",0.02,"AmovPknlMtacSrasWlnrDfl",0.02,"AmovPknlMtacSrasWlnrDl",0.02,"AmovPknlMtacSrasWlnrDbl",0.02,"AmovPknlMtacSrasWlnrDb",0.02,"AmovPknlMtacSrasWlnrDbr",0.02,"AmovPknlMtacSrasWlnrDr",0.02,"AmovPknlMtacSrasWlnrDfr",0.02,"Unconscious",0.01,"AmovPknlMstpSrasWlnrDnon_relax",0.01,"AmovPknlMstpSrasWlnrDnon_AinvPknlMstpSrasWlnrDnon",0.02,"AmovPknlMstpSrasWlnrDnon_AinvPknlMstpSrasWlnrDnon_Putdown",0.02,"AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic_Launcher",0.02,"AinvPknlMstpSlayWlnrDnon_medicOther",0.02,"AfalPknlMstpSrasWlnrDnon",0.025,"Campaign_Base",0.01}; + limitGunMovement = 0.8; + }; + class AmovPknlMstpSrasWlnrDnon_relax: AmovPknlMstpSrasWlnrDnon + { + speed = -10; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon",10.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AidlPknlMstpSrasWlnrDnon_G0S: AmovPknlMstpSrasWlnrDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AidlPknlMstpSrasWlnrDnon_G01",0.02,"AidlPknlMstpSrasWlnrDnon_G02",0.02,"AidlPknlMstpSrasWlnrDnon_G03",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AidlPknlMstpSrasWlnrDnon_G0S",0.2}; + }; + class ReloadRPGKneel: AidlPknlMstpSrasWlnrDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\reloaDfullrpgkneel"; + speed = 0.339149; + relSpeedMin = 0.5; + static = 1; + looped = 0; + disableWeapons = 1; + duty = 0.6; + enableOptics = 0; + LeftHandIKCurve[] = {0.16,1,0.224,0,0.936,0,0.97,1}; + RightHandIKCurve[] = {0,1,0.036,0,0.851,0,0.9,1}; + }; + class AidlPknlMstpSrasWlnrDnon_AI: AidlPknlMstpSrasWlnrDnon_G0S{}; + class AidlPknlMstpSrasWlnrDnon_G01: AidlPknlMstpSrasWlnrDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\ras\lnr\AidlPknlMstpSrasWlnrDnon_G01"; + speed = -15; + ConnectTo[] = {"AidlPknlMstpSrasWlnrDnon_G0S",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"Unconscious",0.1}; + }; + class AidlPknlMstpSrasWlnrDnon_G02: AidlPknlMstpSrasWlnrDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\ras\lnr\AidlPknlMstpSrasWlnrDnon_G02"; + }; + class AidlPknlMstpSrasWlnrDnon_G03: AidlPknlMstpSrasWlnrDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\ras\lnr\AidlPknlMstpSrasWlnrDnon_G03"; + }; + class AmovPknlMstpSrasWlnrDnon_turnL: AidlPknlMstpSrasWlnrDnon_G0S + { + duty = -0.2; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AIturn90L"; + speed = 1.35; + aimPrecision = 4; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"ReloadRPGKneel",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWlnrDnon_turnR: AidlPknlMstpSrasWlnrDnon_G0S + { + duty = -0.2; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AIturn90R"; + speed = 1.35; + aimPrecision = 4; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"ReloadRPGKneel",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWlnrDnon: AidlPknlMstpSrasWlnrDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\lnr\AmovPpneMstpSrasWlnrDnon"; + duty = -1.2; + actions = "LauncherProneActions"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + aiming = "aimingDefault"; + ConnectTo[] = {"LauncherReloadStand",0.02,"AmovPpneMstpSrasWlnrDnon_AmovPknlMstpSrasWlnrDnon",0.01,"AmovPpneMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon",0.01,"AmovPpneMstpSrasWlnrDnon_turnL",0.02,"AmovPpneMstpSrasWlnrDnon_turnR",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon_turnL",0.02,"AmovPpneMstpSrasWlnrDnon_turnR",0.02,"AmovPpneMrunSrasWlnrDf",0.02,"AmovPpneMrunSrasWlnrDfl",0.02,"AmovPpneMrunSrasWlnrDl",0.02,"AmovPpneMrunSrasWlnrDbl",0.02,"AmovPpneMrunSrasWlnrDb",0.02,"AmovPpneMrunSrasWlnrDbr",0.02,"AmovPpneMrunSrasWlnrDr",0.02,"AmovPpneMrunSrasWlnrDfr",0.02,"Unconscious",0.1,"Campaign_Base",0.5}; + }; + class AmovPpneMstpSrasWlnrDnon_turnL: AmovPpneMstpSrasWlnrDnon + { + aimPrecision = 5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_turn.p3d"; + ConnectTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWlnrDnon_turnR: AmovPpneMstpSrasWlnrDnon + { + aimPrecision = 5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_turn.p3d"; + ConnectTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02,"Unconscious",0.1}; + }; + class AmovPpneMrunSrasWlnrDf: AmovPpneMstpSrasWlnrDnon + { + visibleSize = 0.150123; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\lnr\AmovPpneMrunSlowWlnrDf"; + speed = 0.600541; + soundOverride = "crawl"; + duty = 0.6; + disableWeapons = 1; + soundEnabled = 1; + limitGunMovement = 0; + legs = "wholeBody"; + aiming = "empty"; + aimingBody = "empty"; + leaning = "empty"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + actions = "RifleProneActionsRunF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02,"AmovPpneMrunSrasWlnrDfl",0.025,"AmovPpneMrunSrasWlnrDfr",0.025,"Unconscious",0.01}; + }; + class AmovPpneMrunSrasWlnrDfl: AmovPpneMrunSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\lnr\AmovPpneMrunSlowWlnrDfl"; + speed = 0.833333; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02,"AmovPpneMrunSrasWlnrDf",0.025,"AmovPpneMrunSrasWlnrDl",0.025,"AmovPpneMsprSlowWrflDfl",0.025,"Unconscious",0.01}; + }; + class AmovPpneMrunSrasWlnrDl: AmovPpneMrunSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\lnr\AmovPpneMrunSlowWlnrDl"; + speed = 0.625; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02,"AmovPpneMrunSrasWlnrDfl",0.025,"AmovPpneMrunSrasWlnrDbl",0.025,"Unconscious",0.01}; + }; + class AmovPpneMrunSrasWlnrDbl: AmovPpneMrunSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\lnr\AmovPpneMrunSlowWlnrDbl"; + speed = 0.702524; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02,"AmovPpneMrunSrasWlnrDl",0.025,"AmovPpneMrunSrasWlnrDb",0.025,"Unconscious",0.01}; + }; + class AmovPpneMrunSrasWlnrDb: AmovPpneMrunSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\lnr\AmovPpneMrunSlowWlnrDb"; + speed = 0.646923; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02,"AmovPpneMrunSrasWlnrDbl",0.025,"AmovPpneMrunSrasWlnrDbr",0.025,"Unconscious",0.01}; + }; + class AmovPpneMrunSrasWlnrDbr: AmovPpneMrunSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\lnr\AmovPpneMrunSlowWlnrDbr"; + speed = 0.859341; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02,"AmovPpneMrunSrasWlnrDb",0.025,"AmovPpneMrunSrasWlnrDr",0.025,"Unconscious",0.01}; + }; + class AmovPpneMrunSrasWlnrDr: AmovPpneMrunSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\lnr\AmovPpneMrunSlowWlnrDr"; + speed = 0.9375; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02,"AmovPpneMrunSrasWlnrDbr",0.025,"AmovPpneMrunSrasWlnrDfr",0.025,"Unconscious",0.01}; + }; + class AmovPpneMrunSrasWlnrDfr: AmovPpneMrunSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\lnr\AmovPpneMrunSlowWlnrDfr"; + speed = 0.455196; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02,"AmovPpneMrunSrasWlnrDf",0.025,"AmovPpneMrunSrasWlnrDr",0.025,"Unconscious",0.01}; + }; + class AmovPercMstpSnonWnonDnon: StandBase + { + variantsPlayer[] = {"AidlPercMstpSnonWnonDnon_G01",0.16,"AidlPercMstpSnonWnonDnon_G02",0.16,"AidlPercMstpSnonWnonDnon_G03",0.16,"AidlPercMstpSnonWnonDnon_G04",0.16,"AidlPercMstpSnonWnonDnon_G05",0.16,"AidlPercMstpSnonWnonDnon_G06",0.16}; + variantAfter[] = {45,45,45}; + InterpolationSpeed = 2.5; + actions = "CivilStandActions"; + duty = -0.8; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon"; + showWeaponAim = 0; + disableWeapons = 0; + canPullTrigger = 0; + speed = 1e+010; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + soundEnabled = 0; + enableBinocular = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + headBobStrength = 0.23; + enableOptics = -1; + canBlendStep = 1; + weaponLowered = 1; + disableWeaponsLong = 1; + limitGunMovement = 0.3; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon_turnL",0.02,"AmovPercMstpSnonWnonDnon",0.02,"AmovPercMstpSnonWnonDnon_turnR",0.02,"AmovPercMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02,"AmovPercMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon",0.02,"AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSnonWnonDnon_AmovPknlMstpSrasWlnrDnon",0.03,"AmovPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon",0.02,"AmovPercMstpSnonWnonDnon_Scared",2.0,"AmovPercMstpSnonWnonDnon_Scared2",2.0,"AmovPercMstpSnonWnonDnon_SaluteIn",0.1,"AmovPercMstpSnonWnonDnon_EaseIn",0.1,"AmovPercMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground",0.1,"AmovPercMstpSnonWnonDnon_AmovPercMstpSsurWnonDnon",0.1,"AwopPercMstpSgthWnonDnon_start",0.1,"LadderCivilOn_top",1.0,"LadderCivilOn_bottom",1.0,"AmovPercMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon",0.02,"AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInLow",0.02,"AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInMedium",0.02,"AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInHigh",0.02,"AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInSDV",0.02,"AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWlnrDnon",0.02,"HubSpectator_standU",1.0,"HubSpectator_walkU",1.0,"AmovPercMstpSnonWnonDnon_exerciseKata",2.0,"AmovPercMstpSnonWnonDnon_exercisekneeBendA",2.0,"AmovPercMstpSnonWnonDnon_exercisekneeBendB",2.0,"AmovPercMstpSnonWnonDnon_exercisePushup",2.0}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon_turnL",0.02,"AmovPercMstpSnonWnonDnon_turnR",0.02,"AovrPercMstpSnonWnonDf",0.05,"AinvPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_medic",0.05,"AmovPercMrunSnonWnonDf",0.02,"AmovPercMwlkSnonWnonDf",0.02,"AmovPercMwlkSnonWnonDfl",0.02,"AmovPercMwlkSnonWnonDl",0.02,"AmovPercMwlkSnonWnonDbl",0.02,"AmovPercMwlkSnonWnonDb",0.02,"AmovPercMwlkSnonWnonDbr",0.02,"AmovPercMwlkSnonWnonDr",0.02,"AmovPercMwlkSnonWnonDfr",0.02,"AmovPercMrunSnonWnonDfl",0.02,"AmovPercMrunSnonWnonDl",0.02,"AmovPercMrunSnonWnonDbl",0.02,"AmovPercMrunSnonWnonDb",0.02,"AmovPercMrunSnonWnonDbr",0.02,"AmovPercMrunSnonWnonDr",0.02,"AmovPercMrunSnonWnonDfr",0.02,"AmovPercMevaSnonWnonDf",0.02,"AmovPercMevaSnonWnonDfl",0.02,"AmovPercMevaSnonWnonDfr",0.02,"AmovPercMstpSnonWnonDnon_AinvPercMstpSnonWnonDnon",0.02,"AmovPercMstpSnonWnonDnon_AinvPercMstpSnonWnonDnon_Putdown",0.02,"Unconscious",0.01,"AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_1",0.1,"Helper_SwitchToCarrynon",0.2,"AswmPercMstpSnonWnonDnon",0.3,"AsswPercMstpSnonWnonDnon",0.3,"AbswPercMstpSnonWnonDnon",0.3,"HaloFreeFall_non",10.2,"AmovPercMstpSnonWnonDnon_falling",0.02,"AsdvPercMstpSnonWnonDnon",2.02,"AdvePercMstpSnonWnonDnon",2.0,"AbdvPercMstpSnonWnonDnon",2.0,"AfalPercMstpSnonWnonDnon",0.025,"HubSpectator_standU",1.0,"HubSpectator_walkU",1.0,"AswmPercMrunSnonWnonDf",0.05,"AsswPercMrunSnonWnonDf",0.05,"AbswPercMrunSnonWnonDf",0.05,"Campaign_Base",0.5,"CutSceneAnimationBase",0.5,"Acts_A_M01_briefing",0.5,"Acts_A_M02_briefing",0.5,"Acts_A_M03_briefing",0.5,"Acts_A_M04_briefing",0.5,"Acts_A_M05_briefing",0.5,"Acts_A_OUT_briefing",0.5,"Acts_B_hub01_briefing",0.5,"Acts_B_M01_briefing",0.5,"Acts_B_M02_briefing",0.5,"Acts_B_M03_briefing",0.5,"Acts_B_M05_briefing",0.5,"Acts_B_m06_briefing",0.5,"Acts_B_out2_briefing",0.5,"Acts_carFixingWheel",0.5}; + }; + class AidlPercMstpSnonWnonDnon_G0S: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AidlPercMstpSnonWnonDnon_G0S",0.02,"AidlPercMstpSnonWnonDnon_G01",0.02,"AidlPercMstpSnonWnonDnon_G02",0.02,"AidlPercMstpSnonWnonDnon_G03",0.02,"AidlPercMstpSnonWnonDnon_G04",0.02,"AidlPercMstpSnonWnonDnon_G05",0.02,"AidlPercMstpSnonWnonDnon_G06",0.02}; + InterpolateTo[] = {"AidlPercMstpSrasWrflDnon_G0S",0.2,"Unconscious",0.01}; + }; + class AidlPercMstpSnonWnonDnon_AI: AmovPercMstpSnonWnonDnon + { + headBobMode = 0; + useIdles = 1; + headBobStrength = 0; + }; + class AidlPercMstpSnonWnonDnon_G01: AidlPercMstpSnonWnonDnon_G0S + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\non\non\AidlPercMstpSnonWnonDnon_G01"; + speed = -45; + ConnectTo[] = {"AidlPercMstpSnonWnonDnon_G0S",0.01}; + InterpolateTo[] = {"AidlPercMstpSnonWnonDnon_G0S",0.2,"Unconscious",0.01,"AmovPercMstpSnonWnonDnon",0.02}; + }; + class AidlPercMstpSnonWnonDnon_G02: AidlPercMstpSnonWnonDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\non\non\AidlPercMstpSnonWnonDnon_G02"; + }; + class AidlPercMstpSnonWnonDnon_G03: AidlPercMstpSnonWnonDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\non\non\AidlPercMstpSnonWnonDnon_G03"; + }; + class AidlPercMstpSnonWnonDnon_G04: AidlPercMstpSnonWnonDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\non\non\AidlPercMstpSnonWnonDnon_G04"; + }; + class AidlPercMstpSnonWnonDnon_G05: AidlPercMstpSnonWnonDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\non\non\AidlPercMstpSnonWnonDnon_G05"; + }; + class AidlPercMstpSnonWnonDnon_G06: AidlPercMstpSnonWnonDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\non\non\AidlPercMstpSnonWnonDnon_G06"; + }; + class AmovPercMstpSnonWnonDnon_falling: AmovPercMstpSnonWnonDnon + { + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.02,"AdvePercMstpSnonWnonDnon",0.02,"AswmPercMstpSnonWnonDnon",0.02,"Unconscious",0.01}; + }; + class InBaseMoves_assemblingVehicleErc: AidlPercMstpSnonWnonDnon_G0S + { + headBobMode = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Idle.p3d"; + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_assemblingVehicleErc"; + speed = -30; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_AI",0.02,"AidlPercMstpSrasWrflDnon_G0S",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSrasWrflDnon",0.01}; + }; + class InBaseMoves_table1: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_table1"; + speed = 0.021053; + }; + class InBaseMoves_HandsBehindBack1: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_HandsBehindBack1"; + speed = 0.016367; + ConnectTo[] = {"InBaseMoves_HandsBehindBack1",0.02,"AidlPercMstpSrasWrflDnon_G0S",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon",0.01}; + }; + class InBaseMoves_HandsBehindBack2: InBaseMoves_HandsBehindBack1 + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_HandsBehindBack2"; + ConnectTo[] = {"InBaseMoves_HandsBehindBack2",0.02,"AidlPercMstpSrasWrflDnon_G0S",0.02}; + }; + class InBaseMoves_repairVehicleKnl: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_repairVehicleKnl"; + speed = -25; + }; + class InBaseMoves_repairVehiclePne: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_repairVehiclePne"; + speed = -60; + }; + class InBaseMoves_patrolling1: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_patrolling1"; + speed = 0.01875; + weaponIK = 1; + leftHandIKCurve[] = {1}; + rightHandIKCurve[] = {1}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",1.0,"AmovPercMstpSlowWrflDnon",1.0}; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",1.0,"AmovPercMstpSlowWrflDnon",1.0}; + }; + class InBaseMoves_patrolling2: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_patrolling2"; + speed = 0.01961; + weaponIK = 1; + leftHandIKCurve[] = {1}; + rightHandIKCurve[] = {1}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",1.0,"AmovPercMstpSlowWrflDnon",1.0}; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",1.0,"AmovPercMstpSlowWrflDnon",1.0}; + }; + class InBaseMoves_SittingRifle1: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_SittingRifle1"; + speed = 0.019262; + weaponIK = 1; + rightHandIKCurve[] = {1}; + }; + class InBaseMoves_SittingRifle2: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_SittingRifle2"; + speed = 0.015686; + weaponIK = 1; + rightHandIKCurve[] = {1}; + }; + class InBaseMoves_Lean1: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_Lean1"; + weaponIK = 1; + leftHandIKCurve[] = {0}; + rightHandIKCurve[] = {1}; + }; + class InBaseMoves_holdleft_idle1: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_holdleft_idle1"; + speed = 0.0553; + leftHandIKCurve[] = {0}; + rightHandIKCurve[] = {0}; + }; + class InBaseMoves_sitHighUp1: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_sitHighUp1"; + speed = 0.030303; + weaponIK = 1; + leftHandIKCurve[] = {0}; + rightHandIKCurve[] = {1}; + }; + class c4coming2cDf_genericstani1: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\c4coming2cDf_genericstani1"; + speed = -25; + access = 1; + InterpolateTo[] = {}; + }; + class c4coming2cDf_genericstani2: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\c4coming2cDf_genericstani2"; + speed = 0.031704; + InterpolateTo[] = {}; + }; + class c4coming2cDf_genericstani4: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\c4coming2cDf_genericstani4"; + speed = 0.024666; + InterpolateTo[] = {}; + access = 1; + }; + class c5efe_HonzaLoop: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\c5efe_HonzaLoop"; + speed = 0.157895; + legs = "legsNo"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class c5efe_MichalLoop: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\c5efe_MichalLoop"; + speed = 0.159574; + legs = "legsNo"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class LHD_krajPaluby: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\LHD_krajPaluby"; + speed = 0.010877; + }; + class sitTableRfl_listening: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\sitTableRfl_listening"; + speed = 0.1; + weaponIK = 1; + leftHandIKCurve[] = {1}; + rightHandIKCurve[] = {1}; + }; + class UnaErcPoslechVelitele1: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\UnaErcPoslechVelitele1"; + speed = 0.066667; + }; + class UnaErcPoslechVelitele2: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\UnaErcPoslechVelitele2"; + speed = 0.066667; + }; + class UnaErcPoslechVelitele3: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\UnaErcPoslechVelitele3"; + speed = 0.090909; + }; + class UnaErcPoslechVelitele4: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\UnaErcPoslechVelitele4"; + speed = 0.05; + }; + class Poster_pose_01: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\poster_pose_01"; + speed = 0.0005; + weaponIK = 1; + leftHandIKEnd = 1; + rightHandIKBeg = 1; + leftHandIKCurve[] = {1}; + rightHandIKCurve[] = {1}; + }; + class Poster_pose_02: Poster_pose_01 + { + file = "A3\anims_f\data\Anim\sdr\cts\poster_pose_02"; + }; + class AovrPercMstpSnonWnonDf: AmovPercMstpSnonWnonDnon + { + stamina = 0; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + speed = 0.6; + minPlayTime = 0.69; + file = "\A3\anims_f\Data\Anim\Sdr\ovr\erc\stp\non\non\AovrPercMstpSnonWnonDf"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wovr.p3d"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1; + duty = 2; + disableWeapons = 1; + enableOptics = 0; + limitGunMovement = 0.3; + forceAim = 1; + interpolationspeed = 3; + interpolationrestart = 1; + }; + class AmovPercMstpSnonWnonDnon_turnL: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AIturn90L"; + speed = 0.5; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSnonWnonDnon_turnR: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AIturn90R"; + speed = 0.5; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {"AidlPknlMstpSnonWnonDnon_G01",0.33,"AidlPknlMstpSnonWnonDnon_G02",0.33,"AidlPknlMstpSnonWnonDnon_G03",0.33}; + variantAfter[] = {30,30,30}; + actions = "CivilKneelActions"; + duty = -1; + aiming = "aimingCivilKneel"; + aimingBody = "aimingUpCivilKneel"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon_gear",0.02,"AmovPercMstpSnonWnonDnon_gear",0.02,"AmovPknlMstpSnonWnonDnon_turnL",0.02,"AmovPknlMstpSnonWnonDnon",0.02,"AmovPknlMstpSnonWnonDnon_turnR",0.02,"AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPknlMstpSnonWnonDnon_AmovPercMsprSnonWnonDf",0.01,"AmovPknlMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon",0.02,"AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWlnrDnon",0.01,"AmovPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon",0.02,"AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon",10.22}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon_turnL",0.02,"AmovPknlMstpSnonWnonDnon_turnR",0.02,"AinvPknlMstpSlayWnonDnon_medicIn",0.02,"AinvPknlMstpSlayWnonDnon_medicOther",0.02,"AinvPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_medic",0.02,"AmovPknlMrunSnonWnonDf",0.02,"AmovPknlMwlkSnonWnonDf",0.02,"AmovPknlMwlkSnonWnonDbr",0.02,"AmovPknlMwlkSnonWnonDbl",0.02,"AmovPknlMwlkSnonWnonDb",0.02,"AmovPknlMwlkSnonWnonDl",0.02,"AmovPknlMwlkSnonWnonDr",0.02,"AmovPknlMwlkSnonWnonDfr",0.02,"AmovPknlMwlkSnonWnonDfl",0.02,"AmovPknlMrunSnonWnonDfl",0.02,"AmovPknlMrunSnonWnonDl",0.02,"AmovPknlMrunSnonWnonDbl",0.02,"AmovPknlMrunSnonWnonDb",0.02,"AmovPknlMrunSnonWnonDbr",0.02,"AmovPknlMrunSnonWnonDr",0.02,"AmovPknlMrunSnonWnonDfr",0.02,"AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon",0.02,"AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_Putdown",0.02,"Unconscious",0.01,"AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_2",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1,"AinvPknlMstpSnonWnonDnon_medic_1",0.02,"AfalPknlMstpSnonWnonDnon",0.025,"Campaign_Base",0.01,"Acts_carFixingWheel",0.4}; + }; + class AidlPknlMstpSnonWnonDnon_G0S: AmovPknlMstpSnonWnonDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AidlPknlMstpSnonWnonDnon_G0S",0.02,"AidlPknlMstpSnonWnonDnon_G01",0.02,"AidlPknlMstpSnonWnonDnon_G02",0.02,"AidlPknlMstpSnonWnonDnon_G03",0.02}; + InterpolateTo[] = {"AidlPknlMstpSrasWrflDnon_G0S",0.2,"Unconscious",0.01}; + }; + class AidlPknlMstpSnonWnonDnon_AI: AmovPknlMstpSnonWnonDnon + { + headBobMode = 0; + useIdles = 1; + headBobStrength = 0; + ConnectTo[] = {}; + }; + class AidlPknlMstpSnonWnonDnon_G01: AidlPknlMstpSnonWnonDnon_G0S + { + file = "\A3\anims_f\Data\Anim\sdr\idl\knl\stp\non\non\AidlPknlMstpSnonWnonDnon_G01"; + speed = -45; + ConnectTo[] = {"AidlPknlMstpSnonWnonDnon_G0S",0.01}; + InterpolateTo[] = {"AidlPknlMstpSnonWnonDnon_G0S",0.2,"Unconscious",0.01,"AmovPknlMstpSnonWnonDnon",0.02}; + }; + class AidlPknlMstpSnonWnonDnon_G02: AidlPknlMstpSnonWnonDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\knl\stp\non\non\AidlPknlMstpSnonWnonDnon_G02"; + }; + class AidlPknlMstpSnonWnonDnon_G03: AidlPknlMstpSnonWnonDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\knl\stp\non\non\AidlPknlMstpSnonWnonDnon_G03"; + }; + class AmovPknlMstpSnonWnonDnon_relax: AmovPknlMstpSnonWnonDnon + { + variantsPlayer[] = {}; + speed = -10; + aiming = "aimingUpCivilKneel"; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon",10.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPknlMstpSnonWnonDnon_gear: AmovPknlMstpSnonWnonDnon + { + variantsPlayer[] = {}; + actions = "CivilKneelActions_gear"; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon",0.02,"AmovPknlMstpSnonWnonDnon_gear_trans",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_gear",0.02,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_explo",0.01}; + }; + class AmovPknlMstpSnonWnonDnon_explo: AmovPknlMstpSnonWnonDnon_gear + { + actions = "CivilKneelActions_explo"; + speed = -3; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPknlMstpSnonWnonDnon_gear_trans: AmovPknlMstpSnonWnonDnon_gear + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_gear_trans"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon_gear",0.03,"AmovPknlMstpSrasWrflDnon_gear",0.03,"AmovPercMstpSrasWrflDnon_gear",0.03,"AmovPercMstpSlowWrflDnon_gear",0.03}; + }; + class AmovPercMstpSnonWnonDnon_gear: AmovPknlMstpSnonWnonDnon_gear + { + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon",0.02,"AmovPknlMstpSnonWnonDnon_gear_trans",0.02,"AmovPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_gear",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSnonWnonDnon_turnL: AmovPknlMstpSnonWnonDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AIturn90L"; + speed = 1.2; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSnonWnonDnon_turnR: AmovPknlMstpSnonWnonDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AIturn90R"; + speed = 1.2; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {"AidlPpneMstpSnonWnonDnon_G01",0.33,"AidlPpneMstpSnonWnonDnon_G02",0.33,"AidlPpneMstpSnonWnonDnon_G03",0.33}; + variantAfter[] = {30,30,30}; + actions = "CivilProneActions"; + duty = -1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon"; + legs = "Wholebody"; + onLandBeg = 1; + onLandEnd = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + aimingBody = "empty"; + soundOverride = "crawl"; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon_turnL",0.02,"AmovPpneMstpSnonWnonDnon_turnR",0.02,"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf",0.05,"AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWrflDnon",0.01,"AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPpneMevaSnonWnonDl",0.02,"AmovPpneMstpSnonWnonDnon_AmovPpneMevaSnonWnonDr",0.02,"AmovPpneMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground",0.1,"AwopPpneMstpSgthWnonDnon_start",0.1,"AmovPpneMstpSnonWnonDnon_healed",0.02,"AmovPpneMstpSnonWnonDnon_injured",0.1}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon_turnL",0.02,"AmovPpneMstpSnonWnonDnon_turnR",0.02,"AinvPpneMstpSlayWnonDnon_medicIn",0.02,"AinvPpneMstpSlayWnonDnon_medicOther",0.02,"AmovPpneMrunSnonWnonDf",0.02,"AmovPpneMrunSnonWnonDfl",0.02,"AmovPpneMrunSnonWnonDl",0.02,"AmovPpneMrunSnonWnonDbl",0.02,"AmovPpneMrunSnonWnonDb",0.02,"AmovPpneMrunSnonWnonDbr",0.02,"AmovPpneMrunSnonWnonDr",0.02,"AmovPpneMrunSnonWnonDfr",0.02,"AmovPpneMstpSnonWnonDnon_AinvPpneMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AinvPpneMstpSnonWnonDnon_Putdown",0.02,"Unconscious",0.01,"AmovPpneMstpSnonWnonDnon_relax",0.1,"AwopPpneMstpSgthWnonDnon_Fast_Start",0.02,"HaloFreeFall_non",0.2,"AfalPpneMstpSnonWnonDnon",0.025,"AswmPercMrunSnonWnonDf",0.05,"Campaign_Base",0.5}; + }; + class AidlPpneMstpSnonWnonDnon_G0S: AmovPpneMstpSnonWnonDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AidlPpneMstpSnonWnonDnon_G0S",0.02,"AidlPpneMstpSnonWnonDnon_G01",0.02,"AidlPpneMstpSnonWnonDnon_G02",0.02,"AidlPpneMstpSnonWnonDnon_G03",0.02}; + InterpolateTo[] = {"AidlPpneMstpSrasWrflDnon_G0S",0.2,"Unconscious",0.01}; + }; + class AidlPpneMstpSnonWnonDnon_AI: AidlPpneMstpSnonWnonDnon_G0S + { + headBobMode = 0; + useIdles = 1; + }; + class AidlPpneMstpSnonWnonDnon_G01: AidlPpneMstpSnonWnonDnon_G0S + { + file = "\A3\anims_f\Data\Anim\sdr\idl\pne\stp\non\non\AidlPpneMstpSnonWnonDnon_G01"; + speed = -45; + ConnectTo[] = {"AidlPpneMstpSnonWnonDnon_G0S",0.01}; + InterpolateTo[] = {"AidlPpneMstpSnonWnonDnon_G0S",0.2,"Unconscious",0.01,"AmovPpneMstpSnonWnonDnon",0.02}; + }; + class AidlPpneMstpSnonWnonDnon_G02: AidlPpneMstpSnonWnonDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\pne\stp\non\non\AidlPpneMstpSnonWnonDnon_G02"; + }; + class AidlPpneMstpSnonWnonDnon_G03: AidlPpneMstpSnonWnonDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\pne\stp\non\non\AidlPpneMstpSnonWnonDnon_G03"; + }; + class AmovPpneMstpSnonWnonDnon_relax: AidlPpneMstpSnonWnonDnon_G0S + { + speed = -10; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",10.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPpneMstpSnonWnonDnon_turnL: AidlPpneMstpSnonWnonDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AIturn90L"; + speed = 0.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_turn.p3d"; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSnonWnonDnon_turnR: AidlPpneMstpSnonWnonDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AIturn90R"; + speed = 0.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_turn.p3d"; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSnonWnonDnon_AinvPercMstpSnonWnonDnon_Putdown: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\non\non\AinvPercMstpSnonWnonDnon_in"; + speed = 1.66667; + interpolationRestart = 1; + enableOptics = 0; + ConnectTo[] = {"AinvPercMstpSnonWnonDnon_Putdown_AmovPercMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPercMstpSnonWnonDnon_Putdown_AmovPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\non\non\AinvPercMstpSnonWnonDnon_out"; + speed = 1.2; + leftHandIKEnd = 1; + }; + class AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_Putdown: AmovPknlMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_in"; + speed = 1.30435; + interpolationRestart = 1; + enableOptics = 0; + leftHandIKCurve[] = {0}; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_Putdown_AmovPknlMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPknlMstpSnonWnonDnon_Putdown_AmovPknlMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_out"; + speed = 0.909; + leftHandIKEnd = 1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPpneMstpSnonWnonDnon_AinvPpneMstpSnonWnonDnon_Putdown: AmovPpneMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\non\non\AinvPpneMstpSnonWnonDnon_in"; + speed = 2.72727; + interpolationRestart = 1; + enableOptics = 0; + leftHandIKCurve[] = {0}; + ConnectTo[] = {"AinvPpneMstpSnonWnonDnon_Putdown_AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPpneMstpSnonWnonDnon_Putdown_AmovPpneMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\non\non\AinvPpneMstpSnonWnonDnon_out"; + speed = 0.857143; + leftHandIKEnd = 1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPercMwlkSlowWrflDf: AmovPercMstpSlowWrflDnon + { + static = 1; + relSpeedMin = 0.8; + variantsPlayer[] = {}; + leftHandIKCurve[] = {0}; + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\sapper_walk.rtm"; + speed = 0.25; + duty = -0.3; + soundOverride = "Walk"; + leaningFactorBeg = 0.75; + leaningFactorEnd = 0.75; + soundEnabled = 1; + limitGunMovement = 0.6; + actions = "RifleLowStandActionsWlkF"; + soundEdge[] = {0.25,0.5,0.75,1}; + Walkcycles = 2; + headBobStrength = 0.23; + aimPrecision = 2; + interpolationSpeed = 3; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AidlPercMwlkSrasWrflDf",0.01,"AmovPercMwlkSlowWrflDfl",0.025,"AmovPercMwlkSlowWrflDfr",0.025,"AmovPercMrunSlowWrflDf",0.025,"AmovPknlMwlkSlowWrflDf",0.03,"AmovPercMevaSlowWrflDf",0.025,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDf",0.02,"AmovPercMwlkSlowWrflDf_v1",0.2,"AmovPercMwlkSrasWrflDf",0.02}; + }; + class AmovPercMwlkSlowWrflDf_v1: AmovPercMwlkSlowWrflDf + { + VariantsPlayer[] = {"AmovPercMwlkSlowWrflDf_v1",0.8,"AmovPercMwlkSlowWrflDf_v2",0.1,"AmovPercMwlkSlowWrflDf_v3",0.1}; + VariantsAI[] = {"AmovPercMwlkSlowWrflDf_v1",0.3,"AmovPercMwlkSlowWrflDf_v2",0.35,"AmovPercMwlkSlowWrflDf_v3",0.35}; + variantAfter[] = {0,10,30}; + interpolationSpeed = 3; + equivalentTo = "AmovPercMwlkSlowWrflDf_v1"; + ConnectTo[] = {"AmovPercMwlkSlowWrflDf_v1",0.2,"AmovPercMwlkSlowWrflDf_v2",0.2,"AmovPercMwlkSlowWrflDf_v3",0.2}; + InterpolateTo[] = {"AmovPercMwlkSlowWrflDf_v1",0.2,"AmovPercMwlkSlowWrflDf_v2",0.2,"AmovPercMwlkSlowWrflDf_v3",0.2,"AmovPercMstpSlowWrflDnon",0.02,"AidlPercMwlkSrasWrflDf",0.01,"AmovPercMwlkSlowWrflDfl",0.025,"AmovPercMwlkSlowWrflDfr",0.025,"AmovPercMrunSlowWrflDf",0.025,"AmovPknlMwlkSlowWrflDf",0.03,"AmovPercMevaSlowWrflDf",0.025,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDf",0.2}; + }; + class AmovPercMwlkSlowWrflDf_v2: AmovPercMwlkSlowWrflDf_v1 + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\Low\Rfl\AmovPercMwlkSlowWrflDf_ver2"; + speed = 0.206897; + leftHandIKCurve[] = {1}; + VariantsPlayer[] = {"AmovPercMwlkSlowWrflDf_v1",0.1,"AmovPercMwlkSlowWrflDf_v2",0.8,"AmovPercMwlkSlowWrflDf_v3",0.1}; + VariantsAI[] = {"AmovPercMwlkSlowWrflDf_v1",0.1,"AmovPercMwlkSlowWrflDf_v2",0.8,"AmovPercMwlkSlowWrflDf_v3",0.1}; + }; + class AmovPercMwlkSlowWrflDf_v3: AmovPercMwlkSlowWrflDf_v1 + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\Low\Rfl\AmovPercMwlkSlowWrflDf_ver3"; + speed = 0.206897; + leftHandIKCurve[] = {1}; + VariantsPlayer[] = {"AmovPercMwlkSlowWrflDf_v1",0.1,"AmovPercMwlkSlowWrflDf_v2",0.1,"AmovPercMwlkSlowWrflDf_v3",0.8}; + VariantsAI[] = {"AmovPercMwlkSlowWrflDf_v1",0.1,"AmovPercMwlkSlowWrflDf_v2",0.1,"AmovPercMwlkSlowWrflDf_v3",0.8}; + }; + class AidlPercMwlkSrasWrflDf: AmovPercMwlkSlowWrflDf + { + actions = "RifleStandActions_Idle"; + static = 1; + relSpeedMin = 0.5; + InterpolateTo[] = {"AmovPercMwlkSlowWrflDf",0.01,"AidlPercMrunSrasWrflDf",0.025,"AidlPercMevaSrasWrflDf",0.025,"AidlPercMwlkSrasWrflDb",0.02,"Unconscious",0.01,"AidlPercMstpSrasWrflDnon_AI",0.02}; + }; + class AmovPercMwlkSlowWrflDfl: AmovPercMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\Low\Rfl\AmovPercMwlkSlowWrflDfl"; + actions = "RifleLowStandActionsWlkFL"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDf",0.025,"AmovPercMwlkSlowWrflDl",0.025,"AmovPercMrunSlowWrflDfl",0.025,"AmovPknlMwlkSlowWrflDfl",0.03,"AmovPercMevaSlowWrflDfl",0.025,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDfl",0.02,"AmovPercMwlkSrasWrflDfl",0.02}; + }; + class AmovPercMwlkSlowWrflDl: AmovPercMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\Low\Rfl\AmovPercMwlkSlowWrflDl"; + speed = 0.206897; + actions = "RifleLowStandActionsWlkL"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDfl",0.025,"AmovPercMwlkSlowWrflDbl",0.025,"AmovPercMrunSlowWrflDl",0.025,"AmovPknlMwlkSlowWrflDl",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDl",0.02,"AmovPercMwlkSrasWrflDl",0.02}; + }; + class AmovPercMwlkSlowWrflDbl: AmovPercMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\Low\Rfl\AmovPercMwlkSlowWrflDbl"; + speed = 0.206897; + actions = "RifleLowStandActionsWlkBL"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDl",0.025,"AmovPercMwlkSlowWrflDb",0.025,"AmovPercMrunSlowWrflDbl",0.025,"AmovPknlMwlkSlowWrflDbl",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDbl",0.02,"AmovPercMwlkSrasWrflDbl",0.02}; + }; + class AmovPercMwlkSlowWrflDb: AmovPercMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\Low\Rfl\AmovPercMwlkSlowWrflDb"; + speed = 0.20339; + actions = "RifleLowStandActionsWlkB"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDbl",0.025,"AmovPercMwlkSlowWrflDbr",0.025,"AmovPercMrunSlowWrflDb",0.025,"AmovPknlMwlkSlowWrflDb",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDb",0.02,"AmovPercMwlkSrasWrflDb",0.02}; + }; + class AmovPercMwlkSlowWrflDbr: AmovPercMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\Low\Rfl\AmovPercMwlkSlowWrflDbr"; + speed = 0.206897; + actions = "RifleLowStandActionsWlkBR"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDb",0.025,"AmovPercMwlkSlowWrflDr",0.025,"AmovPercMrunSlowWrflDbr",0.025,"AmovPknlMwlkSlowWrflDbr",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDbr",0.02,"AmovPercMwlkSrasWrflDbr",0.02}; + }; + class AmovPercMwlkSlowWrflDr: AmovPercMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\Low\Rfl\AmovPercMwlkSlowWrflDr"; + speed = 0.152866; + actions = "RifleLowStandActionsWlkR"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDbr",0.025,"AmovPercMwlkSlowWrflDfr",0.025,"AmovPercMrunSlowWrflDr",0.025,"AmovPknlMwlkSlowWrflDr",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDr",0.02,"AmovPercMwlkSrasWrflDr",0.02}; + }; + class AmovPercMwlkSlowWrflDfr: AmovPercMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\Low\Rfl\AmovPercMwlkSlowWrflDfr"; + actions = "RifleLowStandActionsWlkFR"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDf",0.025,"AmovPercMwlkSlowWrflDr",0.025,"AmovPercMrunSlowWrflDfr",0.025,"AmovPknlMwlkSlowWrflDfr",0.03,"AmovPercMevaSlowWrflDfr",0.025,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDfr",0.02,"AmovPercMwlkSrasWrflDfr",0.02}; + }; + class AmovPercMrunSlowWrflDf: AmovPercMstpSlowWrflDnon + { + stamina = -0.1; + aimPrecision = 3.0; + variantsPlayer[] = {}; + visibleSize = 0.900121; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\run\low\rfl\AmovPercMrunSlowWrflDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + speed = 0.715882; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Mrun_Slow_Wrfl.p3d"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + soundOverride = "run"; + duty = 0.2; + showWeaponAim = 1; + disableWeapons = 1; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + soundEnabled = 1; + limitGunMovement = 0.1; + actions = "RifleLowStandActionsRunF"; + Walkcycles = 2; + headBobStrength = 0.23; + interpolationSpeed = 3; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDf",0.025,"AidlPercMrunSrasWrflDf",0.01,"AmovPercMrunSlowWrflDfl",0.025,"AmovPercMrunSlowWrflDfr",0.025,"AmovPercMrunSrasWrflDf",0.025,"AmovPknlMrunSlowWrflDf",0.03,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDf",0.025,"AmovPercMevaSlowWrflDf",0.025,"Unconscious",0.01,"AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthStart",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDf",0.2,"AmovPercMwlkSrasWrflDf",0.02,"AmovPercMtacSrasWrflDf",0.02}; + }; + class AidlPercMrunSrasWrflDf: AmovPercMrunSlowWrflDf + { + actions = "RifleStandActions_Idle"; + InterpolateTo[] = {"AidlPercMwlkSrasWrflDf",0.025,"AmovPercMrunSlowWrflDf",0.01,"AidlPercMevaSrasWrflDf",0.025,"Unconscious",0.01,"AidlPercMstpSrasWrflDnon_AI",0.02}; + }; + class AmovPercMrunSlowWrflDfl: AmovPercMrunSlowWrflDf + { + file = "\A3\anims_f\data\Anim\sdr\mov\erc\run\low\rfl\AmovPercMrunSlowWrflDfl"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Mrun_Slow_Wrfl.p3d"; + duty = 0.2; + actions = "RifleLowStandActionsRunFL"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDfl",0.025,"AmovPercMrunSlowWrflDf",0.025,"AmovPercMrunSlowWrflDl",0.025,"AmovPercMrunSrasWrflDfl",0.025,"AmovPknlMrunSlowWrflDfl",0.03,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDfl",0.025,"AmovPercMevaSlowWrflDfl",0.025,"Unconscious",0.01,"AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthStart",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDfl",0.2,"AmovPercMtacSrasWrflDfl",0.02}; + }; + class AmovPercMrunSlowWrflDl: AmovPercMrunSlowWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSlowWrflDl"; + speed = 0.75; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + actions = "RifleLowStandActionsRunL"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDl",0.025,"AmovPercMrunSlowWrflDfl",0.025,"AmovPercMrunSlowWrflDbl",0.025,"AmovPercMrunSrasWrflDl",0.025,"AmovPknlMrunSlowWrflDl",0.03,"Unconscious",0.01,"AmovPercMrunSlowWrflDb",0.2,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDl",0.2,"AmovPercMtacSrasWrflDl",0.02}; + }; + class AmovPercMrunSlowWrflDbl: AmovPercMrunSlowWrflDfl + { + duty = 0.2; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSlowWrflDbl"; + speed = 0.774194; + actions = "RifleLowStandActionsRunBL"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDbl",0.025,"AmovPercMrunSlowWrflDl",0.025,"AmovPercMrunSlowWrflDb",0.025,"AmovPercMrunSrasWrflDbl",0.025,"AmovPknlMrunSlowWrflDbl",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDbl",0.2,"AmovPercMtacSrasWrflDbl",0.02}; + }; + class AmovPercMrunSlowWrflDb: AmovPercMrunSlowWrflDfl + { + duty = 0.2; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSlowWrflDb"; + speed = 0.774194; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + actions = "RifleLowStandActionsRunB"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDb",0.025,"AmovPercMrunSlowWrflDbl",0.025,"AmovPercMrunSlowWrflDbr",0.025,"AmovPercMrunSrasWrflDb",0.025,"AmovPknlMrunSlowWrflDb",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDb",0.2,"AmovPercMtacSrasWrflDb",0.02}; + }; + class AmovPercMrunSlowWrflDbr: AmovPercMrunSlowWrflDfl + { + duty = 0.2; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSlowWrflDbr"; + speed = 0.774194; + actions = "RifleLowStandActionsRunBR"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDbr",0.025,"AmovPercMrunSlowWrflDb",0.025,"AmovPercMrunSlowWrflDr",0.025,"AmovPercMrunSrasWrflDbr",0.025,"AmovPknlMrunSlowWrflDbr",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDbr",0.2,"AmovPercMtacSrasWrflDbr",0.02}; + }; + class AmovPercMrunSlowWrflDr: AmovPercMrunSlowWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSlowWrflDr"; + speed = 0.827586; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + actions = "RifleLowStandActionsRunR"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDr",0.025,"AmovPercMrunSlowWrflDbr",0.025,"AmovPercMrunSlowWrflDfr",0.025,"AmovPercMrunSrasWrflDr",0.025,"AmovPknlMrunSlowWrflDr",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDr",0.2,"AmovPercMtacSrasWrflDr",0.02}; + }; + class AmovPercMrunSlowWrflDfr: AmovPercMrunSlowWrflDfl + { + duty = 0.2; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\run\low\rfl\AmovPercMrunSlowWrflDfr"; + actions = "RifleLowStandActionsRunFR"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDfr",0.025,"AmovPercMrunSlowWrflDf",0.025,"AmovPercMrunSlowWrflDr",0.025,"AmovPercMrunSrasWrflDfr",0.025,"AmovPknlMrunSlowWrflDfr",0.03,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDfr",0.025,"Unconscious",0.01,"AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthStart",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDfr",0.2,"AmovPercMtacSrasWrflDfr",0.02}; + }; + class AmovPercMwlkSrasWrflDf: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + static = 1; + relSpeedMin = 0.8; + relSpeedMax = 1; + variantsAI[] = {}; + visibleSize = 0.800121; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\ras\Rfl\AmovPercMwlkSrasWrflDf"; + speed = 0.85; + duty = -0.2; + soundOverride = "Walk"; + leaningFactorBeg = 0.75; + leaningFactorEnd = 0.75; + aimPrecision = 2; + soundEnabled = 1; + limitGunMovement = 0.6; + actions = "RifleStandActionsWlkF"; + headBobStrength = 0.024876; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_offset.p3d"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDfl",0.025,"AmovPercMwlkSrasWrflDfr",0.025,"AmovPercMrunSrasWrflDf",0.025,"AmovPknlMwlkSrasWrflDf",0.03,"AmovPercMevaSrasWrflDf",0.025,"Unconscious",0.01,"AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthStart",0.1,"AmovPercMtacSrasWrflDf",0.2,"AovrPercMstpSrasWrflDf",1.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDf",0.02,"AmovPercMwlkSlowWrflDf",0.02,"AmovPercMrunSlowWrflDf",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMwlkSrasWrflDfl: AmovPercMwlkSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\ras\Rfl\AmovPercMwlkSrasWrflDfl"; + actions = "RifleStandActionsWlkFL"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDf",0.025,"AmovPercMwlkSrasWrflDl",0.025,"AmovPercMrunSrasWrflDfl",0.025,"AmovPknlMwlkSrasWrflDfl",0.03,"AmovPercMevaSrasWrflDfl",0.025,"Unconscious",0.01,"AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthStart",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDfl",0.02,"AmovPercMwlkSlowWrflDfl",0.02,"AmovPercMtacSrasWrflDfl",0.02,"AmovPercMrunSlowWrflDfl",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMwlkSrasWrflDl: AmovPercMwlkSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\ras\Rfl\AmovPercMwlkSrasWrflDl"; + speed = 0.411523; + actions = "RifleStandActionsWlkL"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDfl",0.025,"AmovPercMwlkSrasWrflDbl",0.025,"AmovPercMrunSrasWrflDl",0.025,"AmovPknlMwlkSrasWrflDl",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDl",0.02,"AmovPercMwlkSlowWrflDl",0.02,"AmovPercMtacSrasWrflDl",0.02,"AmovPercMrunSlowWrflDl",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMwlkSrasWrflDb: AmovPercMwlkSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\ras\Rfl\AmovPercMwlkSrasWrflDb"; + speed = 0.438002; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_Db.p3d"; + actions = "RifleStandActionsWlkB"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDbl",0.025,"AmovPercMwlkSrasWrflDbr",0.025,"AmovPercMrunSrasWrflDb",0.025,"AmovPknlMwlkSrasWrflDb",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDb",0.02,"AmovPercMwlkSlowWrflDb",0.02,"AmovPercMtacSrasWrflDb",0.02,"AmovPercMrunSlowWrflDb",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMwlkSrasWrflDbl: AmovPercMwlkSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\ras\Rfl\AmovPercMwlkSrasWrflDbl"; + actions = "RifleStandActionsTacBL"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDl",0.025,"AmovPercMwlkSrasWrflDb",0.025,"AmovPercMrunSrasWrflDbl",0.025,"AmovPknlMwlkSrasWrflDbl",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDbl",0.02,"AmovPercMwlkSlowWrflDbl",0.02,"AmovPercMtacSrasWrflDbl",0.02,"AmovPercMrunSlowWrflDbl",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMwlkSrasWrflDbr: AmovPercMwlkSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\ras\Rfl\AmovPercMwlkSrasWrflDbr"; + actions = "RifleStandActionsWlkBR"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDb",0.025,"AmovPercMwlkSrasWrflDr",0.025,"AmovPercMrunSrasWrflDbr",0.025,"AmovPknlMwlkSrasWrflDbr",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDbr",0.02,"AmovPercMwlkSlowWrflDbr",0.02,"AmovPercMtacSrasWrflDbr",0.02,"AmovPercMrunSlowWrflDbr",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMwlkSrasWrflDr: AmovPercMwlkSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\ras\Rfl\AmovPercMwlkSrasWrflDr"; + speed = 0.362319; + actions = "RifleStandActionsWlkR"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDbr",0.025,"AmovPercMwlkSrasWrflDfr",0.025,"AmovPercMrunSrasWrflDr",0.025,"AmovPknlMwlkSrasWrflDr",0.03,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDr",0.02,"AmovPercMtacSrasWrflDr",0.02,"AmovPercMrunSlowWrflDr",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMwlkSrasWrflDfr: AmovPercMwlkSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\ras\Rfl\AmovPercMwlkSrasWrflDfr"; + actions = "RifleStandActionsWlkFR"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDf",0.025,"AmovPercMwlkSrasWrflDr",0.025,"AmovPercMrunSrasWrflDfr",0.025,"AmovPknlMwlkSrasWrflDfr",0.03,"AmovPercMevaSrasWrflDfr",0.025,"Unconscious",0.01,"AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthStart",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDfr",0.02,"AmovPercMwlkSlowWrflDfr",0.02,"AmovPercMtacSrasWrflDfr",0.02,"AmovPercMrunSlowWrflDfr",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMtacSrasWrflDf: AmovPercMwlkSrasWrflDf + { + stamina = -0.1; + static = 1; + relSpeedMin = 0.5; + duty = 0.5; + soundOverride = "Run"; + aimPrecision = 4; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\Rfl\AmovPercMtacSrasWrflDf"; + speed = 0.785714; + headBobStrength = 0.174129; + actions = "RifleStandActionsTacF"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_offset.p3d"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMtacSrasWrflDfl",0.01,"AmovPercMtacSrasWrflDfr",0.01,"AmovPercMrunSrasWrflDf",0.02,"AmovPercMrunSrasWrflDf_ldst",0.02,"AmovPercMwlkSrasWrflDf",0.02,"AovrPercMstpSrasWrflDf",1.02,"AmovPknlMtacSrasWrflDf",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSrasWrflDl",0.02,"AmovPercMtacSrasWrflDbl",0.02,"AmovPercMtacSrasWrflDb",0.02,"AmovPercMtacSrasWrflDbr",0.02,"AmovPercMtacSrasWrflDr",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMtacSlowWrflDf",0.02,"AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDf",0.02,"AmovPercMevaSrasWrflDf",0.02}; + }; + class AmovPercMtacSrasWrflDfl: AmovPercMtacSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\Rfl\AmovPercMtacSrasWrflDfl"; + actions = "RifleStandActionsTacFL"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMtacSrasWrflDf",0.01,"AmovPercMtacSrasWrflDfr",0.01,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMwlkSrasWrflDfl",0.02,"AovrPercMstpSrasWrflDf",1.02,"AmovPknlMtacSrasWrflDfl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSrasWrflDl",0.02,"AmovPercMtacSrasWrflDbl",0.02,"AmovPercMtacSrasWrflDb",0.02,"AmovPercMtacSrasWrflDbr",0.02,"AmovPercMtacSrasWrflDr",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMtacSlowWrflDfl",0.02,"AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDfl",0.02,"AmovPercMevaSrasWrflDfl",0.02}; + }; + class AmovPercMtacSrasWrflDl: AmovPercMtacSrasWrflDf + { + speed = 0.761564; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\Rfl\AmovPercMtacSrasWrflDl"; + headBobStrength = 0.164179; + actions = "RifleStandActionsTacL"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMtacSrasWrflDbl",0.01,"AmovPercMtacSrasWrflDfl",0.01,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMrunSrasWrflDl_ldst",0.02,"AmovPercMwlkSrasWrflDl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSrasWrflDf",0.02,"AmovPercMtacSrasWrflDb",0.02,"AmovPercMtacSrasWrflDbr",0.02,"AmovPercMtacSrasWrflDr",0.02,"AmovPercMtacSrasWrflDfr",0.02,"AmovPercMtacSlowWrflDl",0.02,"AmovPknlMtacSrasWrflDl",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMtacSrasWrflDb: AmovPercMtacSrasWrflDf + { + speed = 0.722903; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\Rfl\AmovPercMtacSrasWrflDb"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_Db.p3d"; + actions = "RifleStandActionsTacB"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMtacSrasWrflDbl",0.01,"AmovPercMtacSrasWrflDbr",0.01,"AmovPknlMtacSrasWrflDb",0.02,"AmovPercMrunSrasWrflDb",0.02,"AmovPercMrunSrasWrflDb_ldst",0.02,"AmovPercMwlkSrasWrflDb",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSrasWrflDf",0.02,"AmovPercMtacSrasWrflDfl",0.02,"AmovPercMtacSrasWrflDl",0.02,"AmovPercMtacSrasWrflDr",0.02,"AmovPercMtacSrasWrflDfr",0.02,"AmovPercMtacSlowWrflDb",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMtacSrasWrflDbl: AmovPercMtacSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\Rfl\AmovPercMtacSrasWrflDbl"; + actions = "RifleStandActionsTacBL"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMtacSrasWrflDl",0.01,"AmovPercMtacSrasWrflDb",0.01,"AmovPercMrunSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDbl_ldst",0.02,"AmovPercMwlkSrasWrflDbl",0.02,"AmovPknlMtacSrasWrflDbl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSrasWrflDf",0.02,"AmovPercMtacSrasWrflDfl",0.02,"AmovPercMtacSrasWrflDbr",0.02,"AmovPercMtacSrasWrflDr",0.02,"AmovPercMtacSrasWrflDfr",0.02,"AmovPercMtacSlowWrflDbl",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMtacSrasWrflDbr: AmovPercMtacSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\Rfl\AmovPercMtacSrasWrflDbr"; + actions = "RifleStandActionsTacBR"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMtacSrasWrflDb",0.01,"AmovPercMtacSrasWrflDr",0.01,"AmovPercMrunSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDbr_ldst",0.02,"AmovPercMwlkSrasWrflDbr",0.02,"AmovPknlMtacSrasWrflDbr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSrasWrflDf",0.02,"AmovPercMtacSrasWrflDfl",0.02,"AmovPercMtacSrasWrflDl",0.02,"AmovPercMtacSrasWrflDbl",0.02,"AmovPercMtacSrasWrflDfr",0.02,"AmovPercMtacSlowWrflDbr",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMtacSrasWrflDr: AmovPercMtacSrasWrflDf + { + speed = 0.687232; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\Rfl\AmovPercMtacSrasWrflDr"; + actions = "RifleStandActionsTacR"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMtacSrasWrflDfr",0.01,"AmovPercMtacSrasWrflDbr",0.01,"AmovPercMrunSrasWrflDr",0.02,"AmovPercMrunSrasWrflDr_ldst",0.02,"AmovPercMwlkSrasWrflDr",0.02,"AmovPknlMtacSrasWrflDr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSrasWrflDf",0.02,"AmovPercMtacSrasWrflDfl",0.02,"AmovPercMtacSrasWrflDl",0.02,"AmovPercMtacSrasWrflDbl",0.02,"AmovPercMtacSrasWrflDb",0.02,"AmovPercMtacSlowWrflDr",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMtacSrasWrflDfr: AmovPercMtacSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\Rfl\AmovPercMtacSrasWrflDfr"; + headBobStrength = 0.144279; + actions = "RifleStandActionsTacFR"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMtacSrasWrflDf",0.01,"AmovPercMtacSrasWrflDfl",0.02,"AmovPercMtacSrasWrflDr",0.01,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPercMwlkSrasWrflDfr",0.02,"AmovPknlMtacSrasWrflDfr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSrasWrflDl",0.02,"AmovPercMtacSrasWrflDbl",0.02,"AmovPercMtacSrasWrflDb",0.02,"AmovPercMtacSrasWrflDbr",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMtacSlowWrflDfr",0.02,"AmovPercMevaSrasWrflDfr",0.02}; + }; + class AmovPercMtacSlowWrflDf: AmovPercMwlkSlowWrflDf + { + stamina = -0.1; + duty = 0.15; + speed = 1.55; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\Rfl\AmovPercMtacSlowWrflDf"; + interpolationSpeed = 3; + actions = "RifleLowStandActionsTacF"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMtacSlowWrflDfl",0.01,"AmovPercMtacSlowWrflDfr",0.01,"AmovPercMrunSlowWrflDf",0.02,"AmovPercMwlkSlowWrflDf",0.02,"AmovPknlMtacSlowWrflDf",0.02,"AmovPercMtacSrasWrflDf",0.02,"AovrPercMstpSrasWrflDf",1.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMwlkSrasWrflDf",0.02}; + }; + class AmovPercMtacSlowWrflDfl: AmovPercMwlkSlowWrflDfl + { + duty = 0.15; + speed = 1.55; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\Rfl\AmovPercMtacSlowWrflDfl"; + interpolationSpeed = 3; + actions = "RifleLowStandActionsTacFL"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMtacSlowWrflDf",0.01,"AmovPercMtacSlowWrflDfr",0.02,"AmovPercMtacSlowWrflDl",0.01,"AmovPercMrunSlowWrflDfl",0.02,"AmovPercMwlkSlowWrflDfl",0.02,"AmovPknlMtacSlowWrflDfl",0.02,"AmovPercMtacSrasWrflDfl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMwlkSrasWrflDfl",0.02}; + }; + class AmovPercMtacSlowWrflDbl: AmovPercMtacSlowWrflDf + { + speed = 1.57895; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\Rfl\AmovPercMtacSlowWrflDbl"; + actions = "RifleLowStandActionsTacBL"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMtacSlowWrflDl",0.01,"AmovPercMtacSlowWrflDb",0.01,"AmovPercMrunSlowWrflDbl",0.02,"AmovPercMwlkSlowWrflDbl",0.02,"AmovPknlMtacSlowWrflDbl",0.02,"AmovPercMtacSrasWrflDbl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMwlkSrasWrflDbl",0.02}; + }; + class AmovPercMtacSlowWrflDb: AmovPercMtacSlowWrflDf + { + speed = 1.57895; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\Rfl\AmovPercMtacSlowWrflDb"; + actions = "RifleLowStandActionsTacB"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMtacSlowWrflDbl",0.01,"AmovPercMtacSlowWrflDbr",0.01,"AmovPercMrunSlowWrflDb",0.02,"AmovPercMwlkSlowWrflDb",0.02,"AmovPknlMtacSlowWrflDb",0.02,"AmovPercMtacSrasWrflDb",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMwlkSrasWrflDb",0.02}; + }; + class AmovPercMtacSlowWrflDbr: AmovPercMtacSlowWrflDf + { + speed = 1.57895; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\Rfl\AmovPercMtacSlowWrflDbr"; + actions = "RifleLowStandActionsTacBR"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMtacSlowWrflDb",0.01,"AmovPercMtacSlowWrflDr",0.01,"AmovPercMrunSlowWrflDbr",0.02,"AmovPercMwlkSlowWrflDbr",0.02,"AmovPknlMtacSlowWrflDbr",0.02,"AmovPercMtacSrasWrflDbr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMwlkSrasWrflDbr",0.02}; + }; + class AmovPercMtacSlowWrflDr: AmovPercMtacSlowWrflDf + { + speed = 1.51429; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\Rfl\AmovPercMtacSlowWrflDr"; + actions = "RifleLowStandActionsTacR"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMtacSlowWrflDfr",0.01,"AmovPercMtacSlowWrflDbr",0.01,"AmovPercMrunSlowWrflDr",0.02,"AmovPercMwlkSlowWrflDr",0.02,"AmovPknlMtacSlowWrflDr",0.02,"AmovPercMtacSrasWrflDr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMwlkSrasWrflDr",0.02}; + }; + class AmovPercMtacSlowWrflDl: AmovPercMtacSlowWrflDf + { + speed = 1.5; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\Rfl\AmovPercMtacSlowWrflDl"; + actions = "RifleLowStandActionsTacL"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMtacSlowWrflDfl",0.01,"AmovPercMtacSlowWrflDbl",0.01,"AmovPercMrunSlowWrflDl",0.02,"AmovPercMwlkSlowWrflDl",0.02,"AmovPknlMtacSlowWrflDl",0.02,"AmovPercMtacSrasWrflDl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMwlkSrasWrflDl",0.02}; + }; + class AmovPercMtacSlowWrflDfr: AmovPercMtacSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\Rfl\AmovPercMtacSlowWrflDfr"; + actions = "RifleLowStandActionsTacFR"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMtacSlowWrflDf",0.01,"AmovPercMtacSlowWrflDfl",0.02,"AmovPercMtacSlowWrflDr",0.01,"AmovPercMrunSlowWrflDfr",0.02,"AmovPercMwlkSlowWrflDfr",0.02,"AmovPknlMtacSlowWrflDfr",0.02,"AmovPercMtacSrasWrflDfr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMwlkSrasWrflDfr",0.02}; + }; + class AmovPercMrunSrasWrflDf: AmovPercMstpSrasWrflDnon + { + stamina = -0.1; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + variantsPlayer[] = {}; + variantsAI[] = {}; + visibleSize = 0.900121; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\ras\Rfl\AmovPercMrunSrasWrflDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + speed = 0.684541; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_offset.p3d"; + soundOverride = "run"; + duty = 0.3; + aimPrecision = 4.0; + soundEnabled = 1; + limitGunMovement = 0.7; + actions = "RifleStandActionsRunF"; + Walkcycles = 2; + headBobStrength = 0.323383; + interpolationSpeed = 3.05; + disableWeaponsLong = 1; + disableWeapons = 1; + ConnectTo[] = {"AovrPercMrunSrasWrflDf",0.202,"AmovPercMrunSlowWrflDf",0.025}; + InterpolateTo[] = {"AovrPercMstpSrasWrflDf",0.22,"AmovPercMrunSlowWrflDf",0.025,"AmovPercMwlkSrasWrflDf",0.025,"AmovPknlMrunSrasWrflDf",0.03,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDf",0.025,"Unconscious",0.01,"AmovPercMtacSrasWrflDf",0.02,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMrunSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDb",0.02,"AmovPercMrunSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDr",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMrunSrasWrflDf_ldst",0.02,"AmovPercMrunSrasWrflDf",0.02}; + }; + class AmovPercMrunSrasWrflDfl: AmovPercMrunSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\ras\Rfl\AmovPercMrunSrasWrflDfl"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + actions = "RifleStandActionsRunFL"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDfl",0.025,"AmovPercMwlkSrasWrflDfl",0.025,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMrunSrasWrflDl_ldst",0.02,"AmovPknlMrunSrasWrflDfl",0.03,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDfl",0.025,"AmovPercMevaSlowWrflDfl",0.025,"Unconscious",0.01,"AmovPercMtacSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDf",0.02,"AmovPercMrunSrasWrflDf_ldst",0.02,"AmovPercMrunSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDb",0.02,"AmovPercMrunSrasWrflDb_ldst",0.02,"AmovPercMrunSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDbr_ldst",0.02,"AmovPercMrunSrasWrflDr",0.02,"AmovPercMrunSrasWrflDr_ldst",0.02,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMrunSrasWrflDfl",0.02}; + }; + class AmovPercMrunSrasWrflDl: AmovPercMrunSrasWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\ras\Rfl\AmovPercMrunSrasWrflDl"; + speed = 0.716768; + actions = "RifleStandActionsRunL"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDl",0.025,"AmovPercMwlkSrasWrflDl",0.025,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMrunSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDbl_ldst",0.02,"AmovPknlMrunSrasWrflDl",0.03,"Unconscious",0.01,"AmovPercMtacSrasWrflDl",0.02,"AmovPercMrunSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDbr_ldst",0.02,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPercMrunSrasWrflDr",0.02,"AmovPercMrunSrasWrflDr_ldst",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMrunSrasWrflDl_ldst",0.02,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMevaSrasWrflDfl",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDl",0.02}; + }; + class AmovPercMrunSrasWrflDb: AmovPercMrunSrasWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\ras\Rfl\AmovPercMrunSrasWrflDb"; + speed = 0.76834; + actions = "RifleStandActionsRunB"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_Db.p3d"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDb",0.025,"AmovPercMwlkSrasWrflDb",0.025,"AmovPercMrunSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDbl_ldst",0.02,"AmovPercMrunSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDbr_ldst",0.02,"AmovPknlMrunSrasWrflDb",0.03,"Unconscious",0.01,"AmovPercMtacSrasWrflDb",0.02,"AmovPercMrunSrasWrflDf",0.02,"AmovPercMrunSrasWrflDf_ldst",0.02,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMrunSrasWrflDl_ldst",0.02,"AmovPercMrunSrasWrflDr",0.02,"AmovPercMrunSrasWrflDr_ldst",0.02,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMrunSrasWrflDb_ldst",0.02,"AmovPercMrunSrasWrflDb",0.02}; + }; + class AmovPercMrunSrasWrflDbl: AmovPercMrunSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\ras\Rfl\AmovPercMrunSrasWrflDbl"; + actions = "RifleStandActionsRunBL"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDbl",0.025,"AmovPercMwlkSrasWrflDbl",0.025,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMrunSrasWrflDl_ldst",0.02,"AmovPercMrunSrasWrflDb",0.02,"AmovPercMrunSrasWrflDb_ldst",0.02,"AmovPknlMrunSrasWrflDbl",0.025,"Unconscious",0.01,"AmovPercMtacSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDf",0.02,"AmovPercMrunSrasWrflDf_ldst",0.02,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMrunSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDbr_ldst",0.02,"AmovPercMrunSrasWrflDr",0.02,"AmovPercMrunSrasWrflDr_ldst",0.02,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMrunSrasWrflDbl_ldst",0.02,"AmovPercMrunSrasWrflDbl",0.02}; + }; + class AmovPercMrunSrasWrflDbr: AmovPercMrunSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\ras\Rfl\AmovPercMrunSrasWrflDbr"; + actions = "RifleStandActionsRunBR"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDbr",0.025,"AmovPercMwlkSrasWrflDbr",0.025,"AmovPercMrunSrasWrflDb",0.02,"AmovPercMrunSrasWrflDb_ldst",0.02,"AmovPercMrunSrasWrflDr",0.02,"AmovPercMrunSrasWrflDr_ldst",0.02,"AmovPknlMrunSrasWrflDbr",0.025,"Unconscious",0.01,"AmovPercMtacSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDf",0.02,"AmovPercMrunSrasWrflDf_ldst",0.02,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMrunSrasWrflDl_ldst",0.02,"AmovPercMrunSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDbl_ldst",0.02,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMrunSrasWrflDbr_ldst",0.02,"AmovPercMrunSrasWrflDbr",0.02}; + }; + class AmovPercMrunSrasWrflDr: AmovPercMrunSrasWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\ras\Rfl\AmovPercMrunSrasWrflDr"; + speed = 0.754221; + actions = "RifleStandActionsRunR"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDr",0.025,"AmovPercMwlkSrasWrflDr",0.025,"AmovPercMrunSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDbr_ldst",0.02,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPknlMrunSrasWrflDr",0.03,"Unconscious",0.01,"AmovPercMtacSrasWrflDr",0.02,"AmovPercMrunSrasWrflDf",0.02,"AmovPercMrunSrasWrflDf_ldst",0.02,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMrunSrasWrflDl_ldst",0.02,"AmovPercMrunSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDbl_ldst",0.02,"AmovPercMrunSrasWrflDb",0.02,"AmovPercMrunSrasWrflDb_ldst",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMrunSrasWrflDr_ldst",0.02,"AmovPercMrunSrasWrflDr",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDfr",0.02,"AmovPercMevaSrasWrflDr",0.02}; + }; + class AmovPercMrunSrasWrflDfr: AmovPercMrunSrasWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\ras\Rfl\AmovPercMrunSrasWrflDfr"; + actions = "RifleStandActionsRunFR"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDfr",0.025,"AmovPercMwlkSrasWrflDfr",0.025,"AmovPercMrunSrasWrflDr",0.02,"AmovPercMrunSrasWrflDr_ldst",0.02,"AmovPknlMrunSrasWrflDfr",0.03,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDfr",0.025,"AmovPercMevaSlowWrflDfr",0.025,"Unconscious",0.01,"AmovPercMtacSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDf",0.02,"AmovPercMrunSrasWrflDf_ldst",0.02,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMrunSrasWrflDl_ldst",0.02,"AmovPercMrunSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDbl_ldst",0.02,"AmovPercMrunSrasWrflDb",0.02,"AmovPercMrunSrasWrflDb_ldst",0.02,"AmovPercMrunSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDbr_ldst",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPercMrunSrasWrflDfr",0.02}; + }; + class AmovPercMrunSrasWrflDf_ldst: AmovPercMrunSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\ras\Rfl\AmovPercMrunSrasWrflDf_ldst"; + limitGunMovement = 0.1; + }; + class AmovPercMrunSrasWrflDfl_ldst: AmovPercMrunSrasWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\ras\Rfl\AmovPercMrunSrasWrflDfl_ldst"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + limitGunMovement = 0.1; + actions = "RifleStandActionsRunF"; + }; + class AmovPercMrunSrasWrflDl_ldst: AmovPercMrunSrasWrflDl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSlowWrflDl"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + limitGunMovement = 0.1; + }; + class AmovPercMrunSrasWrflDbl_ldst: AmovPercMrunSrasWrflDbl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSlowWrflDbl"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + limitGunMovement = 0.1; + }; + class AmovPercMrunSrasWrflDb_ldst: AmovPercMrunSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSlowWrflDb"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + limitGunMovement = 0.1; + }; + class AmovPercMrunSrasWrflDbr_ldst: AmovPercMrunSrasWrflDbr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSlowWrflDbr"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + limitGunMovement = 0.1; + }; + class AmovPercMrunSrasWrflDr_ldst: AmovPercMrunSrasWrflDr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSlowWrflDr"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + limitGunMovement = 0.1; + }; + class AmovPercMrunSrasWrflDfr_ldst: AmovPercMrunSrasWrflDfr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSlowWrflDfr"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + limitGunMovement = 0.1; + }; + class AmovPercMwlkSnonWnonDf: AidlPercMstpSnonWnonDnon_G0S + { + aimPrecision = 2.0; + static = 1; + relSpeedMin = 0.8; + actions = "CivilWlkActionsF"; + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\sapper_walk.rtm"; + soundEdge[] = {0.25,0.5,0.75,1}; + speed = 0.38; + duty = -0.6; + soundOverride = "Walk"; + soundEnabled = 1; + Walkcycles = 2; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMrunSnonWnonDf",0.025,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDfl",0.025,"AmovPercMwlkSnonWnonDfr",0.025,"AmovPknlMwlkSnonWnonDf",0.03,"AmovPercMevaSnonWnonDf",0.025,"AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthStart",0.1,"Unconscious",0.1}; + }; + class AmovPercMwlkSnonWnonDfl: AmovPercMwlkSnonWnonDf + { + actions = "CivilWlkActionsFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\non\non\AmovPercMwlkSnonWnonDfl"; + speed = 0.3; + InterpolateTo[] = {"AmovPercMwlkSnonWnonDf",0.025,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDl",0.025,"AmovPercMrunSnonWnonDfl",0.025,"AmovPknlMwlkSnonWnonDfl",0.03,"AmovPercMevaSnonWnonDfl",0.025,"AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthStart",0.1,"Unconscious",0.1}; + }; + class AmovPercMwlkSnonWnonDl: AmovPercMwlkSnonWnonDf + { + actions = "CivilWlkActionsL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\non\non\AmovPercMwlkSnonWnonDl"; + speed = 0.47619; + InterpolateTo[] = {"AmovPercMwlkSnonWnonDfl",0.025,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDbl",0.025,"AmovPercMrunSnonWnonDl",0.025,"AmovPknlMwlkSnonWnonDl",0.03,"Unconscious",0.1}; + }; + class AmovPercMwlkSnonWnonDbl: AmovPercMwlkSnonWnonDf + { + actions = "CivilWlkActionsBL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\non\non\AmovPercMwlkSnonWnonDbl"; + speed = 0.337079; + InterpolateTo[] = {"AmovPercMwlkSnonWnonDl",0.025,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDb",0.025,"AmovPercMrunSnonWnonDbl",0.025,"AmovPknlMwlkSnonWnonDbl",0.03,"Unconscious",0.1}; + }; + class AmovPercMwlkSnonWnonDb: AmovPercMwlkSnonWnonDf + { + actions = "CivilWlkActionsB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\non\non\AmovPercMwlkSnonWnonDb"; + speed = 0.337079; + InterpolateTo[] = {"AmovPercMwlkSnonWnonDbl",0.025,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDbr",0.025,"AmovPercMrunSnonWnonDb",0.025,"AmovPknlMwlkSnonWnonDb",0.03,"Unconscious",0.1}; + }; + class AmovPercMwlkSnonWnonDbr: AmovPercMwlkSnonWnonDf + { + actions = "CivilWlkActionsBR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\non\non\AmovPercMwlkSnonWnonDbr"; + speed = 0.337079; + InterpolateTo[] = {"AmovPercMwlkSnonWnonDb",0.025,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDr",0.025,"AmovPercMrunSnonWnonDbr",0.025,"AmovPknlMwlkSnonWnonDbr",0.03,"Unconscious",0.1}; + }; + class AmovPercMwlkSnonWnonDr: AmovPercMwlkSnonWnonDf + { + actions = "CivilWlkActionsR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\non\non\AmovPercMwlkSnonWnonDr"; + speed = 0.483871; + InterpolateTo[] = {"AmovPercMwlkSnonWnonDbr",0.025,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDfr",0.15,"AmovPercMrunSnonWnonDr",0.025,"AmovPknlMwlkSnonWnonDr",0.03,"Unconscious",0.1}; + }; + class AmovPercMwlkSnonWnonDfr: AmovPercMwlkSnonWnonDf + { + actions = "CivilWlkActionsFR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\non\non\AmovPercMwlkSnonWnonDfr"; + speed = 0.3; + InterpolateTo[] = {"AmovPercMwlkSnonWnonDf",0.025,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDr",0.15,"AmovPercMrunSnonWnonDfr",0.025,"AmovPknlMwlkSnonWnonDfr",0.03,"AmovPercMevaSnonWnonDfr",0.025,"AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthStart",0.1,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWnonDf: AmovPercMstpSnonWnonDnon + { + aimPrecision = 4.0; + stamina = -0.1; + variantsPlayer[] = {}; + actions = "CivilRunActionsF"; + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\sapper_run.rtm"; + speed = 1.00; + soundEdge[] = {0.25,0.5,0.75,1}; + duty = 0.1; + soundOverride = "run"; + soundEnabled = 1; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.1; + Walkcycles = 2; + disableWeapons = 1; + ConnectTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDf",0.025,"AmovPercMrunSnonWnonDfl",0.025,"AmovPercMrunSnonWnonDl",0.025,"AmovPercMrunSnonWnonDr",0.025,"AmovPercMrunSnonWnonDfr",0.025,"AmovPknlMrunSnonWnonDf",0.03,"AmovPercMevaSnonWnonDf",0.02,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWnonDfl: AmovPercMrunSnonWnonDf + { + actions = "CivilRunActionsFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfl"; + InterpolateTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02,"AmovPercMrunSnonWnonDf",0.02,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDfl",0.025,"AmovPercMrunSnonWnonDl",0.025,"AmovPercMrunSnonWnonDfr",0.025,"AmovPknlMrunSnonWnonDfl",0.03,"AmovPercMevaSnonWnonDfl",0.02,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWnonDl: AmovPercMrunSnonWnonDfl + { + actions = "CivilRunActionsL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDl"; + speed = 0.70946; + soundEdge[] = {0,0.208333,0.479167,0.708333,1}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDl",0.025,"AmovPercMrunSnonWnonDfl",0.025,"AmovPercMrunSnonWnonDbl",0.025,"AmovPknlMrunSnonWnonDl",0.03,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWnonDbl: AmovPercMrunSnonWnonDl + { + actions = "CivilRunActionsBL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDbl"; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDbl",0.025,"AmovPercMrunSnonWnonDl",0.025,"AmovPercMrunSnonWnonDb",0.025,"AmovPknlMrunSnonWnonDbl",0.03,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWnonDb: AmovPercMrunSnonWnonDl + { + actions = "CivilRunActionsB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDb"; + speed = 0.75; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDb",0.025,"AmovPercMrunSnonWnonDbl",0.025,"AmovPercMrunSnonWnonDbr",0.025,"AmovPknlMrunSnonWnonDb",0.03,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWnonDbr: AmovPercMrunSnonWnonDl + { + actions = "CivilRunActionsBR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDbr"; + speed = 0.75; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDbr",0.025,"AmovPercMrunSnonWnonDb",0.025,"AmovPknlMrunSnonWnonDbr",0.03,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWnonDr: AmovPercMrunSnonWnonDl + { + actions = "CivilRunActionsR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDr"; + speed = 0.772059; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDr",0.025,"AmovPercMrunSnonWnonDfr",0.025,"AmovPercMrunSnonWnonDbr",0.025,"AmovPknlMrunSnonWnonDr",0.03,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWnonDfr: AmovPercMrunSnonWnonDf + { + actions = "CivilRunActionsFR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfr"; + speed = 1.2485; + ConnectTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02,"AmovPercMrunSnonWnonDf",0.025,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDfr",0.025,"AmovPercMrunSnonWnonDr",0.025,"AmovPercMrunSnonWnonDfl",0.025,"AmovPknlMrunSnonWnonDfr",0.03,"AmovPercMevaSnonWnonDfr",0.02,"Unconscious",0.1}; + }; + class AmovPknlMwlkSlowWrflDf: AidlPknlMstpSlowWpstDnon_G0S + { + static = 1; + relSpeedMin = 0.8; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\Low\Rfl\AmovPknlMwlkSlowWrflDf"; + speed = 0.4; + duty = 0.2; + soundOverride = "Walk"; + leaningFactorBeg = 0.75; + leaningFactorEnd = 0.75; + soundEnabled = 1; + visibleSize = 0.400122; + actions = "RifleKneelLowActionsWlkF"; + headBobStrength = 0.05398; + interpolationSpeed = 3; + aimPrecision = 2; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.06,"AmovPercMwlkSlowWrflDf",0.03,"AmovPknlMwlkSlowWrflDfl",0.025,"AmovPknlMwlkSlowWrflDfr",0.025,"AmovPknlMrunSlowWrflDf",0.025,"AovrPercMstpSrasWrflDf",1.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDf",0.02,"AmovPknlMwlkSrasWrflDf",0.02}; + showHandGun = 0; + weaponIK = 1; + }; + class AmovPknlMwlkSlowWrflDfl: AmovPknlMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\Low\Rfl\AmovPknlMwlkSlowWrflDfl"; + actions = "RifleKneelLowActionsWlkFL"; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDfl",0.03,"AmovPknlMwlkSlowWrflDf",0.025,"AmovPknlMwlkSlowWrflDl",0.025,"AmovPknlMrunSlowWrflDfl",0.025,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDfl",0.02,"AmovPknlMwlkSrasWrflDfl",0.02}; + }; + class AmovPknlMwlkSlowWrflDl: AmovPknlMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\Low\Rfl\AmovPknlMwlkSlowWrflDl"; + speed = 1; + actions = "RifleKneelLowActionsWlkL"; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDl",0.03,"AmovPknlMwlkSlowWrflDfl",0.025,"AmovPknlMwlkSlowWrflDbl",0.025,"AmovPknlMrunSlowWrflDl",0.025,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDl",0.02,"AmovPknlMwlkSrasWrflDl",0.0}; + }; + class AmovPknlMwlkSlowWrflDbl: AmovPknlMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\Low\Rfl\AmovPknlMwlkSlowWrflDbl"; + speed = 0.5; + actions = "RifleKneelLowActionsWlkBL"; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDbl",0.03,"AmovPknlMwlkSlowWrflDl",0.025,"AmovPknlMwlkSlowWrflDb",0.025,"AmovPknlMrunSlowWrflDbl",0.025,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDbl",0.02,"AmovPknlMwlkSrasWrflDbl",0.02}; + }; + class AmovPknlMwlkSlowWrflDb: AmovPknlMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\Low\Rfl\AmovPknlMwlkSlowWrflDb"; + speed = 0.6; + actions = "RifleKneelLowActionsWlkB"; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDb",0.03,"AmovPknlMwlkSlowWrflDbl",0.025,"AmovPknlMwlkSlowWrflDbr",0.025,"AmovPknlMrunSlowWrflDb",0.025,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDb",0.02,"AmovPknlMwlkSrasWrflDb",0.02}; + }; + class AmovPknlMwlkSlowWrflDbr: AmovPknlMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\Low\Rfl\AmovPknlMwlkSlowWrflDbr"; + speed = 0.6; + actions = "RifleKneelLowActionsWlkBR"; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDbr",0.03,"AmovPknlMwlkSlowWrflDb",0.025,"AmovPknlMwlkSlowWrflDr",0.025,"AmovPknlMrunSlowWrflDbr",0.025,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDbr",0.02,"AmovPknlMwlkSrasWrflDbr",0.02}; + }; + class AmovPknlMwlkSlowWrflDr: AmovPknlMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\Low\Rfl\AmovPknlMwlkSlowWrflDr"; + speed = 1.07143; + actions = "RifleKneelLowActionsWlkR"; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDr",0.03,"AmovPknlMwlkSlowWrflDbr",0.025,"AmovPknlMwlkSlowWrflDfr",0.025,"AmovPknlMrunSlowWrflDr",0.025,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDr",0.02,"AmovPknlMwlkSrasWrflDr",0.02}; + }; + class AmovPknlMwlkSlowWrflDfr: AmovPknlMwlkSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\Low\Rfl\AmovPknlMwlkSlowWrflDfr"; + actions = "RifleKneelLowActionsWlkFR"; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMwlkSlowWrflDfr",0.03,"AmovPknlMwlkSlowWrflDf",0.025,"AmovPknlMwlkSlowWrflDr",0.025,"AmovPknlMrunSlowWrflDfr",0.025,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDfr",0.02,"AmovPknlMwlkSrasWrflDfr",0.02}; + }; + class AmovPknlMrunSlowWrflDf: AidlPknlMstpSlowWrflDnon_G0S + { + stamina = -0.1; + aimPrecision = 3.0; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\Rfl\AmovPknlMrunSlowWrflDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + speed = 0.7; + visibleSize = 0.600122; + duty = 0.3; + soundOverride = "run"; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + soundEnabled = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_Low.p3d"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + actions = "RifleKneelLowActionsRunF"; + headBobStrength = 0.174129; + limitGunMovement = 0.1; + disableWeapons = 1; + interpolationSpeed = 3; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDf",0.03,"AmovPknlMrunSrasWrflDf",0.025,"AmovPknlMwlkSlowWrflDf",0.025,"AmovPknlMtacSlowWrflDf",0.025,"AmovPknlMrunSlowWrflDfl",0.025,"AmovPknlMrunSlowWrflDfr",0.025,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMevaSlowWrflDf",0.025,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDf",0.2,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.01}; + }; + class AmovPknlMstpSlowWrflDnon_AmovPknlMrunSlowWrflDf: AmovPknlMrunSlowWrflDf + { + speed = 1.2; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\run\low\rfl\AmovPknlMstpSlowWrflDnon_AmovPknlMrunSlowWrflDf"; + looped = 0; + interpolationRestart = 1; + ConnectTo[] = {"AmovPknlMrunSlowWrflDf",0.01}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPknlMrunSlowWrflDfl: AmovPknlMrunSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\Rfl\AmovPknlMrunSlowWrflDfl"; + speed = 0.632466; + static = 1; + relSpeedMin = 0.5; + actions = "RifleKneelLowActionsRunFL"; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDfl",0.03,"AmovPknlMrunSrasWrflDfl",0.025,"AmovPknlMwlkSlowWrflDfl",0.025,"AmovPknlMtacSlowWrflDfl",0.025,"AmovPknlMrunSlowWrflDf",0.025,"AmovPknlMrunSlowWrflDl",0.025,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMevaSlowWrflDfl",0.025,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDfl",0.2,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.01}; + }; + class AmovPknlMrunSlowWrflDl: AmovPknlMrunSlowWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\Rfl\AmovPknlMrunSlowWrflDl"; + speed = 0.657692; + actions = "RifleKneelLowActionsRunL"; + InterpolateTo[] = {"AmovPercMrunSlowWrflDl",0.03,"AmovPknlMwlkSlowWrflDl",0.025,"AmovPknlMtacSlowWrflDl",0.025,"AmovPknlMrunSrasWrflDl",0.025,"AmovPknlMrunSlowWrflDfl",0.025,"AmovPknlMrunSlowWrflDbl",0.025,"AmovPknlMstpSlowWrflDnon",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDl",0.2,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.01}; + }; + class AmovPknlMrunSlowWrflDbl: AmovPknlMrunSlowWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\Rfl\AmovPknlMrunSlowWrflDbl"; + speed = 0.794118; + actions = "RifleKneelLowActionsRunBL"; + InterpolateTo[] = {"AmovPercMrunSlowWrflDbl",0.03,"AmovPknlMwlkSlowWrflDbl",0.025,"AmovPknlMtacSlowWrflDbl",0.025,"AmovPknlMrunSlowWrflDl",0.025,"AmovPknlMrunSrasWrflDbl",0.025,"AmovPknlMrunSlowWrflDb",0.025,"AmovPknlMstpSlowWrflDnon",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDbl",0.2,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.01}; + }; + class AmovPknlMrunSlowWrflDb: AmovPknlMrunSlowWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\Rfl\AmovPknlMrunSlowWrflDb"; + speed = 0.794118; + actions = "RifleKneelLowActionsRunB"; + InterpolateTo[] = {"AmovPercMrunSlowWrflDb",0.03,"AmovPknlMwlkSlowWrflDb",0.025,"AmovPknlMtacSlowWrflDb",0.025,"AmovPknlMrunSrasWrflDb",0.025,"AmovPknlMrunSlowWrflDbl",0.025,"AmovPknlMrunSlowWrflDbr",0.025,"AmovPknlMstpSlowWrflDnon",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDb",0.2,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.01}; + }; + class AmovPknlMrunSlowWrflDbr: AmovPknlMrunSlowWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\Rfl\AmovPknlMrunSlowWrflDbr"; + speed = 0.794118; + actions = "RifleKneelLowActionsRunBR"; + InterpolateTo[] = {"AmovPercMrunSlowWrflDbr",0.03,"AmovPknlMwlkSlowWrflDbr",0.025,"AmovPknlMtacSlowWrflDbr",0.025,"AmovPknlMrunSrasWrflDbr",0.025,"AmovPknlMrunSlowWrflDb",0.025,"AmovPknlMrunSlowWrflDr",0.025,"AmovPknlMstpSlowWrflDnon",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDbr",0.2,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.01}; + }; + class AmovPknlMrunSlowWrflDr: AmovPknlMrunSlowWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\Rfl\AmovPknlMrunSlowWrflDr"; + speed = 0.771429; + actions = "RifleKneelLowActionsRunR"; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDr",0.03,"AmovPknlMwlkSlowWrflDr",0.025,"AmovPknlMtacSlowWrflDr",0.025,"AmovPknlMrunSrasWrflDr",0.025,"AmovPknlMrunSlowWrflDbr",0.025,"AmovPknlMrunSlowWrflDfr",0.025,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDr",0.2,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPknlMrunSlowWrflDfr: AmovPknlMrunSlowWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\Rfl\AmovPknlMrunSlowWrflDfr"; + actions = "RifleKneelLowActionsRunFR"; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDfr",0.03,"AmovPknlMwlkSlowWrflDfr",0.025,"AmovPknlMtacSlowWrflDfr",0.025,"AmovPknlMrunSrasWrflDfr",0.025,"AmovPknlMrunSlowWrflDf",0.025,"AmovPknlMrunSlowWrflDr",0.025,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMevaSrasWrflDfr",0.025,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDfr",0.2,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPknlMtacSlowWrflDf: AmovPknlMrunSlowWrflDf + { + stamina = -0.1; + limitgunmovement = 0.8; + speed = 1.45; + actions = "RifleKneelLowActionsTacF"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\Rfl\AmovPknlMtacSlowWrflDf"; + camShakeFire = 1.15; + aimPrecision = 2; + duty = 0.25; + interpolationSpeed = 3; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPknlMtacSlowWrflDfl",0.02,"AovrPercMstpSlowWrflDf",0.02,"AmovPknlMtacSlowWrflDfr",0.02,"AmovPknlMwlkSlowWrflDf",0.02,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMrunSlowWrflDf",0.02,"AmovPercMtacSlowWrflDf",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMwlkSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDf",0.02}; + }; + class AmovPknlMtacSlowWrflDfl: AmovPknlMrunSlowWrflDfl + { + limitgunmovement = 0.8; + speed = 1.45; + actions = "RifleKneelLowActionsTacFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\Rfl\AmovPknlMtacSlowWrflDfl"; + camShakeFire = 1.15; + aimPrecision = 2; + duty = 0.2; + interpolationSpeed = 3; + InterpolateTo[] = {"AmovPknlMtacSlowWrflDl",0.02,"AmovPknlMtacSlowWrflDf",0.02,"AmovPknlMstpSlowWrflDnon",0.02,"AmovPknlMwlkSlowWrflDfl",0.02,"AmovPknlMtacSrasWrflDfl",0.02,"AovrPercMstpSlowWrflDf",0.02,"AmovPknlMrunSlowWrflDfl",0.02,"AmovPercMtacSlowWrflDfl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMwlkSrasWrflDfl",0.02,"AmovPknlMtacSrasWrflDfl",0.02}; + }; + class AmovPknlMtacSlowWrflDl: AmovPknlMrunSlowWrflDl + { + limitgunmovement = 0.8; + speed = 1.6; + actions = "RifleKneelLowActionsTacL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\Rfl\AmovPknlMtacSlowWrflDl"; + camShakeFire = 1.15; + aimPrecision = 2; + duty = 0.2; + interpolationSpeed = 3; + InterpolateTo[] = {"AmovPknlMtacSlowWrflDbl",0.02,"AmovPknlMtacSlowWrflDfl",0.02,"AmovPknlMstpSlowWrflDnon",0.02,"AmovPknlMwlkSlowWrflDl",0.02,"AmovPknlMtacSrasWrflDl",0.02,"AovrPercMstpSlowWrflDf",0.02,"AmovPercMtacSlowWrflDl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMwlkSrasWrflDl",0.02,"AmovPknlMtacSrasWrflDl",0.02}; + }; + class AmovPknlMtacSlowWrflDbl: AmovPknlMrunSlowWrflDbl + { + limitgunmovement = 0.8; + speed = 1.6; + actions = "RifleKneelLowActionsTacBL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\Rfl\AmovPknlMtacSlowWrflDbl"; + camShakeFire = 1.15; + aimPrecision = 2; + duty = 0.2; + interpolationSpeed = 3; + InterpolateTo[] = {"AmovPknlMtacSlowWrflDl",0.02,"AmovPknlMtacSlowWrflDb",0.02,"AmovPknlMstpSlowWrflDnon",0.02,"AmovPknlMwlkSlowWrflDbl",0.02,"AmovPknlMtacSrasWrflDbl",0.02,"AovrPercMstpSlowWrflDf",0.02,"AmovPercMtacSlowWrflDbl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMwlkSrasWrflDbl",0.02,"AmovPknlMtacSrasWrflDbl",0.02}; + }; + class AmovPknlMtacSlowWrflDb: AmovPknlMrunSlowWrflDb + { + limitgunmovement = 0.8; + speed = 1.6; + actions = "RifleKneelLowActionsTacB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\Rfl\AmovPknlMtacSlowWrflDb"; + camShakeFire = 1.15; + aimPrecision = 2; + duty = 0.2; + interpolationSpeed = 3; + InterpolateTo[] = {"AmovPknlMtacSlowWrflDbl",0.02,"AmovPknlMtacSlowWrflDbr",0.02,"AmovPknlMstpSlowWrflDnon",0.02,"AmovPknlMwlkSlowWrflDb",0.02,"AmovPknlMtacSrasWrflDb",0.02,"AovrPercMstpSlowWrflDf",0.02,"AmovPercMtacSlowWrflDb",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMwlkSrasWrflDb",0.02,"AmovPknlMtacSrasWrflDb",0.02}; + }; + class AmovPknlMtacSlowWrflDbr: AmovPknlMrunSlowWrflDbr + { + limitgunmovement = 0.8; + speed = 1.6; + actions = "RifleKneelLowActionsTacBR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\Rfl\AmovPknlMtacSlowWrflDbr"; + camShakeFire = 1.15; + aimPrecision = 2; + duty = 0.2; + interpolationSpeed = 3; + InterpolateTo[] = {"AmovPknlMtacSlowWrflDb",0.02,"AmovPknlMtacSlowWrflDr",0.02,"AmovPknlMstpSlowWrflDnon",0.02,"AmovPknlMwlkSlowWrflDbr",0.02,"AmovPknlMtacSrasWrflDbr",0.02,"AovrPercMstpSlowWrflDf",0.02,"AmovPercMtacSlowWrflDbr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMwlkSrasWrflDbr",0.02}; + }; + class AmovPknlMtacSlowWrflDr: AmovPknlMrunSlowWrflDr + { + limitgunmovement = 0.8; + speed = 1.71429; + actions = "RifleKneelLowActionsTacR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\Rfl\AmovPknlMtacSlowWrflDr"; + camShakeFire = 1.15; + aimPrecision = 2; + duty = 0.2; + interpolationSpeed = 3; + InterpolateTo[] = {"AmovPknlMtacSlowWrflDbr",0.02,"AmovPknlMtacSlowWrflDfr",0.02,"AmovPknlMstpSlowWrflDnon",0.02,"AmovPknlMwlkSlowWrflDr",0.02,"AmovPknlMtacSrasWrflDr",0.02,"AovrPercMstpSlowWrflDf",0.02,"AmovPercMtacSlowWrflDr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMwlkSrasWrflDr",0.02,"AmovPknlMtacSrasWrflDr",0.02}; + }; + class AmovPknlMtacSlowWrflDfr: AmovPknlMrunSlowWrflDfr + { + limitgunmovement = 0.8; + speed = 1.75; + actions = "RifleKneelLowActionsTacFR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\Rfl\AmovPknlMtacSlowWrflDfr"; + camShakeFire = 1.15; + aimPrecision = 2; + duty = 0.2; + interpolationSpeed = 3; + InterpolateTo[] = {"AmovPknlMtacSlowWrflDf",0.02,"AmovPknlMtacSlowWrflDr",0.02,"AmovPknlMstpSlowWrflDnon",0.02,"AmovPknlMwlkSlowWrflDfr",0.02,"AmovPknlMtacSrasWrflDfr",0.02,"AovrPercMstpSlowWrflDf",0.02,"AmovPercMtacSlowWrflDfr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMwlkSrasWrflDfr",0.02,"AmovPknlMtacSrasWrflDfr",0.02}; + }; + class AmovPknlMwlkSrasWrflDf: AmovPknlMstpSrasWrflDnon + { + static = 1; + relSpeedMin = 0.8; + variantsPlayer[] = {}; + soundEdge[] = {0.123,0.346,0.605,0.852}; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\Rfl\AmovPknlMwlkSrasWrflDf"; + speed = 0.35; + duty = 0.25; + soundOverride = "Walk"; + leaningFactorBeg = 0.75; + leaningFactorEnd = 0.75; + soundEnabled = 1; + visibleSize = 0.400122; + actions = "RifleKneelActionsWlkF"; + limitGunMovement = 0.6; + headBobStrength = 0.074627; + aimPrecision = 3.0; + camShakeFire = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_offset.p3d"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDf",0.03,"AmovPknlMwlkSrasWrflDfl",0.025,"AmovPknlMwlkSrasWrflDfr",0.025,"AmovPknlMrunSrasWrflDf",0.025,"AovrPercMstpSrasWrflDf",1.02,"Unconscious",0.01,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDf",0.02,"AmovPknlMwlkSlowWrflDf",0.02}; + }; + class AmovPknlMwlkSrasWrflDfl: AmovPknlMwlkSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\Rfl\AmovPknlMwlkSrasWrflDfl"; + actions = "RifleKneelActionsWlkFL"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDfl",0.03,"AmovPknlMwlkSrasWrflDf",0.025,"AmovPknlMwlkSrasWrflDl",0.025,"AmovPknlMrunSrasWrflDfl",0.025,"Unconscious",0.01,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDfl",0.02,"AmovPknlMwlkSlowWrflDfl",0.02}; + }; + class AmovPknlMwlkSrasWrflDl: AmovPknlMwlkSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\Rfl\AmovPknlMwlkSrasWrflDl"; + speed = 0.565267; + actions = "RifleKneelActionsWlkL"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDl",0.03,"AmovPknlMwlkSrasWrflDfl",0.025,"AmovPknlMevaSrasWrflDr",0.025,"AmovPknlMwlkSrasWrflDbl",0.025,"AmovPknlMrunSrasWrflDl",0.025,"AmovPknlMtacSrasWrflDl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDl",0.02,"AmovPknlMwlkSlowWrflDl",0.02}; + }; + class AmovPknlMwlkSrasWrflDb: AmovPknlMwlkSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\Rfl\AmovPknlMwlkSrasWrflDb"; + speed = 0.314685; + actions = "RifleKneelActionsWlkB"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_Db.p3d"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDb",0.03,"AmovPknlMwlkSrasWrflDbl",0.025,"AmovPknlMwlkSrasWrflDbr",0.025,"AmovPknlMrunSrasWrflDb",0.025,"AmovPknlMtacSrasWrflDb",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDb",0.02,"AmovPknlMwlkSlowWrflDb",0.02}; + }; + class AmovPknlMwlkSrasWrflDbl: AmovPknlMwlkSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\Rfl\AmovPknlMwlkSrasWrflDbl"; + actions = "RifleKneelActionsWlkBL"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDbl",0.03,"AmovPknlMwlkSrasWrflDl",0.025,"AmovPknlMwlkSrasWrflDb",0.025,"AmovPknlMrunSrasWrflDbl",0.025,"AmovPknlMtacSrasWrflDbl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDbl",0.02,"AmovPknlMwlkSlowWrflDbl",0.02}; + }; + class AmovPknlMwlkSrasWrflDbr: AmovPknlMwlkSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\Rfl\AmovPknlMwlkSrasWrflDbr"; + actions = "RifleKneelActionsWlkBR"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDbr",0.03,"AmovPknlMwlkSrasWrflDb",0.025,"AmovPknlMwlkSrasWrflDr",0.025,"AmovPknlMrunSrasWrflDbr",0.025,"AmovPknlMtacSrasWrflDbr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDbr",0.02,"AmovPknlMwlkSlowWrflDbr",0.02}; + }; + class AmovPknlMwlkSrasWrflDr: AmovPknlMwlkSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\Rfl\AmovPknlMwlkSrasWrflDr"; + speed = 0.585683; + actions = "RifleKneelActionsWlkR"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDr",0.03,"AmovPknlMwlkSrasWrflDbr",0.025,"AmovPknlMwlkSrasWrflDfr",0.025,"AmovPknlMrunSrasWrflDr",0.025,"AmovPknlMtacSrasWrflDr",0.02,"AmovPknlMevaSrasWrflDr",0.025,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.01,"AmovPknlMtacSlowWrflDr",0.02,"AmovPknlMwlkSlowWrflDr",0.02}; + }; + class AmovPknlMwlkSrasWrflDfr: AmovPknlMwlkSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\Rfl\AmovPknlMwlkSrasWrflDfr"; + actions = "RifleKneelActionsWlkFR"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDfr",0.03,"AmovPknlMwlkSrasWrflDf",0.025,"AmovPknlMwlkSrasWrflDr",0.025,"AmovPknlMrunSrasWrflDfr",0.025,"Unconscious",0.01,"AmovPknlMtacSrasWrflDfr",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSlowWrflDfr",0.02,"AmovPknlMwlkSlowWrflDfr",0.02}; + }; + class AmovPknlMrunSrasWrflDf: AmovPknlMstpSrasWrflDnon + { + stamina = -0.1; + aimPrecision = 5.0; + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + speed = 0.6; + soundOverride = "run"; + visibleSize = 0.600122; + duty = 0.4; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + soundEnabled = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_offset.p3d"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1; + actions = "RifleKneelActionsRunF"; + limitGunMovement = 0.5; + headBobStrength = 0.263682; + interpolationSpeed = 3.05; + disableWeaponsLong = 1; + disableWeapons = 1; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMrunSrasWrflDf",0.03,"AmovPknlMwlkSrasWrflDf",0.025,"AmovPknlMrunSrasWrflDfl",0.025,"AmovPknlMrunSrasWrflDfr",0.025,"AmovPknlMrunSlowWrflDf",0.025,"AmovPknlMevaSrasWrflDf",0.025,"Unconscious",0.01,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMstpSrasWrflDnon",0.03,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.01}; + }; + class AmovPknlMrunSrasWrflDf_ldst: AmovPknlMrunSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDf_ldst"; + InterpolateTo[] = {"AmovPercMrunSrasWrflDf",0.03,"AmovPknlMwlkSrasWrflDf",0.025,"AmovPknlMrunSrasWrflDfl",0.025,"AmovPknlMrunSrasWrflDfr",0.025,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.01,"AmovPknlMevaSrasWrflDf",0.025,"Unconscious",0.01,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMstpSrasWrflDnon",0.005,"AmovPknlMstpSlowWrflDnon_relax",0.1}; + }; + class AmovPknlMrunSrasWrflDfl: AmovPknlMrunSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDfl"; + actions = "RifleKneelActionsRunFL"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.03,"AmovPercMrunSrasWrflDfl",0.03,"AmovPknlMwlkSrasWrflDfl",0.025,"AmovPknlMrunSrasWrflDf",0.025,"AmovPknlMrunSrasWrflDl",0.025,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.01,"AmovPknlMevaSrasWrflDfl",0.025,"Unconscious",0.01,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMrunSlowWrflDfl",0.025}; + }; + class AmovPknlMrunSrasWrflDfl_ldst: AmovPknlMrunSrasWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDfl_ldst"; + }; + class AmovPknlMrunSrasWrflDl: AmovPknlMrunSrasWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDl"; + speed = 0.804829; + actions = "RifleKneelActionsRunL"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.03,"AmovPercMrunSrasWrflDl",0.03,"AmovPknlMwlkSrasWrflDl",0.025,"AmovPknlMevaSrasWrflDl",0.025,"AmovPknlMrunSrasWrflDfl",0.025,"AmovPknlMrunSrasWrflDbl",0.025,"AmovPknlMtacSrasWrflDl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMrunSrasWrflDr",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMrunSlowWrflDl",0.025}; + }; + class AmovPknlMrunSrasWrflDl_ldst: AmovPknlMrunSrasWrflDl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDl_ldst"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMrunSrasWrflDl",0.03,"AmovPknlMwlkSrasWrflDl",0.025,"AmovPknlMrunSrasWrflDfl",0.025,"AmovPknlMrunSrasWrflDbl",0.025,"AmovPknlMtacSrasWrflDl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMrunSrasWrflDr",0.2}; + }; + class AmovPknlMrunSrasWrflDb: AmovPknlMrunSrasWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDb"; + speed = 0.861479; + actions = "RifleKneelActionsRunB"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_Db.p3d"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.03,"AmovPercMrunSrasWrflDb",0.03,"AmovPknlMwlkSrasWrflDb",0.025,"AmovPknlMrunSrasWrflDbl",0.025,"AmovPknlMrunSrasWrflDbr",0.025,"AmovPknlMtacSrasWrflDb",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMrunSlowWrflDb",0.025}; + }; + class AmovPknlMrunSrasWrflDb_ldst: AmovPknlMrunSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDb_ldst"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.03,"AmovPercMrunSrasWrflDb",0.03,"AmovPknlMwlkSrasWrflDb",0.025,"AmovPknlMrunSrasWrflDbl",0.025,"AmovPknlMrunSrasWrflDbr",0.025,"AmovPknlMtacSrasWrflDb",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1}; + }; + class AmovPknlMrunSrasWrflDbl: AmovPknlMrunSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDbl"; + actions = "RifleKneelActionsRunBL"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.03,"AmovPercMrunSrasWrflDbl",0.03,"AmovPknlMwlkSrasWrflDbl",0.025,"AmovPknlMrunSrasWrflDl",0.025,"AmovPknlMrunSrasWrflDb",0.025,"AmovPknlMtacSrasWrflDbl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMrunSlowWrflDbl",0.025}; + }; + class AmovPknlMrunSrasWrflDbl_ldst: AmovPknlMrunSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDbl_ldst"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.03,"AmovPercMrunSrasWrflDbl",0.03,"AmovPknlMwlkSrasWrflDbl",0.025,"AmovPknlMrunSrasWrflDl",0.025,"AmovPknlMrunSrasWrflDb",0.025,"AmovPknlMtacSrasWrflDbl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1}; + }; + class AmovPknlMrunSrasWrflDbr: AmovPknlMrunSrasWrflDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDbr"; + actions = "RifleKneelActionsRunBR"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.03,"AmovPercMrunSrasWrflDbr",0.03,"AmovPknlMwlkSrasWrflDbr",0.025,"AmovPknlMrunSrasWrflDb",0.025,"AmovPknlMrunSrasWrflDr",0.025,"AmovPknlMtacSrasWrflDbr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMrunSlowWrflDbr",0.025}; + }; + class AmovPknlMrunSrasWrflDbr_ldst: AmovPknlMrunSrasWrflDbr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDbr_ldst"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.03,"AmovPercMrunSrasWrflDbr",0.03,"AmovPknlMwlkSrasWrflDbr",0.025,"AmovPknlMrunSrasWrflDb",0.025,"AmovPknlMrunSrasWrflDr",0.025,"AmovPknlMtacSrasWrflDbr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1}; + }; + class AmovPknlMrunSrasWrflDr: AmovPknlMrunSrasWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDr"; + speed = 0.788187; + actions = "RifleKneelActionsRunR"; + InterpolateTo[] = {"AmovPercMrunSrasWrflDr",0.03,"AmovPknlMwlkSrasWrflDr",0.025,"AmovPknlMevaSrasWrflDr",0.025,"AmovPknlMrunSrasWrflDbr",0.025,"AmovPknlMrunSrasWrflDfr",0.025,"AmovPknlMtacSrasWrflDr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMstpSrasWrflDnon",0.03,"AmovPknlMrunSrasWrflDl",0.2,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMrunSlowWrflDr",0.025}; + }; + class AmovPknlMrunSrasWrflDr_ldst: AmovPknlMrunSrasWrflDr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDr_ldst"; + InterpolateTo[] = {"AmovPercMrunSrasWrflDr",0.03,"AmovPknlMwlkSrasWrflDr",0.025,"AmovPknlMrunSrasWrflDbr",0.025,"AmovPknlMrunSrasWrflDfr",0.025,"AmovPknlMtacSrasWrflDr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMstpSrasWrflDnon",0.03,"AmovPknlMrunSrasWrflDl",0.2}; + }; + class AmovPknlMrunSrasWrflDfr: AmovPknlMrunSrasWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDfr"; + actions = "RifleKneelActionsRunFR"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.03,"AmovPercMrunSrasWrflDfr",0.03,"AmovPknlMwlkSrasWrflDfr",0.025,"AmovPknlMrunSrasWrflDf",0.025,"AmovPknlMrunSrasWrflDr",0.025,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMevaSrasWrflDfr",0.025,"Unconscious",0.01,"AmovPknlMtacSrasWrflDfr",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMrunSlowWrflDfr",0.025}; + }; + class AmovPknlMrunSrasWrflDfr_ldst: AmovPknlMrunSrasWrflDfr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDfr_ldst"; + }; + class AmovPknlMtacSrasWrflDf: AmovPknlMrunSrasWrflDf + { + stamina = -0.1; + duty = 0.6; + limitgunmovement = 0.8; + actions = "RifleKneelActionsTacF"; + speed = 0.55; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\Rfl\AmovPknlMtacSrasWrflDf"; + camShakeFire = 1.15; + aimPrecision = 5.0; + interpolationSpeed = 4; + headBobStrength = 0.293532; + disableWeaponsLong = 0; + disableWeapons = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_offset.p3d"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.025,"AmovPercMtacSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMtacSrasWrflDfr",0.02,"AmovPknlMwlkSrasWrflDf",0.02,"AmovPknlMrunSrasWrflDf",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSrasWrflDl",0.02,"AmovPknlMtacSrasWrflDbl",0.02,"AmovPknlMtacSrasWrflDb",0.02,"AmovPknlMtacSrasWrflDbr",0.02,"AmovPknlMtacSrasWrflDr",0.02,"AmovPknlMtacSlowWrflDf",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.01,"AmovPknlMevaSrasWrflDf",0.02}; + }; + class AmovPknlMtacSrasWrflDfl: AmovPknlMtacSrasWrflDf + { + actions = "RifleKneelActionsTacFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\Rfl\AmovPknlMtacSrasWrflDfl"; + InterpolateTo[] = {"AmovPknlMtacSrasWrflDl",0.02,"AmovPknlMtacSrasWrflDf",0.02,"AmovPercMtacSrasWrflDfl",0.02,"AmovPknlMstpSrasWrflDnon",0.025,"AmovPknlMwlkSrasWrflDfl",0.02,"AmovPknlMrunSrasWrflDfl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSrasWrflDbl",0.02,"AmovPknlMtacSrasWrflDb",0.02,"AmovPknlMtacSrasWrflDbr",0.02,"AmovPknlMtacSrasWrflDr",0.02,"AmovPknlMtacSrasWrflDfr",0.02,"AmovPknlMtacSlowWrflDfl",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.01,"AmovPknlMevaSrasWrflDfl",0.02}; + }; + class AmovPknlMtacSrasWrflDl: AmovPknlMtacSrasWrflDf + { + speed = 0.616438; + actions = "RifleKneelActionsTacL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\Rfl\AmovPknlMtacSrasWrflDl"; + InterpolateTo[] = {"AmovPknlMtacSrasWrflDbl",0.025,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPercMtacSrasWrflDl",0.02,"AmovPknlMstpSrasWrflDnon",0.025,"AmovPknlMwlkSrasWrflDl",0.02,"AmovPknlMrunSrasWrflDl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDb",0.02,"AmovPknlMtacSrasWrflDbr",0.02,"AmovPknlMtacSrasWrflDr",0.02,"AmovPknlMtacSrasWrflDfr",0.02,"AmovPknlMtacSlowWrflDl",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPknlMtacSrasWrflDb: AmovPknlMtacSrasWrflDf + { + speed = 0.585738; + actions = "RifleKneelActionsTacB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\Rfl\AmovPknlMtacSrasWrflDb"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_Db.p3d"; + InterpolateTo[] = {"AmovPknlMtacSrasWrflDbl",0.02,"AmovPknlMtacSrasWrflDbr",0.02,"AmovPercMtacSrasWrflDb",0.02,"AmovPknlMstpSrasWrflDnon",0.025,"AmovPknlMwlkSrasWrflDb",0.02,"AmovPknlMrunSrasWrflDb",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMtacSrasWrflDl",0.02,"AmovPknlMtacSrasWrflDr",0.02,"AmovPknlMtacSrasWrflDfr",0.02,"AmovPknlMtacSlowWrflDb",0.02,"AmovPercMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPknlMtacSrasWrflDbl: AmovPknlMtacSrasWrflDb + { + actions = "RifleKneelActionsTacBL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\Rfl\AmovPknlMtacSrasWrflDbl"; + InterpolateTo[] = {"AmovPknlMtacSrasWrflDl",0.02,"AmovPknlMtacSrasWrflDb",0.02,"AmovPercMtacSrasWrflDbl",0.02,"AmovPknlMstpSrasWrflDnon",0.025,"AmovPknlMwlkSrasWrflDbl",0.02,"AmovPknlMrunSrasWrflDbl",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMtacSrasWrflDbr",0.02,"AmovPknlMtacSrasWrflDr",0.02,"AmovPknlMtacSrasWrflDfr",0.02,"AmovPknlMtacSlowWrflDbl",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPknlMtacSrasWrflDbr: AmovPknlMtacSrasWrflDb + { + actions = "RifleKneelActionsTacBr"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\Rfl\AmovPknlMtacSrasWrflDbr"; + InterpolateTo[] = {"AmovPknlMtacSrasWrflDb",0.02,"AmovPknlMtacSrasWrflDr",0.02,"AmovPknlMstpSrasWrflDnon",0.025,"AmovPknlMwlkSrasWrflDbr",0.02,"AmovPercMtacSrasWrflDbr",0.02,"AmovPknlMrunSrasWrflDbr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMtacSrasWrflDl",0.02,"AmovPknlMtacSrasWrflDbl",0.02,"AmovPknlMtacSrasWrflDfr",0.02,"AmovPknlMtacSlowWrflDbr",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPknlMtacSrasWrflDr: AmovPknlMtacSrasWrflDf + { + speed = 0.625326; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\Rfl\AmovPknlMtacSrasWrflDr"; + actions = "RifleKneelActionsTacR"; + InterpolateTo[] = {"AmovPknlMtacSrasWrflDbr",0.02,"AmovPknlMtacSrasWrflDfr",0.02,"AmovPknlMstpSrasWrflDnon",0.025,"AmovPknlMwlkSrasWrflDr",0.02,"AmovPercMtacSrasWrflDr",0.02,"AmovPknlMrunSrasWrflDr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMtacSrasWrflDl",0.02,"AmovPknlMtacSrasWrflDbl",0.02,"AmovPknlMtacSrasWrflDb",0.02,"AmovPknlMtacSlowWrflDr",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPknlMtacSrasWrflDfr: AmovPknlMtacSrasWrflDf + { + speed = 0.72; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\Rfl\AmovPknlMtacSrasWrflDfr"; + actions = "RifleKneelActionsTacFR"; + InterpolateTo[] = {"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDr",0.02,"AmovPknlMstpSrasWrflDnon",0.025,"AmovPknlMwlkSrasWrflDfr",0.02,"AmovPercMtacSrasWrflDfr",0.02,"AmovPknlMrunSrasWrflDfr",0.02,"Unconscious",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMtacSrasWrflDl",0.02,"AmovPknlMtacSrasWrflDb",0.02,"AmovPknlMtacSrasWrflDbr",0.02,"AmovPknlMtacSlowWrflDfr",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMevaSrasWrflDfr",0.02}; + }; + class AmovPercMwlkSrasWpstDf: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + headBobStrength = 0.02; + actions = "PistolStandActionsWlkF"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\ras\pst\AmovPercMwlkSrasWpstDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + static = 1; + relSpeedMin = 0.8; + speed = 0.463483; + Walkcycles = 2; + visibleSize = 0.800121; + duty = -0.3; + soundOverride = "Walk"; + leaningFactorBeg = 0.75; + leaningFactorEnd = 0.75; + soundEnabled = 1; + limitGunMovement = 0.6; + aimPrecision = 2; + interpolationSpeed = 5.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Mrun_Slow_Wrfl.p3d"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDfl",0.025,"AmovPercMwlkSrasWpstDfr",0.025,"AmovPercMrunSrasWpstDf",0.025,"AmovPknlMwlkSrasWpstDf",0.03,"AmovPercMevaSrasWpstDf",0.025,"Unconscious",0.01,"AmovPercMwlkSrasWpstDf_AwopPercMrunSgthWnonDf_1",0.1,"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthStart",0.1,"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthThrow",0.1,"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthArm",0.1,"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthEnd",0.1,"AmovPercMtacSrasWpstDf",0.2,"AmovPercMwlkSlowWpstDf",0.02,"AmovPercMrunSlowWpstDf",0.2}; + }; + class AmovPercMwlkSrasWpstDfl: AmovPercMwlkSrasWpstDf + { + actions = "PistolStandActionsWlkFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\ras\pst\AmovPercMwlkSrasWpstDfl"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDf",0.025,"AmovPercMwlkSrasWpstDl",0.025,"AmovPercMrunSrasWpstDfl",0.025,"AmovPknlMwlkSrasWpstDfl",0.03,"AmovPercMevaSrasWpstDfl",0.025,"Unconscious",0.01,"AmovPercMwlkSrasWpstDf_AwopPercMrunSgthWnonDf_1",0.1,"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthStart",0.1,"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthThrow",0.1,"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthArm",0.1,"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthEnd",0.1,"AmovPercMtacSrasWpstDfl",0.2,"AmovPercMwlkSlowWpstDfl",0.02,"AmovPercMrunSlowWpstDfl",0.2}; + }; + class AmovPercMwlkSrasWpstDl: AmovPercMwlkSrasWpstDf + { + actions = "PistolStandActionsWlkL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\ras\pst\AmovPercMwlkSrasWpstDl"; + speed = 0.400049; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDfl",0.025,"AmovPercMwlkSrasWpstDbl",0.025,"AmovPercMrunSrasWpstDl",0.025,"AmovPknlMwlkSrasWpstDl",0.03,"Unconscious",0.1,"AmovPercMtacSrasWpstDl",0.2,"AmovPercMwlkSlowWpstDl",0.02,"AmovPercMrunSlowWpstDl",0.2}; + }; + class AmovPercMwlkSrasWpstDb: AmovPercMwlkSrasWpstDf + { + actions = "PistolStandActionsWlkB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\ras\pst\AmovPercMwlkSrasWpstDb"; + speed = 0.816427; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_Db.p3d"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDbl",0.025,"AmovPercMwlkSrasWpstDbr",0.025,"AmovPercMrunSrasWpstDb",0.025,"AmovPknlMwlkSrasWpstDb",0.03,"Unconscious",0.01,"AmovPercMtacSrasWpstDb",0.2,"AmovPercMwlkSlowWpstDb",0.02,"AmovPercMrunSlowWpstDb",0.2}; + }; + class AmovPercMwlkSrasWpstDbl: AmovPercMwlkSrasWpstDb + { + actions = "PistolStandActionsWlkBL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\ras\pst\AmovPercMwlkSrasWpstDbl"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDl",0.025,"AmovPercMwlkSrasWpstDb",0.025,"AmovPercMrunSrasWpstDbl",0.025,"AmovPknlMwlkSrasWpstDbl",0.03,"Unconscious",0.01,"AmovPercMtacSrasWpstDbl",0.2,"AmovPercMwlkSlowWpstDbl",0.02,"AmovPercMrunSlowWpstDbl",0.2}; + }; + class AmovPercMwlkSrasWpstDbr: AmovPercMwlkSrasWpstDb + { + actions = "PistolStandActionsWlkBR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\ras\pst\AmovPercMwlkSrasWpstDbr"; + limitGunMovement = 1; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDb",0.025,"AmovPercMwlkSrasWpstDr",0.025,"AmovPercMrunSrasWpstDbr",0.025,"AmovPknlMwlkSrasWpstDbr",0.03,"Unconscious",0.01,"AmovPercMtacSrasWpstDbr",0.2,"AmovPercMwlkSlowWpstDbr",0.02,"AmovPercMrunSlowWpstDbr",0.2}; + }; + class AmovPercMwlkSrasWpstDr: AmovPercMwlkSrasWpstDf + { + actions = "PistolStandActionsWlkR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\ras\pst\AmovPercMwlkSrasWpstDr"; + speed = 0.406341; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDbr",0.025,"AmovPercMwlkSrasWpstDfr",0.025,"AmovPercMrunSrasWpstDr",0.025,"AmovPknlMwlkSrasWpstDr",0.03,"Unconscious",0.1,"AmovPercMtacSrasWpstDr",0.2,"AmovPercMwlkSlowWpstDr",0.02,"AmovPercMrunSlowWpstDr",0.2}; + }; + class AmovPercMwlkSrasWpstDfr: AmovPercMwlkSrasWpstDf + { + actions = "PistolStandActionsWlkFR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\ras\pst\AmovPercMwlkSrasWpstDfr"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDf",0.025,"AmovPercMwlkSrasWpstDr",0.025,"AmovPercMrunSrasWpstDfr",0.025,"AmovPknlMwlkSrasWpstDfr",0.03,"AmovPercMevaSrasWpstDfr",0.025,"Unconscious",0.01,"AmovPercMwlkSrasWpstDf_AwopPercMrunSgthWnonDf_1",0.1,"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthStart",0.1,"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthThrow",0.1,"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthArm",0.1,"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthEnd",0.1,"AmovPercMtacSrasWpstDfr",0.2,"AmovPercMwlkSlowWpstDfr",0.02,"AmovPercMrunSlowWpstDfr",0.2}; + }; + class AmovPercMwlkSlowWpstDf: AmovPercMwlkSrasWpstDf + { + duty = -0.5; + actions = "PistolLowStandActionsWlkF"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\low\pst\AmovPercMwlkSlowWpstDf"; + speed = 0.4; + showWeaponAim = 0; + disableWeapons = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + disableWeaponsLong = 1; + weaponLowered = 1; + enableOptics = 0; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.015,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSlowWpstDfl",0.025,"AmovPercMwlkSlowWpstDfr",0.025,"AmovPknlMwlkSlowWpstDf",0.025,"AmovPercMrunSlowWpstDf",0.025,"AmovPercMevaSlowWpstDf",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDf",0.02,"AmovPercMtacSlowWpstDf",0.025}; + }; + class AmovPercMwlkSlowWpstDfl: AmovPercMwlkSlowWpstDf + { + actions = "PistolLowStandActionsWlkFl"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\low\pst\AmovPercMwlkSlowWpstDfl"; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.015,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSlowWpstDf",0.025,"AmovPercMwlkSlowWpstDl",0.025,"AmovPknlMwlkSlowWpstDfl",0.025,"AmovPercMrunSlowWpstDfl",0.025,"AmovPercMevaSlowWpstDfl",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDfl",0.02,"AmovPercMtacSlowWpstDfl",0.025}; + }; + class AmovPercMwlkSlowWpstDl: AmovPercMwlkSlowWpstDf + { + actions = "PistolLowStandActionsWlkL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\low\pst\AmovPercMwlkSlowWpstDl"; + speed = 0.882353; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.015,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSlowWpstDl",0.025,"AmovPercMwlkSlowWpstDfl",0.025,"AmovPercMwlkSlowWpstDbl",0.025,"AmovPercMrunSlowWpstDl",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDl",0.02,"AmovPercMtacSlowWpstDl",0.025}; + }; + class AmovPercMwlkSlowWpstDbl: AmovPercMwlkSlowWpstDf + { + actions = "PistolLowStandActionsWlkBl"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\low\pst\AmovPercMwlkSlowWpstDbl"; + speed = 1; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.015,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSlowWpstDbl",0.025,"AmovPercMwlkSlowWpstDl",0.025,"AmovPercMwlkSlowWpstDb",0.025,"AmovPercMrunSlowWpstDbl",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDbl",0.2,"AmovPercMtacSlowWpstDbl",0.025}; + }; + class AmovPercMwlkSlowWpstDb: AmovPercMwlkSlowWpstDf + { + actions = "PistolLowStandActionsWlkB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\low\pst\AmovPercMwlkSlowWpstDb"; + speed = 1; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.015,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSlowWpstDb",0.025,"AmovPercMwlkSlowWpstDbl",0.025,"AmovPercMwlkSlowWpstDbr",0.025,"AmovPercMrunSlowWpstDb",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDb",0.02,"AmovPercMtacSlowWpstDb",0.025}; + }; + class AmovPercMwlkSlowWpstDbr: AmovPercMwlkSlowWpstDf + { + actions = "PistolLowStandActionsWlkBr"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\low\pst\AmovPercMwlkSlowWpstDbr"; + speed = 1; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.015,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSlowWpstDbr",0.025,"AmovPercMwlkSlowWpstDb",0.025,"AmovPercMwlkSlowWpstDr",0.025,"AmovPercMrunSlowWpstDbr",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDbr",0.02,"AmovPercMtacSlowWpstDbr",0.025}; + }; + class AmovPercMwlkSlowWpstDr: AmovPercMwlkSlowWpstDf + { + actions = "PistolLowStandActionsWlkR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\low\pst\AmovPercMwlkSlowWpstDr"; + speed = 0.909091; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.015,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSlowWpstDr",0.025,"AmovPercMwlkSlowWpstDbr",0.025,"AmovPercMwlkSlowWpstDfr",0.025,"AmovPercMrunSlowWpstDr",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDr",0.02,"AmovPercMtacSlowWpstDr",0.025}; + }; + class AmovPercMwlkSlowWpstDfr: AmovPercMwlkSlowWpstDf + { + actions = "PistolLowStandActionsWlkFr"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\Wlk\low\pst\AmovPercMwlkSlowWpstDfr"; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.015,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSlowWpstDfr",0.025,"AmovPercMwlkSlowWpstDf",0.025,"AmovPercMwlkSlowWpstDr",0.025,"AmovPercMrunSlowWpstDfr",0.025,"AmovPercMevaSlowWpstDfr",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDfr",0.02,"AmovPercMtacSlowWpstDfr",0.025}; + }; + class AmovPercMtacSlowWpstDf: AmovPercMwlkSlowWpstDf + { + stamina = -0.1; + duty = 0.0; + speed = 0.75; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\pst\AmovPercMtacSlowWpstDf"; + headBobStrength = 0.124378; + actions = "PistolLowStandActionsTacF"; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMtacSlowWpstDfl",0.01,"AmovPercMtacSlowWpstDfr",0.01,"AmovPercMrunSlowWpstDf",0.02,"AmovPercMwlkSlowWpstDf",0.02,"AovrPercMstpSlowWpstDf",0.02,"Unconscious",0.1,"AmovPercMrunSrasWpstDf",0.02,"AmovPercMevaSlowWpstDf",0.02,"AmovPknlMtacSlowWpstDf",0.02}; + aimPrecision = 2; + }; + class AmovPercMtacSlowWpstDfl: AmovPercMtacSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\pst\AmovPercMtacSlowWpstDfl"; + actions = "PistolLowStandActionsTacFL"; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMtacSlowWpstDf",0.01,"AmovPercMtacSlowWpstDfr",0.02,"AmovPercMtacSlowWpstDl",0.01,"AmovPercMrunSlowWpstDfl",0.02,"AmovPercMwlkSlowWpstDfl",0.02,"Unconscious",0.1,"AmovPercMrunSrasWpstDfl",0.02,"AmovPercMevaSlowWpstDfl",0.02,"AmovPknlMtacSlowWpstDfl",0.02}; + }; + class AmovPercMtacSlowWpstDl: AmovPercMtacSlowWpstDf + { + speed = 0.779221; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\pst\AmovPercMtacSlowWpstDl"; + actions = "PistolLowStandActionsTacL"; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMtacSlowWpstDbl",0.01,"AmovPercMtacSlowWpstDfl",0.01,"AmovPercMrunSlowWpstDl",0.02,"AmovPercMwlkSlowWpstDl",0.02,"Unconscious",0.1,"AmovPercMrunSrasWpstDl",0.02,"AmovPknlMtacSlowWpstDl",0.02}; + }; + class AmovPercMtacSlowWpstDb: AmovPercMtacSlowWpstDf + { + speed = 0.810811; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\pst\AmovPercMtacSlowWpstDb"; + actions = "PistolLowStandActionsTacB"; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMtacSlowWpstDbl",0.01,"AmovPercMtacSlowWpstDbr",0.01,"AmovPercMrunSlowWpstDb",0.02,"AmovPercMwlkSlowWpstDb",0.02,"Unconscious",0.1,"AmovPercMrunSrasWpstDb",0.02,"AmovPknlMtacSlowWpstDb",0.02}; + }; + class AmovPercMtacSlowWpstDbl: AmovPercMtacSlowWpstDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\pst\AmovPercMtacSlowWpstDbl"; + actions = "PistolLowStandActionsTacBL"; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMtacSlowWpstDl",0.01,"AmovPercMtacSlowWpstDb",0.01,"AmovPercMrunSlowWpstDbl",0.02,"AmovPercMwlkSlowWpstDbl",0.02,"Unconscious",0.1,"AmovPercMrunSrasWpstDbl",0.02,"AmovPknlMtacSlowWpstDbl",0.02}; + }; + class AmovPercMtacSlowWpstDbr: AmovPercMtacSlowWpstDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\pst\AmovPercMtacSlowWpstDbr"; + actions = "PistolLowStandActionsTacBR"; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMtacSlowWpstDb",0.01,"AmovPercMtacSlowWpstDr",0.01,"AmovPercMrunSlowWpstDbr",0.02,"AmovPercMwlkSlowWpstDbr",0.02,"Unconscious",0.1,"AmovPercMrunSrasWpstDbr",0.02,"AmovPknlMtacSlowWpstDbr",0.02}; + }; + class AmovPercMtacSlowWpstDr: AmovPercMtacSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\pst\AmovPercMtacSlowWpstDr"; + actions = "PistolLowStandActionsTacR"; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMtacSlowWpstDfr",0.01,"AmovPercMtacSlowWpstDbr",0.01,"AmovPercMrunSlowWpstDr",0.02,"AmovPercMwlkSlowWpstDr",0.02,"Unconscious",0.1,"AmovPercMrunSrasWpstDr",0.02,"AmovPknlMtacSlowWpstDr",0.02}; + }; + class AmovPercMtacSlowWpstDfr: AmovPercMtacSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\pst\AmovPercMtacSlowWpstDfr"; + actions = "PistolLowStandActionsTacFR"; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMtacSlowWpstDf",0.01,"AmovPercMtacSlowWpstDfl",0.02,"AmovPercMtacSlowWpstDr",0.01,"AmovPercMrunSlowWpstDfr",0.02,"AmovPercMwlkSlowWpstDfr",0.02,"Unconscious",0.1,"AmovPercMrunSrasWpstDfr",0.02,"AmovPercMevaSlowWpstDfr",0.02,"AmovPknlMtacSlowWpstDfr",0.02}; + }; + class AmovPercMtacSrasWpstDf: AmovPercMwlkSrasWpstDf + { + stamina = -0.1; + duty = 0.2; + speed = 0.850592; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\pst\AmovPercMtacSrasWpstDf"; + headBobStrength = 0.124378; + actions = "PistolStandActionsTacF"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMtacSrasWpstDfl",0.01,"AmovPercMtacSrasWpstDfr",0.01,"AmovPercMrunSrasWpstDf",0.02,"AmovPercMwlkSrasWpstDf",0.02,"AovrPercMstpSrasWpstDf",0.02,"Unconscious",0.1,"AmovPercMrunSlowWpstDf",0.02,"AmovPercMevaSrasWpstDf",0.02,"AmovPknlMtacSrasWpstDf",0.02}; + aimPrecision = 4; + soundOverride = "Run"; + }; + class AmovPercMtacSrasWpstDfl: AmovPercMtacSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\pst\AmovPercMtacSrasWpstDfl"; + actions = "PistolStandActionsTacFL"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMtacSrasWpstDf",0.01,"AmovPercMtacSrasWpstDfr",0.02,"AmovPercMtacSrasWpstDl",0.01,"AmovPercMrunSrasWpstDfl",0.02,"AmovPercMwlkSrasWpstDfl",0.02,"Unconscious",0.1,"AmovPercMrunSlowWpstDfl",0.02,"AmovPercMevaSrasWpstDfl",0.02,"AmovPknlMtacSrasWpstDfl",0.02}; + }; + class AmovPercMtacSrasWpstDl: AmovPercMtacSrasWpstDf + { + speed = 1.67255; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\pst\AmovPercMtacSrasWpstDl"; + actions = "PistolStandActionsTacL"; + soundEdge[] = {0.3,0.8}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMtacSrasWpstDbl",0.01,"AmovPercMtacSrasWpstDfl",0.01,"AmovPercMrunSrasWpstDl",0.02,"AmovPercMwlkSrasWpstDl",0.02,"Unconscious",0.1,"AmovPercMrunSlowWpstDl",0.02,"AmovPknlMtacSrasWpstDl",0.02}; + }; + class AmovPercMtacSrasWpstDb: AmovPercMtacSrasWpstDf + { + speed = 0.815666; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\pst\AmovPercMtacSrasWpstDb"; + actions = "PistolStandActionsTacB"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_Db.p3d"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMtacSrasWpstDbl",0.01,"AmovPercMtacSrasWpstDbr",0.01,"AmovPercMrunSrasWpstDb",0.02,"AmovPercMwlkSrasWpstDb",0.02,"Unconscious",0.1,"AmovPercMrunSlowWpstDb",0.02,"AmovPknlMtacSrasWpstDb",0.02}; + }; + class AmovPercMtacSrasWpstDbl: AmovPercMtacSrasWpstDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\pst\AmovPercMtacSrasWpstDbl"; + actions = "PistolStandActionsTacBL"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMtacSrasWpstDl",0.01,"AmovPercMtacSrasWpstDb",0.01,"AmovPercMrunSrasWpstDbl",0.02,"AmovPercMwlkSrasWpstDbl",0.02,"Unconscious",0.1,"AmovPercMrunSlowWpstDbl",0.02,"AmovPknlMtacSrasWpstDbl",0.02}; + }; + class AmovPercMtacSrasWpstDbr: AmovPercMtacSrasWpstDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\pst\AmovPercMtacSrasWpstDbr"; + actions = "PistolStandActionsTacBR"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMtacSrasWpstDb",0.01,"AmovPercMtacSrasWpstDr",0.01,"AmovPercMrunSrasWpstDbr",0.02,"AmovPercMwlkSrasWpstDbr",0.02,"Unconscious",0.1,"AmovPercMrunSlowWpstDbr",0.02,"AmovPknlMtacSrasWpstDbr",0.02}; + }; + class AmovPercMtacSrasWpstDr: AmovPercMtacSrasWpstDf + { + speed = 1.45696; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\pst\AmovPercMtacSrasWpstDr"; + actions = "PistolStandActionsTacR"; + soundEdge[] = {0.22,0.8}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMtacSrasWpstDfr",0.01,"AmovPercMtacSrasWpstDbr",0.01,"AmovPercMrunSrasWpstDr",0.02,"AmovPercMwlkSrasWpstDr",0.02,"Unconscious",0.1,"AmovPercMrunSlowWpstDr",0.02,"AmovPknlMtacSrasWpstDr",0.02}; + }; + class AmovPercMtacSrasWpstDfr: AmovPercMtacSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\pst\AmovPercMtacSrasWpstDfr"; + actions = "PistolStandActionsTacFR"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMtacSrasWpstDf",0.01,"AmovPercMtacSrasWpstDfl",0.02,"AmovPercMtacSrasWpstDr",0.01,"AmovPercMrunSrasWpstDfr",0.02,"AmovPercMwlkSrasWpstDfr",0.02,"Unconscious",0.1,"AmovPercMrunSlowWpstDfr",0.02,"AmovPercMevaSrasWpstDfr",0.02,"AmovPknlMtacSrasWpstDfr",0.02}; + }; + class AmovPercMrunSrasWpstDf: AmovPercMstpSrasWpstDnon + { + stamina = -0.1; + aimPrecision = 4.0; + variantsPlayer[] = {}; + soundEdge[] = {0.25,0.5,0.75,1}; + actions = "PistolStandActionsRunF"; + visibleSize = 0.900121; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\pst\AmovPercMrunSlowWpstDf"; + speed = 0.76624; + duty = 0.15; + soundOverride = "run"; + showWeaponAim = 0; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + soundEnabled = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.5; + Walkcycles = 2; + interpolationSpeed = 3.05; + headBobStrength = 0.094527; + disableWeaponsLong = 1; + disableWeapons = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Mrun_Slow_Wrfl.p3d"; + ConnectTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDf",0.025,"AmovPercMrunSrasWpstDfl",0.025,"AmovPercMrunSrasWpstDfr",0.025,"AmovPknlMrunSrasWpstDf",0.03,"AmovPercMevaSrasWpstDf",0.02,"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthStart",0.1,"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthThrow",0.1,"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthArm",0.1,"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthEnd",0.1,"Unconscious",0.1,"AmovPercMtacSrasWpstDf",0.2,"AmovPercMrunSlowWpstDf",0.2}; + }; + class AmovPercMrunSlowWpstDf: AmovPercMrunSrasWpstDf + { + stamina = -0.1; + aimPrecision = 3.0; + actions = "PistolLowStandActionsRunF"; + weaponLowered = 1; + enableOptics = 0; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMwlkSlowWpstDf",0.025,"AmovPknlMrunSlowWpstDf",0.025,"AmovPercMrunSlowWpstDfl",0.025,"AmovPercMrunSlowWpstDfr",0.025,"AmovPercMevaSlowWpstDf",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDf",0.2,"AmovPercMtacSrasWpstDf",0.02,"AmovPercMtacSlowWpstDf",0.025,"AmovPercMrunSrasWpstDf",0.2}; + }; + class AmovPercMrunSrasWpstDfl: AmovPercMrunSrasWpstDf + { + actions = "PistolStandActionsRunFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\pst\AmovPercMrunSlowWpstDfl"; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDfl",0.025,"AmovPercMrunSrasWpstDf",0.025,"AmovPercMrunSrasWpstDl",0.025,"AmovPknlMrunSrasWpstDfl",0.03,"AmovPercMevaSrasWpstDfl",0.02,"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthStart",0.1,"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthThrow",0.1,"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthArm",0.1,"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthEnd",0.1,"Unconscious",0.1,"AmovPercMtacSrasWpstDfl",0.2,"AmovPercMrunSlowWpstDfl",0.2}; + }; + class AmovPercMrunSlowWpstDfl: AmovPercMrunSrasWpstDfl + { + actions = "PistolLowStandActionsRunFl"; + weaponLowered = 1; + enableOptics = 0; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMwlkSlowWpstDfl",0.025,"AmovPknlMrunSlowWpstDfl",0.025,"AmovPercMrunSlowWpstDf",0.025,"AmovPercMrunSlowWpstDl",0.025,"AmovPercMevaSlowWpstDfl",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDfl",0.2,"AmovPercMtacSrasWpstDfl",0.02,"AmovPercMtacSlowWpstDfl",0.025,"AmovPercMrunSrasWpstDfl",0.2}; + }; + class AmovPercMrunSrasWpstDl: AmovPercMrunSrasWpstDf + { + actions = "PistolStandActionsRunL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\pst\AmovPercMrunSlowWpstDl"; + speed = 1.46224; + soundEdge[] = {0.5,1}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDl",0.025,"AmovPercMrunSrasWpstDfl",0.025,"AmovPercMrunSrasWpstDbl",0.025,"AmovPknlMrunSrasWpstDl",0.03,"Unconscious",0.1,"AmovPercMtacSrasWpstDl",0.2,"AmovPercMevaSrasWpstDl",0.02,"AmovPercMrunSlowWpstDl",0.2}; + }; + class AmovPercMrunSlowWpstDl: AmovPercMrunSrasWpstDl + { + actions = "PistolLowStandActionsRunL"; + weaponLowered = 1; + enableOptics = 0; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMrunSlowWpstDl",0.025,"AmovPercMwlkSlowWpstDl",0.025,"AmovPercMrunSlowWpstDfl",0.025,"AmovPercMrunSlowWpstDbl",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDl",0.2,"AmovPercMtacSrasWpstDl",0.02,"AmovPercMtacSlowWpstDl",0.025,"AmovPercMrunSrasWpstDl",0.2}; + }; + class AmovPercMrunSrasWpstDb: AmovPercMrunSrasWpstDf + { + actions = "PistolStandActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\pst\AmovPercMrunSlowWpstDb"; + speed = 0.812826; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_Db.p3d"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDb",0.025,"AmovPercMrunSrasWpstDbl",0.025,"AmovPercMrunSrasWpstDbr",0.025,"AmovPknlMrunSrasWpstDb",0.03,"Unconscious",0.1,"AmovPercMtacSrasWpstDb",0.2,"AmovPercMrunSlowWpstDb",0.2}; + }; + class AmovPercMrunSlowWpstDb: AmovPercMrunSrasWpstDb + { + actions = "PistolLowStandActionsRunB"; + weaponLowered = 1; + enableOptics = 0; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMrunSlowWpstDb",0.025,"AmovPercMwlkSlowWpstDb",0.025,"AmovPercMrunSlowWpstDbl",0.025,"AmovPercMrunSlowWpstDbr",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDb",0.2,"AmovPercMtacSrasWpstDb",0.02,"AmovPercMtacSlowWpstDb",0.025,"AmovPercMrunSrasWpstDb",0.2}; + }; + class AmovPercMrunSrasWpstDbl: AmovPercMrunSrasWpstDb + { + actions = "PistolStandActionsRunBL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\pst\AmovPercMrunSlowWpstDbl"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDbl",0.025,"AmovPercMrunSrasWpstDl",0.025,"AmovPercMrunSrasWpstDb",0.025,"AmovPknlMrunSrasWpstDbl",0.03,"Unconscious",0.1,"AmovPercMtacSrasWpstDbl",0.2,"AmovPercMrunSlowWpstDbl",0.2}; + }; + class AmovPercMrunSlowWpstDbl: AmovPercMrunSrasWpstDbl + { + actions = "PistolLowStandActionsRunBl"; + weaponLowered = 1; + enableOptics = 0; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMrunSlowWpstDbl",0.025,"AmovPercMwlkSlowWpstDbl",0.025,"AmovPercMrunSlowWpstDl",0.025,"AmovPercMrunSlowWpstDb",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDbl",0.2,"AmovPercMtacSrasWpstDbl",0.02,"AmovPercMtacSlowWpstDbl",0.025,"AmovPercMrunSrasWpstDbl",0.2}; + }; + class AmovPercMrunSrasWpstDbr: AmovPercMrunSrasWpstDb + { + actions = "PistolStandActionsRunBR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\pst\AmovPercMrunSlowWpstDbr"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDbr",0.025,"AmovPercMrunSrasWpstDb",0.025,"AmovPercMrunSrasWpstDr",0.025,"AmovPknlMrunSrasWpstDbr",0.03,"Unconscious",0.1,"AmovPercMtacSrasWpstDbr",0.2,"AmovPercMrunSlowWpstDbr",0.2}; + }; + class AmovPercMrunSlowWpstDbr: AmovPercMrunSrasWpstDbr + { + actions = "PistolLowStandActionsRunBr"; + weaponLowered = 1; + enableOptics = 0; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMrunSlowWpstDbr",0.025,"AmovPercMwlkSlowWpstDbr",0.025,"AmovPercMrunSlowWpstDb",0.025,"AmovPercMrunSlowWpstDr",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDbr",0.2,"AmovPercMtacSrasWpstDbr",0.02,"AmovPercMtacSlowWpstDbr",0.025,"AmovPercMrunSrasWpstDbr",0.2}; + }; + class AmovPercMrunSrasWpstDr: AmovPercMrunSrasWpstDf + { + actions = "PistolStandActionsRunR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\pst\AmovPercMrunSlowWpstDr"; + speed = 1.51886; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDr",0.025,"AmovPercMrunSrasWpstDbr",0.025,"AmovPercMrunSrasWpstDfr",0.025,"AmovPknlMrunSrasWpstDr",0.03,"Unconscious",0.1,"AmovPercMtacSrasWpstDr",0.2,"AmovPercMevaSrasWpstDr",0.02,"AmovPercMrunSlowWpstDr",0.2}; + }; + class AmovPercMrunSlowWpstDr: AmovPercMrunSrasWpstDr + { + actions = "PistolLowStandActionsRunR"; + weaponLowered = 1; + enableOptics = 0; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMrunSlowWpstDr",0.025,"AmovPercMwlkSlowWpstDr",0.025,"AmovPercMrunSlowWpstDbr",0.025,"AmovPercMrunSlowWpstDfr",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDr",0.2,"AmovPercMtacSrasWpstDr",0.02,"AmovPercMtacSlowWpstDr",0.025,"AmovPercMrunSlowWpstDr",0.2}; + }; + class AmovPercMrunSrasWpstDfr: AmovPercMrunSrasWpstDf + { + actions = "PistolStandActionsRunFR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\pst\AmovPercMrunSlowWpstDfr"; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDfr",0.025,"AmovPercMrunSrasWpstDf",0.025,"AmovPercMrunSrasWpstDr",0.025,"AmovPknlMrunSrasWpstDfr",0.03,"AmovPercMevaSrasWpstDfr",0.02,"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthStart",0.1,"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthThrow",0.1,"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthArm",0.1,"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthEnd",0.1,"Unconscious",0.1,"AmovPercMtacSrasWpstDfr",0.2,"AmovPercMrunSlowWpstDfr",0.2}; + }; + class AmovPercMrunSlowWpstDfr: AmovPercMrunSrasWpstDfr + { + actions = "PistolLowStandActionsRunFr"; + weaponLowered = 1; + enableOptics = 0; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSlowWpstDnon",0.02,"AmovPknlMrunSlowWpstDfr",0.025,"AmovPercMwlkSlowWpstDfr",0.025,"AmovPercMrunSlowWpstDf",0.025,"AmovPercMrunSlowWpstDr",0.025,"AmovPercMevaSlowWpstDfr",0.025,"Unconscious",0.1,"AmovPercMwlkSrasWpstDfr",0.2,"AmovPercMtacSrasWpstDfr",0.02,"AmovPercMtacSlowWpstDfr",0.025,"AmovPercMrunSrasWpstDfr",0.2}; + }; + class AmovPknlMwlkSrasWpstDf: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + visibleSize = 0.461538; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\pst\AmovPknlMwlkSrasWpstDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + speed = 0.409389; + duty = 0.15; + soundOverride = "Walk"; + leaningFactorBeg = 0.75; + leaningFactorEnd = 0.75; + soundEnabled = 1; + limitGunMovement = 0.6; + aimPrecision = 3.0; + actions = "PistolKneelActionsWlkF"; + Walkcycles = 2; + interpolationSpeed = 5.5; + headBobStrength = 0.094527; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Mrun_Slow_Wrfl.p3d"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDf",0.03,"AmovPknlMwlkSrasWpstDfl",0.025,"AmovPknlMwlkSrasWpstDfr",0.025,"AmovPknlMrunSrasWpstDf",0.025,"AmovPknlMstpSrasWpstDnon_AmovPercMsprSrasWpstDf",0.01,"AovrPercMstpSrasWpstDf",0.02,"Unconscious",0.1,"AmovPknlMtacSrasWpstDf",0.2,"AmovPknlMrunSlowWpstDf",0.2,"AmovPknlMwlkSlowWpstDf",0.02}; + }; + class AmovPknlMwlkSrasWpstDfl: AmovPknlMwlkSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\pst\AmovPknlMwlkSrasWpstDfl"; + actions = "PistolKneelActionsWlkFL"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDfl",0.03,"AmovPknlMwlkSrasWpstDf",0.025,"AmovPknlMwlkSrasWpstDl",0.025,"AmovPknlMrunSrasWpstDfl",0.025,"AmovPknlMstpSrasWpstDnon_AmovPercMsprSrasWpstDf",0.01,"Unconscious",0.1,"AmovPknlMtacSrasWpstDfl",0.2,"AmovPknlMrunSlowWpstDfl",0.2,"AmovPknlMwlkSlowWpstDfl",0.02}; + }; + class AmovPknlMwlkSrasWpstDl: AmovPknlMwlkSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\pst\AmovPknlMwlkSrasWpstDl"; + speed = 0.357366; + actions = "PistolKneelActionsWlkL"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDl",0.03,"AmovPknlMwlkSrasWpstDfl",0.025,"AmovPknlMwlkSrasWpstDbl",0.025,"AmovPknlMrunSrasWpstDl",0.025,"AmovPknlMevaSrasWpstDl",0.025,"Unconscious",0.1,"AmovPknlMtacSrasWpstDl",0.2,"AmovPknlMrunSlowWpstDl",0.2,"AmovPknlMwlkSlowWpstDl",0.02}; + }; + class AmovPknlMwlkSrasWpstDb: AmovPknlMwlkSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\pst\AmovPknlMwlkSrasWpstDb"; + speed = 0.367801; + actions = "PistolKneelActionsWlkB"; + headBobStrength = 0.084577; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_Db.p3d"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDb",0.03,"AmovPknlMwlkSrasWpstDbl",0.025,"AmovPknlMwlkSrasWpstDbr",0.025,"AmovPknlMrunSrasWpstDb",0.025,"Unconscious",0.01,"AmovPknlMtacSrasWpstDb",0.2,"AmovPknlMrunSlowWpstDb",0.2,"AmovPknlMwlkSlowWpstDb",0.02}; + }; + class AmovPknlMwlkSrasWpstDbl: AmovPknlMwlkSrasWpstDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\pst\AmovPknlMwlkSrasWpstDbl"; + actions = "PistolKneelActionsWlkBL"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDbl",0.03,"AmovPknlMwlkSrasWpstDl",0.025,"AmovPknlMwlkSrasWpstDb",0.025,"AmovPknlMrunSrasWpstDbl",0.025,"Unconscious",0.01,"AmovPknlMtacSrasWpstDbl",0.2,"AmovPknlMrunSlowWpstDbl",0.2,"AmovPknlMwlkSlowWpstDbl",0.02}; + }; + class AmovPknlMwlkSrasWpstDbr: AmovPknlMwlkSrasWpstDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\pst\AmovPknlMwlkSrasWpstDbr"; + actions = "PistolKneelActionsWlkBR"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDbr",0.03,"AmovPknlMwlkSrasWpstDb",0.025,"AmovPknlMwlkSrasWpstDr",0.025,"AmovPknlMrunSrasWpstDbr",0.025,"Unconscious",0.01,"AmovPknlMtacSrasWpstDbr",0.2,"AmovPknlMrunSlowWpstDbr",0.2,"AmovPknlMwlkSlowWpstDbr",0.02}; + }; + class AmovPknlMwlkSrasWpstDr: AmovPknlMwlkSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\pst\AmovPknlMwlkSrasWpstDr"; + speed = 0.347584; + actions = "PistolKneelActionsWlkBR"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDr",0.03,"AmovPknlMwlkSrasWpstDbr",0.025,"AmovPknlMwlkSrasWpstDfr",0.025,"AmovPknlMrunSrasWpstDr",0.025,"AmovPknlMevaSrasWpstDr",0.025,"Unconscious",0.1,"AmovPknlMtacSrasWpstDr",0.2,"AmovPknlMrunSlowWpstDr",0.2,"AmovPknlMwlkSlowWpstDr",0.02}; + }; + class AmovPknlMwlkSrasWpstDfr: AmovPknlMwlkSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\pst\AmovPknlMwlkSrasWpstDfr"; + actions = "PistolKneelActionsWlkFR"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDfr",0.03,"AmovPknlMwlkSrasWpstDf",0.025,"AmovPknlMwlkSrasWpstDr",0.025,"AmovPknlMrunSrasWpstDfr",0.025,"AmovPknlMstpSrasWpstDnon_AmovPercMsprSrasWpstDf",0.01,"Unconscious",0.1,"AmovPknlMtacSrasWpstDfr",0.2,"AmovPknlMrunSlowWpstDfr",0.2,"AmovPknlMwlkSlowWpstDfr",0.02}; + }; + class AmovPknlMrunSrasWpstDf: AidlPknlMstpSrasWpstDnon_G0S + { + stamina = -0.1; + aimPrecision = 5.0; + soundEdge[] = {0.25,0.5,0.75,1}; + visibleSize = 0.600122; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDf"; + speed = 0.67734; + duty = 0.3; + soundOverride = "run"; + showWeaponAim = 0; + soundEnabled = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Mrun_Slow_Wrfl.p3d"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.5; + actions = "PistolKneelActionsRunF"; + Walkcycles = 2; + interpolationSpeed = 3.05; + headBobStrength = 0.054726; + disableWeaponsLong = 1; + disableWeapons = 1; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMrunSrasWpstDf",0.03,"AmovPknlMwlkSrasWpstDf",0.025,"AmovPknlMrunSrasWpstDfl",0.025,"AmovPknlMrunSrasWpstDfr",0.025,"AmovPknlMstpSrasWpstDnon_AmovPercMsprSrasWpstDf",0.01,"Unconscious",0.01,"AmovPknlMevaSrasWpstDf",0.02,"AmovPknlMtacSrasWpstDf",0.2,"AmovPknlMrunSlowWpstDf",0.025}; + }; + class AmovPknlMstpSlowWpstDnon_AmovPknlMrunSrasWpstDf: AmovPknlMrunSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\low\pst\AmovPknlMstpSlowWpstDnon_AmovPknlMrunSlowWpstDf"; + speed = 1; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPercMsprSrasWpstDf",0.01,"Unconscious",0.01}; + }; + class AmovPknlMrunSrasWpstDfl: AmovPknlMrunSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDfl"; + actions = "PistolKneelActionsRunFL"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMrunSrasWpstDfl",0.03,"AmovPknlMwlkSrasWpstDfl",0.025,"AmovPknlMrunSrasWpstDf",0.025,"AmovPknlMrunSrasWpstDl",0.025,"AmovPknlMstpSrasWpstDnon_AmovPercMsprSrasWpstDf",0.01,"Unconscious",0.01,"AmovPknlMevaSrasWpstDfl",0.02,"AmovPknlMtacSrasWpstDfl",0.2,"AmovPknlMrunSlowWpstDfl",0.025}; + }; + class AmovPknlMrunSrasWpstDl: AmovPknlMrunSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDl"; + speed = 1.41345; + actions = "PistolKneelActionsRunL"; + soundEdge[] = {0.5,1}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMrunSrasWpstDl",0.03,"AmovPknlMwlkSrasWpstDl",0.025,"AmovPknlMrunSrasWpstDfl",0.025,"AmovPknlMevaSrasWpstDl",0.025,"AmovPknlMrunSrasWpstDbl",0.025,"Unconscious",0.1,"AmovPknlMtacSrasWpstDl",0.2,"AmovPknlMrunSlowWpstDl",0.025}; + }; + class AmovPknlMrunSrasWpstDb: AmovPknlMrunSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDb"; + speed = 0.817658; + actions = "PistolKneelActionsRunB"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_Db.p3d"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMrunSrasWpstDb",0.03,"AmovPknlMwlkSrasWpstDb",0.025,"AmovPknlMrunSrasWpstDbl",0.025,"AmovPknlMrunSrasWpstDbr",0.025,"Unconscious",0.1,"AmovPknlMtacSrasWpstDb",0.2,"AmovPknlMrunSlowWpstDb",0.025}; + }; + class AmovPknlMrunSrasWpstDbl: AmovPknlMrunSrasWpstDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDbl"; + actions = "PistolKneelActionsRunBL"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMrunSrasWpstDbl",0.03,"AmovPknlMwlkSrasWpstDbl",0.025,"AmovPknlMrunSrasWpstDl",0.025,"AmovPknlMrunSrasWpstDb",0.025,"Unconscious",0.1,"AmovPknlMtacSrasWpstDbl",0.2,"AmovPknlMrunSlowWpstDbl",0.025}; + }; + class AmovPknlMrunSrasWpstDbr: AmovPknlMrunSrasWpstDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDbr"; + actions = "PistolKneelActionsRunBR"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMrunSrasWpstDbr",0.03,"AmovPknlMwlkSrasWpstDbr",0.025,"AmovPknlMrunSrasWpstDb",0.025,"AmovPknlMrunSrasWpstDr",0.025,"Unconscious",0.1,"AmovPknlMtacSrasWpstDbr",0.2,"AmovPknlMrunSlowWpstDbr",0.025}; + }; + class AmovPknlMrunSrasWpstDr: AmovPknlMrunSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDr"; + speed = 1.31375; + actions = "PistolKneelActionsRunR"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMrunSrasWpstDr",0.03,"AmovPknlMwlkSrasWpstDr",0.025,"AmovPknlMrunSrasWpstDbr",0.025,"AmovPknlMrunSrasWpstDfr",0.025,"AmovPknlMevaSrasWpstDr",0.025,"Unconscious",0.1,"AmovPknlMtacSrasWpstDr",0.2,"AmovPknlMrunSlowWpstDr",0.025}; + }; + class AmovPknlMrunSrasWpstDfr: AmovPknlMrunSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\pst\AmovPknlMrunSlowWpstDfr"; + actions = "PistolKneelActionsRunFr"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMrunSrasWpstDfr",0.03,"AmovPknlMwlkSrasWpstDfr",0.025,"AmovPknlMrunSrasWpstDf",0.025,"AmovPknlMrunSrasWpstDr",0.025,"AmovPknlMstpSrasWpstDnon_AmovPercMsprSrasWpstDf",0.01,"Unconscious",0.01,"AmovPknlMevaSrasWpstDfr",0.02,"AmovPknlMtacSrasWpstDfr",0.2,"AmovPknlMrunSlowWpstDfr",0.025}; + }; + class AmovPknlMtacSrasWpstDf: AmovPknlMwlkSrasWpstDf + { + stamina = -0.1; + aimPrecision = 5.0; + limitgunmovement = 1; + speed = 0.767223; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\pst\AmovPknlMtacSrasWpstDf"; + camShakeFire = 1.15; + duty = 0.4; + headBobStrength = 0.164179; + soundoverride = "walk"; + actions = "PistolKneelActionsTacF"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMtacSrasWpstDfl",0.02,"AmovPknlMtacSrasWpstDfr",0.02,"AmovPknlMwlkSrasWpstDf",0.02,"AovrPercMstpSrasWpstDf",0.02,"AmovPknlMrunSrasWpstDf",0.02,"Unconscious",0.1,"AmovPknlMtacSlowWpstDf",0.02,"AmovPknlMevaSrasWpstDf",0.02,"AmovPercMtacSrasWpstDf",0.02}; + }; + class AmovPknlMtacSrasWpstDfl: AmovPknlMtacSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\pst\AmovPknlMtacSrasWpstDfl"; + actions = "PistolKneelActionsTacFL"; + InterpolateTo[] = {"AmovPknlMtacSrasWpstDl",0.02,"AmovPknlMtacSrasWpstDf",0.02,"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSrasWpstDfl",0.02,"AmovPknlMrunSrasWpstDfl",0.02,"Unconscious",0.1,"AmovPknlMtacSlowWpstDfl",0.02,"AmovPknlMevaSrasWpstDf",0.02,"AmovPercMtacSrasWpstDfl",0.02}; + }; + class AmovPknlMtacSrasWpstDl: AmovPknlMtacSrasWpstDf + { + speed = 1.50659; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\pst\AmovPknlMtacSrasWpstDl"; + actions = "PistolKneelActionsTacL"; + InterpolateTo[] = {"AmovPknlMtacSrasWpstDbl",0.02,"AmovPknlMtacSrasWpstDfl",0.02,"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSrasWpstDl",0.02,"Unconscious",0.1,"AmovPknlMtacSlowWpstDl",0.02,"AmovPercMtacSrasWpstDl",0.02}; + }; + class AmovPknlMtacSrasWpstDb: AmovPknlMtacSrasWpstDf + { + speed = 0.655197; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\pst\AmovPknlMtacSrasWpstDb"; + actions = "PistolKneelActionsTacB"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_Db.p3d"; + InterpolateTo[] = {"AmovPknlMtacSrasWpstDbl",0.02,"AmovPknlMtacSrasWpstDbr",0.02,"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSrasWpstDb",0.02,"Unconscious",0.1,"AmovPknlMtacSlowWpstDb",0.02,"AmovPercMtacSrasWpstDb",0.02}; + }; + class AmovPknlMtacSrasWpstDbl: AmovPknlMtacSrasWpstDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\pst\AmovPknlMtacSrasWpstDbl"; + actions = "PistolKneelActionsTacBL"; + InterpolateTo[] = {"AmovPknlMtacSrasWpstDl",0.02,"AmovPknlMtacSrasWpstDb",0.02,"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSrasWpstDbl",0.02,"Unconscious",0.1,"AmovPknlMtacSlowWpstDbl",0.02,"AmovPercMtacSrasWpstDbl",0.02}; + }; + class AmovPknlMtacSrasWpstDbr: AmovPknlMtacSrasWpstDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\pst\AmovPknlMtacSrasWpstDbr"; + actions = "PistolKneelActionsTacBR"; + InterpolateTo[] = {"AmovPknlMtacSrasWpstDb",0.02,"AmovPknlMtacSrasWpstDr",0.02,"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSrasWpstDbr",0.02,"Unconscious",0.1,"AmovPknlMtacSlowWpstDbr",0.02,"AmovPercMtacSrasWpstDbr",0.02}; + }; + class AmovPknlMtacSrasWpstDr: AmovPknlMtacSrasWpstDf + { + speed = 1.3986; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\pst\AmovPknlMtacSrasWpstDr"; + actions = "PistolKneelActionsTacR"; + InterpolateTo[] = {"AmovPknlMtacSrasWpstDbr",0.02,"AmovPknlMtacSrasWpstDfr",0.02,"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSrasWpstDr",0.02,"Unconscious",0.1,"AmovPknlMtacSlowWpstDr",0.02,"AmovPercMtacSrasWpstDr",0.02}; + }; + class AmovPknlMtacSrasWpstDfr: AmovPknlMtacSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\pst\AmovPknlMtacSrasWpstDfr"; + actions = "PistolKneelActionsTacFR"; + InterpolateTo[] = {"AmovPknlMtacSrasWpstDf",0.02,"AmovPknlMtacSrasWpstDr",0.02,"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMwlkSrasWpstDfr",0.02,"Unconscious",0.1,"AmovPknlMtacSlowWpstDfr",0.02,"AmovPknlMevaSrasWpstDfr",0.02,"AmovPercMtacSrasWpstDfr",0.02}; + }; + class AmovPercMrunSlowWlnrDf: AidlPknlMstpSrasWlnrDnon_G0S + { + stamina = -0.1; + aimPrecision = 4.0; + actions = "LauncherStandRunFActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\low\lnr\AmovPercMrunSlowWlnrDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + speed = 0.62475; + duty = 0.3; + disableWeapons = 1; + disableWeaponsLong = 1; + leaningFactorBeg = 0.75; + leaningFactorEnd = 0.75; + soundEnabled = 1; + soundOverride = "run"; + enableMissile = 0; + canPullTrigger = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Mrun_Slow_Wrfl.p3d"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.1; + Walkcycles = 2; + weaponLowered = 1; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMrunSrasWlnrDf",0.03,"AmovPercMrunSlowWlnrDfl",0.025,"AmovPercMrunSlowWlnrDfr",0.025,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDf",0.025}; + }; + class AmovPknlMrunSrasWlnrDf: AmovPercMrunSlowWlnrDf + { + stamina = -0.1; + aimPrecision = 5.0; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\lnr\AmovPknlMrunSrasWlnrDf"; + speed = 0.623053; + actions = "LauncherKneelActionsRunF"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl.p3d"; + duty = 0.5; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPercMrunSlowWlnrDf",0.03,"AmovPknlMevaSlowWlnrDf",0.03,"AmovPknlMrunSrasWlnrDfl",0.025,"AmovPknlMrunSrasWlnrDfr",0.025,"AmovPercMevaSlowWlnrDf",0.025,"AmovPknlMwlkSrasWlnrDf",0.025,"Unconscious",0.01,"AmovPercMrunSrasWlnrDf",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDf",0.025}; + }; + class AmovPercMrunSlowWlnrDfl: AmovPercMrunSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\low\lnr\AmovPercMrunSlowWlnrDfl"; + speed = 0.35; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDf",0.025,"AmovPknlMrunSrasWlnrDfl",0.03,"AmovPercMrunSlowWlnrDl",0.025,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDfr",0.025}; + }; + class AmovPknlMrunSrasWlnrDfl: AmovPknlMrunSrasWlnrDf + { + actions = "LauncherKneelActionsRunFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\lnr\AmovPknlMrunSrasWlnrDfl"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDf",0.025,"AmovPercMrunSlowWlnrDfl",0.03,"AmovPknlMevaSlowWlnrDfl",0.03,"AmovPknlMrunSrasWlnrDl",0.025,"AmovPercMevaSlowWlnrDfl",0.025,"AmovPknlMwlkSrasWlnrDfl",0.025,"Unconscious",0.01,"AmovPercMrunSrasWlnrDfl",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDfl",0.025}; + }; + class AmovPercMrunSlowWlnrDl: AmovPercMrunSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\low\lnr\AmovPercMrunSlowWlnrDl"; + speed = 0.567568; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDfl",0.025,"AmovPknlMrunSrasWlnrDl",0.03,"AmovPercMrunSlowWlnrDbl",0.025,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDr",0.025}; + }; + class AmovPknlMrunSrasWlnrDl: AmovPknlMrunSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\lnr\AmovPknlMrunSrasWlnrDl"; + speed = 1.40698; + actions = "LauncherKneelActionsRunL"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDfl",0.025,"AmovPercMrunSlowWlnrDl",0.03,"AmovPknlMrunSrasWlnrDbl",0.025,"AmovPknlMwlkSrasWlnrDl",0.025,"Unconscious",0.01,"AmovPercMrunSrasWlnrDl",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDl",0.025}; + }; + class AmovPercMrunSlowWlnrDbl: AmovPercMrunSlowWlnrDf + { + actions = "LauncherStandRunBActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\low\lnr\AmovPercMrunSlowWlnrDbl"; + speed = 0.617647; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDl",0.025,"AmovPknlMrunSrasWlnrDbl",0.03,"AmovPercMrunSlowWlnrDb",0.025,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDbr",0.025}; + }; + class AmovPercMrunSlowWlnrDb: AmovPercMrunSlowWlnrDf + { + actions = "LauncherStandRunBActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\low\lnr\AmovPercMrunSlowWlnrDb"; + speed = 0.617647; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_Db.p3d"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDbl",0.025,"AmovPknlMrunSrasWlnrDb",0.03,"AmovPercMrunSlowWlnrDbr",0.025,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDb",0.025}; + }; + class AmovPknlMrunSrasWlnrDb: AmovPknlMrunSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\lnr\AmovPknlMrunSrasWlnrDb"; + speed = 0.545865; + actions = "LauncherKneelActionsRunB"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDbl",0.025,"AmovPercMrunSlowWlnrDb",0.03,"AmovPknlMrunSrasWlnrDbr",0.025,"AmovPknlMwlkSrasWlnrDb",0.025,"Unconscious",0.01,"AmovPercMrunSrasWlnrDb",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDb",0.025}; + }; + class AmovPknlMrunSrasWlnrDbl: AmovPknlMrunSrasWlnrDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\lnr\AmovPknlMrunSrasWlnrDbl"; + actions = "LauncherKneelActionsRunBL"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDl",0.025,"AmovPercMrunSlowWlnrDbl",0.03,"AmovPknlMrunSrasWlnrDb",0.025,"AmovPknlMwlkSrasWlnrDbl",0.025,"Unconscious",0.01,"AmovPercMrunSrasWlnrDbl",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDbl",0.025}; + }; + class AmovPercMrunSlowWlnrDbr: AmovPercMrunSlowWlnrDf + { + actions = "LauncherStandRunBActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\low\lnr\AmovPercMrunSlowWlnrDbr"; + speed = 0.617647; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDb",0.025,"AmovPknlMrunSrasWlnrDbr",0.03,"AmovPercMrunSlowWlnrDr",0.025,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDbl",0.025}; + }; + class AmovPknlMrunSrasWlnrDbr: AmovPknlMrunSrasWlnrDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\lnr\AmovPknlMrunSrasWlnrDbr"; + actions = "LauncherKneelActionsRunBR"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDb",0.025,"AmovPercMrunSlowWlnrDbr",0.03,"AmovPknlMrunSrasWlnrDr",0.025,"AmovPknlMwlkSrasWlnrDbr",0.025,"Unconscious",0.01,"AmovPercMrunSrasWlnrDbr",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDbr",0.025}; + }; + class AmovPercMrunSlowWlnrDr: AmovPercMrunSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\low\lnr\AmovPercMrunSlowWlnrDr"; + speed = 0.6; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDbr",0.025,"AmovPknlMrunSrasWlnrDr",0.03,"AmovPercMrunSlowWlnrDfr",0.025,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDl",0.025}; + }; + class AmovPknlMrunSrasWlnrDr: AmovPknlMrunSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\lnr\AmovPknlMrunSrasWlnrDr"; + speed = 1.27516; + actions = "LauncherKneelActionsRunR"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDbr",0.025,"AmovPercMrunSlowWlnrDr",0.03,"AmovPknlMrunSrasWlnrDfr",0.025,"AmovPknlMwlkSrasWlnrDr",0.025,"Unconscious",0.01,"AmovPercMrunSrasWlnrDr",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDr",0.025}; + }; + class AmovPercMrunSlowWlnrDfr: AmovPercMrunSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\low\lnr\AmovPercMrunSlowWlnrDfr"; + speed = 0.35; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDf",0.025,"AmovPercMrunSlowWlnrDr",0.025,"AmovPknlMrunSrasWlnrDfr",0.03,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDfl",0.025}; + }; + class AmovPknlMrunSrasWlnrDfr: AmovPercMrunSlowWlnrDfr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\lnr\AmovPknlMrunSrasWlnrDfr"; + speed = 0.666667; + actions = "LauncherKneelActionsRunFR"; + duty = 0.5; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDf",0.025,"AmovPknlMrunSrasWlnrDr",0.025,"AmovPknlMevaSlowWlnrDfr",0.03,"AmovPercMrunSlowWlnrDfr",0.03,"AmovPercMevaSlowWlnrDfr",0.025,"AmovPknlMwlkSrasWlnrDfr",0.025,"Unconscious",0.01,"AmovPercMrunSrasWlnrDfr",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDfr",0.025}; + }; + class AmovPercMevaSlowWlnrDf: AmovPercMrunSlowWlnrDf + { + stamina = -1; + aimPrecision = 7.0; + actions = "LauncherStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\spr\low\lnr\AmovPercMsprSlowWlnrDf"; + duty = 1.4; + relSpeedMin = 0.7; + speed = 0.707401; + soundOverride = "sprint"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSrasWlnrDf",0.02,"AmovPknlMrunSrasWlnrDf",0.025,"AmovPercMevaSlowWlnrDfr",0.025,"AmovPercMevaSlowWlnrDfl",0.025}; + }; + class AmovPercMevaSlowWlnrDfr: AmovPercMevaSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\spr\low\lnr\AmovPercMsprSlowWlnrDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSrasWlnrDf",0.02,"AmovPercMrunSrasWlnrDfr",0.02,"AmovPknlMrunSrasWlnrDfr",0.025,"AmovPercMevaSlowWlnrDf",0.025,"AmovPercMevaSlowWlnrDfl",0.025}; + }; + class AmovPercMevaSlowWlnrDfl: AmovPercMevaSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\spr\low\lnr\AmovPercMsprSlowWlnrDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSrasWlnrDf",0.02,"AmovPercMrunSrasWlnrDfl",0.02,"AmovPknlMrunSrasWlnrDfl",0.025,"AmovPercMevaSlowWlnrDf",0.025,"AmovPercMevaSlowWlnrDfr",0.025}; + }; + class AmovPknlMevaSlowWlnrDf: AmovPercMrunSlowWlnrDf + { + aimPrecision = 8.0; + stamina = -1; + actions = "LauncherKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\low\lnr\AmovPknlMsprSlowWlnrDf"; + duty = 1.6; + speed = 0.74168; + soundOverride = "sprint"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMrunSrasWlnrDf",0.02,"AmovPercMrunSrasWlnrDf",0.025,"AmovPknlMevaSlowWlnrDfr",0.025,"AmovPknlMevaSlowWlnrDfl",0.025}; + }; + class AmovPknlMevaSlowWlnrDfr: AmovPknlMevaSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\low\lnr\AmovPknlMsprSlowWlnrDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMrunSrasWlnrDf",0.02,"AmovPercMrunSrasWlnrDf",0.025,"AmovPknlMevaSlowWlnrDf",0.025,"AmovPknlMevaSlowWlnrDfl",0.025,"AmovPknlMrunSrasWlnrDfr",0.025}; + }; + class AmovPknlMevaSlowWlnrDfl: AmovPknlMevaSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\low\lnr\AmovPknlMsprSlowWlnrDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMrunSrasWlnrDf",0.02,"AmovPercMrunSrasWlnrDf",0.025,"AmovPknlMevaSlowWlnrDf",0.025,"AmovPknlMevaSlowWlnrDfr",0.025,"AmovPknlMrunSrasWlnrDfl",0.025}; + }; + class AmovPknlMwlkSrasWlnrDf: AidlPknlMstpSrasWlnrDnon_G0S + { + static = 1; + visibleSize = 0.400122; + actions = "LauncherKneelActionsWlkF"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\lnr\AmovPknlMwlkSrasWlnrDf"; + speed = 0.7; + duty = 0.3; + soundOverride = "Walk"; + leaningFactorBeg = 0.75; + leaningFactorEnd = 0.75; + soundEnabled = 1; + canPullTrigger = 1; + limitGunMovement = 0.6; + aimPrecision = 3.0; + interpolationSpeed = 2.9; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDf",0.025,"AmovPknlMwlkSrasWlnrDfl",0.025,"AmovPknlMwlkSrasWlnrDfr",0.025,"Unconscious",0.01,"AmovPercMwlkSlowWlnrDf",0.03,"AmovPercMwlkSrasWlnrDf",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDf",0.025}; + }; + class AmovPknlMwlkSrasWlnrDfl: AmovPknlMwlkSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\lnr\AmovPknlMwlkSrasWlnrDfl"; + actions = "LauncherKneelActionsWlkFL"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDfl",0.025,"AmovPknlMwlkSrasWlnrDf",0.025,"AmovPknlMwlkSrasWlnrDl",0.025,"Unconscious",0.01,"AmovPercMwlkSlowWlnrDfr",0.03,"AmovPercMwlkSrasWlnrDfl",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDfl",0.025}; + }; + class AmovPknlMwlkSrasWlnrDl: AmovPknlMwlkSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\lnr\AmovPknlMwlkSrasWlnrDl"; + speed = 0.469449; + actions = "LauncherKneelActionsWlkL"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDl",0.025,"AmovPknlMwlkSrasWlnrDfl",0.025,"AmovPknlMwlkSrasWlnrDbl",0.025,"Unconscious",0.01,"AmovPercMwlkSlowWlnrDr",0.03,"AmovPercMwlkSrasWlnrDl",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDl",0.025}; + }; + class AmovPknlMwlkSrasWlnrDb: AmovPknlMwlkSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\lnr\AmovPknlMwlkSrasWlnrDb"; + speed = 0.390625; + actions = "LauncherKneelActionsWlkB"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDb",0.025,"AmovPknlMwlkSrasWlnrDbl",0.025,"AmovPknlMwlkSrasWlnrDbr",0.025,"Unconscious",0.01,"AmovPercMwlkSlowWlnrDb",0.03,"AmovPercMwlkSrasWlnrDb",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDb",0.025}; + }; + class AmovPknlMwlkSrasWlnrDbl: AmovPknlMwlkSrasWlnrDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\lnr\AmovPknlMwlkSrasWlnrDbl"; + actions = "LauncherKneelActionsWlkBL"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDbl",0.025,"AmovPknlMwlkSrasWlnrDl",0.025,"AmovPknlMwlkSrasWlnrDb",0.025,"Unconscious",0.01,"AmovPercMwlkSlowWlnrDbr",0.03,"AmovPercMwlkSrasWlnrDbl",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDbl",0.025}; + }; + class AmovPknlMwlkSrasWlnrDbr: AmovPknlMwlkSrasWlnrDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\lnr\AmovPknlMwlkSrasWlnrDbr"; + actions = "LauncherKneelActionsWlkBR"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDbr",0.025,"AmovPknlMwlkSrasWlnrDb",0.025,"AmovPknlMwlkSrasWlnrDr",0.025,"Unconscious",0.01,"AmovPercMwlkSlowWlnrDbl",0.03,"AmovPercMwlkSrasWlnrDbr",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDbr",0.025}; + }; + class AmovPknlMwlkSrasWlnrDr: AmovPknlMwlkSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\lnr\AmovPknlMwlkSrasWlnrDr"; + speed = 0.421687; + actions = "LauncherKneelActionsWlkR"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDr",0.025,"AmovPknlMwlkSrasWlnrDbr",0.025,"AmovPknlMwlkSrasWlnrDfr",0.025,"Unconscious",0.01,"AmovPercMwlkSlowWlnrDl",0.03,"AmovPercMwlkSrasWlnrDr",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDr",0.025}; + }; + class AmovPknlMwlkSrasWlnrDfr: AmovPknlMwlkSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\lnr\AmovPknlMwlkSrasWlnrDfr"; + actions = "LauncherKneelActionsWlkFR"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDfr",0.025,"AmovPknlMwlkSrasWlnrDf",0.025,"AmovPknlMwlkSrasWlnrDr",0.025,"Unconscious",0.01,"AmovPercMwlkSlowWlnrDfl",0.03,"AmovPercMwlkSrasWlnrDfr",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMtacSrasWlnrDfr",0.025}; + }; + class AmovPknlMtacSrasWlnrDf: AidlPknlMstpSrasWlnrDnon_G0S + { + stamina = -0.1; + visibleSize = 0.400122; + actions = "LauncherKneelActionstacF"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\lnr\AmovPknlMtacSrasWlnrDf"; + speed = 1.0; + relSpeedMin = 0.8; + duty = 0.5; + soundOverride = "Walk"; + leaningFactorBeg = 0.75; + leaningFactorEnd = 0.75; + soundEnabled = 1; + canPullTrigger = 1; + limitGunMovement = 0.6; + aimPrecision = 5.0; + interpolationSpeed = 2.9; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDf",0.025,"AmovPknlMtacSrasWlnrDfl",0.025,"AmovPknlMtacSrasWlnrDfr",0.025,"Unconscious",0.01,"AmovPercMtacSrasWlnrDf",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMwlkSrasWlnrDf",0.025}; + }; + class AmovPknlMtacSrasWlnrDfl: AmovPknlMtacSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\lnr\AmovPknlMtacSrasWlnrDfl"; + actions = "LauncherKneelActionstacFL"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDfl",0.025,"AmovPknlMtacSrasWlnrDf",0.025,"AmovPknlMtacSrasWlnrDl",0.025,"Unconscious",0.01,"AmovPercMtacSrasWlnrDfl",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMwlkSrasWlnrDfl",0.025}; + }; + class AmovPknlMtacSrasWlnrDl: AmovPknlMtacSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\lnr\AmovPknlMtacSrasWlnrDl"; + speed = 0.777778; + actions = "LauncherKneelActionstacL"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDl",0.025,"AmovPknlMtacSrasWlnrDfl",0.025,"AmovPknlMtacSrasWlnrDbl",0.025,"Unconscious",0.01,"AmovPercMtacSrasWlnrDl",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMwlkSrasWlnrDl",0.025}; + }; + class AmovPknlMtacSrasWlnrDb: AmovPknlMtacSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\lnr\AmovPknlMtacSrasWlnrDb"; + speed = 0.656455; + actions = "LauncherKneelActionstacB"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDb",0.025,"AmovPknlMtacSrasWlnrDbl",0.025,"AmovPknlMtacSrasWlnrDbr",0.025,"Unconscious",0.01,"AmovPercMtacSrasWlnrDb",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMwlkSrasWlnrDb",0.025}; + }; + class AmovPknlMtacSrasWlnrDbl: AmovPknlMtacSrasWlnrDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\lnr\AmovPknlMtacSrasWlnrDbl"; + actions = "LauncherKneelActionstacBL"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDbl",0.025,"AmovPknlMtacSrasWlnrDl",0.025,"AmovPknlMtacSrasWlnrDb",0.025,"Unconscious",0.01,"AmovPercMtacSrasWlnrDbl",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMwlkSrasWlnrDbl",0.025}; + }; + class AmovPknlMtacSrasWlnrDbr: AmovPknlMtacSrasWlnrDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\lnr\AmovPknlMtacSrasWlnrDbr"; + actions = "LauncherKneelActionstacBR"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDbr",0.025,"AmovPknlMtacSrasWlnrDb",0.025,"AmovPknlMtacSrasWlnrDr",0.025,"Unconscious",0.01,"AmovPercMtacSrasWlnrDbr",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMwlkSrasWlnrDbr",0.025}; + }; + class AmovPknlMtacSrasWlnrDr: AmovPknlMtacSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\lnr\AmovPknlMtacSrasWlnrDr"; + speed = 0.702811; + actions = "LauncherKneelActionstacR"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDr",0.025,"AmovPknlMtacSrasWlnrDbr",0.025,"AmovPknlMtacSrasWlnrDfr",0.025,"Unconscious",0.01,"AmovPercMtacSrasWlnrDr",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMwlkSrasWlnrDr",0.025}; + }; + class AmovPknlMtacSrasWlnrDfr: AmovPknlMtacSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\lnr\AmovPknlMtacSrasWlnrDfr"; + actions = "LauncherKneelActionstacFR"; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"AmovPknlMrunSrasWlnrDfr",0.025,"AmovPknlMtacSrasWlnrDf",0.025,"AmovPknlMtacSrasWlnrDr",0.025,"Unconscious",0.01,"AmovPercMtacSrasWlnrDfr",0.03,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPknlMwlkSrasWlnrDfr",0.025}; + }; + class AmovPknlMrunSnonWnonDf: AmovPknlMstpSnonWnonDnon + { + aimPrecision = 5.0; + stamina = -0.1; + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\run\non\non\AmovPknlMrunSnonWnonDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + speed = 0.666667; + duty = 0.2; + soundOverride = "run"; + soundEnabled = 1; + actions = "CivilKneelActionsRunF"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + Walkcycles = 2; + disableWeapons = 1; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMrunSnonWnonDf",0.03,"AmovPknlMstpSnonWnonDnon",0.06,"AmovPknlMwlkSnonWnonDf",0.025,"AmovPknlMrunSnonWnonDfl",0.025,"AmovPknlMrunSnonWnonDfr",0.025,"AmovPknlMevaSnonWnonDf",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMwlkSnonWnonDf: AmovPknlMrunSnonWnonDf + { + stamina = 1; + aimPrecision = 3.0; + static = 1; + relSpeedMin = 0.8; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDf"; + speed = 0.505619; + duty = 0; + actions = "CivilKneelActionsWlkF"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDf",0.03,"AmovPknlMrunSnonWnonDf",0.025,"AmovPknlMwlkSnonWnonDfr",0.025,"AmovPknlMwlkSnonWnonDfl",0.025,"AmovPknlMevaSnonWnonDf",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMwlkSnonWnonDbr: AmovPknlMwlkSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnondbr"; + speed = 0.445545; + actions = "CivilKneelActionsWlkBR"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDbr",0.03,"AmovPknlMwlkSnonWnonDb",0.025,"AmovPknlMwlkSnonWnonDr",0.025,"AmovPknlMrunSnonWnonDbr",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMwlkSnonWnonDbl: AmovPknlMwlkSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnondbl"; + speed = 0.445545; + actions = "CivilKneelActionsWlkBL"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDbl",0.03,"AmovPknlMwlkSnonWnonDb",0.025,"AmovPknlMwlkSnonWnonDl",0.025,"AmovPknlMrunSnonWnonDbl",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMwlkSnonWnonDb: AmovPknlMwlkSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnondb"; + speed = 0.445545; + actions = "CivilKneelActionsWlkB"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDb",0.03,"AmovPknlMwlkSnonWnonDbr",0.025,"AmovPknlMwlkSnonWnonDbl",0.025,"AmovPknlMrunSnonWnonDb",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMwlkSnonWnonDl: AmovPknlMwlkSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnondl"; + speed = 0.445545; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon_fl.p3d"; + actions = "CivilKneelActionsWlkL"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDl",0.03,"AmovPknlMwlkSnonWnonDbl",0.025,"AmovPknlMwlkSnonWnonDfl",0.025,"AmovPknlMrunSnonWnonDl",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMwlkSnonWnonDr: AmovPknlMwlkSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnondr"; + speed = 0.45; + actions = "CivilKneelActionsWlkR"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDr",0.03,"AmovPknlMwlkSnonWnonDbr",0.025,"AmovPknlMwlkSnonWnonDfr",0.025,"AmovPknlMrunSnonWnonDr",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMwlkSnonWnonDfr: AmovPknlMwlkSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDfr"; + actions = "CivilKneelActionsWlkFR"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDfr",0.03,"AmovPknlMwlkSnonWnonDf",0.025,"AmovPknlMwlkSnonWnonDr",0.025,"AmovPknlMrunSnonWnonDfr",0.025,"AmovPknlMevaSnonWnonDfr",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMwlkSnonWnonDfl: AmovPknlMwlkSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDfl"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon_fl.p3d"; + actions = "CivilKneelActionsWlkFL"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDfl",0.03,"AmovPknlMwlkSnonWnonDf",0.025,"AmovPknlMwlkSnonWnonDl",0.025,"AmovPknlMrunSnonWnonDfl",0.025,"AmovPknlMevaSnonWnonDfl",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMstpSnonWnonDnon_AmovPknlMrunSnonWnonDf: AmovPknlMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AmovPknlMrunSnonWnonDf"; + speed = 1; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.02,"AmovPknlMrunSnonWnonDfl",0.025,"AmovPknlMrunSnonWnonDfr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWnonDfl: AmovPknlMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\run\non\non\AmovPknlMrunSnonWnonDfl"; + actions = "CivilKneelActionsRunFL"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon_fl.p3d"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMrunSnonWnonDfl",0.03,"AmovPknlMrunSnonWnonDf",0.025,"AmovPknlMwlkSnonWnonDfl",0.025,"AmovPknlMrunSnonWnonDl",0.025,"AmovPknlMevaSnonWnonDfl",0.025,"AmovPknlMstpSnonWnonDnon_AmovPercMsprSnonWnonDf",0.01,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMrunSnonWnonDl: AmovPknlMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\run\non\non\AmovPknlMrunSnonWnondl"; + speed = 0.625; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon_fl.p3d"; + actions = "CivilKneelActionsRunL"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMrunSnonWnonDl",0.03,"AmovPknlMwlkSnonWnonDl",0.025,"AmovPknlMrunSnonWnonDfl",0.025,"AmovPknlMrunSnonWnonDbl",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMrunSnonWnonDbl: AmovPknlMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\run\non\non\AmovPknlMrunSnonWnondbl"; + actions = "CivilKneelActionsRunBL"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMrunSnonWnonDbl",0.03,"AmovPknlMwlkSnonWnonDbl",0.025,"AmovPknlMrunSnonWnonDl",0.025,"AmovPknlMrunSnonWnonDb",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMrunSnonWnonDb: AmovPknlMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\run\non\non\AmovPknlMrunSnonWnondb"; + actions = "CivilKneelActionsRunB"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMrunSnonWnonDb",0.03,"AmovPknlMwlkSnonWnonDb",0.025,"AmovPknlMrunSnonWnonDbl",0.025,"AmovPknlMrunSnonWnonDbr",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMrunSnonWnonDbr: AmovPknlMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\run\non\non\AmovPknlMrunSnonWnondbr"; + actions = "CivilKneelActionsRunBR"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMrunSnonWnonDbr",0.03,"AmovPknlMwlkSnonWnonDbr",0.025,"AmovPknlMrunSnonWnonDb",0.025,"AmovPknlMrunSnonWnonDr",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMrunSnonWnonDr: AmovPknlMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\run\non\non\AmovPknlMrunSnonWnondr"; + speed = 0.714286; + actions = "CivilKneelActionsRunR"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMrunSnonWnonDr",0.03,"AmovPknlMwlkSnonWnonDr",0.025,"AmovPknlMrunSnonWnonDbr",0.025,"AmovPknlMrunSnonWnonDfr",0.025,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMrunSnonWnonDfr: AmovPknlMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\run\non\non\AmovPknlMrunSnonWnonDfr"; + actions = "CivilKneelActionsRunFR"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMrunSnonWnonDfr",0.03,"AmovPknlMrunSnonWnonDf",0.025,"AmovPknlMwlkSnonWnonDfr",0.025,"AmovPknlMrunSnonWnonDr",0.025,"AmovPknlMevaSnonWnonDfr",0.025,"AmovPknlMstpSnonWnonDnon_AmovPercMsprSnonWnonDf",0.01,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPpneMrunSlowWrflDf: AmovPpneMstpSrasWrflDnon + { + stamina = -0.1; + aimPrecision = 6.0; + variantsPlayer[] = {}; + visibleSize = 0.150123; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDf"; + speed = 0.650541; + duty = 1; + showWeaponAim = 0; + disableWeapons = 1; + disableWeaponsLong = 1; + soundEnabled = 1; + limitGunMovement = 0; + legs = "legsDefault"; + leaning = "empty"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + leftHandIKBeg = 1; + leftHandIKEnd = 1; + rightHandIKBeg = 1; + rightHandIKEnd = 1; + enableOptics = 0; + actions = "RifleProneActionsRunF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMevaSlowWrflDf",0.02,"AmovPpneMrunSlowWrflDfl",0.025,"AmovPpneMrunSlowWrflDfr",0.025,"AmovPpneMsprSlowWrflDf",0.025,"AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf",0.05,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMrunSlowWrflDfl: AmovPpneMrunSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDfl"; + speed = 0.833333; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDf",0.025,"AmovPpneMrunSlowWrflDl",0.025,"AmovPpneMsprSlowWrflDfl",0.025,"AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf",0.05,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02,"AmovPpneMevaSlowWrflDf",0.025}; + }; + class AmovPpneMrunSlowWrflDl: AmovPpneMrunSlowWrflDf + { + actions = "RifleProneActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDl"; + speed = 0.625; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDfl",0.025,"AmovPpneMrunSlowWrflDbl",0.025,"AmovPpneMsprSlowWrflDl",0.025,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMrunSlowWrflDbl: AmovPpneMrunSlowWrflDf + { + actions = "RifleProneActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDbl"; + speed = 0.702524; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDl",0.025,"AmovPpneMrunSlowWrflDb",0.025,"AmovPpneMsprSlowWrflDbl",0.025,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMrunSlowWrflDb: AmovPpneMrunSlowWrflDf + { + actions = "RifleProneActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDb"; + speed = 0.646923; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDbl",0.025,"AmovPpneMrunSlowWrflDbr",0.025,"AmovPpneMsprSlowWrflDb",0.025,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMrunSlowWrflDbr: AmovPpneMrunSlowWrflDf + { + actions = "RifleProneActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDbr"; + speed = 0.859341; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDb",0.025,"AmovPpneMrunSlowWrflDr",0.025,"AmovPpneMsprSlowWrflDbr",0.025,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMrunSlowWrflDr: AmovPpneMrunSlowWrflDf + { + actions = "RifleProneActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDr"; + speed = 0.9375; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDbr",0.025,"AmovPpneMrunSlowWrflDfr",0.025,"AmovPpneMsprSlowWrflDr",0.025,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMrunSlowWrflDfr: AmovPpneMrunSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDfr"; + speed = 0.455196; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDf",0.025,"AmovPpneMrunSlowWrflDr",0.025,"AmovPpneMsprSlowWrflDfr",0.025,"AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf",0.05,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02,"AmovPpneMevaSlowWrflDf",0.025}; + }; + class AmovPpneMsprSlowWrflDf: AmovPpneMrunSlowWrflDf + { + visibleSize = 0.200123; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDf"; + speed = 0.795239; + duty = 1; + enableOptics = 0; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMevaSlowWrflDf",0.02,"AmovPpneMrunSlowWrflDf",0.025,"AmovPpneMsprSlowWrflDfl",0.025,"AmovPpneMsprSlowWrflDfr",0.025,"AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf",0.05,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMevaSlowWrflDf: AmovPpneMrunSlowWrflDf + { + stamina = -1; + aimPrecision = 9.0; + actions = "RifleProneActionsEvasiveF"; + visibleSize = 0.250123; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\spr\low\Rfl\AmovPpneMevaSlowWrflDf"; + speed = 0.35; + duty = 1.4; + soundEdge[] = {0.1,0.22,0.32,0.45,0.57,0.7,0.82,0.95,1}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDf",0.025,"AmovPpneMsprSlowWrflDf",0.025,"AmovPpneMrunSlowWrflDfl",0.025,"AmovPpneMsprSlowWrflDfl",0.025,"AmovPpneMrunSlowWrflDfr",0.025,"AmovPpneMsprSlowWrflDfr",0.025,"AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf",0.01,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMsprSlowWrflDbl: AmovPpneMsprSlowWrflDf + { + actions = "RifleProneActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDbl"; + speed = 0.653427; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDbl",0.025,"AmovPpneMsprSlowWrflDl",0.025,"AmovPpneMsprSlowWrflDb",0.025,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMsprSlowWrflDl: AmovPpneMsprSlowWrflDf + { + actions = "RifleProneActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDl"; + speed = 0.970588; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDl",0.025,"AmovPpneMsprSlowWrflDbl",0.025,"AmovPpneMsprSlowWrflDfl",0.025,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMsprSlowWrflDr: AmovPpneMsprSlowWrflDf + { + actions = "RifleProneActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDr"; + speed = 1.13912; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDr",0.025,"AmovPpneMsprSlowWrflDbr",0.025,"AmovPpneMsprSlowWrflDfr",0.025,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMsprSlowWrflDbr: AmovPpneMsprSlowWrflDf + { + actions = "RifleProneActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDbr"; + speed = 0.963037; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDbr",0.025,"AmovPpneMsprSlowWrflDr",0.025,"AmovPpneMsprSlowWrflDb",0.025,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMsprSlowWrflDb: AmovPpneMsprSlowWrflDf + { + actions = "RifleProneActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDb"; + speed = 0.790744; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDb",0.025,"AmovPpneMsprSlowWrflDbl",0.025,"AmovPpneMsprSlowWrflDbr",0.025,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02}; + }; + class AmovPpneMsprSlowWrflDf_injured: AmovPpneMstpSrasWrflDnon_injured + { + speed = 0.5; + showWeaponAim = 0; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\spr\low\Rfl\AmovPpneMsprSlowWrflDf"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + limitGunMovement = 0; + duty = 2.6; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon_injured",0.1,"Unconscious",0.1}; + }; + class AmovPpneMsprSlowWrflDfl: AmovPpneMsprSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDfl"; + speed = 1.42766; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDfl",0.025,"AmovPpneMsprSlowWrflDf",0.025,"AmovPpneMsprSlowWrflDl",0.025,"AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf",0.05,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02,"AmovPpneMevaSlowWrflDf",0.025}; + }; + class AmovPpneMsprSlowWrflDfr: AmovPpneMsprSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDfr"; + speed = 0.456495; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AmovPpneMrunSlowWrflDfr",0.025,"AmovPpneMsprSlowWrflDf",0.025,"AmovPpneMsprSlowWrflDr",0.025,"AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf",0.05,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.1,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl",0.02,"AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr",0.02,"AmovPpneMevaSlowWrflDf",0.025}; + }; + class AadjPpneMwlkSrasWrflDup_f: AmovPpneMrunSlowWrflDf + { + actions = "RifleAdjustFProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\AadjPpneMwlkSrasWrflDup_front"; + speed = 1; + adjstance = "u"; + limitGunMovement = 1; + legs = "legsDefault"; + leaning = "leaningDefault"; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDup",0.02,"AadjPpneMwlkSrasWrflDup_b",0.025,"AadjPpneMwlkSrasWrflDup_bl",0.025,"AadjPpneMwlkSrasWrflDup_br",0.025,"AadjPpneMwlkSrasWrflDup_l",0.025,"AadjPpneMwlkSrasWrflDup_r",0.025,"AadjPpneMwlkSrasWrflDup_f",0.025,"AadjPpneMwlkSrasWrflDup_fl",0.025,"AadjPpneMwlkSrasWrflDup_fr",0.025,"Unconscious",0.1,"AadjPpneMstpSrasWrflDup_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDup_AadjPknlMstpSrasWrflDdown",0.02}; + LeftHandIKCurve[] = {0}; + }; + class AadjPpneMwlkSrasWrflDup_fl: AadjPpneMwlkSrasWrflDup_f + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\AadjPpneMwlkSrasWrflDup_fl"; + speed = 0.8; + }; + class AadjPpneMwlkSrasWrflDup_fr: AadjPpneMwlkSrasWrflDup_f + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\AadjPpneMwlkSrasWrflDup_fr"; + speed = 0.8; + }; + class AadjPpneMwlkSrasWrflDup_b: AadjPpneMwlkSrasWrflDup_f + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\AadjPpneMwlkSrasWrflDup_back"; + }; + class AadjPpneMwlkSrasWrflDup_bl: AadjPpneMwlkSrasWrflDup_f + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\AadjPpneMwlkSrasWrflDup_bl"; + }; + class AadjPpneMwlkSrasWrflDup_br: AadjPpneMwlkSrasWrflDup_f + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\AadjPpneMwlkSrasWrflDup_br"; + }; + class AadjPpneMwlkSrasWrflDup_l: AadjPpneMwlkSrasWrflDup_f + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\AadjPpneMwlkSrasWrflDup_left"; + }; + class AadjPpneMwlkSrasWrflDup_r: AadjPpneMwlkSrasWrflDup_f + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\AadjPpneMwlkSrasWrflDup_right"; + }; + class AadjPpneMwlkSrasWrflDleft_l: AmovPpneMrunSlowWrflDf + { + actions = "RifleAdjustLProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\AadjPpneMwlkSrasWrflDleft_l"; + speed = 0.75; + adjstance = "l"; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDleft",0.02,"AadjPpneMwlkSrasWrflDleft_r",0.025,"Unconscious",0.1,"AadjPpneMstpSrasWrflDleft_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDleft_AmovPercMstpSrasWrflDnon",0.02}; + }; + class AadjPpneMwlkSrasWrflDleft_r: AadjPpneMwlkSrasWrflDleft_l + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\AadjPpneMwlkSrasWrflDleft_r"; + speed = 0.895522; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDleft",0.02,"AadjPpneMwlkSrasWrflDleft_l",0.025,"Unconscious",0.1,"AadjPpneMstpSrasWrflDleft_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDleft_AmovPercMstpSrasWrflDnon",0.02}; + }; + class AadjPpneMwlkSrasWrflDright_l: AmovPpneMrunSlowWrflDf + { + actions = "RifleAdjustRProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\AadjPpneMwlkSrasWrflDright_l"; + speed = 0.895522; + adjstance = "r"; + leftHandIKCurve[] = {0}; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDright",0.02,"AadjPpneMwlkSrasWrflDright_r",0.025,"Unconscious",0.1,"AadjPpneMstpSrasWrflDright_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDright_AmovPercMstpSrasWrflDnon",0.02}; + }; + class AadjPpneMwlkSrasWrflDright_r: AadjPpneMwlkSrasWrflDright_l + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\AadjPpneMwlkSrasWrflDright_r"; + speed = 0.681818; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDright",0.02,"AadjPpneMwlkSrasWrflDright_l",0.025,"Unconscious",0.1,"AadjPpneMstpSrasWrflDright_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDright_AmovPercMstpSrasWrflDnon",0.02}; + }; + class AmovPpneMrunSlowWpstDf: AidlPpneMstpSrasWpstDnon_G0S + { + stamina = -0.1; + aimPrecision = 6.0; + visibleSize = 0.150123; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDf"; + speed = 0.443333; + duty = 0.8; + showWeaponAim = 0; + disableWeapons = 1; + limitGunMovement = 0; + enableOptics = 0; + soundEnabled = 1; + soundOverride = "crawl"; + soundEdge[] = {0.01,0.1,0.18,0.35,0.45,0.6,0.68,0.83,0.94}; + legs = "legsDefault"; + leaning = "empty"; + aimingBody = "empty"; + aiming = "empty"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.03,"AmovPpneMrunSlowWpstDr",0.02,"AmovPpneMrunSlowWpstDl",0.02,"AmovPpneMrunSlowWpstDfr",0.02,"AmovPpneMrunSlowWpstDfl",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf",0.01,"Unconscious",0.1,"AmovPpneMsprSlowWpstDf",0.1,"AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AmovPpneMsprSlowWpstDf: AmovPpneMrunSlowWpstDf + { + stamina = -1; + aimPrecision = 9.0; + visibleSize = 0.200123; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\spr\low\pst\AmovPpneMsprSlowWpstDf"; + speed = 0.732886; + duty = 1.2; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + soundEdge[] = {0.22,0.46,0.7,0.92}; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.02,"AmovPpneMrunSlowWpstDf",0.025,"AmovPpneMrunSlowWpstDfl",0.025,"AmovPpneMrunSlowWpstDfr",0.025,"AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf",0.05,"Unconscious",0.01,"AmovPpneMstpSrasWpstDnon_relax",0.1,"AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AmovPpneMrunSlowWpstDfl: AmovPpneMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDfl"; + speed = 0.913838; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.03,"AmovPpneMrunSlowWpstDr",0.02,"AmovPpneMrunSlowWpstDl",0.02,"AmovPpneMrunSlowWpstDfr",0.02,"AmovPpneMrunSlowWpstDf",0.02,"AmovPpneMsprSlowWpstDf",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf",0.01,"Unconscious",0.1,"AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AmovPpneMrunSlowWpstDl: AmovPpneMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDl"; + speed = 0.977366; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.03,"AmovPpneMrunSlowWpstDf",0.02,"AmovPpneMrunSlowWpstDbl",0.02,"AmovPpneMrunSlowWpstDb",0.02,"AmovPpneMrunSlowWpstDfl",0.02,"Unconscious",0.1,"AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AmovPpneMrunSlowWpstDbl: AmovPpneMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDbl"; + speed = 0.902174; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.03,"AmovPpneMrunSlowWpstDfl",0.02,"AmovPpneMrunSlowWpstDl",0.02,"AmovPpneMrunSlowWpstDbr",0.02,"AmovPpneMrunSlowWpstDb",0.02,"Unconscious",0.1,"AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AmovPpneMrunSlowWpstDb: AmovPpneMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDb"; + speed = 0.816327; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.03,"AmovPpneMrunSlowWpstDr",0.02,"AmovPpneMrunSlowWpstDl",0.02,"AmovPpneMrunSlowWpstDbr",0.02,"AmovPpneMrunSlowWpstDbl",0.02,"Unconscious",0.1,"AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AmovPpneMrunSlowWpstDbr: AmovPpneMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDbr"; + speed = 0.854271; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.03,"AmovPpneMrunSlowWpstDfr",0.02,"AmovPpneMrunSlowWpstDr",0.02,"AmovPpneMrunSlowWpstDbl",0.02,"AmovPpneMrunSlowWpstDb",0.02,"Unconscious",0.1,"AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AmovPpneMrunSlowWpstDr: AmovPpneMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDr"; + speed = 1.11524; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.03,"AmovPpneMrunSlowWpstDbr",0.02,"AmovPpneMrunSlowWpstDb",0.02,"AmovPpneMrunSlowWpstDfr",0.02,"AmovPpneMrunSlowWpstDf",0.02,"Unconscious",0.1,"AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AmovPpneMrunSlowWpstDfr: AmovPpneMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDfr"; + speed = 0.94851; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.03,"AmovPpneMrunSlowWpstDbr",0.02,"AmovPpneMrunSlowWpstDfl",0.02,"AmovPpneMrunSlowWpstDr",0.02,"AmovPpneMrunSlowWpstDf",0.02,"AmovPpneMsprSlowWpstDf",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf",0.01,"Unconscious",0.1,"AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AadjPpneMwlkSrasWpstDup_f: AmovPpneMrunSlowWpstDf + { + actions = "PistolAdjustFProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\pst\AadjPpneMwlkSrasWpstDup_front"; + speed = 1; + adjstance = "u"; + limitGunMovement = 1; + legs = "legsDefault"; + leaning = "leaningDefault"; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDup",0.02,"AadjPpneMwlkSrasWpstDup_b",0.025,"AadjPpneMwlkSrasWpstDup_l",0.025,"AadjPpneMwlkSrasWpstDup_r",0.025,"AadjPpneMwlkSrasWpstDup_f",0.025,"Unconscious",0.1,"AadjPpneMstpSrasWpstDup_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDup_AadjPknlMstpSrasWpstDdown",0.02}; + }; + class AadjPpneMwlkSrasWpstDup_b: AadjPpneMwlkSrasWpstDup_f + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\pst\AadjPpneMwlkSrasWpstDup_back"; + speed = 1; + }; + class AadjPpneMwlkSrasWpstDup_l: AadjPpneMwlkSrasWpstDup_f + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\pst\AadjPpneMwlkSrasWpstDup_left"; + speed = 1; + }; + class AadjPpneMwlkSrasWpstDup_r: AadjPpneMwlkSrasWpstDup_f + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\pst\AadjPpneMwlkSrasWpstDup_right"; + speed = 1; + }; + class AadjPpneMwlkSrasWpstDleft_l: AmovPpneMrunSlowWpstDf + { + actions = "PistolAdjustLProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\pst\AadjPpneMwlkSrasWpstDleft_l"; + speed = 0.75; + adjstance = "l"; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDleft",0.02,"AadjPpneMwlkSrasWpstDleft_r",0.025,"Unconscious",0.1,"AadjPpneMstpSrasWpstDleft_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDleft_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AadjPpneMwlkSrasWpstDleft_r: AadjPpneMwlkSrasWpstDleft_l + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\pst\AadjPpneMwlkSrasWpstDleft_r"; + speed = 0.895522; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDleft",0.02,"AadjPpneMwlkSrasWpstDleft_l",0.025,"Unconscious",0.1,"AadjPpneMstpSrasWpstDleft_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDleft_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AadjPpneMwlkSrasWpstDright_l: AmovPpneMrunSlowWpstDf + { + actions = "PistolAdjustRProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\pst\AadjPpneMwlkSrasWpstDright_l"; + speed = 0.895522; + adjstance = "r"; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDright",0.02,"AadjPpneMwlkSrasWpstDright_r",0.025,"Unconscious",0.1,"AadjPpneMstpSrasWpstDright_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDright_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AadjPpneMwlkSrasWpstDright_r: AadjPpneMwlkSrasWpstDright_l + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\pst\AadjPpneMwlkSrasWpstDright_r"; + speed = 0.681818; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDright",0.02,"AadjPpneMwlkSrasWpstDright_l",0.025,"Unconscious",0.1,"AadjPpneMstpSrasWpstDright_AmovPpneMstpSrasWpstDnon",0.02,"AadjPpneMstpSrasWpstDright_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AmovPpneMrunSnonWnonDf: AidlPpneMstpSnonWnonDnon_G0S + { + aimPrecision = 6.0; + stamina = -0.1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + speed = 0.775862; + duty = 0.3; + soundEnabled = 1; + soundOverride = "crawl"; + soundEdge[] = {0.2,0.7}; + leaning = "empty"; + aiming = "empty"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf",0.05,"AmovPpneMrunSnonWnonDfl",0.025,"AmovPpneMsprSnonWnonDf",0.025,"AmovPpneMrunSnonWnonDfr",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1,"AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02}; + legs = "legsDefault"; + }; + class AmovPpneMrunSnonWnonDfl: AmovPpneMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + speed = 0.818183; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf",0.05,"AmovPpneMrunSnonWnonDf",0.025,"AmovPpneMrunSnonWnonDl",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1,"AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02}; + }; + class AmovPpneMrunSnonWnonDl: AmovPpneMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + speed = 1.25; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMrunSnonWnonDfl",0.025,"AmovPpneMrunSnonWnonDbl",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1,"AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02}; + }; + class AmovPpneMrunSnonWnonDbl: AmovPpneMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + speed = 1.022727; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMrunSnonWnonDl",0.025,"AmovPpneMrunSnonWnonDb",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1,"AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02}; + }; + class AmovPpneMrunSnonWnonDb: AmovPpneMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.652174; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMrunSnonWnonDbl",0.025,"AmovPpneMrunSnonWnonDbr",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1,"AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02}; + }; + class AmovPpneMrunSnonWnonDbr: AmovPpneMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 1.184211; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMrunSnonWnonDb",0.025,"AmovPpneMrunSnonWnonDr",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1,"AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02}; + }; + class AmovPpneMrunSnonWnonDr: AmovPpneMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 1.0; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMrunSnonWnonDbr",0.025,"AmovPpneMrunSnonWnonDfr",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1,"AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02}; + }; + class AmovPpneMrunSnonWnonDfr: AmovPpneMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + speed = 0.9375; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf",0.05,"AmovPpneMrunSnonWnonDf",0.025,"AmovPpneMrunSnonWnonDr",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1,"AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02}; + }; + class AmovPpneMsprSnonWnonDf: AmovPpneMrunSnonWnonDf + { + aimPrecision = 9.0; + stamina = -1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\spr\low\pst\AmovPpneMsprSlowWpstDf"; + duty = 1; + speed = 0.730541; + soundEdge[] = {0.25,0.5,0.75,1.0}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf",0.05,"AmovPpneMrunSnonWnonDf",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1,"AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02}; + }; + class AmovPincMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + variantsPlayer[] = {}; + actions = "IncapacitatedRifleAction"; + aimPrecision = 0.5; + enableBinocular = 0; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon_injured",0.1,"AmovPpneMstpSrasWrflDnon_healed",0.02}; + InterpolateTo[] = {"AmovPincMstpSrasWrflDnon_turnL",0.02,"AmovPincMstpSrasWrflDnon_turnR",0.02,"AmovPincMrunSlowWrflDf",0.02,"AmovPincMrunSlowWrflDfl",0.02,"AmovPincMrunSlowWrflDl",0.02,"AmovPincMrunSlowWrflDbl",0.02,"AmovPincMrunSlowWrflDb",0.02,"AmovPincMrunSlowWrflDbr",0.02,"AmovPincMrunSlowWrflDr",0.02,"AmovPincMrunSlowWrflDfr",0.02,"Unconscious",0.01,"AinjPpneMstpSnonWrflDnon_rolltoback",0.02,"IncapacitatedRifle_AmovPpneMstpSrasWrflDnon",0.2}; + }; + class AmovPincMstpSrasWrflDnon_turnL: AmovPincMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AIturn90L"; + speed = 0.5; + leftHandIKCurve[] = {0,1,0.05,0,0.95,0,1,1}; + ConnectTo[] = {"AmovPincMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPincMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPincMstpSrasWrflDnon_turnR: AmovPincMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AIturn90R"; + speed = 0.5; + leftHandIKCurve[] = {0,1,0.05,0,0.95,0,1,1}; + ConnectTo[] = {"AmovPincMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPincMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPincMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + actions = "IncapacitatedPistolAction"; + enableBinocular = 0; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon_healed",0.02,"AmovPpneMstpSnonWpstDnon_injured",0.1}; + InterpolateTo[] = {"AmovPincMstpSrasWpstDnon_turnL",0.02,"AmovPincMstpSrasWpstDnon_turnR",0.02,"AmovPincMrunSlowWpstDf",0.02,"AmovPincMrunSlowWpstDfl",0.02,"AmovPincMrunSlowWpstDl",0.02,"AmovPincMrunSlowWpstDbl",0.02,"AmovPincMrunSlowWpstDb",0.02,"AmovPincMrunSlowWpstDbr",0.02,"AmovPincMrunSlowWpstDr",0.02,"AmovPincMrunSlowWpstDfr",0.02,"Unconscious",0.01,"AmovPpneMstpSrasWpstDnon",0.2}; + }; + class AmovPincMstpSrasWpstDnon_turnL: AmovPincMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AIturn90L"; + speed = 0.5; + ConnectTo[] = {"AmovPincMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPincMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPincMstpSrasWpstDnon_turnR: AmovPincMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AIturn90R"; + speed = 0.5; + ConnectTo[] = {"AmovPincMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPincMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPincMstpSnonWnonDnon: AidlPpneMstpSnonWnonDnon_G0S + { + actions = "IncapacitatedAction"; + enableBinocular = 0; + disableWeapons = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon_healed",0.02,"AmovPpneMstpSnonWnonDnon_injured",0.1}; + InterpolateTo[] = {"AmovPincMstpSnonWnonDnon_turnL",0.02,"AmovPincMstpSnonWnonDnon_turnR",0.02,"AmovPincMrunSnonWnonDf",0.02,"AmovPincMrunSnonWnonDfl",0.02,"AmovPincMrunSnonWnonDl",0.02,"AmovPincMrunSnonWnonDbl",0.02,"AmovPincMrunSnonWnonDb",0.02,"AmovPincMrunSnonWnonDbr",0.02,"AmovPincMrunSnonWnonDr",0.02,"AmovPincMrunSnonWnonDfr",0.02,"Unconscious",0.01,"AmovPpneMstpSnonWnonDnon",0.2,"AmovPincMstpSrasWpstDnon",0.2,"AmovPincMstpSrasWrflDnon",0.2}; + }; + class AmovPincMstpSnonWnonDnon_turnL: AmovPincMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AIturn90L"; + speed = 0.5; + ConnectTo[] = {"AmovPincMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPincMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AmovPincMstpSnonWnonDnon_turnR: AmovPincMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AIturn90R"; + speed = 0.5; + ConnectTo[] = {"AmovPincMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPincMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AmovPincMrunSlowWrflDf: AmovPincMstpSrasWrflDnon + { + visibleSize = 0.150123; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDf"; + speed = 0.600541; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPincMstpSrasWrflDnon",0.02,"AmovPincMrunSlowWrflDfl",0.025,"AmovPincMrunSlowWrflDfr",0.025,"Unconscious",0.01}; + }; + class AmovPincMrunSlowWrflDfl: AmovPincMrunSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDfl"; + speed = 0.833333; + InterpolateTo[] = {"AmovPincMstpSrasWrflDnon",0.02,"AmovPincMrunSlowWrflDf",0.025,"AmovPincMrunSlowWrflDl",0.025,"Unconscious",0.01}; + }; + class AmovPincMrunSlowWrflDl: AmovPincMrunSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDl"; + speed = 0.625; + InterpolateTo[] = {"AmovPincMstpSrasWrflDnon",0.02,"AmovPincMrunSlowWrflDfl",0.025,"AmovPincMrunSlowWrflDbl",0.025,"Unconscious",0.01}; + }; + class AmovPincMrunSlowWrflDbl: AmovPincMrunSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDbl"; + speed = 0.702524; + InterpolateTo[] = {"AmovPincMstpSrasWrflDnon",0.02,"AmovPincMrunSlowWrflDl",0.025,"AmovPincMrunSlowWrflDb",0.025,"Unconscious",0.01}; + }; + class AmovPincMrunSlowWrflDb: AmovPincMrunSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDb"; + speed = 0.646923; + InterpolateTo[] = {"AmovPincMstpSrasWrflDnon",0.02,"AmovPincMrunSlowWrflDbl",0.025,"AmovPincMrunSlowWrflDbr",0.025,"Unconscious",0.01}; + }; + class AmovPincMrunSlowWrflDbr: AmovPincMrunSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDbr"; + speed = 0.859341; + InterpolateTo[] = {"AmovPincMstpSrasWrflDnon",0.02,"AmovPincMrunSlowWrflDb",0.025,"AmovPincMrunSlowWrflDr",0.025,"Unconscious",0.01}; + }; + class AmovPincMrunSlowWrflDr: AmovPincMrunSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDr"; + speed = 0.9375; + InterpolateTo[] = {"AmovPincMstpSrasWrflDnon",0.02,"AmovPincMrunSlowWrflDbr",0.025,"AmovPincMrunSlowWrflDfr",0.025,"Unconscious",0.01}; + }; + class AmovPincMrunSlowWrflDfr: AmovPincMrunSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDfr"; + speed = 0.455196; + InterpolateTo[] = {"AmovPincMstpSrasWrflDnon",0.02,"AmovPincMrunSlowWrflDf",0.025,"AmovPincMrunSlowWrflDr",0.025,"Unconscious",0.01}; + }; + class AmovPincMsprSlowWrflDf: AmovPincMrunSlowWrflDf + { + visibleSize = 0.200123; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDf"; + speed = 0.730541; + leftHandIKCurve[] = {}; + InterpolateTo[] = {"AmovPincMstpSrasWrflDnon",0.02,"AmovPincMrunSlowWrflDf",0.025,"Unconscious",0.01}; + }; + class AmovPincMrunSlowWpstDf: AmovPincMstpSrasWpstDnon + { + visibleSize = 0.150123; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDf"; + speed = 1; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPincMstpSrasWpstDnon",0.02,"AmovPincMrunSlowWpstDl",0.025,"AmovPincMrunSlowWpstDfr",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSlowWpstDfl: AmovPincMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDfl"; + speed = 0.93; + InterpolateTo[] = {"AmovPincMstpSrasWpstDnon",0.02,"AmovPincMrunSlowWpstDl",0.025,"AmovPincMrunSlowWpstDb",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSlowWpstDl: AmovPincMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDl"; + speed = 1.4; + soundEnabled = 1; + InterpolateTo[] = {"AmovPincMstpSrasWpstDnon",0.02,"AmovPincMrunSlowWpstDf",0.025,"AmovPincMrunSlowWpstDfl",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSlowWpstDbl: AmovPincMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDbl"; + InterpolateTo[] = {"AmovPincMstpSrasWpstDnon",0.02,"AmovPincMrunSlowWpstDb",0.025,"AmovPincMrunSlowWpstDbr",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSlowWpstDb: AmovPincMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDb"; + speed = 0.73; + InterpolateTo[] = {"AmovPincMstpSrasWpstDnon",0.02,"AmovPincMrunSlowWpstDfl",0.025,"AmovPincMrunSlowWpstDbl",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSlowWpstDbr: AmovPincMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDbr"; + speed = 1.05; + InterpolateTo[] = {"AmovPincMstpSrasWpstDnon",0.02,"AmovPincMrunSlowWpstDbl",0.025,"AmovPincMrunSlowWpstDr",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSlowWpstDr: AmovPincMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDr"; + speed = 1.25; + InterpolateTo[] = {"AmovPincMstpSrasWpstDnon",0.02,"AmovPincMrunSlowWpstDbr",0.025,"AmovPincMrunSlowWpstDfr",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSlowWpstDfr: AmovPincMrunSlowWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\pst\AmovPpneMrunSlowWpstDfr"; + InterpolateTo[] = {"AmovPincMstpSrasWpstDnon",0.02,"AmovPincMrunSlowWpstDf",0.025,"AmovPincMrunSlowWpstDr",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSnonWnonDf: AmovPincMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + speed = 0.517241; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPincMstpSnonWnonDnon",0.02,"AmovPincMrunSnonWnonDfl",0.025,"AmovPincMrunSnonWnonDfr",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSnonWnonDfl: AmovPincMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + speed = 0.545455; + InterpolateTo[] = {"AmovPincMstpSnonWnonDnon",0.02,"AmovPincMrunSnonWnonDf",0.025,"AmovPincMrunSnonWnonDl",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSnonWnonDl: AmovPincMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + speed = 0.833333; + InterpolateTo[] = {"AmovPincMstpSnonWnonDnon",0.02,"AmovPincMrunSnonWnonDfl",0.025,"AmovPincMrunSnonWnonDbl",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSnonWnonDbl: AmovPincMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + speed = 0.681818; + InterpolateTo[] = {"AmovPincMstpSnonWnonDnon",0.02,"AmovPincMrunSnonWnonDl",0.025,"AmovPincMrunSnonWnonDb",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSnonWnonDb: AmovPincMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.434783; + InterpolateTo[] = {"AmovPincMstpSnonWnonDnon",0.02,"AmovPincMrunSnonWnonDbl",0.025,"AmovPincMrunSnonWnonDbr",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSnonWnonDbr: AmovPincMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 0.789474; + InterpolateTo[] = {"AmovPincMstpSnonWnonDnon",0.02,"AmovPincMrunSnonWnonDb",0.025,"AmovPincMrunSnonWnonDr",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSnonWnonDr: AmovPincMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 0.666667; + InterpolateTo[] = {"AmovPincMstpSnonWnonDnon",0.02,"AmovPincMrunSnonWnonDbr",0.025,"AmovPincMrunSnonWnonDfr",0.025,"Unconscious",0.1}; + }; + class AmovPincMrunSnonWnonDfr: AmovPincMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + speed = 0.625; + InterpolateTo[] = {"AmovPincMstpSnonWnonDnon",0.02,"AmovPincMrunSnonWnonDf",0.025,"AmovPincMrunSnonWnonDr",0.025,"Unconscious",0.1}; + }; + class RifleReloadProneBase: Default + { + visibleSize = 0.250124; + actions = "RifleProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\rld\rfl\AwopPercMstpSrldWrflDnon"; + looped = 0; + speed = 0.4; + soundEnabled = 0; + disableWeapons = 1; + duty = -1; + interpolationRestart = 1; + leftHandIKBeg = 1; + leftHandIKEnd = 1; + rightHandIKBeg = 1; + rightHandIKEnd = 1; + weaponIK = 1; + enableOptics = 0; + onLandBeg = 1; + onLandEnd = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {1}; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class RifleReloadProneMk20: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadMk20Prone"; + speed = -2.83333; + leftHandIKCurve[] = {0,1,0.04321,0,0.9259,0,0.969136,1}; + }; + class RifleReloadProneMk20UGL: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadMk20UGLProne"; + speed = 0.34884; + leftHandIKCurve[] = {0,1,0.04321,0,0.9259,0,0.969136,1}; + }; + class RifleReloadProneMX: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadMXProne"; + speed = 0.37; + leftHandIKCurve[] = {0.012,1,0.041,0,0.941,0,0.982,1}; + }; + class RifleReloadProneMXUGL: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadMXUGLProne"; + speed = 0.554796; + leftHandIKCurve[] = {0,1,0.04321,0,0.9259,0,0.969136,1}; + }; + class RifleReloadProneTRGUGL: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadTRGUglProne"; + speed = 0.3; + leftHandIKCurve[] = {0.014,1,0.042,0,0.95,0,0.985,1}; + }; + class RifleReloadProneMXCompact: RifleReloadProneMX + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadMXCompactprone"; + }; + class RifleReloadProneMXSniper: RifleReloadProneMX + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadMXSniperprone"; + }; + class RifleReloadProneTRG: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadTRGProne"; + speed = 0.3; + leftHandIKCurve[] = {0.038,1,0.076,0,0.911,0,0.948,1}; + }; + class RifleReloadProneKatiba: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadKatibaProne"; + speed = 0.278; + leftHandIKCurve[] = {0.038,1,0.076,0,0.911,0,0.968,1}; + }; + class RifleReloadProneKatibaUGL: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadKatibaUGLprone"; + speed = 0.3; + leftHandIKCurve[] = {0.014,1,0.042,0,0.95,0,0.985,1}; + }; + class RifleReloadProneM200: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadM200Prone"; + speed = 0.189403; + leftHandIKCurve[] = {0,1,0.0215,0,0.96129,0,1,1}; + }; + class RifleReloadProneLRR: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadLRRProne"; + speed = -5.2; + rightHandIKCurve[] = {0,1,0.067925,0,0.143396,0,0.177358,1,0.732075,1,0.754717,0,0.94717,0,0.988679,1}; + leftHandIKCurve[] = {0.188679,1,0.218868,0,0.660377,0,0.698113,1}; + }; + class RifleReloadProneEBR: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadEBRProne"; + speed = 0.27195; + leftHandIKCurve[] = {0.027,1,0.081,0,0.946,0,0.984,1}; + }; + class RifleReloadProneSMG_02: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadSMG_02Prone"; + speed = 0.38; + leftHandIKCurve[] = {0.046,1,0.11,0,0.917,0,0.963,1}; + }; + class RifleReloadProneSMG_03: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadSMG_03Prone"; + speed = 0.26; + leftHandIKCurve[] = {0.056,0,0.8,0,0.963,1}; + rightHandIKCurve[] = {0.056,1,0.08,0,0.112,0,0.126,1,0.77,1,0.81,0,0.88,0,0.91,1}; + }; + class RifleReloadProneSDAR: RifleReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadRFBProne"; + speed = 0.28; + leftHandIKCurve[] = {0.016,1,0.09,0,0.947,0,0.973,1}; + }; + class RifleReloadProneDMR: RifleReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\gesturereloaddmrprone"; + speed = 0.25; + leftHandIKCurve[] = {0.016,1,0.09,0,0.967,0,0.993,1}; + }; + class RifleReloadProneDMR02: RifleReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\gesturereloaddmr02prone"; + speed = 0.322581; + leftHandIKCurve[] = {0.009,1,0.018,0,0.982,0,0.991,1}; + rightHandIKCurve[] = {0.076,1,0.087,0,0.978,0,0.989,1}; + }; + class RifleReloadProneDMR03: RifleReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\gesturereloaddmr03prone"; + speed = 0.32967; + leftHandIKCurve[] = {0.009,1,0.018,0,0.982,0,0.991,1}; + rightHandIKCurve[] = {0.078,1,0.089,0,0.978,0,0.989,1}; + }; + class RifleReloadProneDMR04: RifleReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\gesturereloaddmr04prone"; + speed = 0.3; + leftHandIKCurve[] = {0.009,1,0.018,0,0.982,0,0.991,1}; + rightHandIKCurve[] = {0.04,1,0.051,0,0.979,0,0.989,1}; + }; + class RifleReloadProneDMR05: RifleReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\gesturereloaddmr05prone"; + speed = 0.285714; + leftHandIKCurve[] = {0.009,1,0.018,0,0.982,0,0.991,1}; + rightHandIKCurve[] = {0.048,1,0.058,0,0.981,0,0.99,1}; + }; + class RifleReloadProneDMR06: RifleReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\gesturereloaddmr06prone"; + speed = 0.27027; + leftHandIKCurve[] = {0.009,1,0.018,0,0.982,0,0.991,1}; + rightHandIKCurve[] = {0.036,1,0.045,0,0.982,0,0.991,1}; + }; + class RifleReloadProneMMG01: RifleReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadMMG01Prone"; + speed = 0.132743; + leftHandIKCurve[] = {0.004,1,0.007,0,0.992,0,0.996,1}; + rightHandIKCurve[] = {0.827,1,0.831,0,0.991,0,0.996,1}; + }; + class RifleReloadProneMMG02: RifleReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadMMG02Prone"; + speed = 0.12987; + leftHandIKCurve[] = {0.013,1,0.017,0,0.992,0,0.996,1}; + rightHandIKCurve[] = {0.011,1,0.014,0,0.989,0,0.992,1}; + }; + class RifleReloadProneGM6: RifleReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadLynxProne"; + speed = 0.175; + rightHandIKCurve[] = {0.016,1,0.044,0,0.214,0,0.247,1,0.723,1,0.748,0,0.956,0,0.989,1}; + leftHandIKCurve[] = {0,1,0.268,1,0.296,0,0.701,0,0.715,1,1,1}; + }; + class RifleReloadProneSMG_01: RifleReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadSMG_01Prone"; + speed = 0.370786; + leftHandIKCurve[] = {0.056497,1,0.084746,0,0.920904,0,0.966102,1}; + }; + class RifleReloadProneM4SSAS: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadM4SSAS"; + speed = 0.105079; + leftHandIKCurve[] = {0,1,0.01754,0,0.97453,0,1,1}; + }; + class PistolReloadProneBase: RifleReloadProneBase + { + actions = "PistolProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\rld\pst\AwopPercMstpSrldWpstDnon"; + speed = 0.750124; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + weaponIK = 0; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.1}; + }; + class PistolReloadProne: PistolReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadPistolProne"; + speed = -2.9; + leftHandIKCurve[] = {0,1,0.103,0,0.8848,0,1,1}; + }; + class PistolHeavy02ReloadProne: PistolReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadPistolHeavy02Prone"; + speed = 0.28; + }; + class PistolReloadProneFlaregun: PistolReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadFlaregun"; + speed = -2.9; + leftHandIKCurve[] = {0,1,0.103,0,0.8848,0,1,1}; + }; + class WeaponMagazineReloadStand: Default + { + visibleSize = 0.750124; + actions = "RifleStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\rld\rfl\AwopPercMstpSrldWrflDnon"; + looped = 0; + speed = 0.4; + soundEnabled = 0; + disableWeapons = 1; + duty = -1; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class WeaponMagazineReloadKneel: WeaponMagazineReloadStand + { + visibleSize = 0.350124; + actions = "RifleKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\rld\rfl\AwopPknlMstpSrldWrflDnon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl.p3d"; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.1}; + }; + class WeaponMagazineReloadProne: WeaponMagazineReloadStand + { + actions = "RifleProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\rld\rfl\AwopPpneMstpSrldWrflDnon"; + visibleSize = 0.125012; + aimPrecision = 0.5; + camShakeFire = 0.5; + speed = 0.27; + onLandBeg = 1; + onLandEnd = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + weaponIK = 1; + rightHandIKBeg = 1; + rightHandIKCurve[] = {1}; + rightHandIKEnd = 1; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.1}; + }; + class PistolMagazineReloadStand: Default + { + visibleSize = 0.750124; + actions = "PistolStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\rld\pst\AwopPercMstpSrldWpstDnon"; + looped = 0; + speed = 0.750124; + soundEnabled = 0; + disableWeapons = 1; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + duty = -1; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class PistolMagazineReloadKneel: PistolMagazineReloadStand + { + visibleSize = 0.350124; + actions = "PistolKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\rld\pst\AwopPknlMstpSrldWpstDnon"; + speed = 0.32; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl.p3d"; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.1}; + }; + class PistolMagazineReloadProne: PistolMagazineReloadStand + { + actions = "PistolProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\rld\pst\AwopPpneMstpSrldWpstDnon"; + visibleSize = 0.125012; + aimPrecision = 0.5; + camShakeFire = 0.5; + speed = 0.6; + onLandBeg = 1; + onLandEnd = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.1}; + }; + class LauncherReloadKneel: Default + { + visibleSize = 0.350124; + actions = "LauncherKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\rld\lnr\AwopPknlMstpSrldWlnrDnon"; + looped = 0; + speed = 0.25; + soundEnabled = 0; + disableWeapons = 1; + aiming = "aimingLauncher"; + aimingBody = "aimingUpLauncher"; + duty = -1; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon",1.0}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class LauncherReloadStand: LauncherReloadKneel + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\rld\lnr\AwopPercMstpsrldWlnrDnon"; + actions = "LauncherStandActions"; + speed = 0.4; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon",0.02}; + }; + class TransAnimBase: Default + { + stamina = 0; + file = "\A3\anims_f\Data\Anim\sdr\trigger"; + visibleSize = 0.500125; + relSpeedMin = 0.5; + static = 1; + looped = 0; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + leftHandIKBeg = 1; + leftHandIKCurve[] = {1}; + leftHandIKEnd = 1; + rightHandIKBeg = 1; + rightHandIKCurve[] = {1}; + rightHandIKEnd = 1; + soundEnabled = 1; + soundEdge[] = {0.01}; + headBobStrength = 0.164179; + headBobMode = 2; + interpolationSpeed = 3; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class TransAnimBase_noIK: TransAnimBase + { + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + }; + class AadjPpneMstpSrasWrflDup_AadjPknlMstpSrasWrflDdown: AadjPknlMstpSrasWrflDdown + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPknlMstpSrasWrflDdown_AadjPpneMstpSrasWrflDup"; + visibleSize = 0.400125; + actions = "RifleAdjustBKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDup_AadjPknlMstpSrasWrflDdown"; + speed = -0.65; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundOverride = "adjust_kneel_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + weaponIK = 1; + headBobStrength = 0.512438; + duty = 0.2; + aimprecision = 0.5; + adjstance = "d"; + leftHandIKCurve[] = {0.05,1,0.1,0,0.888,0,0.954,1}; + }; + class AadjPknlMstpSrasWrflDdown_AadjPpneMstpSrasWrflDup: AadjPpneMstpSrasWrflDup + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPpneMstpSrasWrflDup_AadjPknlMstpSrasWrflDdown"; + visibleSize = 0.400125; + actions = "RifleAdjustFProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\stp\ras\rfl\AadjPknlMstpSrasWrflDdown_AadjPpneMstpSrasWrflDup"; + speed = -0.55; + leaningFactorBeg = 1; + interpolationRestart = 1; + enableOptics = 1; + soundOverride = "adjust_stand_to_kneel"; + weaponIK = 1; + headBobStrength = 0.512438; + duty = 0.2; + aimprecision = 0.2; + adjstance = "u"; + soundEnabled = 1; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.05,1,0.1,0,0.888,0,0.954,1}; + }; + class AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon: TransAnimBase + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon"; + speed = 1.03448; + showHandGun = 1; + showWeaponAim = 0; + disableWeapons = 1; + actions = "PistolLowKneelActions"; + interpolationRestart = 2; + visibleSize = 0.3; + ConnectTo[] = {"AmovPknlMstpSlowWpstDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.1,"AmovPknlMstpSlowWpstDnon_AmovPknlMstpSrasWpstDnon",0.02}; + }; + class AmovPknlMstpSlowWpstDnon_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\pst\AmovPknlMstpSlowWpstDnon_AmovPknlMstpSrasWpstDnon"; + actions = "PistolKneelActions"; + showWeaponAim = 1; + disableWeapons = 0; + speed = 2.30769; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.1,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02}; + }; + class AmovPknlMstpSrasWpstDnon_AmovPknlMstpSnonWnonDnon: TransAnimBase + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPknlMstpSnonWnonDnon"; + actions = "PistolKneelActions"; + disableWeaponsLong = 1; + showWeaponAim = 0; + enableBinocular = 1; + enableOptics = -1; + limitGunMovement = 0.1; + showHandGun = 1; + speed = 0.967742; + soundOverride = "handgun_to_unarmed"; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSnonWnonDnon_end",0.02}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon_end",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon_AmovPknlMstpSnonWnonDnon_end: AmovPknlMstpSrasWpstDnon_AmovPknlMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPknlMstpSnonWnonDnon_end"; + showHandGun = 0; + soundEnabled = 0; + speed = 1.30435; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon_AmovPknlMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon"; + showHandGun = 0; + speed = 1.76471; + soundOverride = "unarmed_to_handgun"; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon_end",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSnonWnonDnon_end",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon_end: AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon_end"; + showHandGun = 1; + speed = 1.07143; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSlowWpstDnon_AmovPercMstpSrasWpstDnon: TransAnimBase + { + static = 1; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\pst\AmovPercMstpSlowWpstDnon_AmovPercMstpSrasWpstDnon"; + actions = "PistolStandActions"; + speed = 2.72727; + soundEnabled = 1; + soundOverride = "lift_handgun"; + soundEdge[] = {0.01}; + showHandGun = 1; + interpolationRestart = 2; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon: TransAnimBase + { + static = 1; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon"; + actions = "PistolLowStandActions"; + soundEnabled = 1; + soundOverride = "low_handgun"; + soundEdge[] = {0.01}; + speed = 1.30435; + showWeaponAim = 0; + disableWeapons = 1; + showHandGun = 1; + interpolationRestart = 2; + ConnectTo[] = {"AmovPercMstpSlowWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon_AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSlowWlnrDnon_AmovPercMstpSrasWlnrDnon: TransAnimBase + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\lnr\AmovPercMstpSlowWlnrDnon_AmovPercMstpSrasWlnrDnon"; + actions = "LauncherStandActions"; + speed = 3; + interpolationRestart = 2; + leaningFactorBeg = 0.5; + leaningFactorEnd = 0.5; + weaponIK = 4; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon",0.01}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSrasWlnrDnon_AmovPercMstpSlowWlnrDnon",0.02}; + }; + class AmovPercMstpSrasWlnrDnon_AmovPercMstpSlowWlnrDnon: TransAnimBase + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_AmovPercMstpSlowWlnrDnon"; + actions = "LauncherStandActions"; + speed = 3; + interpolationRestart = 2; + leaningFactorBeg = 0.5; + leaningFactorEnd = 0.5; + weaponIK = 4; + ConnectTo[] = {"AmovPercMstpSlowWlnrDnon",0.01}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSlowWlnrDnon_AmovPercMstpSrasWlnrDnon",0.02}; + }; + class AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWrflDnon: TransAnimBase + { + duty = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWrflDnon"; + actions = "RifleStandActions"; + speed = 0.66; + disableWeapons = 1; + interpolationRestart = 2; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + leaningFactorEnd = 1; + leaningFactorBeg = 0.5; + soundOverride = "launcher_to_rifle"; + rightHandIKCurve[] = {0.245,1,0.449,0}; + leftHandIKCurve[] = {0.643,1,0.724,0}; + weaponIK = 4; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWrflDnon_end",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWrflDnon_end: TransAnimBase + { + duty = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWrflDnon_end"; + actions = "RifleStandActions"; + speed = 0.604; + disableWeapons = 1; + interpolationRestart = 2; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + leaningFactorEnd = 1; + leaningFactorBeg = 0.5; + rightHandIKCurve[] = {0.843,0,0.935,1}; + leftHandIKCurve[] = {0.481,0,0.694,1}; + weaponIK = 1; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.01}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon",0.015,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon_end: TransAnimBase + { + duty = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon_end"; + actions = "LauncherStandActions"; + speed = 0.61111; + disableWeapons = 1; + interpolationRestart = 2; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + leaningFactorEnd = 1; + leaningFactorBeg = 0.5; + rightHandIKCurve[] = {0.252,0,0.411,1}; + leftHandIKCurve[] = {0.093,0,0.243,1}; + weaponIK = 4; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon",0.01}; + InterpolateTo[] = {"AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWrflDnon",0.02}; + }; + class AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon: TransAnimBase_noIK + { + duty = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon"; + actions = "LauncherStandActions"; + speed = 0.970588; + disableWeapons = 1; + interpolationRestart = 2; + leaningFactorBeg = 1; + leaningFactorEnd = 0.5; + soundOverride = "rifle_to_launcher"; + rightHandIKCurve[] = {0.136,1,0.288,0}; + leftHandIKCurve[] = {0.5,1,0.773,0}; + weaponIK = 1; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon_end",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWrflDnon_end",0.02}; + }; + class AmovPercMstpSrasWlnrDnon_AmovPknlMstpSrasWlnrDnon: TransAnimBase + { + aimPrecision = 3.0; + actions = "LauncherKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_AmovPknlMstpSrasWlnrDnon"; + speed = 1.42857; + interpolationRestart = 2; + leaningFactorBeg = 0.5; + leaningFactorEnd = 0.5; + weaponIK = 4; + duty = 0.6; + static = 1; + reverse = "AmovPknlMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon"; + soundOverride = "adjust_stand_to_kneel"; + soundEnabled = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon",0.005}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon: TransAnimBase + { + stamina = 0; + visibleSize = 0.600125; + actions = "LauncherStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\lnr\AmovPpneMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon"; + speed = 0.447761; + onLandBeg = 1; + soundOverride = "standup"; + leaningFactorEnd = 1; + interpolationRestart = 2; + duty = 2; + enableOptics = 1; + leftHandIKBeg = 0; + reverse = "AmovPercMstpSrasWlnrDnon_AmovPpneMstpSrasWlnrDnon"; + leftHandIKCurve[] = {0.018868,1,0.049057,0,0.637736,0,0.70566,1}; + weaponIK = 4; + headBobStrength = 0.512438; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWlnrDnon_AmovPpneMstpSrasWlnrDnon",0.02,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWlnrDnon_AmovPpneMstpSrasWlnrDnon: TransAnimBase + { + visibleSize = 0.300125; + actions = "LauncherProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_AmovPpneMstpSrasWlnrDnon"; + speed = 0.526316; + soundOverride = "laydown"; + onLandEnd = 1; + leaningFactorBeg = 1; + interpolationRestart = 2; + duty = 0.8; + enableOptics = 1; + leftHandIKBeg = 0; + reverse = "AmovPpneMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon"; + leftHandIKCurve[] = {0,1,0.328889,1,0.391111,0,0.888889,0,0.955556,1}; + leftHandIKEnd = 1; + headBobStrength = 0.512438; + aimprecision = 0.2; + weaponIK = 4; + ConnectTo[] = {"AmovPpneMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon",0.02,"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWlnrDnon_AmovPknlMstpSrasWlnrDnon: TransAnimBase + { + stamina = 0; + visibleSize = 0.250125; + actions = "LauncherKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\lnr\AmovPpneMstpSrasWlnrDnon_AmovPknlMstpSrasWlnrDnon"; + speed = 0.731707; + onLandBeg = 1; + soundOverride = "standup"; + leaningFactorEnd = 1; + interpolationRestart = 2; + enableOptics = 1; + leftHandIKBeg = 0; + reverse = "AmovPknlMstpSrasWlnrDnon_AmovPpneMstpSrasWlnrDnon"; + leftHandIKCurve[] = {0.03125,1,0.1,0,0.75,0,0.84375,1}; + weaponIK = 4; + duty = 1; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon: TransAnimBase + { + aimPrecision = 3.0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon"; + actions = "LauncherStandActions"; + speed = 1.15385; + interpolationRestart = 2; + leaningFactorBeg = 0.5; + leaningFactorEnd = 0.5; + weaponIK = 4; + duty = 0.8; + static = 1; + relSpeedMin = 0.6; + reverse = "AmovPercMstpSrasWlnrDnon_AmovPknlMstpSrasWlnrDnon"; + soundOverride = "adjust_kneel_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWlnrDnon_AmovPknlMstpSrasWlnrDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWlnrDnon_AmovPpneMstpSnonWnonDnon: TransAnimBase + { + stamina = 0; + visibleSize = 0.300125; + actions = "CivilProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_AmovPpneMstpSnonWnonDnon"; + speed = 0.578948; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + onLandEnd = 1; + interpolationRestart = 1; + duty = 2; + enableOptics = 0; + leftHandIKBeg = 0; + soundOverride = "adjust_stand_to_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.628889,1,0.7,0}; + rightHandIKCurve[] = {0.328889,1,0.4,0}; + leftHandIKEnd = 1; + headBobStrength = 0.512438; + aimprecision = 0.2; + weaponIK = 4; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWrflDnon",0.01,"AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWpstDnon",0.01,"AmovPpneMstpSnonWnonDnon",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWlnrDnon_AmovPpneMstpSnonWnonDnon: AmovPercMstpSrasWlnrDnon_AmovPpneMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AmovPpneMstpSnonWnonDnon"; + soundOverride = "adjust_kneel_to_prone"; + }; + class AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon_Putdown: AmovPercMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\rfl\AinvPercMstpSrasWrflDnon_in"; + speed = 1.8; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + disableWeapons = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AinvPercMstpSrasWrflDnon_Putdown_AmovPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPercMstpSrasWrflDnon_Putdown: AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon_Putdown + { + static = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\rfl\AinvPercMstpSrasWrflDnon"; + speed = -1e-005; + looped = 1; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0}; + ConnectTo[] = {"AinvPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AinvPercMstpSrasWrflDnon_Putdown_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.01}; + }; + class AinvPercMstpSrasWrflDnon_Putdown_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\rfl\AinvPercMstpSrasWrflDnon_out"; + speed = 0.731707; + leftHandIKBeg = 0; + disableWeapons = 1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + actions = "RifleStandActions_inv"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\rfl\AinvPercMstpSrasWrflDnon_gin"; + speed = 1.8; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.1,1,0.3,0}; + ConnectTo[] = {"AinvPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AinvPercMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.01}; + }; + class AinvPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon + { + variantsPlayer[] = {"AinvPercMstpSrasWrflDnon_G01",1}; + variantAfter[] = {11,11,11}; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\rfl\AinvPercMstpSrasWrflDnon_G"; + speed = 10; + looped = 1; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0}; + disableWeaponsLong = 1; + canPullTrigger = 0; + weaponLowered = 1; + }; + class AinvPercMstpSrasWrflDnon_G01: AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\rfl\AinvPercMstpSrasWrflDnon_gloop"; + speed = -11; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPercMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\rfl\AinvPercMstpSrasWrflDnon_gout"; + speed = 1.25; + leftHandIKBeg = 0; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPknlMstpSrasWrflDnon_AinvPknlMstpSrasWrflDnon_Putdown: AmovPknlMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\rfl\AinvPknlMstpSrasWrflDnon_in"; + speed = 1.42857; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + enableOptics = 0; + disableWeapons = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AinvPknlMstpSrasWrflDnon_Putdown_AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPknlMstpSrasWrflDnon_Putdown: AmovPknlMstpSrasWrflDnon_AinvPknlMstpSrasWrflDnon_Putdown + { + static = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\rfl\AinvPknlMstpSrasWrflDnon"; + speed = -1e-005; + looped = 1; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0}; + ConnectTo[] = {"AinvPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AinvPknlMstpSrasWrflDnon_Putdown_AmovPknlMstpSrasWrflDnon",0.02,"Unconscious",0.01}; + }; + class AinvPknlMstpSrasWrflDnon_Putdown_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + static = 1; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\rfl\AinvPknlMstpSrasWrflDnon_out"; + speed = 0.833333; + leftHandIKBeg = 0; + disableWeapons = 1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPknlMstpSrasWrflDnon_AinvPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + actions = "RifleKneelActions_inv"; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\rfl\AinvPknlMstpSrasWrflDnon_gin"; + speed = 1.85; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + soundEnabled = 0; + soundOverride = ""; + leftHandIKCurve[] = {0.1,1,0.3,0}; + ConnectTo[] = {"AinvPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AinvPknlMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"Unconscious",0.01}; + }; + class AinvPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon_AinvPknlMstpSrasWrflDnon + { + variantsPlayer[] = {"AinvPknlMstpSrasWrflDnon_G01",1}; + variantAfter[] = {6,6,6}; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\rfl\AinvPknlMstpSrasWrflDnon_G"; + speed = 10; + looped = 1; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0}; + weaponLowered = 1; + disableWeaponsLong = 1; + canPullTrigger = 0; + }; + class AinvPknlMstpSrasWrflDnon_G01: AmovPknlMstpSrasWrflDnon_AinvPknlMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\rfl\AinvPknlMstpSrasWrflDnon_gloop"; + speed = -6; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPknlMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\rfl\AinvPknlMstpSrasWrflDnon_gout"; + speed = 1.75; + leftHandIKBeg = 0; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPpneMstpSrasWrflDnon_AinvPpneMstpSrasWrflDnon_Putdown: AmovPpneMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\rfl\AinvPpneMstpSrasWrflDnon_in"; + speed = 0.731707; + interpolationRestart = 1; + disableWeapons = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AinvPpneMstpSrasWrflDnon_Putdown_AmovPpneMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPpneMstpSrasWrflDnon_Putdown: AmovPpneMstpSrasWrflDnon_AinvPpneMstpSrasWrflDnon_Putdown + { + static = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\rfl\AinvPpneMstpSrasWrflDnon"; + speed = -1e-005; + looped = 1; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0}; + ConnectTo[] = {"AinvPpneMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AinvPpneMstpSrasWrflDnon_Putdown_AmovPpneMstpSrasWrflDnon",0.02,"Unconscious",0.01}; + }; + class AinvPpneMstpSrasWrflDnon_Putdown_AmovPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\rfl\AinvPpneMstpSrasWrflDnon_out"; + speed = 0.588235; + leftHandIKBeg = 0; + disableWeapons = 1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPpneMstpSrasWrflDnon_AinvPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + looped = 0; + canBlendStep = 0; + actions = "rifleproneActions_inv"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\rfl\AinvPpneMstpSrasWrflDnon_gin"; + speed = 1.11111; + interpolationRestart = 1; + leftHandIKCurve[] = {0.1,1,0.3,0}; + ConnectTo[] = {"AinvPpneMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AinvPpneMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"Unconscious",0.01}; + }; + class AinvPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon_AinvPpneMstpSrasWrflDnon + { + variantsPlayer[] = {"AinvPpneMstpSrasWrflDnon_G01",1}; + variantAfter[] = {7,7,7}; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\rfl\AinvPpneMstpSrasWrflDnon_G"; + speed = 10; + looped = 1; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0}; + }; + class AinvPpneMstpSrasWrflDnon_G01: AmovPpneMstpSrasWrflDnon_AinvPpneMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\rfl\AinvPpneMstpSrasWrflDnon_gloop"; + speed = -6.95; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPpneMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + variantsPlayer[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.75; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\rfl\AinvPpneMstpSrasWrflDnon_gout"; + speed = 1.85; + leftHandIKBeg = 0; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPercMstpSrasWpstDnon_AinvPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + actions = "PistolStandActions_inv"; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\pst\AinvPercMstpSrasWpstDnon_gin"; + speed = 1.8; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.1,1,0.3,0}; + ConnectTo[] = {"AinvPercMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AinvPercMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSnonWnonDnon",0.025,"Unconscious",0.01}; + }; + class AinvPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon_AinvPercMstpSrasWpstDnon + { + variantsPlayer[] = {"AinvPercMstpSrasWpstDnon_G01",1}; + variantAfter[] = {7,7,7}; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\pst\AinvPercMstpSrasWpstDnon_G"; + speed = 10; + looped = 1; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0}; + disableWeaponsLong = 1; + canPullTrigger = 0; + weaponLowered = 1; + }; + class AinvPercMstpSrasWpstDnon_G01: AmovPercMstpSrasWpstDnon_AinvPercMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\pst\AinvPercMstpSrasWpstDnon_gloop"; + speed = -6.95; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPercMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\pst\AinvPercMstpSrasWpstDnon_gout"; + speed = 1.25; + leftHandIKBeg = 0; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPknlMstpSrasWpstDnon_AinvPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + actions = "PistolKneelActions_inv"; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\pst\AinvPknlMstpSrasWpstDnon_gin"; + speed = 1.8; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.1,1,0.3,0}; + ConnectTo[] = {"AinvPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AinvPknlMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSnonWnonDnon",0.025,"Unconscious",0.01}; + }; + class AinvPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon_AinvPknlMstpSrasWpstDnon + { + variantsPlayer[] = {"AinvPknlMstpSrasWpstDnon_G01",1}; + variantAfter[] = {6,6,6}; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\pst\AinvPknlMstpSrasWpstDnon_G"; + speed = 10; + looped = 1; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0}; + disableWeaponsLong = 1; + canPullTrigger = 0; + weaponLowered = 1; + }; + class AinvPknlMstpSrasWpstDnon_G01: AmovPknlMstpSrasWpstDnon_AinvPknlMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\pst\AinvPknlMstpSrasWpstDnon_gloop"; + speed = -6; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPknlMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\pst\AinvPknlMstpSrasWpstDnon_gout"; + speed = 1.25; + leftHandIKBeg = 0; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPpneMstpSrasWpstDnon_AinvPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + actions = "PistolProneActions_inv"; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\pst\AinvPpneMstpSrasWpstDnon_gin"; + speed = 1.8; + interpolationRestart = 1; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.1,1,0.3,0}; + ConnectTo[] = {"AinvPpneMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AinvPpneMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"Unconscious",0.01}; + }; + class AinvPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon_AinvPpneMstpSrasWpstDnon + { + variantsPlayer[] = {"AinvPpneMstpSrasWpstDnon_G01",1}; + variantAfter[] = {8,8,8}; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\pst\AinvPpneMstpSrasWpstDnon_G"; + speed = 10; + looped = 1; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0}; + disableWeaponsLong = 1; + canPullTrigger = 0; + weaponLowered = 1; + }; + class AinvPpneMstpSrasWpstDnon_G01: AmovPpneMstpSrasWpstDnon_AinvPpneMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\pst\AinvPpneMstpSrasWpstDnon_gloop"; + speed = -8; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPpneMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\pst\AinvPpneMstpSrasWpstDnon_gout"; + speed = 1.25; + leftHandIKBeg = 0; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPercMstpSrasWpstDnon_AinvPercMstpSrasWpstDnon_Putdown: AmovPercMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\pst\AinvPercMstpSrasWpstDnon_in"; + speed = 1.8; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + disableWeapons = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AinvPercMstpSrasWpstDnon_Putdown_AmovPercMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPercMstpSrasWpstDnon_Putdown_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\pst\AinvPercMstpSrasWpstDnon_out"; + speed = 0.731707; + disableWeapons = 1; + leftHandIKBeg = 0; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPknlMstpSrasWpstDnon_AinvPknlMstpSrasWpstDnon_Putdown: AmovPknlMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\pst\AinvPknlMstpSrasWpstDnon_in"; + speed = 1.42857; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + disableWeapons = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AinvPknlMstpSrasWpstDnon_Putdown_AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPknlMstpSrasWpstDnon_Putdown_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\pst\AinvPknlMstpSrasWpstDnon_out"; + speed = 0.833333; + leftHandIKBeg = 0; + disableWeapons = 1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPpneMstpSrasWpstDnon_AinvPpneMstpSrasWpstDnon_Putdown: AmovPpneMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\pst\AinvPpneMstpSrasWpstDnon_in"; + speed = 0.731707; + interpolationRestart = 1; + disableWeapons = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AinvPpneMstpSrasWpstDnon_Putdown_AmovPpneMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPpneMstpSrasWpstDnon_Putdown_AmovPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\pst\AinvPpneMstpSrasWpstDnon_out"; + speed = 0.588235; + leftHandIKBeg = 0; + disableWeapons = 1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPercMstpSnonWnonDnon_AinvPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + actions = "CivilStandActions_inv"; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\non\non\AinvPercMstpSnonWnonDnon_gin"; + speed = 1.8; + interpolationRestart = 1; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.1,1,0.3,0}; + ConnectTo[] = {"AinvPercMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AinvPercMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon",0.02,"Unconscious",0.01}; + }; + class AinvPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon_AinvPercMstpSnonWnonDnon + { + variantsPlayer[] = {"AinvPercMstpSnonWnonDnon_G01",1}; + variantAfter[] = {6,6,6}; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\non\non\AinvPercMstpSnonWnonDnon_G"; + speed = 10; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPercMstpSnonWnonDnon_G01: AmovPercMstpSnonWnonDnon_AinvPercMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\non\non\AinvPercMstpSnonWnonDnon_gloop"; + speed = -6; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPercMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\non\non\AinvPercMstpSnonWnonDnon_gout"; + speed = 1.25; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + actions = "CivilKneelActions_inv"; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_gin"; + speed = 1.8; + interpolationRestart = 1; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.1,1,0.3,0}; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.02,"Unconscious",0.01}; + }; + class AinvPknlMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon + { + variantsPlayer[] = {"AinvPknlMstpSnonWnonDnon_G01",1}; + variantAfter[] = {4,4,4}; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_G"; + speed = 10; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPknlMstpSnonWnonDnon_G01: AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_gloop"; + speed = -4; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPknlMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_gout"; + speed = 1.25; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPpneMstpSnonWnonDnon_AinvPpneMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + actions = "CivilProneActions_inv"; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\non\non\AinvPpneMstpSnonWnonDnon_gin"; + speed = 1.8; + interpolationRestart = 1; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.1,1,0.3,0}; + ConnectTo[] = {"AinvPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AinvPpneMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon",0.02,"Unconscious",0.01}; + }; + class AinvPpneMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon_AinvPpneMstpSnonWnonDnon + { + variantsPlayer[] = {"AinvPpneMstpSnonWnonDnon_G01",1}; + variantAfter[] = {8,8,8}; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\non\non\AinvPpneMstpSnonWnonDnon_G"; + speed = 10; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPpneMstpSnonWnonDnon_G01: AmovPpneMstpSnonWnonDnon_AinvPpneMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\non\non\AinvPpneMstpSnonWnonDnon_gloop"; + speed = -8; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPpneMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\non\non\AinvPpneMstpSnonWnonDnon_gout"; + speed = 1.25; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + aimPrecision = 3.0; + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.35; + visibleSize = 0.400125; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon"; + speed = -0.45; + interpolationRestart = 1; + soundOverride = "adjust_stand_to_kneel"; + soundEnabled = 1; + headBobStrength = 0; + duty = 0.4; + reverse = "AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon"; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSlowWrflDnon_AmovPknlMstpSlowWrflDnon: AmovPknlMstpSlowWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_AmovPknlMstpSlowWrflDnon"; + speed = -0.75; + soundOverride = "Walk"; + interpolationRestart = 1; + soundEnabled = 1; + disableWeapons = 1; + headBobStrength = 0.512438; + reverse = "AmovPknlMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon"; + aimPrecision = 3.0; + }; + class AmovPercMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon: AmovPercMstpSlowWrflDnon_AmovPknlMstpSlowWrflDnon + { + actions = "RifleStandActions_gear"; + ConnectTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_gear",0.02,"AmovPercMstpSrasWrflDnon_diary",0.02}; + InterpolateTo[] = {}; + }; + class AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + stamina = 0; + static = 1; + variantsPlayer[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.69; + visibleSize = 0.300125; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon"; + speed = 0.710527; + soundOverride = "adjust_stand_to_prone"; + onLandBeg = 0; + leaningFactorBeg = 1; + interpolationRestart = 1; + duty = 0.5; + reverse = "AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon"; + IgnoreMinPLayTime[] = {"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon"}; + leftHandIKCurve[] = {0,1,0.328889,1,0.391111,0,0.888889,0,0.955556,1}; + soundEnabled = 1; + headBobStrength = 0.512438; + aimPrecision = 5.0; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSlowWrflDnon_AmovPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + stamina = 0; + aimPrecision = 5.0; + static = 1; + variantsPlayer[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.51; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_AmovPpneMstpSrasWrflDnon"; + speed = -1.4; + soundOverride = "laydown"; + onLandBeg = 0; + leaningFactorBeg = 1; + leftHandIKBeg = 0; + reverse = "AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon"; + leftHandIKCurve[] = {0.292593,1,0.396296,0,0.851852,0,0.940741,1}; + leftHandIKEnd = 0; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSlowWrflDnon_AmovPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + stamina = 0; + aimPrecision = 4.0; + variantsPlayer[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.41; + reverse = "AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon"; + leftHandIKCurve[] = {0,1,0.168627,1,0.223529,0,0.85098,0,0.929412,1}; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\low\rfl\AmovPknlMstpSlowWrflDnon_AmovPpneMstpSrasWrflDnon"; + speed = -1; + }; + class AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon: AmovPercMstpSlowWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + soundEnabled = 1; + soundOverride = "low_rifle"; + soundEdge[] = {0.01}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.55; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon"; + speed = -0.5; + interpolationRestart = 2; + disableWeapons = 1; + headBobStrength = 0.512438; + reverse = "AmovPercMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon"; + }; + class AmovPercMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + soundEnabled = 1; + soundOverride = "lift_rifle"; + soundEdge[] = {0.01}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.55; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon"; + speed = 3.05539; + interpolationRestart = 2; + disableWeapons = 1; + disableWeaponsLong = 1; + headBobStrength = 0.512438; + weaponLowered = 1; + reverse = "AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon"; + }; + class AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon: AmovPknlMstpSlowWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.55; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon"; + disableWeapons = 1; + speed = -0.65; + reverse = "AmovPknlMstpSlowWrflDnon_AmovPknlMstpSrasWrflDnon"; + }; + class AmovPknlMstpSlowWrflDnon_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.55; + interpolationRestart = 2; + disableWeapons = 1; + disableWeaponsLong = 1; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\rfl\AmovPknlMstpSlowWrflDnon_AmovPknlMstpSrasWrflDnon"; + speed = 2.29714; + reverse = "AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon"; + }; + class AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon: TransAnimBase + { + stamina = 0; + variantsAI[] = {}; + boundingSphere = 3; + actions = "RifleProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\spr\low\rfl\AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon"; + speed = 1.2; + soundOverride = "laydown"; + enableDirectControl = 0; + leaningFactorBeg = 1; + duty = 1; + weaponIK = 1; + interpolationRestart = 1; + aimPrecision = 6; + leftHandIKCurve[] = {0.52,1,0.72,0}; + static = 1; + relSpeedMin = 1.15; + relSpeedMax = 1.15; + ConnectTo[] = {"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon_2",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon_2: AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon + { + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\spr\low\rfl\AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon_2"; + speed = 0.923077; + onLandEnd = 1; + leaningFactorBeg = 0; + leftHandIKCurve[] = {0.54,0,0.71,1}; + interpolationRestart = 0; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + stamina = 0; + static = 1; + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + boundingSphere = 4; + canBlendStep = 0; + looped = 0; + actions = "RifleProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\low\rfl\AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon_start"; + speed = 1.03448; + soundOverride = "laydown"; + enableDirectControl = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + soundEnabled = 1; + duty = 2; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + aimPrecision = 5.0; + leftHandIKCurve[] = {0,1,0.37,0}; + ConnectTo[] = {"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon_end",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + soundEdge[] = {0.01}; + }; + class AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon_end: AmovPpneMstpSrasWrflDnon + { + stamina = 0; + static = 1; + relSpeedMin = 1; + variantsPlayer[] = {}; + boundingSphere = 4; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.77; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\low\rfl\AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon_end"; + speed = 1.53846; + onLandBeg = 0; + soundOverride = "laydown"; + enableDirectControl = 0; + leaningFactorBeg = 1; + interpolationRestart = 1; + soundEnabled = 1; + duty = 2; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + aimPrecision = 5; + leftHandIKCurve[] = {0.564103,0,0.794872,1}; + soundEdge[] = {0.01}; + }; + class AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon_old: AmovPpneMstpSrasWrflDnon + { + stamina = 0; + variantsPlayer[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.77; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\low\rfl\AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_trans.p3d"; + speed = 0.618557; + onLandBeg = 0; + soundOverride = "laydown"; + enableDirectControl = 0; + leaningFactorBeg = 1; + interpolationRestart = 1; + soundEnabled = 1; + duty = 2; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0,1,0.108808,0,0.860104,0,0.932642,1}; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + aimPrecision = 3.0; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + visibleSize = 0.600125; + looped = 0; + minPlayTime = 0.45; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon"; + speed = -0.55; + interpolationRestart = 1; + enableOptics = 1; + soundEnabled = 1; + headBobStrength = 0; + duty = 0.6; + static = 1; + relSpeedMin = 0.8; + reverse = "AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon"; + soundOverride = "adjust_kneel_to_stand"; + }; + class AmovPknlMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon + { + aimPrecision = 3.0; + disableWeapons = 1; + disableWeaponsLong = 1; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + stamina = 0; + static = 1; + variantsPlayer[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + visibleSize = 0.150125; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon"; + speed = 0.826531; + onLandBeg = 0; + soundOverride = "adjust_kneel_to_prone"; + leaningFactorBeg = 1; + interpolationRestart = 1; + reverse = "AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon"; + leftHandIKCurve[] = {0.076923,1,0.128205,0,0.871795,0,0.923077,1}; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + soundEnabled = 1; + aimPrecision = 4.0; + duty = 0.4; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSrasWrflDnon_AmovPknlMsprSrasWrflDf: TransAnimBase + { + actions = "RifleProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPercMsprSlowWrflDf"; + speed = 2.07; + enableDirectControl = 0; + leaningFactorBeg = 1; + soundOverride = "sprint"; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon_AmovPercMsprSrasWrflDf_2",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWrflDnon_AmovPercMsprSrasWrflDf_2: AmovPknlMstpSrasWrflDnon_AmovPknlMsprSrasWrflDf + { + actions = "RifleStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPercMsprSlowWrflDf_2"; + speed = 1.5; + interpolationSpeed = 0.5; + interpolationRestart = 1; + static = 1; + relSpeedMax = 1.1; + relSpeedMin = 0.5; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDf",0.02,"AmovPercMrunSlowWrflDfl",0.02,"AmovPercMrunSlowWrflDfr",0.02,"AmovPercMwlkSrasWrflDf",0.02,"AmovPercMwlkSrasWrflDfl",0.02,"AmovPercMwlkSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDf",0.02,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDfl",0.02,"AmovPercMevaSrasWrflDfr",0.02,"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + stamina = 0; + static = 1; + relSpeedMax = 1; + relSpeedMin = 0.8; + variantsPlayer[] = {}; + variantsAI[] = {}; + visibleSize = 0.600125; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon"; + speed = 0.604477; + onLandBeg = 1; + canBlendStep = 0; + soundOverride = "adjust_prone_to_stand"; + soundEnabled = 1; + leaningFactorBeg = 0; + interpolationRestart = 1; + duty = 2; + looped = 0; + leftHandIKBeg = 0; + aimPrecision = 5.0; + reverse = "AmovPpneMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon"; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.018868,1,0.049057,0,0.637736,0,0.70566,1}; + minPlayTime = 0.65; + headBobStrength = 0.512438; + }; + class AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf: TransAnimBase + { + stamina = 0; + variantsAI[] = {}; + actions = "RifleStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf"; + speed = 1; + onLandBeg = 1; + soundOverride = "standup"; + enableDirectControl = 0; + duty = 2; + interpolationRestart = 1; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf_2",0.005}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf_2: AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf_2"; + speed = 0.1; + onLandBeg = 0; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMevaSrasWrflDf",0.005,"AmovPercMevaSrasWrflDfl",0.005,"AmovPercMevaSrasWrflDfr",0.005,"Unconscious",0.01,"AmovPercMstpSlowWrflDnon",0.05}; + }; + class AmovPknlMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon: AmovPercMstpSlowWrflDnon + { + aimPrecision = 3.0; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.47; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\rfl\AmovPknlMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon"; + speed = -0.75; + soundOverride = "Walk"; + soundEnabled = 1; + disableWeapons = 1; + static = 1; + relSpeedMin = 0.8; + headBobStrength = 0.512438; + interpolationRestart = 1; + reverse = "AmovPercMstpSlowWrflDnon_AmovPknlMstpSlowWrflDnon"; + }; + class AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + stamina = 0; + static = 1; + relSpeedMax = 1; + relSpeedMin = 0.5; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.71; + visibleSize = 0.250125; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon"; + speed = 0.987804; + onLandBeg = 1; + soundOverride = "adjust_prone_to_stand"; + soundEnabled = 1; + leaningFactorBeg = 0; + interpolationRestart = 1; + aimPrecision = 4.0; + reverse = "AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon"; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.03125,1,0.1,0,0.75,0,0.84375,1}; + duty = 1.0; + }; + class AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + aimPrecision = 2; + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.35; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon"; + speed = -0.35; + interpolationRestart = 1; + duty = 0.2; + headBobStrength = 0; + reverse = "AmovPknlMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon"; + soundOverride = "adjust_stand_to_kneel"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSlowWpstDnon_AmovPknlMstpSlowWpstDnon: AmovPknlMstpSlowWpstDnon + { + aimPrecision = 2; + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.35; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\pst\AmovPercMstpSlowWpstDnon_AmovPknlMstpSlowWpstDnon"; + speed = 1.11111; + disableWeapons = 1; + interpolationRestart = 1; + reverse = "AmovPknlMstpSlowWpstDnon_AmovPercMstpSlowWpstDnon"; + }; + class AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon: TransAnimBase + { + stamina = 0; + aimPrecision = 4.0; + relSpeedMin = 1; + static = 1; + actions = "PistolRunFActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\spr\low\pst\AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon"; + speed = 2.18182; + onLandEnd = 1; + soundOverride = "laydown"; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + enableDirectControl = 0; + interpolationRestart = 1; + duty = 0.8; + ConnectTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon_2",0.005}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon_2: AmovPpneMstpSrasWpstDnon + { + stamina = 0; + static = 1; + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.45; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\spr\low\pst\AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon_2"; + speed = 1.04348; + }; + class AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + stamina = 0; + aimPrecision = 4.0; + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.35; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon"; + speed = 0.818183; + leaningFactorBeg = 1; + interpolationRestart = 1; + leftHandIKBeg = 0; + reverse = "AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon"; + soundEnabled = 1; + soundOverride = "adjust_stand_to_prone"; + soundEdge[] = {0.01}; + ignoreMinPlayTime[] = {"AswmPercMrunSnonWnonDf","AsswPercMrunSnonWnonDf","AbswPercMrunSnonWnonDf","Unconscious"}; + leftHandIKCurve[] = {0.2222,1,0.2777,0,0.8518,0,0.9444,1}; + leftHandIKEnd = 0; + duty = 0.4; + }; + class AmovPercMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\pst\AmovPercMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon"; + speed = 0.545455; + reverse = "AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon"; + }; + class AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon + { + aimPrecision = 3.0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\pst\AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon"; + speed = 0.566038; + reverse = "AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon"; + }; + class AmovPknlMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + aimPrecision = 2; + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.35; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon"; + speed = -0.37; + interpolationRestart = 1; + duty = 0.4; + headBobStrength = 0; + reverse = "AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon"; + soundOverride = "adjust_kneel_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSlowWpstDnon_AmovPercMstpSlowWpstDnon: AmovPercMstpSlowWpstDnon + { + static = 1; + relSpeedMin = 0.8; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.35; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\pst\AmovPknlMstpSlowWpstDnon_AmovPercMstpSlowWpstDnon"; + speed = 0.967742; + disableWeapons = 1; + reverse = "AmovPercMstpSlowWpstDnon_AmovPknlMstpSlowWpstDnon"; + }; + class AmovPknlMstpSrasWpstDnon_AmovPercMsprSrasWpstDf: TransAnimBase + { + aimPrecision = 2; + actions = "PistolKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPercMsprSlowWpstDf"; + speed = 3.71; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + enableDirectControl = 0; + soundOverride = "standup"; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + stamina = 0; + aimPrecision = 3.0; + static = 1; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon"; + speed = 0.83721; + leaningFactorBeg = 1; + interpolationRestart = 1; + leftHandIKBeg = 0; + reverse = "AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon"; + soundOverride = "adjust_kneel_to_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.0384,1,0.1153,0,0.8653,0,0.923,1}; + leftHandIKEnd = 0; + duty = 0.2; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.35; + }; + class AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + stamina = 0; + aimPrecision = 4.0; + static = 1; + relSpeedMax = 1; + relSpeedMin = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon"; + speed = 0.679245; + onLandBeg = 1; + interpolationRestart = 1; + leftHandIKBeg = 0; + reverse = "AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon"; + leftHandIKCurve[] = {0.0303,1,0.0757,0,0.6666,0,0.7878,1}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + duty = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.65; + soundOverride = "adjust_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + stamina = 0; + aimPrecision = 3.0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon"; + speed = 0.857144; + canBlendStep = 0; + onLandBeg = 1; + interpolationRestart = 1; + leftHandIKBeg = 0; + reverse = "AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon"; + leftHandIKCurve[] = {0,1,0.0588,0,0.745,0,0.8823,1}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + duty = 0.8; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.65; + soundOverride = "adjust_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf: TransAnimBase + { + stamina = 0; + aimPrecision = 4.0; + actions = "PistolProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf"; + speed = 1.31; + onLandBeg = 1; + soundOverride = "standup"; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + enableDirectControl = 0; + interpolationRestart = 1; + duty = 2; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf_2",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf_2: AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf + { + actions = "PistolRunFActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf_2"; + speed = 2.17; + ConnectTo[] = {"AmovPercMrunSrasWpstDf",0.02,"AmovPercMevaSrasWpstDf",0.02}; + InterpolateTo[] = {"AmovPercMrunSrasWpstDf",0.02,"AmovPercMevaSrasWpstDf",0.02,"Unconscious",0.01}; + }; + class AmovPercMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.35; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon"; + speed = 1.53846; + duty = 0.1; + disableWeapons = 1; + reverse = "AmovPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon"; + soundOverride = "adjust_stand_to_kneel"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon: TransAnimBase + { + stamina = 0; + static = 1; + canBlendStep = 0; + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\spr\non\non\AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon"; + speed = 0.95; + onLandEnd = 1; + soundOverride = "laydown"; + canPullTrigger = 0; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + enableDirectControl = 0; + interpolationRestart = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + duty = 0.6; + ConnectTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon_2",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon_2: AmovPpneMstpSnonWnonDnon + { + stamina = 0; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.55; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\spr\non\non\AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon_2"; + speed = 1.5; + soundOverride = "laydown"; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + duty = 2; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon + { + stamina = 0; + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.55; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon"; + speed = 0.886936; + onLandBeg = 0; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 2; + duty = 0.6; + disableWeapons = 1; + reverse = "AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon"; + soundOverride = "adjust_stand_to_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.4; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon"; + speed = 1.46739; + aiming = "aimingCivil"; + duty = 0.2; + disableWeapons = 1; + reverse = "AmovPercMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon"; + soundOverride = "adjust_kneel_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSnonWnonDnon_AmovPercMsprSnonWnonDf: TransAnimBase + { + canBlendStep = 0; + actions = "CivilKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AmovPercMsprSnonWnonDf"; + speed = 2.55; + canPullTrigger = 0; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + enableDirectControl = 0; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon_AmovPercMsprSnonWnonDf_2",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPknlMstpSnonWnonDnon_AmovPercMsprSnonWnonDf_2: AmovPknlMstpSnonWnonDnon_AmovPercMsprSnonWnonDf + { + canBlendStep = 0; + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AmovPercMsprSnonWnonDf_2"; + speed = 1.2; + ConnectTo[] = {}; + }; + class AmovPknlMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon + { + stamina = 0; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.45; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon"; + speed = 1.32353; + onLandBeg = 0; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 2; + duty = 0.1; + disableWeapons = 1; + reverse = "AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon"; + soundOverride = "adjust_kneel_to_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + stamina = 0; + static = 1; + relSpeedMax = 1; + relSpeedMin = 0.8; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.55; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon"; + speed = 0.8; + onLandBeg = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorEnd = 1; + interpolationRestart = 1; + duty = 1; + disableWeapons = 1; + reverse = "AmovPercMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon"; + soundOverride = "adjust_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon + { + stamina = 0; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.45; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon"; + speed = 0.895522; + onLandBeg = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorEnd = 1; + interpolationRestart = 1; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1; + disableWeapons = 1; + reverse = "AmovPknlMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon"; + soundOverride = "adjust_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf: TransAnimBase + { + stamina = 0; + canBlendStep = 0; + actions = "CivilProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf"; + speed = 1.06; + onLandBeg = 1; + soundOverride = "standup"; + canPullTrigger = 0; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + enableDirectControl = 0; + interpolationRestart = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf_2",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf_2: AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf + { + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf_2"; + speed = 1.32; + soundOverride = "sprint"; + ConnectTo[] = {"AmovPercMevaSnonWnonDf",0.02}; + }; + class AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon: TransAnimBase + { + duty = 0.5; + actions = "PistolStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon"; + speed = 1.875; + disableWeapons = 1; + interpolationRestart = 2; + soundOverride = "rifle_to_handgun"; + leftHandIKCurve[] = {0.759,1,0.929,0}; + rightHandIKCurve[] = {0.17,1,0.298,0}; + weaponIK = 1; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon_end",0.005}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon_end",0.02,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon_end: AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon_end"; + speed = 1.666; + soundEnabled = 0; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + weaponIK = 0; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWpstDnon: AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon + { + duty = 1.0; + visibleSize = 0.350125; + actions = "PistolKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWpstDnon"; + soundOverride = "rifle_to_handgun"; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWpstDnon_end",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWrflDnon_end",0.02,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWpstDnon_end: AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon_end + { + duty = 1.0; + actions = "PistolKneelActions"; + visibleSize = 0.350125; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWpstDnon_end"; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWrflDnon",0.02,"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWrflDnon_AmovPpneMstpSrasWpstDnon: TransAnimBase + { + duty = 1.5; + visibleSize = 0.125013; + actions = "PistolProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AmovPpneMstpSrasWpstDnon"; + speed = 0.625; + disableWeapons = 1; + interpolationRestart = 2; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + soundOverride = "rifle_to_handgun_prn"; + onLandBeg = 1; + onLandEnd = 1; + leftHandIKCurve[] = {0,1,0.111,0}; + rightHandIKCurve[] = {0.152,1,0.199,0}; + weaponIK = 1; + soundEnabled = 1; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon_AmovPpneMstpSrasWpstDnon_end",0.005}; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon_end",0.02,"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWrflDnon_AmovPpneMstpSrasWpstDnon_end: AmovPpneMstpSrasWrflDnon_AmovPpneMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AmovPpneMstpSrasWpstDnon_end"; + speed = 0.95238; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + weaponIK = 2; + soundEnabled = 0; + leftHandIKCurve[] = {0}; + rightHandIKCurve[] = {0}; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon",0.02,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWlnrDnon: AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon + { + duty = 1.0; + visibleSize = 0.350121; + actions = "LauncherKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWlnrDnon"; + aimprecision = 0.5; + soundOverride = "rifle_to_launcher"; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWlnrDnon_end",0.01}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWrflDnon_end",0.02,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWlnrDnon_end: AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon_end + { + duty = 1.0; + visibleSize = 0.350121; + actions = "LauncherKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWlnrDnon_end"; + aimprecision = 0.5; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWrflDnon",0.02,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWrflDnon_AmovPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AmovPercMstpSnonWnonDnon"; + speed = 0.441176; + disableWeapons = 1; + weaponIK = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + soundOverride = "rifle_to_unarmed"; + leftHandIKCurve[] = {0,1,0.089,0}; + rightHandIKCurve[] = {0.14,1,0.268,0}; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.35; + }; + class AmovPknlMstpSrasWrflDnon_AmovPknlMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPknlMstpSnonWnonDnon"; + speed = 0.441176; + disableWeapons = 1; + weaponIK = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + soundOverride = "rifle_to_unarmed"; + leftHandIKCurve[] = {0,1,0.1492,0}; + rightHandIKCurve[] = {0.149254,1,0.268,0}; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.75; + }; + class AmovPpneMstpSrasWrflDnon_AmovPpneMstpSnonWnonDnon: TransAnimBase + { + actions = "CivilProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AmovPpneMstpSnonWnonDnon"; + speed = 0.45; + disableWeapons = 1; + weaponIK = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + soundOverride = "rifle_to_unarmed"; + leftHandIKCurve[] = {0.15,1,0.27,0}; + rightHandIKCurve[] = {0.2,1,0.25,0}; + onLandBeg = 1; + onLandEnd = 1; + soundEnabled = 0; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon: TransAnimBase + { + duty = 0.5; + actions = "RifleStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon"; + speed = 1.23288; + disableWeapons = 1; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + enableOptics = 2; + soundOverride = "handgun_to_rifle"; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon_end",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon_end",0.02,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon_end: AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon_end"; + speed = 0.697674; + showHandGun = 0; + aiming = "aimingDefault"; + aimingBody = "aimingUpDefault"; + interpolationSpeed = 20; + soundEnabled = 0; + rightHandIKCurve[] = {0.3,0,0.4,1}; + leftHandIKCurve[] = {0.406,0,0.492,1}; + weaponIK = 1; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWrflDnon: AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon + { + duty = 1.0; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWrflDnon"; + visibleSize = 0.350125; + actions = "RifleKneelActions"; + soundOverride = "handgun_to_rifle"; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWrflDnon_end",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWpstDnon_end",0.02,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWrflDnon_end: AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon_end + { + duty = 1.0; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWrflDnon_end"; + visibleSize = 0.350125; + soundEnabled = 0; + actions = "RifleKneelActions"; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon: TransAnimBase + { + duty = 1.5; + visibleSize = 0.125013; + actions = "RifleProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon"; + speed = 1.93548; + disableWeapons = 1; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + onLandBeg = 1; + onLandEnd = 1; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + soundOverride = "handgun_to_rifle"; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon_end",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon_AmovPpneMstpSrasWpstDnon_end",0.02,"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon_end: AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon_end"; + speed = 0.681818; + soundEnabled = 0; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + showHandGun = 0; + rightHandIKCurve[] = {0.707,0,0.782,1}; + leftHandIKCurve[] = {0.833,0,0.908,1}; + weaponIK = 1; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon_AmovPpneMstpSrasWpstDnon",0.02,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWpstDnon: TransAnimBase + { + duty = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWpstDnon"; + disableWeapons = 1; + actions = "PistolStandActions"; + speed = 0.9031; + interpolationRestart = 2; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + soundOverride = "launcher_to_handgun"; + rightHandIKCurve[] = {0.639,1,0.778,0}; + leftHandIKCurve[] = {0.819,1,0.917,0}; + weaponIK = 4; + enableOptics = 2; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWpstDnon_end",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWlnrDnon_end",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWpstDnon_end: TransAnimBase + { + duty = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWpstDnon_end"; + disableWeapons = 1; + actions = "PistolStandActions"; + showHandGun = 1; + speed = 1.0813; + interpolationRestart = 2; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + enableOptics = 2; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWlnrDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWlnrDnon: TransAnimBase + { + duty = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWlnrDnon"; + disableWeapons = 1; + actions = "LauncherStandActions"; + showHandGun = 1; + speed = 1.4344; + interpolationRestart = 2; + weaponIK = 2; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + enableOptics = 2; + soundOverride = "handgun_to_launcher"; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWlnrDnon_end",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWpstDnon_end",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWlnrDnon_end: TransAnimBase + { + duty = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWlnrDnon_end"; + disableWeapons = 1; + soundEnabled = 0; + actions = "LauncherStandActions"; + speed = 0.43131; + interpolationRestart = 2; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {0.414,0,0.493,1}; + leftHandIKCurve[] = {0.132,0,0.257,1}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + enableOptics = 2; + weaponIK = 4; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWpstDnon",0.02}; + }; + class AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWlnrDnon: AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWlnrDnon + { + duty = 1.0; + actions = "LauncherKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWlnrDnon"; + visibleSize = 0.350121; + soundOverride = "handgun_to_launcher"; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWlnrDnon_end",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWpstDnon_end",0.02,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWlnrDnon_end: AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWlnrDnon_end + { + duty = 1.0; + actions = "LauncherKneelActions"; + soundEnabled = 0; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWlnrDnon_end"; + visibleSize = 0.350121; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWpstDnon_AmovPercMstpSnonWnonDnon: TransAnimBase + { + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPercMstpSnonWnonDnon"; + speed = 1.03448; + disableWeapons = 1; + showHandgun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + InterpolationSpeed = 2.5; + enableOptics = 2; + soundOverride = "handgun_to_unarmed"; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_AmovPercMstpSnonWnonDnon_end",0.001}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_end",0.02,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWpstDnon_AmovPercMstpSnonWnonDnon_end: AmovPercMstpSrasWpstDnon_AmovPercMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPercMstpSnonWnonDnon_end"; + speed = 1.25; + soundEnabled = 0; + showHandGun = 0; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.02,"AmovPercMstpSnonWpstDnon_AmovPsitMstpSnonWpstDnon_ground",0.02}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AmovPpneMstpSnonWnonDnon: TransAnimBase + { + actions = "CivilProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AmovPpneMstpSnonWnonDnon"; + speed = 0.9375; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + onLandBeg = 1; + onLandEnd = 1; + soundOverride = "handgun_to_unarmed"; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon_AmovPpneMstpSnonWnonDnon_end",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AmovPpneMstpSnonWnonDnon_end: AmovPpneMstpSrasWpstDnon_AmovPpneMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AmovPpneMstpSnonWnonDnon_end"; + speed = 1.11111; + soundEnabled = 0; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.02}; + }; + class AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWrflDnon: AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWrflDnon + { + duty = 1.0; + actions = "RifleKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWrflDnon"; + visibleSize = 0.350121; + aimprecision = 0.5; + soundOverride = "launcher_to_rifle"; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWrflDnon_end",0.01}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWlnrDnon_end",0.02}; + }; + class AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWrflDnon_end: AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWrflDnon_end + { + duty = 1.0; + actions = "RifleKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWrflDnon_end"; + visibleSize = 0.350121; + aimprecision = 0.5; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWlnrDnon",0.02,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWpstDnon: AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWpstDnon + { + duty = 1.0; + actions = "PistolKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWpstDnon"; + visibleSize = 0.350121; + soundOverride = "launcher_to_handgun"; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWpstDnon_end",0.01}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWlnrDnon_end",0.02,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWpstDnon_end: AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWpstDnon_end + { + duty = 1.0; + actions = "PistolKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWpstDnon_end"; + visibleSize = 0.350121; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWlnrDnon",0.02,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWlnrDnon_AmovPercMstpSnonWnonDnon: TransAnimBase + { + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AmovPercMstpSnonWnonDnon"; + speed = 0.34; + rightHandIKCurve[] = {0.45,1,0.5,0}; + leftHandIKCurve[] = {0.05,1,0.15,0}; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + soundOverride = "standup"; + weaponIK = 4; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.03}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon_AmovPknlMstpSrasWlnrDnon",0.02,"Unconscious",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon: TransAnimBase_noIK + { + actions = "RifleStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon"; + speed = 3.15789; + showItemInHand = 1; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "binoc_to_rifle"; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon_end",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon_end: AmovPercMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon_end"; + speed = 0.645162; + soundEdge[] = {0.01}; + soundOverride = "binoc_to_rifle"; + rightHandIKCurve[] = {0.53,0,0.6,1}; + leftHandIKCurve[] = {0.42,0,0.56,1}; + }; + class AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon: TransAnimBase + { + visibleSize = 0.350125; + actions = "RifleKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon"; + speed = 3.15789; + showItemInHand = 1; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 2; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "binoc_to_rifle"; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon_end",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon_end: AmovPknlMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + soundEnabled = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon_end"; + speed = 0.645162; + showItemInHand = 0; + rightHandIKEnd = 1; + rightHandIKBeg = 1; + rightHandIKCurve[] = {0.53,0,0.6,1}; + leftHandIKCurve[] = {0.42,0,0.56,1}; + weaponIK = 1; + }; + class AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon: TransAnimBase + { + visibleSize = 0.125013; + actions = "RifleProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon"; + speed = 0.992064; + showItemInHand = 1; + disableWeapon = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + onLandBeg = 1; + onLandEnd = 1; + interpolationRestart = 2; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "binoc_to_rifle_2"; + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon_end",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon_end: AmovPpneMstpSrasWrflDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon_end"; + speed = 0.541125; + showItemInHand = 0; + rightHandIKCurve[] = {0.61,0,0.73,1}; + leftHandIKCurve[] = {0.68,0,0.75,1}; + weaponIK = 1; + }; + class AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon: TransAnimBase_noIK + { + actions = "PistolStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon"; + speed = 1.66667; + showItemInHand = 1; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "binoc_to_handgun"; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon_end",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon_end: AmovPercMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon_end"; + speed = 1.15385; + }; + class AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon: TransAnimBase + { + visibleSize = 0.350125; + actions = "PistolKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon"; + speed = 1.66667; + showItemInHand = 1; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "binoc_to_handgun"; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon_end",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon_end: AmovPknlMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon_end"; + speed = 1.15385; + showItemInHand = 0; + }; + class AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon: TransAnimBase + { + visibleSize = 0.125013; + actions = "PistolProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon"; + speed = 1.77632; + showItemInHand = 1; + disableWeapon = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + onLandBeg = 1; + onLandEnd = 1; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "binoc_to_handgun"; + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon_end",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon_end: AmovPpneMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon_end"; + speed = 1.27359; + showItemInHand = 0; + }; + class AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon: TransAnimBase_noIK + { + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon"; + speed = 1.665; + showItemInHand = 1; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "binoc_to_unarmed"; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon_end",0.02}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon_end: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon_end"; + speed = 1.665; + }; + class AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon: TransAnimBase + { + visibleSize = 0.350125; + actions = "CivilKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon"; + speed = 1.665; + showItemInHand = 1; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "binoc_to_unarmed"; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon_end",0.02}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon_end: AmovPknlMstpSnonWnonDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon_end"; + speed = 1.665; + showItemInHand = 0; + }; + class AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon: TransAnimBase + { + visibleSize = 0.125013; + actions = "CivilProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon"; + speed = 1.32353; + showItemInHand = 1; + disableWeapon = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + onLandBeg = 1; + onLandEnd = 1; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "binoc_to_unarmed"; + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon_end",0.02}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon_end: AmovPpneMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon_end"; + speed = 1.8; + showItemInHand = 0; + }; + class AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon: TransAnimBase + { + actions = "RifleStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon"; + speed = 0.428571; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + canPullTrigger = 0; + soundOverride = "unarmed_to_rifle"; + rightHandIKCurve[] = {0.52,0,0.578,1}; + leftHandIKCurve[] = {0.78,0,0.884,1}; + weaponIK = 1; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_AmovPercMstpSnonWnonDnon",0.02,"Unconscious",0.01}; + }; + class AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWrflDnon: TransAnimBase + { + actions = "RifleKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWrflDnon"; + speed = 0.46153; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + canPullTrigger = 0; + soundOverride = "unarmed_to_rifle"; + rightHandIKCurve[] = {0.515625,0,0.59375,1}; + leftHandIKCurve[] = {0.85,0,0.92,1}; + weaponIK = 1; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSnonWnonDnon",0.02,"Unconscious",0.01}; + }; + class AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWrflDnon: TransAnimBase + { + actions = "RifleProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWrflDnon"; + speed = 0.842188; + disableWeapons = 1; + weaponIK = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + soundOverride = "unarmed_to_rifle"; + leftHandIKCurve[] = {0.84,0,1,1}; + rightHandIKCurve[] = {0.6,0,0.72,1}; + onLandBeg = 1; + onLandEnd = 1; + canPullTrigger = 0; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon: TransAnimBase + { + actions = "PistolStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon"; + speed = 1.76471; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + InterpolationSpeed = 2.5; + canPullTrigger = 0; + enableOptics = 2; + soundOverride = "unarmed_to_handgun"; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_end",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AmovPercMstpSnonWnonDnon_end",0.02,"Unconscious",0.01}; + }; + class AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_end: AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_end"; + speed = 1.07143; + showHandGun = 1; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AmovPercMstpSnonWnonDnon",0.02,"Unconscious",0.01}; + }; + class AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWpstDnon: TransAnimBase + { + actions = "PistolProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWpstDnon"; + speed = 1.48077; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + onLandBeg = 1; + onLandEnd = 1; + canPullTrigger = 0; + enableOptics = 2; + soundOverride = "unarmed_to_handgun"; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWpstDnon_end",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWpstDnon_end: AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWpstDnon_end"; + speed = 0.931452; + showHandGun = 1; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.02}; + }; + class AmovPercMstpSnonWnonDnon_AmovPknlMstpSrasWlnrDnon: TransAnimBase + { + actions = "LauncherKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AmovPknlMstpSrasWlnrDnon"; + speed = 1; + rightHandIKCurve[] = {0.5,0,0.55,1}; + leftHandIKCurve[] = {0.85,0,0.95,1}; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + canPullTrigger = 0; + weaponIK = 4; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon",0.005}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon_AmovPercMstpSnonWnonDnon",0.02,"Unconscious",0.01}; + }; + class AmovPercMevaSrasWrflDf: SprintBaseDf + { + speed = 1.60971; + static = 1; + weaponIK = 1; + headBobStrength = 0.25; + duty = 1; + disableWeaponsLong = 1; + enableOptics = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_offset.p3d"; + ConnectTo[] = {"AovrPercMrunSrasWrflDf",1.202}; + InterpolateTo[] = {"AovrPercMstpSrasWrflDf",0.232,"AmovPercMrunSlowWrflDf",0.025,"AmovPercMwlkSrasWrflDf",0.025,"AmovPercMrunSrasWrflDf",0.025,"AmovPercMrunSrasWrflDf_ldst",0.025,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMevaSrasWrflDf",0.025,"AmovPercMevaSlowWrflDf",0.02,"Unconscious",0.01,"AmovPercMevaSrasWrflDf_AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMtacSrasWrflDf",0.02,"AmovPercMtacSrasWrflDfl",0.02,"AmovPercMtacSrasWrflDfr",0.02,"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDfl",0.02,"AmovPercMevaSrasWrflDfr",0.02}; + }; + class AmovPercMevaSrasWrflDf_AmovPknlMstpSrasWrflDnon: AmovPercMevaSrasWrflDf + { + interpolationRestart = 1; + aiming = "aimingDefault"; + aimingBody = "aimingUpDefault"; + looped = 0; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\spr\low\rfl\AmovPercMsprSrasWrflDf_AmovPknlMstpSrasWrflDnon"; + speed = 1.3; + limitGunMovement = 1; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {}; + }; + class AmovPercMevaSrasWrflDfr_AmovPknlMstpSrasWrflDnon: AmovPercMevaSrasWrflDf_AmovPknlMstpSrasWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\mov\erc\spr\low\rfl\AmovPercMsprSrasWrflDfr_AmovPknlMstpSrasWrflDnon"; + speed = 0.9; + }; + class AmovPercMevaSrasWrflDfl_AmovPknlMstpSrasWrflDnon: AmovPercMevaSrasWrflDf_AmovPknlMstpSrasWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\mov\erc\spr\low\rfl\AmovPercMsprSrasWrflDfl_AmovPknlMstpSrasWrflDnon"; + speed = 0.9; + }; + class AmovPknlMevaSrasWrflDf: AmovPercMevaSrasWrflDf + { + aimPrecision = 8.0; + duty = 1.2; + relSpeedMin = 0.5; + Walkcycles = 2; + speed = 1.47599; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Knl\spr\low\Rfl\AmovPknlMsprSlowWrflDf"; + actions = "RifleKneelEvasiveActionsF"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_offset.p3d"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMrunSlowWrflDf",0.025,"AmovPknlMrunSrasWrflDf",0.025,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDf",0.025,"AmovPercMevaSlowWrflDf",0.02,"AmovPknlMevaSrasWrflDfl",0.025,"AmovPknlMevaSrasWrflDfr",0.025,"Unconscious",0.1,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMtacSrasWrflDfr",0.02}; + }; + class AmovPercMevaSlowWrflDf: AmovPercMevaSrasWrflDf + { + actions = "RifleStandLowEvasiveActionsF"; + headBobStrength = 0.253731; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.025,"AmovPercMwlkSlowWrflDf",0.025,"AmovPercMrunSlowWrflDf",0.025,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPknlMevaSrasWrflDf",0.02,"AidlPercMevaSrasWrflDf",0.01,"AmovPercMevaSlowWrflDfl",0.025,"AmovPercMevaSlowWrflDfr",0.025,"Unconscious",0.01}; + }; + class AidlPercMevaSrasWrflDf: AmovPercMevaSlowWrflDf + { + actions = "RifleStandEvasiveActionsF_Idle"; + InterpolateTo[] = {"AidlPercMwlkSrasWrflDf",0.025,"AidlPercMrunSrasWrflDf",0.025,"AmovPercMevaSlowWrflDf",0.01,"Unconscious",0.01,"AidlPercMstpSrasWrflDnon_AI",0.02}; + }; + class AidlPercMwlkSrasWrflDb: AmovPercMwlkSlowWrflDb + { + actions = "RifleStandActions_Idle"; + InterpolateTo[] = {"AidlPercMwlkSrasWrflDf",0.02,"Unconscious",0.01,"AidlPercMstpSrasWrflDnon_AI",0.02}; + }; + class AmovPercMevaSrasWrflDfl: AmovPercMevaSrasWrflDf + { + relSpeedMax = 1.1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\low\Rfl\AmovPercMsprSlowWrflDfl"; + actions = "RifleStandEvasiveActionsFL"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDfl_AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDfl",0.025,"AmovPercMwlkSrasWrflDfl",0.025,"AmovPercMrunSrasWrflDfl",0.025,"AmovPercMrunSrasWrflDl",0.05,"AmovPercMrunSrasWrflDfl_ldst",0.025,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMevaSrasWrflDfl",0.025,"AmovPercMevaSlowWrflDfl",0.025,"Unconscious",0.01,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDfr",0.02,"AmovPercMtacSrasWrflDf",0.02,"AmovPercMtacSrasWrflDfl",0.02,"AmovPercMtacSrasWrflDfr",0.02,"AmovPercMevaSrasWrflDl",0.025}; + }; + class AmovPknlMevaSrasWrflDfl: AmovPknlMevaSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Knl\spr\low\Rfl\AmovPknlMsprSlowWrflDfl"; + actions = "RifleKneelEvasiveActionsFL"; + InterpolateTo[] = {"AmovPknlMrunSlowWrflDfl",0.025,"AmovPknlMrunSrasWrflDfl",0.025,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMevaSrasWrflDf",0.025,"AmovPercMevaSrasWrflDfl",0.025,"AmovPercMevaSlowWrflDfl",0.025,"AmovPknlMevaSrasWrflDfr",0.025,"Unconscious",0.1,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMtacSrasWrflDfr",0.02}; + }; + class AmovPercMevaSlowWrflDfl: AmovPercMevaSrasWrflDf + { + actions = "RifleStandLowEvasiveActionsFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\low\Rfl\AmovPercMsprSlowWrflDfl"; + aimPrecision = 4; + weaponLowered = 1; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.025,"AmovPercMwlkSlowWrflDfl",0.025,"AmovPercMrunSlowWrflDfl",0.025,"AmovPercMrunSrasWrflDfl",0.025,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSlowWrflDf",0.025,"AmovPercMevaSrasWrflDl",0.025,"AmovPercMevaSrasWrflDfl",0.025,"AmovPknlMevaSrasWrflDfl",0.025,"AmovPercMevaSlowWrflDfr",0.025,"Unconscious",0.01}; + }; + class AmovPercMevaSrasWrflDfr: AmovPercMevaSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\low\Rfl\AmovPercMsprSlowWrflDfr"; + actions = "RifleStandEvasiveActionsFR"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDfr_AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDfr",0.025,"AmovPercMwlkSrasWrflDfr",0.025,"AmovPercMrunSrasWrflDfr_ldst",0.025,"AmovPercMrunSrasWrflDr",0.05,"AmovPercMrunSrasWrflDfr",0.025,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMevaSrasWrflDfr",0.025,"AmovPercMevaSlowWrflDfr",0.025,"AmovPercMevaSrasWrflDfl",0.02,"Unconscious",0.01,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMtacSrasWrflDf",0.02,"AmovPercMtacSrasWrflDfl",0.02,"AmovPercMtacSrasWrflDfr",0.02,"AmovPercMevaSrasWrflDr",0.025}; + }; + class AmovPercMevaSrasWrflDr: AmovPercMrunSrasWrflDr + { + actions = "RifleStandEvasiveActionsR"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDr",0.025,"AmovPercMwlkSrasWrflDr",0.025,"AmovPercMrunSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDbr_ldst",0.02,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPknlMrunSrasWrflDr",0.03,"Unconscious",0.01,"AmovPercMtacSrasWrflDr",0.02,"AmovPercMrunSrasWrflDf",0.02,"AmovPercMrunSrasWrflDf_ldst",0.02,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMrunSrasWrflDl_ldst",0.02,"AmovPercMrunSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDbl_ldst",0.02,"AmovPercMrunSrasWrflDb",0.02,"AmovPercMrunSrasWrflDb_ldst",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMrunSrasWrflDr_ldst",0.02,"AmovPercMrunSrasWrflDr",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDfr",0.02,"AmovPknlMevaSrasWrflDr",0.02,"AmovPercMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright",0.02}; + }; + class AmovPercMevaSrasWrflDl: AmovPercMrunSrasWrflDl + { + actions = "RifleStandEvasiveActionsL"; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMrunSlowWrflDl",0.025,"AmovPercMwlkSrasWrflDl",0.025,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMrunSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDbl_ldst",0.02,"AmovPknlMrunSrasWrflDl",0.03,"Unconscious",0.01,"AmovPercMtacSrasWrflDl",0.02,"AmovPercMrunSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDbr_ldst",0.02,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPercMrunSrasWrflDr",0.02,"AmovPercMrunSrasWrflDr_ldst",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMrunSrasWrflDl_ldst",0.02,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMevaSrasWrflDfl",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPknlMevaSrasWrflDl",0.02,"AmovPercMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft",0.02}; + }; + class AmovPknlMevaSrasWrflDr: AmovPknlMrunSrasWrflDr + { + actions = "RifleKneelEvasiveActionsR"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMrunSlowWrflDr",0.025,"AmovPknlMwlkSrasWrflDr",0.025,"AmovPknlMrunSrasWrflDbr",0.02,"AmovPknlMrunSrasWrflDbr_ldst",0.02,"AmovPknlMrunSrasWrflDfr",0.02,"AmovPknlMrunSrasWrflDfr_ldst",0.02,"AmovPknlMrunSrasWrflDr",0.03,"Unconscious",0.01,"AmovPknlMtacSrasWrflDr",0.02,"AmovPknlMrunSrasWrflDf",0.02,"AmovPknlMrunSrasWrflDf_ldst",0.02,"AmovPknlMrunSrasWrflDfl",0.02,"AmovPknlMrunSrasWrflDfl_ldst",0.02,"AmovPknlMrunSrasWrflDl",0.02,"AmovPknlMrunSrasWrflDl_ldst",0.02,"AmovPknlMrunSrasWrflDbl",0.02,"AmovPknlMrunSrasWrflDbl_ldst",0.02,"AmovPknlMrunSrasWrflDb",0.02,"AmovPknlMrunSrasWrflDb_ldst",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMrunSrasWrflDr_ldst",0.02,"AmovPknlMrunSrasWrflDr",0.02,"AmovPknlMevaSrasWrflDf",0.02,"AmovPknlMevaSrasWrflDfr",0.02,"AmovPercMevaSrasWrflDr",0.02,"AmovPknlMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright",0.02}; + }; + class AmovPknlMevaSrasWrflDl: AmovPknlMrunSrasWrflDl + { + actions = "RifleKneelEvasiveActionsL"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMrunSlowWrflDl",0.025,"AmovPknlMwlkSrasWrflDl",0.025,"AmovPknlMrunSrasWrflDfl",0.02,"AmovPknlMrunSrasWrflDfl_ldst",0.02,"AmovPknlMrunSrasWrflDbl",0.02,"AmovPknlMrunSrasWrflDbl_ldst",0.02,"AmovPknlMrunSrasWrflDl",0.03,"Unconscious",0.01,"AmovPknlMtacSrasWrflDl",0.02,"AmovPknlMrunSrasWrflDbr",0.02,"AmovPknlMrunSrasWrflDbr_ldst",0.02,"AmovPknlMrunSrasWrflDfr",0.02,"AmovPknlMrunSrasWrflDfr_ldst",0.02,"AmovPknlMrunSrasWrflDr",0.02,"AmovPknlMrunSrasWrflDr_ldst",0.02,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMrunSrasWrflDl_ldst",0.02,"AmovPknlMrunSrasWrflDl",0.02,"AmovPknlMevaSrasWrflDfl",0.02,"AmovPknlMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDl",0.02,"AmovPknlMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft",0.02}; + }; + class AmovPknlMevaSrasWrflDfr: AmovPercMevaSrasWrflDfr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Knl\spr\low\Rfl\AmovPknlMsprSlowWrflDfr"; + actions = "RifleKneelEvasiveActionsFR"; + InterpolateTo[] = {"AmovPknlMrunSlowWrflDfr",0.025,"AmovPknlMrunSrasWrflDfr",0.025,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMevaSrasWrflDf",0.025,"AmovPknlMevaSrasWrflDfl",0.025,"AmovPercMevaSrasWrflDfr",0.025,"AmovPercMevaSlowWrflDfr",0.025,"Unconscious",0.1,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMtacSrasWrflDfr",0.02}; + }; + class AmovPercMevaSlowWrflDfr: AmovPercMevaSrasWrflDfr + { + actions = "RifleStandLowEvasiveActionsFR"; + headBobStrength = 0.253731; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.025,"AmovPercMwlkSlowWrflDfr",0.025,"AmovPercMrunSrasWrflDfr",0.025,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSlowWrflDf",0.025,"AmovPercMevaSlowWrflDfl",0.025,"AmovPercMevaSrasWrflDfr",0.025,"AmovPknlMevaSrasWrflDfr",0.025,"Unconscious",0.01}; + }; + class AmovPknlMevaSlowWrflDf: AmovPknlMevaSrasWrflDf + { + actions = "RifleKneelLowEvasiveActionsF"; + InterpolateTo[] = {"AmovPknlMrunSlowWrflDf",0.025,"AmovPknlMrunSrasWrflDf",0.025,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDf",0.025,"AmovPercMevaSlowWrflDf",0.02,"AmovPknlMevaSlowWrflDfl",0.025,"AmovPknlMevaSlowWrflDfr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSlowWrflDfl: AmovPknlMevaSrasWrflDfl + { + actions = "RifleKneelLowEvasiveActionsFL"; + InterpolateTo[] = {"AmovPknlMrunSlowWrflDfl",0.025,"AmovPknlMrunSrasWrflDfl",0.025,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDfl",0.025,"AmovPercMevaSlowWrflDfl",0.02,"AmovPknlMevaSlowWrflDf",0.025,"AmovPknlMevaSlowWrflDfr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSlowWrflDfr: AmovPknlMevaSrasWrflDfr + { + actions = "RifleKneelLowEvasiveActionsFR"; + InterpolateTo[] = {"AmovPknlMrunSlowWrflDfr",0.025,"AmovPknlMrunSrasWrflDfr",0.025,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMevaSrasWrflDfr",0.025,"AmovPercMevaSlowWrflDfr",0.02,"AmovPknlMevaSlowWrflDfl",0.025,"AmovPknlMevaSlowWrflDf",0.025,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWrflDnon_AmovPknlMevaSrasWrflDr: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPknlMevaSrasWrflDr"; + speed = 0.51; + soundOverride = "sprint"; + soundEnabled = 1; + headBobStrength = 0.512438; + ConnectTo[] = {"AmovPknlMwlkSrasWrflDr",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl: AmovPpneMstpSrasWrflDnon + { + stamina = -1; + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl"; + speed = 1.1; + duty = 3; + soundEnabled = 1; + soundOverride = "roll"; + canBlendStep = 0; + enableDirectControl = 0; + static = 1; + relSpeedMin = 0.5; + interpolationSpeed = 4.5; + interpolationRestart = 1; + headBobStrength = -1; + enableOptics = 0; + aimPrecision = 6; + soundEdge[] = {0.1}; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr: AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr"; + speed = 1.2; + }; + class AmovPercMevaSrasWpstDf: SprintCivilBaseDf + { + actions = "PistolStandEvasiveActionsF"; + limitGunMovement = 0.1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + showHandGun = 1; + duty = 0.8; + visibleSize = 1; + static = 1; + enableOptics = 0; + speed = 1.666666; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\spr\low\pst\AmovPercMsprSlowWpstDf"; + weaponIK = 2; + headBobStrength = 0.233831; + ConnectTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon",0.02,"AmovPercMwlkSrasWpstDf",0.025,"AmovPercMrunSrasWpstDf",0.02,"AmovPknlMevaSrasWpstDf",0.02,"AmovPercMevaSrasWpstDfl",0.02,"AmovPercMevaSrasWpstDfr",0.02,"Unconscious",0.1}; + disableWeaponsLong = 1; + }; + class AmovPknlMevaSrasWpstDf: AmovPercMevaSrasWpstDf + { + aimPrecision = 8.0; + duty = 1; + relSpeedMin = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\spr\low\pst\AmovPknlMsprSlowWpstDf"; + speed = 1.5; + actions = "PistolKneelEvasiveActionsF"; + headBobStrength = 0.21393; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMrunSlowWpstDf",0.025,"AmovPknlMrunSrasWpstDf",0.025,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.025,"AmovPercMevaSrasWpstDf",0.025,"AmovPercMevaSlowWpstDf",0.025,"AmovPknlMevaSrasWpstDfl",0.025,"AmovPknlMevaSrasWpstDfr",0.025,"Unconscious",0.1}; + soundEdge[] = {0,0.4,0.8}; + }; + class AmovPercMevaSlowWpstDf: AmovPercMevaSrasWpstDf + { + actions = "PistolLowStandActions"; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.025,"AmovPercMstpSlowWpstDnon",0.025,"AmovPercMwlkSlowWpstDf",0.025,"AmovPercMrunSlowWpstDf",0.025,"AmovPercMevaSlowWpstDfl",0.025,"AmovPercMevaSlowWpstDfr",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSrasWpstDfl: AmovPercMevaSrasWpstDf + { + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + actions = "PistolStandEvasiveActionsFL"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\spr\low\pst\AmovPercMsprSlowWpstDfl"; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.025,"AmovPercMstpSrasWpstDnon",0.025,"AmovPercMwlkSrasWpstDfl",0.025,"AmovPercMrunSrasWpstDfl",0.02,"AmovPercMrunSrasWpstDl",0.02,"AmovPercMevaSrasWpstDf",0.02,"AmovPercMevaSrasWpstDfl",0.02,"AmovPercMevaSrasWpstDfr",0.02,"AmovPknlMevaSrasWpstDfl",0.02,"Unconscious",0.1}; + }; + class AmovPknlMevaSrasWpstDfl: AmovPknlMevaSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\spr\low\pst\AmovPknlMsprSlowWpstDfl"; + actions = "PistolKneelEvasiveActionsFL"; + InterpolateTo[] = {"AmovPknlMrunSlowWpstDfl",0.025,"AmovPknlMrunSrasWpstDfl",0.025,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.025,"AmovPknlMevaSrasWpstDf",0.025,"AmovPercMevaSrasWpstDfl",0.025,"AmovPercMevaSlowWpstDfl",0.025,"AmovPknlMevaSrasWpstDfr",0.025,"AmovPercMevaSrasWpstDfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSlowWpstDfl: AmovPercMevaSrasWpstDfl + { + actions = "PistolLowStandActions"; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.025,"AmovPercMstpSlowWpstDnon",0.025,"AmovPercMwlkSlowWpstDfl",0.025,"AmovPercMrunSlowWpstDfl",0.025,"AmovPercMevaSlowWpstDf",0.025,"AmovPercMevaSlowWpstDfr",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSrasWpstDfr: AmovPercMevaSrasWpstDf + { + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + actions = "PistolStandEvasiveActionsFR"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\spr\low\pst\AmovPercMsprSlowWpstDfr"; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.025,"AmovPercMstpSrasWpstDnon",0.025,"AmovPercMwlkSrasWpstDfr",0.025,"AmovPercMrunSrasWpstDr",0.02,"AmovPercMrunSrasWpstDfr",0.02,"AmovPercMevaSrasWpstDf",0.02,"AmovPercMevaSrasWpstDfl",0.02,"AmovPknlMevaSrasWpstDfr",0.02,"AmovPercMevaSrasWpstDr",0.02,"Unconscious",0.1}; + }; + class AmovPknlMevaSrasWpstDfr: AmovPknlMevaSrasWpstDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\spr\low\pst\AmovPknlMsprSlowWpstDfr"; + actions = "PistolKneelEvasiveActionsFR"; + headBobStrength = 0.20398; + InterpolateTo[] = {"AmovPknlMrunSlowWpstDfr",0.025,"AmovPknlMrunSrasWpstDfr",0.025,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.025,"AmovPknlMevaSrasWpstDf",0.025,"AmovPercMevaSrasWpstDfr",0.025,"AmovPercMevaSlowWpstDfr",0.025,"AmovPknlMevaSrasWpstDfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSlowWpstDfr: AmovPercMevaSrasWpstDfr + { + actions = "PistolLowStandActions"; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.025,"AmovPercMstpSlowWpstDnon",0.025,"AmovPercMwlkSlowWpstDfr",0.025,"AmovPercMrunSlowWpstDfr",0.025,"AmovPercMevaSlowWpstDf",0.025,"AmovPercMevaSlowWpstDfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSrasWpstDr: AmovPercMrunSrasWpstDr + { + actions = "PistolStandEvasiveActionsR"; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.025,"AmovPercMstpSrasWpstDnon",0.025,"AmovPercMwlkSrasWpstDfr",0.025,"AmovPercMrunSrasWpstDr",0.02,"AmovPercMrunSrasWpstDfr",0.02,"AmovPercMevaSrasWpstDf",0.02,"AmovPercMevaSrasWpstDfl",0.02,"AmovPknlMevaSrasWpstDr",0.02,"Unconscious",0.1,"AmovPercMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright",0.02}; + }; + class AmovPercMevaSrasWpstDl: AmovPercMrunSrasWpstDl + { + actions = "PistolStandEvasiveActionsL"; + InterpolateTo[] = {"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.025,"AmovPercMstpSrasWpstDnon",0.025,"AmovPercMwlkSrasWpstDfl",0.025,"AmovPercMrunSrasWpstDfl",0.02,"AmovPercMrunSrasWpstDl",0.02,"AmovPercMevaSrasWpstDf",0.02,"AmovPercMevaSrasWpstDfr",0.02,"AmovPknlMevaSrasWpstDl",0.02,"Unconscious",0.1,"AmovPercMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft",0.02}; + }; + class AmovPknlMevaSrasWpstDr: AmovPknlMrunSrasWpstDr + { + actions = "PistolKneelEvasiveActionsR"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.025,"AmovPknlMwlkSrasWpstDfr",0.025,"AmovPknlMrunSrasWpstDr",0.02,"AmovPknlMrunSrasWpstDfr",0.02,"AmovPknlMevaSrasWpstDf",0.02,"AmovPknlMevaSrasWpstDfl",0.02,"AmovPknlMevaSrasWpstDfr",0.02,"AmovPercMevaSrasWpstDr",0.02,"Unconscious",0.1,"AmovPknlMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright",0.02}; + }; + class AmovPknlMevaSrasWpstDl: AmovPknlMrunSrasWpstDl + { + actions = "PistolKneelEvasiveActionsL"; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.025,"AmovPknlMwlkSrasWpstDfl",0.025,"AmovPknlMrunSrasWpstDfl",0.02,"AmovPknlMrunSrasWpstDl",0.02,"AmovPknlMevaSrasWpstDf",0.02,"AmovPknlMevaSrasWpstDfr",0.02,"AmovPercMevaSrasWpstDl",0.02,"Unconscious",0.1,"AmovPknlMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft",0.02}; + }; + class AmovPpneMstpSrasWpstDnon_AmovPpneMevaSlowWpstDl: AmovPpneMstpSrasWpstDnon + { + aimPrecision = 4.0; + stamina = -1; + variantsPlayer[] = {}; + variantsAI[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AmovPpneMevaSlowWpstDl"; + speed = 1.02; + duty = 2.5; + soundEnabled = 1; + soundOverride = "roll"; + soundEdge[] = {0.01}; + canBlendStep = 0; + interpolationRestart = 1; + enableOptics = 0; + enableDirectControl = 0; + headBobStrength = -1; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWpstDnon_AmovPpneMevaSlowWpstDr: AmovPpneMstpSrasWpstDnon_AmovPpneMevaSlowWpstDl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AmovPpneMevaSlowWpstDr"; + }; + class AmovPercMevaSnonWnonDf: SprintCivilBaseDf + { + aimPrecision = 7.0; + actions = "CivilEvasiveActions"; + speed = 1.875; + canPullTrigger = 0; + duty = 0.6; + Walkcycles = 2; + ConnectTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02,"AmovPercMrunSnonWnonDf",0.02,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDf",0.025,"AmovPercMevaSnonWnonDfl",0.02,"AmovPercMevaSnonWnonDfr",0.02,"AmovPknlMevaSnonWnonDf",0.02,"Unconscious",0.1}; + }; + class AmovPercMevaSnonWnonDfl: AmovPercMevaSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\non\non\AmovPercMsprSnonWnonDfl"; + InterpolateTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDfl",0.025,"AmovPercMrunSnonWnonDfl",0.02,"AmovPercMevaSnonWnonDf",0.02,"AmovPercMevaSnonWnonDfr",0.02,"AmovPknlMevaSnonWnonDfl",0.02,"Unconscious",0.1}; + }; + class AmovPercMevaSnonWnonDfr: AmovPercMevaSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\non\non\AmovPercMsprSnonWnonDfr"; + InterpolateTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDfr",0.025,"AmovPercMrunSnonWnonDfr",0.02,"AmovPercMevaSnonWnonDf",0.02,"AmovPknlMevaSnonWnonDfr",0.02,"AmovPercMevaSnonWnonDfl",0.02,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWnonDf: SprintCivilBaseDf + { + aimPrecision = 8.0; + actions = "CivilEvasiveKneelActions"; + speed = 1.875; + canPullTrigger = 0; + relSpeedMin = 0.5; + duty = 0.8; + Walkcycles = 2; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDf"; + ConnectTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02,"AmovPknlMrunSnonWnonDf",0.02,"AmovPknlMstpSnonWnonDnon",0.06,"AmovPknlMwlkSnonWnonDf",0.025,"AmovPknlMevaSnonWnonDfl",0.02,"AmovPknlMevaSnonWnonDfr",0.02,"AmovPercMevaSnonWnonDf",0.02,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWnonDfl: AmovPknlMevaSnonWnonDf + { + speed = 1.76471; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDfl"; + InterpolateTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02,"AmovPknlMstpSnonWnonDnon",0.06,"AmovPknlMwlkSnonWnonDfl",0.025,"AmovPknlMrunSnonWnonDfl",0.02,"AmovPknlMevaSnonWnonDf",0.02,"AmovPknlMevaSnonWnonDfr",0.02,"AmovPercMevaSnonWnonDfl",0.02,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWnonDfr: AmovPknlMevaSnonWnonDf + { + speed = 1.76471; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDfr"; + InterpolateTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02,"AmovPknlMstpSnonWnonDnon",0.06,"AmovPknlMwlkSnonWnonDfr",0.025,"AmovPknlMrunSnonWnonDfr",0.02,"AmovPercMevaSnonWnonDfr",0.02,"AmovPknlMevaSnonWnonDf",0.02,"AmovPknlMevaSnonWnonDfl",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSnonWnonDnon_AmovPpneMevaSnonWnonDl: AidlPpneMstpSnonWnonDnon_G0S + { + stamina = -1; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AmovPpneMevaSnonWnonDl"; + speed = 0.95; + duty = 2; + canBlendStep = 0; + enableOptics = 0; + enableDirectControl = 0; + headBobStrength = -1; + soundEnabled = 1; + soundOverride = "roll_unarmed"; + soundEdge[] = {0.01}; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPpneMstpSnonWnonDnon_AmovPpneMevaSnonWnonDr: AidlPpneMstpSnonWnonDnon_G0S + { + stamina = -1; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AmovPpneMevaSnonWnonDr"; + speed = 0.95; + duty = 2; + canBlendStep = 0; + enableOptics = 0; + enableDirectControl = 0; + headBobStrength = -1; + soundEnabled = 1; + soundOverride = "roll_unarmed"; + soundEdge[] = {0.01}; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class CutSceneAnimationBase: AmovPercMstpSnonWnonDnon + { + affectedByFatigue = "false"; + variantsPlayer[] = {}; + relSpeedMin = 1; + relSpeedMax = 1; + disableWeapons = 1; + enableOptics = 0; + head = "headNo"; + enableBinocular = 0; + headBobMode = 5; + headBobStrength = -1; + forceAim = 1; + soundEnabled = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class CutSceneAnimationBaseAbuse: CutSceneAnimationBase + { + InterpolateTo[] = {}; + }; + class AmovPercMstpSnonWnonDnon_exercisekneeBendA: CutSceneAnimationBase + { + file = "\A3\Anims_F\data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_exercisekneeBendA"; + speed = 0.172; + canPullTrigger = 0; + duty = 0.55; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",2.0,"AmovPercMstpSnonWnonDnon_exercisekneeBendA",0.1}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.01}; + soundOverride = "AmovPercMstpSnonWnonDnon_exercisekneeBendA"; + soundEdge[] = {0.03}; + actions = "CivilExerciseActions"; + }; + class AmovPercMstpSnonWnonDnon_exercisekneeBendB: CutSceneAnimationBase + { + file = "\A3\Anims_F\data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_exercisekneeBendB"; + speed = 0.33; + canPullTrigger = 0; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",2.0,"AmovPercMstpSnonWnonDnon_exercisekneeBendB",0.1}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.01}; + actions = "CivilExerciseActions"; + }; + class AmovPercMstpSnonWnonDnon_exercisePushup: CutSceneAnimationBase + { + file = "\A3\Anims_F\data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_exercisePushup"; + speed = 0.063559; + canPullTrigger = 0; + duty = 0.5; + soundOverride = "AmovPercMstpSnonWnonDnon_exercisePushup"; + soundEdge[] = {0.01}; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",2.0,"AmovPercMstpSnonWnonDnon_exercisePushup",0.1}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.01}; + actions = "CivilExerciseActions"; + }; + class AmovPercMstpSnonWnonDnon_exerciseKata: CutSceneAnimationBase + { + file = "\A3\Anims_F\data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_exerciseKata"; + speed = 0.03; + canPullTrigger = 0; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",2.0,"AmovPercMstpSnonWnonDnon_exerciseKata",0.1}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.01}; + actions = "CivilExerciseActions"; + }; + class CutSceneAnimationBaseSit: CutSceneAnimationBase + { + boundingSphere = 4; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + InterpolateTo[] = {}; + }; + class CutSceneAnimationBaseZoZo: CutSceneAnimationBase + { + boundingSphere = 8; + }; + class AmovPercMstpSnonWnonDnon_Scared: CutSceneAnimationBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon_Scared"; + speed = 0.1; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",2.0,"AmovPercMstpSnonWnonDnon_Scared",0.1}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.01,"Unconscious",0.1}; + }; + class AmovPercMstpSnonWnonDnon_Scared2: CutSceneAnimationBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon_Scared2"; + speed = 0.1; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",2.0,"AmovPercMstpSnonWnonDnon_Scared2",0.1}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.01,"Unconscious",0.1}; + }; + class AmovPercMstpSlowWrflDnon_SaluteIn: AidlPercMstpSlowWrflDnon_G0S + { + actions = "RifleLowStandSaluteActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_SaluteIn"; + speed = 2.5; + disableWeapons = 1; + canReload = 0; + canBlendStep = 0; + looped = 0; + interpolationRestart = 2; + rightHandIKBeg = 0; + rightHandIKCurve[] = {0.1,1,0.2,0}; + rightHandIKEnd = 0; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon_Salute",0.1}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon_SaluteOut",0.02,"Unconscious",0.1}; + }; + class AidlPercMstpSrasWrflDnon_SaluteIn: AmovPercMstpSlowWrflDnon_SaluteIn + { + actions = "RifleStandSaluteActions_Idle"; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_Salute",0.1}; + InterpolateTo[] = {"AidlPercMstpSrasWrflDnon_SaluteOut",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSlowWrflDnon_Salute: AmovPercMstpSlowWrflDnon_SaluteIn + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_Salute"; + speed = 1e+010; + rightHandIKCurve[] = {}; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon_SaluteOut",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AidlPercMstpSrasWrflDnon_Salute: AmovPercMstpSlowWrflDnon_Salute + { + actions = "RifleStandSaluteActions_Idle"; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_SaluteOut",0.1}; + }; + class AmovPercMstpSlowWrflDnon_SaluteOut: AmovPercMstpSlowWrflDnon_SaluteIn + { + actions = "RifleLowStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_SaluteOut"; + rightHandIKCurve[] = {0.8,0,0.9,1}; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.1}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon_SaluteIn",0.02,"Unconscious",0.1}; + }; + class AidlPercMstpSrasWrflDnon_SaluteOut: AmovPercMstpSlowWrflDnon_SaluteOut + { + actions = "RifleStandActions_Idle"; + ConnectTo[] = {"AidlPercMstpSrasWrflDnon_AI",0.02}; + InterpolateTo[] = {"AidlPercMstpSrasWrflDnon_SaluteIn",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_SaluteIn: AidlPercMstpSrasWrflDnon_G0S + { + variantsAI[] = {}; + actions = "RifleStandSaluteActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_SaluteIn"; + speed = 2.5; + showWeaponAim = 0; + disableWeapons = 1; + disableWeaponsLong = 1; + looped = 0; + interpolationRestart = 2; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + canBlendStep = 0; + rightHandIKCurve[] = {0.1,1,0.2,0}; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon_Salute",0.1}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_SaluteOut",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_Salute: AmovPercMstpSrasWrflDnon_SaluteIn + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_Salute"; + speed = 1e+010; + rightHandIKCurve[] = {}; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon_SaluteOut",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_SaluteOut: AmovPercMstpSrasWrflDnon_SaluteIn + { + actions = "RifleStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_SaluteOut"; + rightHandIKCurve[] = {0.8,0,0.9,1}; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.15}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_SaluteIn",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWlnrDnon",0.2,"AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon",0.2,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_SaluteIn: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + actions = "PistolStandSaluteActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_SaluteIn"; + speed = 1.5; + showWeaponAim = 0; + disableWeapons = 1; + disableWeaponsLong = 1; + looped = 0; + interpolationRestart = 2; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_SaluteIn_end",0.1}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_SaluteOut_end",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_SaluteIn_end: AmovPercMstpSrasWpstDnon_SaluteIn + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_SaluteIn_end"; + speed = 1.2; + showHandGun = 0; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_Salute",0.1}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_SaluteOut",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_Salute: AmovPercMstpSrasWpstDnon_SaluteIn_end + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_Salute"; + speed = 1e+010; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_SaluteOut",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_SaluteOut: AmovPercMstpSrasWpstDnon_SaluteIn_end + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_SaluteOut"; + actions = "PistolStandActions"; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_SaluteOut_end",0.1}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_SaluteIn_end",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_SaluteOut_end: AmovPercMstpSrasWpstDnon_SaluteOut + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_SaluteOut_end"; + speed = 1.5; + showHandGun = 1; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.1}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_SaluteIn",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSnonWnonDnon_SaluteIn: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {}; + actions = "CivilStandSaluteActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_SaluteIn"; + speed = 1.3; + looped = 0; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon_Salute",0.1}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon_SaluteOut",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSnonWnonDnon_Salute: AmovPercMstpSnonWnonDnon_SaluteIn + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_Salute"; + speed = 1e+010; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon_SaluteOut",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSnonWnonDnon_SaluteOut: AmovPercMstpSnonWnonDnon_SaluteIn + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_SaluteOut"; + actions = "CivilStandActions"; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon_SaluteIn",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSnonWnonDnon_EaseIn: CutSceneAnimationBase + { + actions = "CivilStandSaluteActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_EaseIn"; + speed = 1.6; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + looped = 0; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon_Ease",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMstpSnonWnonDnon_Ease: AmovPercMstpSnonWnonDnon_EaseIn + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_Ease"; + speed = 1e+010; + looped = 1; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon_EaseOut",0.1}; + }; + class AmovPercMstpSnonWnonDnon_EaseOut: AmovPercMstpSnonWnonDnon_EaseIn + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_easeout"; + speed = 1.09; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.1}; + }; + class AmovPercMstpSlowWrflDnon_AmovPsitMstpSlowWrflDnon: AmovPercMstpSlowWrflDnon + { + actions = "RifleLowSitActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_AmovPsitMstpSlowWrflDnon"; + speed = 0.55; + looped = 0; + canBlendStep = 0; + variantsPlayer[] = {}; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 1.8; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Psit.p3d"; + leftHandIKBeg = 0; + leftHandIKCurve[] = {0,1,0.213,0}; + leftHandIKEnd = 0; + soundOverride = "laydown"; + soundEnabled = 1; + disableWeapons = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AmovPsitMstpSlowWrflDnon",1.0}; + InterpolateTo[] = {"AmovPsitMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPsitMstpSlowWrflDnon: AmovPercMstpSlowWrflDnon_AmovPsitMstpSlowWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\low\rfl\AmovPsitMstpSlowWrflDnon"; + speed = 1e+010; + looped = 1; + leftHandIKCurve[] = {0}; + equivalentTo = "AmovPsitMstpSlowWrflDnon"; + variantsPlayer[] = {"AmovPsitMstpSlowWrflDnon",0.25,"AmovPsitMstpSlowWrflDnon_WeaponCheck1",0.25,"AmovPsitMstpSlowWrflDnon_WeaponCheck2",0.25,"AmovPsitMstpSlowWrflDnon_Smoking",0.25}; + variantAfter[] = {10,15,25}; + ConnectTo[] = {"AmovPsitMstpSlowWrflDnon_WeaponCheck1",0.1,"AmovPsitMstpSlowWrflDnon_WeaponCheck2",0.1,"AmovPsitMstpSlowWrflDnon_Smoking",0.1,"AmovPsitMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"Acts_AidlPsitMstpSsurWnonDnon_loop",0.1}; + }; + class AmovPsitMstpSlowWrflDnon_WeaponCheck1: AmovPsitMstpSlowWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\low\rfl\AmovPsitMstpSlowWrflDnon_WeaponCheck1"; + speed = 0.15; + ConnectTo[] = {"AmovPsitMstpSlowWrflDnon",0.01}; + InterpolateTo[] = {"AmovPsitMstpSlowWrflDnon",0.2,"Unconscious",0.01}; + }; + class AmovPsitMstpSlowWrflDnon_WeaponCheck2: AmovPsitMstpSlowWrflDnon_WeaponCheck1 + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\low\rfl\AmovPsitMstpSlowWrflDnon_WeaponCheck2"; + speed = 0.13; + }; + class AmovPsitMstpSlowWrflDnon_Smoking: AmovPsitMstpSlowWrflDnon_WeaponCheck1 + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\low\rfl\AmovPsitMstpSlowWrflDnon_Smoking"; + speed = 0.04; + }; + class AmovPsitMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon: AmovPercMstpSlowWrflDnon + { + looped = 0; + canBlendStep = 0; + variantsPlayer[] = {}; + leftHandIKCurve[] = {0,0,0.213,1}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\low\rfl\AmovPsitMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon"; + speed = 0.55; + minPlayTime = 0.4; + }; + class AmovPercMstpSlowWrflDnon_AmovPsitMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + actions = "RifleSitActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_AmovPsitMstpSlowWrflDnon"; + speed = 0.55; + looped = 0; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 2; + interpolationSpeed = 1.8; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Psit.p3d"; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + soundOverride = "laydown"; + soundEnabled = 1; + disableWeapons = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AmovPsitMstpSrasWrflDnon",1.0,"AmovPsitMstpSrasWrflDnon_WeaponCheck1",1.0,"AmovPsitMstpSrasWrflDnon_WeaponCheck2",1.0,"AmovPsitMstpSrasWrflDnon_Smoking",1.0}; + InterpolateTo[] = {"AmovPsitMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.1,"Unconscious",0.1}; + }; + class AmovPsitMstpSrasWrflDnon: AmovPercMstpSlowWrflDnon_AmovPsitMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\low\rfl\AmovPsitMstpSlowWrflDnon"; + speed = 1e+010; + looped = 1; + equivalentTo = "AmovPsitMstpSrasWrflDnon"; + variantsPlayer[] = {"AmovPsitMstpSrasWrflDnon",0.25,"AmovPsitMstpSrasWrflDnon_WeaponCheck1",0.25,"AmovPsitMstpSrasWrflDnon_WeaponCheck2",0.25,"AmovPsitMstpSrasWrflDnon_Smoking",0.25}; + variantsAI[] = {""}; + variantAfter[] = {10,15,25}; + ConnectTo[] = {"AmovPsitMstpSrasWrflDnon_WeaponCheck1",0.1,"AmovPsitMstpSrasWrflDnon_WeaponCheck2",0.1,"AmovPsitMstpSrasWrflDnon_Smoking",0.1,"AmovPsitMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPsitMstpSrasWrflDnon_trans: AmovPsitMstpSrasWrflDnon + { + ConnectTo[] = {"AmovPsitMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.05}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPsitMstpSrasWrflDnon_WeaponCheck1: AmovPsitMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\low\rfl\AmovPsitMstpSlowWrflDnon_WeaponCheck1"; + speed = 0.15; + variantAfter[] = {1,1,1}; + ConnectTo[] = {"AmovPsitMstpSrasWrflDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPsitMstpSrasWrflDnon_trans",0.05}; + }; + class AmovPsitMstpSrasWrflDnon_WeaponCheck2: AmovPsitMstpSrasWrflDnon_WeaponCheck1 + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\low\rfl\AmovPsitMstpSlowWrflDnon_WeaponCheck2"; + speed = 0.13; + }; + class AmovPsitMstpSrasWrflDnon_Smoking: AmovPsitMstpSrasWrflDnon_WeaponCheck1 + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\low\rfl\AmovPsitMstpSlowWrflDnon_Smoking"; + speed = 0.04; + }; + class AmovPsitMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon: AmovPsitMstpSrasWrflDnon + { + actions = "RifleLowStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\low\rfl\AmovPsitMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon"; + speed = 0.55; + looped = 0; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSlowWrflDnon_AmovPsitMstpSrasWrflDnon",0.1}; + }; + class AmovPercMstpSnonWpstDnon_AmovPsitMstpSnonWpstDnon_ground: CutSceneAnimationBase + { + actions = "PistolSitActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground"; + speed = 0.7; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + looped = 0; + interpolationRestart = 1; + interpolationSpeed = 1.8; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Psit.p3d"; + soundOverride = "laydown"; + soundEnabled = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AmovPsitMstpSnonWpstDnon_ground",0.02,"AmovPsitMstpSnonWpstDnon_smoking",0.02}; + InterpolateTo[] = {"AmovPsitMstpSnonWpstDnon_AmovPercMstpSnonWpstDnon_ground",0.02,"Unconscious",0.1}; + }; + class AmovPsitMstpSnonWpstDnon_ground: AmovPercMstpSnonWpstDnon_AmovPsitMstpSnonWpstDnon_ground + { + variantAfter[] = {10,15,25}; + variantsPlayer[] = {"AmovPsitMstpSnonWpstDnon_ground",0.75,"AmovPsitMstpSnonWpstDnon_smoking",0.25}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\non\non\AmovPsitMstpSnonWnonDnon_ground"; + speed = 1e+010; + looped = 1; + equivalentTo = "AmovPsitMstpSnonWpstDnon_ground"; + ConnectTo[] = {"AmovPsitMstpSnonWpstDnon_smoking",0.02,"AmovPsitMstpSnonWpstDnon_AmovPercMstpSnonWpstDnon_ground",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"Acts_AidlPsitMstpSsurWnonDnon_loop",0.1}; + }; + class AmovPsitMstpSnonWpstDnon_smoking: AmovPsitMstpSnonWpstDnon_ground + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\low\rfl\AmovPsitMstpSlowWrflDnon_Smoking"; + speed = 0.04; + ConnectTo[] = {"AmovPsitMstpSnonWpstDnon_ground",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPsitMstpSnonWpstDnon_AmovPercMstpSnonWpstDnon_ground: AmovPercMstpSnonWpstDnon_AmovPsitMstpSnonWpstDnon_ground + { + actions = "PistolStandActions"; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\non\non\AmovPsitMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_ground"; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSnonWpstDnon_AmovPsitMstpSnonWpstDnon_ground",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground: CutSceneAnimationBase + { + actions = "CivilSitActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground"; + speed = 0.7; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + looped = 0; + soundOverride = "laydown"; + interpolationRestart = 2; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Psit.p3d"; + soundEdge[] = {0.01}; + ConnectTo[] = {"AmovPsitMstpSnonWnonDnon_ground",1.0,"AmovPsitMstpSnonWnonDnon_smoking",0.02}; + InterpolateTo[] = {"AmovPsitMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_ground",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground: AidlPpneMstpSnonWnonDnon_G0S + { + actions = "CivilSitActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground"; + speed = 0.55; + looped = 0; + interpolationRestart = 2; + ConnectTo[] = {"AmovPsitMstpSnonWnonDnon_ground",1.0,"AmovPsitMstpSnonWnonDnon_smoking",0.02}; + InterpolateTo[] = {"AmovPsitMstpSnonWnonDnon_ground_AmovPpneMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AmovPsitMstpSnonWnonDnon_ground: AmovPercMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground + { + variantsPlayer[] = {"AmovPsitMstpSnonWnonDnon_ground",0.75,"AmovPsitMstpSnonWnonDnon_smoking",0.25}; + variantAfter[] = {10,15,25}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\non\non\AmovPsitMstpSnonWnonDnon_ground"; + speed = 1e+010; + looped = 1; + equivalentTo = "AmovPsitMstpSnonWnonDnon_ground"; + ConnectTo[] = {"AmovPsitMstpSnonWnonDnon_smoking",0.02,"AmovPsitMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_ground",0.02,"AmovPsitMstpSnonWnonDnon_ground_AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"Acts_AidlPsitMstpSsurWnonDnon_loop",0.1}; + }; + class AmovPsitMstpSnonWnonDnon_smoking_trans: AmovPsitMstpSnonWnonDnon_ground + { + ConnectTo[] = {"AmovPsitMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_ground",0.01,"AmovPsitMstpSnonWnonDnon_ground_AmovPpneMstpSnonWnonDnon",0.01}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPsitMstpSnonWnonDnon_smoking: AmovPsitMstpSnonWnonDnon_ground + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\low\rfl\AmovPsitMstpSlowWrflDnon_Smoking"; + speed = 0.04; + interpolationRestart = 1; + ConnectTo[] = {"AmovPsitMstpSnonWnonDnon_ground",0.02}; + InterpolateTo[] = {"AmovPsitMstpSnonWnonDnon_smoking_trans",0.01,"Unconscious",0.1}; + }; + class AmovPsitMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_ground: AmovPercMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground + { + actions = "CivilStandActions"; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\non\non\AmovPsitMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_ground"; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground",0.02,"Unconscious",0.1}; + }; + class AmovPsitMstpSnonWnonDnon_ground_AmovPpneMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground + { + actions = "CivilProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\sit\stp\non\non\AmovPsitMstpSnonWnonDnon_ground_AmovPpneMstpSnonWnonDnon"; + speed = 0.55; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon_AmovPsitMstpSnonWnonDnon_ground",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSnonWnonDnon_AmovPercMstpSsurWnonDnon: CutSceneAnimationBase + { + actions = "CivilStandSurrenderActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AmovPercMstpSsurWnonDnon"; + speed = 1; + looped = 0; + interpolationRestart = 2; + ConnectTo[] = {"AmovPercMstpSsurWnonDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSsurWnonDnon_AmovPercMstpSnonWnonDnon",0.1}; + }; + class AmovPercMstpSsurWnonDnon: AmovPercMstpSnonWnonDnon_AmovPercMstpSsurWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\sur\non\AmovPercMstpSsurWnonDnon"; + speed = 0; + looped = 0; + ConnectTo[] = {"AmovPercMstpSsurWnonDnon_AmovPercMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMstpSsurWnonDnon_AmovPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon_AmovPercMstpSsurWnonDnon + { + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\sur\non\AmovPercMstpSsurWnonDnon_AmovPercMstpSnonWnonDnon"; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSnonWnonDnon_AmovPercMstpSsurWnonDnon",0.1}; + }; + class TestDance: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\stp\non\non\AmovPercMstpSnonWnonDnon_Dancing"; + speed = 0.015; + duty = -0.7; + enableAutoActions = 1; + ConnectTo[] = {"TestDance",0.9}; + InterpolateTo[] = {"TestDance",0.9}; + }; + class TestSurrender: TestDance + { + duty = -1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Knl\Stp\sur\rfl\AmovPknlMstpSsurWrflDnon"; + showWeaponAim = 0; + disableWeapons = 1; + speed = 1e+010; + ConnectTo[] = {"Unconscious",0.01,"TestSurrender",0.9}; + InterpolateTo[] = {"Unconscious",0.01,"TestSurrender",0.9}; + }; + class AwopPercMstpSgthWrflDnon_Start1: Default + { + actions = "RifleLowStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\gth\rfl\AwopPercMstpSgthWrflDnon_Start"; + speed = 0.533333; + looped = 0; + soundEnabled = 0; + duty = 0.6; + canPullTrigger = 0; + headBobMode = 2; + weaponIK = 1; + leftHandIKCurve[] = {0.078,1,0.162,0}; + rightHandIKCurve[] = {0.201,1,0.274,0}; + ConnectTo[] = {"AwopPercMstpSgthWrflDnon_Throw1",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AwopPercMstpSgthWrflDnon_Throw1: AwopPercMstpSgthWrflDnon_Start1 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\gth\rfl\AwopPercMstpSgthWrflDnon_Throw"; + speed = 4.36364; + leftHandIKCurve[] = {0}; + rightHandIKCurve[] = {0}; + ConnectTo[] = {"AwopPercMstpSgthWrflDnon_End1",0.1}; + }; + class AwopPercMstpSgthWrflDnon_End1: AwopPercMstpSgthWrflDnon_Start1 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\gth\rfl\AwopPercMstpSgthWrflDnon_End"; + speed = 0.592592; + leftHandIKCurve[] = {0.739,0,0.882,1}; + rightHandIKCurve[] = {0.516,0,0.596,1}; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.1}; + }; + class AwopPercMstpSgthWrflDnon_Start2: AwopPercMstpSgthWrflDnon_Start1 + { + actions = "RifleStandActions"; + ConnectTo[] = {"AwopPercMstpSgthWrflDnon_Throw2",0.1}; + }; + class AwopPercMstpSgthWrflDnon_Throw2: AwopPercMstpSgthWrflDnon_Throw1 + { + actions = "RifleStandActions"; + ConnectTo[] = {"AwopPercMstpSgthWrflDnon_End2",0.1}; + }; + class AwopPercMstpSgthWrflDnon_End2: AwopPercMstpSgthWrflDnon_End1 + { + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.1}; + }; + class AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthStart: Default + { + actions = "RifleLowStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\low\rfl\AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthStart"; + speed = 1.9; + soundOverride = "run"; + looped = 0; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_Low.p3d"; + canPullTrigger = 0; + headBobMode = 2; + weaponIK = 1; + ConnectTo[] = {"AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthThrow",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthThrow: AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthStart + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\low\rfl\AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthThrow"; + speed = 0.73; + ConnectTo[] = {"AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthEnd",0.1}; + }; + class AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthEnd: AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthThrow + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\low\rfl\AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthEnd"; + speed = 0.91; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.1,"AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthStart",0.1}; + }; + class AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthStart: Default + { + actions = "RifleStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\rfl\AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthStart"; + rightHandIKCurve[] = {0.3,1,0.4,0}; + leftHandIKCurve[] = {1}; + speed = 1.998; + looped = 0; + soundOverride = "wlk"; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + headBobMode = 2; + weaponIK = 1; + ConnectTo[] = {"AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthThrow",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthThrow: AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthStart + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\rfl\AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthThrow"; + speed = 0.72927; + rightHandIKCurve[] = {0}; + ConnectTo[] = {"AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthEnd",0.02}; + }; + class AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthEnd: AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthThrow + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\rfl\AmovPercMwlkSrasWrflDf_AmovPercMstpSrasWrflDnon_gthEnd"; + speed = 0.90909; + rightHandIKCurve[] = {0.8,0,0.9,1}; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.1}; + }; + class AwopPknlMstpSgthWrflDnon_Start: Default + { + actions = "RifleKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\gth\rfl\AwopPknlMstpSgthWrflDnon_Start"; + speed = 0.75; + looped = 0; + soundEnabled = 0; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl.p3d"; + headBobMode = 2; + ConnectTo[] = {"AwopPknlMstpSgthWrflDnon_Throw",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AwopPknlMstpSgthWrflDnon_Throw: AwopPknlMstpSgthWrflDnon_Start + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\gth\rfl\AwopPknlMstpSgthWrflDnon_Throw"; + speed = 4.995; + ConnectTo[] = {"AwopPknlMstpSgthWrflDnon_End",0.1}; + }; + class AwopPknlMstpSgthWrflDnon_End: AwopPknlMstpSgthWrflDnon_Start + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\gth\rfl\AwopPknlMstpSgthWrflDnon_End"; + speed = 1.2; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.1}; + }; + class AwopPpneMstpSgthWrflDnon_Fast_Start: Default + { + actions = "RifleProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\rfl\AwopPpneMstpSgthWrflDnon_Fast_start"; + speed = -1.05; + looped = 0; + interpolationRestart = 1; + interpolationSpeed = 3; + soundEnabled = 0; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + headBobMode = 2; + disableWeapons = 1; + weaponIK = 1; + rightHandIKCurve[] = {0,1,0.1,0}; + leftHandIKCurve[] = {1}; + ConnectTo[] = {"AwopPpneMstpSgthWrflDnon_Fast_End",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AwopPpneMstpSgthWrflDnon_Fast_End: AmovPpneMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\rfl\AwopPpneMstpSgthWrflDnon_Fast_End"; + speed = -0.35; + interpolationSpeed = 3; + variantsPlayer[] = {}; + looped = 0; + disableWeapons = 1; + minPlayTime = 0.4; + rightHandIKCurve[] = {0.7,0,0.8,1}; + }; + class AwopPpneMstpSgthWpstDnon_Fast_Start: Default + { + actions = "PistolProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\pst\AwopPpneMstpSgthWpstDnon_Fast_start"; + speed = 2.30769; + looped = 0; + interpolationRestart = 1; + interpolationSpeed = 3; + soundEnabled = 0; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + headBobMode = 2; + showHandGun = 1; + ConnectTo[] = {"AwopPpneMstpSgthWpstDnon_Fast_Start_1",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AwopPpneMstpSgthWpstDnon_Fast_Start_1: AwopPpneMstpSgthWpstDnon_Fast_Start + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\pst\AwopPpneMstpSgthWpstDnon_Fast_start_1"; + speed = 0.731707; + showHandGun = 0; + ConnectTo[] = {"AwopPpneMstpSgthWpstDnon_Fast_End",0.1}; + }; + class AwopPpneMstpSgthWpstDnon_Fast_End: AwopPpneMstpSgthWpstDnon_Fast_Start_1 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\pst\AwopPpneMstpSgthWpstDnon_Fast_End"; + speed = 1.25; + ConnectTo[] = {"AwopPpneMstpSgthWpstDnon_Fast_End_1",0.1}; + }; + class AwopPpneMstpSgthWpstDnon_Fast_End_1: AmovPpneMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\pst\AwopPpneMstpSgthWpstDnon_Fast_End_1"; + speed = 2.5; + interpolationSpeed = 3; + variantsPlayer[] = {}; + looped = 0; + minPlayTime = 0.4; + }; + class AwopPpneMstpSgthWnonDnon_Fast_Start: Default + { + actions = "CivilProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\non\AwopPpneMstpSgthWnonDnon_Fast_start"; + speed = -1.05; + looped = 0; + interpolationRestart = 1; + interpolationSpeed = 3; + soundEnabled = 0; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + headBobMode = 2; + weaponIK = 1; + rightHandIKCurve[] = {0,1,0.1,0}; + leftHandIKCurve[] = {1}; + ConnectTo[] = {"AwopPpneMstpSgthWnonDnon_Fast_End",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AwopPpneMstpSgthWnonDnon_Fast_End: AmovPpneMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\non\AwopPpneMstpSgthWnonDnon_Fast_End"; + speed = -0.35; + interpolationSpeed = 3; + variantsPlayer[] = {}; + looped = 0; + minPlayTime = 0.4; + rightHandIKCurve[] = {0.7,0,0.8,1}; + }; + class AwopPpneMstpSgthWrflDnon_Start: Default + { + actions = "RifleProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\rfl\AwopPpneMstpSgthWrflDnon_Start"; + speed = 0.825; + looped = 0; + soundEnabled = 0; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + headBobMode = 2; + weaponIK = 1; + rightHandIKCurve[] = {0,1,0.1,0}; + leftHandIKCurve[] = {1}; + ConnectTo[] = {"AwopPpneMstpSgthWrflDnon_Throw",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AwopPpneMstpSgthWrflDnon_Throw: AwopPpneMstpSgthWrflDnon_Start + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\rfl\AwopPpneMstpSgthWrflDnon_Throw"; + speed = 4.5; + rightHandIKCurve[] = {0}; + ConnectTo[] = {"AwopPpneMstpSgthWrflDnon_End",0.1}; + }; + class AwopPpneMstpSgthWrflDnon_End: AwopPpneMstpSgthWrflDnon_Start + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\rfl\AwopPpneMstpSgthWrflDnon_End"; + speed = 2.04; + rightHandIKCurve[] = {0.9,0,1,1}; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.1}; + }; + class AwopPercMstpSgthWpstDnon_Part1: Default + { + actions = "PistolStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\gth\pst\AwopPercMstpSgthWpstDnon_part1"; + speed = 1.875; + looped = 0; + showHandGun = 1; + soundEnabled = 0; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + headBobMode = 2; + ConnectTo[] = {"AwopPercMstpSgthWpstDnon_Part2",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AwopPercMstpSgthWpstDnon_Part2: AwopPercMstpSgthWpstDnon_Part1 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\gth\pst\AwopPercMstpSgthWpstDnon_part2"; + speed = 0.585; + showHandGun = 0; + ConnectTo[] = {"AwopPercMstpSgthWpstDnon_Part3",0.02}; + }; + class AwopPercMstpSgthWpstDnon_Part3: AwopPercMstpSgthWpstDnon_Part2 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\gth\pst\AwopPercMstpSgthWpstDnon_part3"; + speed = 1.98; + ConnectTo[] = {"AwopPercMstpSgthWpstDnon_Part4",0.02}; + }; + class AwopPercMstpSgthWpstDnon_Part4: AwopPercMstpSgthWpstDnon_Part3 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\gth\pst\AwopPercMstpSgthWpstDnon_part4"; + speed = 0.645; + ConnectTo[] = {"AwopPercMstpSgthWpstDnon_Part5",0.02}; + }; + class AwopPercMstpSgthWpstDnon_Part5: AwopPercMstpSgthWpstDnon_Part4 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\gth\pst\AwopPercMstpSgthWpstDnon_part5"; + speed = 2.19; + showHandGun = 1; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.1}; + }; + class AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthStart: Default + { + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\low\pst\AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthStart"; + speed = 1.69; + soundOverride = "run"; + looped = 0; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + canPullTrigger = 0; + headBobMode = 2; + weaponIK = 2; + ConnectTo[] = {"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthThrow",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthThrow: AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthStart + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\low\pst\AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthThrow"; + speed = 0.73; + ConnectTo[] = {"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthArm",0.1}; + }; + class AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthArm: AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthThrow + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\low\pst\AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthArm"; + speed = 1.18; + ConnectTo[] = {"AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthEnd",0.1}; + }; + class AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthEnd: AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthArm + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\low\pst\AmovPercMrunSlowWpstDf_AmovPercMstpSrasWpstDnon_gthEnd"; + speed = 1.35; + showHandGun = 1; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.1}; + }; + class AmovPercMwlkSrasWpstDf_AwopPercMrunSgthWnonDf_1: Default + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\pst\AmovPercMwlkSrasWpstDf_AwopPercMrunSgthWnonDf_1"; + speed = 1.85; + soundOverride = "Walk"; + looped = 0; + showHandGun = 1; + soundEnabled = 0; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + headBobMode = 2; + ConnectTo[] = {"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthStart",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthStart: Default + { + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\pst\AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthStart"; + speed = 1.33; + looped = 0; + duty = 0.6; + soundOverride = "wlk"; + headBobMode = 2; + weaponIK = 2; + ConnectTo[] = {"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthThrow",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthThrow: AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthStart + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\pst\AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthThrow"; + speed = 0.68; + ConnectTo[] = {"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthArm",0.1}; + }; + class AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthArm: AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthThrow + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\pst\AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthArm"; + speed = 1.17; + ConnectTo[] = {"AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthEnd",0.1}; + }; + class AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthEnd: AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthArm + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\pst\AmovPercMwlkSrasWpstDf_AmovPercMstpSrasWpstDnon_gthEnd"; + speed = 1.35; + showHandGun = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.1}; + }; + class AwopPknlMstpSgthWpstDnon_Part1: Default + { + actions = "PistolKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\gth\pst\AwopPknlMstpSgthWpstDnon_part1"; + speed = 1.875; + looped = 0; + showHandGun = 1; + soundEnabled = 0; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wpst.p3d"; + headBobMode = 2; + ConnectTo[] = {"AwopPknlMstpSgthWpstDnon_Part2",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AwopPknlMstpSgthWpstDnon_Part2: AwopPknlMstpSgthWpstDnon_Part1 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\gth\pst\AwopPknlMstpSgthWpstDnon_part2"; + speed = 0.585; + showHandGun = 0; + ConnectTo[] = {"AwopPknlMstpSgthWpstDnon_Part3",0.02}; + }; + class AwopPknlMstpSgthWpstDnon_Part3: AwopPknlMstpSgthWpstDnon_Part2 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\gth\pst\AwopPknlMstpSgthWpstDnon_part3"; + speed = 1.98; + ConnectTo[] = {"AwopPknlMstpSgthWpstDnon_Part4",0.02}; + }; + class AwopPknlMstpSgthWpstDnon_Part4: AwopPknlMstpSgthWpstDnon_Part3 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\gth\pst\AwopPknlMstpSgthWpstDnon_part4"; + speed = 0.645; + ConnectTo[] = {"AwopPknlMstpSgthWpstDnon_Part5",0.02}; + }; + class AwopPknlMstpSgthWpstDnon_Part5: AwopPknlMstpSgthWpstDnon_Part4 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\gth\pst\AwopPknlMstpSgthWpstDnon_part5"; + speed = 2.19; + showHandGun = 1; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.1}; + }; + class AwopPpneMstpSgthWpstDnon_Part1: Default + { + actions = "PistolProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\pst\AwopPpneMstpSgthWpstDnon_1"; + speed = 1.275; + looped = 0; + showHandGun = 1; + soundEnabled = 0; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + headBobMode = 2; + ConnectTo[] = {"AwopPpneMstpSgthWpstDnon_Part2",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AwopPpneMstpSgthWpstDnon_Part2: AwopPpneMstpSgthWpstDnon_Part1 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\pst\AwopPpneMstpSgthWpstDnon_2"; + speed = 0.66; + showHandGun = 0; + ConnectTo[] = {"AwopPpneMstpSgthWpstDnon_Part3",0.02}; + }; + class AwopPpneMstpSgthWpstDnon_Part3: AwopPpneMstpSgthWpstDnon_Part2 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\pst\AwopPpneMstpSgthWpstDnon_4"; + speed = 4.005; + ConnectTo[] = {"AwopPpneMstpSgthWpstDnon_Part4",0.02}; + }; + class AwopPpneMstpSgthWpstDnon_Part4: AwopPpneMstpSgthWpstDnon_Part3 + { + speed = 0.945; + ConnectTo[] = {"AwopPpneMstpSgthWpstDnon_Part5",0.02}; + }; + class AwopPpneMstpSgthWpstDnon_Part5: AwopPpneMstpSgthWpstDnon_Part4 + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\pst\AwopPpneMstpSgthWpstDnon_5"; + speed = 1.245; + showHandGun = 1; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.1}; + }; + class AwopPercMstpSgthWnonDnon_start: Default + { + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\gth\non\AwopPercMstpSgthWnonDnon_start"; + speed = 1.2; + looped = 0; + showHandGun = 1; + soundEnabled = 0; + duty = 0.6; + headBobMode = 2; + ConnectTo[] = {"AwopPercMstpSgthWnonDnon_throw",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AwopPercMstpSgthWnonDnon_throw: AwopPercMstpSgthWnonDnon_start + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\gth\non\AwopPercMstpSgthWnonDnon_throw"; + speed = 3; + ConnectTo[] = {"AwopPercMstpSgthWnonDnon_end",0.02}; + }; + class AwopPercMstpSgthWnonDnon_end: AwopPercMstpSgthWnonDnon_throw + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\gth\non\AwopPercMstpSgthWnonDnon_end"; + speed = 0.975; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.1}; + }; + class AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthStart: Default + { + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\non\non\AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthStart"; + speed = 3; + soundOverride = "run"; + looped = 0; + soundEnabled = 0; + duty = 0.6; + canPullTrigger = 0; + headBobMode = 2; + ConnectTo[] = {"AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthThrow",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthThrow: AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthStart + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\non\non\AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthThrow"; + speed = 1.3; + ConnectTo[] = {"AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthEnd",0.1}; + }; + class AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthEnd: AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthThrow + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\run\non\non\AmovPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon_gthEnd"; + speed = 0.9; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.1}; + }; + class AwopPpneMstpSgthWnonDnon_start: Default + { + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\non\AwopPpneMstpSgthWnonDnon_start"; + speed = 1.005; + looped = 0; + showHandGun = 1; + soundEnabled = 0; + duty = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + aimingBody = "empty"; + legs = "Wholebody"; + headBobMode = 2; + ConnectTo[] = {"AwopPpneMstpSgthWnonDnon_throw",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AwopPpneMstpSgthWnonDnon_throw: AwopPpneMstpSgthWnonDnon_start + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\non\AwopPpneMstpSgthWnonDnon_throw"; + speed = 3; + ConnectTo[] = {"AwopPpneMstpSgthWnonDnon_end",0.02}; + }; + class AwopPpneMstpSgthWnonDnon_end: AwopPpneMstpSgthWnonDnon_throw + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\gth\non\AwopPpneMstpSgthWnonDnon_end"; + speed = 0.675; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.1}; + }; + class LadderCivilStatic: StandBase + { + file = "\A3\anims_f\Data\Anim\Sdr\ldr\erc\stp\non\non\AldrPercMstpSnonWnonDnon"; + speed = 1e+010; + duty = -0.4; + onLadder = 1; + actions = "LadderCivilActions"; + aiming = "aimingNo"; + aimingBody = "aimingNo"; + legs = "legsNo"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + soundOverride = "ladder"; + disableWeaponsLong = 1; + disableWeapons = 1; + canReload = 0; + ConnectTo[] = {"LadderCivilTopOff",0.1,"LadderCivilDownOff",0.1}; + InterpolateTo[] = {"Unconscious",0.01,"LadderCivilUpLoop",0.1,"LadderCivilDownLoop",0.1}; + }; + class LadderCivilOn_Top: LadderCivilStatic + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AldrPercMstpSnonWnonDnon_top"; + speed = 2.5; + looped = 0; + ConnectTo[] = {"LadderCivilStatic",1.0}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class LadderCivilOn_Bottom: LadderCivilStatic + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AldrPercMstpSnonWnonDnon_bottom"; + speed = 2.5; + looped = 0; + ConnectTo[] = {"LadderCivilStatic",1.0}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class LadderCivilUpLoop: LadderCivilStatic + { + file = "\A3\anims_f\Data\Anim\Sdr\ldr\erc\wlk\non\non\AldrPercMwlkSnonWnonDu"; + speed = 1.05; + duty = 0.4; + soundOverride = "ladder"; + soundEnabled = 1; + soundEdge[] = {0.4,0.93}; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"LadderCivilStatic",0.1,"LadderCivilTopOff",0.1,"LadderCivilDownLoop",0.1}; + }; + class LadderCivilTopOff: LadderCivilUpLoop + { + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\ldr\erc\stp\non\non\AldrPercMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon"; + speed = 2.5; + looped = 0; + onLadder = 0; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",1.0}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class LadderCivilDownOff: LadderCivilTopOff + { + file = "\A3\anims_f\Data\Anim\Sdr\ldr\erc\stp\non\non\AldrPercMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_down"; + }; + class LadderCivilDownLoop: LadderCivilUpLoop + { + file = "\A3\anims_f\Data\Anim\Sdr\ldr\erc\wlk\non\non\AldrPercMwlkSnonWnonDd"; + duty = 0; + InterpolateTo[] = {"Unconscious",0.01,"LadderCivilStatic",0.1,"LadderCivilUpLoop",0.1,"LadderCivilDownOff",0.1}; + }; + class LadderRifleStatic: LadderCivilStatic + { + actions = "LadderRifleActions"; + file = "\A3\anims_f\Data\Anim\Sdr\ldr\erc\stp\low\rfl\AldrPercMstpSlowWrflDnon"; + ConnectTo[] = {"LadderRifleTopOff",0.1,"LadderRifleDownOff",0.1}; + InterpolateTo[] = {"Unconscious",0.01,"LadderRifleUpLoop",0.1,"LadderRifleDownLoop",0.1}; + }; + class LadderRifleOn: LadderCivilOn_Top + { + actions = "LadderRifleActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_AldrPercMstpSlowWrflDnon"; + ConnectTo[] = {"LadderRifleStatic",1.0}; + }; + class LadderRifleTopOff: LadderCivilTopOff + { + actions = "RifleLowStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\ldr\erc\stp\low\rfl\AldrPercMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon"; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon",1.0}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",1.0,"Unconscious",0.01}; + }; + class LadderRifleDownOff: LadderRifleTopOff + { + file = "\A3\anims_f\Data\Anim\Sdr\ldr\erc\stp\low\rfl\AldrPercMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon_Down"; + }; + class LadderRifleUpLoop: LadderCivilUpLoop + { + actions = "LadderRifleActions"; + file = "\A3\anims_f\Data\Anim\Sdr\ldr\erc\wlk\low\rfl\AldrPercMwlkSlowWrflDu"; + InterpolateTo[] = {"Unconscious",0.01,"LadderRifleStatic",0.1,"LadderRifleTopOff",0.1,"LadderRifleDownLoop",0.1}; + }; + class LadderRifleDownLoop: LadderCivilDownLoop + { + file = "\A3\anims_f\Data\Anim\Sdr\ldr\erc\wlk\low\rfl\AldrPercMwlkSlowWrflDd"; + actions = "LadderRifleActions"; + InterpolateTo[] = {"Unconscious",0.01,"LadderRifleStatic",0.1,"LadderRifleDownOff",0.1,"LadderRifleUpLoop",0.1}; + }; + class AswmPercMstpSnonWnonDnon: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + actions = "SwimmingActions"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\stp\non\non\AswmPercMstpSnonWnonDnon"; + speed = 0.188347; + static = 1; + relSpeedMin = 0.5; + soundEdge[] = {0.5}; + headBobStrength = 0.57; + InterpolationSpeed = 1.5; + duty = -0.2; + showWeaponAim = 0; + disableWeapons = 1; + limitGunMovement = 0; + soundOverride = "swim"; + soundEnabled = 1; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + collisionShape = "A3\anims_f\data\geom\sdr\Sdv_Mrun.p3d"; + canPullTrigger = 0; + weaponLowered = 1; + disableWeaponsLong = 1; + ConnectTo[] = {"AswmPercMstpSnonWnonDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMstpSnonWnonDnon_AswmPercMrunSnonWnonDf",0.1,"AswmPercMrunSnonWnonDl",0.1,"AswmPercMrunSnonWnonDr",0.1,"AswmPercMrunSnonWnonDb",0.2,"AmovPercMstpSnonWnonDnon",0.2,"AswmPercMstpSnonWnonDnon_putDown",0.2,"AswmPercMrunSnonWnonDfr",0.2,"AswmPercMrunSnonWnonDfl",0.2,"AswmPercMstpSnonWnonDnon_relax",0.2,"AbswPercMstpSnonWnonDnon",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AswmPercMstpSnonWnonDnon_goup",0.2,"AswmPercMstpSnonWnonDnon_godown",0.2,"AswmPercMstpSnonWnonDnon_AswmPercMstpSnonWnonDnon_putDown",0.2}; + enableBinocular = 0; + }; + class AswmPercMstpSnonWnonDnon_AswmPercMstpSnonWnonDnon_putDown: AswmPercMstpSnonWnonDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + file = "\A3\anims_f\data\Anim\sdr\swm\erc\stp\non\non\AswmPercMstpSnonWnonDnon_invin"; + speed = 1.63636; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AswmPercMstpSnonWnonDnon_putDown_AswmPercMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AswmPercMstpSnonWnonDnon_putDown_AswmPercMstpSnonWnonDnon: AswmPercMstpSnonWnonDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + minPlayTime = 0.75; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\data\Anim\sdr\swm\erc\stp\non\non\AswmPercMstpSnonWnonDnon_invout"; + speed = 0.470588; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AswmPercMstpSnonWnonDnon_goup: AswmPercMstpSnonWnonDnon + { + stamina = -0.1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_goup"; + duty = 0.4; + speed = 0.6; + InterpolateTo[] = {"AswmPercMstpSnonWnonDnon",0.2,"AsswPercMstpSnonWnonDnon",0.2}; + }; + class AswmPercMstpSnonWnonDnon_godown: AswmPercMstpSnonWnonDnon + { + stamina = -0.1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_godown"; + duty = 0.8; + speed = 0.6; + InterpolateTo[] = {"AswmPercMstpSnonWnonDnon",0.2,"AbswPercMstpSnonWnonDnon",0.2}; + }; + class AswmPercMstpSnonWnonDnon_relax: AswmPercMstpSnonWnonDnon + { + speed = -5; + ConnectTo[] = {"AswmPercMstpSnonWnonDnon",10.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AswmPercMstpSnonWnonDnon_putDown: AswmPercMstpSnonWnonDnon + { + speed = 10; + canPullTrigger = 1; + duty = 0.3; + InterpolateTo[] = {"AswmPercMstpSnonWnonDnon",0.2,"Unconscious",0.1}; + }; + class AswmPercMrunSnonWnonDf: AswmPercMstpSnonWnonDnon + { + stamina = -0.1; + actions = "SwimmingActionsRunF"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDf"; + speed = 0.238347; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.3; + duty = 0.6; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMrunSnonWnonDfl",0.1,"AswmPercMrunSnonWnonDfr",0.1,"AswmPercMrunSnonWnonDl",0.1,"AswmPercMrunSnonWnonDr",0.1,"AswmPercMstpSnonWnonDnon",0.1,"AswmPercMwlkSnonWnonDf",0.1,"AswmPercMsprSnonWnonDf",0.1,"AsswPercMrunSnonWnonDf",0.1,"AbswPercMrunSnonWnonDf",0.1,"AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMwlkSnonWnonDf: AswmPercMrunSnonWnonDf + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMwlkSnonWnonDfl",0.1,"AswmPercMwlkSnonWnonDfr",0.1,"AswmPercMwlkSnonWnonDl",0.1,"AswmPercMwlkSnonWnonDr",0.1,"AswmPercMstpSnonWnonDnon",0.1,"AswmPercMrunSnonWnonDf",0.1,"AswmPercMsprSnonWnonDf",0.1,"AsswPercMwlkSnonWnonDf",0.1,"AbswPercMwlkSnonWnonDf",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMrunSnonWnonDfl: AswmPercMrunSnonWnonDf + { + actions = "SwimmingActionsRunFL"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMrunSnonWnonDf",0.1,"AswmPercMrunSnonWnonDfr",0.1,"AswmPercMrunSnonWnonDl",0.1,"AswmPercMrunSnonWnonDr",0.1,"AswmPercMstpSnonWnonDnon",0.1,"AswmPercMwlkSnonWnonDfl",0.1,"AswmPercMsprSnonWnonDfl",0.1,"AsswPercMrunSnonWnonDfl",0.1,"AbswPercMrunSnonWnonDfl",0.1,"AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMwlkSnonWnonDfl: AswmPercMrunSnonWnonDfl + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMwlkSnonWnonDfl",0.1,"AswmPercMwlkSnonWnonDfr",0.1,"AswmPercMwlkSnonWnonDl",0.1,"AswmPercMwlkSnonWnonDr",0.1,"AswmPercMstpSnonWnonDnon",0.1,"AswmPercMrunSnonWnonDfl",0.1,"AswmPercMsprSnonWnonDfl",0.1,"AsswPercMwlkSnonWnonDfl",0.1,"AbswPercMwlkSnonWnonDfl",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMrunSnonWnonDfr: AswmPercMrunSnonWnonDf + { + actions = "SwimmingActionsRunFR"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMrunSnonWnonDf",0.1,"AswmPercMrunSnonWnonDfr",0.1,"AswmPercMrunSnonWnonDl",0.1,"AswmPercMrunSnonWnonDr",0.1,"AswmPercMstpSnonWnonDnon",0.1,"AswmPercMwlkSnonWnonDfr",0.1,"AswmPercMsprSnonWnonDfr",0.1,"AsswPercMrunSnonWnonDfr",0.1,"AbswPercMrunSnonWnonDfr",0.1,"AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMwlkSnonWnonDfr: AswmPercMrunSnonWnonDfr + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMwlkSnonWnonDfr",0.1,"AswmPercMwlkSnonWnonDf",0.1,"AswmPercMwlkSnonWnonDl",0.1,"AswmPercMwlkSnonWnonDr",0.1,"AswmPercMstpSnonWnonDnon",0.1,"AswmPercMrunSnonWnonDfr",0.1,"AswmPercMsprSnonWnonDfr",0.1,"AsswPercMwlkSnonWnonDfr",0.1,"AbswPercMwlkSnonWnonDfr",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMrunSnonWnonDl: AswmPercMrunSnonWnonDf + { + actions = "SwimmingActionsRunL"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDl"; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMrunSnonWnonDfl",0.1,"AswmPercMrunSnonWnonDb",0.1,"AswmPercMrunSnonWnonDl",0.1,"AswmPercMrunSnonWnonDr",0.1,"AswmPercMstpSnonWnonDnon",0.1,"AswmPercMwlkSnonWnonDl",0.1,"AsswPercMrunSnonWnonDl",0.1,"AbswPercMrunSnonWnonDl",0.1,"AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMwlkSnonWnonDl: AswmPercMrunSnonWnonDl + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMwlkSnonWnonDf",0.1,"AswmPercMwlkSnonWnonDfl",0.1,"AswmPercMwlkSnonWnonDb",0.1,"AswmPercMwlkSnonWnonDr",0.1,"AswmPercMstpSnonWnonDnon",0.1,"AswmPercMrunSnonWnonDl",0.1,"AsswPercMwlkSnonWnonDl",0.1,"AbswPercMwlkSnonWnonDl",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMrunSnonWnonDr: AswmPercMrunSnonWnonDf + { + actions = "SwimmingActionsRunR"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDr"; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMrunSnonWnonDf",0.1,"AswmPercMrunSnonWnonDfr",0.1,"AswmPercMrunSnonWnonDr",0.1,"AswmPercMrunSnonWnonDb",0.1,"AswmPercMstpSnonWnonDnon",0.1,"AswmPercMwlkSnonWnonDr",0.1,"AsswPercMrunSnonWnonDr",0.1,"AbswPercMrunSnonWnonDr",0.1,"AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMwlkSnonWnonDr: AswmPercMrunSnonWnonDr + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMwlkSnonWnonDf",0.1,"AswmPercMwlkSnonWnonDfr",0.1,"AswmPercMwlkSnonWnonDb",0.1,"AswmPercMwlkSnonWnonDl",0.1,"AswmPercMstpSnonWnonDnon",0.1,"AswmPercMrunSnonWnonDr",0.1,"AsswPercMwlkSnonWnonDr",0.1,"AbswPercMwlkSnonWnonDr",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMrunSnonWnonDb: AswmPercMrunSnonWnonDf + { + actions = "SwimmingActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDb"; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMrunSnonWnonDr",0.1,"AswmPercMrunSnonWnonDl",0.1,"AswmPercMstpSnonWnonDnon",0.1,"AswmPercMwlkSnonWnonDb",0.1,"AsswPercMrunSnonWnonDb",0.1,"AbswPercMrunSnonWnonDb",0.1,"AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMwlkSnonWnonDb: AswmPercMrunSnonWnonDb + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMwlkSnonWnonDf",0.1,"AswmPercMwlkSnonWnonDl",0.1,"AswmPercMwlkSnonWnonDr",0.1,"AswmPercMstpSnonWnonDnon",0.1,"AswmPercMrunSnonWnonDb",0.1,"AsswPercMwlkSnonWnonDb",0.1,"AbswPercMwlkSnonWnonDb",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMsprSnonWnonDf: AswmPercMrunSnonWnonDf + { + actions = "SwimmingActionsFastF"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.5; + headbobStrength = -0.2; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMrunSnonWnonDf",0.1,"AswmPercMsprSnonWnonDfl",0.1,"AswmPercMsprSnonWnonDfr",0.1,"AbswPercMsprSnonWnonDf",0.1,"AsswPercMsprSnonWnonDf",0.1,"AbswPercMrunSnonWnonDf",0.1,"AsswPercMrunSnonWnonDf",0.1,"AswmPercMwlkSnonWnonDf",0.1,"AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon",0.1,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMsprSnonWnonDFl: AswmPercMrunSnonWnonDfl + { + actions = "SwimmingActionsFastFl"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.5; + headbobStrength = -0.2; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMsprSnonWnonDf",0.1,"AswmPercMsprSnonWnonDfr",0.1,"AswmPercMrunSnonWnonDFl",0.1,"AbswPercMsprSnonWnonDFl",0.1,"AsswPercMsprSnonWnonDFl",0.1,"AbswPercMrunSnonWnonDFl",0.1,"AsswPercMrunSnonWnonDFl",0.1,"AswmPercMwlkSnonWnonDFl",0.1,"AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon",0.1,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMsprSnonWnonDFr: AswmPercMrunSnonWnonDfr + { + actions = "SwimmingActionsFastFr"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.5; + headbobStrength = -0.2; + InterpolateTo[] = {"Unconscious",0.01,"AswmPercMsprSnonWnonDfl",0.1,"AswmPercMsprSnonWnonDf",0.1,"AswmPercMrunSnonWnonDFr",0.1,"AbswPercMsprSnonWnonDFr",0.1,"AsswPercMsprSnonWnonDFr",0.1,"AbswPercMrunSnonWnonDFr",0.1,"AsswPercMrunSnonWnonDFr",0.1,"AswmPercMwlkSnonWnonDFr",0.1,"AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon",0.1,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMstpSnonWnonDnon_AswmPercMrunSnonWnonDf: AswmPercMstpSnonWnonDnon + { + actions = "SwimmingActionsRunF"; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\stp\non\non\AswmPercMstpSnonWnonDnon_AswmPercMrunSnonWnonDf"; + speed = 0.545455; + interpolationRestart = 1; + duty = 0.3; + InterpolateTo[] = {"AswmPercMrunSnonWnonDf",0.1,"Unconscious",0.1,"AswmPercMstpSnonWnonDnon_relax",0.2}; + }; + class AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon: AswmPercMrunSnonWnonDf + { + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon"; + speed = 0.91; + interpolationRestart = 1; + InterpolateTo[] = {"AswmPercMstpSnonWnonDnon",0.1,"Unconscious",0.1,"AswmPercMstpSnonWnonDnon_relax",10.0}; + }; + class AsswPercMstpSnonWnonDnon: AswmPercMstpSnonWnonDnon + { + actions = "SurfaceSwimmingActions"; + headBobMode = 0; + headBobStrength = 0; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMstpSnonWnonDnon_AsswPercMrunSnonWnonDf",0.1,"AsswPercMrunSnonWnonDl",0.1,"AsswPercMrunSnonWnonDr",0.1,"AsswPercMrunSnonWnonDb",0.2,"AmovPercMstpSnonWnonDnon",0.2,"AsswPercMstpSnonWnonDnon_putDown",0.2,"AsswPercMrunSnonWnonDfr",0.2,"AsswPercMrunSnonWnonDfl",0.2,"AsswPercMstpSnonWnonDnon_relax",0.2,"AswmPercMstpSnonWnonDnon",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AsswPercMstpSnonWnonDnon_goup",0.2,"AsswPercMstpSnonWnonDnon_goDown",0.2,"AswmPercMstpSnonWnonDnon_AswmPercMstpSnonWnonDnon_putDown",0.2}; + }; + class AsswPercMstpSnonWnonDnon_goup: AsswPercMstpSnonWnonDnon + { + stamina = -0.1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_goup"; + duty = 0.1; + InterpolateTo[] = {"AsswPercMstpSnonWnonDnon",0.2}; + }; + class AsswPercMstpSnonWnonDnon_goDown: AsswPercMstpSnonWnonDnon + { + stamina = -0.1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_godown"; + duty = 0.1; + InterpolateTo[] = {"AsswPercMstpSnonWnonDnon",0.2,"AswmPercMstpSnonWnonDnon",0.2,"AbswPercMstpSnonWnonDnon",0.2}; + }; + class AsswPercMstpSnonWnonDnon_relax: AsswPercMstpSnonWnonDnon + { + speed = -5; + ConnectTo[] = {"AsswPercMstpSnonWnonDnon",10.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AsswPercMstpSnonWnonDnon_putDown: AsswPercMstpSnonWnonDnon + { + speed = 10; + canPullTrigger = 1; + duty = 0.1; + InterpolateTo[] = {"AsswPercMstpSnonWnonDnon",0.2,"Unconscious",0.1}; + }; + class AsswPercMrunSnonWnonDf: AsswPercMstpSnonWnonDnon + { + stamina = 0; + actions = "SurfaceSwimmingActionsRunF"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDf"; + speed = 0.238347; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.3; + duty = 0.3; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMrunSnonWnonDfl",0.1,"AsswPercMrunSnonWnonDfr",0.1,"AsswPercMrunSnonWnonDl",0.1,"AsswPercMrunSnonWnonDr",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AsswPercMwlkSnonWnonDf",0.1,"AsswPercMsprSnonWnonDf",0.1,"AswmPercMrunSnonWnonDf",0.1,"AbswPercMrunSnonWnonDf",0.1,"AsswPercMrunSnonWnonDf_AsswPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMwlkSnonWnonDf: AsswPercMrunSnonWnonDf + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMwlkSnonWnonDfl",0.1,"AsswPercMwlkSnonWnonDfr",0.1,"AsswPercMwlkSnonWnonDl",0.1,"AsswPercMwlkSnonWnonDr",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AsswPercMrunSnonWnonDf",0.1,"AsswPercMsprSnonWnonDf",0.1,"AswmPercMwlkSnonWnonDf",0.1,"AbswPercMwlkSnonWnonDf",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMrunSnonWnonDfl: AsswPercMrunSnonWnonDf + { + actions = "SurfaceSwimmingActionsRunFL"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMrunSnonWnonDf",0.1,"AsswPercMrunSnonWnonDfr",0.1,"AsswPercMrunSnonWnonDl",0.1,"AsswPercMrunSnonWnonDr",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AsswPercMwlkSnonWnonDfl",0.1,"AsswPercMsprSnonWnonDfl",0.1,"AswmPercMrunSnonWnonDfl",0.1,"AbswPercMrunSnonWnonDfl",0.1,"AsswPercMrunSnonWnonDf_AsswPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMwlkSnonWnonDfl: AsswPercMrunSnonWnonDfl + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMwlkSnonWnonDfl",0.1,"AsswPercMwlkSnonWnonDfr",0.1,"AsswPercMwlkSnonWnonDl",0.1,"AsswPercMwlkSnonWnonDr",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AsswPercMrunSnonWnonDfl",0.1,"AsswPercMsprSnonWnonDfl",0.1,"AswmPercMwlkSnonWnonDfl",0.1,"AbswPercMwlkSnonWnonDfl",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMrunSnonWnonDfr: AsswPercMrunSnonWnonDf + { + actions = "SurfaceSwimmingActionsRunFR"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMrunSnonWnonDf",0.1,"AsswPercMrunSnonWnonDfr",0.1,"AsswPercMrunSnonWnonDl",0.1,"AsswPercMrunSnonWnonDr",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AsswPercMwlkSnonWnonDfr",0.1,"AsswPercMsprSnonWnonDfr",0.1,"AswmPercMrunSnonWnonDfr",0.1,"AbswPercMrunSnonWnonDfr",0.1,"AsswPercMrunSnonWnonDf_AsswPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMwlkSnonWnonDfr: AsswPercMrunSnonWnonDfr + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMwlkSnonWnonDfr",0.1,"AsswPercMwlkSnonWnonDf",0.1,"AsswPercMwlkSnonWnonDl",0.1,"AsswPercMwlkSnonWnonDr",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AsswPercMrunSnonWnonDfr",0.1,"AsswPercMsprSnonWnonDfr",0.1,"AswmPercMwlkSnonWnonDfr",0.1,"AbswPercMwlkSnonWnonDfr",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMrunSnonWnonDl: AsswPercMrunSnonWnonDf + { + actions = "SurfaceSwimmingActionsRunL"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDl"; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMrunSnonWnonDfl",0.1,"AsswPercMrunSnonWnonDb",0.1,"AsswPercMrunSnonWnonDl",0.1,"AsswPercMrunSnonWnonDr",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AsswPercMwlkSnonWnonDl",0.1,"AswmPercMrunSnonWnonDl",0.1,"AbswPercMrunSnonWnonDl",0.1,"AsswPercMrunSnonWnonDf_AsswPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMwlkSnonWnonDl: AsswPercMrunSnonWnonDl + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMwlkSnonWnonDf",0.1,"AsswPercMwlkSnonWnonDfl",0.1,"AsswPercMwlkSnonWnonDb",0.1,"AsswPercMwlkSnonWnonDr",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AsswPercMrunSnonWnonDl",0.1,"AswmPercMwlkSnonWnonDl",0.1,"AbswPercMwlkSnonWnonDl",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMrunSnonWnonDr: AsswPercMrunSnonWnonDf + { + actions = "SurfaceSwimmingActionsRunR"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDr"; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMrunSnonWnonDf",0.1,"AsswPercMrunSnonWnonDfr",0.1,"AsswPercMrunSnonWnonDr",0.1,"AsswPercMrunSnonWnonDb",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AsswPercMwlkSnonWnonDr",0.1,"AswmPercMrunSnonWnonDr",0.1,"AbswPercMrunSnonWnonDr",0.1,"AsswPercMrunSnonWnonDf_AsswPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMwlkSnonWnonDr: AsswPercMrunSnonWnonDr + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMwlkSnonWnonDf",0.1,"AsswPercMwlkSnonWnonDfr",0.1,"AsswPercMwlkSnonWnonDb",0.1,"AsswPercMwlkSnonWnonDl",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AsswPercMrunSnonWnonDr",0.1,"AswmPercMwlkSnonWnonDr",0.1,"AbswPercMwlkSnonWnonDr",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMrunSnonWnonDb: AsswPercMrunSnonWnonDf + { + actions = "SurfaceSwimmingActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDb"; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMrunSnonWnonDr",0.1,"AsswPercMrunSnonWnonDl",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AsswPercMwlkSnonWnonDb",0.1,"AswmPercMrunSnonWnonDb",0.1,"AbswPercMrunSnonWnonDb",0.1,"AsswPercMrunSnonWnonDf_AsswPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMwlkSnonWnonDb: AsswPercMrunSnonWnonDb + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMwlkSnonWnonDf",0.1,"AsswPercMwlkSnonWnonDl",0.1,"AsswPercMwlkSnonWnonDr",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AsswPercMrunSnonWnonDb",0.1,"AswmPercMwlkSnonWnonDb",0.1,"AbswPercMwlkSnonWnonDb",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMsprSnonWnonDf: AsswPercMrunSnonWnonDf + { + actions = "SurfaceSwimmingActionsFastF"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.5; + headbobStrength = -0.2; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMrunSnonWnonDf",0.1,"AsswPercMsprSnonWnonDfl",0.1,"AsswPercMsprSnonWnonDfr",0.1,"AbswPercMsprSnonWnonDf",0.1,"AswmPercMsprSnonWnonDf",0.1,"AbswPercMrunSnonWnonDf",0.1,"AswmPercMrunSnonWnonDf",0.1,"AsswPercMwlkSnonWnonDf",0.1,"AsswPercMrunSnonWnonDf_AsswPercMstpSnonWnonDnon",0.1,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMsprSnonWnonDFl: AsswPercMrunSnonWnonDfl + { + actions = "SurfaceSwimmingActionsFastFl"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.5; + headbobStrength = -0.2; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMsprSnonWnonDf",0.1,"AsswPercMsprSnonWnonDfr",0.1,"AsswPercMrunSnonWnonDFl",0.1,"AbswPercMsprSnonWnonDFl",0.1,"AswmPercMsprSnonWnonDFl",0.1,"AbswPercMrunSnonWnonDFl",0.1,"AswmPercMrunSnonWnonDFl",0.1,"AsswPercMwlkSnonWnonDFl",0.1,"AsswPercMrunSnonWnonDf_AsswPercMstpSnonWnonDnon",0.1,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMsprSnonWnonDFr: AsswPercMrunSnonWnonDfr + { + actions = "SurfaceSwimmingActionsFastFr"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.5; + headbobStrength = -0.2; + InterpolateTo[] = {"Unconscious",0.01,"AsswPercMsprSnonWnonDfl",0.1,"AsswPercMsprSnonWnonDf",0.1,"AsswPercMrunSnonWnonDFr",0.1,"AbswPercMsprSnonWnonDFr",0.1,"AswmPercMsprSnonWnonDFr",0.1,"AbswPercMrunSnonWnonDFr",0.1,"AswmPercMrunSnonWnonDFr",0.1,"AsswPercMwlkSnonWnonDFr",0.1,"AsswPercMrunSnonWnonDf_AsswPercMstpSnonWnonDnon",0.1,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMstpSnonWnonDnon_AsswPercMrunSnonWnonDf: AsswPercMstpSnonWnonDnon + { + actions = "SurfaceSwimmingActionsRunF"; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\stp\non\non\AswmPercMstpSnonWnonDnon_AswmPercMrunSnonWnonDf"; + speed = 0.545455; + interpolationRestart = 1; + duty = 0.1; + InterpolateTo[] = {"AsswPercMrunSnonWnonDf",0.1,"Unconscious",0.1,"AsswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AsswPercMrunSnonWnonDf_AsswPercMstpSnonWnonDnon: AsswPercMrunSnonWnonDf + { + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon"; + speed = 0.91; + interpolationRestart = 1; + InterpolateTo[] = {"AsswPercMstpSnonWnonDnon",0.1,"Unconscious",0.1,"AsswPercMstpSnonWnonDnon_relax",10.0}; + }; + class AbswPercMstpSnonWnonDnon: AswmPercMstpSnonWnonDnon + { + actions = "BottomSwimmingActions"; + file = "\A3\anims_f\data\Anim\sdr\swm\erc\stp\non\non\AbswPercMstpSnonWnonDnon"; + headBobMode = 0; + headBobStrength = 0; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMstpSnonWnonDnon_AbswPercMrunSnonWnonDf",0.1,"AbswPercMrunSnonWnonDl",0.1,"AbswPercMrunSnonWnonDr",0.1,"AbswPercMrunSnonWnonDb",0.2,"AmovPercMstpSnonWnonDnon",0.2,"AbswPercMstpSnonWnonDnon_putDown",0.2,"AbswPercMrunSnonWnonDfr",0.2,"AbswPercMrunSnonWnonDfl",0.2,"AbswPercMstpSnonWnonDnon_relax",0.2,"AswmPercMstpSnonWnonDnon",0.1,"AsswPercMstpSnonWnonDnon",0.1,"AbswPercMstpSnonWnonDnon_goup",0.2,"AbswPercMstpSnonWnonDnon_goDown",0.2,"AswmPercMstpSnonWnonDnon_AswmPercMstpSnonWnonDnon_putDown",0.2}; + }; + class AbswPercMstpSnonWnonDnon_relax: AbswPercMstpSnonWnonDnon + { + speed = -5; + ConnectTo[] = {"AbswPercMstpSnonWnonDnon",10.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AbswPercMstpSnonWnonDnon_goup: AbswPercMstpSnonWnonDnon + { + stamina = -0.1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_goup"; + duty = 0.3; + InterpolateTo[] = {"AswmPercMstpSnonWnonDnon",0.2,"AbswPercMstpSnonWnonDnon",0.2,"AsswPercMstpSnonWnonDnon",0.2}; + }; + class AbswPercMstpSnonWnonDnon_goDown: AbswPercMstpSnonWnonDnon + { + stamina = -0.1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_godown"; + duty = 0.3; + InterpolateTo[] = {"AbswPercMstpSnonWnonDnon",0.2}; + }; + class AbswPercMstpSnonWnonDnon_putDown: AbswPercMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\stp\non\non\AswmPercMstpSnonWnonDnon"; + speed = 10; + canPullTrigger = 1; + duty = 0.3; + InterpolateTo[] = {"AbswPercMstpSnonWnonDnon",0.2,"Unconscious",0.1}; + }; + class AbswPercMrunSnonWnonDf: AbswPercMstpSnonWnonDnon + { + stamina = -0.1; + actions = "BottomSwimmingActionsRunF"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDf"; + speed = 0.238347; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.3; + duty = 0.3; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMrunSnonWnonDfl",0.1,"AbswPercMrunSnonWnonDfr",0.1,"AbswPercMrunSnonWnonDl",0.1,"AbswPercMrunSnonWnonDr",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AbswPercMwlkSnonWnonDf",0.1,"AbswPercMsprSnonWnonDf",0.1,"AsswPercMrunSnonWnonDf",0.1,"AswmPercMrunSnonWnonDf",0.1,"AbswPercMrunSnonWnonDf_AbswPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMwlkSnonWnonDf: AbswPercMrunSnonWnonDf + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMwlkSnonWnonDfl",0.1,"AbswPercMwlkSnonWnonDfr",0.1,"AbswPercMwlkSnonWnonDl",0.1,"AbswPercMwlkSnonWnonDr",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AbswPercMrunSnonWnonDf",0.1,"AbswPercMsprSnonWnonDf",0.1,"AsswPercMwlkSnonWnonDf",0.1,"AswmPercMwlkSnonWnonDf",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMrunSnonWnonDfl: AbswPercMrunSnonWnonDf + { + actions = "BottomSwimmingActionsRunFL"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMrunSnonWnonDf",0.1,"AbswPercMrunSnonWnonDfr",0.1,"AbswPercMrunSnonWnonDl",0.1,"AbswPercMrunSnonWnonDr",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AbswPercMwlkSnonWnonDfl",0.1,"AbswPercMsprSnonWnonDfl",0.1,"AsswPercMrunSnonWnonDfl",0.1,"AswmPercMrunSnonWnonDfl",0.1,"AbswPercMrunSnonWnonDf_AbswPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMwlkSnonWnonDfl: AbswPercMrunSnonWnonDfl + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMwlkSnonWnonDfl",0.1,"AbswPercMwlkSnonWnonDfr",0.1,"AbswPercMwlkSnonWnonDl",0.1,"AbswPercMwlkSnonWnonDr",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AbswPercMrunSnonWnonDfl",0.1,"AbswPercMsprSnonWnonDfl",0.1,"AsswPercMwlkSnonWnonDfl",0.1,"AswmPercMwlkSnonWnonDfl",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMrunSnonWnonDfr: AbswPercMrunSnonWnonDf + { + actions = "BottomSwimmingActionsRunFR"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMrunSnonWnonDf",0.1,"AbswPercMrunSnonWnonDfr",0.1,"AbswPercMrunSnonWnonDl",0.1,"AbswPercMrunSnonWnonDr",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AbswPercMwlkSnonWnonDfr",0.1,"AbswPercMsprSnonWnonDfr",0.1,"AsswPercMrunSnonWnonDfr",0.1,"AswmPercMrunSnonWnonDfr",0.1,"AbswPercMrunSnonWnonDf_AbswPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMwlkSnonWnonDfr: AbswPercMrunSnonWnonDfr + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMwlkSnonWnonDfr",0.1,"AbswPercMwlkSnonWnonDf",0.1,"AbswPercMwlkSnonWnonDl",0.1,"AbswPercMwlkSnonWnonDr",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AbswPercMrunSnonWnonDfr",0.1,"AbswPercMsprSnonWnonDfr",0.1,"AsswPercMwlkSnonWnonDfr",0.1,"AswmPercMwlkSnonWnonDfr",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMrunSnonWnonDl: AbswPercMrunSnonWnonDf + { + actions = "BottomSwimmingActionsRunL"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDl"; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMrunSnonWnonDfl",0.1,"AbswPercMrunSnonWnonDb",0.1,"AbswPercMrunSnonWnonDl",0.1,"AbswPercMrunSnonWnonDr",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AbswPercMwlkSnonWnonDl",0.1,"AsswPercMrunSnonWnonDl",0.1,"AswmPercMrunSnonWnonDl",0.1,"AbswPercMrunSnonWnonDf_AbswPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMwlkSnonWnonDl: AbswPercMrunSnonWnonDl + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMwlkSnonWnonDf",0.1,"AbswPercMwlkSnonWnonDfl",0.1,"AbswPercMwlkSnonWnonDb",0.1,"AbswPercMwlkSnonWnonDr",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AbswPercMrunSnonWnonDl",0.1,"AsswPercMwlkSnonWnonDl",0.1,"AswmPercMwlkSnonWnonDl",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMrunSnonWnonDr: AbswPercMrunSnonWnonDf + { + actions = "BottomSwimmingActionsRunR"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDr"; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMrunSnonWnonDf",0.1,"AbswPercMrunSnonWnonDfr",0.1,"AbswPercMrunSnonWnonDr",0.1,"AbswPercMrunSnonWnonDb",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AbswPercMwlkSnonWnonDr",0.1,"AsswPercMrunSnonWnonDr",0.1,"AswmPercMrunSnonWnonDr",0.1,"AbswPercMrunSnonWnonDf_AbswPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMwlkSnonWnonDr: AbswPercMrunSnonWnonDr + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMwlkSnonWnonDf",0.1,"AbswPercMwlkSnonWnonDfr",0.1,"AbswPercMwlkSnonWnonDb",0.1,"AbswPercMwlkSnonWnonDl",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AbswPercMrunSnonWnonDr",0.1,"AsswPercMwlkSnonWnonDr",0.1,"AswmPercMwlkSnonWnonDr",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMrunSnonWnonDb: AbswPercMrunSnonWnonDf + { + actions = "BottomSwimmingActionsRunB"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDb"; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMrunSnonWnonDr",0.1,"AbswPercMrunSnonWnonDl",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AbswPercMwlkSnonWnonDb",0.1,"AsswPercMrunSnonWnonDb",0.1,"AswmPercMrunSnonWnonDb",0.1,"AbswPercMrunSnonWnonDf_AbswPercMstpSnonWnonDnon",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMwlkSnonWnonDb: AbswPercMrunSnonWnonDb + { + relSpeedMax = 1; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMwlkSnonWnonDf",0.1,"AbswPercMwlkSnonWnonDl",0.1,"AbswPercMwlkSnonWnonDr",0.1,"AbswPercMstpSnonWnonDnon",0.1,"AbswPercMrunSnonWnonDb",0.1,"AsswPercMwlkSnonWnonDb",0.1,"AswmPercMwlkSnonWnonDb",0.1,"AmovPercMstpSnonWnonDnon",1.5,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMsprSnonWnonDf: AbswPercMrunSnonWnonDf + { + actions = "BottomSwimmingActionsFastF"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.5; + headbobStrength = -0.2; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMrunSnonWnonDf",0.1,"AbswPercMsprSnonWnonDfl",0.1,"AbswPercMsprSnonWnonDfr",0.1,"AswmPercMsprSnonWnonDf",0.1,"AsswPercMsprSnonWnonDf",0.1,"AswmPercMrunSnonWnonDf",0.1,"AsswPercMrunSnonWnonDf",0.1,"AbswPercMwlkSnonWnonDf",0.1,"AbswPercMrunSnonWnonDf_AbswPercMstpSnonWnonDnon",0.1,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMsprSnonWnonDFl: AbswPercMrunSnonWnonDfl + { + actions = "BottomSwimmingActionsFastFl"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.5; + headbobStrength = -0.2; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMsprSnonWnonDf",0.1,"AbswPercMsprSnonWnonDfr",0.1,"AbswPercMrunSnonWnonDFl",0.1,"AswmPercMsprSnonWnonDFl",0.1,"AsswPercMsprSnonWnonDFl",0.1,"AswmPercMrunSnonWnonDFl",0.1,"AsswPercMrunSnonWnonDFl",0.1,"AbswPercMwlkSnonWnonDFl",0.1,"AbswPercMrunSnonWnonDf_AbswPercMstpSnonWnonDnon",0.1,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMsprSnonWnonDFr: AbswPercMrunSnonWnonDfr + { + actions = "BottomSwimmingActionsFastFr"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.5; + headbobStrength = -0.2; + InterpolateTo[] = {"Unconscious",0.01,"AbswPercMsprSnonWnonDfl",0.1,"AbswPercMsprSnonWnonDf",0.1,"AbswPercMrunSnonWnonDFr",0.1,"AswmPercMsprSnonWnonDFr",0.1,"AsswPercMsprSnonWnonDFr",0.1,"AswmPercMrunSnonWnonDFr",0.1,"AsswPercMrunSnonWnonDFr",0.1,"AbswPercMwlkSnonWnonDFr",0.1,"AbswPercMrunSnonWnonDf_AbswPercMstpSnonWnonDnon",0.1,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMstpSnonWnonDnon_AbswPercMrunSnonWnonDf: AbswPercMstpSnonWnonDnon + { + actions = "BottomSwimmingActionsRunF"; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\stp\non\non\AswmPercMstpSnonWnonDnon_AswmPercMrunSnonWnonDf"; + speed = 0.545455; + interpolationRestart = 1; + duty = 0.3; + InterpolateTo[] = {"AbswPercMrunSnonWnonDf",0.1,"Unconscious",0.1,"AbswPercMstpSnonWnonDnon_relax",0.2}; + }; + class AbswPercMrunSnonWnonDf_AbswPercMstpSnonWnonDnon: AbswPercMrunSnonWnonDf + { + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDf_AswmPercMstpSnonWnonDnon"; + speed = 0.91; + interpolationRestart = 1; + InterpolateTo[] = {"AbswPercMstpSnonWnonDnon",0.1,"Unconscious",0.1,"AbswPercMstpSnonWnonDnon_relax",10.0}; + }; + class AdvePercMstpSnonWnonDnon: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + actions = "DivingActions"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon"; + speed = 0.12; + static = 1; + relSpeedMin = 0.5; + interpolationSpeed = 1.8; + soundEdge[] = {0.5}; + showWeaponAim = 0; + disableWeapons = 1; + limitGunMovement = 0; + soundOverride = "swim"; + soundEnabled = 1; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mnon.p3d"; + canPullTrigger = 0; + disableWeaponsLong = 1; + ConnectTo[] = {"AdvePercMstpSnonWnonDnon",0.02,"AdvePercMstpSnonWnonDnon_turnL",0.05,"AdvePercMstpSnonWnonDnon_turnR",0.05}; + InterpolateTo[] = {"AdvePercMstpSnonWnonDnon_turnL",0.05,"AdvePercMstpSnonWnonDnon_turnR",0.05,"AdvePercMrunSnonWnonDf",0.02,"AdvePercMrunSnonWnonDfr",0.02,"AdvePercMrunSnonWnonDfl",0.02,"AdvePercMrunSnonWnonDb",0.02,"AdvePercMrunSnonWnonDbr",0.02,"AdvePercMrunSnonWnonDbl",0.02,"AdvePercMrunSnonWnonDr",0.02,"AdvePercMrunSnonWnonDl",0.02,"AdvePercMwlkSnonWnonDf",0.02,"AdvePercMwlkSnonWnonDfr",0.02,"AdvePercMwlkSnonWnonDfl",0.02,"AdvePercMwlkSnonWnonDb",0.02,"AdvePercMwlkSnonWnonDbr",0.02,"AdvePercMwlkSnonWnonDbl",0.02,"AdvePercMwlkSnonWnonDr",0.02,"AdvePercMwlkSnonWnonDl",0.02,"AdvePercMtacSnonWnonDf",0.02,"AdvePercMtacSnonWnonDfr",0.02,"AdvePercMtacSnonWnonDfl",0.02,"AdvePercMtacSnonWnonDb",0.02,"AdvePercMtacSnonWnonDbr",0.02,"AdvePercMtacSnonWnonDbl",0.02,"AdvePercMtacSnonWnonDr",0.02,"AdvePercMtacSnonWnonDl",0.02,"AdvePercMsprSnonWnonDf",0.02,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon_goup",0.02,"AdvePercMstpSnonWnonDnon_godown",0.02,"AdvePercMstpSnonWnonDnon_AdvePercMstpSnonWrflDnon",0.05,"AdvePercMstpSnonWnonDnon_AdvePercMstpSnonWnonDnon_putDown",0.02,"AmovPercMstpSnonWnonDnon",0.04,"AdvePercMstpSnonWnonDnon_relax",0.1,"Unconscious",0.1}; + enableBinocular = 0; + }; + class AdvePercMstpSnonWnonDnon_AdvePercMstpSnonWnonDnon_putDown: AdvePercMstpSnonWnonDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_invin"; + speed = 1.63636; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AdvePercMstpSnonWnonDnon_putDown_AdvePercMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AdvePercMstpSnonWnonDnon_putDown_AdvePercMstpSnonWnonDnon: AdvePercMstpSnonWnonDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + minPlayTime = 0.75; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_invout"; + speed = 0.470588; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AdvePercMstpSnonWnonDnon_relax: AdvePercMstpSnonWnonDnon + { + speed = -5; + ConnectTo[] = {"AdvePercMstpSnonWnonDnon",10.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AdvePercMstpSnonWnonDnon_GetInSDV: AdvePercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_GetInSDV"; + speed = 0.32; + duty = 0.5; + actions = "DivingRifleActions"; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AdvePercMstpSnonWnonDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AdvePercMstpSnonWnonDnon_GetOutSDV: AdvePercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_GetOutSDV"; + speed = 0.32; + duty = 0.5; + actions = "DivingRifleActions"; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AdvePercMstpSnonWnonDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AdvePercMstpSnonWnonDnon_goup: AdvePercMstpSnonWnonDnon + { + stamina = -0.1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_goup"; + speed = 0.6; + canPullTrigger = 1; + duty = 0.4; + ConnectTo[] = {}; + InterpolateTo[] = {"AdvePercMstpSnonWnonDnon",0.2,"Unconscious",0.1,"AsdvPercMstpSnonWnonDnon",0.2,"AbdvPercMstpSnonWnonDnon",0.2,"AsdvPercMstpSnonWnonDnon_goup",0.1,"AbdvPercMstpSnonWnonDnon_goup",0.1}; + }; + class AdvePercMstpSnonWnonDnon_godown: AdvePercMstpSnonWnonDnon + { + stamina = -0.1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_godown"; + speed = 0.8; + canPullTrigger = 1; + duty = 0.8; + ConnectTo[] = {}; + InterpolateTo[] = {"AdvePercMstpSnonWnonDnon",0.2,"Unconscious",0.1,"AbdvPercMstpSnonWnonDnon",0.2,"AsdvPercMstpSnonWnonDnon",0.2,"AsdvPercMstpSnonWnonDnon_godown",0.1,"AbdvPercMstpSnonWnonDnon_godown",0.1}; + }; + class AmovPercMwlkSrasWrflDf_AdvePercMrunSnonWnonDf: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\wlk\ras\rfl\AmovPercMwlkSrasWrflDf_AdvePercMrunSnonWrflDf"; + interpolationSpeed = 7; + interpolationRestart = 2; + looped = 0; + soundEdge[] = {0.5}; + duty = 0.06; + disableWeapons = 1; + limitGunMovement = 0; + soundOverride = "swim"; + soundEnabled = 1; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + canPullTrigger = 0; + speed = 2.25; + ConnectTo[] = {"AdvePercMrunSnonWnonDf",0.02}; + InterpolateTo[] = {"Unconscious",0.1,"AdvePercMstpSnonWnonDnon",0.02}; + }; + class AmovPercMwlkSnonWnonDf_AdvePercMrunSnonWnonDf: AmovPercMwlkSrasWrflDf_AdvePercMrunSnonWnonDf + { + file = "\A3\anims_f\data\Anim\sdr\mov\erc\wlk\non\non\AmovPercMwlkSnonWnonDf_AdvePercMrunSnonWnonDf"; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AdvePercMstpSnonWnonDnon_turnL: AdvePercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_turnL"; + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMstpSnonWnonDnon",0.05,"AsdvPercMstpSnonWnonDnon_turnL",0.05,"AbdvPercMstpSnonWnonDnon_turnL",0.05}; + }; + class AdvePercMstpSnonWnonDnon_turnR: AdvePercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_turnR"; + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMstpSnonWnonDnon",0.05,"AsdvPercMstpSnonWnonDnon_turnR",0.05,"AbdvPercMstpSnonWnonDnon_turnR",0.05}; + }; + class AdvePercMwlkSnonWnonDf: AdvePercMstpSnonWnonDnon + { + stamina = -0.1; + actions = "DivingActionsWlkF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMsprSnonWnonDf",0.02,"AdvePercMrunSnonWnonDf",0.02,"AdvePercMtacSnonWnonDf",0.02,"AdvePercMwlkSnonWnonDfr",0.02,"AdvePercMwlkSnonWnonDfl",0.02,"AdvePercMwlkSnonWnonDl",0.02,"AdvePercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDf",0.02,"AsdvPercMwlkSnonWnonDf",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMwlkSnonWnonDfr: AdvePercMwlkSnonWnonDf + { + actions = "DivingActionsWlkFR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWnonDfr",0.02,"AdvePercMtacSnonWnonDfr",0.02,"AdvePercMwlkSnonWnonDf",0.02,"AdvePercMwlkSnonWnonDfl",0.02,"AdvePercMwlkSnonWnonDl",0.02,"AdvePercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDfr",0.02,"AsdvPercMwlkSnonWnonDfr",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMwlkSnonWnonDfl: AdvePercMwlkSnonWnonDf + { + actions = "DivingActionsWlkFL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWnonDfl",0.02,"AdvePercMtacSnonWnonDfl",0.02,"AdvePercMwlkSnonWnonDf",0.02,"AdvePercMwlkSnonWnonDfr",0.02,"AdvePercMwlkSnonWnonDl",0.02,"AdvePercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDfl",0.02,"AsdvPercMwlkSnonWnonDfl",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMwlkSnonWnonDb: AdvePercMwlkSnonWnonDf + { + actions = "DivingActionsWlkB"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWnonDb",0.02,"AdvePercMtacSnonWnonDb",0.02,"AdvePercMwlkSnonWnonDbr",0.02,"AdvePercMwlkSnonWnonDbl",0.02,"AdvePercMwlkSnonWnonDl",0.02,"AdvePercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDb",0.02,"AsdvPercMwlkSnonWnonDb",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMwlkSnonWnonDbr: AdvePercMwlkSnonWnonDb + { + actions = "DivingActionsWlkBR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWnonDbr",0.02,"AdvePercMtacSnonWnonDbr",0.02,"AdvePercMwlkSnonWnonDb",0.02,"AdvePercMwlkSnonWnonDbl",0.02,"AdvePercMwlkSnonWnonDl",0.02,"AdvePercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDbr",0.02,"AsdvPercMwlkSnonWnonDbr",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMwlkSnonWnonDbl: AdvePercMwlkSnonWnonDb + { + actions = "DivingActionsWlkBL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWnonDbl",0.02,"AdvePercMtacSnonWnonDbl",0.02,"AdvePercMwlkSnonWnonDb",0.02,"AdvePercMwlkSnonWnonDbr",0.02,"AdvePercMwlkSnonWnonDl",0.02,"AdvePercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDbl",0.02,"AsdvPercMwlkSnonWnonDbl",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMwlkSnonWnonDl: AdvePercMwlkSnonWnonDf + { + actions = "DivingActionsWlkL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDl"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWnonDl",0.02,"AdvePercMtacSnonWnonDl",0.02,"AdvePercMwlkSnonWnonDfl",0.02,"AdvePercMwlkSnonWnonDbl",0.02,"AdvePercMwlkSnonWnonDl",0.02,"AdvePercMwlkSnonWnonDf",0.02,"AbdvPercMwlkSnonWnonDl",0.02,"AsdvPercMwlkSnonWnonDl",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMwlkSnonWnonDr: AdvePercMwlkSnonWnonDf + { + actions = "DivingActionsWlkR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDr"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWnonDr",0.02,"AdvePercMtacSnonWnonDr",0.02,"AdvePercMwlkSnonWnonDfr",0.02,"AdvePercMwlkSnonWnonDbr",0.02,"AdvePercMwlkSnonWnonDr",0.02,"AdvePercMwlkSnonWnonDf",0.02,"AbdvPercMwlkSnonWnonDr",0.02,"AsdvPercMwlkSnonWnonDr",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMtacSnonWnonDf: AdvePercMstpSnonWnonDnon + { + actions = "DivingActionsTacF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMsprSnonWnonDf",0.02,"AdvePercMwlkSnonWnonDf",0.02,"AdvePercMrunSnonWnonDf",0.02,"AdvePercMtacSnonWnonDfr",0.02,"AdvePercMtacSnonWnonDfl",0.02,"AdvePercMtacSnonWnonDl",0.02,"AdvePercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDf",0.02,"AsdvPercMtacSnonWnonDf",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMtacSnonWnonDfr: AdvePercMtacSnonWnonDf + { + actions = "DivingActionsTacFR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDfr",0.02,"AdvePercMrunSnonWnonDfr",0.02,"AdvePercMtacSnonWnonDf",0.02,"AdvePercMtacSnonWnonDfl",0.02,"AdvePercMtacSnonWnonDl",0.02,"AdvePercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDfr",0.02,"AsdvPercMtacSnonWnonDfr",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMtacSnonWnonDfl: AdvePercMtacSnonWnonDf + { + actions = "DivingActionsTacFL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDfl",0.02,"AdvePercMrunSnonWnonDfl",0.02,"AdvePercMtacSnonWnonDf",0.02,"AdvePercMtacSnonWnonDfr",0.02,"AdvePercMtacSnonWnonDl",0.02,"AdvePercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDfl",0.02,"AsdvPercMtacSnonWnonDfl",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMtacSnonWnonDb: AdvePercMtacSnonWnonDf + { + actions = "DivingActionsTacB"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDb",0.02,"AdvePercMrunSnonWnonDb",0.02,"AdvePercMtacSnonWnonDbr",0.02,"AdvePercMtacSnonWnonDbl",0.02,"AdvePercMtacSnonWnonDl",0.02,"AdvePercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDb",0.02,"AsdvPercMtacSnonWnonDb",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMtacSnonWnonDbr: AdvePercMtacSnonWnonDb + { + actions = "DivingActionsTacBR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDbr",0.02,"AdvePercMrunSnonWnonDbr",0.02,"AdvePercMtacSnonWnonDb",0.02,"AdvePercMtacSnonWnonDbl",0.02,"AdvePercMtacSnonWnonDl",0.02,"AdvePercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDbr",0.02,"AsdvPercMtacSnonWnonDbr",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMtacSnonWnonDbl: AdvePercMtacSnonWnonDb + { + actions = "DivingActionsTacBL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDbl",0.02,"AdvePercMrunSnonWnonDbl",0.02,"AdvePercMtacSnonWnonDb",0.02,"AdvePercMtacSnonWnonDbr",0.02,"AdvePercMtacSnonWnonDl",0.02,"AdvePercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDbl",0.02,"AsdvPercMtacSnonWnonDbl",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMtacSnonWnonDl: AdvePercMtacSnonWnonDf + { + actions = "DivingActionsTacL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDl"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDl",0.02,"AdvePercMrunSnonWnonDl",0.02,"AdvePercMtacSnonWnonDfl",0.02,"AdvePercMtacSnonWnonDbl",0.02,"AdvePercMtacSnonWnonDl",0.02,"AdvePercMtacSnonWnonDf",0.02,"AbdvPercMtacSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDl",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMtacSnonWnonDr: AdvePercMtacSnonWnonDf + { + actions = "DivingActionsTacR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDr"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDr",0.02,"AdvePercMrunSnonWnonDr",0.02,"AdvePercMtacSnonWnonDfr",0.02,"AdvePercMtacSnonWnonDbr",0.02,"AdvePercMtacSnonWnonDr",0.02,"AdvePercMtacSnonWnonDf",0.02,"AbdvPercMtacSnonWnonDr",0.02,"AsdvPercMtacSnonWnonDr",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMrunSnonWnonDf: AdvePercMstpSnonWnonDnon + { + stamina = -0.1; + actions = "DivingActionsRunF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = 0.3; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMsprSnonWnonDf",0.02,"AdvePercMwlkSnonWnonDf",0.02,"AdvePercMtacSnonWnonDf",0.02,"AdvePercMrunSnonWnonDfr",0.02,"AdvePercMrunSnonWnonDfl",0.02,"AdvePercMrunSnonWnonDl",0.02,"AdvePercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDf",0.02,"AsdvPercMrunSnonWnonDf",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMrunSnonWnonDfr: AdvePercMrunSnonWnonDf + { + actions = "DivingActionsRunFR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDfr",0.02,"AdvePercMtacSnonWnonDfr",0.02,"AdvePercMrunSnonWnonDf",0.02,"AdvePercMrunSnonWnonDfl",0.02,"AdvePercMrunSnonWnonDl",0.02,"AdvePercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDfr",0.02,"AsdvPercMrunSnonWnonDfr",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMrunSnonWnonDfl: AdvePercMrunSnonWnonDf + { + actions = "DivingActionsRunFL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDfl",0.02,"AdvePercMtacSnonWnonDfl",0.02,"AdvePercMrunSnonWnonDf",0.02,"AdvePercMrunSnonWnonDfr",0.02,"AdvePercMrunSnonWnonDl",0.02,"AdvePercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDfl",0.02,"AsdvPercMrunSnonWnonDfl",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMrunSnonWnonDb: AdvePercMrunSnonWnonDf + { + actions = "DivingActionsRunB"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDb",0.02,"AdvePercMtacSnonWnonDb",0.02,"AdvePercMrunSnonWnonDbr",0.02,"AdvePercMrunSnonWnonDbl",0.02,"AdvePercMrunSnonWnonDl",0.02,"AdvePercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDb",0.02,"AsdvPercMrunSnonWnonDb",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMrunSnonWnonDbr: AdvePercMrunSnonWnonDb + { + actions = "DivingActionsRunBR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDbr",0.02,"AdvePercMtacSnonWnonDbr",0.02,"AdvePercMrunSnonWnonDb",0.02,"AdvePercMrunSnonWnonDbl",0.02,"AdvePercMrunSnonWnonDl",0.02,"AdvePercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDbr",0.02,"AsdvPercMrunSnonWnonDbr",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMrunSnonWnonDbl: AdvePercMrunSnonWnonDb + { + actions = "DivingActionsRunBL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDbl",0.02,"AdvePercMtacSnonWnonDbl",0.02,"AdvePercMrunSnonWnonDb",0.02,"AdvePercMrunSnonWnonDbr",0.02,"AdvePercMrunSnonWnonDl",0.02,"AdvePercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDbl",0.02,"AsdvPercMrunSnonWnonDbl",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMrunSnonWnonDl: AdvePercMrunSnonWnonDf + { + actions = "DivingActionsRunL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDl"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDl",0.02,"AdvePercMtacSnonWnonDl",0.02,"AdvePercMrunSnonWnonDfl",0.02,"AdvePercMrunSnonWnonDbl",0.02,"AdvePercMrunSnonWnonDl",0.02,"AdvePercMrunSnonWnonDf",0.02,"AbdvPercMrunSnonWnonDl",0.02,"AsdvPercMrunSnonWnonDl",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMrunSnonWnonDr: AdvePercMrunSnonWnonDf + { + actions = "DivingActionsRunR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDr"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWnonDr",0.02,"AdvePercMtacSnonWnonDr",0.02,"AdvePercMrunSnonWnonDfr",0.02,"AdvePercMrunSnonWnonDbr",0.02,"AdvePercMrunSnonWnonDr",0.02,"AdvePercMrunSnonWnonDf",0.02,"AbdvPercMrunSnonWnonDr",0.02,"AsdvPercMrunSnonWnonDr",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMsprSnonWnonDf: AdvePercMrunSnonWnonDf + { + stamina = -1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\spr\non\non\AdvePercMsprSnonWnonDf"; + actions = "DivingActionsFastF"; + speed = 0.14336; + duty = 0.8; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWnonDf",0.02,"AbdvPercMsprSnonWnonDf",0.02,"AsdvPercMsprSnonWnonDf",0.02,"AdvePercMrunSnonWnonDfl",0.02,"AdvePercMrunSnonWnonDfr",0.02,"AdvePercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AdvePercMstpSnonWrflDnon: AidlPercMstpSrasWrflDnon_G0S + { + variantsAI[] = {}; + actions = "DivingRifleActions"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon"; + InterpolationSpeed = 2.5; + speed = 0.08; + static = 1; + relSpeedMin = 0.5; + soundEdge[] = {0.5}; + legs = "legsNo"; + limitGunMovement = 1; + soundOverride = "swim"; + soundEnabled = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mnon.p3d"; + aimPrecision = 2; + ConnectTo[] = {"AdvePercMstpSnonWrflDnon",0.02,"AdvePercMstpSnonWrflDnon_turnL",0.05,"AdvePercMstpSnonWrflDnon_turnR",0.05}; + InterpolateTo[] = {"AdvePercMstpSnonWrflDnon_turnL",0.05,"AdvePercMstpSnonWrflDnon_turnR",0.05,"AdvePercMrunSnonWrflDf",0.02,"AdvePercMrunSnonWrflDfr",0.02,"AdvePercMrunSnonWrflDfl",0.02,"AdvePercMrunSnonWrflDb",0.02,"AdvePercMrunSnonWrflDbr",0.02,"AdvePercMrunSnonWrflDbl",0.02,"AdvePercMrunSnonWrflDr",0.02,"AdvePercMrunSnonWrflDl",0.02,"AdvePercMwlkSnonWrflDf",0.02,"AdvePercMwlkSnonWrflDfr",0.02,"AdvePercMwlkSnonWrflDfl",0.02,"AdvePercMwlkSnonWrflDb",0.02,"AdvePercMwlkSnonWrflDbr",0.02,"AdvePercMwlkSnonWrflDbl",0.02,"AdvePercMwlkSnonWrflDr",0.02,"AdvePercMwlkSnonWrflDl",0.02,"AdvePercMtacSnonWrflDf",0.02,"AdvePercMtacSnonWrflDfr",0.02,"AdvePercMtacSnonWrflDfl",0.02,"AdvePercMtacSnonWrflDb",0.02,"AdvePercMtacSnonWrflDbr",0.02,"AdvePercMtacSnonWrflDbl",0.02,"AdvePercMtacSnonWrflDr",0.02,"AdvePercMtacSnonWrflDl",0.02,"AdvePercMsprSnonWrflDf",0.02,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon_goup",0.02,"AdvePercMstpSnonWrflDnon_godown",0.02,"AdvePercMstpSnonWrflDnon_AdvePercMstpSnonWrflDnon_putDown",0.02,"AmovPknlMstpSrasWrflDnon",0.04,"AmovPknlMstpSlowWrflDnon",0.04,"AdvePercMstpSnonWrflDnon_relax",0.1,"Unconscious",0.1}; + enableBinocular = 0; + }; + class AdvePercMstpSnonWrflDnon_AdvePercMstpSnonWrflDnon_putDown: AdvePercMstpSnonWrflDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_invin"; + speed = 1.63636; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AdvePercMstpSnonWrflDnon_putDown_AdvePercMstpSnonWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AdvePercMstpSnonWrflDnon_putDown_AdvePercMstpSnonWrflDnon: AdvePercMstpSnonWrflDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + minPlayTime = 0.75; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_invout"; + speed = 0.470588; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AdvePercMstpSnonWrflDnon_relax: AdvePercMstpSnonWrflDnon + { + speed = -5; + ConnectTo[] = {"AdvePercMstpSnonWrflDnon",10.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AdvePercMstpSnonWrflDnon_GetInSDV: AdvePercMstpSnonWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_GetInSDV"; + speed = 0.32; + duty = 0.5; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AdvePercMstpSnonWrflDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AdvePercMstpSnonWrflDnon_GetOutSDV: AdvePercMstpSnonWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_GetOutSDV"; + speed = 0.32; + duty = 0.5; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AdvePercMstpSnonWrflDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AdvePercMstpSnonWrflDnon_goup: AdvePercMstpSnonWrflDnon + { + stamina = -0.1; + disableWeaponsLong = 1; + disableWeapons = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_goup"; + speed = 0.6; + duty = 0.6; + ConnectTo[] = {}; + InterpolateTo[] = {"AdvePercMstpSnonWrflDnon",0.2,"Unconscious",0.1,"AsdvPercMstpSnonWrflDnon",0.2,"AbdvPercMstpSnonWrflDnon",0.2,"AsdvPercMstpSnonWrflDnon_goup",0.1,"AbdvPercMstpSnonWrflDnon_goup",0.1}; + }; + class AdvePercMstpSnonWrflDnon_godown: AdvePercMstpSnonWrflDnon + { + stamina = -0.1; + disableWeaponsLong = 1; + disableWeapons = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_godown"; + speed = 0.8; + duty = 1.0; + ConnectTo[] = {}; + InterpolateTo[] = {"AdvePercMstpSnonWrflDnon",0.2,"Unconscious",0.1,"AbdvPercMstpSnonWrflDnon",0.2,"AsdvPercMstpSnonWrflDnon",0.2,"AsdvPercMstpSnonWrflDnon_godown",0.1,"AbdvPercMstpSnonWrflDnon_godown",0.1}; + }; + class AmovPercMwlkSrasWrflDf_AdvePercMrunSnonWrflDf: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\wlk\ras\rfl\AmovPercMwlkSrasWrflDf_AdvePercMrunSnonWrflDf"; + interpolationSpeed = 7; + interpolationRestart = 2; + looped = 0; + soundEdge[] = {0.5}; + duty = 0.06; + disableWeapons = 1; + limitGunMovement = 0; + soundOverride = "swim"; + soundEnabled = 1; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + canPullTrigger = 0; + speed = 2.25; + ConnectTo[] = {"AdvePercMrunSnonWrflDf",0.02}; + InterpolateTo[] = {"Unconscious",0.1,"AdvePercMstpSnonWrflDnon",0.02}; + }; + class AdvePercMstpSnonWrflDnon_turnL: AdvePercMstpSnonWrflDnon + { + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.1; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMstpSnonWrflDnon",0.05,"AsdvPercMstpSnonWrflDnon_turnL",0.05,"AbdvPercMstpSnonWrflDnon_turnL",0.05}; + }; + class AdvePercMstpSnonWrflDnon_turnR: AdvePercMstpSnonWrflDnon + { + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.1; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMstpSnonWrflDnon",0.05,"AsdvPercMstpSnonWrflDnon_turnR",0.05,"AbdvPercMstpSnonWrflDnon_turnR",0.05}; + }; + class AdvePercMwlkSnonWrflDf: AdvePercMstpSnonWrflDnon + { + aimPrecision = 4.0; + stamina = -0.1; + limitGunMovement = 0; + disableWeaponsLong = 1; + disableWeapons = 1; + actions = "DivingRifleActionsWlkF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMsprSnonWrflDf",0.02,"AdvePercMrunSnonWrflDf",0.02,"AdvePercMtacSnonWrflDf",0.02,"AdvePercMwlkSnonWrflDfr",0.02,"AdvePercMwlkSnonWrflDfl",0.02,"AdvePercMwlkSnonWrflDl",0.02,"AdvePercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDf",0.02,"AsdvPercMwlkSnonWrflDf",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMwlkSnonWrflDfr: AdvePercMwlkSnonWrflDf + { + actions = "DivingRifleActionsWlkFR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWrflDfr",0.02,"AdvePercMtacSnonWrflDfr",0.02,"AdvePercMwlkSnonWrflDf",0.02,"AdvePercMwlkSnonWrflDfl",0.02,"AdvePercMwlkSnonWrflDl",0.02,"AdvePercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDfr",0.02,"AsdvPercMwlkSnonWrflDfr",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMwlkSnonWrflDfl: AdvePercMwlkSnonWrflDf + { + actions = "DivingRifleActionsWlkFL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWrflDfl",0.02,"AdvePercMtacSnonWrflDfl",0.02,"AdvePercMwlkSnonWrflDf",0.02,"AdvePercMwlkSnonWrflDfr",0.02,"AdvePercMwlkSnonWrflDl",0.02,"AdvePercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDfl",0.02,"AsdvPercMwlkSnonWrflDfl",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMwlkSnonWrflDb: AdvePercMwlkSnonWrflDf + { + leftHandIKCurve[] = {0}; + actions = "DivingRifleActionsWlkB"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWrflDb",0.02,"AdvePercMtacSnonWrflDb",0.02,"AdvePercMwlkSnonWrflDbr",0.02,"AdvePercMwlkSnonWrflDbl",0.02,"AdvePercMwlkSnonWrflDl",0.02,"AdvePercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDb",0.02,"AsdvPercMwlkSnonWrflDb",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMwlkSnonWrflDbr: AdvePercMwlkSnonWrflDb + { + actions = "DivingRifleActionsWlkBR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWrflDbr",0.02,"AdvePercMtacSnonWrflDbr",0.02,"AdvePercMwlkSnonWrflDb",0.02,"AdvePercMwlkSnonWrflDbl",0.02,"AdvePercMwlkSnonWrflDl",0.02,"AdvePercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDbr",0.02,"AsdvPercMwlkSnonWrflDbr",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMwlkSnonWrflDbl: AdvePercMwlkSnonWrflDb + { + actions = "DivingRifleActionsWlkBL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWrflDbl",0.02,"AdvePercMtacSnonWrflDbl",0.02,"AdvePercMwlkSnonWrflDb",0.02,"AdvePercMwlkSnonWrflDbr",0.02,"AdvePercMwlkSnonWrflDl",0.02,"AdvePercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDbl",0.02,"AsdvPercMwlkSnonWrflDbl",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMwlkSnonWrflDl: AdvePercMwlkSnonWrflDf + { + actions = "DivingRifleActionsWlkL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDl"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWrflDl",0.02,"AdvePercMtacSnonWrflDl",0.02,"AdvePercMwlkSnonWrflDfl",0.02,"AdvePercMwlkSnonWrflDbl",0.02,"AdvePercMwlkSnonWrflDl",0.02,"AdvePercMwlkSnonWrflDf",0.02,"AbdvPercMwlkSnonWrflDl",0.02,"AsdvPercMwlkSnonWrflDl",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMwlkSnonWrflDr: AdvePercMwlkSnonWrflDf + { + actions = "DivingRifleActionsWlkR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDr"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWrflDr",0.02,"AdvePercMtacSnonWrflDr",0.02,"AdvePercMwlkSnonWrflDfr",0.02,"AdvePercMwlkSnonWrflDbr",0.02,"AdvePercMwlkSnonWrflDr",0.02,"AdvePercMwlkSnonWrflDf",0.02,"AbdvPercMwlkSnonWrflDr",0.02,"AsdvPercMwlkSnonWrflDr",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMtacSnonWrflDf: AdvePercMstpSnonWrflDnon + { + aimPrecision = 4.0; + limitGunMovement = 0; + disableWeaponsLong = 1; + disableWeapons = 1; + actions = "DivingRifleActionsTacF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMsprSnonWrflDf",0.02,"AdvePercMwlkSnonWrflDf",0.02,"AdvePercMrunSnonWrflDf",0.02,"AdvePercMtacSnonWrflDfr",0.02,"AdvePercMtacSnonWrflDfl",0.02,"AdvePercMtacSnonWrflDl",0.02,"AdvePercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDf",0.02,"AsdvPercMtacSnonWrflDf",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMtacSnonWrflDfr: AdvePercMtacSnonWrflDf + { + actions = "DivingRifleActionsTacFR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDfr",0.02,"AdvePercMrunSnonWrflDfr",0.02,"AdvePercMtacSnonWrflDf",0.02,"AdvePercMtacSnonWrflDfl",0.02,"AdvePercMtacSnonWrflDl",0.02,"AdvePercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDfr",0.02,"AsdvPercMtacSnonWrflDfr",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMtacSnonWrflDfl: AdvePercMtacSnonWrflDf + { + actions = "DivingRifleActionsTacFL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDfl",0.02,"AdvePercMrunSnonWrflDfl",0.02,"AdvePercMtacSnonWrflDf",0.02,"AdvePercMtacSnonWrflDfr",0.02,"AdvePercMtacSnonWrflDl",0.02,"AdvePercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDfl",0.02,"AsdvPercMtacSnonWrflDfl",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMtacSnonWrflDb: AdvePercMtacSnonWrflDf + { + leftHandIKCurve[] = {0}; + actions = "DivingRifleActionsTacB"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDb",0.02,"AdvePercMrunSnonWrflDb",0.02,"AdvePercMtacSnonWrflDbr",0.02,"AdvePercMtacSnonWrflDbl",0.02,"AdvePercMtacSnonWrflDl",0.02,"AdvePercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDb",0.02,"AsdvPercMtacSnonWrflDb",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMtacSnonWrflDbr: AdvePercMtacSnonWrflDb + { + actions = "DivingRifleActionsTacBR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDbr",0.02,"AdvePercMrunSnonWrflDbr",0.02,"AdvePercMtacSnonWrflDb",0.02,"AdvePercMtacSnonWrflDbl",0.02,"AdvePercMtacSnonWrflDl",0.02,"AdvePercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDbr",0.02,"AsdvPercMtacSnonWrflDbr",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMtacSnonWrflDbl: AdvePercMtacSnonWrflDb + { + actions = "DivingRifleActionsTacBL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDbl",0.02,"AdvePercMrunSnonWrflDbl",0.02,"AdvePercMtacSnonWrflDb",0.02,"AdvePercMtacSnonWrflDbr",0.02,"AdvePercMtacSnonWrflDl",0.02,"AdvePercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDbl",0.02,"AsdvPercMtacSnonWrflDbl",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMtacSnonWrflDl: AdvePercMtacSnonWrflDf + { + actions = "DivingRifleActionsTacL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDl"; + speed = 0.2; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDl",0.02,"AdvePercMrunSnonWrflDl",0.02,"AdvePercMtacSnonWrflDfl",0.02,"AdvePercMtacSnonWrflDbl",0.02,"AdvePercMtacSnonWrflDl",0.02,"AdvePercMtacSnonWrflDf",0.02,"AbdvPercMtacSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDl",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMtacSnonWrflDr: AdvePercMtacSnonWrflDf + { + actions = "DivingRifleActionsTacR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDr"; + speed = 0.2; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDr",0.02,"AdvePercMrunSnonWrflDr",0.02,"AdvePercMtacSnonWrflDfr",0.02,"AdvePercMtacSnonWrflDbr",0.02,"AdvePercMtacSnonWrflDr",0.02,"AdvePercMtacSnonWrflDf",0.02,"AbdvPercMtacSnonWrflDr",0.02,"AsdvPercMtacSnonWrflDr",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMrunSnonWrflDf: AdvePercMstpSnonWrflDnon + { + aimPrecision = 4.0; + stamina = -0.1; + limitGunMovement = 0; + disableWeaponsLong = 1; + disableWeapons = 1; + actions = "DivingRifleActionsRunF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = 0.6; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMsprSnonWrflDf",0.02,"AdvePercMwlkSnonWrflDf",0.02,"AdvePercMtacSnonWrflDf",0.02,"AdvePercMrunSnonWrflDfr",0.02,"AdvePercMrunSnonWrflDfl",0.02,"AdvePercMrunSnonWrflDl",0.02,"AdvePercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDf",0.02,"AsdvPercMrunSnonWrflDf",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMrunSnonWrflDfr: AdvePercMrunSnonWrflDf + { + actions = "DivingRifleActionsRunFR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDfr",0.02,"AdvePercMtacSnonWrflDfr",0.02,"AdvePercMrunSnonWrflDf",0.02,"AdvePercMrunSnonWrflDfl",0.02,"AdvePercMrunSnonWrflDl",0.02,"AdvePercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDfr",0.02,"AsdvPercMrunSnonWrflDfr",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMrunSnonWrflDfl: AdvePercMrunSnonWrflDf + { + actions = "DivingRifleActionsRunFL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDfl",0.02,"AdvePercMtacSnonWrflDfl",0.02,"AdvePercMrunSnonWrflDf",0.02,"AdvePercMrunSnonWrflDfr",0.02,"AdvePercMrunSnonWrflDl",0.02,"AdvePercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDfl",0.02,"AsdvPercMrunSnonWrflDfl",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMrunSnonWrflDb: AdvePercMrunSnonWrflDf + { + leftHandIKCurve[] = {0}; + actions = "DivingRifleActionsRunB"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDb",0.02,"AdvePercMtacSnonWrflDb",0.02,"AdvePercMrunSnonWrflDbr",0.02,"AdvePercMrunSnonWrflDbl",0.02,"AdvePercMrunSnonWrflDl",0.02,"AdvePercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDb",0.02,"AsdvPercMrunSnonWrflDb",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMrunSnonWrflDbr: AdvePercMrunSnonWrflDb + { + actions = "DivingRifleActionsRunBR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDbr",0.02,"AdvePercMtacSnonWrflDbr",0.02,"AdvePercMrunSnonWrflDb",0.02,"AdvePercMrunSnonWrflDbl",0.02,"AdvePercMrunSnonWrflDl",0.02,"AdvePercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDbr",0.02,"AsdvPercMrunSnonWrflDbr",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMrunSnonWrflDbl: AdvePercMrunSnonWrflDb + { + actions = "DivingRifleActionsRunBL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDbl",0.02,"AdvePercMtacSnonWrflDbl",0.02,"AdvePercMrunSnonWrflDb",0.02,"AdvePercMrunSnonWrflDbr",0.02,"AdvePercMrunSnonWrflDl",0.02,"AdvePercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDbl",0.02,"AsdvPercMrunSnonWrflDbl",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMrunSnonWrflDl: AdvePercMrunSnonWrflDf + { + actions = "DivingRifleActionsRunL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDl"; + speed = 0.2; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDl",0.02,"AdvePercMtacSnonWrflDl",0.02,"AdvePercMrunSnonWrflDfl",0.02,"AdvePercMrunSnonWrflDbl",0.02,"AdvePercMrunSnonWrflDl",0.02,"AdvePercMrunSnonWrflDf",0.02,"AbdvPercMrunSnonWrflDl",0.02,"AsdvPercMrunSnonWrflDl",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMrunSnonWrflDr: AdvePercMrunSnonWrflDf + { + actions = "DivingRifleActionsRunR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDr"; + speed = 0.2; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMwlkSnonWrflDr",0.02,"AdvePercMtacSnonWrflDr",0.02,"AdvePercMrunSnonWrflDfr",0.02,"AdvePercMrunSnonWrflDbr",0.02,"AdvePercMrunSnonWrflDr",0.02,"AdvePercMrunSnonWrflDf",0.02,"AbdvPercMrunSnonWrflDr",0.02,"AsdvPercMrunSnonWrflDr",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMsprSnonWrflDf: AdvePercMrunSnonWrflDf + { + aimPrecision = 6.0; + stamina = -1; + leftHandIKCurve[] = {0}; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\spr\non\rfl\AdvePercMsprSnonWrflDf"; + actions = "DivingRifleActionsFastF"; + speed = 0.14336; + duty = 1.0; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMrunSnonWrflDf",0.02,"AbdvPercMsprSnonWrflDf",0.02,"AsdvPercMsprSnonWrflDf",0.02,"AdvePercMrunSnonWrflDfl",0.02,"AdvePercMrunSnonWrflDfr",0.02,"AdvePercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMstpSnonWnonDnon: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + actions = "SurfaceDivingActions"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\stp\non\non\AsdvPercMstpSnonWnonDnon"; + speed = 0.12; + static = 1; + relSpeedMin = 0.5; + interpolationSpeed = 1.8; + soundEdge[] = {0.5}; + showWeaponAim = 0; + disableWeapons = 1; + limitGunMovement = 0; + soundOverride = "swim"; + soundEnabled = 1; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mnon.p3d"; + canPullTrigger = 0; + disableWeaponsLong = 1; + ConnectTo[] = {"AsdvPercMstpSnonWnonDnon",0.02,"AsdvPercMstpSnonWnonDnon_turnL",0.05,"AsdvPercMstpSnonWnonDnon_turnR",0.05}; + InterpolateTo[] = {"AsdvPercMstpSnonWnonDnon_turnL",0.05,"AsdvPercMstpSnonWnonDnon_turnR",0.05,"AsdvPercMrunSnonWnonDf",0.02,"AsdvPercMrunSnonWnonDfr",0.02,"AsdvPercMrunSnonWnonDfl",0.02,"AsdvPercMrunSnonWnonDb",0.02,"AsdvPercMrunSnonWnonDbr",0.02,"AsdvPercMrunSnonWnonDbl",0.02,"AsdvPercMrunSnonWnonDr",0.02,"AsdvPercMrunSnonWnonDl",0.02,"AsdvPercMwlkSnonWnonDf",0.02,"AsdvPercMwlkSnonWnonDfr",0.02,"AsdvPercMwlkSnonWnonDfl",0.02,"AsdvPercMwlkSnonWnonDb",0.02,"AsdvPercMwlkSnonWnonDbr",0.02,"AsdvPercMwlkSnonWnonDbl",0.02,"AsdvPercMwlkSnonWnonDr",0.02,"AsdvPercMwlkSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDf",0.02,"AsdvPercMtacSnonWnonDfr",0.02,"AsdvPercMtacSnonWnonDfl",0.02,"AsdvPercMtacSnonWnonDb",0.02,"AsdvPercMtacSnonWnonDbr",0.02,"AsdvPercMtacSnonWnonDbl",0.02,"AsdvPercMtacSnonWnonDr",0.02,"AsdvPercMtacSnonWnonDl",0.02,"AsdvPercMsprSnonWnonDf",0.02,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon_goup",0.02,"AsdvPercMstpSnonWnonDnon_godown",0.02,"AsdvPercMstpSnonWnonDnon_AsdvPercMstpSnonWrflDnon",0.05,"AsdvPercMstpSnonWnonDnon_AsdvPercMstpSnonWnonDnon_putDown",0.02,"AmovPercMstpSnonWnonDnon",0.04,"AsdvPercMstpSnonWnonDnon_relax",0.1,"Unconscious",0.1}; + }; + class AsdvPercMstpSnonWnonDnon_AsdvPercMstpSnonWnonDnon_putDown: AsdvPercMstpSnonWnonDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_invin"; + speed = 1.63636; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AsdvPercMstpSnonWnonDnon_putDown_AsdvPercMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AsdvPercMstpSnonWnonDnon_putDown_AsdvPercMstpSnonWnonDnon: AsdvPercMstpSnonWnonDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + minPlayTime = 0.75; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_invout"; + speed = 0.470588; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AsdvPercMstpSnonWnonDnon_relax: AsdvPercMstpSnonWnonDnon + { + speed = -5; + ConnectTo[] = {"AsdvPercMstpSnonWnonDnon",10.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AsdvPercMstpSnonWnonDnon_GetInSDV: AsdvPercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_GetInSDV"; + speed = 0.32; + duty = 0.5; + actions = "SurfaceDivingRifleActions"; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AsdvPercMstpSnonWnonDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AsdvPercMstpSnonWnonDnon_GetOutSDV: AsdvPercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_GetOutSDV"; + speed = 0.32; + duty = 0.5; + actions = "SurfaceDivingRifleActions"; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AsdvPercMstpSnonWnonDnon",0.2}; + enableBinocular = 0; + }; + class AsdvPercMstpSnonWnonDnon_goup: AsdvPercMstpSnonWnonDnon + { + stamina = -0.1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_goup"; + speed = 0.6; + canPullTrigger = 1; + duty = 0.4; + ConnectTo[] = {}; + InterpolateTo[] = {"AsdvPercMstpSnonWnonDnon",0.2,"Unconscious",0.1,"AdvePercMstpSnonWnonDnon",0.2,"AbdvPercMstpSnonWnonDnon",0.2,"AdvePercMstpSnonWnonDnon_goup",0.1,"AbdvPercMstpSnonWnonDnon_goup",0.1}; + enableBinocular = 0; + }; + class AsdvPercMstpSnonWnonDnon_godown: AsdvPercMstpSnonWnonDnon + { + stamina = -0.1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_godown"; + speed = 0.8; + canPullTrigger = 1; + duty = 0.8; + ConnectTo[] = {}; + InterpolateTo[] = {"AsdvPercMstpSnonWnonDnon",0.2,"Unconscious",0.1,"AbdvPercMstpSnonWnonDnon",0.2,"AdvePercMstpSnonWnonDnon",0.2,"AdvePercMstpSnonWnonDnon_godown",0.1,"AbdvPercMstpSnonWnonDnon_godown",0.1}; + enableBinocular = 0; + }; + class AsdvPercMstpSnonWnonDnon_turnL: AsdvPercMstpSnonWnonDnon + { + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMstpSnonWnonDnon",0.05,"AdvePercMstpSnonWnonDnon_turnL",0.05,"AbdvPercMstpSnonWnonDnon_turnL",0.05}; + enableBinocular = 0; + }; + class AsdvPercMstpSnonWnonDnon_turnR: AsdvPercMstpSnonWnonDnon + { + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMstpSnonWnonDnon",0.05,"AdvePercMstpSnonWnonDnon_turnR",0.05,"AbdvPercMstpSnonWnonDnon_turnR",0.05}; + }; + class AsdvPercMwlkSnonWnonDf: AsdvPercMstpSnonWnonDnon + { + stamina = -0.1; + actions = "SurfaceDivingActionsWlkF"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMsprSnonWnonDf",0.02,"AsdvPercMrunSnonWnonDf",0.02,"AsdvPercMtacSnonWnonDf",0.02,"AsdvPercMwlkSnonWnonDfr",0.02,"AsdvPercMwlkSnonWnonDfl",0.02,"AsdvPercMwlkSnonWnonDl",0.02,"AsdvPercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDf",0.02,"AdvePercMwlkSnonWnonDf",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMwlkSnonWnonDfr: AsdvPercMwlkSnonWnonDf + { + actions = "SurfaceDivingActionsWlkFR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWnonDfr",0.02,"AsdvPercMtacSnonWnonDfr",0.02,"AsdvPercMwlkSnonWnonDf",0.02,"AsdvPercMwlkSnonWnonDfl",0.02,"AsdvPercMwlkSnonWnonDl",0.02,"AsdvPercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDfr",0.02,"AdvePercMwlkSnonWnonDfr",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMwlkSnonWnonDfl: AsdvPercMwlkSnonWnonDf + { + actions = "SurfaceDivingActionsWlkFL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWnonDfl",0.02,"AsdvPercMtacSnonWnonDfl",0.02,"AsdvPercMwlkSnonWnonDf",0.02,"AsdvPercMwlkSnonWnonDfr",0.02,"AsdvPercMwlkSnonWnonDl",0.02,"AsdvPercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDfl",0.02,"AdvePercMwlkSnonWnonDfl",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AsdvPercMwlkSnonWnonDb: AsdvPercMwlkSnonWnonDf + { + actions = "SurfaceDivingActionsWlkB"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWnonDb",0.02,"AsdvPercMtacSnonWnonDb",0.02,"AsdvPercMwlkSnonWnonDbr",0.02,"AsdvPercMwlkSnonWnonDbl",0.02,"AsdvPercMwlkSnonWnonDl",0.02,"AsdvPercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDb",0.02,"AdvePercMwlkSnonWnonDb",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMwlkSnonWnonDbr: AsdvPercMwlkSnonWnonDb + { + actions = "SurfaceDivingActionsWlkBR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWnonDbr",0.02,"AsdvPercMtacSnonWnonDbr",0.02,"AsdvPercMwlkSnonWnonDb",0.02,"AsdvPercMwlkSnonWnonDbl",0.02,"AsdvPercMwlkSnonWnonDl",0.02,"AsdvPercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDbr",0.02,"AdvePercMwlkSnonWnonDbr",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMwlkSnonWnonDbl: AsdvPercMwlkSnonWnonDb + { + actions = "SurfaceDivingActionsWlkBL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWnonDbl",0.02,"AsdvPercMtacSnonWnonDbl",0.02,"AsdvPercMwlkSnonWnonDb",0.02,"AsdvPercMwlkSnonWnonDbr",0.02,"AsdvPercMwlkSnonWnonDl",0.02,"AsdvPercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDbl",0.02,"AdvePercMwlkSnonWnonDbl",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AsdvPercMwlkSnonWnonDl: AsdvPercMwlkSnonWnonDf + { + actions = "SurfaceDivingActionsWlkL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDl"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDl",0.02,"AsdvPercMwlkSnonWnonDfl",0.02,"AsdvPercMwlkSnonWnonDbl",0.02,"AsdvPercMwlkSnonWnonDl",0.02,"AsdvPercMwlkSnonWnonDf",0.02,"AbdvPercMwlkSnonWnonDl",0.02,"AdvePercMwlkSnonWnonDl",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMwlkSnonWnonDr: AsdvPercMwlkSnonWnonDf + { + actions = "SurfaceDivingActionsWlkR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDr"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWnonDr",0.02,"AsdvPercMtacSnonWnonDr",0.02,"AsdvPercMwlkSnonWnonDfr",0.02,"AsdvPercMwlkSnonWnonDbr",0.02,"AsdvPercMwlkSnonWnonDr",0.02,"AsdvPercMwlkSnonWnonDf",0.02,"AbdvPercMwlkSnonWnonDr",0.02,"AdvePercMwlkSnonWnonDr",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AsdvPercMtacSnonWnonDf: AsdvPercMstpSnonWnonDnon + { + stamina = -0.1; + actions = "SurfaceDivingActionsTacF"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMsprSnonWnonDf",0.02,"AsdvPercMwlkSnonWnonDf",0.02,"AsdvPercMrunSnonWnonDf",0.02,"AsdvPercMtacSnonWnonDfr",0.02,"AsdvPercMtacSnonWnonDfl",0.02,"AsdvPercMtacSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDf",0.02,"AdvePercMtacSnonWnonDf",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMtacSnonWnonDfr: AsdvPercMtacSnonWnonDf + { + actions = "SurfaceDivingActionsTacFR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDfr",0.02,"AsdvPercMrunSnonWnonDfr",0.02,"AsdvPercMtacSnonWnonDf",0.02,"AsdvPercMtacSnonWnonDfl",0.02,"AsdvPercMtacSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDfr",0.02,"AdvePercMtacSnonWnonDfr",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMtacSnonWnonDfl: AsdvPercMtacSnonWnonDf + { + actions = "SurfaceDivingActionsTacFL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDfl",0.02,"AsdvPercMrunSnonWnonDfl",0.02,"AsdvPercMtacSnonWnonDf",0.02,"AsdvPercMtacSnonWnonDfr",0.02,"AsdvPercMtacSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDfl",0.02,"AdvePercMtacSnonWnonDfl",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AsdvPercMtacSnonWnonDb: AsdvPercMtacSnonWnonDf + { + actions = "SurfaceDivingActionsTacB"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDb",0.02,"AsdvPercMrunSnonWnonDb",0.02,"AsdvPercMtacSnonWnonDbr",0.02,"AsdvPercMtacSnonWnonDbl",0.02,"AsdvPercMtacSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDb",0.02,"AdvePercMtacSnonWnonDb",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMtacSnonWnonDbr: AsdvPercMtacSnonWnonDb + { + actions = "SurfaceDivingActionsTacBR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDbr",0.02,"AsdvPercMrunSnonWnonDbr",0.02,"AsdvPercMtacSnonWnonDb",0.02,"AsdvPercMtacSnonWnonDbl",0.02,"AsdvPercMtacSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDbr",0.02,"AdvePercMtacSnonWnonDbr",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AsdvPercMtacSnonWnonDbl: AsdvPercMtacSnonWnonDb + { + actions = "SurfaceDivingActionsTacBL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDbl",0.02,"AsdvPercMrunSnonWnonDbl",0.02,"AsdvPercMtacSnonWnonDb",0.02,"AsdvPercMtacSnonWnonDbr",0.02,"AsdvPercMtacSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDbl",0.02,"AdvePercMtacSnonWnonDbl",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AsdvPercMtacSnonWnonDl: AsdvPercMtacSnonWnonDf + { + actions = "SurfaceDivingActionsTacL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDl"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDl",0.02,"AsdvPercMrunSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDfl",0.02,"AsdvPercMtacSnonWnonDbl",0.02,"AsdvPercMtacSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDf",0.02,"AbdvPercMtacSnonWnonDl",0.02,"AdvePercMtacSnonWnonDl",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AsdvPercMtacSnonWnonDr: AsdvPercMtacSnonWnonDf + { + actions = "SurfaceDivingActionsTacR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDr"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDr",0.02,"AsdvPercMrunSnonWnonDr",0.02,"AsdvPercMtacSnonWnonDfr",0.02,"AsdvPercMtacSnonWnonDbr",0.02,"AsdvPercMtacSnonWnonDr",0.02,"AsdvPercMtacSnonWnonDf",0.02,"AbdvPercMtacSnonWnonDr",0.02,"AdvePercMtacSnonWnonDr",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AsdvPercMrunSnonWnonDf: AsdvPercMstpSnonWnonDnon + { + stamina = -0.1; + actions = "SurfaceDivingActionsRunF"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = 0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMsprSnonWnonDf",0.02,"AsdvPercMwlkSnonWnonDf",0.02,"AsdvPercMtacSnonWnonDf",0.02,"AsdvPercMrunSnonWnonDfr",0.02,"AsdvPercMrunSnonWnonDfl",0.02,"AsdvPercMrunSnonWnonDl",0.02,"AsdvPercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDf",0.02,"AdvePercMrunSnonWnonDf",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AsdvPercMrunSnonWnonDfr: AsdvPercMrunSnonWnonDf + { + actions = "SurfaceDivingActionsRunFR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDfr",0.02,"AsdvPercMtacSnonWnonDfr",0.02,"AsdvPercMrunSnonWnonDf",0.02,"AsdvPercMrunSnonWnonDfl",0.02,"AsdvPercMrunSnonWnonDl",0.02,"AsdvPercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDfr",0.02,"AdvePercMrunSnonWnonDfr",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMrunSnonWnonDfl: AsdvPercMrunSnonWnonDf + { + actions = "SurfaceDivingActionsRunFL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDfl",0.02,"AsdvPercMtacSnonWnonDfl",0.02,"AsdvPercMrunSnonWnonDf",0.02,"AsdvPercMrunSnonWnonDfr",0.02,"AsdvPercMrunSnonWnonDl",0.02,"AsdvPercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDfl",0.02,"AdvePercMrunSnonWnonDfl",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMrunSnonWnonDb: AsdvPercMrunSnonWnonDf + { + actions = "SurfaceDivingActionsRunB"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDb",0.02,"AsdvPercMtacSnonWnonDb",0.02,"AsdvPercMrunSnonWnonDbr",0.02,"AsdvPercMrunSnonWnonDbl",0.02,"AsdvPercMrunSnonWnonDl",0.02,"AsdvPercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDb",0.02,"AdvePercMrunSnonWnonDb",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMrunSnonWnonDbr: AsdvPercMrunSnonWnonDb + { + actions = "SurfaceDivingActionsRunBR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDbr",0.02,"AsdvPercMtacSnonWnonDbr",0.02,"AsdvPercMrunSnonWnonDb",0.02,"AsdvPercMrunSnonWnonDbl",0.02,"AsdvPercMrunSnonWnonDl",0.02,"AsdvPercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDbr",0.02,"AdvePercMrunSnonWnonDbr",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMrunSnonWnonDbl: AsdvPercMrunSnonWnonDb + { + actions = "SurfaceDivingActionsRunBL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDbl",0.02,"AsdvPercMtacSnonWnonDbl",0.02,"AsdvPercMrunSnonWnonDb",0.02,"AsdvPercMrunSnonWnonDbr",0.02,"AsdvPercMrunSnonWnonDl",0.02,"AsdvPercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDbl",0.02,"AdvePercMrunSnonWnonDbl",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMrunSnonWnonDl: AsdvPercMrunSnonWnonDf + { + actions = "SurfaceDivingActionsRunL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDl"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDl",0.02,"AsdvPercMrunSnonWnonDfl",0.02,"AsdvPercMrunSnonWnonDbl",0.02,"AsdvPercMrunSnonWnonDl",0.02,"AsdvPercMrunSnonWnonDf",0.02,"AbdvPercMrunSnonWnonDl",0.02,"AdvePercMrunSnonWnonDl",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMrunSnonWnonDr: AsdvPercMrunSnonWnonDf + { + actions = "SurfaceDivingActionsRunR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDr"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWnonDr",0.02,"AsdvPercMtacSnonWnonDr",0.02,"AsdvPercMrunSnonWnonDfr",0.02,"AsdvPercMrunSnonWnonDbr",0.02,"AsdvPercMrunSnonWnonDr",0.02,"AsdvPercMrunSnonWnonDf",0.02,"AbdvPercMrunSnonWnonDr",0.02,"AdvePercMrunSnonWnonDr",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMsprSnonWnonDf: AsdvPercMrunSnonWnonDf + { + stamina = -1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\spr\non\non\AdvePercMsprSnonWnonDf"; + actions = "SurfaceDivingActionsFastF"; + speed = 0.14336; + duty = 0.8; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWnonDf",0.02,"AbdvPercMsprSnonWnonDf",0.02,"AdvePercMsprSnonWnonDf",0.02,"AsdvPercMrunSnonWnonDfl",0.02,"AsdvPercMrunSnonWnonDfr",0.02,"AsdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03}; + }; + class AsdvPercMstpSnonWrflDnon: AidlPercMstpSrasWrflDnon_G0S + { + variantsAI[] = {}; + actions = "SurfaceDivingRifleActions"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\stp\non\rfl\AsdvPercMstpSnonWrflDnon"; + InterpolationSpeed = 2.5; + speed = 0.08; + static = 1; + relSpeedMin = 0.5; + soundEdge[] = {0.5}; + limitGunMovement = 1; + soundOverride = "swim"; + soundEnabled = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mnon.p3d"; + aimPrecision = 2; + ConnectTo[] = {"AsdvPercMstpSnonWrflDnon",0.02,"AsdvPercMstpSnonWrflDnon_turnL",0.05,"AsdvPercMstpSnonWrflDnon_turnR",0.05}; + InterpolateTo[] = {"AsdvPercMstpSnonWrflDnon_turnL",0.05,"AsdvPercMstpSnonWrflDnon_turnR",0.05,"AsdvPercMstpSnonWrflDnon",0.01,"AsdvPercMrunSnonWrflDf",0.02,"AsdvPercMrunSnonWrflDfr",0.02,"AsdvPercMrunSnonWrflDfl",0.02,"AsdvPercMrunSnonWrflDb",0.02,"AsdvPercMrunSnonWrflDbr",0.02,"AsdvPercMrunSnonWrflDbl",0.02,"AsdvPercMrunSnonWrflDr",0.02,"AsdvPercMrunSnonWrflDl",0.02,"AsdvPercMwlkSnonWrflDf",0.02,"AsdvPercMwlkSnonWrflDfr",0.02,"AsdvPercMwlkSnonWrflDfl",0.02,"AsdvPercMwlkSnonWrflDb",0.02,"AsdvPercMwlkSnonWrflDbr",0.02,"AsdvPercMwlkSnonWrflDbl",0.02,"AsdvPercMwlkSnonWrflDr",0.02,"AsdvPercMwlkSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDf",0.02,"AsdvPercMtacSnonWrflDfr",0.02,"AsdvPercMtacSnonWrflDfl",0.02,"AsdvPercMtacSnonWrflDb",0.02,"AsdvPercMtacSnonWrflDbr",0.02,"AsdvPercMtacSnonWrflDbl",0.02,"AsdvPercMtacSnonWrflDr",0.02,"AsdvPercMtacSnonWrflDl",0.02,"AsdvPercMsprSnonWrflDf",0.02,"AdvePercMstpSnonWrflDnon",0.01,"AbdvPercMstpSnonWrflDnon",0.01,"AsdvPercMstpSnonWrflDnon_goup",0.02,"AsdvPercMstpSnonWrflDnon_godown",0.02,"AsdvPercMstpSnonWrflDnon_AsdvPercMstpSnonWrflDnon_putDown",0.02,"AmovPknlMstpSrasWrflDnon",0.04,"AmovPknlMstpSlowWrflDnon",0.04,"AsdvPercMstpSnonWrflDnon_relax",0.1,"Unconscious",0.1}; + }; + class AsdvPercMstpSnonWrflDnon_AsdvPercMstpSnonWrflDnon_putDown: AsdvPercMstpSnonWrflDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_invin"; + speed = 1.63636; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AsdvPercMstpSnonWrflDnon_putDown_AsdvPercMstpSnonWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AsdvPercMstpSnonWrflDnon_putDown_AsdvPercMstpSnonWrflDnon: AsdvPercMstpSnonWrflDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + minPlayTime = 0.75; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_invout"; + speed = 0.470588; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AsdvPercMstpSnonWrflDnon_relax: AsdvPercMstpSnonWrflDnon + { + speed = -5; + ConnectTo[] = {"AsdvPercMstpSnonWrflDnon",10.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AsdvPercMstpSnonWrflDnon_GetInSDV: AsdvPercMstpSnonWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_GetInSDV"; + speed = 0.32; + duty = 0.5; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AsdvPercMstpSnonWrflDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AsdvPercMstpSnonWrflDnon_GetOutSDV: AsdvPercMstpSnonWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_GetOutSDV"; + speed = 0.32; + duty = 0.5; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AsdvPercMstpSnonWrflDnon",0.2}; + enableBinocular = 0; + }; + class AsdvPercMstpSnonWrflDnon_goup: AsdvPercMstpSnonWrflDnon + { + stamina = -0.1; + disableWeapons = 1; + disableWeaponsLong = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_goup"; + speed = 0.6; + duty = 0.6; + ConnectTo[] = {}; + InterpolateTo[] = {"AsdvPercMstpSnonWrflDnon",0.2,"Unconscious",0.1,"AdvePercMstpSnonWrflDnon",0.2,"AbdvPercMstpSnonWrflDnon",0.2,"AdvePercMstpSnonWrflDnon_goup",0.1,"AbdvPercMstpSnonWrflDnon_goup",0.1}; + enableBinocular = 0; + }; + class AsdvPercMstpSnonWrflDnon_godown: AsdvPercMstpSnonWrflDnon + { + stamina = -0.1; + disableWeapons = 1; + disableWeaponsLong = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_godown"; + speed = 0.8; + duty = 1.0; + ConnectTo[] = {}; + InterpolateTo[] = {"AsdvPercMstpSnonWrflDnon",0.2,"Unconscious",0.1,"AbdvPercMstpSnonWrflDnon",0.2,"AdvePercMstpSnonWrflDnon",0.2,"AdvePercMstpSnonWrflDnon_godown",0.1,"AbdvPercMstpSnonWrflDnon_godown",0.1}; + }; + class AsdvPercMstpSnonWrflDnon_turnL: AsdvPercMstpSnonWrflDnon + { + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.1; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMstpSnonWrflDnon",0.05,"AdvePercMstpSnonWrflDnon_turnL",0.05,"AbdvPercMstpSnonWrflDnon_turnL",0.05}; + enableBinocular = 0; + }; + class AsdvPercMstpSnonWrflDnon_turnR: AsdvPercMstpSnonWrflDnon + { + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.1; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMstpSnonWrflDnon",0.05,"AdvePercMstpSnonWrflDnon_turnR",0.05,"AbdvPercMstpSnonWrflDnon_turnR",0.05}; + enableBinocular = 0; + }; + class AsdvPercMwlkSnonWrflDf: AsdvPercMstpSnonWrflDnon + { + aimPrecision = 4.0; + stamina = -0.1; + limitGunMovement = 0; + disableWeaponsLong = 1; + disableWeapons = 1; + actions = "SurfaceDivingRifleActionsWlkF"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMsprSnonWrflDf",0.02,"AsdvPercMrunSnonWrflDf",0.02,"AsdvPercMtacSnonWrflDf",0.02,"AsdvPercMwlkSnonWrflDfr",0.02,"AsdvPercMwlkSnonWrflDfl",0.02,"AsdvPercMwlkSnonWrflDl",0.02,"AsdvPercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDf",0.02,"AdvePercMwlkSnonWrflDf",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + enableBinocular = 0; + }; + class AsdvPercMwlkSnonWrflDfr: AsdvPercMwlkSnonWrflDf + { + actions = "SurfaceDivingRifleActionsWlkFR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWrflDfr",0.02,"AsdvPercMtacSnonWrflDfr",0.02,"AsdvPercMwlkSnonWrflDf",0.02,"AsdvPercMwlkSnonWrflDfl",0.02,"AsdvPercMwlkSnonWrflDl",0.02,"AsdvPercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDfr",0.02,"AdvePercMwlkSnonWrflDfr",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMwlkSnonWrflDfl: AsdvPercMwlkSnonWrflDf + { + actions = "SurfaceDivingRifleActionsWlkFL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWrflDfl",0.02,"AsdvPercMtacSnonWrflDfl",0.02,"AsdvPercMwlkSnonWrflDf",0.02,"AsdvPercMwlkSnonWrflDfr",0.02,"AsdvPercMwlkSnonWrflDl",0.02,"AsdvPercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDfl",0.02,"AdvePercMwlkSnonWrflDfl",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMwlkSnonWrflDb: AsdvPercMwlkSnonWrflDf + { + actions = "SurfaceDivingRifleActionsWlkB"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWrflDb",0.02,"AsdvPercMtacSnonWrflDb",0.02,"AsdvPercMwlkSnonWrflDbr",0.02,"AsdvPercMwlkSnonWrflDbl",0.02,"AsdvPercMwlkSnonWrflDl",0.02,"AsdvPercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDb",0.02,"AdvePercMwlkSnonWrflDb",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMwlkSnonWrflDbr: AsdvPercMwlkSnonWrflDb + { + actions = "SurfaceDivingRifleActionsWlkBR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWrflDbr",0.02,"AsdvPercMtacSnonWrflDbr",0.02,"AsdvPercMwlkSnonWrflDb",0.02,"AsdvPercMwlkSnonWrflDbl",0.02,"AsdvPercMwlkSnonWrflDl",0.02,"AsdvPercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDbr",0.02,"AdvePercMwlkSnonWrflDbr",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMwlkSnonWrflDbl: AsdvPercMwlkSnonWrflDb + { + actions = "SurfaceDivingRifleActionsWlkBL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWrflDbl",0.02,"AsdvPercMtacSnonWrflDbl",0.02,"AsdvPercMwlkSnonWrflDb",0.02,"AsdvPercMwlkSnonWrflDbr",0.02,"AsdvPercMwlkSnonWrflDl",0.02,"AsdvPercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDbl",0.02,"AdvePercMwlkSnonWrflDbl",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMwlkSnonWrflDl: AsdvPercMwlkSnonWrflDf + { + actions = "SurfaceDivingRifleActionsWlkL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDl"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDl",0.02,"AsdvPercMwlkSnonWrflDfl",0.02,"AsdvPercMwlkSnonWrflDbl",0.02,"AsdvPercMwlkSnonWrflDl",0.02,"AsdvPercMwlkSnonWrflDf",0.02,"AbdvPercMwlkSnonWrflDl",0.02,"AdvePercMwlkSnonWrflDl",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMwlkSnonWrflDr: AsdvPercMwlkSnonWrflDf + { + actions = "SurfaceDivingRifleActionsWlkR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDr"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWrflDr",0.02,"AsdvPercMtacSnonWrflDr",0.02,"AsdvPercMwlkSnonWrflDfr",0.02,"AsdvPercMwlkSnonWrflDbr",0.02,"AsdvPercMwlkSnonWrflDr",0.02,"AsdvPercMwlkSnonWrflDf",0.02,"AbdvPercMwlkSnonWrflDr",0.02,"AdvePercMwlkSnonWrflDr",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMtacSnonWrflDf: AsdvPercMstpSnonWrflDnon + { + aimPrecision = 4.0; + stamina = -0.1; + limitGunMovement = 0; + disableWeaponsLong = 1; + disableWeapons = 1; + leftHandIKCurve[] = {0}; + actions = "SurfaceDivingRifleActionsTacF"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMsprSnonWrflDf",0.02,"AsdvPercMwlkSnonWrflDf",0.02,"AsdvPercMrunSnonWrflDf",0.02,"AsdvPercMtacSnonWrflDfr",0.02,"AsdvPercMtacSnonWrflDfl",0.02,"AsdvPercMtacSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDf",0.02,"AdvePercMtacSnonWrflDf",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + enableBinocular = 0; + }; + class AsdvPercMtacSnonWrflDfr: AsdvPercMtacSnonWrflDf + { + actions = "SurfaceDivingRifleActionsTacFR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDfr",0.02,"AsdvPercMrunSnonWrflDfr",0.02,"AsdvPercMtacSnonWrflDf",0.02,"AsdvPercMtacSnonWrflDfl",0.02,"AsdvPercMtacSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDfr",0.02,"AdvePercMtacSnonWrflDfr",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMtacSnonWrflDfl: AsdvPercMtacSnonWrflDf + { + actions = "SurfaceDivingRifleActionsTacFL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDfl",0.02,"AsdvPercMrunSnonWrflDfl",0.02,"AsdvPercMtacSnonWrflDf",0.02,"AsdvPercMtacSnonWrflDfr",0.02,"AsdvPercMtacSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDfl",0.02,"AdvePercMtacSnonWrflDfl",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMtacSnonWrflDb: AsdvPercMtacSnonWrflDf + { + actions = "SurfaceDivingRifleActionsTacB"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDb",0.02,"AsdvPercMrunSnonWrflDb",0.02,"AsdvPercMtacSnonWrflDbr",0.02,"AsdvPercMtacSnonWrflDbl",0.02,"AsdvPercMtacSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDb",0.02,"AdvePercMtacSnonWrflDb",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMtacSnonWrflDbr: AsdvPercMtacSnonWrflDb + { + actions = "SurfaceDivingRifleActionsTacBR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDbr",0.02,"AsdvPercMrunSnonWrflDbr",0.02,"AsdvPercMtacSnonWrflDb",0.02,"AsdvPercMtacSnonWrflDbl",0.02,"AsdvPercMtacSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDbr",0.02,"AdvePercMtacSnonWrflDbr",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMtacSnonWrflDbl: AsdvPercMtacSnonWrflDb + { + actions = "SurfaceDivingRifleActionsTacBL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDbl",0.02,"AsdvPercMrunSnonWrflDbl",0.02,"AsdvPercMtacSnonWrflDb",0.02,"AsdvPercMtacSnonWrflDbr",0.02,"AsdvPercMtacSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDbl",0.02,"AdvePercMtacSnonWrflDbl",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMtacSnonWrflDl: AsdvPercMtacSnonWrflDf + { + leftHandIKCurve[] = {1}; + actions = "SurfaceDivingRifleActionsTacL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDl"; + speed = 0.2; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDl",0.02,"AsdvPercMrunSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDfl",0.02,"AsdvPercMtacSnonWrflDbl",0.02,"AsdvPercMtacSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDf",0.02,"AbdvPercMtacSnonWrflDl",0.02,"AdvePercMtacSnonWrflDl",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMtacSnonWrflDr: AsdvPercMtacSnonWrflDf + { + leftHandIKCurve[] = {1}; + actions = "SurfaceDivingRifleActionsTacR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDr"; + speed = 0.2; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDr",0.02,"AsdvPercMrunSnonWrflDr",0.02,"AsdvPercMtacSnonWrflDfr",0.02,"AsdvPercMtacSnonWrflDbr",0.02,"AsdvPercMtacSnonWrflDr",0.02,"AsdvPercMtacSnonWrflDf",0.02,"AbdvPercMtacSnonWrflDr",0.02,"AdvePercMtacSnonWrflDr",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMrunSnonWrflDf: AsdvPercMstpSnonWrflDnon + { + aimPrecision = 4.0; + stamina = -0.1; + limitGunMovement = 0; + disableWeaponsLong = 1; + disableWeapons = 1; + actions = "SurfaceDivingRifleActionsRunF"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = 0.4; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMsprSnonWrflDf",0.02,"AsdvPercMwlkSnonWrflDf",0.02,"AsdvPercMtacSnonWrflDf",0.02,"AsdvPercMrunSnonWrflDfr",0.02,"AsdvPercMrunSnonWrflDfl",0.02,"AsdvPercMrunSnonWrflDl",0.02,"AsdvPercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDf",0.02,"AdvePercMrunSnonWrflDf",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + enableBinocular = 0; + }; + class AsdvPercMrunSnonWrflDfr: AsdvPercMrunSnonWrflDf + { + actions = "SurfaceDivingRifleActionsRunFR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDfr",0.02,"AsdvPercMtacSnonWrflDfr",0.02,"AsdvPercMrunSnonWrflDf",0.02,"AsdvPercMrunSnonWrflDfl",0.02,"AsdvPercMrunSnonWrflDl",0.02,"AsdvPercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDfr",0.02,"AdvePercMrunSnonWrflDfr",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMrunSnonWrflDfl: AsdvPercMrunSnonWrflDf + { + actions = "SurfaceDivingRifleActionsRunFL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDfl",0.02,"AsdvPercMtacSnonWrflDfl",0.02,"AsdvPercMrunSnonWrflDf",0.02,"AsdvPercMrunSnonWrflDfr",0.02,"AsdvPercMrunSnonWrflDl",0.02,"AsdvPercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDfl",0.02,"AdvePercMrunSnonWrflDfl",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMrunSnonWrflDb: AsdvPercMrunSnonWrflDf + { + actions = "SurfaceDivingRifleActionsRunB"; + leftHandIKCurve[] = {0}; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDb",0.02,"AsdvPercMtacSnonWrflDb",0.02,"AsdvPercMrunSnonWrflDbr",0.02,"AsdvPercMrunSnonWrflDbl",0.02,"AsdvPercMrunSnonWrflDl",0.02,"AsdvPercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDb",0.02,"AdvePercMrunSnonWrflDb",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMrunSnonWrflDbr: AsdvPercMrunSnonWrflDb + { + actions = "SurfaceDivingRifleActionsRunBR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDbr",0.02,"AsdvPercMtacSnonWrflDbr",0.02,"AsdvPercMrunSnonWrflDb",0.02,"AsdvPercMrunSnonWrflDbl",0.02,"AsdvPercMrunSnonWrflDl",0.02,"AsdvPercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDbr",0.02,"AdvePercMrunSnonWrflDbr",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMrunSnonWrflDbl: AsdvPercMrunSnonWrflDb + { + actions = "SurfaceDivingRifleActionsRunBL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDbl",0.02,"AsdvPercMtacSnonWrflDbl",0.02,"AsdvPercMrunSnonWrflDb",0.02,"AsdvPercMrunSnonWrflDbr",0.02,"AsdvPercMrunSnonWrflDl",0.02,"AsdvPercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDbl",0.02,"AdvePercMrunSnonWrflDbl",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMrunSnonWrflDl: AsdvPercMrunSnonWrflDf + { + actions = "SurfaceDivingRifleActionsRunL"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDl"; + speed = 0.2; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDl",0.02,"AsdvPercMrunSnonWrflDfl",0.02,"AsdvPercMrunSnonWrflDbl",0.02,"AsdvPercMrunSnonWrflDl",0.02,"AsdvPercMrunSnonWrflDf",0.02,"AbdvPercMrunSnonWrflDl",0.02,"AdvePercMrunSnonWrflDl",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMrunSnonWrflDr: AsdvPercMrunSnonWrflDf + { + actions = "SurfaceDivingRifleActionsRunR"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDr"; + speed = 0.2; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMwlkSnonWrflDr",0.02,"AsdvPercMtacSnonWrflDr",0.02,"AsdvPercMrunSnonWrflDfr",0.02,"AsdvPercMrunSnonWrflDbr",0.02,"AsdvPercMrunSnonWrflDr",0.02,"AsdvPercMrunSnonWrflDf",0.02,"AbdvPercMrunSnonWrflDr",0.02,"AdvePercMrunSnonWrflDr",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AsdvPercMsprSnonWrflDf: AsdvPercMrunSnonWrflDf + { + aimPrecision = 6.0; + stamina = -1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\spr\non\rfl\AdvePercMsprSnonWrflDf"; + leftHandIKCurve[] = {0}; + actions = "SurfaceDivingRifleActionsFastF"; + speed = 0.14336; + duty = 0.6; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMrunSnonWrflDf",0.02,"AbdvPercMsprSnonWrflDf",0.02,"AdvePercMsprSnonWrflDf",0.02,"AsdvPercMrunSnonWrflDfl",0.02,"AsdvPercMrunSnonWrflDfr",0.02,"AsdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMstpSnonWnonDnon: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + actions = "BottomDivingActions"; + file = "\A3\anims_f\data\Anim\sdr\bdv\erc\stp\non\non\AbdvPercMstpSnonWnonDnon"; + speed = 0.12; + static = 1; + relSpeedMin = 0.5; + interpolationSpeed = 1.8; + soundEdge[] = {0.5}; + showWeaponAim = 0; + disableWeapons = 1; + limitGunMovement = 0; + soundOverride = "swim"; + soundEnabled = 1; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mnon.p3d"; + canPullTrigger = 0; + disableWeaponsLong = 1; + ConnectTo[] = {"AbdvPercMstpSnonWnonDnon",0.02,"AbdvPercMstpSnonWnonDnon_turnL",0.05,"AbdvPercMstpSnonWnonDnon_turnR",0.05}; + InterpolateTo[] = {"AbdvPercMstpSnonWnonDnon_turnL",0.05,"AbdvPercMstpSnonWnonDnon_turnR",0.05,"AbdvPercMrunSnonWnonDf",0.02,"AbdvPercMrunSnonWnonDfr",0.02,"AbdvPercMrunSnonWnonDfl",0.02,"AbdvPercMrunSnonWnonDb",0.02,"AbdvPercMrunSnonWnonDbr",0.02,"AbdvPercMrunSnonWnonDbl",0.02,"AbdvPercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDl",0.02,"AbdvPercMwlkSnonWnonDf",0.02,"AbdvPercMwlkSnonWnonDfr",0.02,"AbdvPercMwlkSnonWnonDfl",0.02,"AbdvPercMwlkSnonWnonDb",0.02,"AbdvPercMwlkSnonWnonDbr",0.02,"AbdvPercMwlkSnonWnonDbl",0.02,"AbdvPercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDl",0.02,"AbdvPercMtacSnonWnonDf",0.02,"AbdvPercMtacSnonWnonDfr",0.02,"AbdvPercMtacSnonWnonDfl",0.02,"AbdvPercMtacSnonWnonDb",0.02,"AbdvPercMtacSnonWnonDbr",0.02,"AbdvPercMtacSnonWnonDbl",0.02,"AbdvPercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDl",0.02,"AbdvPercMsprSnonWnonDf",0.02,"AsdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon_goup",0.02,"AbdvPercMstpSnonWnonDnon_godown",0.02,"AbdvPercMstpSnonWnonDnon_AbdvPercMstpSnonWrflDnon",0.05,"AbdvPercMstpSnonWnonDnon_AbdvPercMstpSnonWnonDnon_putDown",0.02,"AmovPercMstpSnonWnonDnon",0.04,"AbdvPercMstpSnonWnonDnon_relax",0.1,"Unconscious",0.1}; + }; + class AbdvPercMstpSnonWnonDnon_AbdvPercMstpSnonWnonDnon_putDown: AbdvPercMstpSnonWnonDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_invin"; + speed = 1.63636; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AbdvPercMstpSnonWnonDnon_putDown_AbdvPercMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AbdvPercMstpSnonWnonDnon_putDown_AbdvPercMstpSnonWnonDnon: AbdvPercMstpSnonWnonDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + minPlayTime = 0.75; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_invout"; + speed = 0.470588; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AbdvPercMstpSnonWnonDnon_relax: AbdvPercMstpSnonWnonDnon + { + speed = -5; + ConnectTo[] = {"AbdvPercMstpSnonWnonDnon",10.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AbdvPercMstpSnonWnonDnon_GetInSDV: AbdvPercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_GetInSDV"; + speed = 0.32; + duty = 0.06; + actions = "BottomDivingRifleActions"; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AbdvPercMstpSnonWnonDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AbdvPercMstpSnonWnonDnon_GetOutSDV: AbdvPercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_GetOutSDV"; + speed = 0.32; + duty = 0.06; + actions = "BottomDivingRifleActions"; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AbdvPercMstpSnonWnonDnon",0.2}; + enableBinocular = 0; + }; + class AbdvPercMstpSnonWnonDnon_goup: AbdvPercMstpSnonWnonDnon + { + stamina = -0.1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_goup"; + speed = 0.6; + canPullTrigger = 1; + duty = 0.06; + ConnectTo[] = {}; + InterpolateTo[] = {"AbdvPercMstpSnonWnonDnon",0.2,"Unconscious",0.1,"AsdvPercMstpSnonWnonDnon",0.2,"AdvePercMstpSnonWnonDnon",0.2,"AsdvPercMstpSnonWnonDnon_goup",0.1,"AdvePercMstpSnonWnonDnon_goup",0.1}; + enableBinocular = 0; + }; + class AbdvPercMstpSnonWnonDnon_godown: AbdvPercMstpSnonWnonDnon + { + stamina = -0.1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_godown"; + speed = 0.8; + canPullTrigger = 1; + duty = 0.06; + ConnectTo[] = {}; + InterpolateTo[] = {"AbdvPercMstpSnonWnonDnon",0.2,"Unconscious",0.1,"AdvePercMstpSnonWnonDnon",0.2,"AsdvPercMstpSnonWnonDnon",0.2,"AsdvPercMstpSnonWnonDnon_godown",0.1,"AdvePercMstpSnonWnonDnon_godown",0.1}; + enableBinocular = 0; + }; + class AbdvPercMstpSnonWnonDnon_turnL: AbdvPercMstpSnonWnonDnon + { + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = 0.06; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMstpSnonWnonDnon",0.05,"AsdvPercMstpSnonWnonDnon_turnL",0.05,"AdvePercMstpSnonWnonDnon_turnL",0.05}; + }; + class AbdvPercMstpSnonWnonDnon_turnR: AbdvPercMstpSnonWnonDnon + { + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = 0.06; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMstpSnonWnonDnon",0.05,"AsdvPercMstpSnonWnonDnon_turnR",0.05,"AdvePercMstpSnonWnonDnon_turnR",0.05}; + }; + class AbdvPercMwlkSnonWnonDf: AbdvPercMstpSnonWnonDnon + { + stamina = -0.1; + actions = "BottomDivingActionsWlkF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMsprSnonWnonDf",0.02,"AbdvPercMrunSnonWnonDf",0.02,"AbdvPercMtacSnonWnonDf",0.02,"AbdvPercMwlkSnonWnonDfr",0.02,"AbdvPercMwlkSnonWnonDfl",0.02,"AbdvPercMwlkSnonWnonDl",0.02,"AbdvPercMwlkSnonWnonDr",0.02,"AdvePercMwlkSnonWnonDf",0.02,"AsdvPercMwlkSnonWnonDf",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMwlkSnonWnonDfr: AbdvPercMwlkSnonWnonDf + { + actions = "BottomDivingActionsWlkFR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWnonDfr",0.02,"AbdvPercMtacSnonWnonDfr",0.02,"AbdvPercMwlkSnonWnonDf",0.02,"AbdvPercMwlkSnonWnonDfl",0.02,"AbdvPercMwlkSnonWnonDl",0.02,"AbdvPercMwlkSnonWnonDr",0.02,"AdvePercMwlkSnonWnonDfr",0.02,"AsdvPercMwlkSnonWnonDfr",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMwlkSnonWnonDfl: AbdvPercMwlkSnonWnonDf + { + actions = "BottomDivingActionsWlkFL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWnonDfl",0.02,"AbdvPercMtacSnonWnonDfl",0.02,"AbdvPercMwlkSnonWnonDf",0.02,"AbdvPercMwlkSnonWnonDfr",0.02,"AbdvPercMwlkSnonWnonDl",0.02,"AbdvPercMwlkSnonWnonDr",0.02,"AdvePercMwlkSnonWnonDfl",0.02,"AsdvPercMwlkSnonWnonDfl",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMwlkSnonWnonDb: AbdvPercMwlkSnonWnonDf + { + actions = "BottomDivingActionsWlkB"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWnonDb",0.02,"AbdvPercMtacSnonWnonDb",0.02,"AbdvPercMwlkSnonWnonDbr",0.02,"AbdvPercMwlkSnonWnonDbl",0.02,"AbdvPercMwlkSnonWnonDl",0.02,"AbdvPercMwlkSnonWnonDr",0.02,"AdvePercMwlkSnonWnonDb",0.02,"AsdvPercMwlkSnonWnonDb",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMwlkSnonWnonDbr: AbdvPercMwlkSnonWnonDb + { + actions = "BottomDivingActionsWlkBR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWnonDbr",0.02,"AbdvPercMtacSnonWnonDbr",0.02,"AbdvPercMwlkSnonWnonDb",0.02,"AbdvPercMwlkSnonWnonDbl",0.02,"AbdvPercMwlkSnonWnonDl",0.02,"AbdvPercMwlkSnonWnonDr",0.02,"AdvePercMwlkSnonWnonDbr",0.02,"AsdvPercMwlkSnonWnonDbr",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMwlkSnonWnonDbl: AbdvPercMwlkSnonWnonDb + { + actions = "BottomDivingActionsWlkBL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWnonDbl",0.02,"AbdvPercMtacSnonWnonDbl",0.02,"AbdvPercMwlkSnonWnonDb",0.02,"AbdvPercMwlkSnonWnonDbr",0.02,"AbdvPercMwlkSnonWnonDl",0.02,"AbdvPercMwlkSnonWnonDr",0.02,"AdvePercMwlkSnonWnonDbl",0.02,"AsdvPercMwlkSnonWnonDbl",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMwlkSnonWnonDl: AbdvPercMwlkSnonWnonDf + { + actions = "BottomDivingActionsWlkL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDl"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWnonDl",0.02,"AbdvPercMtacSnonWnonDl",0.02,"AbdvPercMwlkSnonWnonDfl",0.02,"AbdvPercMwlkSnonWnonDbl",0.02,"AbdvPercMwlkSnonWnonDl",0.02,"AbdvPercMwlkSnonWnonDf",0.02,"AdvePercMwlkSnonWnonDl",0.02,"AsdvPercMwlkSnonWnonDl",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMwlkSnonWnonDr: AbdvPercMwlkSnonWnonDf + { + actions = "BottomDivingActionsWlkR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDr"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDfr",0.02,"AbdvPercMwlkSnonWnonDbr",0.02,"AbdvPercMwlkSnonWnonDr",0.02,"AbdvPercMwlkSnonWnonDf",0.02,"AdvePercMwlkSnonWnonDr",0.02,"AsdvPercMwlkSnonWnonDr",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMtacSnonWnonDf: AbdvPercMstpSnonWnonDnon + { + stamina = -0.1; + actions = "BottomDivingActionsTacF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMsprSnonWnonDf",0.02,"AbdvPercMwlkSnonWnonDf",0.02,"AbdvPercMrunSnonWnonDf",0.02,"AbdvPercMtacSnonWnonDfr",0.02,"AbdvPercMtacSnonWnonDfl",0.02,"AbdvPercMtacSnonWnonDl",0.02,"AbdvPercMtacSnonWnonDr",0.02,"AdvePercMtacSnonWnonDf",0.02,"AsdvPercMtacSnonWnonDf",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMtacSnonWnonDfr: AbdvPercMtacSnonWnonDf + { + actions = "BottomDivingActionsTacFR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDfr",0.02,"AbdvPercMrunSnonWnonDfr",0.02,"AbdvPercMtacSnonWnonDf",0.02,"AbdvPercMtacSnonWnonDfl",0.02,"AbdvPercMtacSnonWnonDl",0.02,"AbdvPercMtacSnonWnonDr",0.02,"AdvePercMtacSnonWnonDfr",0.02,"AsdvPercMtacSnonWnonDfr",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMtacSnonWnonDfl: AbdvPercMtacSnonWnonDf + { + actions = "BottomDivingActionsTacFL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDfl",0.02,"AbdvPercMrunSnonWnonDfl",0.02,"AbdvPercMtacSnonWnonDf",0.02,"AbdvPercMtacSnonWnonDfr",0.02,"AbdvPercMtacSnonWnonDl",0.02,"AbdvPercMtacSnonWnonDr",0.02,"AdvePercMtacSnonWnonDfl",0.02,"AsdvPercMtacSnonWnonDfl",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMtacSnonWnonDb: AbdvPercMtacSnonWnonDf + { + actions = "BottomDivingActionsTacB"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDb",0.02,"AbdvPercMrunSnonWnonDb",0.02,"AbdvPercMtacSnonWnonDbr",0.02,"AbdvPercMtacSnonWnonDbl",0.02,"AbdvPercMtacSnonWnonDl",0.02,"AbdvPercMtacSnonWnonDr",0.02,"AdvePercMtacSnonWnonDb",0.02,"AsdvPercMtacSnonWnonDb",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMtacSnonWnonDbr: AbdvPercMtacSnonWnonDb + { + actions = "BottomDivingActionsTacBR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDbr",0.02,"AbdvPercMrunSnonWnonDbr",0.02,"AbdvPercMtacSnonWnonDb",0.02,"AbdvPercMtacSnonWnonDbl",0.02,"AbdvPercMtacSnonWnonDl",0.02,"AbdvPercMtacSnonWnonDr",0.02,"AdvePercMtacSnonWnonDbr",0.02,"AsdvPercMtacSnonWnonDbr",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMtacSnonWnonDbl: AbdvPercMtacSnonWnonDb + { + actions = "BottomDivingActionsTacBL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDbl",0.02,"AbdvPercMrunSnonWnonDbl",0.02,"AbdvPercMtacSnonWnonDb",0.02,"AbdvPercMtacSnonWnonDbr",0.02,"AbdvPercMtacSnonWnonDl",0.02,"AbdvPercMtacSnonWnonDr",0.02,"AdvePercMtacSnonWnonDbl",0.02,"AsdvPercMtacSnonWnonDbl",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMtacSnonWnonDl: AbdvPercMtacSnonWnonDf + { + actions = "BottomDivingActionsTacL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDl"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDl",0.02,"AbdvPercMrunSnonWnonDl",0.02,"AbdvPercMtacSnonWnonDfl",0.02,"AbdvPercMtacSnonWnonDbl",0.02,"AbdvPercMtacSnonWnonDl",0.02,"AbdvPercMtacSnonWnonDf",0.02,"AdvePercMtacSnonWnonDl",0.02,"AsdvPercMtacSnonWnonDl",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMtacSnonWnonDr: AbdvPercMtacSnonWnonDf + { + actions = "BottomDivingActionsTacR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDr"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDfr",0.02,"AbdvPercMtacSnonWnonDbr",0.02,"AbdvPercMtacSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDf",0.02,"AdvePercMtacSnonWnonDr",0.02,"AsdvPercMtacSnonWnonDr",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMrunSnonWnonDf: AbdvPercMstpSnonWnonDnon + { + stamina = -0.1; + actions = "BottomDivingActionsRunF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMsprSnonWnonDf",0.02,"AbdvPercMwlkSnonWnonDf",0.02,"AbdvPercMtacSnonWnonDf",0.02,"AbdvPercMrunSnonWnonDfr",0.02,"AbdvPercMrunSnonWnonDfl",0.02,"AbdvPercMrunSnonWnonDl",0.02,"AbdvPercMrunSnonWnonDr",0.02,"AdvePercMrunSnonWnonDf",0.02,"AsdvPercMrunSnonWnonDf",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMrunSnonWnonDfr: AbdvPercMrunSnonWnonDf + { + actions = "BottomDivingActionsRunFR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDfr",0.02,"AbdvPercMtacSnonWnonDfr",0.02,"AbdvPercMrunSnonWnonDf",0.02,"AbdvPercMrunSnonWnonDfl",0.02,"AbdvPercMrunSnonWnonDl",0.02,"AbdvPercMrunSnonWnonDr",0.02,"AdvePercMrunSnonWnonDfr",0.02,"AsdvPercMrunSnonWnonDfr",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMrunSnonWnonDfl: AbdvPercMrunSnonWnonDf + { + actions = "BottomDivingActionsRunFL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDfl",0.02,"AbdvPercMtacSnonWnonDfl",0.02,"AbdvPercMrunSnonWnonDf",0.02,"AbdvPercMrunSnonWnonDfr",0.02,"AbdvPercMrunSnonWnonDl",0.02,"AbdvPercMrunSnonWnonDr",0.02,"AdvePercMrunSnonWnonDfl",0.02,"AsdvPercMrunSnonWnonDfl",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMrunSnonWnonDb: AbdvPercMrunSnonWnonDf + { + actions = "BottomDivingActionsRunB"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDb",0.02,"AbdvPercMtacSnonWnonDb",0.02,"AbdvPercMrunSnonWnonDbr",0.02,"AbdvPercMrunSnonWnonDbl",0.02,"AbdvPercMrunSnonWnonDl",0.02,"AbdvPercMrunSnonWnonDr",0.02,"AdvePercMrunSnonWnonDb",0.02,"AsdvPercMrunSnonWnonDb",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMrunSnonWnonDbr: AbdvPercMrunSnonWnonDb + { + actions = "BottomDivingActionsRunBR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDbr",0.02,"AbdvPercMtacSnonWnonDbr",0.02,"AbdvPercMrunSnonWnonDb",0.02,"AbdvPercMrunSnonWnonDbl",0.02,"AbdvPercMrunSnonWnonDl",0.02,"AbdvPercMrunSnonWnonDr",0.02,"AdvePercMrunSnonWnonDbr",0.02,"AsdvPercMrunSnonWnonDbr",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMrunSnonWnonDbl: AbdvPercMrunSnonWnonDb + { + actions = "BottomDivingActionsRunBL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDbl",0.02,"AbdvPercMtacSnonWnonDbl",0.02,"AbdvPercMrunSnonWnonDb",0.02,"AbdvPercMrunSnonWnonDbr",0.02,"AbdvPercMrunSnonWnonDl",0.02,"AbdvPercMrunSnonWnonDr",0.02,"AdvePercMrunSnonWnonDbl",0.02,"AsdvPercMrunSnonWnonDbl",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + }; + class AbdvPercMrunSnonWnonDl: AbdvPercMrunSnonWnonDf + { + actions = "BottomDivingActionsRunL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDl"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDl",0.02,"AbdvPercMtacSnonWnonDl",0.02,"AbdvPercMrunSnonWnonDfl",0.02,"AbdvPercMrunSnonWnonDbl",0.02,"AbdvPercMrunSnonWnonDl",0.02,"AbdvPercMrunSnonWnonDf",0.02,"AdvePercMrunSnonWnonDl",0.02,"AsdvPercMrunSnonWnonDl",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMrunSnonWnonDr: AbdvPercMrunSnonWnonDf + { + actions = "BottomDivingActionsRunR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDr"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWnonDr",0.02,"AbdvPercMtacSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDfr",0.02,"AbdvPercMrunSnonWnonDbr",0.02,"AbdvPercMrunSnonWnonDr",0.02,"AbdvPercMrunSnonWnonDf",0.02,"AdvePercMrunSnonWnonDr",0.02,"AsdvPercMrunSnonWnonDr",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMsprSnonWnonDf: AbdvPercMrunSnonWnonDf + { + stamina = -1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\spr\non\non\AdvePercMsprSnonWnonDf"; + actions = "BottomDivingActionsFastF"; + speed = 0.14336; + duty = 0.6; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWnonDf",0.02,"AdvePercMsprSnonWnonDf",0.02,"AsdvPercMsprSnonWnonDf",0.02,"AbdvPercMrunSnonWnonDfl",0.02,"AbdvPercMrunSnonWnonDfr",0.02,"AbdvPercMstpSnonWnonDnon_relax",0.1,"AmovPercMstpSnonWnonDnon",0.03,"AbdvPercMstpSnonWnonDnon",0.03,"AdvePercMstpSnonWnonDnon",0.03,"AsdvPercMstpSnonWnonDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMstpSnonWrflDnon: AidlPercMstpSrasWrflDnon_G0S + { + variantsAI[] = {}; + actions = "BottomDivingRifleActions"; + file = "\A3\anims_f\data\Anim\sdr\bdv\erc\stp\non\rfl\AbdvPercMstpSnonWrflDnon"; + InterpolationSpeed = 2.5; + speed = 0.08; + static = 1; + relSpeedMin = 0.5; + soundEdge[] = {0.5}; + legs = "legsNo"; + limitGunMovement = 1; + soundOverride = "swim"; + soundEnabled = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mnon.p3d"; + aimPrecision = 2; + ConnectTo[] = {"AbdvPercMstpSnonWrflDnon",0.02,"AbdvPercMstpSnonWrflDnon_turnL",0.05,"AbdvPercMstpSnonWrflDnon_turnR",0.05}; + InterpolateTo[] = {"AbdvPercMstpSnonWrflDnon_turnL",0.05,"AbdvPercMstpSnonWrflDnon_turnR",0.05,"AbdvPercMrunSnonWrflDf",0.02,"AbdvPercMrunSnonWrflDfr",0.02,"AbdvPercMrunSnonWrflDfl",0.02,"AbdvPercMrunSnonWrflDb",0.02,"AbdvPercMrunSnonWrflDbr",0.02,"AbdvPercMrunSnonWrflDbl",0.02,"AbdvPercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDl",0.02,"AbdvPercMwlkSnonWrflDf",0.02,"AbdvPercMwlkSnonWrflDfr",0.02,"AbdvPercMwlkSnonWrflDfl",0.02,"AbdvPercMwlkSnonWrflDb",0.02,"AbdvPercMwlkSnonWrflDbr",0.02,"AbdvPercMwlkSnonWrflDbl",0.02,"AbdvPercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDl",0.02,"AbdvPercMtacSnonWrflDf",0.02,"AbdvPercMtacSnonWrflDfr",0.02,"AbdvPercMtacSnonWrflDfl",0.02,"AbdvPercMtacSnonWrflDb",0.02,"AbdvPercMtacSnonWrflDbr",0.02,"AbdvPercMtacSnonWrflDbl",0.02,"AbdvPercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDl",0.02,"AbdvPercMsprSnonWrflDf",0.02,"AsdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon_goup",0.02,"AbdvPercMstpSnonWrflDnon_godown",0.02,"AbdvPercMstpSnonWrflDnon_AbdvPercMstpSnonWrflDnon_putDown",0.02,"AmovPknlMstpSrasWrflDnon",0.04,"AmovPknlMstpSlowWrflDnon",0.04,"AbdvPercMstpSnonWrflDnon_relax",0.1,"Unconscious",0.1}; + }; + class AbdvPercMstpSnonWrflDnon_AbdvPercMstpSnonWrflDnon_putDown: AbdvPercMstpSnonWrflDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_invin"; + speed = 1.63636; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AbdvPercMstpSnonWrflDnon_putDown_AbdvPercMstpSnonWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AbdvPercMstpSnonWrflDnon_putDown_AbdvPercMstpSnonWrflDnon: AbdvPercMstpSnonWrflDnon + { + looped = 0; + static = 1; + relSpeedMin = 0.5; + canBlendStep = 0; + minPlayTime = 0.75; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_invout"; + speed = 0.470588; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AbdvPercMstpSnonWrflDnon_relax: AbdvPercMstpSnonWrflDnon + { + speed = -5; + ConnectTo[] = {"AbdvPercMstpSnonWrflDnon",10.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AbdvPercMstpSnonWrflDnon_GetInSDV: AbdvPercMstpSnonWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_GetInSDV"; + speed = 0.32; + duty = 0.06; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AbdvPercMstpSnonWrflDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AbdvPercMstpSnonWrflDnon_GetOutSDV: AbdvPercMstpSnonWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_GetOutSDV"; + speed = 0.32; + duty = 0.06; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AbdvPercMstpSnonWrflDnon",0.2}; + enableBinocular = 0; + }; + class AbdvPercMstpSnonWrflDnon_goup: AbdvPercMstpSnonWrflDnon + { + stamina = -0.1; + disableWeapons = 1; + disableWeaponsLong = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_goup"; + speed = 0.6; + duty = 0.06; + ConnectTo[] = {}; + InterpolateTo[] = {"AbdvPercMstpSnonWrflDnon",0.2,"Unconscious",0.1,"AsdvPercMstpSnonWrflDnon",0.2,"AdvePercMstpSnonWrflDnon",0.2,"AsdvPercMstpSnonWrflDnon_goup",0.1,"AdvePercMstpSnonWrflDnon_goup",0.1}; + enableBinocular = 0; + }; + class AbdvPercMstpSnonWrflDnon_godown: AbdvPercMstpSnonWrflDnon + { + stamina = -0.1; + disableWeapons = 1; + disableWeaponsLong = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_godown"; + speed = 0.8; + duty = 0.06; + ConnectTo[] = {}; + InterpolateTo[] = {"AbdvPercMstpSnonWrflDnon",0.2,"Unconscious",0.1,"AdvePercMstpSnonWrflDnon",0.2,"AsdvPercMstpSnonWrflDnon",0.2,"AsdvPercMstpSnonWrflDnon_godown",0.1,"AdvePercMstpSnonWrflDnon_godown",0.1}; + enableBinocular = 0; + }; + class AbdvPercMstpSnonWrflDnon_turnL: AbdvPercMstpSnonWrflDnon + { + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = 0.06; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMstpSnonWrflDnon",0.05,"AsdvPercMstpSnonWrflDnon_turnL",0.05,"AdvePercMstpSnonWrflDnon_turnL",0.05}; + }; + class AbdvPercMstpSnonWrflDnon_turnR: AbdvPercMstpSnonWrflDnon + { + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = 0.06; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMstpSnonWrflDnon",0.05,"AsdvPercMstpSnonWrflDnon_turnR",0.05,"AdvePercMstpSnonWrflDnon_turnR",0.05}; + }; + class AbdvPercMwlkSnonWrflDf: AbdvPercMstpSnonWrflDnon + { + aimPrecision = 4.0; + stamina = -0.1; + limitGunMovement = 0; + disableWeaponsLong = 1; + disableWeapons = 1; + actions = "BottomDivingRifleActionsWlkF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMsprSnonWrflDf",0.02,"AbdvPercMrunSnonWrflDf",0.02,"AbdvPercMtacSnonWrflDf",0.02,"AbdvPercMwlkSnonWrflDfr",0.02,"AbdvPercMwlkSnonWrflDfl",0.02,"AbdvPercMwlkSnonWrflDl",0.02,"AbdvPercMwlkSnonWrflDr",0.02,"AdvePercMwlkSnonWrflDf",0.02,"AsdvPercMwlkSnonWrflDf",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMwlkSnonWrflDfr: AbdvPercMwlkSnonWrflDf + { + actions = "BottomDivingRifleActionsWlkFR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWrflDfr",0.02,"AbdvPercMtacSnonWrflDfr",0.02,"AbdvPercMwlkSnonWrflDf",0.02,"AbdvPercMwlkSnonWrflDfl",0.02,"AbdvPercMwlkSnonWrflDl",0.02,"AbdvPercMwlkSnonWrflDr",0.02,"AdvePercMwlkSnonWrflDfr",0.02,"AsdvPercMwlkSnonWrflDfr",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMwlkSnonWrflDfl: AbdvPercMwlkSnonWrflDf + { + actions = "BottomDivingRifleActionsWlkFL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWrflDfl",0.02,"AbdvPercMtacSnonWrflDfl",0.02,"AbdvPercMwlkSnonWrflDf",0.02,"AbdvPercMwlkSnonWrflDfr",0.02,"AbdvPercMwlkSnonWrflDl",0.02,"AbdvPercMwlkSnonWrflDr",0.02,"AdvePercMwlkSnonWrflDfl",0.02,"AsdvPercMwlkSnonWrflDfl",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMwlkSnonWrflDb: AbdvPercMwlkSnonWrflDf + { + leftHandIKCurve[] = {0}; + actions = "BottomDivingRifleActionsWlkB"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWrflDb",0.02,"AbdvPercMtacSnonWrflDb",0.02,"AbdvPercMwlkSnonWrflDbr",0.02,"AbdvPercMwlkSnonWrflDbl",0.02,"AbdvPercMwlkSnonWrflDl",0.02,"AbdvPercMwlkSnonWrflDr",0.02,"AdvePercMwlkSnonWrflDb",0.02,"AsdvPercMwlkSnonWrflDb",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMwlkSnonWrflDbr: AbdvPercMwlkSnonWrflDb + { + actions = "BottomDivingRifleActionsWlkBR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWrflDbr",0.02,"AbdvPercMtacSnonWrflDbr",0.02,"AbdvPercMwlkSnonWrflDb",0.02,"AbdvPercMwlkSnonWrflDbl",0.02,"AbdvPercMwlkSnonWrflDl",0.02,"AbdvPercMwlkSnonWrflDr",0.02,"AdvePercMwlkSnonWrflDbr",0.02,"AsdvPercMwlkSnonWrflDbr",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMwlkSnonWrflDbl: AbdvPercMwlkSnonWrflDb + { + actions = "BottomDivingRifleActionsWlkBL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWrflDbl",0.02,"AbdvPercMtacSnonWrflDbl",0.02,"AbdvPercMwlkSnonWrflDb",0.02,"AbdvPercMwlkSnonWrflDbr",0.02,"AbdvPercMwlkSnonWrflDl",0.02,"AbdvPercMwlkSnonWrflDr",0.02,"AdvePercMwlkSnonWrflDbl",0.02,"AsdvPercMwlkSnonWrflDbl",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMwlkSnonWrflDl: AbdvPercMwlkSnonWrflDf + { + actions = "BottomDivingRifleActionsWlkL"; + leftHandIKCurve[] = {0}; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDl"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWrflDl",0.02,"AbdvPercMtacSnonWrflDl",0.02,"AbdvPercMwlkSnonWrflDfl",0.02,"AbdvPercMwlkSnonWrflDbl",0.02,"AbdvPercMwlkSnonWrflDl",0.02,"AbdvPercMwlkSnonWrflDf",0.02,"AdvePercMwlkSnonWrflDl",0.02,"AsdvPercMwlkSnonWrflDl",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMwlkSnonWrflDr: AbdvPercMwlkSnonWrflDf + { + actions = "BottomDivingRifleActionsWlkR"; + leftHandIKCurve[] = {0}; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDr"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDfr",0.02,"AbdvPercMwlkSnonWrflDbr",0.02,"AbdvPercMwlkSnonWrflDr",0.02,"AbdvPercMwlkSnonWrflDf",0.02,"AdvePercMwlkSnonWrflDr",0.02,"AsdvPercMwlkSnonWrflDr",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMtacSnonWrflDf: AbdvPercMstpSnonWrflDnon + { + aimPrecision = 4.0; + stamina = -0.1; + limitGunMovement = 0; + disableWeaponsLong = 1; + disableWeapons = 1; + actions = "BottomDivingRifleActionsTacF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMsprSnonWrflDf",0.02,"AbdvPercMwlkSnonWrflDf",0.02,"AbdvPercMrunSnonWrflDf",0.02,"AbdvPercMtacSnonWrflDfr",0.02,"AbdvPercMtacSnonWrflDfl",0.02,"AbdvPercMtacSnonWrflDl",0.02,"AbdvPercMtacSnonWrflDr",0.02,"AdvePercMtacSnonWrflDf",0.02,"AsdvPercMtacSnonWrflDf",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMtacSnonWrflDfr: AbdvPercMtacSnonWrflDf + { + actions = "BottomDivingRifleActionsTacFR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDfr",0.02,"AbdvPercMrunSnonWrflDfr",0.02,"AbdvPercMtacSnonWrflDf",0.02,"AbdvPercMtacSnonWrflDfl",0.02,"AbdvPercMtacSnonWrflDl",0.02,"AbdvPercMtacSnonWrflDr",0.02,"AdvePercMtacSnonWrflDfr",0.02,"AsdvPercMtacSnonWrflDfr",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMtacSnonWrflDfl: AbdvPercMtacSnonWrflDf + { + actions = "BottomDivingRifleActionsTacFL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDfl",0.02,"AbdvPercMrunSnonWrflDfl",0.02,"AbdvPercMtacSnonWrflDf",0.02,"AbdvPercMtacSnonWrflDfr",0.02,"AbdvPercMtacSnonWrflDl",0.02,"AbdvPercMtacSnonWrflDr",0.02,"AdvePercMtacSnonWrflDfl",0.02,"AsdvPercMtacSnonWrflDfl",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMtacSnonWrflDb: AbdvPercMtacSnonWrflDf + { + leftHandIKCurve[] = {0}; + actions = "BottomDivingRifleActionsTacB"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDb",0.02,"AbdvPercMrunSnonWrflDb",0.02,"AbdvPercMtacSnonWrflDbr",0.02,"AbdvPercMtacSnonWrflDbl",0.02,"AbdvPercMtacSnonWrflDl",0.02,"AbdvPercMtacSnonWrflDr",0.02,"AdvePercMtacSnonWrflDb",0.02,"AsdvPercMtacSnonWrflDb",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMtacSnonWrflDbr: AbdvPercMtacSnonWrflDb + { + actions = "BottomDivingRifleActionsTacBR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDbr",0.02,"AbdvPercMrunSnonWrflDbr",0.02,"AbdvPercMtacSnonWrflDb",0.02,"AbdvPercMtacSnonWrflDbl",0.02,"AbdvPercMtacSnonWrflDl",0.02,"AbdvPercMtacSnonWrflDr",0.02,"AdvePercMtacSnonWrflDbr",0.02,"AsdvPercMtacSnonWrflDbr",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMtacSnonWrflDbl: AbdvPercMtacSnonWrflDb + { + actions = "BottomDivingRifleActionsTacBL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDbl",0.02,"AbdvPercMrunSnonWrflDbl",0.02,"AbdvPercMtacSnonWrflDb",0.02,"AbdvPercMtacSnonWrflDbr",0.02,"AbdvPercMtacSnonWrflDl",0.02,"AbdvPercMtacSnonWrflDr",0.02,"AdvePercMtacSnonWrflDbl",0.02,"AsdvPercMtacSnonWrflDbl",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMtacSnonWrflDl: AbdvPercMtacSnonWrflDf + { + actions = "BottomDivingRifleActionsTacL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDl"; + speed = 0.2; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDl",0.02,"AbdvPercMrunSnonWrflDl",0.02,"AbdvPercMtacSnonWrflDfl",0.02,"AbdvPercMtacSnonWrflDbl",0.02,"AbdvPercMtacSnonWrflDl",0.02,"AbdvPercMtacSnonWrflDf",0.02,"AdvePercMtacSnonWrflDl",0.02,"AsdvPercMtacSnonWrflDl",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMtacSnonWrflDr: AbdvPercMtacSnonWrflDf + { + actions = "BottomDivingRifleActionsTacR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDr"; + speed = 0.2; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDfr",0.02,"AbdvPercMtacSnonWrflDbr",0.02,"AbdvPercMtacSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDf",0.02,"AdvePercMtacSnonWrflDr",0.02,"AsdvPercMtacSnonWrflDr",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMrunSnonWrflDf: AbdvPercMstpSnonWrflDnon + { + aimPrecision = 4.0; + stamina = -0.1; + limitGunMovement = 0; + disableWeaponsLong = 1; + disableWeapons = 1; + actions = "BottomDivingRifleActionsRunF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDf"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = -0.2; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMsprSnonWrflDf",0.02,"AbdvPercMwlkSnonWrflDf",0.02,"AbdvPercMtacSnonWrflDf",0.02,"AbdvPercMrunSnonWrflDfr",0.02,"AbdvPercMrunSnonWrflDfl",0.02,"AbdvPercMrunSnonWrflDl",0.02,"AbdvPercMrunSnonWrflDr",0.02,"AdvePercMrunSnonWrflDf",0.02,"AsdvPercMrunSnonWrflDf",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + enableBinocular = 0; + }; + class AbdvPercMrunSnonWrflDfr: AbdvPercMrunSnonWrflDf + { + actions = "BottomDivingRifleActionsRunFR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDfr",0.02,"AbdvPercMtacSnonWrflDfr",0.02,"AbdvPercMrunSnonWrflDf",0.02,"AbdvPercMrunSnonWrflDfl",0.02,"AbdvPercMrunSnonWrflDl",0.02,"AbdvPercMrunSnonWrflDr",0.02,"AdvePercMrunSnonWrflDfr",0.02,"AsdvPercMrunSnonWrflDfr",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMrunSnonWrflDfl: AbdvPercMrunSnonWrflDf + { + actions = "BottomDivingRifleActionsRunFL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDfl",0.02,"AbdvPercMtacSnonWrflDfl",0.02,"AbdvPercMrunSnonWrflDf",0.02,"AbdvPercMrunSnonWrflDfr",0.02,"AbdvPercMrunSnonWrflDl",0.02,"AbdvPercMrunSnonWrflDr",0.02,"AdvePercMrunSnonWrflDfl",0.02,"AsdvPercMrunSnonWrflDfl",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMrunSnonWrflDb: AbdvPercMrunSnonWrflDf + { + leftHandIKCurve[] = {0}; + actions = "BottomDivingRifleActionsRunB"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDb"; + speed = 0.1; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDb",0.02,"AbdvPercMtacSnonWrflDb",0.02,"AbdvPercMrunSnonWrflDbr",0.02,"AbdvPercMrunSnonWrflDbl",0.02,"AbdvPercMrunSnonWrflDl",0.02,"AbdvPercMrunSnonWrflDr",0.02,"AdvePercMrunSnonWrflDb",0.02,"AsdvPercMrunSnonWrflDb",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMrunSnonWrflDbr: AbdvPercMrunSnonWrflDb + { + actions = "BottomDivingRifleActionsRunBR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDbr"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDbr",0.02,"AbdvPercMtacSnonWrflDbr",0.02,"AbdvPercMrunSnonWrflDb",0.02,"AbdvPercMrunSnonWrflDbl",0.02,"AbdvPercMrunSnonWrflDl",0.02,"AbdvPercMrunSnonWrflDr",0.02,"AdvePercMrunSnonWrflDbr",0.02,"AsdvPercMrunSnonWrflDbr",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMrunSnonWrflDbl: AbdvPercMrunSnonWrflDb + { + actions = "BottomDivingRifleActionsRunBL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDbl"; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDbl",0.02,"AbdvPercMtacSnonWrflDbl",0.02,"AbdvPercMrunSnonWrflDb",0.02,"AbdvPercMrunSnonWrflDbr",0.02,"AbdvPercMrunSnonWrflDl",0.02,"AbdvPercMrunSnonWrflDr",0.02,"AdvePercMrunSnonWrflDbl",0.02,"AsdvPercMrunSnonWrflDbl",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMrunSnonWrflDl: AbdvPercMrunSnonWrflDf + { + actions = "BottomDivingRifleActionsRunL"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDl"; + speed = 0.2; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDl",0.02,"AbdvPercMtacSnonWrflDl",0.02,"AbdvPercMrunSnonWrflDfl",0.02,"AbdvPercMrunSnonWrflDbl",0.02,"AbdvPercMrunSnonWrflDl",0.02,"AbdvPercMrunSnonWrflDf",0.02,"AdvePercMrunSnonWrflDl",0.02,"AsdvPercMrunSnonWrflDl",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMrunSnonWrflDr: AbdvPercMrunSnonWrflDf + { + actions = "BottomDivingRifleActionsRunR"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDr"; + speed = 0.2; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMwlkSnonWrflDr",0.02,"AbdvPercMtacSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDfr",0.02,"AbdvPercMrunSnonWrflDbr",0.02,"AbdvPercMrunSnonWrflDr",0.02,"AbdvPercMrunSnonWrflDf",0.02,"AdvePercMrunSnonWrflDr",0.02,"AsdvPercMrunSnonWrflDr",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AbdvPercMsprSnonWrflDf: AbdvPercMrunSnonWrflDf + { + aimPrecision = 6.0; + stamina = -1; + leftHandIKCurve[] = {0}; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\spr\non\rfl\AdvePercMsprSnonWrflDf"; + actions = "BottomDivingRifleActionsFastF"; + speed = 0.14336; + duty = 0.6; + InterpolateTo[] = {"Unconscious",0.01,"AbdvPercMrunSnonWrflDf",0.02,"AdvePercMsprSnonWrflDf",0.02,"AsdvPercMsprSnonWrflDf",0.02,"AbdvPercMrunSnonWrflDfl",0.02,"AbdvPercMrunSnonWrflDfr",0.02,"AbdvPercMstpSnonWrflDnon_relax",0.1,"AmovPercMstpSrasWrflDnon",0.03,"AbdvPercMstpSnonWrflDnon",0.03,"AdvePercMstpSnonWrflDnon",0.03,"AsdvPercMstpSnonWrflDnon",0.03}; + }; + class AdvePercMstpSnonWrflDnon_AdvePercMstpSnonWnonDnon: AdvePercMstpSnonWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_AdvePercMstpSnonWnonDnon"; + interpolationRestart = 1; + speed = 0.42; + leftHandIKCurve[] = {0,1,0.06,0}; + rightHandIKCurve[] = {0.04,1,0.12,0}; + static = 1; + relSpeedMin = 0.5; + looped = 0; + aimPrecision = 1; + disableWeaponsLong = 1; + ConnectTo[] = {"AdvePercMstpSnonWnonDnon",0.2}; + InterpolateTo[] = {"AsdvPercMstpSnonWrflDnon_AsdvPercMstpSnonWnonDnon",0.1,"AbdvPercMstpSnonWrflDnon_AbdvPercMstpSnonWnonDnon",0.1}; + }; + class AdvePercMstpSnonWnonDnon_AdvePercMstpSnonWrflDnon: AdvePercMstpSnonWrflDnon + { + static = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_AdvePercMstpSnonWrflDnon"; + interpolationSpeed = 2.5; + interpolationRestart = 2; + speed = 0.33; + leftHandIKCurve[] = {0.895,0,0.951,1}; + rightHandIKCurve[] = {0.362,0,0.434,1}; + looped = 0; + minPlayTime = 0.9; + aimPrecision = 1; + }; + class AbdvPercMstpSnonWrflDnon_AbdvPercMstpSnonWnonDnon: AbdvPercMstpSnonWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_AdvePercMstpSnonWnonDnon"; + speed = 0.32; + leftHandIKCurve[] = {0,1,0.06,0}; + rightHandIKCurve[] = {0.04,1,0.12,0}; + static = 1; + relSpeedMin = 0.5; + looped = 0; + disableWeaponsLong = 1; + ConnectTo[] = {"AbdvPercMstpSnonWnonDnon",0.2}; + InterpolateTo[] = {"AsdvPercMstpSnonWrflDnon_AsdvPercMstpSnonWnonDnon",0.1,"AdvePercMstpSnonWrflDnon_AdvePercMstpSnonWnonDnon",0.1}; + enableBinocular = 0; + }; + class AbdvPercMstpSnonWnonDnon_AbdvPercMstpSnonWrflDnon: AbdvPercMstpSnonWnonDnon + { + static = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_AdvePercMstpSnonWrflDnon"; + interpolationSpeed = 2.5; + interpolationRestart = 2; + speed = 0.33; + leftHandIKCurve[] = {0.895,0,0.951,1}; + rightHandIKCurve[] = {0.362,0,0.434,1}; + looped = 0; + minPlayTime = 0.9; + aimPrecision = 1; + }; + class AsdvPercMstpSnonWrflDnon_AsdvPercMstpSnonWnonDnon: AsdvPercMstpSnonWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_AdvePercMstpSnonWnonDnon"; + speed = 0.32; + leftHandIKCurve[] = {0,1,0.06,0}; + rightHandIKCurve[] = {0.04,1,0.12,0}; + static = 1; + relSpeedMin = 0.5; + looped = 0; + aimPrecision = 1; + disableWeaponsLong = 1; + ConnectTo[] = {"AsdvPercMstpSnonWnonDnon",0.2}; + InterpolateTo[] = {"AdvePercMstpSnonWrflDnon_AdvePercMstpSnonWnonDnon",0.1,"AbdvPercMstpSnonWrflDnon_AbdvPercMstpSnonWnonDnon",0.1}; + enableBinocular = 0; + }; + class AsdvPercMstpSnonWnonDnon_AsdvPercMstpSnonWrflDnon: AsdvPercMstpSnonWnonDnon + { + static = 1; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_AdvePercMstpSnonWrflDnon"; + interpolationSpeed = 2.5; + interpolationRestart = 2; + speed = 0.33; + leftHandIKCurve[] = {0.895,0,0.951,1}; + rightHandIKCurve[] = {0.362,0,0.434,1}; + looped = 0; + aimPrecision = 1; + minPlayTime = 0.9; + enableBinocular = 0; + }; + class AmovPercMstpSoptWbinDnon: AmovPercMstpSlowWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + actions = "BinocStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon"; + disableWeaponsLong = 0; + disableWeapons = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.2; + enableOptics = 4096; + interpolationSpeed = 4; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AmovPercMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.02,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon",0.02,"AmovPercMstpSoptWbinDnon_turnL",0.02,"AmovPercMstpSoptWbinDnon_turnR",0.02,"AmovPercMstpSoptWbinDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon_turnL",0.02,"AmovPercMstpSoptWbinDnon_turnR",0.02,"Unconscious",0.01,"AmovPercMwlkSoptWbinDf",0.02,"AmovPercMwlkSoptWbinDfr",0.02,"AmovPercMwlkSoptWbinDr",0.02,"AmovPercMwlkSoptWbinDbr",0.02,"AmovPercMwlkSoptWbinDb",0.02,"AmovPercMwlkSoptWbinDbl",0.02,"AmovPercMwlkSoptWbinDl",0.02,"AmovPercMwlkSoptWbinDfl",0.02,"AmovPercMrunSnonWbinDf",0.02,"AmovPercMrunSnonWbinDfr",0.02,"AmovPercMrunSnonWbinDr",0.02,"AmovPercMrunSnonWbinDbr",0.02,"AmovPercMrunSnonWbinDb",0.02,"AmovPercMrunSnonWbinDbl",0.02,"AmovPercMrunSnonWbinDl",0.02,"AmovPercMrunSnonWbinDfl",0.02,"AmovPercMevaSnonWbinDf",0.02,"AmovPercMevaSnonWbinDfr",0.02,"AmovPercMevaSnonWbinDfl",0.02,"AovrPercMstpSoptWbinDf",0.2,"AmovPercMstpSoptWbinDnon_AinvPercMstpSoptWbinDnon_Putdown",0.03}; + }; + class AmovPercMwlkSoptWbinDf: AmovPercMstpSoptWbinDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 2.0; + speed = 0.47619; + duty = -0.4; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocStandActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDfr",0.025,"AmovPercMwlkSoptWbinDfl",0.025,"AmovPercMrunSnonWbinDf",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMwlkSoptWbinDf",0.025,"AmovPknlMrunSnonWbinDf",0.025,"AmovPercMwlkSoptWbinDl",0.025,"AmovPercMwlkSoptWbinDr",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDfr: AmovPercMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDfr"; + actions = "BinocStandActionsWlkFR"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDf",0.025,"AmovPercMwlkSoptWbinDr",0.025,"AmovPercMrunSnonWbinDfr",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMwlkSoptWbinDfr",0.025,"AmovPknlMrunSnonWbinDfr",0.025,"AmovPercMwlkSoptWbinDbr",0.025,"AmovPercMwlkSoptWbinDfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDr: AmovPercMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDr"; + speed = 0.909091; + actions = "BinocStandActionsWlkR"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDfr",0.025,"AmovPercMwlkSoptWbinDbr",0.025,"AmovPercMrunSnonWbinDr",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMwlkSoptWbinDr",0.025,"AmovPknlMrunSnonWbinDf",0.025,"AmovPercMwlkSoptWbinDf",0.025,"AmovPercMwlkSoptWbinDb",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDbr: AmovPercMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDbr"; + speed = 1; + actions = "BinocStandActionsWlkBR"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDr",0.025,"AmovPercMwlkSoptWbinDb",0.025,"AmovPercMrunSnonWbinDbr",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMwlkSoptWbinDbr",0.025,"AmovPknlMrunSnonWbinDbr",0.025,"AmovPercMwlkSoptWbinDfr",0.025,"AmovPercMwlkSoptWbinDbl",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDb: AmovPercMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDb"; + speed = 1; + actions = "BinocStandActionsWlkB"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDbr",0.025,"AmovPercMwlkSoptWbinDbl",0.025,"AmovPercMrunSnonWbinDb",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMwlkSoptWbinDb",0.025,"AmovPknlMrunSnonWbinDb",0.025,"AmovPercMwlkSoptWbinDl",0.025,"AmovPercMwlkSoptWbinDr",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDbl: AmovPercMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDbl"; + speed = 1; + actions = "BinocStandActionsWlkBL"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDb",0.025,"AmovPercMwlkSoptWbinDl",0.025,"AmovPercMrunSnonWbinDbl",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMwlkSoptWbinDbl",0.025,"AmovPknlMrunSnonWbinDbl",0.025,"AmovPercMwlkSoptWbinDfl",0.025,"AmovPercMwlkSoptWbinDbr",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDl: AmovPercMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDl"; + speed = 0.882353; + actions = "BinocStandActionsWlkL"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDbl",0.025,"AmovPercMwlkSoptWbinDfl",0.025,"AmovPercMrunSnonWbinDl",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMwlkSoptWbinDl",0.025,"AmovPknlMrunSnonWbinDl",0.025,"AmovPercMwlkSoptWbinDf",0.025,"AmovPercMwlkSoptWbinDb",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDfl: AmovPercMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDfl"; + actions = "BinocStandActionsWlkFL"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDf",0.025,"AmovPercMwlkSoptWbinDl",0.025,"AmovPercMrunSnonWbinDfl",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMwlkSoptWbinDfl",0.025,"AmovPknlMrunSnonWbinDfl",0.025,"AmovPercMwlkSoptWbinDfr",0.025,"AmovPercMwlkSoptWbinDbl",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDf: AmovPercMwlkSoptWbinDf + { + aimPrecision = 4.0; + stamina = -0.1; + enableBinocular = 0; + disableWeapons = 1; + enableOptics = 0; + disableWeaponsLong = 1; + duty = 0.1; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 1.2485; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDf"; + actions = "BinocStandActionsRunF"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDf",0.025,"AmovPercMrunSnonWbinDfr",0.025,"AmovPercMrunSnonWbinDfl",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMrunSnonWbinDf",0.025,"AmovPknlMwlkSoptWbinDf",0.025,"AmovPercMrunSnonWbinDl",0.025,"AmovPercMrunSnonWbinDr",0.025,"AmovPercMevaSnonWbinDf",0.025,"AmovPercMevaSnonWbinDfl",0.025,"AmovPercMevaSnonWbinDfr",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDfr: AmovPercMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfr"; + actions = "BinocStandActionsRunFR"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDfr",0.025,"AmovPercMrunSnonWbinDf",0.025,"AmovPercMrunSnonWbinDr",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMrunSnonWbinDfr",0.025,"AmovPknlMwlkSoptWbinDfr",0.025,"AmovPercMrunSnonWbinDfl",0.025,"AmovPercMrunSnonWbinDbr",0.025,"AmovPercMevaSnonWbinDf",0.025,"AmovPercMevaSnonWbinDfl",0.025,"AmovPercMevaSnonWbinDfr",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDr: AmovPercMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDr"; + speed = 0.772059; + actions = "BinocStandActionsRunR"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDr",0.025,"AmovPercMrunSnonWbinDfr",0.025,"AmovPercMrunSnonWbinDbr",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMrunSnonWbinDr",0.025,"AmovPknlMwlkSoptWbinDr",0.025,"AmovPercMrunSnonWbinDf",0.025,"AmovPercMrunSnonWbinDb",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDb: AmovPercMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDb"; + speed = 0.75; + actions = "BinocStandActionsRunB"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDb",0.025,"AmovPercMrunSnonWbinDbr",0.025,"AmovPercMrunSnonWbinDbl",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMrunSnonWbinDb",0.025,"AmovPknlMwlkSoptWbinDb",0.025,"AmovPercMrunSnonWbinDl",0.025,"AmovPercMrunSnonWbinDr",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDbr: AmovPercMrunSnonWbinDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDbr"; + actions = "BinocStandActionsRunBR"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDbr",0.025,"AmovPercMrunSnonWbinDr",0.025,"AmovPercMrunSnonWbinDb",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMrunSnonWbinDbr",0.025,"AmovPknlMwlkSoptWbinDbr",0.025,"AmovPercMrunSnonWbinDfr",0.025,"AmovPercMrunSnonWbinDbl",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDbl: AmovPercMrunSnonWbinDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDbl"; + actions = "BinocStandActionsRunBL"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDbl",0.025,"AmovPercMrunSnonWbinDb",0.025,"AmovPercMrunSnonWbinDl",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMrunSnonWbinDbl",0.025,"AmovPknlMwlkSoptWbinDbl",0.025,"AmovPercMrunSnonWbinDfl",0.025,"AmovPercMrunSnonWbinDbr",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDl: AmovPercMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDl"; + speed = 0.70946; + actions = "BinocStandActionsRunL"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDl",0.025,"AmovPercMrunSnonWbinDbl",0.025,"AmovPercMrunSnonWbinDfl",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMrunSnonWbinDl",0.025,"AmovPknlMwlkSoptWbinDl",0.025,"AmovPercMrunSnonWbinDf",0.025,"AmovPercMrunSnonWbinDb",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDfl: AmovPercMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfl"; + actions = "BinocStandActionsRunFL"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDfl",0.025,"AmovPercMrunSnonWbinDf",0.025,"AmovPercMrunSnonWbinDl",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMrunSnonWbinDfl",0.025,"AmovPknlMwlkSoptWbinDfl",0.025,"AmovPercMrunSnonWbinDfr",0.025,"AmovPercMrunSnonWbinDbl",0.025,"AmovPercMevaSnonWbinDf",0.025,"AmovPercMevaSnonWbinDfl",0.025,"AmovPercMevaSnonWbinDfr",0.025,"Unconscious",0.1}; + }; + class AmovPercMstpSoptWbinDnon_turnL: AmovPercMstpSoptWbinDnon + { + speed = 0.5; + ConnectTo[] = {"AmovPercMstpSoptWbinDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSoptWbinDnon_turnR: AmovPercMstpSoptWbinDnon_turnL{}; + class AmovPercMevaSnonWbinDf: AmovPercMrunSnonWbinDf + { + aimPrecision = 7.0; + stamina = -1; + speed = 1.54286; + duty = 0.6; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\spr\opt\bin\AmovPercMsprSoptWbinDf"; + actions = "BinocStandActionsEvasiveF"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPknlMevaSnonWbinDf",0.02,"AmovPercMwlkSoptWbinDf",0.025,"AmovPercMrunSnonWbinDf",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMevaSnonWbinDf",0.025,"AmovPercMevaSnonWbinDfl",0.025,"AmovPercMevaSnonWbinDfr",0.025,"Unconscious",0.1}; + soundOverride = "sprint"; + soundEdge[] = {0.5,1}; + }; + class AmovPercMevaSnonWbinDfl: AmovPercMevaSnonWbinDf + { + speed = 1.54286; + actions = "BinocStandActionsEvasiveFL"; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\spr\opt\bin\AmovPercMsprSoptWbinDfl"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDfl",0.025,"AmovPercMrunSnonWbinDfl",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMevaSnonWbinDf",0.025,"AmovPercMevaSnonWbinDfl",0.025,"AmovPercMevaSnonWbinDfr",0.025,"Unconscious",0.1,"AmovPknlMevaSnonWbinDfl",0.02}; + }; + class AmovPercMevaSnonWbinDfr: AmovPercMevaSnonWbinDf + { + speed = 1.54286; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\spr\opt\bin\AmovPercMsprSoptWbinDfr"; + actions = "BinocStandActionsEvasiveFR"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDfr",0.025,"AmovPercMrunSnonWbinDfr",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMevaSnonWbinDf",0.025,"AmovPercMevaSnonWbinDfl",0.025,"AmovPercMevaSnonWbinDfr",0.025,"Unconscious",0.1,"AmovPknlMevaSnonWbinDfr",0.02}; + }; + class AovrPercMstpSoptWbinDf: AmovPercMstpSoptWbinDnon + { + stamina = 0; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + speed = 0.6; + minPlayTime = 0.69; + file = "\A3\anims_f\Data\Anim\Sdr\ovr\erc\stp\non\non\AovrPercMstpSnonWnonDf"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wovr.p3d"; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1; + duty = 2; + disableWeapons = 1; + enableOptics = 0; + limitGunMovement = 0.3; + forceAim = 1; + interpolationspeed = 3; + interpolationrestart = 1; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSoptWbinDnon: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + actions = "BinocKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon"; + showWeaponAim = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.15; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + enableOptics = 4096; + canPullTrigger = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AmovPknlMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.02,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon",0.02,"AmovPknlMstpSoptWbinDnon_turnL",0.02,"AmovPknlMstpSoptWbinDnon_turnR",0.02,"AmovPknlMstpSoptWbinDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon_turnL",0.02,"AmovPknlMstpSoptWbinDnon_turnR",0.02,"Unconscious",0.01,"AmovPknlMwlkSoptWbinDf",0.02,"AmovPknlMwlkSoptWbinDfr",0.02,"AmovPknlMwlkSoptWbinDr",0.02,"AmovPknlMwlkSoptWbinDbr",0.02,"AmovPknlMwlkSoptWbinDb",0.02,"AmovPknlMwlkSoptWbinDbl",0.02,"AmovPknlMwlkSoptWbinDl",0.02,"AmovPknlMwlkSoptWbinDfl",0.02,"AmovPknlMrunSnonWbinDf",0.02,"AmovPknlMrunSnonWbinDfr",0.02,"AmovPknlMrunSnonWbinDr",0.02,"AmovPknlMrunSnonWbinDbr",0.02,"AmovPknlMrunSnonWbinDb",0.02,"AmovPknlMrunSnonWbinDbl",0.02,"AmovPknlMrunSnonWbinDl",0.02,"AmovPknlMrunSnonWbinDfl",0.02,"AmovPknlMevaSnonWbinDf",0.02,"AmovPknlMevaSnonWbinDfr",0.02,"AmovPknlMevaSnonWbinDfl",0.02,"AmovPknlMstpSoptWbinDnon_AinvPknlMstpSoptWbinDnon_Putdown",0.03}; + }; + class AmovPknlMwlkSoptWbinDf: AmovPknlMstpSoptWbinDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.505619; + duty = 0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocKneelActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDfr",0.025,"AmovPknlMwlkSoptWbinDfl",0.025,"AmovPknlMrunSnonWbinDf",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMwlkSoptWbinDf",0.025,"AmovPercMrunSnonWbinDf",0.025,"AmovPknlMwlkSoptWbinDl",0.025,"AmovPknlMwlkSoptWbinDr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDfr: AmovPknlMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDfr"; + actions = "BinocKneelActionsWlkFR"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDf",0.025,"AmovPknlMwlkSoptWbinDr",0.025,"AmovPknlMrunSnonWbinDfr",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMwlkSoptWbinDfr",0.025,"AmovPercMrunSnonWbinDfr",0.025,"AmovPknlMwlkSoptWbinDbr",0.025,"AmovPknlMwlkSoptWbinDfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDr: AmovPknlMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDr"; + speed = 0.45; + actions = "BinocKneelActionsWlkR"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDfr",0.025,"AmovPknlMwlkSoptWbinDbr",0.025,"AmovPknlMrunSnonWbinDr",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMwlkSoptWbinDr",0.025,"AmovPercMrunSnonWbinDf",0.025,"AmovPknlMwlkSoptWbinDf",0.025,"AmovPknlMwlkSoptWbinDb",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDbr: AmovPknlMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDbr"; + speed = 0.445545; + actions = "BinocKneelActionsWlkBR"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDr",0.025,"AmovPknlMwlkSoptWbinDb",0.025,"AmovPknlMrunSnonWbinDbr",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMwlkSoptWbinDbr",0.025,"AmovPercMrunSnonWbinDbr",0.025,"AmovPknlMwlkSoptWbinDfr",0.025,"AmovPknlMwlkSoptWbinDbl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDb: AmovPknlMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDb"; + speed = 0.445545; + actions = "BinocKneelActionsWlkB"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDbr",0.025,"AmovPknlMwlkSoptWbinDbl",0.025,"AmovPknlMrunSnonWbinDb",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMwlkSoptWbinDb",0.025,"AmovPercMrunSnonWbinDb",0.025,"AmovPknlMwlkSoptWbinDl",0.025,"AmovPknlMwlkSoptWbinDr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDbl: AmovPknlMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDbl"; + speed = 0.445545; + actions = "BinocKneelActionsWlkBL"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDb",0.025,"AmovPknlMwlkSoptWbinDl",0.025,"AmovPknlMrunSnonWbinDbl",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMwlkSoptWbinDbl",0.025,"AmovPercMrunSnonWbinDbl",0.025,"AmovPknlMwlkSoptWbinDfl",0.025,"AmovPknlMwlkSoptWbinDbr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDl: AmovPknlMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDl"; + actions = "BinocKneelActionsWlkL"; + speed = 0.445545; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDbl",0.025,"AmovPknlMwlkSoptWbinDfl",0.025,"AmovPknlMrunSnonWbinDl",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMwlkSoptWbinDl",0.025,"AmovPercMrunSnonWbinDl",0.025,"AmovPknlMwlkSoptWbinDf",0.025,"AmovPknlMwlkSoptWbinDb",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDfl: AmovPknlMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDfl"; + actions = "BinocKneelActionsWlkFL"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDf",0.025,"AmovPknlMwlkSoptWbinDl",0.025,"AmovPknlMrunSnonWbinDfl",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMwlkSoptWbinDfl",0.025,"AmovPercMrunSnonWbinDfl",0.025,"AmovPknlMwlkSoptWbinDfr",0.025,"AmovPknlMwlkSoptWbinDbl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDf: AmovPknlMwlkSoptWbinDf + { + aimPrecision = 5.0; + stamina = -0.1; + enableBinocular = 0; + disableWeapons = 1; + enableOptics = 0; + disableWeaponsLong = 1; + duty = 0.2; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 0.666667; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDf"; + actions = "BinocKneelActionsRunF"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDf",0.025,"AmovPknlMrunSnonWbinDfr",0.025,"AmovPknlMrunSnonWbinDfl",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMrunSnonWbinDf",0.025,"AmovPercMwlkSoptWbinDf",0.025,"AmovPknlMrunSnonWbinDl",0.025,"AmovPknlMrunSnonWbinDr",0.025,"AmovPknlMevaSnonWbinDf",0.025,"AmovPknlMevaSnonWbinDfl",0.025,"AmovPknlMevaSnonWbinDfr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDfr: AmovPknlMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDfr"; + actions = "BinocKneelActionsRunFR"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDfr",0.025,"AmovPknlMrunSnonWbinDf",0.025,"AmovPknlMrunSnonWbinDr",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMrunSnonWbinDfr",0.025,"AmovPercMwlkSoptWbinDfr",0.025,"AmovPknlMrunSnonWbinDfl",0.025,"AmovPknlMrunSnonWbinDbr",0.025,"AmovPknlMevaSnonWbinDf",0.025,"AmovPknlMevaSnonWbinDfl",0.025,"AmovPknlMevaSnonWbinDfr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDr: AmovPknlMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDr"; + speed = 0.772059; + actions = "BinocKneelActionsRunR"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDr",0.025,"AmovPknlMrunSnonWbinDfr",0.025,"AmovPknlMrunSnonWbinDbr",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMrunSnonWbinDr",0.025,"AmovPercMwlkSoptWbinDr",0.025,"AmovPknlMrunSnonWbinDf",0.025,"AmovPknlMrunSnonWbinDb",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDb: AmovPknlMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDb"; + speed = 0.75; + actions = "BinocKneelActionsRunB"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDb",0.025,"AmovPknlMrunSnonWbinDbr",0.025,"AmovPknlMrunSnonWbinDbl",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMrunSnonWbinDb",0.025,"AmovPercMwlkSoptWbinDb",0.025,"AmovPknlMrunSnonWbinDl",0.025,"AmovPknlMrunSnonWbinDr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDbr: AmovPknlMrunSnonWbinDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDbr"; + actions = "BinocKneelActionsRunBR"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDbr",0.025,"AmovPknlMrunSnonWbinDr",0.025,"AmovPknlMrunSnonWbinDb",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMrunSnonWbinDbr",0.025,"AmovPercMwlkSoptWbinDbr",0.025,"AmovPknlMrunSnonWbinDfr",0.025,"AmovPknlMrunSnonWbinDbl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDbl: AmovPknlMrunSnonWbinDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDbl"; + actions = "BinocKneelActionsRunBL"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDbl",0.025,"AmovPknlMrunSnonWbinDb",0.025,"AmovPknlMrunSnonWbinDl",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMrunSnonWbinDbl",0.025,"AmovPercMwlkSoptWbinDbl",0.025,"AmovPknlMrunSnonWbinDfl",0.025,"AmovPknlMrunSnonWbinDbr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDl: AmovPknlMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDl"; + speed = 0.70946; + actions = "BinocKneelActionsRunL"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDl",0.025,"AmovPknlMrunSnonWbinDbl",0.025,"AmovPknlMrunSnonWbinDfl",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMrunSnonWbinDl",0.025,"AmovPercMwlkSoptWbinDl",0.025,"AmovPknlMrunSnonWbinDf",0.025,"AmovPknlMrunSnonWbinDb",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDfl: AmovPknlMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDfl"; + actions = "BinocKneelActionsRunFL"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDfl",0.025,"AmovPknlMrunSnonWbinDf",0.025,"AmovPknlMrunSnonWbinDl",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMrunSnonWbinDfl",0.025,"AmovPercMwlkSoptWbinDfl",0.025,"AmovPknlMrunSnonWbinDfr",0.025,"AmovPknlMrunSnonWbinDbl",0.025,"AmovPknlMevaSnonWbinDf",0.025,"AmovPknlMevaSnonWbinDfl",0.025,"AmovPknlMevaSnonWbinDfr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDf: AmovPknlMrunSnonWbinDf + { + aimPrecision = 8.0; + stamina = -1; + speed = 1.54286; + duty = 0.8; + file = "\A3\anims_f\data\Anim\sdr\mov\knl\spr\opt\bin\AmovPknlMevaSoptWbinDf"; + actions = "BinocKneelActionsEvasiveF"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPercMevaSnonWbinDf",0.02,"AmovPknlMwlkSoptWbinDf",0.025,"AmovPknlMrunSnonWbinDf",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMevaSnonWbinDf",0.025,"AmovPknlMevaSnonWbinDfl",0.025,"AmovPknlMevaSnonWbinDfr",0.025,"Unconscious",0.1}; + soundOverride = "sprint"; + soundEdge[] = {0.5,1}; + }; + class AmovPknlMevaSnonWbinDfl: AmovPknlMevaSnonWbinDf + { + speed = 1.54286; + actions = "BinocKneelActionsEvasiveFL"; + file = "\A3\anims_f\data\Anim\sdr\mov\knl\spr\opt\bin\AmovPknlMevaSoptWbinDfl"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDfl",0.025,"AmovPknlMrunSnonWbinDfl",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMevaSnonWbinDf",0.025,"AmovPknlMevaSnonWbinDfl",0.025,"AmovPknlMevaSnonWbinDfr",0.025,"Unconscious",0.1,"AmovPercMevaSnonWbinDfl",0.02}; + }; + class AmovPknlMevaSnonWbinDfr: AmovPknlMevaSnonWbinDf + { + speed = 1.54286; + file = "\A3\anims_f\data\Anim\sdr\mov\knl\spr\opt\bin\AmovPknlMevaSoptWbinDfr"; + actions = "BinocKneelActionsEvasiveFR"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDfr",0.025,"AmovPknlMrunSnonWbinDfr",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMevaSnonWbinDf",0.025,"AmovPknlMevaSnonWbinDfl",0.025,"AmovPknlMevaSnonWbinDfr",0.025,"Unconscious",0.1,"AmovPercMevaSnonWbinDfr",0.02}; + }; + class AmovPknlMstpSoptWbinDnon_turnL: AmovPknlMstpSoptWbinDnon + { + ConnectTo[] = {"AmovPknlMstpSoptWbinDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSoptWbinDnon_turnR: AmovPknlMstpSoptWbinDnon_turnL{}; + class AmovPpneMstpSoptWbinDnon: AmovPpneMstpSrasWrflDnon + { + variantsPlayer[] = {}; + actions = "BinocProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon"; + showWeaponAim = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.05; + enableOptics = 4096; + canPullTrigger = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.02,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMstpSoptWbinDnon_turnL",0.02,"AmovPpneMstpSoptWbinDnon_turnR",0.02,"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMstpSoptWbinDnon_AmovPpneMevaSoptWbinDl",0.02,"AmovPpneMstpSoptWbinDnon_AmovPpneMevaSoptWbinDr",0.02}; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon_turnL",0.02,"AmovPpneMstpSoptWbinDnon_turnR",0.02,"Unconscious",0.01,"AmovPpneMwlkSoptWbinDf",0.02,"AmovPpneMwlkSoptWbinDfr",0.02,"AmovPpneMwlkSoptWbinDr",0.02,"AmovPpneMwlkSoptWbinDbr",0.02,"AmovPpneMwlkSoptWbinDb",0.02,"AmovPpneMwlkSoptWbinDbl",0.02,"AmovPpneMwlkSoptWbinDl",0.02,"AmovPpneMwlkSoptWbinDfl",0.02,"AmovPpneMstpSoptWbinDnon_AinvPpneMstpSoptWbinDnon_Putdown",0.03}; + }; + class AmovPpneMwlkSoptWbinDf: AmovPpneMstpSoptWbinDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + soundEdge[] = {0.2,0.7}; + aimPrecision = 3; + speed = 0.47619; + duty = 0.3; + soundOverride = "crawl"; + soundEnabled = 1; + actions = "BinocProneActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDfr",0.025,"AmovPpneMwlkSoptWbinDfl",0.025,"AmovPpneMrunSnonWbinDf",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMwlkSoptWbinDl",0.025,"AmovPpneMwlkSoptWbinDr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDfr: AmovPpneMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + actions = "BinocProneActionsWlkFR"; + speed = 0.625; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDf",0.025,"AmovPpneMwlkSoptWbinDr",0.025,"AmovPpneMrunSnonWbinDfr",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMwlkSoptWbinDbr",0.025,"AmovPpneMwlkSoptWbinDfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDr: AmovPpneMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 0.666667; + actions = "BinocProneActionsWlkR"; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDfr",0.025,"AmovPpneMwlkSoptWbinDbr",0.025,"AmovPpneMrunSnonWbinDr",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMwlkSoptWbinDf",0.025,"AmovPpneMwlkSoptWbinDb",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDbr: AmovPpneMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 0.789474; + actions = "BinocProneActionsWlkBR"; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDr",0.025,"AmovPpneMwlkSoptWbinDb",0.025,"AmovPpneMrunSnonWbinDbr",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMwlkSoptWbinDfr",0.025,"AmovPpneMwlkSoptWbinDbl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDb: AmovPpneMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.434783; + actions = "BinocProneActionsWlkB"; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDbr",0.025,"AmovPpneMwlkSoptWbinDbl",0.025,"AmovPpneMrunSnonWbinDb",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMwlkSoptWbinDl",0.025,"AmovPpneMwlkSoptWbinDr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDbl: AmovPpneMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + speed = 0.681818; + actions = "BinocProneActionsWlkBL"; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDb",0.025,"AmovPpneMwlkSoptWbinDl",0.025,"AmovPpneMrunSnonWbinDbl",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMwlkSoptWbinDfl",0.025,"AmovPpneMwlkSoptWbinDbr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDl: AmovPpneMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + actions = "BinocProneActionsWlkL"; + speed = 0.833333; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDbl",0.025,"AmovPpneMwlkSoptWbinDfl",0.025,"AmovPpneMrunSnonWbinDl",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMwlkSoptWbinDf",0.025,"AmovPpneMwlkSoptWbinDb",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDfl: AmovPpneMwlkSoptWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + actions = "BinocProneActionsWlkFL"; + speed = 0.545455; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDf",0.025,"AmovPpneMwlkSoptWbinDl",0.025,"AmovPpneMrunSnonWbinDfl",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMwlkSoptWbinDfr",0.025,"AmovPpneMwlkSoptWbinDbl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDf: AmovPpneMwlkSoptWbinDf + { + aimPrecision = 6.0; + stamina = -0.1; + enableBinocular = 0; + disableWeapons = 1; + enableOptics = 0; + disableWeaponsLong = 1; + duty = 0.3; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "crawl"; + speed = 0.775862; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + actions = "BinocProneActionsRunF"; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDf",0.025,"AmovPpneMrunSnonWbinDfr",0.025,"AmovPpneMrunSnonWbinDfl",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMrunSnonWbinDl",0.025,"AmovPpneMrunSnonWbinDr",0.025,"AmovPpneMevaSnonWbinDf",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDfr: AmovPpneMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + actions = "BinocProneActionsRunFR"; + speed = 0.625; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDfr",0.025,"AmovPpneMrunSnonWbinDf",0.025,"AmovPpneMrunSnonWbinDr",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMrunSnonWbinDfl",0.025,"AmovPpneMrunSnonWbinDbr",0.025,"AmovPpneMevaSnonWbinDf",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDr: AmovPpneMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 1.0; + actions = "BinocProneActionsRunR"; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDr",0.025,"AmovPpneMrunSnonWbinDfr",0.025,"AmovPpneMrunSnonWbinDbr",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMrunSnonWbinDf",0.025,"AmovPpneMrunSnonWbinDb",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDb: AmovPpneMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.652174; + actions = "BinocProneActionsRunB"; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDb",0.025,"AmovPpneMrunSnonWbinDbr",0.025,"AmovPpneMrunSnonWbinDbl",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMrunSnonWbinDl",0.025,"AmovPpneMrunSnonWbinDr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDbr: AmovPpneMrunSnonWbinDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 1.184211; + actions = "BinocProneActionsRunBR"; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDbr",0.025,"AmovPpneMrunSnonWbinDr",0.025,"AmovPpneMrunSnonWbinDb",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMrunSnonWbinDfr",0.025,"AmovPpneMrunSnonWbinDbl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDbl: AmovPpneMrunSnonWbinDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + actions = "BinocProneActionsRunBL"; + speed = 1.022727; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDbl",0.025,"AmovPpneMrunSnonWbinDb",0.025,"AmovPpneMrunSnonWbinDl",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMrunSnonWbinDfl",0.025,"AmovPpneMrunSnonWbinDbr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDl: AmovPpneMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + speed = 1.25; + actions = "BinocProneActionsRunL"; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDl",0.025,"AmovPpneMrunSnonWbinDbl",0.025,"AmovPpneMrunSnonWbinDfl",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMrunSnonWbinDf",0.025,"AmovPpneMrunSnonWbinDb",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDfl: AmovPpneMrunSnonWbinDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + speed = 0.818183; + actions = "BinocProneActionsRunFL"; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDfl",0.025,"AmovPpneMrunSnonWbinDf",0.025,"AmovPpneMrunSnonWbinDl",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMrunSnonWbinDfr",0.025,"AmovPpneMrunSnonWbinDbl",0.025,"AmovPpneMevaSnonWbinDf",0.025,"Unconscious",0.1}; + }; + class AmovPpneMevaSnonWbinDf: AmovPpneMrunSnonWbinDf + { + aimPrecision = 9.0; + stamina = -1; + speed = 0.732886; + duty = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\spr\low\pst\AmovPpneMsprSlowWpstDf"; + actions = "BinocProneActionsEvasiveF"; + soundEdge[] = {0.25,0.5,0.75,1.0}; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AmovPpneMwlkSoptWbinDf",0.025,"AmovPpneMrunSnonWbinDf",0.025,"AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon",0.025,"AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon",0.025,"AmovPpneMevaSnonWbinDf",0.025,"Unconscious",0.1}; + }; + class AmovPpneMstpSoptWbinDnon_turnL: AmovPpneMstpSoptWbinDnon + { + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne_turn.p3d"; + ConnectTo[] = {"AmovPpneMstpSoptWbinDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSoptWbinDnon_turnR: AmovPpneMstpSoptWbinDnon_turnL{}; + class AmovPpneMstpSoptWbinDnon_AmovPpneMevaSoptWbinDl: AmovPpneMstpSnonWnonDnon_AmovPpneMevaSnonWnonDl + { + InterpolateTo[] = {}; + actions = "BinocProneActions"; + ConnectTo[] = {"AmovPpneMstpSoptWbinDnon",0.02}; + file = "a3\anims_f\data\anim\sdr\mov\pne\stp\opt\bin\amovppnemstpsoptwbindnon_amovppnemevasoptwbindl"; + showItemInHand = 1; + }; + class AmovPpneMstpSoptWbinDnon_AmovPpneMevaSoptWbinDr: AmovPpneMstpSnonWnonDnon_AmovPpneMevaSnonWnonDr + { + InterpolateTo[] = {}; + actions = "BinocProneActions"; + ConnectTo[] = {"AmovPpneMstpSoptWbinDnon",0.02}; + file = "a3\anims_f\data\anim\sdr\mov\pne\stp\opt\bin\amovppnemstpsoptwbindnon_amovppnemevasoptwbindr"; + showItemInHand = 1; + }; + class AwopPercMstpSoptWbinDnon_rfl: AmovPercMstpSlowWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + actions = "BinocStandRflActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon"; + disableWeaponsLong = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.2; + enableOptics = 4096; + interpolationSpeed = 4; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.02,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon",0.02,"AwopPercMstpSoptWbinDnon_rfl_turnL",0.02,"AwopPercMstpSoptWbinDnon_rfl_turnR",0.02,"AwopPercMstpSoptWbinDnon_rfl",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl_turnL",0.02,"AwopPercMstpSoptWbinDnon_rfl_turnR",0.02,"Unconscious",0.01,"AmovPercMwlkSoptWbinDf_rfl",0.02,"AmovPercMwlkSoptWbinDfr_rfl",0.02,"AmovPercMwlkSoptWbinDr_rfl",0.02,"AmovPercMwlkSoptWbinDbr_rfl",0.02,"AmovPercMwlkSoptWbinDb_rfl",0.02,"AmovPercMwlkSoptWbinDbl_rfl",0.02,"AmovPercMwlkSoptWbinDl_rfl",0.02,"AmovPercMwlkSoptWbinDfl_rfl",0.02,"AmovPercMrunSnonWbinDf_rfl",0.02,"AmovPercMrunSnonWbinDfr_rfl",0.02,"AmovPercMrunSnonWbinDr_rfl",0.02,"AmovPercMrunSnonWbinDbr_rfl",0.02,"AmovPercMrunSnonWbinDb_rfl",0.02,"AmovPercMrunSnonWbinDbl_rfl",0.02,"AmovPercMrunSnonWbinDl_rfl",0.02,"AmovPercMrunSnonWbinDfl_rfl",0.02,"AmovPercMevaSnonWbinDf_rfl",0.02,"AmovPercMevaSnonWbinDfr_rfl",0.02,"AmovPercMevaSnonWbinDfl_rfl",0.02}; + }; + class AmovPercMwlkSoptWbinDf_rfl: AwopPercMstpSoptWbinDnon_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.47619; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocStandRflActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDfr_rfl",0.025,"AmovPercMwlkSoptWbinDfl_rfl",0.025,"AmovPercMrunSnonWbinDf_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMwlkSoptWbinDf_rfl",0.025,"AmovPknlMrunSnonWbinDf_rfl",0.025,"AmovPercMwlkSoptWbinDl_rfl",0.025,"AmovPercMwlkSoptWbinDr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDfr_rfl: AmovPercMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDfr"; + actions = "BinocStandRflActionsWlkFR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDf_rfl",0.025,"AmovPercMwlkSoptWbinDr_rfl",0.025,"AmovPercMrunSnonWbinDfr_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMwlkSoptWbinDfr_rfl",0.025,"AmovPknlMrunSnonWbinDfr_rfl",0.025,"AmovPercMwlkSoptWbinDbr_rfl",0.025,"AmovPercMwlkSoptWbinDfl_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDr_rfl: AmovPercMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDr"; + speed = 0.909091; + actions = "BinocStandRflActionsWlkR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDfr_rfl",0.025,"AmovPercMwlkSoptWbinDbr_rfl",0.025,"AmovPercMrunSnonWbinDr_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMwlkSoptWbinDr_rfl",0.025,"AmovPknlMrunSnonWbinDf_rfl",0.025,"AmovPercMwlkSoptWbinDf_rfl",0.025,"AmovPercMwlkSoptWbinDb_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDbr_rfl: AmovPercMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDbr"; + speed = 1; + actions = "BinocStandRflActionsWlkBR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDr_rfl",0.025,"AmovPercMwlkSoptWbinDb_rfl",0.025,"AmovPercMrunSnonWbinDbr_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMwlkSoptWbinDbr_rfl",0.025,"AmovPknlMrunSnonWbinDbr_rfl",0.025,"AmovPercMwlkSoptWbinDfr_rfl",0.025,"AmovPercMwlkSoptWbinDbl_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDb_rfl: AmovPercMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDb"; + speed = 1; + actions = "BinocStandRflActionsWlkB"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDbr_rfl",0.025,"AmovPercMwlkSoptWbinDbl_rfl",0.025,"AmovPercMrunSnonWbinDb_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMwlkSoptWbinDb_rfl",0.025,"AmovPknlMrunSnonWbinDb_rfl",0.025,"AmovPercMwlkSoptWbinDl_rfl",0.025,"AmovPercMwlkSoptWbinDr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDbl_rfl: AmovPercMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDbl"; + speed = 1; + actions = "BinocStandRflActionsWlkBL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDb_rfl",0.025,"AmovPercMwlkSoptWbinDl_rfl",0.025,"AmovPercMrunSnonWbinDbl_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMwlkSoptWbinDbl_rfl",0.025,"AmovPknlMrunSnonWbinDbl_rfl",0.025,"AmovPercMwlkSoptWbinDfl_rfl",0.025,"AmovPercMwlkSoptWbinDbr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDl_rfl: AmovPercMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDl"; + speed = 0.882353; + actions = "BinocStandRflActionsWlkL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDbl_rfl",0.025,"AmovPercMwlkSoptWbinDfl_rfl",0.025,"AmovPercMrunSnonWbinDl_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMwlkSoptWbinDl_rfl",0.025,"AmovPknlMrunSnonWbinDl_rfl",0.025,"AmovPercMwlkSoptWbinDf_rfl",0.025,"AmovPercMwlkSoptWbinDb_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDfl_rfl: AmovPercMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDfl"; + actions = "BinocStandRflActionsWlkFL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDf_rfl",0.025,"AmovPercMwlkSoptWbinDl_rfl",0.025,"AmovPercMrunSnonWbinDfl_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMwlkSoptWbinDfl_rfl",0.025,"AmovPknlMrunSnonWbinDfl_rfl",0.025,"AmovPercMwlkSoptWbinDfr_rfl",0.025,"AmovPercMwlkSoptWbinDbl_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDf_rfl: AmovPercMwlkSoptWbinDf_rfl + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 1.2485; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDf"; + actions = "BinocStandRflActionsRunF"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDf_rfl",0.025,"AmovPercMrunSnonWbinDfr_rfl",0.025,"AmovPercMrunSnonWbinDfl_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMrunSnonWbinDf_rfl",0.025,"AmovPknlMwlkSoptWbinDf_rfl",0.025,"AmovPercMrunSnonWbinDl_rfl",0.025,"AmovPercMrunSnonWbinDr_rfl",0.025,"AmovPercMevaSnonWbinDf_rfl",0.025,"AmovPercMevaSnonWbinDfl_rfl",0.025,"AmovPercMevaSnonWbinDfr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDfr_rfl: AmovPercMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfr"; + actions = "BinocStandRflActionsRunFR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDfr_rfl",0.025,"AmovPercMrunSnonWbinDf_rfl",0.025,"AmovPercMrunSnonWbinDr_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMrunSnonWbinDfr_rfl",0.025,"AmovPknlMwlkSoptWbinDfr_rfl",0.025,"AmovPercMrunSnonWbinDfl_rfl",0.025,"AmovPercMrunSnonWbinDbr_rfl",0.025,"AmovPercMevaSnonWbinDf_rfl",0.025,"AmovPercMevaSnonWbinDfl_rfl",0.025,"AmovPercMevaSnonWbinDfr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDr_rfl: AmovPercMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDr"; + speed = 0.772059; + actions = "BinocStandRflActionsRunR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDr_rfl",0.025,"AmovPercMrunSnonWbinDfr_rfl",0.025,"AmovPercMrunSnonWbinDbr_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMrunSnonWbinDr_rfl",0.025,"AmovPknlMwlkSoptWbinDr_rfl",0.025,"AmovPercMrunSnonWbinDf_rfl",0.025,"AmovPercMrunSnonWbinDb_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDb_rfl: AmovPercMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDb"; + speed = 0.75; + actions = "BinocStandRflActionsRunB"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDb_rfl",0.025,"AmovPercMrunSnonWbinDbr_rfl",0.025,"AmovPercMrunSnonWbinDbl_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMrunSnonWbinDb_rfl",0.025,"AmovPknlMwlkSoptWbinDb_rfl",0.025,"AmovPercMrunSnonWbinDl_rfl",0.025,"AmovPercMrunSnonWbinDr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDbr_rfl: AmovPercMrunSnonWbinDb_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDbr"; + actions = "BinocStandRflActionsRunBR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDbr_rfl",0.025,"AmovPercMrunSnonWbinDr_rfl",0.025,"AmovPercMrunSnonWbinDb_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMrunSnonWbinDbr_rfl",0.025,"AmovPknlMwlkSoptWbinDbr_rfl",0.025,"AmovPercMrunSnonWbinDfr_rfl",0.025,"AmovPercMrunSnonWbinDbl_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDbl_rfl: AmovPercMrunSnonWbinDb_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDbl"; + actions = "BinocStandRflActionsRunBL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDbl_rfl",0.025,"AmovPercMrunSnonWbinDb_rfl",0.025,"AmovPercMrunSnonWbinDl_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMrunSnonWbinDbl_rfl",0.025,"AmovPknlMwlkSoptWbinDbl_rfl",0.025,"AmovPercMrunSnonWbinDfl_rfl",0.025,"AmovPercMrunSnonWbinDbr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDl_rfl: AmovPercMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDl"; + speed = 0.70946; + actions = "BinocStandRflActionsRunL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDl_rfl",0.025,"AmovPercMrunSnonWbinDbl_rfl",0.025,"AmovPercMrunSnonWbinDfl_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMrunSnonWbinDl_rfl",0.025,"AmovPknlMwlkSoptWbinDl_rfl",0.025,"AmovPercMrunSnonWbinDf_rfl",0.025,"AmovPercMrunSnonWbinDb_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDfl_rfl: AmovPercMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfl"; + actions = "BinocStandRflActionsRunFL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDfl_rfl",0.025,"AmovPercMrunSnonWbinDf_rfl",0.025,"AmovPercMrunSnonWbinDl_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMrunSnonWbinDfl_rfl",0.025,"AmovPknlMwlkSoptWbinDfl_rfl",0.025,"AmovPercMrunSnonWbinDfr_rfl",0.025,"AmovPercMrunSnonWbinDbl_rfl",0.025,"AmovPercMevaSnonWbinDf_rfl",0.025,"AmovPercMevaSnonWbinDfl_rfl",0.025,"AmovPercMevaSnonWbinDfr_rfl",0.025,"Unconscious",0.1}; + }; + class AwopPercMstpSoptWbinDnon_rfl_turnL: AwopPercMstpSoptWbinDnon_rfl + { + speed = 0.5; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"Unconscious",0.1}; + }; + class AwopPercMstpSoptWbinDnon_rfl_turnR: AwopPercMstpSoptWbinDnon_rfl_turnL{}; + class AmovPercMevaSnonWbinDf_rfl: AmovPercMrunSnonWbinDf_rfl + { + speed = 1.54286; + duty = 1; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDf"; + actions = "BinocStandRflActionsEvasiveF"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDf_rfl",0.025,"AmovPercMrunSnonWbinDf_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMevaSnonWbinDf_rfl",0.025,"AmovPercMevaSnonWbinDfl_rfl",0.025,"AmovPercMevaSnonWbinDfr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSnonWbinDfl_rfl: AmovPercMevaSnonWbinDf_rfl + { + speed = 1.54286; + actions = "BinocStandRflActionsEvasiveFL"; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfl"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDfl_rfl",0.025,"AmovPercMrunSnonWbinDfl_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMevaSnonWbinDf_rfl",0.025,"AmovPercMevaSnonWbinDfl_rfl",0.025,"AmovPercMevaSnonWbinDfr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSnonWbinDfr_rfl: AmovPercMevaSnonWbinDf_rfl + { + speed = 1.54286; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfr"; + actions = "BinocStandRflActionsEvasiveFR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_rfl",0.02,"AmovPercMwlkSoptWbinDfr_rfl",0.025,"AmovPercMrunSnonWbinDfr_rfl",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMevaSnonWbinDf_rfl",0.025,"AmovPercMevaSnonWbinDfl_rfl",0.025,"AmovPercMevaSnonWbinDfr_rfl",0.025,"Unconscious",0.1}; + }; + class AwopPknlMstpSoptWbinDnon_rfl: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + actions = "BinocKneelRflActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon"; + showWeaponAim = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.15; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + enableOptics = 4096; + canPullTrigger = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.02,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon",0.02,"AwopPknlMstpSoptWbinDnon_rfl_turnL",0.02,"AwopPknlMstpSoptWbinDnon_rfl_turnR",0.02,"AwopPknlMstpSoptWbinDnon_rfl",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl_turnL",0.02,"AwopPknlMstpSoptWbinDnon_rfl_turnR",0.02,"Unconscious",0.01,"AmovPknlMwlkSoptWbinDf_rfl",0.02,"AmovPknlMwlkSoptWbinDfr_rfl",0.02,"AmovPknlMwlkSoptWbinDr_rfl",0.02,"AmovPknlMwlkSoptWbinDbr_rfl",0.02,"AmovPknlMwlkSoptWbinDb_rfl",0.02,"AmovPknlMwlkSoptWbinDbl_rfl",0.02,"AmovPknlMwlkSoptWbinDl_rfl",0.02,"AmovPknlMwlkSoptWbinDfl_rfl",0.02,"AmovPknlMrunSnonWbinDf_rfl",0.02,"AmovPknlMrunSnonWbinDfr_rfl",0.02,"AmovPknlMrunSnonWbinDr_rfl",0.02,"AmovPknlMrunSnonWbinDbr_rfl",0.02,"AmovPknlMrunSnonWbinDb_rfl",0.02,"AmovPknlMrunSnonWbinDbl_rfl",0.02,"AmovPknlMrunSnonWbinDl_rfl",0.02,"AmovPknlMrunSnonWbinDfl_rfl",0.02,"AmovPknlMevaSnonWbinDf_rfl",0.02,"AmovPknlMevaSnonWbinDfr_rfl",0.02,"AmovPknlMevaSnonWbinDfl_rfl",0.02}; + }; + class AmovPknlMwlkSoptWbinDf_rfl: AwopPknlMstpSoptWbinDnon_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.505619; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocKneelRflActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDfr_rfl",0.025,"AmovPknlMwlkSoptWbinDfl_rfl",0.025,"AmovPknlMrunSnonWbinDf_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMwlkSoptWbinDf_rfl",0.025,"AmovPercMrunSnonWbinDf_rfl",0.025,"AmovPknlMwlkSoptWbinDl_rfl",0.025,"AmovPknlMwlkSoptWbinDr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDfr_rfl: AmovPknlMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDfr"; + actions = "BinocKneelRflActionsWlkFR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDf_rfl",0.025,"AmovPknlMwlkSoptWbinDr_rfl",0.025,"AmovPknlMrunSnonWbinDfr_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMwlkSoptWbinDfr_rfl",0.025,"AmovPercMrunSnonWbinDfr_rfl",0.025,"AmovPknlMwlkSoptWbinDbr_rfl",0.025,"AmovPknlMwlkSoptWbinDfl_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDr_rfl: AmovPknlMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDr"; + speed = 0.45; + actions = "BinocKneelRflActionsWlkR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDfr_rfl",0.025,"AmovPknlMwlkSoptWbinDbr_rfl",0.025,"AmovPknlMrunSnonWbinDr_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMwlkSoptWbinDr_rfl",0.025,"AmovPercMrunSnonWbinDf_rfl",0.025,"AmovPknlMwlkSoptWbinDf_rfl",0.025,"AmovPknlMwlkSoptWbinDb_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDbr_rfl: AmovPknlMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDbr"; + speed = 0.445545; + actions = "BinocKneelRflActionsWlkBR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDr_rfl",0.025,"AmovPknlMwlkSoptWbinDb_rfl",0.025,"AmovPknlMrunSnonWbinDbr_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMwlkSoptWbinDbr_rfl",0.025,"AmovPercMrunSnonWbinDbr_rfl",0.025,"AmovPknlMwlkSoptWbinDfr_rfl",0.025,"AmovPknlMwlkSoptWbinDbl_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDb_rfl: AmovPknlMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDb"; + speed = 0.445545; + actions = "BinocKneelRflActionsWlkB"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDbr_rfl",0.025,"AmovPknlMwlkSoptWbinDbl_rfl",0.025,"AmovPknlMrunSnonWbinDb_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMwlkSoptWbinDb_rfl",0.025,"AmovPercMrunSnonWbinDb_rfl",0.025,"AmovPknlMwlkSoptWbinDl_rfl",0.025,"AmovPknlMwlkSoptWbinDr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDbl_rfl: AmovPknlMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDbl"; + speed = 0.445545; + actions = "BinocKneelRflActionsWlkBL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDb_rfl",0.025,"AmovPknlMwlkSoptWbinDl_rfl",0.025,"AmovPknlMrunSnonWbinDbl_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMwlkSoptWbinDbl_rfl",0.025,"AmovPercMrunSnonWbinDbl_rfl",0.025,"AmovPknlMwlkSoptWbinDfl_rfl",0.025,"AmovPknlMwlkSoptWbinDbr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDl_rfl: AmovPknlMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDl"; + actions = "BinocKneelRflActionsWlkL"; + speed = 0.445545; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDbl_rfl",0.025,"AmovPknlMwlkSoptWbinDfl_rfl",0.025,"AmovPknlMrunSnonWbinDl_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMwlkSoptWbinDl_rfl",0.025,"AmovPercMrunSnonWbinDl_rfl",0.025,"AmovPknlMwlkSoptWbinDf_rfl",0.025,"AmovPknlMwlkSoptWbinDb_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDfl_rfl: AmovPknlMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDfl"; + actions = "BinocKneelRflActionsWlkFL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDf_rfl",0.025,"AmovPknlMwlkSoptWbinDl_rfl",0.025,"AmovPknlMrunSnonWbinDfl_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMwlkSoptWbinDfl_rfl",0.025,"AmovPercMrunSnonWbinDfl_rfl",0.025,"AmovPknlMwlkSoptWbinDfr_rfl",0.025,"AmovPknlMwlkSoptWbinDbl_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDf_rfl: AmovPknlMwlkSoptWbinDf_rfl + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 0.666667; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDf"; + actions = "BinocKneelRflActionsRunF"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDf_rfl",0.025,"AmovPknlMrunSnonWbinDfr_rfl",0.025,"AmovPknlMrunSnonWbinDfl_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMrunSnonWbinDf_rfl",0.025,"AmovPercMwlkSoptWbinDf_rfl",0.025,"AmovPknlMrunSnonWbinDl_rfl",0.025,"AmovPknlMrunSnonWbinDr_rfl",0.025,"AmovPknlMevaSnonWbinDf_rfl",0.025,"AmovPknlMevaSnonWbinDfl_rfl",0.025,"AmovPknlMevaSnonWbinDfr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDfr_rfl: AmovPknlMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDfr"; + actions = "BinocKneelRflActionsRunFR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDfr_rfl",0.025,"AmovPknlMrunSnonWbinDf_rfl",0.025,"AmovPknlMrunSnonWbinDr_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMrunSnonWbinDfr_rfl",0.025,"AmovPercMwlkSoptWbinDfr_rfl",0.025,"AmovPknlMrunSnonWbinDfl_rfl",0.025,"AmovPknlMrunSnonWbinDbr_rfl",0.025,"AmovPknlMevaSnonWbinDf_rfl",0.025,"AmovPknlMevaSnonWbinDfl_rfl",0.025,"AmovPknlMevaSnonWbinDfr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDr_rfl: AmovPknlMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDr"; + speed = 0.772059; + actions = "BinocKneelRflActionsRunR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDr_rfl",0.025,"AmovPknlMrunSnonWbinDfr_rfl",0.025,"AmovPknlMrunSnonWbinDbr_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMrunSnonWbinDr_rfl",0.025,"AmovPercMwlkSoptWbinDr_rfl",0.025,"AmovPknlMrunSnonWbinDf_rfl",0.025,"AmovPknlMrunSnonWbinDb_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDb_rfl: AmovPknlMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDb"; + speed = 0.75; + actions = "BinocKneelRflActionsRunB"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDb_rfl",0.025,"AmovPknlMrunSnonWbinDbr_rfl",0.025,"AmovPknlMrunSnonWbinDbl_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMrunSnonWbinDb_rfl",0.025,"AmovPercMwlkSoptWbinDb_rfl",0.025,"AmovPknlMrunSnonWbinDl_rfl",0.025,"AmovPknlMrunSnonWbinDr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDbr_rfl: AmovPknlMrunSnonWbinDb_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDbr"; + actions = "BinocKneelRflActionsRunBR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDbr_rfl",0.025,"AmovPknlMrunSnonWbinDr_rfl",0.025,"AmovPknlMrunSnonWbinDb_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMrunSnonWbinDbr_rfl",0.025,"AmovPercMwlkSoptWbinDbr_rfl",0.025,"AmovPknlMrunSnonWbinDfr_rfl",0.025,"AmovPknlMrunSnonWbinDbl_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDbl_rfl: AmovPknlMrunSnonWbinDb_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDbl"; + actions = "BinocKneelRflActionsRunBL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDbl_rfl",0.025,"AmovPknlMrunSnonWbinDb_rfl",0.025,"AmovPknlMrunSnonWbinDl_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMrunSnonWbinDbl_rfl",0.025,"AmovPercMwlkSoptWbinDbl_rfl",0.025,"AmovPknlMrunSnonWbinDfl_rfl",0.025,"AmovPknlMrunSnonWbinDbr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDl_rfl: AmovPknlMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDl"; + speed = 0.70946; + actions = "BinocKneelRflActionsRunL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDl_rfl",0.025,"AmovPknlMrunSnonWbinDbl_rfl",0.025,"AmovPknlMrunSnonWbinDfl_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMrunSnonWbinDl_rfl",0.025,"AmovPercMwlkSoptWbinDl_rfl",0.025,"AmovPknlMrunSnonWbinDf_rfl",0.025,"AmovPknlMrunSnonWbinDb_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDfl_rfl: AmovPknlMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDfl"; + actions = "BinocKneelRflActionsRunFL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDfl_rfl",0.025,"AmovPknlMrunSnonWbinDf_rfl",0.025,"AmovPknlMrunSnonWbinDl_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPercMrunSnonWbinDfl_rfl",0.025,"AmovPercMwlkSoptWbinDfl_rfl",0.025,"AmovPknlMrunSnonWbinDfr_rfl",0.025,"AmovPknlMrunSnonWbinDbl_rfl",0.025,"AmovPknlMevaSnonWbinDf_rfl",0.025,"AmovPknlMevaSnonWbinDfl_rfl",0.025,"AmovPknlMevaSnonWbinDfr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDf_rfl: AmovPknlMrunSnonWbinDf_rfl + { + speed = 1.54286; + duty = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDf"; + actions = "BinocKneelRflActionsEvasiveF"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDf_rfl",0.025,"AmovPknlMrunSnonWbinDf_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMevaSnonWbinDf_rfl",0.025,"AmovPknlMevaSnonWbinDfl_rfl",0.025,"AmovPknlMevaSnonWbinDfr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDfl_rfl: AmovPknlMevaSnonWbinDf_rfl + { + speed = 1.54286; + actions = "BinocKneelRflActionsEvasiveFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDfl"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDfl_rfl",0.025,"AmovPknlMrunSnonWbinDfl_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMevaSnonWbinDf_rfl",0.025,"AmovPknlMevaSnonWbinDfl_rfl",0.025,"AmovPknlMevaSnonWbinDfr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDfr_rfl: AmovPknlMevaSnonWbinDf_rfl + { + speed = 1.54286; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDfr"; + actions = "BinocKneelRflActionsEvasiveFR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"AmovPknlMwlkSoptWbinDfr_rfl",0.025,"AmovPknlMrunSnonWbinDfr_rfl",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle",0.025,"AmovPknlMevaSnonWbinDf_rfl",0.025,"AmovPknlMevaSnonWbinDfl_rfl",0.025,"AmovPknlMevaSnonWbinDfr_rfl",0.025,"Unconscious",0.1}; + }; + class AwopPknlMstpSoptWbinDnon_rfl_turnL: AwopPknlMstpSoptWbinDnon_rfl + { + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_rfl",0.02,"Unconscious",0.1}; + }; + class AwopPknlMstpSoptWbinDnon_rfl_turnR: AwopPknlMstpSoptWbinDnon_rfl_turnL{}; + class AwopPpneMstpSoptWbinDnon_rfl: AmovPpneMstpSrasWrflDnon + { + variantsPlayer[] = {}; + actions = "BinocProneRflActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon"; + showWeaponAim = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.05; + enableOptics = 4096; + canPullTrigger = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.02,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon",0.02,"AwopPpneMstpSoptWbinDnon_rfl_turnL",0.02,"AwopPpneMstpSoptWbinDnon_rfl_turnR",0.02,"AwopPpneMstpSoptWbinDnon_rfl",0.02}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl_turnL",0.02,"AwopPpneMstpSoptWbinDnon_rfl_turnR",0.02,"Unconscious",0.01,"AmovPpneMwlkSoptWbinDf_rfl",0.02,"AmovPpneMwlkSoptWbinDfr_rfl",0.02,"AmovPpneMwlkSoptWbinDr_rfl",0.02,"AmovPpneMwlkSoptWbinDbr_rfl",0.02,"AmovPpneMwlkSoptWbinDb_rfl",0.02,"AmovPpneMwlkSoptWbinDbl_rfl",0.02,"AmovPpneMwlkSoptWbinDl_rfl",0.02,"AmovPpneMwlkSoptWbinDfl_rfl",0.02}; + }; + class AmovPpneMwlkSoptWbinDf_rfl: AwopPpneMstpSoptWbinDnon_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.47619; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocProneRflActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDfr_rfl",0.025,"AmovPpneMwlkSoptWbinDfl_rfl",0.025,"AmovPpneMrunSnonWbinDf_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMwlkSoptWbinDl_rfl",0.025,"AmovPpneMwlkSoptWbinDr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDfr_rfl: AmovPpneMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + actions = "BinocProneRflActionsWlkFR"; + speed = 0.625; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDf_rfl",0.025,"AmovPpneMwlkSoptWbinDr_rfl",0.025,"AmovPpneMrunSnonWbinDfr_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMwlkSoptWbinDbr_rfl",0.025,"AmovPpneMwlkSoptWbinDfl_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDr_rfl: AmovPpneMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 0.666667; + actions = "BinocProneRflActionsWlkR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDfr_rfl",0.025,"AmovPpneMwlkSoptWbinDbr_rfl",0.025,"AmovPpneMrunSnonWbinDr_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMwlkSoptWbinDf_rfl",0.025,"AmovPpneMwlkSoptWbinDb_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDbr_rfl: AmovPpneMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 0.789474; + actions = "BinocProneRflActionsWlkBR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDr_rfl",0.025,"AmovPpneMwlkSoptWbinDb_rfl",0.025,"AmovPpneMrunSnonWbinDbr_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMwlkSoptWbinDfr_rfl",0.025,"AmovPpneMwlkSoptWbinDbl_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDb_rfl: AmovPpneMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.434783; + actions = "BinocProneRflActionsWlkB"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDbr_rfl",0.025,"AmovPpneMwlkSoptWbinDbl_rfl",0.025,"AmovPpneMrunSnonWbinDb_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMwlkSoptWbinDl_rfl",0.025,"AmovPpneMwlkSoptWbinDr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDbl_rfl: AmovPpneMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + speed = 0.681818; + actions = "BinocProneRflActionsWlkBL"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDb_rfl",0.025,"AmovPpneMwlkSoptWbinDl_rfl",0.025,"AmovPpneMrunSnonWbinDbl_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMwlkSoptWbinDfl_rfl",0.025,"AmovPpneMwlkSoptWbinDbr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDl_rfl: AmovPpneMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + actions = "BinocProneRflActionsWlkL"; + speed = 0.833333; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDbl_rfl",0.025,"AmovPpneMwlkSoptWbinDfl_rfl",0.025,"AmovPpneMrunSnonWbinDl_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMwlkSoptWbinDf_rfl",0.025,"AmovPpneMwlkSoptWbinDb_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDfl_rfl: AmovPpneMwlkSoptWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + actions = "BinocProneRflActionsWlkFL"; + speed = 0.545455; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDf_rfl",0.025,"AmovPpneMwlkSoptWbinDl_rfl",0.025,"AmovPpneMrunSnonWbinDfl_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMwlkSoptWbinDfr_rfl",0.025,"AmovPpneMwlkSoptWbinDbl_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDf_rfl: AmovPpneMwlkSoptWbinDf_rfl + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 0.517241; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + actions = "BinocProneRflActionsRunF"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDf_rfl",0.025,"AmovPpneMrunSnonWbinDfr_rfl",0.025,"AmovPpneMrunSnonWbinDfl_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMrunSnonWbinDl_rfl",0.025,"AmovPpneMrunSnonWbinDr_rfl",0.025,"AmovPpneMevaSnonWbinDf_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDfr_rfl: AmovPpneMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + actions = "BinocProneRflActionsRunFR"; + speed = 0.625; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDfr_rfl",0.025,"AmovPpneMrunSnonWbinDf_rfl",0.025,"AmovPpneMrunSnonWbinDr_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMrunSnonWbinDfl_rfl",0.025,"AmovPpneMrunSnonWbinDbr_rfl",0.025,"AmovPpneMevaSnonWbinDf_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDr_rfl: AmovPpneMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 0.666667; + actions = "BinocProneRflActionsRunR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDr_rfl",0.025,"AmovPpneMrunSnonWbinDfr_rfl",0.025,"AmovPpneMrunSnonWbinDbr_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMrunSnonWbinDf_rfl",0.025,"AmovPpneMrunSnonWbinDb_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDb_rfl: AmovPpneMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.434783; + actions = "BinocProneRflActionsRunB"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDb_rfl",0.025,"AmovPpneMrunSnonWbinDbr_rfl",0.025,"AmovPpneMrunSnonWbinDbl_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMrunSnonWbinDl_rfl",0.025,"AmovPpneMrunSnonWbinDr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDbr_rfl: AmovPpneMrunSnonWbinDb_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 0.789474; + actions = "BinocProneRflActionsRunBR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDbr_rfl",0.025,"AmovPpneMrunSnonWbinDr_rfl",0.025,"AmovPpneMrunSnonWbinDb_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMrunSnonWbinDfr_rfl",0.025,"AmovPpneMrunSnonWbinDbl_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDbl_rfl: AmovPpneMrunSnonWbinDb_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + actions = "BinocProneRflActionsRunBL"; + speed = 0.681818; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDbl_rfl",0.025,"AmovPpneMrunSnonWbinDb_rfl",0.025,"AmovPpneMrunSnonWbinDl_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMrunSnonWbinDfl_rfl",0.025,"AmovPpneMrunSnonWbinDbr_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDl_rfl: AmovPpneMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + speed = 0.833333; + actions = "BinocProneRflActionsRunL"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDl_rfl",0.025,"AmovPpneMrunSnonWbinDbl_rfl",0.025,"AmovPpneMrunSnonWbinDfl_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AmovPpneMrunSnonWbinDf_rfl",0.025,"AmovPpneMrunSnonWbinDb_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDfl_rfl: AmovPpneMrunSnonWbinDf_rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + speed = 0.545455; + actions = "BinocProneRflActionsRunFL"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDfl_rfl",0.025,"AmovPpneMrunSnonWbinDf_rfl",0.025,"AmovPpneMrunSnonWbinDl_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMrunSnonWbinDfr_rfl",0.025,"AmovPpneMrunSnonWbinDbl_rfl",0.025,"AmovPpneMevaSnonWbinDf_rfl",0.025,"Unconscious",0.1}; + }; + class AmovPpneMevaSnonWbinDf_rfl: AmovPpneMrunSnonWbinDf_rfl + { + speed = 0.732886; + duty = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\spr\low\pst\AmovPpneMsprSlowWpstDf"; + actions = "BinocProneRflActionsEvasiveF"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"AmovPpneMwlkSoptWbinDf_rfl",0.025,"AmovPpneMrunSnonWbinDf_rfl",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle",0.025,"AmovPpneMevaSnonWbinDf_rfl",0.025,"Unconscious",0.1}; + }; + class AwopPpneMstpSoptWbinDnon_rfl_turnL: AwopPpneMstpSoptWbinDnon_rfl + { + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_rfl",0.02,"Unconscious",0.1}; + }; + class AwopPpneMstpSoptWbinDnon_rfl_turnR: AwopPpneMstpSoptWbinDnon_rfl_turnL{}; + class AwopPercMstpSoptWbinDnon_pst: AmovPercMstpSlowWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + actions = "BinocStandPstActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon"; + disableWeaponsLong = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.2; + enableOptics = 4096; + showHandgun = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.02,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon",0.02,"AwopPercMstpSoptWbinDnon_pst_turnL",0.02,"AwopPercMstpSoptWbinDnon_pst_turnR",0.02,"AwopPercMstpSoptWbinDnon_pst",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst_turnL",0.02,"AwopPercMstpSoptWbinDnon_pst_turnR",0.02,"Unconscious",0.01,"AmovPercMwlkSoptWbinDf_pst",0.02,"AmovPercMwlkSoptWbinDfr_pst",0.02,"AmovPercMwlkSoptWbinDr_pst",0.02,"AmovPercMwlkSoptWbinDbr_pst",0.02,"AmovPercMwlkSoptWbinDb_pst",0.02,"AmovPercMwlkSoptWbinDbl_pst",0.02,"AmovPercMwlkSoptWbinDl_pst",0.02,"AmovPercMwlkSoptWbinDfl_pst",0.02,"AmovPercMrunSnonWbinDf_pst",0.02,"AmovPercMrunSnonWbinDfr_pst",0.02,"AmovPercMrunSnonWbinDr_pst",0.02,"AmovPercMrunSnonWbinDbr_pst",0.02,"AmovPercMrunSnonWbinDb_pst",0.02,"AmovPercMrunSnonWbinDbl_pst",0.02,"AmovPercMrunSnonWbinDl_pst",0.02,"AmovPercMrunSnonWbinDfl_pst",0.02,"AmovPercMevaSnonWbinDf_pst",0.02,"AmovPercMevaSnonWbinDfr_pst",0.02,"AmovPercMevaSnonWbinDfl_pst",0.02}; + }; + class AmovPercMwlkSoptWbinDf_pst: AwopPercMstpSoptWbinDnon_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.47619; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocStandPstActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDfr_pst",0.025,"AmovPercMwlkSoptWbinDfl_pst",0.025,"AmovPercMrunSnonWbinDf_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMwlkSoptWbinDf_pst",0.025,"AmovPknlMrunSnonWbinDf_pst",0.025,"AmovPercMwlkSoptWbinDl_pst",0.025,"AmovPercMwlkSoptWbinDr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDfr_pst: AmovPercMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDfr"; + actions = "BinocStandPstActionsWlkFR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDf_pst",0.025,"AmovPercMwlkSoptWbinDr_pst",0.025,"AmovPercMrunSnonWbinDfr_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMwlkSoptWbinDfr_pst",0.025,"AmovPknlMrunSnonWbinDfr_pst",0.025,"AmovPercMwlkSoptWbinDbr_pst",0.025,"AmovPercMwlkSoptWbinDfl_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDr_pst: AmovPercMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDr"; + speed = 0.909091; + actions = "BinocStandPstActionsWlkR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDfr_pst",0.025,"AmovPercMwlkSoptWbinDbr_pst",0.025,"AmovPercMrunSnonWbinDr_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMwlkSoptWbinDr_pst",0.025,"AmovPknlMrunSnonWbinDf_pst",0.025,"AmovPercMwlkSoptWbinDf_pst",0.025,"AmovPercMwlkSoptWbinDb_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDbr_pst: AmovPercMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDbr"; + speed = 1; + actions = "BinocStandPstActionsWlkBR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDr_pst",0.025,"AmovPercMwlkSoptWbinDb_pst",0.025,"AmovPercMrunSnonWbinDbr_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMwlkSoptWbinDbr_pst",0.025,"AmovPknlMrunSnonWbinDbr_pst",0.025,"AmovPercMwlkSoptWbinDfr_pst",0.025,"AmovPercMwlkSoptWbinDbl_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDb_pst: AmovPercMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDb"; + speed = 1; + actions = "BinocStandPstActionsWlkB"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDbr_pst",0.025,"AmovPercMwlkSoptWbinDbl_pst",0.025,"AmovPercMrunSnonWbinDb_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMwlkSoptWbinDb_pst",0.025,"AmovPknlMrunSnonWbinDb_pst",0.025,"AmovPercMwlkSoptWbinDl_pst",0.025,"AmovPercMwlkSoptWbinDr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDbl_pst: AmovPercMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDbl"; + speed = 1; + actions = "BinocStandPstActionsWlkBL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDb_pst",0.025,"AmovPercMwlkSoptWbinDl_pst",0.025,"AmovPercMrunSnonWbinDbl_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMwlkSoptWbinDbl_pst",0.025,"AmovPknlMrunSnonWbinDbl_pst",0.025,"AmovPercMwlkSoptWbinDfl_pst",0.025,"AmovPercMwlkSoptWbinDbr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDl_pst: AmovPercMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDl"; + speed = 0.882353; + actions = "BinocStandPstActionsWlkL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDbl_pst",0.025,"AmovPercMwlkSoptWbinDfl_pst",0.025,"AmovPercMrunSnonWbinDl_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMwlkSoptWbinDl_pst",0.025,"AmovPknlMrunSnonWbinDl_pst",0.025,"AmovPercMwlkSoptWbinDf_pst",0.025,"AmovPercMwlkSoptWbinDb_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDfl_pst: AmovPercMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDfl"; + actions = "BinocStandPstActionsWlkFL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDf_pst",0.025,"AmovPercMwlkSoptWbinDl_pst",0.025,"AmovPercMrunSnonWbinDfl_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMwlkSoptWbinDfl_pst",0.025,"AmovPknlMrunSnonWbinDfl_pst",0.025,"AmovPercMwlkSoptWbinDfr_pst",0.025,"AmovPercMwlkSoptWbinDbl_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDf_pst: AmovPercMwlkSoptWbinDf_pst + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 1.2485; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDf"; + actions = "BinocStandPstActionsRunF"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDf_pst",0.025,"AmovPercMrunSnonWbinDfr_pst",0.025,"AmovPercMrunSnonWbinDfl_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMrunSnonWbinDf_pst",0.025,"AmovPknlMwlkSoptWbinDf_pst",0.025,"AmovPercMrunSnonWbinDl_pst",0.025,"AmovPercMrunSnonWbinDr_pst",0.025,"AmovPercMevaSnonWbinDf_pst",0.025,"AmovPercMevaSnonWbinDfl_pst",0.025,"AmovPercMevaSnonWbinDfr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDfr_pst: AmovPercMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfr"; + actions = "BinocStandPstActionsRunFR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDfr_pst",0.025,"AmovPercMrunSnonWbinDf_pst",0.025,"AmovPercMrunSnonWbinDr_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMrunSnonWbinDfr_pst",0.025,"AmovPknlMwlkSoptWbinDfr_pst",0.025,"AmovPercMrunSnonWbinDfl_pst",0.025,"AmovPercMrunSnonWbinDbr_pst",0.025,"AmovPercMevaSnonWbinDf_pst",0.025,"AmovPercMevaSnonWbinDfl_pst",0.025,"AmovPercMevaSnonWbinDfr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDr_pst: AmovPercMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDr"; + speed = 0.772059; + actions = "BinocStandPstActionsRunR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDr_pst",0.025,"AmovPercMrunSnonWbinDfr_pst",0.025,"AmovPercMrunSnonWbinDbr_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMrunSnonWbinDr_pst",0.025,"AmovPknlMwlkSoptWbinDr_pst",0.025,"AmovPercMrunSnonWbinDf_pst",0.025,"AmovPercMrunSnonWbinDb_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDb_pst: AmovPercMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDb"; + speed = 0.75; + actions = "BinocStandPstActionsRunB"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDb_pst",0.025,"AmovPercMrunSnonWbinDbr_pst",0.025,"AmovPercMrunSnonWbinDbl_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMrunSnonWbinDb_pst",0.025,"AmovPknlMwlkSoptWbinDb_pst",0.025,"AmovPercMrunSnonWbinDl_pst",0.025,"AmovPercMrunSnonWbinDr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDbr_pst: AmovPercMrunSnonWbinDb_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDbr"; + actions = "BinocStandPstActionsRunBR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDbr_pst",0.025,"AmovPercMrunSnonWbinDr_pst",0.025,"AmovPercMrunSnonWbinDb_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMrunSnonWbinDbr_pst",0.025,"AmovPknlMwlkSoptWbinDbr_pst",0.025,"AmovPercMrunSnonWbinDfr_pst",0.025,"AmovPercMrunSnonWbinDbl_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDbl_pst: AmovPercMrunSnonWbinDb_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDbl"; + actions = "BinocStandPstActionsRunBL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDbl_pst",0.025,"AmovPercMrunSnonWbinDb_pst",0.025,"AmovPercMrunSnonWbinDl_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMrunSnonWbinDbl_pst",0.025,"AmovPknlMwlkSoptWbinDbl_pst",0.025,"AmovPercMrunSnonWbinDfl_pst",0.025,"AmovPercMrunSnonWbinDbr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDl_pst: AmovPercMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDl"; + speed = 0.70946; + actions = "BinocStandPstActionsRunL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDl_pst",0.025,"AmovPercMrunSnonWbinDbl_pst",0.025,"AmovPercMrunSnonWbinDfl_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMrunSnonWbinDl_pst",0.025,"AmovPknlMwlkSoptWbinDl_pst",0.025,"AmovPercMrunSnonWbinDf_pst",0.025,"AmovPercMrunSnonWbinDb_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDfl_pst: AmovPercMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfl"; + actions = "BinocStandPstActionsRunFL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDfl_pst",0.025,"AmovPercMrunSnonWbinDf_pst",0.025,"AmovPercMrunSnonWbinDl_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMrunSnonWbinDfl_pst",0.025,"AmovPknlMwlkSoptWbinDfl_pst",0.025,"AmovPercMrunSnonWbinDfr_pst",0.025,"AmovPercMrunSnonWbinDbl_pst",0.025,"AmovPercMevaSnonWbinDf_pst",0.025,"AmovPercMevaSnonWbinDfl_pst",0.025,"AmovPercMevaSnonWbinDfr_pst",0.025,"Unconscious",0.1}; + }; + class AwopPercMstpSoptWbinDnon_pst_turnL: AwopPercMstpSoptWbinDnon_pst + { + speed = 0.5; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"Unconscious",0.1}; + }; + class AwopPercMstpSoptWbinDnon_pst_turnR: AwopPercMstpSoptWbinDnon_pst_turnL{}; + class AmovPercMevaSnonWbinDf_pst: AmovPercMrunSnonWbinDf_pst + { + speed = 1.54286; + duty = 1; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDf"; + actions = "BinocStandPstActionsEvasiveF"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDf_pst",0.025,"AmovPercMrunSnonWbinDf_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMevaSnonWbinDf_pst",0.025,"AmovPercMevaSnonWbinDfl_pst",0.025,"AmovPercMevaSnonWbinDfr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSnonWbinDfl_pst: AmovPercMevaSnonWbinDf_pst + { + speed = 1.54286; + actions = "BinocStandPstActionsEvasiveFL"; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfl"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDfl_pst",0.025,"AmovPercMrunSnonWbinDfl_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMevaSnonWbinDf_pst",0.025,"AmovPercMevaSnonWbinDfl_pst",0.025,"AmovPercMevaSnonWbinDfr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSnonWbinDfr_pst: AmovPercMevaSnonWbinDf_pst + { + speed = 1.54286; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfr"; + actions = "BinocStandPstActionsEvasiveFR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_pst",0.02,"AmovPercMwlkSoptWbinDfr_pst",0.025,"AmovPercMrunSnonWbinDfr_pst",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMevaSnonWbinDf_pst",0.025,"AmovPercMevaSnonWbinDfl_pst",0.025,"AmovPercMevaSnonWbinDfr_pst",0.025,"Unconscious",0.1}; + }; + class AwopPknlMstpSoptWbinDnon_pst: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + actions = "BinocKneelPstActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon"; + showWeaponAim = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.15; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + enableOptics = 4096; + canPullTrigger = 0; + showHandgun = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.02,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon",0.02,"AwopPknlMstpSoptWbinDnon_pst_turnL",0.02,"AwopPknlMstpSoptWbinDnon_pst_turnR",0.02,"AwopPknlMstpSoptWbinDnon_pst",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst_turnL",0.02,"AwopPknlMstpSoptWbinDnon_pst_turnR",0.02,"Unconscious",0.01,"AmovPknlMwlkSoptWbinDf_pst",0.02,"AmovPknlMwlkSoptWbinDfr_pst",0.02,"AmovPknlMwlkSoptWbinDr_pst",0.02,"AmovPknlMwlkSoptWbinDbr_pst",0.02,"AmovPknlMwlkSoptWbinDb_pst",0.02,"AmovPknlMwlkSoptWbinDbl_pst",0.02,"AmovPknlMwlkSoptWbinDl_pst",0.02,"AmovPknlMwlkSoptWbinDfl_pst",0.02,"AmovPknlMrunSnonWbinDf_pst",0.02,"AmovPknlMrunSnonWbinDfr_pst",0.02,"AmovPknlMrunSnonWbinDr_pst",0.02,"AmovPknlMrunSnonWbinDbr_pst",0.02,"AmovPknlMrunSnonWbinDb_pst",0.02,"AmovPknlMrunSnonWbinDbl_pst",0.02,"AmovPknlMrunSnonWbinDl_pst",0.02,"AmovPknlMrunSnonWbinDfl_pst",0.02,"AmovPknlMevaSnonWbinDf_pst",0.02,"AmovPknlMevaSnonWbinDfr_pst",0.02,"AmovPknlMevaSnonWbinDfl_pst",0.02}; + }; + class AmovPknlMwlkSoptWbinDf_pst: AwopPknlMstpSoptWbinDnon_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.505619; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocKneelPstActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDfr_pst",0.025,"AmovPknlMwlkSoptWbinDfl_pst",0.025,"AmovPknlMrunSnonWbinDf_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMwlkSoptWbinDf_pst",0.025,"AmovPercMrunSnonWbinDf_pst",0.025,"AmovPknlMwlkSoptWbinDl_pst",0.025,"AmovPknlMwlkSoptWbinDr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDfr_pst: AmovPknlMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDfr"; + actions = "BinocKneelPstActionsWlkFR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDf_pst",0.025,"AmovPknlMwlkSoptWbinDr_pst",0.025,"AmovPknlMrunSnonWbinDfr_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMwlkSoptWbinDfr_pst",0.025,"AmovPercMrunSnonWbinDfr_pst",0.025,"AmovPknlMwlkSoptWbinDbr_pst",0.025,"AmovPknlMwlkSoptWbinDfl_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDr_pst: AmovPknlMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDr"; + speed = 0.45; + actions = "BinocKneelPstActionsWlkR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDfr_pst",0.025,"AmovPknlMwlkSoptWbinDbr_pst",0.025,"AmovPknlMrunSnonWbinDr_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMwlkSoptWbinDr_pst",0.025,"AmovPercMrunSnonWbinDf_pst",0.025,"AmovPknlMwlkSoptWbinDf_pst",0.025,"AmovPknlMwlkSoptWbinDb_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDbr_pst: AmovPknlMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDbr"; + speed = 0.445545; + actions = "BinocKneelPstActionsWlkBR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDr_pst",0.025,"AmovPknlMwlkSoptWbinDb_pst",0.025,"AmovPknlMrunSnonWbinDbr_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMwlkSoptWbinDbr_pst",0.025,"AmovPercMrunSnonWbinDbr_pst",0.025,"AmovPknlMwlkSoptWbinDfr_pst",0.025,"AmovPknlMwlkSoptWbinDbl_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDb_pst: AmovPknlMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDb"; + speed = 0.445545; + actions = "BinocKneelPstActionsWlkB"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDbr_pst",0.025,"AmovPknlMwlkSoptWbinDbl_pst",0.025,"AmovPknlMrunSnonWbinDb_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMwlkSoptWbinDb_pst",0.025,"AmovPercMrunSnonWbinDb_pst",0.025,"AmovPknlMwlkSoptWbinDl_pst",0.025,"AmovPknlMwlkSoptWbinDr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDbl_pst: AmovPknlMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDbl"; + speed = 0.445545; + actions = "BinocKneelPstActionsWlkBL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDb_pst",0.025,"AmovPknlMwlkSoptWbinDl_pst",0.025,"AmovPknlMrunSnonWbinDbl_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMwlkSoptWbinDbl_pst",0.025,"AmovPercMrunSnonWbinDbl_pst",0.025,"AmovPknlMwlkSoptWbinDfl_pst",0.025,"AmovPknlMwlkSoptWbinDbr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDl_pst: AmovPknlMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDl"; + actions = "BinocKneelPstActionsWlkL"; + speed = 0.445545; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDbl_pst",0.025,"AmovPknlMwlkSoptWbinDfl_pst",0.025,"AmovPknlMrunSnonWbinDl_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMwlkSoptWbinDl_pst",0.025,"AmovPercMrunSnonWbinDl_pst",0.025,"AmovPknlMwlkSoptWbinDf_pst",0.025,"AmovPknlMwlkSoptWbinDb_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDfl_pst: AmovPknlMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDfl"; + actions = "BinocKneelPstActionsWlkFL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDf_pst",0.025,"AmovPknlMwlkSoptWbinDl_pst",0.025,"AmovPknlMrunSnonWbinDfl_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMwlkSoptWbinDfl_pst",0.025,"AmovPercMrunSnonWbinDfl_pst",0.025,"AmovPknlMwlkSoptWbinDfr_pst",0.025,"AmovPknlMwlkSoptWbinDbl_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDf_pst: AmovPknlMwlkSoptWbinDf_pst + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 0.666667; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDf"; + actions = "BinocKneelPstActionsRunF"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDf_pst",0.025,"AmovPknlMrunSnonWbinDfr_pst",0.025,"AmovPknlMrunSnonWbinDfl_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMrunSnonWbinDf_pst",0.025,"AmovPercMwlkSoptWbinDf_pst",0.025,"AmovPknlMrunSnonWbinDl_pst",0.025,"AmovPknlMrunSnonWbinDr_pst",0.025,"AmovPknlMevaSnonWbinDf_pst",0.025,"AmovPknlMevaSnonWbinDfl_pst",0.025,"AmovPknlMevaSnonWbinDfr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDfr_pst: AmovPknlMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDfr"; + actions = "BinocKneelPstActionsRunFR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDfr_pst",0.025,"AmovPknlMrunSnonWbinDf_pst",0.025,"AmovPknlMrunSnonWbinDr_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMrunSnonWbinDfr_pst",0.025,"AmovPercMwlkSoptWbinDfr_pst",0.025,"AmovPknlMrunSnonWbinDfl_pst",0.025,"AmovPknlMrunSnonWbinDbr_pst",0.025,"AmovPknlMevaSnonWbinDf_pst",0.025,"AmovPknlMevaSnonWbinDfl_pst",0.025,"AmovPknlMevaSnonWbinDfr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDr_pst: AmovPknlMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDr"; + speed = 0.772059; + actions = "BinocKneelPstActionsRunR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDr_pst",0.025,"AmovPknlMrunSnonWbinDfr_pst",0.025,"AmovPknlMrunSnonWbinDbr_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMrunSnonWbinDr_pst",0.025,"AmovPercMwlkSoptWbinDr_pst",0.025,"AmovPknlMrunSnonWbinDf_pst",0.025,"AmovPknlMrunSnonWbinDb_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDb_pst: AmovPknlMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDb"; + speed = 0.75; + actions = "BinocKneelPstActionsRunB"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDb_pst",0.025,"AmovPknlMrunSnonWbinDbr_pst",0.025,"AmovPknlMrunSnonWbinDbl_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMrunSnonWbinDb_pst",0.025,"AmovPercMwlkSoptWbinDb_pst",0.025,"AmovPknlMrunSnonWbinDl_pst",0.025,"AmovPknlMrunSnonWbinDr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDbr_pst: AmovPknlMrunSnonWbinDb_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDbr"; + actions = "BinocKneelPstActionsRunBR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDbr_pst",0.025,"AmovPknlMrunSnonWbinDr_pst",0.025,"AmovPknlMrunSnonWbinDb_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMrunSnonWbinDbr_pst",0.025,"AmovPercMwlkSoptWbinDbr_pst",0.025,"AmovPknlMrunSnonWbinDfr_pst",0.025,"AmovPknlMrunSnonWbinDbl_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDbl_pst: AmovPknlMrunSnonWbinDb_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDbl"; + actions = "BinocKneelPstActionsRunBL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDbl_pst",0.025,"AmovPknlMrunSnonWbinDb_pst",0.025,"AmovPknlMrunSnonWbinDl_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMrunSnonWbinDbl_pst",0.025,"AmovPercMwlkSoptWbinDbl_pst",0.025,"AmovPknlMrunSnonWbinDfl_pst",0.025,"AmovPknlMrunSnonWbinDbr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDl_pst: AmovPknlMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDl"; + speed = 0.70946; + actions = "BinocKneelPstActionsRunL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDl_pst",0.025,"AmovPknlMrunSnonWbinDbl_pst",0.025,"AmovPknlMrunSnonWbinDfl_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMrunSnonWbinDl_pst",0.025,"AmovPercMwlkSoptWbinDl_pst",0.025,"AmovPknlMrunSnonWbinDf_pst",0.025,"AmovPknlMrunSnonWbinDb_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDfl_pst: AmovPknlMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDfl"; + actions = "BinocKneelPstActionsRunFL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDfl_pst",0.025,"AmovPknlMrunSnonWbinDf_pst",0.025,"AmovPknlMrunSnonWbinDl_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPercMrunSnonWbinDfl_pst",0.025,"AmovPercMwlkSoptWbinDfl_pst",0.025,"AmovPknlMrunSnonWbinDfr_pst",0.025,"AmovPknlMrunSnonWbinDbl_pst",0.025,"AmovPknlMevaSnonWbinDf_pst",0.025,"AmovPknlMevaSnonWbinDfl_pst",0.025,"AmovPknlMevaSnonWbinDfr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDf_pst: AmovPknlMrunSnonWbinDf_pst + { + speed = 1.54286; + duty = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDf"; + actions = "BinocKneelPstActionsEvasiveF"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDf_pst",0.025,"AmovPknlMrunSnonWbinDf_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMevaSnonWbinDf_pst",0.025,"AmovPknlMevaSnonWbinDfl_pst",0.025,"AmovPknlMevaSnonWbinDfr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDfl_pst: AmovPknlMevaSnonWbinDf_pst + { + speed = 1.54286; + actions = "BinocKneelPstActionsEvasiveFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDfl"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDfl_pst",0.025,"AmovPknlMrunSnonWbinDfl_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMevaSnonWbinDf_pst",0.025,"AmovPknlMevaSnonWbinDfl_pst",0.025,"AmovPknlMevaSnonWbinDfr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDfr_pst: AmovPknlMevaSnonWbinDf_pst + { + speed = 1.54286; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDfr"; + actions = "BinocKneelPstActionsEvasiveFR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"AmovPknlMwlkSoptWbinDfr_pst",0.025,"AmovPknlMrunSnonWbinDfr_pst",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol",0.025,"AmovPknlMevaSnonWbinDf_pst",0.025,"AmovPknlMevaSnonWbinDfl_pst",0.025,"AmovPknlMevaSnonWbinDfr_pst",0.025,"Unconscious",0.1}; + }; + class AwopPknlMstpSoptWbinDnon_pst_turnL: AwopPknlMstpSoptWbinDnon_pst + { + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_pst",0.02,"Unconscious",0.1}; + }; + class AwopPknlMstpSoptWbinDnon_pst_turnR: AwopPknlMstpSoptWbinDnon_pst_turnL{}; + class AwopPpneMstpSoptWbinDnon_pst: AmovPpneMstpSrasWpstDnon + { + variantsPlayer[] = {}; + actions = "BinocPronePstActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon"; + showWeaponAim = 0; + showHandgun = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.05; + enableOptics = 4096; + canPullTrigger = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.02,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon",0.025,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon",0.02,"AwopPpneMstpSoptWbinDnon_pst_turnL",0.02,"AwopPpneMstpSoptWbinDnon_pst_turnR",0.02,"AwopPpneMstpSoptWbinDnon_pst",0.02}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst_turnL",0.02,"AwopPpneMstpSoptWbinDnon_pst_turnR",0.02,"Unconscious",0.01,"AmovPpneMwlkSoptWbinDf_pst",0.02,"AmovPpneMwlkSoptWbinDfr_pst",0.02,"AmovPpneMwlkSoptWbinDr_pst",0.02,"AmovPpneMwlkSoptWbinDbr_pst",0.02,"AmovPpneMwlkSoptWbinDb_pst",0.02,"AmovPpneMwlkSoptWbinDbl_pst",0.02,"AmovPpneMwlkSoptWbinDl_pst",0.02,"AmovPpneMwlkSoptWbinDfl_pst",0.02}; + }; + class AmovPpneMwlkSoptWbinDf_pst: AwopPpneMstpSoptWbinDnon_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.47619; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocPronePstActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDfr_pst",0.025,"AmovPpneMwlkSoptWbinDfl_pst",0.025,"AmovPpneMrunSnonWbinDf_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMwlkSoptWbinDl_pst",0.025,"AmovPpneMwlkSoptWbinDr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDfr_pst: AmovPpneMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + actions = "BinocPronePstActionsWlkFR"; + speed = 0.625; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDf_pst",0.025,"AmovPpneMwlkSoptWbinDr_pst",0.025,"AmovPpneMrunSnonWbinDfr_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMwlkSoptWbinDbr_pst",0.025,"AmovPpneMwlkSoptWbinDfl_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDr_pst: AmovPpneMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 0.666667; + actions = "BinocPronePstActionsWlkR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDfr_pst",0.025,"AmovPpneMwlkSoptWbinDbr_pst",0.025,"AmovPpneMrunSnonWbinDr_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMwlkSoptWbinDf_pst",0.025,"AmovPpneMwlkSoptWbinDb_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDbr_pst: AmovPpneMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 0.789474; + actions = "BinocPronePstActionsWlkBR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDr_pst",0.025,"AmovPpneMwlkSoptWbinDb_pst",0.025,"AmovPpneMrunSnonWbinDbr_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMwlkSoptWbinDfr_pst",0.025,"AmovPpneMwlkSoptWbinDbl_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDb_pst: AmovPpneMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.434783; + actions = "BinocPronePstActionsWlkB"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDbr_pst",0.025,"AmovPpneMwlkSoptWbinDbl_pst",0.025,"AmovPpneMrunSnonWbinDb_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMwlkSoptWbinDl_pst",0.025,"AmovPpneMwlkSoptWbinDr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDbl_pst: AmovPpneMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + speed = 0.681818; + actions = "BinocPronePstActionsWlkBL"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDb_pst",0.025,"AmovPpneMwlkSoptWbinDl_pst",0.025,"AmovPpneMrunSnonWbinDbl_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMwlkSoptWbinDfl_pst",0.025,"AmovPpneMwlkSoptWbinDbr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDl_pst: AmovPpneMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + actions = "BinocPronePstActionsWlkL"; + speed = 0.833333; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDbl_pst",0.025,"AmovPpneMwlkSoptWbinDfl_pst",0.025,"AmovPpneMrunSnonWbinDl_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMwlkSoptWbinDf_pst",0.025,"AmovPpneMwlkSoptWbinDb_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDfl_pst: AmovPpneMwlkSoptWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + actions = "BinocPronePstActionsWlkFL"; + speed = 0.545455; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDf_pst",0.025,"AmovPpneMwlkSoptWbinDl_pst",0.025,"AmovPpneMrunSnonWbinDfl_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMwlkSoptWbinDfr_pst",0.025,"AmovPpneMwlkSoptWbinDbl_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDf_pst: AmovPpneMwlkSoptWbinDf_pst + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 0.517241; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + actions = "BinocPronePstActionsRunF"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDf_pst",0.025,"AmovPpneMrunSnonWbinDfr_pst",0.025,"AmovPpneMrunSnonWbinDfl_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMrunSnonWbinDl_pst",0.025,"AmovPpneMrunSnonWbinDr_pst",0.025,"AmovPpneMevaSnonWbinDf_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDfr_pst: AmovPpneMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + actions = "BinocPronePstActionsRunFR"; + speed = 0.625; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDfr_pst",0.025,"AmovPpneMrunSnonWbinDf_pst",0.025,"AmovPpneMrunSnonWbinDr_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMrunSnonWbinDfl_pst",0.025,"AmovPpneMrunSnonWbinDbr_pst",0.025,"AmovPpneMevaSnonWbinDf_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDr_pst: AmovPpneMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 0.666667; + actions = "BinocPronePstActionsRunR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDr_pst",0.025,"AmovPpneMrunSnonWbinDfr_pst",0.025,"AmovPpneMrunSnonWbinDbr_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMrunSnonWbinDf_pst",0.025,"AmovPpneMrunSnonWbinDb_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDb_pst: AmovPpneMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.434783; + actions = "BinocPronePstActionsRunB"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDb_pst",0.025,"AmovPpneMrunSnonWbinDbr_pst",0.025,"AmovPpneMrunSnonWbinDbl_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMrunSnonWbinDl_pst",0.025,"AmovPpneMrunSnonWbinDr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDbr_pst: AmovPpneMrunSnonWbinDb_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 0.789474; + actions = "BinocPronePstActionsRunBR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDbr_pst",0.025,"AmovPpneMrunSnonWbinDr_pst",0.025,"AmovPpneMrunSnonWbinDb_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMrunSnonWbinDfr_pst",0.025,"AmovPpneMrunSnonWbinDbl_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDbl_pst: AmovPpneMrunSnonWbinDb_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + actions = "BinocPronePstActionsRunBL"; + speed = 0.681818; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDbl_pst",0.025,"AmovPpneMrunSnonWbinDb_pst",0.025,"AmovPpneMrunSnonWbinDl_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMrunSnonWbinDfl_pst",0.025,"AmovPpneMrunSnonWbinDbr_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDl_pst: AmovPpneMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + speed = 0.833333; + actions = "BinocPronePstActionsRunL"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDl_pst",0.025,"AmovPpneMrunSnonWbinDbl_pst",0.025,"AmovPpneMrunSnonWbinDfl_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AmovPpneMrunSnonWbinDf_pst",0.025,"AmovPpneMrunSnonWbinDb_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDfl_pst: AmovPpneMrunSnonWbinDf_pst + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + speed = 0.545455; + actions = "BinocPronePstActionsRunFL"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDfl_pst",0.025,"AmovPpneMrunSnonWbinDf_pst",0.025,"AmovPpneMrunSnonWbinDl_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMrunSnonWbinDfr_pst",0.025,"AmovPpneMrunSnonWbinDbl_pst",0.025,"AmovPpneMevaSnonWbinDf_pst",0.025,"Unconscious",0.1}; + }; + class AmovPpneMevaSnonWbinDf_pst: AmovPpneMrunSnonWbinDf_pst + { + speed = 0.732886; + duty = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\spr\low\pst\AmovPpneMsprSlowWpstDf"; + actions = "BinocPronePstActionsEvasiveF"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"AmovPpneMwlkSoptWbinDf_pst",0.025,"AmovPpneMrunSnonWbinDf_pst",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol",0.025,"AmovPpneMevaSnonWbinDf_pst",0.025,"Unconscious",0.1}; + }; + class AwopPpneMstpSoptWbinDnon_pst_turnL: AwopPpneMstpSoptWbinDnon_pst + { + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_pst",0.02,"Unconscious",0.1}; + }; + class AwopPpneMstpSoptWbinDnon_pst_turnR: AwopPpneMstpSoptWbinDnon_pst_turnL{}; + class AwopPercMstpSoptWbinDnon_lnr: AmovPercMstpSlowWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + actions = "BinocStandLnrActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon"; + disableWeaponsLong = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.2; + enableOptics = 4096; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.02,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon",0.02,"AwopPercMstpSoptWbinDnon_lnr_turnL",0.02,"AwopPercMstpSoptWbinDnon_lnr_turnR",0.02,"AwopPercMstpSoptWbinDnon_lnr",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr_turnL",0.02,"AwopPercMstpSoptWbinDnon_lnr_turnR",0.02,"Unconscious",0.01,"AmovPercMwlkSoptWbinDf_lnr",0.02,"AmovPercMwlkSoptWbinDfr_lnr",0.02,"AmovPercMwlkSoptWbinDr_lnr",0.02,"AmovPercMwlkSoptWbinDbr_lnr",0.02,"AmovPercMwlkSoptWbinDb_lnr",0.02,"AmovPercMwlkSoptWbinDbl_lnr",0.02,"AmovPercMwlkSoptWbinDl_lnr",0.02,"AmovPercMwlkSoptWbinDfl_lnr",0.02,"AmovPercMrunSnonWbinDf_lnr",0.02,"AmovPercMrunSnonWbinDfr_lnr",0.02,"AmovPercMrunSnonWbinDr_lnr",0.02,"AmovPercMrunSnonWbinDbr_lnr",0.02,"AmovPercMrunSnonWbinDb_lnr",0.02,"AmovPercMrunSnonWbinDbl_lnr",0.02,"AmovPercMrunSnonWbinDl_lnr",0.02,"AmovPercMrunSnonWbinDfl_lnr",0.02,"AmovPercMevaSnonWbinDf_lnr",0.02,"AmovPercMevaSnonWbinDfr_lnr",0.02,"AmovPercMevaSnonWbinDfl_lnr",0.02}; + }; + class AmovPercMwlkSoptWbinDf_lnr: AwopPercMstpSoptWbinDnon_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.47619; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocStandLnrActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDfr_lnr",0.025,"AmovPercMwlkSoptWbinDfl_lnr",0.025,"AmovPercMrunSnonWbinDf_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMwlkSoptWbinDf_lnr",0.025,"AmovPknlMrunSnonWbinDf_lnr",0.025,"AmovPercMwlkSoptWbinDl_lnr",0.025,"AmovPercMwlkSoptWbinDr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDfr_lnr: AmovPercMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDfr"; + actions = "BinocStandLnrActionsWlkFR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDf_lnr",0.025,"AmovPercMwlkSoptWbinDr_lnr",0.025,"AmovPercMrunSnonWbinDfr_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMwlkSoptWbinDfr_lnr",0.025,"AmovPknlMrunSnonWbinDfr_lnr",0.025,"AmovPercMwlkSoptWbinDbr_lnr",0.025,"AmovPercMwlkSoptWbinDfl_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDr_lnr: AmovPercMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDr"; + speed = 0.909091; + actions = "BinocStandLnrActionsWlkR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDfr_lnr",0.025,"AmovPercMwlkSoptWbinDbr_lnr",0.025,"AmovPercMrunSnonWbinDr_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMwlkSoptWbinDr_lnr",0.025,"AmovPknlMrunSnonWbinDf_lnr",0.025,"AmovPercMwlkSoptWbinDf_lnr",0.025,"AmovPercMwlkSoptWbinDb_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDbr_lnr: AmovPercMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDbr"; + speed = 1; + actions = "BinocStandLnrActionsWlkBR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDr_lnr",0.025,"AmovPercMwlkSoptWbinDb_lnr",0.025,"AmovPercMrunSnonWbinDbr_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMwlkSoptWbinDbr_lnr",0.025,"AmovPknlMrunSnonWbinDbr_lnr",0.025,"AmovPercMwlkSoptWbinDfr_lnr",0.025,"AmovPercMwlkSoptWbinDbl_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDb_lnr: AmovPercMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDb"; + speed = 1; + actions = "BinocStandLnrActionsWlkB"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDbr_lnr",0.025,"AmovPercMwlkSoptWbinDbl_lnr",0.025,"AmovPercMrunSnonWbinDb_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMwlkSoptWbinDb_lnr",0.025,"AmovPknlMrunSnonWbinDb_lnr",0.025,"AmovPercMwlkSoptWbinDl_lnr",0.025,"AmovPercMwlkSoptWbinDr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDbl_lnr: AmovPercMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDbl"; + speed = 1; + actions = "BinocStandLnrActionsWlkBL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDb_lnr",0.025,"AmovPercMwlkSoptWbinDl_lnr",0.025,"AmovPercMrunSnonWbinDbl_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMwlkSoptWbinDbl_lnr",0.025,"AmovPknlMrunSnonWbinDbl_lnr",0.025,"AmovPercMwlkSoptWbinDfl_lnr",0.025,"AmovPercMwlkSoptWbinDbr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDl_lnr: AmovPercMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDl"; + speed = 0.882353; + actions = "BinocStandLnrActionsWlkL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDbl_lnr",0.025,"AmovPercMwlkSoptWbinDfl_lnr",0.025,"AmovPercMrunSnonWbinDl_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMwlkSoptWbinDl_lnr",0.025,"AmovPknlMrunSnonWbinDl_lnr",0.025,"AmovPercMwlkSoptWbinDf_lnr",0.025,"AmovPercMwlkSoptWbinDb_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDfl_lnr: AmovPercMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDfl"; + actions = "BinocStandLnrActionsWlkFL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDf_lnr",0.025,"AmovPercMwlkSoptWbinDl_lnr",0.025,"AmovPercMrunSnonWbinDfl_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMwlkSoptWbinDfl_lnr",0.025,"AmovPknlMrunSnonWbinDfl_lnr",0.025,"AmovPercMwlkSoptWbinDfr_lnr",0.025,"AmovPercMwlkSoptWbinDbl_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDf_lnr: AmovPercMwlkSoptWbinDf_lnr + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 1.2485; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDf"; + actions = "BinocStandLnrActionsRunF"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDf_lnr",0.025,"AmovPercMrunSnonWbinDfr_lnr",0.025,"AmovPercMrunSnonWbinDfl_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMrunSnonWbinDf_lnr",0.025,"AmovPknlMwlkSoptWbinDf_lnr",0.025,"AmovPercMrunSnonWbinDl_lnr",0.025,"AmovPercMrunSnonWbinDr_lnr",0.025,"AmovPercMevaSnonWbinDf_lnr",0.025,"AmovPercMevaSnonWbinDfl_lnr",0.025,"AmovPercMevaSnonWbinDfr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDfr_lnr: AmovPercMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfr"; + actions = "BinocStandLnrActionsRunFR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDfr_lnr",0.025,"AmovPercMrunSnonWbinDf_lnr",0.025,"AmovPercMrunSnonWbinDr_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMrunSnonWbinDfr_lnr",0.025,"AmovPknlMwlkSoptWbinDfr_lnr",0.025,"AmovPercMrunSnonWbinDfl_lnr",0.025,"AmovPercMrunSnonWbinDbr_lnr",0.025,"AmovPercMevaSnonWbinDf_lnr",0.025,"AmovPercMevaSnonWbinDfl_lnr",0.025,"AmovPercMevaSnonWbinDfr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDr_lnr: AmovPercMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDr"; + speed = 0.772059; + actions = "BinocStandLnrActionsRunR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDr_lnr",0.025,"AmovPercMrunSnonWbinDfr_lnr",0.025,"AmovPercMrunSnonWbinDbr_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMrunSnonWbinDr_lnr",0.025,"AmovPknlMwlkSoptWbinDr_lnr",0.025,"AmovPercMrunSnonWbinDf_lnr",0.025,"AmovPercMrunSnonWbinDb_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDb_lnr: AmovPercMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDb"; + speed = 0.75; + actions = "BinocStandLnrActionsRunB"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDb_lnr",0.025,"AmovPercMrunSnonWbinDbr_lnr",0.025,"AmovPercMrunSnonWbinDbl_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMrunSnonWbinDb_lnr",0.025,"AmovPknlMwlkSoptWbinDb_lnr",0.025,"AmovPercMrunSnonWbinDl_lnr",0.025,"AmovPercMrunSnonWbinDr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDbr_lnr: AmovPercMrunSnonWbinDb_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDbr"; + actions = "BinocStandLnrActionsRunBR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDbr_lnr",0.025,"AmovPercMrunSnonWbinDr_lnr",0.025,"AmovPercMrunSnonWbinDb_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMrunSnonWbinDbr_lnr",0.025,"AmovPknlMwlkSoptWbinDbr_lnr",0.025,"AmovPercMrunSnonWbinDfr_lnr",0.025,"AmovPercMrunSnonWbinDbl_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDbl_lnr: AmovPercMrunSnonWbinDb_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDbl"; + actions = "BinocStandLnrActionsRunBL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDbl_lnr",0.025,"AmovPercMrunSnonWbinDb_lnr",0.025,"AmovPercMrunSnonWbinDl_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMrunSnonWbinDbl_lnr",0.025,"AmovPknlMwlkSoptWbinDbl_lnr",0.025,"AmovPercMrunSnonWbinDfl_lnr",0.025,"AmovPercMrunSnonWbinDbr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDl_lnr: AmovPercMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDl"; + speed = 0.70946; + actions = "BinocStandLnrActionsRunL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDl_lnr",0.025,"AmovPercMrunSnonWbinDbl_lnr",0.025,"AmovPercMrunSnonWbinDfl_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMrunSnonWbinDl_lnr",0.025,"AmovPknlMwlkSoptWbinDl_lnr",0.025,"AmovPercMrunSnonWbinDf_lnr",0.025,"AmovPercMrunSnonWbinDb_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDfl_lnr: AmovPercMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfl"; + actions = "BinocStandLnrActionsRunFL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDfl_lnr",0.025,"AmovPercMrunSnonWbinDf_lnr",0.025,"AmovPercMrunSnonWbinDl_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMrunSnonWbinDfl_lnr",0.025,"AmovPknlMwlkSoptWbinDfl_lnr",0.025,"AmovPercMrunSnonWbinDfr_lnr",0.025,"AmovPercMrunSnonWbinDbl_lnr",0.025,"AmovPercMevaSnonWbinDf_lnr",0.025,"AmovPercMevaSnonWbinDfl_lnr",0.025,"AmovPercMevaSnonWbinDfr_lnr",0.025,"Unconscious",0.1}; + }; + class AwopPercMstpSoptWbinDnon_lnr_turnL: AwopPercMstpSoptWbinDnon_lnr + { + speed = 0.5; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"Unconscious",0.1}; + }; + class AwopPercMstpSoptWbinDnon_lnr_turnR: AwopPercMstpSoptWbinDnon_lnr_turnL{}; + class AmovPercMevaSnonWbinDf_lnr: AmovPercMrunSnonWbinDf_lnr + { + speed = 1.54286; + duty = 1; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDf"; + actions = "BinocStandLnrActionsEvasiveF"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDf_lnr",0.025,"AmovPercMrunSnonWbinDf_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMevaSnonWbinDf_lnr",0.025,"AmovPercMevaSnonWbinDfl_lnr",0.025,"AmovPercMevaSnonWbinDfr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSnonWbinDfl_lnr: AmovPercMevaSnonWbinDf_lnr + { + speed = 1.54286; + actions = "BinocStandLnrActionsEvasiveFL"; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfl"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDfl_lnr",0.025,"AmovPercMrunSnonWbinDfl_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMevaSnonWbinDf_lnr",0.025,"AmovPercMevaSnonWbinDfl_lnr",0.025,"AmovPercMevaSnonWbinDfr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSnonWbinDfr_lnr: AmovPercMevaSnonWbinDf_lnr + { + speed = 1.54286; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfr"; + actions = "BinocStandLnrActionsEvasiveFR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_lnr",0.02,"AmovPercMwlkSoptWbinDfr_lnr",0.025,"AmovPercMrunSnonWbinDfr_lnr",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMevaSnonWbinDf_lnr",0.025,"AmovPercMevaSnonWbinDfl_lnr",0.025,"AmovPercMevaSnonWbinDfr_lnr",0.025,"Unconscious",0.1}; + }; + class AwopPknlMstpSoptWbinDnon_lnr: AmovPknlMstpSrasWlnrDnon + { + variantsPlayer[] = {}; + actions = "BinocKneelLnrActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon"; + showWeaponAim = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.15; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + enableOptics = 4096; + canPullTrigger = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.02,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon",0.02,"AwopPknlMstpSoptWbinDnon_lnr_turnL",0.02,"AwopPknlMstpSoptWbinDnon_lnr_turnR",0.02,"AwopPknlMstpSoptWbinDnon_lnr",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr_turnL",0.02,"AwopPknlMstpSoptWbinDnon_lnr_turnR",0.02,"Unconscious",0.01,"AmovPknlMwlkSoptWbinDf_lnr",0.02,"AmovPknlMwlkSoptWbinDfr_lnr",0.02,"AmovPknlMwlkSoptWbinDr_lnr",0.02,"AmovPknlMwlkSoptWbinDbr_lnr",0.02,"AmovPknlMwlkSoptWbinDb_lnr",0.02,"AmovPknlMwlkSoptWbinDbl_lnr",0.02,"AmovPknlMwlkSoptWbinDl_lnr",0.02,"AmovPknlMwlkSoptWbinDfl_lnr",0.02,"AmovPknlMrunSnonWbinDf_lnr",0.02,"AmovPknlMrunSnonWbinDfr_lnr",0.02,"AmovPknlMrunSnonWbinDr_lnr",0.02,"AmovPknlMrunSnonWbinDbr_lnr",0.02,"AmovPknlMrunSnonWbinDb_lnr",0.02,"AmovPknlMrunSnonWbinDbl_lnr",0.02,"AmovPknlMrunSnonWbinDl_lnr",0.02,"AmovPknlMrunSnonWbinDfl_lnr",0.02,"AmovPknlMevaSnonWbinDf_lnr",0.02,"AmovPknlMevaSnonWbinDfr_lnr",0.02,"AmovPknlMevaSnonWbinDfl_lnr",0.02}; + }; + class AmovPknlMwlkSoptWbinDf_lnr: AwopPknlMstpSoptWbinDnon_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.505619; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocKneelLnrActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDfr_lnr",0.025,"AmovPknlMwlkSoptWbinDfl_lnr",0.025,"AmovPknlMrunSnonWbinDf_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMwlkSoptWbinDf_lnr",0.025,"AmovPercMrunSnonWbinDf_lnr",0.025,"AmovPknlMwlkSoptWbinDl_lnr",0.025,"AmovPknlMwlkSoptWbinDr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDfr_lnr: AmovPknlMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDfr"; + actions = "BinocKneelLnrActionsWlkFR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDf_lnr",0.025,"AmovPknlMwlkSoptWbinDr_lnr",0.025,"AmovPknlMrunSnonWbinDfr_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMwlkSoptWbinDfr_lnr",0.025,"AmovPercMrunSnonWbinDfr_lnr",0.025,"AmovPknlMwlkSoptWbinDbr_lnr",0.025,"AmovPknlMwlkSoptWbinDfl_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDr_lnr: AmovPknlMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDr"; + speed = 0.45; + actions = "BinocKneelLnrActionsWlkR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDfr_lnr",0.025,"AmovPknlMwlkSoptWbinDbr_lnr",0.025,"AmovPknlMrunSnonWbinDr_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMwlkSoptWbinDr_lnr",0.025,"AmovPercMrunSnonWbinDf_lnr",0.025,"AmovPknlMwlkSoptWbinDf_lnr",0.025,"AmovPknlMwlkSoptWbinDb_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDbr_lnr: AmovPknlMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDbr"; + speed = 0.445545; + actions = "BinocKneelLnrActionsWlkBR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDr_lnr",0.025,"AmovPknlMwlkSoptWbinDb_lnr",0.025,"AmovPknlMrunSnonWbinDbr_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMwlkSoptWbinDbr_lnr",0.025,"AmovPercMrunSnonWbinDbr_lnr",0.025,"AmovPknlMwlkSoptWbinDfr_lnr",0.025,"AmovPknlMwlkSoptWbinDbl_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDb_lnr: AmovPknlMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDb"; + speed = 0.445545; + actions = "BinocKneelLnrActionsWlkB"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDbr_lnr",0.025,"AmovPknlMwlkSoptWbinDbl_lnr",0.025,"AmovPknlMrunSnonWbinDb_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMwlkSoptWbinDb_lnr",0.025,"AmovPercMrunSnonWbinDb_lnr",0.025,"AmovPknlMwlkSoptWbinDl_lnr",0.025,"AmovPknlMwlkSoptWbinDr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDbl_lnr: AmovPknlMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDbl"; + speed = 0.445545; + actions = "BinocKneelLnrActionsWlkBL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDb_lnr",0.025,"AmovPknlMwlkSoptWbinDl_lnr",0.025,"AmovPknlMrunSnonWbinDbl_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMwlkSoptWbinDbl_lnr",0.025,"AmovPercMrunSnonWbinDbl_lnr",0.025,"AmovPknlMwlkSoptWbinDfl_lnr",0.025,"AmovPknlMwlkSoptWbinDbr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDl_lnr: AmovPknlMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDl"; + actions = "BinocKneelLnrActionsWlkL"; + speed = 0.445545; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDbl_lnr",0.025,"AmovPknlMwlkSoptWbinDfl_lnr",0.025,"AmovPknlMrunSnonWbinDl_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMwlkSoptWbinDl_lnr",0.025,"AmovPercMrunSnonWbinDl_lnr",0.025,"AmovPknlMwlkSoptWbinDf_lnr",0.025,"AmovPknlMwlkSoptWbinDb_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDfl_lnr: AmovPknlMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDfl"; + actions = "BinocKneelLnrActionsWlkFL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDf_lnr",0.025,"AmovPknlMwlkSoptWbinDl_lnr",0.025,"AmovPknlMrunSnonWbinDfl_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMwlkSoptWbinDfl_lnr",0.025,"AmovPercMrunSnonWbinDfl_lnr",0.025,"AmovPknlMwlkSoptWbinDfr_lnr",0.025,"AmovPknlMwlkSoptWbinDbl_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDf_lnr: AmovPknlMwlkSoptWbinDf_lnr + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 0.666667; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDf"; + actions = "BinocKneelLnrActionsRunF"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDf_lnr",0.025,"AmovPknlMrunSnonWbinDfr_lnr",0.025,"AmovPknlMrunSnonWbinDfl_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMrunSnonWbinDf_lnr",0.025,"AmovPercMwlkSoptWbinDf_lnr",0.025,"AmovPknlMrunSnonWbinDl_lnr",0.025,"AmovPknlMrunSnonWbinDr_lnr",0.025,"AmovPknlMevaSnonWbinDf_lnr",0.025,"AmovPknlMevaSnonWbinDfl_lnr",0.025,"AmovPknlMevaSnonWbinDfr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDfr_lnr: AmovPknlMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDfr"; + actions = "BinocKneelLnrActionsRunFR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDfr_lnr",0.025,"AmovPknlMrunSnonWbinDf_lnr",0.025,"AmovPknlMrunSnonWbinDr_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMrunSnonWbinDfr_lnr",0.025,"AmovPercMwlkSoptWbinDfr_lnr",0.025,"AmovPknlMrunSnonWbinDfl_lnr",0.025,"AmovPknlMrunSnonWbinDbr_lnr",0.025,"AmovPknlMevaSnonWbinDf_lnr",0.025,"AmovPknlMevaSnonWbinDfl_lnr",0.025,"AmovPknlMevaSnonWbinDfr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDr_lnr: AmovPknlMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDr"; + speed = 0.772059; + actions = "BinocKneelLnrActionsRunR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDr_lnr",0.025,"AmovPknlMrunSnonWbinDfr_lnr",0.025,"AmovPknlMrunSnonWbinDbr_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMrunSnonWbinDr_lnr",0.025,"AmovPercMwlkSoptWbinDr_lnr",0.025,"AmovPknlMrunSnonWbinDf_lnr",0.025,"AmovPknlMrunSnonWbinDb_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDb_lnr: AmovPknlMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDb"; + speed = 0.75; + actions = "BinocKneelLnrActionsRunB"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDb_lnr",0.025,"AmovPknlMrunSnonWbinDbr_lnr",0.025,"AmovPknlMrunSnonWbinDbl_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMrunSnonWbinDb_lnr",0.025,"AmovPercMwlkSoptWbinDb_lnr",0.025,"AmovPknlMrunSnonWbinDl_lnr",0.025,"AmovPknlMrunSnonWbinDr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDbr_lnr: AmovPknlMrunSnonWbinDb_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDbr"; + actions = "BinocKneelLnrActionsRunBR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDbr_lnr",0.025,"AmovPknlMrunSnonWbinDr_lnr",0.025,"AmovPknlMrunSnonWbinDb_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMrunSnonWbinDbr_lnr",0.025,"AmovPercMwlkSoptWbinDbr_lnr",0.025,"AmovPknlMrunSnonWbinDfr_lnr",0.025,"AmovPknlMrunSnonWbinDbl_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDbl_lnr: AmovPknlMrunSnonWbinDb_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDbl"; + actions = "BinocKneelLnrActionsRunBL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDbl_lnr",0.025,"AmovPknlMrunSnonWbinDb_lnr",0.025,"AmovPknlMrunSnonWbinDl_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMrunSnonWbinDbl_lnr",0.025,"AmovPercMwlkSoptWbinDbl_lnr",0.025,"AmovPknlMrunSnonWbinDfl_lnr",0.025,"AmovPknlMrunSnonWbinDbr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDl_lnr: AmovPknlMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDl"; + speed = 0.70946; + actions = "BinocKneelLnrActionsRunL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDl_lnr",0.025,"AmovPknlMrunSnonWbinDbl_lnr",0.025,"AmovPknlMrunSnonWbinDfl_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMrunSnonWbinDl_lnr",0.025,"AmovPercMwlkSoptWbinDl_lnr",0.025,"AmovPknlMrunSnonWbinDf_lnr",0.025,"AmovPknlMrunSnonWbinDb_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDfl_lnr: AmovPknlMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDfl"; + actions = "BinocKneelLnrActionsRunFL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDfl_lnr",0.025,"AmovPknlMrunSnonWbinDf_lnr",0.025,"AmovPknlMrunSnonWbinDl_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPercMrunSnonWbinDfl_lnr",0.025,"AmovPercMwlkSoptWbinDfl_lnr",0.025,"AmovPknlMrunSnonWbinDfr_lnr",0.025,"AmovPknlMrunSnonWbinDbl_lnr",0.025,"AmovPknlMevaSnonWbinDf_lnr",0.025,"AmovPknlMevaSnonWbinDfl_lnr",0.025,"AmovPknlMevaSnonWbinDfr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDf_lnr: AmovPknlMrunSnonWbinDf_lnr + { + speed = 1.54286; + duty = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDf"; + actions = "BinocKneelLnrActionsEvasiveF"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDf_lnr",0.025,"AmovPknlMrunSnonWbinDf_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMevaSnonWbinDf_lnr",0.025,"AmovPknlMevaSnonWbinDfl_lnr",0.025,"AmovPknlMevaSnonWbinDfr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDfl_lnr: AmovPknlMevaSnonWbinDf_lnr + { + speed = 1.54286; + actions = "BinocKneelLnrActionsEvasiveFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDfl"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDfl_lnr",0.025,"AmovPknlMrunSnonWbinDfl_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMevaSnonWbinDf_lnr",0.025,"AmovPknlMevaSnonWbinDfl_lnr",0.025,"AmovPknlMevaSnonWbinDfr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDfr_lnr: AmovPknlMevaSnonWbinDf_lnr + { + speed = 1.54286; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDfr"; + actions = "BinocKneelLnrActionsEvasiveFR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"AmovPknlMwlkSoptWbinDfr_lnr",0.025,"AmovPknlMrunSnonWbinDfr_lnr",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher",0.025,"AmovPknlMevaSnonWbinDf_lnr",0.025,"AmovPknlMevaSnonWbinDfl_lnr",0.025,"AmovPknlMevaSnonWbinDfr_lnr",0.025,"Unconscious",0.1}; + }; + class AwopPknlMstpSoptWbinDnon_lnr_turnL: AwopPknlMstpSoptWbinDnon_lnr + { + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02,"Unconscious",0.1}; + }; + class AwopPknlMstpSoptWbinDnon_lnr_turnR: AwopPknlMstpSoptWbinDnon_lnr_turnL{}; + class AwopPpneMstpSoptWbinDnon_lnr: AmovPpneMstpSrasWlnrDnon + { + variantsPlayer[] = {}; + actions = "BinocProneLnrActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon"; + showWeaponAim = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.05; + enableOptics = 4096; + canPullTrigger = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.02,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon",0.02,"AwopPpneMstpSoptWbinDnon_lnr_turnL",0.02,"AwopPpneMstpSoptWbinDnon_lnr_turnR",0.02,"AwopPpneMstpSoptWbinDnon_lnr",0.02}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr_turnL",0.02,"AwopPpneMstpSoptWbinDnon_lnr_turnR",0.02,"Unconscious",0.01,"AmovPpneMwlkSoptWbinDf_lnr",0.02,"AmovPpneMwlkSoptWbinDfr_lnr",0.02,"AmovPpneMwlkSoptWbinDr_lnr",0.02,"AmovPpneMwlkSoptWbinDbr_lnr",0.02,"AmovPpneMwlkSoptWbinDb_lnr",0.02,"AmovPpneMwlkSoptWbinDbl_lnr",0.02,"AmovPpneMwlkSoptWbinDl_lnr",0.02,"AmovPpneMwlkSoptWbinDfl_lnr",0.02}; + }; + class AmovPpneMwlkSoptWbinDf_lnr: AwopPpneMstpSoptWbinDnon_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.47619; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocProneLnrActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDfr_lnr",0.025,"AmovPpneMwlkSoptWbinDfl_lnr",0.025,"AmovPpneMrunSnonWbinDf_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMwlkSoptWbinDl_lnr",0.025,"AmovPpneMwlkSoptWbinDr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDfr_lnr: AmovPpneMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + actions = "BinocProneLnrActionsWlkFR"; + speed = 0.625; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDf_lnr",0.025,"AmovPpneMwlkSoptWbinDr_lnr",0.025,"AmovPpneMrunSnonWbinDfr_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMwlkSoptWbinDbr_lnr",0.025,"AmovPpneMwlkSoptWbinDfl_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDr_lnr: AmovPpneMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 0.666667; + actions = "BinocProneLnrActionsWlkR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDfr_lnr",0.025,"AmovPpneMwlkSoptWbinDbr_lnr",0.025,"AmovPpneMrunSnonWbinDr_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMwlkSoptWbinDf_lnr",0.025,"AmovPpneMwlkSoptWbinDb_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDbr_lnr: AmovPpneMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 0.789474; + actions = "BinocProneLnrActionsWlkBR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDr_lnr",0.025,"AmovPpneMwlkSoptWbinDb_lnr",0.025,"AmovPpneMrunSnonWbinDbr_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMwlkSoptWbinDfr_lnr",0.025,"AmovPpneMwlkSoptWbinDbl_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDb_lnr: AmovPpneMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.434783; + actions = "BinocProneLnrActionsWlkB"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDbr_lnr",0.025,"AmovPpneMwlkSoptWbinDbl_lnr",0.025,"AmovPpneMrunSnonWbinDb_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMwlkSoptWbinDl_lnr",0.025,"AmovPpneMwlkSoptWbinDr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDbl_lnr: AmovPpneMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + speed = 0.681818; + actions = "BinocProneLnrActionsWlkBL"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDb_lnr",0.025,"AmovPpneMwlkSoptWbinDl_lnr",0.025,"AmovPpneMrunSnonWbinDbl_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMwlkSoptWbinDfl_lnr",0.025,"AmovPpneMwlkSoptWbinDbr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDl_lnr: AmovPpneMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + actions = "BinocProneLnrActionsWlkL"; + speed = 0.833333; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDbl_lnr",0.025,"AmovPpneMwlkSoptWbinDfl_lnr",0.025,"AmovPpneMrunSnonWbinDl_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMwlkSoptWbinDf_lnr",0.025,"AmovPpneMwlkSoptWbinDb_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDfl_lnr: AmovPpneMwlkSoptWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + actions = "BinocProneLnrActionsWlkFL"; + speed = 0.545455; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDf_lnr",0.025,"AmovPpneMwlkSoptWbinDl_lnr",0.025,"AmovPpneMrunSnonWbinDfl_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMwlkSoptWbinDfr_lnr",0.025,"AmovPpneMwlkSoptWbinDbl_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDf_lnr: AmovPpneMwlkSoptWbinDf_lnr + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 0.517241; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + actions = "BinocProneLnrActionsRunF"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDf_lnr",0.025,"AmovPpneMrunSnonWbinDfr_lnr",0.025,"AmovPpneMrunSnonWbinDfl_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMrunSnonWbinDl_lnr",0.025,"AmovPpneMrunSnonWbinDr_lnr",0.025,"AmovPpneMevaSnonWbinDf_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDfr_lnr: AmovPpneMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + actions = "BinocProneLnrActionsRunFR"; + speed = 0.625; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDfr_lnr",0.025,"AmovPpneMrunSnonWbinDf_lnr",0.025,"AmovPpneMrunSnonWbinDr_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMrunSnonWbinDfl_lnr",0.025,"AmovPpneMrunSnonWbinDbr_lnr",0.025,"AmovPpneMevaSnonWbinDf_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDr_lnr: AmovPpneMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 0.666667; + actions = "BinocProneLnrActionsRunR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDr_lnr",0.025,"AmovPpneMrunSnonWbinDfr_lnr",0.025,"AmovPpneMrunSnonWbinDbr_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMrunSnonWbinDf_lnr",0.025,"AmovPpneMrunSnonWbinDb_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDb_lnr: AmovPpneMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.434783; + actions = "BinocProneLnrActionsRunB"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDb_lnr",0.025,"AmovPpneMrunSnonWbinDbr_lnr",0.025,"AmovPpneMrunSnonWbinDbl_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMrunSnonWbinDl_lnr",0.025,"AmovPpneMrunSnonWbinDr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDbr_lnr: AmovPpneMrunSnonWbinDb_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 0.789474; + actions = "BinocProneLnrActionsRunBR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDbr_lnr",0.025,"AmovPpneMrunSnonWbinDr_lnr",0.025,"AmovPpneMrunSnonWbinDb_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMrunSnonWbinDfr_lnr",0.025,"AmovPpneMrunSnonWbinDbl_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDbl_lnr: AmovPpneMrunSnonWbinDb_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + actions = "BinocProneLnrActionsRunBL"; + speed = 0.681818; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDbl_lnr",0.025,"AmovPpneMrunSnonWbinDb_lnr",0.025,"AmovPpneMrunSnonWbinDl_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMrunSnonWbinDfl_lnr",0.025,"AmovPpneMrunSnonWbinDbr_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDl_lnr: AmovPpneMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + speed = 0.833333; + actions = "BinocProneLnrActionsRunL"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDl_lnr",0.025,"AmovPpneMrunSnonWbinDbl_lnr",0.025,"AmovPpneMrunSnonWbinDfl_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AmovPpneMrunSnonWbinDf_lnr",0.025,"AmovPpneMrunSnonWbinDb_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDfl_lnr: AmovPpneMrunSnonWbinDf_lnr + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + speed = 0.545455; + actions = "BinocProneLnrActionsRunFL"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDfl_lnr",0.025,"AmovPpneMrunSnonWbinDf_lnr",0.025,"AmovPpneMrunSnonWbinDl_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMrunSnonWbinDfr_lnr",0.025,"AmovPpneMrunSnonWbinDbl_lnr",0.025,"AmovPpneMevaSnonWbinDf_lnr",0.025,"Unconscious",0.1}; + }; + class AmovPpneMevaSnonWbinDf_lnr: AmovPpneMrunSnonWbinDf_lnr + { + speed = 0.732886; + duty = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\spr\low\pst\AmovPpneMsprSlowWpstDf"; + actions = "BinocProneLnrActionsEvasiveF"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"AmovPpneMwlkSoptWbinDf_lnr",0.025,"AmovPpneMrunSnonWbinDf_lnr",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher",0.025,"AmovPpneMevaSnonWbinDf_lnr",0.025,"Unconscious",0.1}; + }; + class AwopPpneMstpSoptWbinDnon_lnr_turnL: AwopPpneMstpSoptWbinDnon_lnr + { + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_lnr",0.02,"Unconscious",0.1}; + }; + class AwopPpneMstpSoptWbinDnon_lnr_turnR: AwopPpneMstpSoptWbinDnon_lnr_turnL{}; + class AwopPercMstpSoptWbinDnon_non: AmovPercMstpSlowWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + actions = "BinocStandCivilActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon"; + disableWeaponsLong = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.2; + enableOptics = 4096; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.02,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon",0.02,"AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon",0.02,"AwopPercMstpSoptWbinDnon_non_turnL",0.02,"AwopPercMstpSoptWbinDnon_non_turnR",0.02,"AwopPercMstpSoptWbinDnon_non",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non_turnL",0.02,"AwopPercMstpSoptWbinDnon_non_turnR",0.02,"Unconscious",0.01,"AmovPercMwlkSoptWbinDf_non",0.02,"AmovPercMwlkSoptWbinDfr_non",0.02,"AmovPercMwlkSoptWbinDr_non",0.02,"AmovPercMwlkSoptWbinDbr_non",0.02,"AmovPercMwlkSoptWbinDb_non",0.02,"AmovPercMwlkSoptWbinDbl_non",0.02,"AmovPercMwlkSoptWbinDl_non",0.02,"AmovPercMwlkSoptWbinDfl_non",0.02,"AmovPercMrunSnonWbinDf_non",0.02,"AmovPercMrunSnonWbinDfr_non",0.02,"AmovPercMrunSnonWbinDr_non",0.02,"AmovPercMrunSnonWbinDbr_non",0.02,"AmovPercMrunSnonWbinDb_non",0.02,"AmovPercMrunSnonWbinDbl_non",0.02,"AmovPercMrunSnonWbinDl_non",0.02,"AmovPercMrunSnonWbinDfl_non",0.02,"AmovPercMevaSnonWbinDf_non",0.02,"AmovPercMevaSnonWbinDfr_non",0.02,"AmovPercMevaSnonWbinDfl_non",0.02}; + }; + class AmovPercMwlkSoptWbinDf_non: AwopPercMstpSoptWbinDnon_non + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.47619; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocStandCivilActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDfr_non",0.025,"AmovPercMwlkSoptWbinDfl_non",0.025,"AmovPercMrunSnonWbinDf_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMwlkSoptWbinDf_non",0.025,"AmovPknlMrunSnonWbinDf_non",0.025,"AmovPercMwlkSoptWbinDl_non",0.025,"AmovPercMwlkSoptWbinDr_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDfr_non: AmovPercMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDfr"; + actions = "BinocStandCivilActionsWlkFR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDf_non",0.025,"AmovPercMwlkSoptWbinDr_non",0.025,"AmovPercMrunSnonWbinDfr_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMwlkSoptWbinDfr_non",0.025,"AmovPknlMrunSnonWbinDfr_non",0.025,"AmovPercMwlkSoptWbinDbr_non",0.025,"AmovPercMwlkSoptWbinDfl_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDr_non: AmovPercMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDr"; + speed = 0.909091; + actions = "BinocStandCivilActionsWlkR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDfr_non",0.025,"AmovPercMwlkSoptWbinDbr_non",0.025,"AmovPercMrunSnonWbinDr_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMwlkSoptWbinDr_non",0.025,"AmovPknlMrunSnonWbinDf_non",0.025,"AmovPercMwlkSoptWbinDf_non",0.025,"AmovPercMwlkSoptWbinDb_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDbr_non: AmovPercMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDbr"; + speed = 1; + actions = "BinocStandCivilActionsWlkBR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDr_non",0.025,"AmovPercMwlkSoptWbinDb_non",0.025,"AmovPercMrunSnonWbinDbr_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMwlkSoptWbinDbr_non",0.025,"AmovPknlMrunSnonWbinDbr_non",0.025,"AmovPercMwlkSoptWbinDfr_non",0.025,"AmovPercMwlkSoptWbinDbl_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDb_non: AmovPercMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDb"; + speed = 1; + actions = "BinocStandCivilActionsWlkB"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDbr_non",0.025,"AmovPercMwlkSoptWbinDbl_non",0.025,"AmovPercMrunSnonWbinDb_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMwlkSoptWbinDb_non",0.025,"AmovPknlMrunSnonWbinDb_non",0.025,"AmovPercMwlkSoptWbinDl_non",0.025,"AmovPercMwlkSoptWbinDr_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDbl_non: AmovPercMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDbl"; + speed = 1; + actions = "BinocStandCivilActionsWlkBL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDb_non",0.025,"AmovPercMwlkSoptWbinDl_non",0.025,"AmovPercMrunSnonWbinDbl_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMwlkSoptWbinDbl_non",0.025,"AmovPknlMrunSnonWbinDbl_non",0.025,"AmovPercMwlkSoptWbinDfl_non",0.025,"AmovPercMwlkSoptWbinDbr_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDl_non: AmovPercMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDl"; + speed = 0.882353; + actions = "BinocStandCivilActionsWlkL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDbl_non",0.025,"AmovPercMwlkSoptWbinDfl_non",0.025,"AmovPercMrunSnonWbinDl_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMwlkSoptWbinDl_non",0.025,"AmovPknlMrunSnonWbinDl_non",0.025,"AmovPercMwlkSoptWbinDf_non",0.025,"AmovPercMwlkSoptWbinDb_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMwlkSoptWbinDfl_non: AmovPercMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\wlk\opt\bin\AwopPercMwlkSoptWbinDfl"; + actions = "BinocStandCivilActionsWlkFL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDf_non",0.025,"AmovPercMwlkSoptWbinDl_non",0.025,"AmovPercMrunSnonWbinDfl_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMwlkSoptWbinDfl_non",0.025,"AmovPknlMrunSnonWbinDfl_non",0.025,"AmovPercMwlkSoptWbinDfr_non",0.025,"AmovPercMwlkSoptWbinDbl_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDf_non: AmovPercMwlkSoptWbinDf_non + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 1.2485; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDf"; + actions = "BinocStandCivilActionsRunF"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDf_non",0.025,"AmovPercMrunSnonWbinDfr_non",0.025,"AmovPercMrunSnonWbinDfl_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMrunSnonWbinDf_non",0.025,"AmovPknlMwlkSoptWbinDf_non",0.025,"AmovPercMrunSnonWbinDl_non",0.025,"AmovPercMrunSnonWbinDr_non",0.025,"AmovPercMevaSnonWbinDf_non",0.025,"AmovPercMevaSnonWbinDfl_non",0.025,"AmovPercMevaSnonWbinDfr_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDfr_non: AmovPercMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfr"; + actions = "BinocStandCivilActionsRunFR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDfr_non",0.025,"AmovPercMrunSnonWbinDf_non",0.025,"AmovPercMrunSnonWbinDr_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMrunSnonWbinDfr_non",0.025,"AmovPknlMwlkSoptWbinDfr_non",0.025,"AmovPercMrunSnonWbinDfl_non",0.025,"AmovPercMrunSnonWbinDbr_non",0.025,"AmovPercMevaSnonWbinDf_non",0.025,"AmovPercMevaSnonWbinDfl_non",0.025,"AmovPercMevaSnonWbinDfr_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDr_non: AmovPercMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDr"; + speed = 0.772059; + actions = "BinocStandCivilActionsRunR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDr_non",0.025,"AmovPercMrunSnonWbinDfr_non",0.025,"AmovPercMrunSnonWbinDbr_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMrunSnonWbinDr_non",0.025,"AmovPknlMwlkSoptWbinDr_non",0.025,"AmovPercMrunSnonWbinDf_non",0.025,"AmovPercMrunSnonWbinDb_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDb_non: AmovPercMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDb"; + speed = 0.75; + actions = "BinocStandCivilActionsRunB"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDb_non",0.025,"AmovPercMrunSnonWbinDbr_non",0.025,"AmovPercMrunSnonWbinDbl_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMrunSnonWbinDb_non",0.025,"AmovPknlMwlkSoptWbinDb_non",0.025,"AmovPercMrunSnonWbinDl_non",0.025,"AmovPercMrunSnonWbinDr_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDbr_non: AmovPercMrunSnonWbinDb_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDbr"; + actions = "BinocStandCivilActionsRunBR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDbr_non",0.025,"AmovPercMrunSnonWbinDr_non",0.025,"AmovPercMrunSnonWbinDb_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMrunSnonWbinDbr_non",0.025,"AmovPknlMwlkSoptWbinDbr_non",0.025,"AmovPercMrunSnonWbinDfr_non",0.025,"AmovPercMrunSnonWbinDbl_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDbl_non: AmovPercMrunSnonWbinDb_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDbl"; + actions = "BinocStandCivilActionsRunBL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDbl_non",0.025,"AmovPercMrunSnonWbinDb_non",0.025,"AmovPercMrunSnonWbinDl_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMrunSnonWbinDbl_non",0.025,"AmovPknlMwlkSoptWbinDbl_non",0.025,"AmovPercMrunSnonWbinDfl_non",0.025,"AmovPercMrunSnonWbinDbr_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDl_non: AmovPercMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDl"; + speed = 0.70946; + actions = "BinocStandCivilActionsRunL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDl_non",0.025,"AmovPercMrunSnonWbinDbl_non",0.025,"AmovPercMrunSnonWbinDfl_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMrunSnonWbinDl_non",0.025,"AmovPknlMwlkSoptWbinDl_non",0.025,"AmovPercMrunSnonWbinDf_non",0.025,"AmovPercMrunSnonWbinDb_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMrunSnonWbinDfl_non: AmovPercMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\non\non\AmovPercMrunSnonWnonDfl"; + actions = "BinocStandCivilActionsRunFL"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDfl_non",0.025,"AmovPercMrunSnonWbinDf_non",0.025,"AmovPercMrunSnonWbinDl_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMrunSnonWbinDfl_non",0.025,"AmovPknlMwlkSoptWbinDfl_non",0.025,"AmovPercMrunSnonWbinDfr_non",0.025,"AmovPercMrunSnonWbinDbl_non",0.025,"AmovPercMevaSnonWbinDf_non",0.025,"AmovPercMevaSnonWbinDfl_non",0.025,"AmovPercMevaSnonWbinDfr_non",0.025,"Unconscious",0.1}; + }; + class AwopPercMstpSoptWbinDnon_non_turnL: AwopPercMstpSoptWbinDnon_non + { + speed = 0.5; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"Unconscious",0.1}; + }; + class AwopPercMstpSoptWbinDnon_non_turnR: AwopPercMstpSoptWbinDnon_non_turnL{}; + class AmovPercMevaSnonWbinDf_non: AmovPercMrunSnonWbinDf_non + { + speed = 1.54286; + duty = 1; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDf"; + actions = "BinocStandCivilActionsEvasiveF"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDf_non",0.025,"AmovPercMrunSnonWbinDf_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMevaSnonWbinDf_non",0.025,"AmovPercMevaSnonWbinDfl_non",0.025,"AmovPercMevaSnonWbinDfr_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSnonWbinDfl_non: AmovPercMevaSnonWbinDf_non + { + speed = 1.54286; + actions = "BinocStandCivilActionsEvasiveFL"; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfl"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDfl_non",0.025,"AmovPercMrunSnonWbinDfl_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMevaSnonWbinDf_non",0.025,"AmovPercMevaSnonWbinDfl_non",0.025,"AmovPercMevaSnonWbinDfr_non",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSnonWbinDfr_non: AmovPercMevaSnonWbinDf_non + { + speed = 1.54286; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfr"; + actions = "BinocStandCivilActionsEvasiveFR"; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_non",0.02,"AmovPercMwlkSoptWbinDfr_non",0.025,"AmovPercMrunSnonWbinDfr_non",0.025,"AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMevaSnonWbinDf_non",0.025,"AmovPercMevaSnonWbinDfl_non",0.025,"AmovPercMevaSnonWbinDfr_non",0.025,"Unconscious",0.1}; + }; + class AwopPknlMstpSoptWbinDnon_non: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + actions = "BinocKneelCivilActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon"; + showWeaponAim = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.15; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + enableOptics = 4096; + canPullTrigger = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.02,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon",0.02,"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon",0.02,"AwopPknlMstpSoptWbinDnon_non_turnL",0.02,"AwopPknlMstpSoptWbinDnon_non_turnR",0.02,"AwopPknlMstpSoptWbinDnon_non",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non_turnL",0.02,"AwopPknlMstpSoptWbinDnon_non_turnR",0.02,"Unconscious",0.01,"AmovPknlMwlkSoptWbinDf_non",0.02,"AmovPknlMwlkSoptWbinDfr_non",0.02,"AmovPknlMwlkSoptWbinDr_non",0.02,"AmovPknlMwlkSoptWbinDbr_non",0.02,"AmovPknlMwlkSoptWbinDb_non",0.02,"AmovPknlMwlkSoptWbinDbl_non",0.02,"AmovPknlMwlkSoptWbinDl_non",0.02,"AmovPknlMwlkSoptWbinDfl_non",0.02,"AmovPknlMrunSnonWbinDf_non",0.02,"AmovPknlMrunSnonWbinDfr_non",0.02,"AmovPknlMrunSnonWbinDr_non",0.02,"AmovPknlMrunSnonWbinDbr_non",0.02,"AmovPknlMrunSnonWbinDb_non",0.02,"AmovPknlMrunSnonWbinDbl_non",0.02,"AmovPknlMrunSnonWbinDl_non",0.02,"AmovPknlMrunSnonWbinDfl_non",0.02,"AmovPknlMevaSnonWbinDf_non",0.02,"AmovPknlMevaSnonWbinDfr_non",0.02,"AmovPknlMevaSnonWbinDfl_non",0.02}; + }; + class AmovPknlMwlkSoptWbinDf_non: AwopPknlMstpSoptWbinDnon_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.505619; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocKneelCivilActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDfr_non",0.025,"AmovPknlMwlkSoptWbinDfl_non",0.025,"AmovPknlMrunSnonWbinDf_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMwlkSoptWbinDf_non",0.025,"AmovPercMrunSnonWbinDf_non",0.025,"AmovPknlMwlkSoptWbinDl_non",0.025,"AmovPknlMwlkSoptWbinDr_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDfr_non: AmovPknlMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDfr"; + actions = "BinocKneelCivilActionsWlkFR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDf_non",0.025,"AmovPknlMwlkSoptWbinDr_non",0.025,"AmovPknlMrunSnonWbinDfr_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMwlkSoptWbinDfr_non",0.025,"AmovPercMrunSnonWbinDfr_non",0.025,"AmovPknlMwlkSoptWbinDbr_non",0.025,"AmovPknlMwlkSoptWbinDfl_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDr_non: AmovPknlMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDr"; + speed = 0.45; + actions = "BinocKneelCivilActionsWlkR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDfr_non",0.025,"AmovPknlMwlkSoptWbinDbr_non",0.025,"AmovPknlMrunSnonWbinDr_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMwlkSoptWbinDr_non",0.025,"AmovPercMrunSnonWbinDf_non",0.025,"AmovPknlMwlkSoptWbinDf_non",0.025,"AmovPknlMwlkSoptWbinDb_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDbr_non: AmovPknlMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDbr"; + speed = 0.445545; + actions = "BinocKneelCivilActionsWlkBR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDr_non",0.025,"AmovPknlMwlkSoptWbinDb_non",0.025,"AmovPknlMrunSnonWbinDbr_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMwlkSoptWbinDbr_non",0.025,"AmovPercMrunSnonWbinDbr_non",0.025,"AmovPknlMwlkSoptWbinDfr_non",0.025,"AmovPknlMwlkSoptWbinDbl_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDb_non: AmovPknlMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDb"; + speed = 0.445545; + actions = "BinocKneelCivilActionsWlkB"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDbr_non",0.025,"AmovPknlMwlkSoptWbinDbl_non",0.025,"AmovPknlMrunSnonWbinDb_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMwlkSoptWbinDb_non",0.025,"AmovPercMrunSnonWbinDb_non",0.025,"AmovPknlMwlkSoptWbinDl_non",0.025,"AmovPknlMwlkSoptWbinDr_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDbl_non: AmovPknlMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDbl"; + speed = 0.445545; + actions = "BinocKneelCivilActionsWlkBL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDb_non",0.025,"AmovPknlMwlkSoptWbinDl_non",0.025,"AmovPknlMrunSnonWbinDbl_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMwlkSoptWbinDbl_non",0.025,"AmovPercMrunSnonWbinDbl_non",0.025,"AmovPknlMwlkSoptWbinDfl_non",0.025,"AmovPknlMwlkSoptWbinDbr_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDl_non: AmovPknlMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDl"; + actions = "BinocKneelCivilActionsWlkL"; + speed = 0.445545; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDbl_non",0.025,"AmovPknlMwlkSoptWbinDfl_non",0.025,"AmovPknlMrunSnonWbinDl_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMwlkSoptWbinDl_non",0.025,"AmovPercMrunSnonWbinDl_non",0.025,"AmovPknlMwlkSoptWbinDf_non",0.025,"AmovPknlMwlkSoptWbinDb_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMwlkSoptWbinDfl_non: AmovPknlMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\AmovPknlMwlkSnonWnonDfl"; + actions = "BinocKneelCivilActionsWlkFL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDf_non",0.025,"AmovPknlMwlkSoptWbinDl_non",0.025,"AmovPknlMrunSnonWbinDfl_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMwlkSoptWbinDfl_non",0.025,"AmovPercMrunSnonWbinDfl_non",0.025,"AmovPknlMwlkSoptWbinDfr_non",0.025,"AmovPknlMwlkSoptWbinDbl_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDf_non: AmovPknlMwlkSoptWbinDf_non + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 0.666667; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDf"; + actions = "BinocKneelCivilActionsRunF"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDf_non",0.025,"AmovPknlMrunSnonWbinDfr_non",0.025,"AmovPknlMrunSnonWbinDfl_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMrunSnonWbinDf_non",0.025,"AmovPercMwlkSoptWbinDf_non",0.025,"AmovPknlMrunSnonWbinDl_non",0.025,"AmovPknlMrunSnonWbinDr_non",0.025,"AmovPknlMevaSnonWbinDf_non",0.025,"AmovPknlMevaSnonWbinDfl_non",0.025,"AmovPknlMevaSnonWbinDfr_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDfr_non: AmovPknlMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDfr"; + actions = "BinocKneelCivilActionsRunFR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDfr_non",0.025,"AmovPknlMrunSnonWbinDf_non",0.025,"AmovPknlMrunSnonWbinDr_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMrunSnonWbinDfr_non",0.025,"AmovPercMwlkSoptWbinDfr_non",0.025,"AmovPknlMrunSnonWbinDfl_non",0.025,"AmovPknlMrunSnonWbinDbr_non",0.025,"AmovPknlMevaSnonWbinDf_non",0.025,"AmovPknlMevaSnonWbinDfl_non",0.025,"AmovPknlMevaSnonWbinDfr_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDr_non: AmovPknlMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDr"; + speed = 0.772059; + actions = "BinocKneelCivilActionsRunR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDr_non",0.025,"AmovPknlMrunSnonWbinDfr_non",0.025,"AmovPknlMrunSnonWbinDbr_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMrunSnonWbinDr_non",0.025,"AmovPercMwlkSoptWbinDr_non",0.025,"AmovPknlMrunSnonWbinDf_non",0.025,"AmovPknlMrunSnonWbinDb_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDb_non: AmovPknlMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDb"; + speed = 0.75; + actions = "BinocKneelCivilActionsRunB"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDb_non",0.025,"AmovPknlMrunSnonWbinDbr_non",0.025,"AmovPknlMrunSnonWbinDbl_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMrunSnonWbinDb_non",0.025,"AmovPercMwlkSoptWbinDb_non",0.025,"AmovPknlMrunSnonWbinDl_non",0.025,"AmovPknlMrunSnonWbinDr_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDbr_non: AmovPknlMrunSnonWbinDb_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDbr"; + actions = "BinocKneelCivilActionsRunBR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDbr_non",0.025,"AmovPknlMrunSnonWbinDr_non",0.025,"AmovPknlMrunSnonWbinDb_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMrunSnonWbinDbr_non",0.025,"AmovPercMwlkSoptWbinDbr_non",0.025,"AmovPknlMrunSnonWbinDfr_non",0.025,"AmovPknlMrunSnonWbinDbl_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDbl_non: AmovPknlMrunSnonWbinDb_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDbl"; + actions = "BinocKneelCivilActionsRunBL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDbl_non",0.025,"AmovPknlMrunSnonWbinDb_non",0.025,"AmovPknlMrunSnonWbinDl_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMrunSnonWbinDbl_non",0.025,"AmovPercMwlkSoptWbinDbl_non",0.025,"AmovPknlMrunSnonWbinDfl_non",0.025,"AmovPknlMrunSnonWbinDbr_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDl_non: AmovPknlMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDl"; + speed = 0.70946; + actions = "BinocKneelCivilActionsRunL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDl_non",0.025,"AmovPknlMrunSnonWbinDbl_non",0.025,"AmovPknlMrunSnonWbinDfl_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMrunSnonWbinDl_non",0.025,"AmovPercMwlkSoptWbinDl_non",0.025,"AmovPknlMrunSnonWbinDf_non",0.025,"AmovPknlMrunSnonWbinDb_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMrunSnonWbinDfl_non: AmovPknlMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\non\non\AmovPknlMrunSnonWnonDfl"; + actions = "BinocKneelCivilActionsRunFL"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDfl_non",0.025,"AmovPknlMrunSnonWbinDf_non",0.025,"AmovPknlMrunSnonWbinDl_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPercMrunSnonWbinDfl_non",0.025,"AmovPercMwlkSoptWbinDfl_non",0.025,"AmovPknlMrunSnonWbinDfr_non",0.025,"AmovPknlMrunSnonWbinDbl_non",0.025,"AmovPknlMevaSnonWbinDf_non",0.025,"AmovPknlMevaSnonWbinDfl_non",0.025,"AmovPknlMevaSnonWbinDfr_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDf_non: AmovPknlMrunSnonWbinDf_non + { + speed = 1.54286; + duty = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDf"; + actions = "BinocKneelCivilActionsEvasiveF"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDf_non",0.025,"AmovPknlMrunSnonWbinDf_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMevaSnonWbinDf_non",0.025,"AmovPknlMevaSnonWbinDfl_non",0.025,"AmovPknlMevaSnonWbinDfr_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDfl_non: AmovPknlMevaSnonWbinDf_non + { + speed = 1.54286; + actions = "BinocKneelCivilActionsEvasiveFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDfl"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDfl_non",0.025,"AmovPknlMrunSnonWbinDfl_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMevaSnonWbinDf_non",0.025,"AmovPknlMevaSnonWbinDfl_non",0.025,"AmovPknlMevaSnonWbinDfr_non",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDfr_non: AmovPknlMevaSnonWbinDf_non + { + speed = 1.54286; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\spr\non\non\AmovPknlMevaSnonWnonDfr"; + actions = "BinocKneelCivilActionsEvasiveFR"; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"AmovPknlMwlkSoptWbinDfr_non",0.025,"AmovPknlMrunSnonWbinDfr_non",0.025,"AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non",0.025,"AmovPknlMevaSnonWbinDf_non",0.025,"AmovPknlMevaSnonWbinDfl_non",0.025,"AmovPknlMevaSnonWbinDfr_non",0.025,"Unconscious",0.1}; + }; + class AwopPknlMstpSoptWbinDnon_non_turnL: AwopPknlMstpSoptWbinDnon_non + { + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_non",0.02,"Unconscious",0.1}; + }; + class AwopPknlMstpSoptWbinDnon_non_turnR: AwopPknlMstpSoptWbinDnon_non_turnL{}; + class AwopPpneMstpSoptWbinDnon_non: AmovPpneMstpSrasWpstDnon + { + variantsPlayer[] = {}; + actions = "BinocProneCivilActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon"; + showWeaponAim = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + aimprecision = 0.05; + enableOptics = 4096; + canPullTrigger = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.02,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon",0.02,"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon",0.02,"AwopPpneMstpSoptWbinDnon_non_turnL",0.02,"AwopPpneMstpSoptWbinDnon_non_turnR",0.02,"AwopPpneMstpSoptWbinDnon_non",0.02}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non_turnL",0.02,"AwopPpneMstpSoptWbinDnon_non_turnR",0.02,"Unconscious",0.01,"AmovPpneMwlkSoptWbinDf_non",0.02,"AmovPpneMwlkSoptWbinDfr_non",0.02,"AmovPpneMwlkSoptWbinDr_non",0.02,"AmovPpneMwlkSoptWbinDbr_non",0.02,"AmovPpneMwlkSoptWbinDb_non",0.02,"AmovPpneMwlkSoptWbinDbl_non",0.02,"AmovPpneMwlkSoptWbinDl_non",0.02,"AmovPpneMwlkSoptWbinDfl_non",0.02}; + }; + class AmovPpneMwlkSoptWbinDf_non: AwopPpneMstpSoptWbinDnon_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimPrecision = 3; + speed = 0.47619; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + actions = "BinocProneCivilActionsWlkF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDfr_non",0.025,"AmovPpneMwlkSoptWbinDfl_non",0.025,"AmovPpneMrunSnonWbinDf_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMwlkSoptWbinDl_non",0.025,"AmovPpneMwlkSoptWbinDr_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDfr_non: AmovPpneMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + actions = "BinocProneCivilActionsWlkFR"; + speed = 0.625; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDf_non",0.025,"AmovPpneMwlkSoptWbinDr_non",0.025,"AmovPpneMrunSnonWbinDfr_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMwlkSoptWbinDbr_non",0.025,"AmovPpneMwlkSoptWbinDfl_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDr_non: AmovPpneMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 0.666667; + actions = "BinocProneCivilActionsWlkR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDfr_non",0.025,"AmovPpneMwlkSoptWbinDbr_non",0.025,"AmovPpneMrunSnonWbinDr_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMwlkSoptWbinDf_non",0.025,"AmovPpneMwlkSoptWbinDb_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDbr_non: AmovPpneMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 0.789474; + actions = "BinocProneCivilActionsWlkBR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDr_non",0.025,"AmovPpneMwlkSoptWbinDb_non",0.025,"AmovPpneMrunSnonWbinDbr_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMwlkSoptWbinDfr_non",0.025,"AmovPpneMwlkSoptWbinDbl_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDb_non: AmovPpneMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.434783; + actions = "BinocProneCivilActionsWlkB"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDbr_non",0.025,"AmovPpneMwlkSoptWbinDbl_non",0.025,"AmovPpneMrunSnonWbinDb_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMwlkSoptWbinDl_non",0.025,"AmovPpneMwlkSoptWbinDr_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDbl_non: AmovPpneMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + speed = 0.681818; + actions = "BinocProneCivilActionsWlkBL"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDb_non",0.025,"AmovPpneMwlkSoptWbinDl_non",0.025,"AmovPpneMrunSnonWbinDbl_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMwlkSoptWbinDfl_non",0.025,"AmovPpneMwlkSoptWbinDbr_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDl_non: AmovPpneMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + actions = "BinocProneCivilActionsWlkL"; + speed = 0.833333; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDbl_non",0.025,"AmovPpneMwlkSoptWbinDfl_non",0.025,"AmovPpneMrunSnonWbinDl_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMwlkSoptWbinDf_non",0.025,"AmovPpneMwlkSoptWbinDb_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMwlkSoptWbinDfl_non: AmovPpneMwlkSoptWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + actions = "BinocProneCivilActionsWlkFL"; + speed = 0.545455; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDf_non",0.025,"AmovPpneMwlkSoptWbinDl_non",0.025,"AmovPpneMrunSnonWbinDfl_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMwlkSoptWbinDfr_non",0.025,"AmovPpneMwlkSoptWbinDbl_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDf_non: AmovPpneMwlkSoptWbinDf_non + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "run"; + speed = 0.517241; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + actions = "BinocProneCivilActionsRunF"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDf_non",0.025,"AmovPpneMrunSnonWbinDfr_non",0.025,"AmovPpneMrunSnonWbinDfl_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMrunSnonWbinDl_non",0.025,"AmovPpneMrunSnonWbinDr_non",0.025,"AmovPpneMevaSnonWbinDf_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDfr_non: AmovPpneMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + actions = "BinocProneCivilActionsRunFR"; + speed = 0.625; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDfr_non",0.025,"AmovPpneMrunSnonWbinDf_non",0.025,"AmovPpneMrunSnonWbinDr_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMrunSnonWbinDfl_non",0.025,"AmovPpneMrunSnonWbinDbr_non",0.025,"AmovPpneMevaSnonWbinDf_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDr_non: AmovPpneMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 0.666667; + actions = "BinocProneCivilActionsRunR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDr_non",0.025,"AmovPpneMrunSnonWbinDfr_non",0.025,"AmovPpneMrunSnonWbinDbr_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMrunSnonWbinDf_non",0.025,"AmovPpneMrunSnonWbinDb_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDb_non: AmovPpneMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.434783; + actions = "BinocProneCivilActionsRunB"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDb_non",0.025,"AmovPpneMrunSnonWbinDbr_non",0.025,"AmovPpneMrunSnonWbinDbl_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMrunSnonWbinDl_non",0.025,"AmovPpneMrunSnonWbinDr_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDbr_non: AmovPpneMrunSnonWbinDb_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 0.789474; + actions = "BinocProneCivilActionsRunBR"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDbr_non",0.025,"AmovPpneMrunSnonWbinDr_non",0.025,"AmovPpneMrunSnonWbinDb_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMrunSnonWbinDfr_non",0.025,"AmovPpneMrunSnonWbinDbl_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDbl_non: AmovPpneMrunSnonWbinDb_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + actions = "BinocProneCivilActionsRunBL"; + speed = 0.681818; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDbl_non",0.025,"AmovPpneMrunSnonWbinDb_non",0.025,"AmovPpneMrunSnonWbinDl_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMrunSnonWbinDfl_non",0.025,"AmovPpneMrunSnonWbinDbr_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDl_non: AmovPpneMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + speed = 0.833333; + actions = "BinocProneCivilActionsRunL"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDl_non",0.025,"AmovPpneMrunSnonWbinDbl_non",0.025,"AmovPpneMrunSnonWbinDfl_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AmovPpneMrunSnonWbinDf_non",0.025,"AmovPpneMrunSnonWbinDb_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMrunSnonWbinDfl_non: AmovPpneMrunSnonWbinDf_non + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + speed = 0.545455; + actions = "BinocProneCivilActionsRunFL"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDfl_non",0.025,"AmovPpneMrunSnonWbinDf_non",0.025,"AmovPpneMrunSnonWbinDl_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMrunSnonWbinDfr_non",0.025,"AmovPpneMrunSnonWbinDbl_non",0.025,"AmovPpneMevaSnonWbinDf_non",0.025,"Unconscious",0.1}; + }; + class AmovPpneMevaSnonWbinDf_non: AmovPpneMrunSnonWbinDf_non + { + speed = 0.732886; + duty = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\spr\low\pst\AmovPpneMsprSlowWpstDf"; + actions = "BinocProneCivilActionsEvasiveF"; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"AmovPpneMwlkSoptWbinDf_non",0.025,"AmovPpneMrunSnonWbinDf_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non",0.025,"AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non",0.025,"AmovPpneMevaSnonWbinDf_non",0.025,"Unconscious",0.1}; + }; + class AwopPpneMstpSoptWbinDnon_non_turnL: AwopPpneMstpSoptWbinDnon_non + { + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_non",0.02,"Unconscious",0.1}; + }; + class AwopPpneMstpSoptWbinDnon_non_turnR: AwopPpneMstpSoptWbinDnon_non_turnL{}; + class AmovPercMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon: AmovPknlMstpSoptWbinDnon + { + duty = 0.1; + actions = "BinocKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon"; + speed = 1.7; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + soundEdge[] = {0.01}; + soundEnabled = 1; + soundOverride = "adjust_stand_to_kneel"; + }; + class AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon: AmovPpneMstpSoptWbinDnon + { + stamina = 0; + duty = 0.6; + variantsPlayer[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + actions = "BinocProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon"; + speed = 1.1; + onLandEnd = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorBeg = 1; + interpolationRestart = 1; + interpolationSpeed = 3; + soundEdge[] = {0.01}; + soundEnabled = 1; + soundOverride = "adjust_stand_to_prone"; + }; + class AmovPknlMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon: AmovPercMstpSoptWbinDnon + { + duty = 0.2; + actions = "BinocStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon"; + speed = 1.3; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + interpolationSpeed = 3; + soundEdge[] = {0.01}; + soundEnabled = 1; + soundOverride = "adjust_kneel_to_stand"; + }; + class AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon: AmovPpneMstpSoptWbinDnon + { + stamina = 0; + duty = 0.1; + variantsPlayer[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + actions = "BinocProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon"; + speed = 1.1; + onLandEnd = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorBeg = 1; + interpolationRestart = 1; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + interpolationSpeed = 3; + soundEdge[] = {0.01}; + soundEnabled = 1; + soundOverride = "adjust_kneel_to_prone"; + }; + class AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon: AmovPercMstpSoptWbinDnon + { + stamina = 0; + duty = 1.0; + variantsPlayer[] = {}; + actions = "BinocStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon"; + speed = 0.55; + onLandBeg = 1; + canPullTrigger = 0; + minPlayTime = 0.55; + canBlendStep = 0; + looped = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + soundEdge[] = {0.01}; + soundEnabled = 1; + soundOverride = "adjust_prone_to_stand"; + }; + class AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon: AmovPknlMstpSoptWbinDnon + { + stamina = 0; + duty = 0.6; + variantsPlayer[] = {}; + minPlayTime = 0.55; + canBlendStep = 0; + looped = 0; + actions = "BinocKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon"; + speed = 0.92; + onLandBeg = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + soundEdge[] = {0.01}; + soundEnabled = 1; + soundOverride = "adjust_prone_to_kneel"; + }; + class AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle: AwopPknlMstpSoptWbinDnon_rfl + { + actions = "BinocKneelRflActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon"; + speed = 1.7; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + }; + class AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle: AwopPpneMstpSoptWbinDnon_rfl + { + variantsPlayer[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + actions = "BinocProneRflActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon"; + speed = 1.1; + onLandEnd = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorBeg = 1; + interpolationRestart = 1; + interpolationSpeed = 3; + }; + class AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle: AwopPercMstpSoptWbinDnon_rfl + { + actions = "BinocStandRflActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon"; + speed = 1.3; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + interpolationSpeed = 3; + }; + class AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_rifle: AwopPpneMstpSoptWbinDnon_rfl + { + variantsPlayer[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + actions = "BinocProneRflActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon"; + speed = 1.1; + onLandEnd = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorBeg = 1; + interpolationRestart = 1; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + interpolationSpeed = 3; + }; + class AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_rifle: AwopPercMstpSoptWbinDnon_rfl + { + variantsPlayer[] = {}; + actions = "BinocStandRflActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon"; + speed = 0.55; + onLandBeg = 1; + canPullTrigger = 0; + minPlayTime = 0.55; + canBlendStep = 0; + looped = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + }; + class AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_rifle: AwopPknlMstpSoptWbinDnon_rfl + { + variantsPlayer[] = {}; + minPlayTime = 0.55; + canBlendStep = 0; + looped = 0; + actions = "BinocKneelRflActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon"; + speed = 0.92; + onLandBeg = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + }; + class AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol: AwopPknlMstpSoptWbinDnon_pst + { + actions = "BinocKneelPstActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon"; + speed = 1.7; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + }; + class AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol: AwopPpneMstpSoptWbinDnon_pst + { + variantsPlayer[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + actions = "BinocPronePstActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon"; + speed = 1.1; + onLandEnd = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorBeg = 1; + interpolationRestart = 1; + interpolationSpeed = 3; + }; + class AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol: AwopPercMstpSoptWbinDnon_pst + { + actions = "BinocStandPstActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon"; + speed = 1.3; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + interpolationSpeed = 3; + }; + class AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_pistol: AwopPpneMstpSoptWbinDnon_pst + { + variantsPlayer[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + actions = "BinocPronePstActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon"; + speed = 1.1; + onLandEnd = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorBeg = 1; + interpolationRestart = 1; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + interpolationSpeed = 3; + }; + class AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_pistol: AwopPercMstpSoptWbinDnon_pst + { + variantsPlayer[] = {}; + actions = "BinocStandPstActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon"; + speed = 0.55; + onLandBeg = 1; + canPullTrigger = 0; + minPlayTime = 0.55; + canBlendStep = 0; + looped = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + }; + class AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_pistol: AwopPknlMstpSoptWbinDnon_pst + { + variantsPlayer[] = {}; + minPlayTime = 0.55; + canBlendStep = 0; + looped = 0; + actions = "BinocKneelPstActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon"; + speed = 0.92; + onLandBeg = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + }; + class AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher: AwopPknlMstpSoptWbinDnon_lnr + { + actions = "BinocKneelLnrActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon"; + speed = 1.7; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + }; + class AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher: AwopPpneMstpSoptWbinDnon_lnr + { + variantsPlayer[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + actions = "BinocProneLnrActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon"; + speed = 1.1; + onLandEnd = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorBeg = 1; + interpolationRestart = 1; + interpolationSpeed = 3; + }; + class AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher: AwopPercMstpSoptWbinDnon_lnr + { + actions = "BinocStandLnrActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon"; + speed = 1.3; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + interpolationSpeed = 3; + }; + class AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_launcher: AwopPpneMstpSoptWbinDnon_lnr + { + variantsPlayer[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + actions = "BinocProneLnrActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon"; + speed = 1.1; + onLandEnd = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorBeg = 1; + interpolationRestart = 1; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + interpolationSpeed = 3; + }; + class AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_launcher: AwopPercMstpSoptWbinDnon_lnr + { + variantsPlayer[] = {}; + actions = "BinocStandLnrActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon"; + speed = 0.55; + onLandBeg = 1; + canPullTrigger = 0; + minPlayTime = 0.55; + canBlendStep = 0; + looped = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + }; + class AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_launcher: AwopPknlMstpSoptWbinDnon_lnr + { + variantsPlayer[] = {}; + minPlayTime = 0.55; + canBlendStep = 0; + looped = 0; + actions = "BinocKneelLnrActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon"; + speed = 0.92; + onLandBeg = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + }; + class AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non: AwopPknlMstpSoptWbinDnon_non + { + actions = "BinocKneelCivilActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon"; + speed = 1.7; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + }; + class AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non: AwopPpneMstpSoptWbinDnon_non + { + variantsPlayer[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + actions = "BinocProneCivilActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon"; + speed = 1.1; + onLandEnd = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorBeg = 1; + interpolationRestart = 1; + interpolationSpeed = 3; + }; + class AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non: AwopPercMstpSoptWbinDnon_non + { + actions = "BinocStandCivilActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon"; + speed = 1.3; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + interpolationSpeed = 3; + }; + class AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon_non: AwopPpneMstpSoptWbinDnon_non + { + variantsPlayer[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + looped = 0; + actions = "BinocProneCivilActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AwopPpneMstpSoptWbinDnon"; + speed = 1.1; + onLandEnd = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorBeg = 1; + interpolationRestart = 1; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + interpolationSpeed = 3; + }; + class AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_non: AwopPercMstpSoptWbinDnon_non + { + variantsPlayer[] = {}; + actions = "BinocStandCivilActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon"; + speed = 0.55; + onLandBeg = 1; + canPullTrigger = 0; + minPlayTime = 0.55; + canBlendStep = 0; + looped = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + }; + class AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_non: AwopPknlMstpSoptWbinDnon_non + { + variantsPlayer[] = {}; + minPlayTime = 0.55; + canBlendStep = 0; + looped = 0; + actions = "BinocKneelCivilActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\AwopPpneMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon"; + speed = 0.92; + onLandBeg = 1; + canPullTrigger = 0; + showItemInHand = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 1; + interpolationSpeed = 3; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + }; + class AmovPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon: TransAnimBase_noIK + { + actions = "BinocStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon"; + speed = 1.08108; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + soundEdge[] = {0.01}; + soundOverride = "rifle_to_binoc"; + rightHandIKCurve[] = {0.05,1,0.11,0}; + leftHandIKCurve[] = {0.5,1,0.63,0}; + weaponIK = 1; + canPullTrigger = 0; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon_end: AmovPercMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon_end"; + speed = 2.10526; + showItemInHand = 1; + rightHandIKCurve[] = {0}; + leftHandIKCurve[] = {0}; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + }; + class AmovPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon: TransAnimBase + { + visibleSize = 0.350125; + actions = "BinocKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon"; + speed = 1.08108; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + leftHandIKBeg = 0; + soundEdge[] = {0.01}; + soundOverride = "rifle_to_binoc"; + rightHandIKCurve[] = {0.05,1,0.11,0}; + leftHandIKCurve[] = {0.5,1,0.63,0}; + weaponIK = 1; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + canPullTrigger = 0; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon_end: AmovPknlMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + soundEnabled = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon_end"; + speed = 2.10526; + showItemInHand = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + leftHandIKCurve[] = {}; + rightHandIKCurve[] = {}; + }; + class AmovPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon: TransAnimBase + { + visibleSize = 0.125013; + actions = "BinocProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon"; + speed = 0.530505; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + onLandBeg = 1; + onLandEnd = 1; + interpolationRestart = 2; + leftHandIKBeg = 0; + soundEnabled = 1; + soundEdge[] = {0.01}; + soundOverride = "rifle_to_launcher"; + rightHandIKCurve[] = {0.15,1,0.26,0}; + leftHandIKCurve[] = {0.42,1,0.56,0}; + weaponIK = 1; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + canPullTrigger = 0; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon_end: AmovPpneMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon_end"; + speed = 1.43113; + showItemInHand = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + leftHandIKCurve[] = {}; + rightHandIKCurve[] = {}; + }; + class AmovPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon: TransAnimBase_noIK + { + actions = "BinocStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon"; + speed = 1.03448; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + weaponIK = 0; + showHandGun = 1; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "handgun_to_binoc"; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon_end: AmovPercMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon_end"; + speed = 1.25; + showItemInHand = 1; + rightHandIKCurve[] = {0}; + leftHandIKCurve[] = {0}; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + }; + class AmovPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon: TransAnimBase + { + visibleSize = 0.350125; + actions = "BinocKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon"; + speed = 1.03448; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + showHandGun = 1; + canPullTrigger = 0; + soundEnabled = 1; + soundOverride = "handgun_to_binoc"; + soundEdge[] = {0.01}; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon_end: AmovPknlMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + soundOverride = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon_end"; + speed = 1.25; + showItemInHand = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + leftHandIKCurve[] = {}; + rightHandIKCurve[] = {}; + }; + class AmovPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon: TransAnimBase + { + visibleSize = 0.125013; + actions = "BinocProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon"; + speed = 0.9375; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + onLandBeg = 1; + onLandEnd = 1; + interpolationRestart = 2; + showHandGun = 1; + soundEdge[] = {0.01}; + soundOverride = "handgun_to_binoc"; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon_end: AmovPpneMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon_end"; + speed = 1.046511; + showItemInHand = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + leftHandIKCurve[] = {}; + rightHandIKCurve[] = {}; + }; + class AmovPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon: TransAnimBase_noIK + { + actions = "BinocStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon"; + speed = 2.04545; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "unarmed_to_binoc"; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon_end: AmovPercMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon_end"; + speed = 2.04545; + showItemInHand = 1; + rightHandIKCurve[] = {0}; + leftHandIKCurve[] = {0}; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + }; + class AmovPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon: TransAnimBase + { + visibleSize = 0.350125; + actions = "BinocKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon"; + speed = 2.04545; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "unarmed_to_binoc"; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon_end: AmovPknlMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon_end"; + speed = 2.04545; + showItemInHand = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + leftHandIKCurve[] = {}; + rightHandIKCurve[] = {}; + }; + class AmovPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon: TransAnimBase + { + visibleSize = 0.125013; + actions = "BinocProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon"; + speed = 1.37755; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + onLandBeg = 1; + onLandEnd = 1; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "unarmed_to_binoc"; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon_end: AmovPpneMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon_end"; + speed = 1.29808; + showItemInHand = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + leftHandIKCurve[] = {}; + rightHandIKCurve[] = {}; + }; + class AmovPercMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + actions = "RifleStandTakeActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon"; + speed = 1.56; + disableWeapons = 1; + looped = 0; + interpolationRestart = 2; + leftHandIKCurve[] = {0.8,1,0.9,0}; + rightHandIKCurve[] = {0.37,1,0.43,0}; + ConnectTo[] = {"AinvPknlMstpSlayWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AinvPknlMstpSlayWrflDnon_AmovPercMstpSrasWrflDnon",0.02}; + }; + class AinvPknlMstpSlayWrflDnon: AmovPercMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon"; + speed = 1e+010; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + limitGunMovement = 0.3; + leftHandIKCurve[] = {}; + rightHandIKCurve[] = {}; + ConnectTo[] = {"AinvPknlMstpSlayWrflDnon_AmovPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic",0.02,"Unconscious",0.01,"AinvPknlMstpSlayWrflDnon_1",0.02,"AinvPknlMstpSnonWnonDnon_1",0.02,"AinvPknlMstpSnonWnonDnon_2",0.02,"AinvPknlMstpSnonWnonDnon_3",0.02,"AinvPknlMstpSnonWnonDnon_4",0.02}; + }; + class AinvPknlMstpSlayWrflDnon_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon + { + actions = "RifleStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon_AmovPercMstpSrasWrflDnon"; + speed = 1.06; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + leftHandIKCurve[] = {0.1,0,0.2,1}; + rightHandIKCurve[] = {0.57,0,0.63,1}; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon",0.02}; + }; + class AmovPknlMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + actions = "RifleKneelTakeActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon"; + speed = 1.3; + disableWeapons = 1; + enableOptics = 0; + looped = 0; + interpolationRestart = 2; + leftHandIKCurve[] = {0.8,1,0.9,0}; + rightHandIKCurve[] = {0.37,1,0.43,0}; + ConnectTo[] = {"AinvPknlMstpSlayWrflDnon_1",0.02,"AinvPknlMstpSlayWrflDnon_medic",0.1,"AinvPknlMstpSlayWrflDnon_medicOther",0.05,"AinvPknlMstpSlayWrflDnon_healed",0.1,"AinvPknlMstpSlayWrflDnon_healed2",0.1}; + InterpolateTo[] = {"Unconscious",0.01,"AinvPknlMstpSlayWrflDnon_AmovPknlMstpSrasWrflDnon",0.02}; + }; + class AinvPknlMstpSlayWrflDnon_1: AmovPknlMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon"; + speed = 1e+010; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + rightHandIKCurve[] = {}; + ConnectTo[] = {"AinvPknlMstpSlayWrflDnon_AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AinvPknlMstpSlayWrflDnon",0.02,"AinvPknlMstpSnonWnonDnon_1",0.02,"AinvPknlMstpSnonWnonDnon_2",0.02,"AinvPknlMstpSnonWnonDnon_3",0.02,"AinvPknlMstpSnonWnonDnon_4",0.02}; + }; + class AinvPknlMstpSlayWrflDnon_medic: AmovPknlMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon + { + actions = "HealSelfActionBase"; + aiming = "empty"; + aimingBody = "empty"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon_medic"; + speed = -6.0; + interpolationRestart = 1; + limitGunMovement = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + weaponsIK = 1; + soundOverride = "healself"; + soundEnabled = 1; + canReload = 0; + soundEdge[] = {0.01}; + rightHandIKCurve[] = {0.088,1,0.114,0,0.88888,0,0.93,1}; + leftHandIKCurve[] = {0.052,1,0.061,0,0.954,0,0.97,1}; + ConnectTo[] = {"AinvPknlMstpSlayWrflDnon_medicDummyEnd",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + relSpeedMin = 0.996672; + relSpeedMax = 0.996672; + }; + class AinvPknlMstpSlayWrflDnon_medicOther: AmovPknlMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon + { + actions = "HealSelfActionBase"; + aiming = "empty"; + aimingBody = "empty"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon_medicOther"; + speed = -6.0; + interpolationRestart = 1; + limitGunMovement = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + weaponsIK = 1; + soundOverride = "healself"; + soundEnabled = 1; + minPlayTime = 0.95; + canReload = 0; + soundEdge[] = {0.01}; + rightHandIKCurve[] = {0.05,1,0.072,0,0.915,0,0.933,1}; + leftHandIKCurve[] = {0.0133,1,0.03311,0,0.97,0,0.987,1}; + ConnectTo[] = {"AinvPknlMstpSlayWrflDnon_medicDummyEnd",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + relSpeedMin = 0.996672; + relSpeedMax = 0.996672; + }; + class AinvPknlMstpSlayWrflDnon_medicDummyEnd: AmovPknlMstpSrasWrflDnon + { + speed = -0.01; + interpolationRestart = 1; + minPlayTime = 0.1; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AinvPknlMstpSnonWrflDnon_medicEnd",0.01,"AmovPknlMstpSrasWrflDnon",0.01,"AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"AmovPknlMstpSlowWrflDnon",0.01}; + }; + class AinvPpneMstpSlayWrflDnon_medic: AinvPknlMstpSlayWrflDnon_medic + { + static = 1; + actions = "HealSelfActionProne"; + soundOverride = "healselfprone"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\rfl\AinvPpneMstpSlayWrflDnon_medic"; + speed = -8; + rightHandIKCurve[] = {0.107,1,0.12,0,0.842,0,0.8625,1}; + leftHandIKCurve[] = {0.066,1,0.089,0,0.82,0,0.846,1}; + ConnectTo[] = {"AinvPpneMstpSlayWrflDnon_medicDummyEnd",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPpneMstpSlayWrflDnon_medicOther: AinvPknlMstpSlayWrflDnon_medic + { + static = 1; + actions = "HealSelfActionProne"; + soundOverride = "healselfprone"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\rfl\AinvPpneMstpSlayWrflDnon_medicOther"; + speed = -8; + minPlayTime = 0.95; + rightHandIKCurve[] = {0.066,1,0.087,0,0.9208,0,0.94,1}; + leftHandIKCurve[] = {0.066,1,0.089,0,0.965,0,0.9875,1}; + ConnectTo[] = {}; + InterpolateTo[] = {"AinvPpneMstpSlayWrflDnon_medicDummyEnd",0.02}; + }; + class AinvPpneMstpSlayWrflDnon_medicDummyEnd: AmovPpneMstpSrasWrflDnon + { + speed = -0.01; + interpolationRestart = 1; + minPlayTime = 0.1; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon",0.01}; + }; + class AinvPknlMstpSlayWpstDnon_medic: AmovPknlMstpSrasWpstDnon + { + actions = "HealSelfPistolActionBase"; + interpolationRestart = 1; + aiming = "empty"; + aimingBody = "empty"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\pst\AinvPknlMstpSlayWpstDnon_medic"; + speed = -6; + limitGunMovement = 0; + disableWeapons = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + variantsAI[] = {}; + variantsPlayer[] = {}; + weaponsIK = 0; + soundOverride = "healselfpistolkneel"; + soundEnabled = 1; + canReload = 0; + soundEdge[] = {0.01}; + rightHandIKCurve[] = {0}; + leftHandIKCurve[] = {0}; + looped = 0; + canBlendStep = 0; + ConnectTo[] = {"AinvPknlMstpSlayWpstDnon_medicOut",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + relSpeedMin = 0.996672; + relSpeedMax = 0.996672; + }; + class AinvPknlMstpSlayWpstDnon_medicIn: AinvPknlMstpSlayWpstDnon_medic + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\pst\AinvPknlMstpSlayWpstDnon_medic_in"; + speed = -0.5; + soundOverride = "healselfpistolkneelin"; + ConnectTo[] = {"AinvPknlMstpSlayWpstDnon_medic",0.1}; + }; + class AinvPknlMstpSlayWpstDnon_medicOut: AmovPknlMstpSrasWpstDnon + { + variantsAI[] = {}; + variantsPlayer[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.8; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\pst\AinvPknlMstpSlayWpstDnon_medic_out"; + speed = -0.5; + soundOverride = "healselfpistolkneelout"; + }; + class AinvPknlMstpSlayWpstDnon_medicOther: AmovPknlMstpSrasWpstDnon + { + actions = "HealSelfPistolActionBase"; + interpolationRestart = 1; + aiming = "empty"; + aimingBody = "empty"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\pst\AinvPknlMstpSlayWpstDnon_medicOther_mid"; + speed = 0.15385; + limitGunMovement = 0; + disableWeapons = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + variantsAI[] = {}; + variantsPlayer[] = {}; + weaponsIK = 0; + showHandGun = 0; + canReload = 0; + soundOverride = "healselfpistolkneel"; + soundEnabled = 1; + soundEdge[] = {0.01}; + looped = 0; + canBlendStep = 0; + ConnectTo[] = {"AinvPknlMstpSlayWpstDnon_medicOtherOut",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPknlMstpSlayWpstDnon_medicOtherIn: AinvPknlMstpSlayWpstDnon_medic + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\pst\AinvPknlMstpSlayWpstDnon_medicOther"; + speed = 2; + soundOverride = "healselfpistolkneelin"; + ConnectTo[] = {"AinvPknlMstpSlayWpstDnon_medicOther",0.1}; + }; + class AinvPknlMstpSlayWpstDnon_medicOtherOut: AmovPknlMstpSrasWpstDnon + { + variantsAI[] = {}; + variantsPlayer[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.8; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\pst\AinvPknlMstpSlayWpstDnon_medicOther_end"; + speed = 1.875; + soundOverride = "healselfpistolkneelout"; + }; + class AinvPpneMstpSlayWpstDnon_medic: AinvPknlMstpSlayWpstDnon_medic + { + static = 1; + actions = "HealSelfPistolActionProne"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\pst\AinvPpneMstpSlayWpstDnon_medic"; + speed = -8; + showHandGun = 0; + soundOverride = "healselfpistolprone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AinvPpneMstpSlayWpstDnon_medicOut",0.1}; + }; + class AinvPpneMstpSlayWpstDnon_medicIn: AinvPpneMstpSlayWpstDnon_medic + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\pst\AinvPpneMstpSlayWpstDnon_medic_in"; + speed = -0.5; + showHandGun = 1; + soundOverride = "healselfpistolpronein"; + ConnectTo[] = {"AinvPpneMstpSlayWpstDnon_medic",0.1}; + }; + class AinvPpneMstpSlayWpstDnon_medicOut: AmovPpneMstpSrasWpstDnon + { + variantsAI[] = {}; + variantsPlayer[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.8; + soundOverride = "healselfpistolproneout"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\pst\AinvPpneMstpSlayWpstDnon_medic_out"; + speed = -0.5; + }; + class AinvPpneMstpSlayWpstDnon_medicOther: AinvPknlMstpSlayWpstDnon_medicOther + { + static = 1; + actions = "HealSelfPistolActionProne"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\pst\AinvPpneMstpSlayWpstDnon_medicOther_mid"; + speed = 0.14706; + soundOverride = "healselfpistolprone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + ConnectTo[] = {"AinvPpneMstpSlayWpstDnon_medicOtherOut",0.1}; + }; + class AinvPpneMstpSlayWpstDnon_medicOtherIn: AinvPpneMstpSlayWpstDnon_medicOther + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\pst\AinvPpneMstpSlayWpstDnon_medicOther"; + speed = 1.5; + showHandGun = 1; + soundOverride = "healselfpistolpronein"; + ConnectTo[] = {"AinvPpneMstpSlayWpstDnon_medicOther",0.1}; + }; + class AinvPpneMstpSlayWpstDnon_medicOtherOut: AmovPpneMstpSrasWpstDnon + { + variantsAI[] = {}; + variantsPlayer[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.8; + soundOverride = "healselfpistolproneout"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\pst\AinvPpneMstpSlayWpstDnon_medicOther_end"; + speed = 3; + }; + class AinvPknlMstpSlayWnonDnon_medic: AmovPknlMstpSnonWnonDnon + { + actions = "HealSelfCivilActionBase"; + interpolationRestart = 1; + soundOverride = "healself"; + aiming = "empty"; + aimingBody = "empty"; + speed = -6; + limitGunMovement = 0; + disableWeapons = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + variantsAI[] = {}; + variantsPlayer[] = {}; + weaponsIK = 0; + rightHandIKCurve[] = {0}; + leftHandIKCurve[] = {0}; + looped = 0; + canBlendStep = 0; + ConnectTo[] = {"AinvPknlMstpSlayWnonDnon_medicOut",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + relSpeedMin = 0.996672; + relSpeedMax = 0.996672; + file = "\A3\anims_f\data\Anim\sdr\inv\knl\stp\lay\pst\AinvPknlMstpSlayWpstDnon_medic"; + }; + class AinvPknlMstpSlayWnonDnon_medicIn: AinvPknlMstpSlayWpstDnon_medic + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\pst\AinvPknlMstpSlayWpstDnon_medic_in"; + speed = -0.5; + ConnectTo[] = {"AinvPknlMstpSlayWnonDnon_medic",0.1}; + }; + class AinvPknlMstpSlayWnonDnon_medicOut: AmovPknlMstpSnonWnonDnon + { + variantsAI[] = {}; + variantsPlayer[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.8; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\pst\AinvPknlMstpSlayWpstDnon_medic_out"; + speed = -0.5; + }; + class AinvPpneMstpSlayWnonDnon_medic: AinvPknlMstpSlayWpstDnon_medic + { + static = 1; + soundOverride = "healself"; + actions = "HealSelfCivilActionProne"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\pst\AinvPpneMstpSlayWpstDnon_medic"; + speed = -6.0; + ConnectTo[] = {"AinvPpneMstpSlayWnonDnon_medicOut",0.1}; + }; + class AinvPpneMstpSlayWnonDnon_medicIn: AinvPpneMstpSlayWpstDnon_medic + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\pst\AinvPpneMstpSlayWpstDnon_medic_in"; + speed = -0.5; + ConnectTo[] = {"AinvPpneMstpSlayWnonDnon_medic",0.1}; + }; + class AinvPpneMstpSlayWnonDnon_medicOut: AmovPpneMstpSnonWnonDnon + { + variantsAI[] = {}; + variantsPlayer[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.8; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\pst\AinvPpneMstpSlayWpstDnon_medic_out"; + speed = -0.5; + }; + class AinvPknlMstpSlayWrflDnon_healed: AmovPknlMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon_healed1"; + speed = 0.17; + variantsPlayer[] = {"AinvPknlMstpSlayWrflDnon_healed",0.5,"AinvPknlMstpSlayWrflDnon_healed2",0.5}; + equivalentTo = "AinvPknlMstpSlayWrflDnon_healed"; + variantAfter[] = {0,0,0}; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + leftHandIKCurve[] = {}; + rightHandIKCurve[] = {}; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + ConnectTo[] = {"AinvPknlMstpSlayWrflDnon_AmovPknlMstpSrasWrflDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPknlMstpSlayWrflDnon_healed2: AinvPknlMstpSlayWrflDnon_healed + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon_healed2"; + }; + class AinvPknlMstpSlayWnonDnon_medicOther: AmovPknlMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon + { + actions = "HealSelfCivilActionBase"; + aiming = "empty"; + aimingBody = "empty"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\non\AinvPknlMstpSlayWnonDnon_medicOther"; + speed = 0.13274; + interpolationRestart = 1; + limitGunMovement = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + weaponsIK = 0; + soundOverride = "healself"; + soundEnabled = 1; + minPlayTime = 0.95; + canReload = 0; + soundEdge[] = {0.01}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.01}; + }; + class AinvPpneMstpSlayWnonDnon_medicOther: AinvPknlMstpSlayWnonDnon_medicOther + { + static = 1; + actions = "HealSelfCivilActionProne"; + soundOverride = "healselfprone"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\non\AinvPpneMstpSlayWnonDnon_medicOther"; + speed = 0.12876; + minPlayTime = 0.95; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.01}; + }; + class AadjPercMwlkSrasWrflDf_left: AmovPercMwlkSrasWrflDf + { + actions = "RifleAdjustLStandActionsWlkF"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\rfl\AadjPercMwlkSrasWrflDf_left"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDf_left",0.02,"AadjPercMwlkSrasWrflDfr_left",0.02,"AadjPercMwlkSrasWrflDfl_left",0.02,"AadjPercMtacSrasWrflDf_left",0.02,"AadjPercMrunSrasWrflDf_left",0.02,"AadjPercMevaSrasWrflDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDfl_left: AmovPercMwlkSrasWrflDfl + { + actions = "RifleAdjustLStandActionsWlkFl"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\rfl\AadjPercMwlkSrasWrflDfl_left"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDfl_left",0.02,"AadjPercMwlkSrasWrflDl_left",0.02,"AadjPercMwlkSrasWrflDf_left",0.02,"AadjPercMtacSrasWrflDfl_left",0.02,"AadjPercMrunSrasWrflDfl_left",0.02,"AadjPercMevaSrasWrflDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDl_left: AmovPercMwlkSrasWrflDl + { + actions = "RifleAdjustLStandActionsWlkL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\rfl\AadjPercMwlkSrasWrflDl_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDl_left",0.02,"AadjPercMwlkSrasWrflDfl_left",0.02,"AadjPercMwlkSrasWrflDbl_left",0.02,"AadjPercMtacSrasWrflDl_left",0.02,"AadjPercMrunSrasWrflDl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDbl_left: AmovPercMwlkSrasWrflDbl + { + actions = "RifleAdjustLStandActionsWlkBL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\rfl\AadjPercMwlkSrasWrflDbl_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDbl_left",0.02,"AadjPercMwlkSrasWrflDl_left",0.02,"AadjPercMwlkSrasWrflDb_left",0.02,"AadjPercMtacSrasWrflDbl_left",0.02,"AadjPercMrunSrasWrflDbl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDb_left: AmovPercMwlkSrasWrflDb + { + actions = "RifleAdjustLStandActionsWlkB"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\rfl\AadjPercMwlkSrasWrflDb_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDb_left",0.02,"AadjPercMwlkSrasWrflDbl_left",0.02,"AadjPercMwlkSrasWrflDbr_left",0.02,"AadjPercMtacSrasWrflDb_left",0.02,"AadjPercMrunSrasWrflDb_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDbr_left: AmovPercMwlkSrasWrflDbr + { + actions = "RifleAdjustLStandActionsWlkBr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\rfl\AadjPercMwlkSrasWrflDbr_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDbr_left",0.02,"AadjPercMwlkSrasWrflDb_left",0.02,"AadjPercMwlkSrasWrflDr_left",0.02,"AadjPercMtacSrasWrflDbr_left",0.02,"AadjPercMrunSrasWrflDbr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDr_left: AmovPercMwlkSrasWrflDr + { + actions = "RifleAdjustLStandActionsWlkR"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\rfl\AadjPercMwlkSrasWrflDr_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDr_left",0.02,"AadjPercMwlkSrasWrflDbr_left",0.02,"AadjPercMwlkSrasWrflDfr_left",0.02,"AadjPercMtacSrasWrflDr_left",0.02,"AadjPercMrunSrasWrflDr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDfr_left: AmovPercMwlkSrasWrflDfr + { + actions = "RifleAdjustLStandActionsWlkFr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\rfl\AadjPercMwlkSrasWrflDfr_left"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDfr_left",0.02,"AadjPercMwlkSrasWrflDf_left",0.02,"AadjPercMwlkSrasWrflDr_left",0.02,"AadjPercMtacSrasWrflDfr_left",0.02,"AadjPercMrunSrasWrflDfr_left",0.02,"AadjPercMevaSrasWrflDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDf_left: AmovPercMtacSrasWrflDf + { + actions = "RifleAdjustLStandActionsTacF"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\rfl\AadjPercMtacSrasWrflDf_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDf_left",0.02,"AadjPercMtacSrasWrflDfr_left",0.02,"AadjPercMtacSrasWrflDfl_left",0.02,"AadjPercMwlkSrasWrflDf_left",0.02,"AadjPercMrunSrasWrflDf_left",0.02,"AadjPercMevaSrasWrflDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDfl_left: AmovPercMtacSrasWrflDfl + { + actions = "RifleAdjustLStandActionsTacFl"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\rfl\AadjPercMtacSrasWrflDfl_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDfl_left",0.02,"AadjPercMtacSrasWrflDl_left",0.02,"AadjPercMtacSrasWrflDf_left",0.02,"AadjPercMwlkSrasWrflDfl_left",0.02,"AadjPercMrunSrasWrflDfl_left",0.02,"AadjPercMevaSrasWrflDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDl_left: AmovPercMtacSrasWrflDl + { + actions = "RifleAdjustLStandActionsTacL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\rfl\AadjPercMtacSrasWrflDl_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDl_left",0.02,"AadjPercMtacSrasWrflDfl_left",0.02,"AadjPercMtacSrasWrflDbl_left",0.02,"AadjPercMwlkSrasWrflDl_left",0.02,"AadjPercMrunSrasWrflDl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDbl_left: AmovPercMtacSrasWrflDbl + { + actions = "RifleAdjustLStandActionsTacBL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\rfl\AadjPercMtacSrasWrflDbl_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDbl_left",0.02,"AadjPercMtacSrasWrflDl_left",0.02,"AadjPercMtacSrasWrflDb_left",0.02,"AadjPercMwlkSrasWrflDbl_left",0.02,"AadjPercMrunSrasWrflDbl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDb_left: AmovPercMtacSrasWrflDb + { + actions = "RifleAdjustLStandActionsTacB"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\rfl\AadjPercMtacSrasWrflDb_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDb_left",0.02,"AadjPercMtacSrasWrflDbl_left",0.02,"AadjPercMtacSrasWrflDbr_left",0.02,"AadjPercMwlkSrasWrflDb_left",0.02,"AadjPercMrunSrasWrflDb_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDbr_left: AmovPercMtacSrasWrflDbr + { + actions = "RifleAdjustLStandActionsTacBr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\rfl\AadjPercMtacSrasWrflDbr_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDbr_left",0.02,"AadjPercMtacSrasWrflDb_left",0.02,"AadjPercMtacSrasWrflDr_left",0.02,"AadjPercMwlkSrasWrflDbr_left",0.02,"AadjPercMrunSrasWrflDbr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDr_left: AmovPercMtacSrasWrflDr + { + actions = "RifleAdjustLStandActionsTacR"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\rfl\AadjPercMtacSrasWrflDr_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDr_left",0.02,"AadjPercMtacSrasWrflDbr_left",0.02,"AadjPercMtacSrasWrflDfr_left",0.02,"AadjPercMwlkSrasWrflDr_left",0.02,"AadjPercMrunSrasWrflDr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDfr_left: AmovPercMtacSrasWrflDfr + { + actions = "RifleAdjustLStandActionsTacFr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\rfl\AadjPercMtacSrasWrflDfr_left"; + soundEdge[] = {0.25,0.5,0.75,1}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDfr_left",0.02,"AadjPercMtacSrasWrflDf_left",0.02,"AadjPercMtacSrasWrflDr_left",0.02,"AadjPercMwlkSrasWrflDfr_left",0.02,"AadjPercMrunSrasWrflDfr_left",0.02,"AadjPercMevaSrasWrflDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDf_left: AmovPercMrunSrasWrflDf + { + actions = "RifleAdjustLStandActionsRunF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDf_left",0.02,"AadjPercMrunSrasWrflDfr_left",0.02,"AadjPercMrunSrasWrflDfl_left",0.02,"AadjPercMwlkSrasWrflDf_left",0.02,"AadjPercMtacSrasWrflDf_left",0.02,"AadjPercMevaSrasWrflDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDfl_left: AmovPercMrunSrasWrflDfl + { + actions = "RifleAdjustLStandActionsRunFl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDfl_left",0.02,"AadjPercMrunSrasWrflDl_left",0.02,"AadjPercMrunSrasWrflDf_left",0.02,"AadjPercMwlkSrasWrflDfl_left",0.02,"AadjPercMtacSrasWrflDfl_left",0.02,"AadjPercMevaSrasWrflDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDl_left: AmovPercMrunSrasWrflDl + { + actions = "RifleAdjustLStandActionsRunL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDl_left",0.02,"AadjPercMrunSrasWrflDfl_left",0.02,"AadjPercMrunSrasWrflDbl_left",0.02,"AadjPercMwlkSrasWrflDl_left",0.02,"AadjPercMtacSrasWrflDl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDbl_left: AmovPercMrunSrasWrflDbl + { + actions = "RifleAdjustLStandActionsRunBL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDbl_left",0.02,"AadjPercMrunSrasWrflDl_left",0.02,"AadjPercMrunSrasWrflDb_left",0.02,"AadjPercMwlkSrasWrflDbl_left",0.02,"AadjPercMtacSrasWrflDbl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDb_left: AmovPercMrunSrasWrflDb + { + actions = "RifleAdjustLStandActionsRunB"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDb_left",0.02,"AadjPercMrunSrasWrflDbl_left",0.02,"AadjPercMrunSrasWrflDbr_left",0.02,"AadjPercMwlkSrasWrflDb_left",0.02,"AadjPercMtacSrasWrflDb_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDbr_left: AmovPercMrunSrasWrflDbr + { + actions = "RifleAdjustLStandActionsRunBr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDbr_left",0.02,"AadjPercMrunSrasWrflDb_left",0.02,"AadjPercMrunSrasWrflDr_left",0.02,"AadjPercMwlkSrasWrflDbr_left",0.02,"AadjPercMtacSrasWrflDbr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDr_left: AmovPercMrunSrasWrflDr + { + actions = "RifleAdjustLStandActionsRunR"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDr_left",0.02,"AadjPercMrunSrasWrflDbr_left",0.02,"AadjPercMrunSrasWrflDfr_left",0.02,"AadjPercMwlkSrasWrflDr_left",0.02,"AadjPercMtacSrasWrflDr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDfr_left: AmovPercMrunSrasWrflDfr + { + actions = "RifleAdjustLStandActionsRunFr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDfr_left",0.02,"AadjPercMrunSrasWrflDf_left",0.02,"AadjPercMrunSrasWrflDr_left",0.02,"AadjPercMwlkSrasWrflDfr_left",0.02,"AadjPercMtacSrasWrflDfr_left",0.02,"AadjPercMevaSrasWrflDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWrflDf_left: AmovPercMevaSrasWrflDf + { + actions = "RifleAdjustLStandEvasiveActionsf"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMevaSrasWrflDf_left",0.02,"AadjPercMevaSrasWrflDfr_left",0.02,"AadjPercMevaSrasWrflDfl_left",0.02,"AadjPercMwlkSrasWrflDf_left",0.02,"AadjPercMtacSrasWrflDf_left",0.02,"AadjPercMrunSrasWrflDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWrflDfl_left: AmovPercMevaSrasWrflDfl + { + actions = "RifleAdjustLStandEvasiveActionsfl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMevaSrasWrflDfl_left",0.02,"AadjPercMevaSrasWrflDf_left",0.02,"AadjPercMwlkSrasWrflDfl_left",0.02,"AadjPercMtacSrasWrflDfl_left",0.02,"AadjPercMrunSrasWrflDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWrflDfr_left: AmovPercMevaSrasWrflDfr + { + actions = "RifleAdjustLStandEvasiveActionsfr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDleft",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMevaSrasWrflDfr_left",0.02,"AadjPercMevaSrasWrflDf_left",0.02,"AadjPercMwlkSrasWrflDfr_left",0.02,"AadjPercMtacSrasWrflDfr_left",0.02,"AadjPercMrunSrasWrflDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDf_right: AmovPercMwlkSrasWrflDf + { + actions = "RifleAdjustRStandActionsWlkF"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDf_right",0.02,"AadjPercMwlkSrasWrflDfr_right",0.02,"AadjPercMwlkSrasWrflDfl_right",0.02,"AadjPercMtacSrasWrflDf_right",0.02,"AadjPercMrunSrasWrflDf_right",0.02,"AadjPercMevaSrasWrflDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDfl_right: AmovPercMwlkSrasWrflDfl + { + actions = "RifleAdjustRStandActionsWlkFl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDfl_right",0.02,"AadjPercMwlkSrasWrflDl_right",0.02,"AadjPercMwlkSrasWrflDf_right",0.02,"AadjPercMtacSrasWrflDfl_right",0.02,"AadjPercMrunSrasWrflDfl_right",0.02,"AadjPercMevaSrasWrflDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDl_right: AmovPercMwlkSrasWrflDl + { + actions = "RifleAdjustRStandActionsWlkL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDl_right",0.02,"AadjPercMwlkSrasWrflDfl_right",0.02,"AadjPercMwlkSrasWrflDbl_right",0.02,"AadjPercMtacSrasWrflDl_right",0.02,"AadjPercMrunSrasWrflDl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDbl_right: AmovPercMwlkSrasWrflDbl + { + actions = "RifleAdjustRStandActionsWlkBL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDbl_right",0.02,"AadjPercMwlkSrasWrflDl_right",0.02,"AadjPercMwlkSrasWrflDb_right",0.02,"AadjPercMtacSrasWrflDbl_right",0.02,"AadjPercMrunSrasWrflDbl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDb_right: AmovPercMwlkSrasWrflDb + { + actions = "RifleAdjustRStandActionsWlkB"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDb_right",0.02,"AadjPercMwlkSrasWrflDbl_right",0.02,"AadjPercMwlkSrasWrflDbr_right",0.02,"AadjPercMtacSrasWrflDb_right",0.02,"AadjPercMrunSrasWrflDb_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDbr_right: AmovPercMwlkSrasWrflDbr + { + actions = "RifleAdjustRStandActionsWlkBr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDbr_right",0.02,"AadjPercMwlkSrasWrflDb_right",0.02,"AadjPercMwlkSrasWrflDr_right",0.02,"AadjPercMtacSrasWrflDbr_right",0.02,"AadjPercMrunSrasWrflDbr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDr_right: AmovPercMwlkSrasWrflDr + { + actions = "RifleAdjustRStandActionsWlkR"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDr_right",0.02,"AadjPercMwlkSrasWrflDbr_right",0.02,"AadjPercMwlkSrasWrflDfr_right",0.02,"AadjPercMtacSrasWrflDr_right",0.02,"AadjPercMrunSrasWrflDr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDfr_right: AmovPercMwlkSrasWrflDfr + { + actions = "RifleAdjustRStandActionsWlkFr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDfr_right",0.02,"AadjPercMwlkSrasWrflDf_right",0.02,"AadjPercMwlkSrasWrflDr_right",0.02,"AadjPercMtacSrasWrflDfr_right",0.02,"AadjPercMrunSrasWrflDfr_right",0.02,"AadjPercMevaSrasWrflDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDf_right: AmovPercMtacSrasWrflDf + { + actions = "RifleAdjustRStandActionsTacF"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDf_right",0.02,"AadjPercMtacSrasWrflDfr_right",0.02,"AadjPercMtacSrasWrflDfl_right",0.02,"AadjPercMwlkSrasWrflDf_right",0.02,"AadjPercMrunSrasWrflDf_right",0.02,"AadjPercMevaSrasWrflDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDfl_right: AmovPercMtacSrasWrflDfl + { + actions = "RifleAdjustRStandActionsTacFl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDfl_right",0.02,"AadjPercMtacSrasWrflDl_right",0.02,"AadjPercMtacSrasWrflDf_right",0.02,"AadjPercMwlkSrasWrflDfl_right",0.02,"AadjPercMrunSrasWrflDfl_right",0.02,"AadjPercMevaSrasWrflDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDl_right: AmovPercMtacSrasWrflDl + { + actions = "RifleAdjustRStandActionsTacL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDl_right",0.02,"AadjPercMtacSrasWrflDfl_right",0.02,"AadjPercMtacSrasWrflDbl_right",0.02,"AadjPercMwlkSrasWrflDl_right",0.02,"AadjPercMrunSrasWrflDl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDbl_right: AmovPercMtacSrasWrflDbl + { + actions = "RifleAdjustRStandActionsTacBL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDbl_right",0.02,"AadjPercMtacSrasWrflDl_right",0.02,"AadjPercMtacSrasWrflDb_right",0.02,"AadjPercMwlkSrasWrflDbl_right",0.02,"AadjPercMrunSrasWrflDbl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDb_right: AmovPercMtacSrasWrflDb + { + actions = "RifleAdjustRStandActionsTacB"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDb_right",0.02,"AadjPercMtacSrasWrflDbl_right",0.02,"AadjPercMtacSrasWrflDbr_right",0.02,"AadjPercMwlkSrasWrflDb_right",0.02,"AadjPercMrunSrasWrflDb_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDbr_right: AmovPercMtacSrasWrflDbr + { + actions = "RifleAdjustRStandActionsTacBr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDbr_right",0.02,"AadjPercMtacSrasWrflDb_right",0.02,"AadjPercMtacSrasWrflDr_right",0.02,"AadjPercMwlkSrasWrflDbr_right",0.02,"AadjPercMrunSrasWrflDbr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDr_right: AmovPercMtacSrasWrflDr + { + actions = "RifleAdjustRStandActionsTacR"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDr_right",0.02,"AadjPercMtacSrasWrflDbr_right",0.02,"AadjPercMtacSrasWrflDfr_right",0.02,"AadjPercMwlkSrasWrflDr_right",0.02,"AadjPercMrunSrasWrflDr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDfr_right: AmovPercMtacSrasWrflDfr + { + actions = "RifleAdjustRStandActionsTacFr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDfr_right",0.02,"AadjPercMtacSrasWrflDf_right",0.02,"AadjPercMtacSrasWrflDr_right",0.02,"AadjPercMwlkSrasWrflDfr_right",0.02,"AadjPercMrunSrasWrflDfr_right",0.02,"AadjPercMevaSrasWrflDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDf_right: AmovPercMrunSrasWrflDf + { + actions = "RifleAdjustRStandActionsRunF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDf_right",0.02,"AadjPercMrunSrasWrflDfr_right",0.02,"AadjPercMrunSrasWrflDfl_right",0.02,"AadjPercMwlkSrasWrflDf_right",0.02,"AadjPercMtacSrasWrflDf_right",0.02,"AadjPercMevaSrasWrflDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDfl_right: AmovPercMrunSrasWrflDfl + { + actions = "RifleAdjustRStandActionsRunFl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDfl_right",0.02,"AadjPercMrunSrasWrflDl_right",0.02,"AadjPercMrunSrasWrflDf_right",0.02,"AadjPercMwlkSrasWrflDfl_right",0.02,"AadjPercMtacSrasWrflDfl_right",0.02,"AadjPercMevaSrasWrflDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDl_right: AmovPercMrunSrasWrflDl + { + actions = "RifleAdjustRStandActionsRunL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDl_right",0.02,"AadjPercMrunSrasWrflDfl_right",0.02,"AadjPercMrunSrasWrflDbl_right",0.02,"AadjPercMwlkSrasWrflDl_right",0.02,"AadjPercMtacSrasWrflDl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDbl_right: AmovPercMrunSrasWrflDbl + { + actions = "RifleAdjustRStandActionsRunBL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDbl_right",0.02,"AadjPercMrunSrasWrflDl_right",0.02,"AadjPercMrunSrasWrflDb_right",0.02,"AadjPercMwlkSrasWrflDbl_right",0.02,"AadjPercMtacSrasWrflDbl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDb_right: AmovPercMrunSrasWrflDb + { + actions = "RifleAdjustRStandActionsRunB"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDb_right",0.02,"AadjPercMrunSrasWrflDbl_right",0.02,"AadjPercMrunSrasWrflDbr_right",0.02,"AadjPercMwlkSrasWrflDb_right",0.02,"AadjPercMtacSrasWrflDb_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDbr_right: AmovPercMrunSrasWrflDbr + { + actions = "RifleAdjustRStandActionsRunBr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDbr_right",0.02,"AadjPercMrunSrasWrflDb_right",0.02,"AadjPercMrunSrasWrflDr_right",0.02,"AadjPercMwlkSrasWrflDbr_right",0.02,"AadjPercMtacSrasWrflDbr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDr_right: AmovPercMrunSrasWrflDr + { + actions = "RifleAdjustRStandActionsRunR"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDr_right",0.02,"AadjPercMrunSrasWrflDbr_right",0.02,"AadjPercMrunSrasWrflDfr_right",0.02,"AadjPercMwlkSrasWrflDr_right",0.02,"AadjPercMtacSrasWrflDr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDfr_right: AmovPercMrunSrasWrflDfr + { + actions = "RifleAdjustRStandActionsRunFr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDfr_right",0.02,"AadjPercMrunSrasWrflDf_right",0.02,"AadjPercMrunSrasWrflDr_right",0.02,"AadjPercMwlkSrasWrflDfr_right",0.02,"AadjPercMtacSrasWrflDfr_right",0.02,"AadjPercMevaSrasWrflDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWrflDf_right: AmovPercMevaSrasWrflDf + { + actions = "RifleAdjustRStandEvasiveActionsf"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMevaSrasWrflDf_right",0.02,"AadjPercMevaSrasWrflDfr_right",0.02,"AadjPercMevaSrasWrflDfl_right",0.02,"AadjPercMwlkSrasWrflDf_right",0.02,"AadjPercMtacSrasWrflDf_right",0.02,"AadjPercMrunSrasWrflDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWrflDfl_right: AmovPercMevaSrasWrflDfl + { + actions = "RifleAdjustRStandEvasiveActionsfl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMevaSrasWrflDfl_right",0.02,"AadjPercMevaSrasWrflDf_right",0.02,"AadjPercMwlkSrasWrflDfl_right",0.02,"AadjPercMtacSrasWrflDfl_right",0.02,"AadjPercMrunSrasWrflDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWrflDfr_right: AmovPercMevaSrasWrflDfr + { + actions = "RifleAdjustRStandEvasiveActionsfr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDright",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMevaSrasWrflDfr_right",0.02,"AadjPercMevaSrasWrflDf_right",0.02,"AadjPercMwlkSrasWrflDfr_right",0.02,"AadjPercMtacSrasWrflDfr_right",0.02,"AadjPercMrunSrasWrflDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDf_down: AmovPercMwlkSrasWrflDf + { + actions = "RifleAdjustBStandActionsWlkF"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDf_down",0.02,"AadjPercMwlkSrasWrflDfr_down",0.02,"AadjPercMwlkSrasWrflDfl_down",0.02,"AadjPercMtacSrasWrflDf_down",0.02,"AadjPercMrunSrasWrflDf_down",0.02,"AadjPercMevaSrasWrflDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDfl_down: AmovPercMwlkSrasWrflDfl + { + actions = "RifleAdjustBStandActionsWlkFl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDfl_down",0.02,"AadjPercMwlkSrasWrflDl_down",0.02,"AadjPercMwlkSrasWrflDf_down",0.02,"AadjPercMtacSrasWrflDfl_down",0.02,"AadjPercMrunSrasWrflDfl_down",0.02,"AadjPercMevaSrasWrflDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDl_down: AmovPercMwlkSrasWrflDl + { + actions = "RifleAdjustBStandActionsWlkL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDl_down",0.02,"AadjPercMwlkSrasWrflDfl_down",0.02,"AadjPercMwlkSrasWrflDbl_down",0.02,"AadjPercMtacSrasWrflDl_down",0.02,"AadjPercMrunSrasWrflDl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDbl_down: AmovPercMwlkSrasWrflDbl + { + actions = "RifleAdjustBStandActionsWlkBL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDbl_down",0.02,"AadjPercMwlkSrasWrflDl_down",0.02,"AadjPercMwlkSrasWrflDb_down",0.02,"AadjPercMtacSrasWrflDbl_down",0.02,"AadjPercMrunSrasWrflDbl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDb_down: AmovPercMwlkSrasWrflDb + { + actions = "RifleAdjustBStandActionsWlkB"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDb_down",0.02,"AadjPercMwlkSrasWrflDbl_down",0.02,"AadjPercMwlkSrasWrflDbr_down",0.02,"AadjPercMtacSrasWrflDb_down",0.02,"AadjPercMrunSrasWrflDb_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDbr_down: AmovPercMwlkSrasWrflDbr + { + actions = "RifleAdjustBStandActionsWlkBr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDbr_down",0.02,"AadjPercMwlkSrasWrflDb_down",0.02,"AadjPercMwlkSrasWrflDr_down",0.02,"AadjPercMtacSrasWrflDbr_down",0.02,"AadjPercMrunSrasWrflDbr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDr_down: AmovPercMwlkSrasWrflDr + { + actions = "RifleAdjustBStandActionsWlkR"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDr_down",0.02,"AadjPercMwlkSrasWrflDbr_down",0.02,"AadjPercMwlkSrasWrflDfr_down",0.02,"AadjPercMtacSrasWrflDr_down",0.02,"AadjPercMrunSrasWrflDr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDfr_down: AmovPercMwlkSrasWrflDfr + { + actions = "RifleAdjustBStandActionsWlkFr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDfr_down",0.02,"AadjPercMwlkSrasWrflDf_down",0.02,"AadjPercMwlkSrasWrflDr_down",0.02,"AadjPercMtacSrasWrflDfr_down",0.02,"AadjPercMrunSrasWrflDfr_down",0.02,"AadjPercMevaSrasWrflDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDf_down: AmovPercMtacSrasWrflDf + { + actions = "RifleAdjustBStandActionsTacF"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDf_down",0.02,"AadjPercMtacSrasWrflDfr_down",0.02,"AadjPercMtacSrasWrflDfl_down",0.02,"AadjPercMwlkSrasWrflDf_down",0.02,"AadjPercMrunSrasWrflDf_down",0.02,"AadjPercMevaSrasWrflDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDfl_down: AmovPercMtacSrasWrflDfl + { + actions = "RifleAdjustBStandActionsTacFl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDfl_down",0.02,"AadjPercMtacSrasWrflDl_down",0.02,"AadjPercMtacSrasWrflDf_down",0.02,"AadjPercMwlkSrasWrflDfl_down",0.02,"AadjPercMrunSrasWrflDfl_down",0.02,"AadjPercMevaSrasWrflDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDl_down: AmovPercMtacSrasWrflDl + { + actions = "RifleAdjustBStandActionsTacL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDl_down",0.02,"AadjPercMtacSrasWrflDfl_down",0.02,"AadjPercMtacSrasWrflDbl_down",0.02,"AadjPercMwlkSrasWrflDl_down",0.02,"AadjPercMrunSrasWrflDl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDbl_down: AmovPercMtacSrasWrflDbl + { + actions = "RifleAdjustBStandActionsTacBL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDbl_down",0.02,"AadjPercMtacSrasWrflDl_down",0.02,"AadjPercMtacSrasWrflDb_down",0.02,"AadjPercMwlkSrasWrflDbl_down",0.02,"AadjPercMrunSrasWrflDbl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDb_down: AmovPercMtacSrasWrflDb + { + actions = "RifleAdjustBStandActionsTacB"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDb_down",0.02,"AadjPercMtacSrasWrflDbl_down",0.02,"AadjPercMtacSrasWrflDbr_down",0.02,"AadjPercMwlkSrasWrflDb_down",0.02,"AadjPercMrunSrasWrflDb_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDbr_down: AmovPercMtacSrasWrflDbr + { + actions = "RifleAdjustBStandActionsTacBr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDbr_down",0.02,"AadjPercMtacSrasWrflDb_down",0.02,"AadjPercMtacSrasWrflDr_down",0.02,"AadjPercMwlkSrasWrflDbr_down",0.02,"AadjPercMrunSrasWrflDbr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDr_down: AmovPercMtacSrasWrflDr + { + actions = "RifleAdjustBStandActionsTacR"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDr_down",0.02,"AadjPercMtacSrasWrflDbr_down",0.02,"AadjPercMtacSrasWrflDfr_down",0.02,"AadjPercMwlkSrasWrflDr_down",0.02,"AadjPercMrunSrasWrflDr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDfr_down: AmovPercMtacSrasWrflDfr + { + actions = "RifleAdjustBStandActionsTacFr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDfr_down",0.02,"AadjPercMtacSrasWrflDf_down",0.02,"AadjPercMtacSrasWrflDr_down",0.02,"AadjPercMwlkSrasWrflDfr_down",0.02,"AadjPercMrunSrasWrflDfr_down",0.02,"AadjPercMevaSrasWrflDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDf_down: AmovPercMrunSrasWrflDf + { + actions = "RifleAdjustBStandActionsRunF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDf_down",0.02,"AadjPercMrunSrasWrflDfr_down",0.02,"AadjPercMrunSrasWrflDfl_down",0.02,"AadjPercMwlkSrasWrflDf_down",0.02,"AadjPercMtacSrasWrflDf_down",0.02,"AadjPercMevaSrasWrflDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDfl_down: AmovPercMrunSrasWrflDfl + { + actions = "RifleAdjustBStandActionsRunFl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDfl_down",0.02,"AadjPercMrunSrasWrflDl_down",0.02,"AadjPercMrunSrasWrflDf_down",0.02,"AadjPercMwlkSrasWrflDfl_down",0.02,"AadjPercMtacSrasWrflDfl_down",0.02,"AadjPercMevaSrasWrflDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDl_down: AmovPercMrunSrasWrflDl + { + actions = "RifleAdjustBStandActionsRunL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDl_down",0.02,"AadjPercMrunSrasWrflDfl_down",0.02,"AadjPercMrunSrasWrflDbl_down",0.02,"AadjPercMwlkSrasWrflDl_down",0.02,"AadjPercMtacSrasWrflDl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDbl_down: AmovPercMrunSrasWrflDbl + { + actions = "RifleAdjustBStandActionsRunBL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDbl_down",0.02,"AadjPercMrunSrasWrflDl_down",0.02,"AadjPercMrunSrasWrflDb_down",0.02,"AadjPercMwlkSrasWrflDbl_down",0.02,"AadjPercMtacSrasWrflDbl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDb_down: AmovPercMrunSrasWrflDb + { + actions = "RifleAdjustBStandActionsRunB"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDb_down",0.02,"AadjPercMrunSrasWrflDbl_down",0.02,"AadjPercMrunSrasWrflDbr_down",0.02,"AadjPercMwlkSrasWrflDb_down",0.02,"AadjPercMtacSrasWrflDb_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDbr_down: AmovPercMrunSrasWrflDbr + { + actions = "RifleAdjustBStandActionsRunBr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDbr_down",0.02,"AadjPercMrunSrasWrflDb_down",0.02,"AadjPercMrunSrasWrflDr_down",0.02,"AadjPercMwlkSrasWrflDbr_down",0.02,"AadjPercMtacSrasWrflDbr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDr_down: AmovPercMrunSrasWrflDr + { + actions = "RifleAdjustBStandActionsRunR"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDr_down",0.02,"AadjPercMrunSrasWrflDbr_down",0.02,"AadjPercMrunSrasWrflDfr_down",0.02,"AadjPercMwlkSrasWrflDr_down",0.02,"AadjPercMtacSrasWrflDr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDfr_down: AmovPercMrunSrasWrflDfr + { + actions = "RifleAdjustBStandActionsRunFr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDfr_down",0.02,"AadjPercMrunSrasWrflDf_down",0.02,"AadjPercMrunSrasWrflDr_down",0.02,"AadjPercMwlkSrasWrflDfr_down",0.02,"AadjPercMtacSrasWrflDfr_down",0.02,"AadjPercMevaSrasWrflDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWrflDf_down: AmovPercMevaSrasWrflDf + { + actions = "RifleAdjustBStandEvasiveActionsf"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMevaSrasWrflDf_down",0.02,"AadjPercMevaSrasWrflDfr_down",0.02,"AadjPercMevaSrasWrflDfl_down",0.02,"AadjPercMwlkSrasWrflDf_down",0.02,"AadjPercMtacSrasWrflDf_down",0.02,"AadjPercMrunSrasWrflDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWrflDfl_down: AmovPercMevaSrasWrflDfl + { + actions = "RifleAdjustBStandEvasiveActionsfl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMevaSrasWrflDfl_down",0.02,"AadjPercMevaSrasWrflDf_down",0.02,"AadjPercMwlkSrasWrflDfl_down",0.02,"AadjPercMtacSrasWrflDfl_down",0.02,"AadjPercMrunSrasWrflDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWrflDfr_down: AmovPercMevaSrasWrflDfr + { + actions = "RifleAdjustBStandEvasiveActionsfr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDdown",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMevaSrasWrflDfr_down",0.02,"AadjPercMevaSrasWrflDf_down",0.02,"AadjPercMwlkSrasWrflDfr_down",0.02,"AadjPercMtacSrasWrflDfr_down",0.02,"AadjPercMrunSrasWrflDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDf_up: AmovPercMwlkSrasWrflDf + { + actions = "RifleAdjustFStandActionsWlkF"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDf_up",0.02,"AadjPercMwlkSrasWrflDfr_up",0.02,"AadjPercMwlkSrasWrflDfl_up",0.02,"AadjPercMtacSrasWrflDf_up",0.02,"AadjPercMrunSrasWrflDf_up",0.02,"AadjPercMevaSrasWrflDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDfl_up: AmovPercMwlkSrasWrflDfl + { + actions = "RifleAdjustFStandActionsWlkFl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDfl_up",0.02,"AadjPercMwlkSrasWrflDl_up",0.02,"AadjPercMwlkSrasWrflDf_up",0.02,"AadjPercMtacSrasWrflDfl_up",0.02,"AadjPercMrunSrasWrflDfl_up",0.02,"AadjPercMevaSrasWrflDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDl_up: AmovPercMwlkSrasWrflDl + { + actions = "RifleAdjustFStandActionsWlkL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDl_up",0.02,"AadjPercMwlkSrasWrflDfl_up",0.02,"AadjPercMwlkSrasWrflDbl_up",0.02,"AadjPercMtacSrasWrflDl_up",0.02,"AadjPercMrunSrasWrflDl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDbl_up: AmovPercMwlkSrasWrflDbl + { + actions = "RifleAdjustFStandActionsWlkBL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDbl_up",0.02,"AadjPercMwlkSrasWrflDl_up",0.02,"AadjPercMwlkSrasWrflDb_up",0.02,"AadjPercMtacSrasWrflDbl_up",0.02,"AadjPercMrunSrasWrflDbl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDb_up: AmovPercMwlkSrasWrflDb + { + actions = "RifleAdjustFStandActionsWlkB"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDb_up",0.02,"AadjPercMwlkSrasWrflDbl_up",0.02,"AadjPercMwlkSrasWrflDbr_up",0.02,"AadjPercMtacSrasWrflDb_up",0.02,"AadjPercMrunSrasWrflDb_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDbr_up: AmovPercMwlkSrasWrflDbr + { + actions = "RifleAdjustFStandActionsWlkBr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDbr_up",0.02,"AadjPercMwlkSrasWrflDb_up",0.02,"AadjPercMwlkSrasWrflDr_up",0.02,"AadjPercMtacSrasWrflDbr_up",0.02,"AadjPercMrunSrasWrflDbr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDr_up: AmovPercMwlkSrasWrflDr + { + actions = "RifleAdjustFStandActionsWlkR"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDr_up",0.02,"AadjPercMwlkSrasWrflDbr_up",0.02,"AadjPercMwlkSrasWrflDfr_up",0.02,"AadjPercMtacSrasWrflDr_up",0.02,"AadjPercMrunSrasWrflDr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWrflDfr_up: AmovPercMwlkSrasWrflDfr + { + actions = "RifleAdjustFStandActionsWlkFr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMwlkSrasWrflDfr_up",0.02,"AadjPercMwlkSrasWrflDf_up",0.02,"AadjPercMwlkSrasWrflDr_up",0.02,"AadjPercMtacSrasWrflDfr_up",0.02,"AadjPercMrunSrasWrflDfr_up",0.02,"AadjPercMevaSrasWrflDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDf_up: AmovPercMtacSrasWrflDf + { + actions = "RifleAdjustFStandActionsTacF"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDf_up",0.02,"AadjPercMtacSrasWrflDfr_up",0.02,"AadjPercMtacSrasWrflDfl_up",0.02,"AadjPercMwlkSrasWrflDf_up",0.02,"AadjPercMrunSrasWrflDf_up",0.02,"AadjPercMevaSrasWrflDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDfl_up: AmovPercMtacSrasWrflDfl + { + actions = "RifleAdjustFStandActionsTacFl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDfl_up",0.02,"AadjPercMtacSrasWrflDl_up",0.02,"AadjPercMtacSrasWrflDf_up",0.02,"AadjPercMwlkSrasWrflDfl_up",0.02,"AadjPercMrunSrasWrflDfl_up",0.02,"AadjPercMevaSrasWrflDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDl_up: AmovPercMtacSrasWrflDl + { + actions = "RifleAdjustFStandActionsTacL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDl_up",0.02,"AadjPercMtacSrasWrflDfl_up",0.02,"AadjPercMtacSrasWrflDbl_up",0.02,"AadjPercMwlkSrasWrflDl_up",0.02,"AadjPercMrunSrasWrflDl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDbl_up: AmovPercMtacSrasWrflDbl + { + actions = "RifleAdjustFStandActionsTacBL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDbl_up",0.02,"AadjPercMtacSrasWrflDl_up",0.02,"AadjPercMtacSrasWrflDb_up",0.02,"AadjPercMwlkSrasWrflDbl_up",0.02,"AadjPercMrunSrasWrflDbl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDb_up: AmovPercMtacSrasWrflDb + { + actions = "RifleAdjustFStandActionsTacB"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDb_up",0.02,"AadjPercMtacSrasWrflDbl_up",0.02,"AadjPercMtacSrasWrflDbr_up",0.02,"AadjPercMwlkSrasWrflDb_up",0.02,"AadjPercMrunSrasWrflDb_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDbr_up: AmovPercMtacSrasWrflDbr + { + actions = "RifleAdjustFStandActionsTacBr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDbr_up",0.02,"AadjPercMtacSrasWrflDb_up",0.02,"AadjPercMtacSrasWrflDr_up",0.02,"AadjPercMwlkSrasWrflDbr_up",0.02,"AadjPercMrunSrasWrflDbr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDr_up: AmovPercMtacSrasWrflDr + { + actions = "RifleAdjustFStandActionsTacR"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDr_up",0.02,"AadjPercMtacSrasWrflDbr_up",0.02,"AadjPercMtacSrasWrflDfr_up",0.02,"AadjPercMwlkSrasWrflDr_up",0.02,"AadjPercMrunSrasWrflDr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWrflDfr_up: AmovPercMtacSrasWrflDfr + { + actions = "RifleAdjustFStandActionsTacFr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMtacSrasWrflDfr_up",0.02,"AadjPercMtacSrasWrflDf_up",0.02,"AadjPercMtacSrasWrflDr_up",0.02,"AadjPercMwlkSrasWrflDfr_up",0.02,"AadjPercMrunSrasWrflDfr_up",0.02,"AadjPercMevaSrasWrflDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDf_up: AmovPercMrunSrasWrflDf + { + actions = "RifleAdjustFStandActionsRunF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDf_up",0.02,"AadjPercMrunSrasWrflDfr_up",0.02,"AadjPercMrunSrasWrflDfl_up",0.02,"AadjPercMwlkSrasWrflDf_up",0.02,"AadjPercMtacSrasWrflDf_up",0.02,"AadjPercMevaSrasWrflDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDfl_up: AmovPercMrunSrasWrflDfl + { + actions = "RifleAdjustFStandActionsRunFl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDfl_up",0.02,"AadjPercMrunSrasWrflDl_up",0.02,"AadjPercMrunSrasWrflDf_up",0.02,"AadjPercMwlkSrasWrflDfl_up",0.02,"AadjPercMtacSrasWrflDfl_up",0.02,"AadjPercMevaSrasWrflDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDl_up: AmovPercMrunSrasWrflDl + { + actions = "RifleAdjustFStandActionsRunL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDl_up",0.02,"AadjPercMrunSrasWrflDfl_up",0.02,"AadjPercMrunSrasWrflDbl_up",0.02,"AadjPercMwlkSrasWrflDl_up",0.02,"AadjPercMtacSrasWrflDl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDbl_up: AmovPercMrunSrasWrflDbl + { + actions = "RifleAdjustFStandActionsRunBL"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDbl_up",0.02,"AadjPercMrunSrasWrflDl_up",0.02,"AadjPercMrunSrasWrflDb_up",0.02,"AadjPercMwlkSrasWrflDbl_up",0.02,"AadjPercMtacSrasWrflDbl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDb_up: AmovPercMrunSrasWrflDb + { + actions = "RifleAdjustFStandActionsRunB"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDb_up",0.02,"AadjPercMrunSrasWrflDbl_up",0.02,"AadjPercMrunSrasWrflDbr_up",0.02,"AadjPercMwlkSrasWrflDb_up",0.02,"AadjPercMtacSrasWrflDb_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDbr_up: AmovPercMrunSrasWrflDbr + { + actions = "RifleAdjustFStandActionsRunBr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDbr_up",0.02,"AadjPercMrunSrasWrflDb_up",0.02,"AadjPercMrunSrasWrflDr_up",0.02,"AadjPercMwlkSrasWrflDbr_up",0.02,"AadjPercMtacSrasWrflDbr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDr_up: AmovPercMrunSrasWrflDr + { + actions = "RifleAdjustFStandActionsRunR"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDr_up",0.02,"AadjPercMrunSrasWrflDbr_up",0.02,"AadjPercMrunSrasWrflDfr_up",0.02,"AadjPercMwlkSrasWrflDr_up",0.02,"AadjPercMtacSrasWrflDr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWrflDfr_up: AmovPercMrunSrasWrflDfr + { + actions = "RifleAdjustFStandActionsRunFr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMrunSrasWrflDfr_up",0.02,"AadjPercMrunSrasWrflDf_up",0.02,"AadjPercMrunSrasWrflDr_up",0.02,"AadjPercMwlkSrasWrflDfr_up",0.02,"AadjPercMtacSrasWrflDfr_up",0.02,"AadjPercMevaSrasWrflDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWrflDf_up: AmovPercMevaSrasWrflDf + { + actions = "RifleAdjustFStandEvasiveActionsf"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMevaSrasWrflDf_up",0.02,"AadjPercMevaSrasWrflDfr_up",0.02,"AadjPercMevaSrasWrflDfl_up",0.02,"AadjPercMwlkSrasWrflDf_up",0.02,"AadjPercMtacSrasWrflDf_up",0.02,"AadjPercMrunSrasWrflDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWrflDfl_up: AmovPercMevaSrasWrflDfl + { + actions = "RifleAdjustFStandEvasiveActionsfl"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMevaSrasWrflDfl_up",0.02,"AadjPercMevaSrasWrflDf_up",0.02,"AadjPercMwlkSrasWrflDfl_up",0.02,"AadjPercMtacSrasWrflDfl_up",0.02,"AadjPercMrunSrasWrflDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWrflDfr_up: AmovPercMevaSrasWrflDfr + { + actions = "RifleAdjustFStandEvasiveActionsfr"; + InterpolateTo[] = {"AadjPercMstpSrasWrflDup",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon",0.02,"AadjPknlMevaSrasWrflDfr_up",0.02,"AadjPercMevaSrasWrflDf_up",0.02,"AadjPercMwlkSrasWrflDfr_up",0.02,"AadjPercMtacSrasWrflDfr_up",0.02,"AadjPercMrunSrasWrflDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDf_left: AmovPknlMwlkSrasWrflDf + { + actions = "RifleAdjustLKneelActionsWlkF"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\Wlk\Ras\Rfl\AadjPknlMwlkSrasWrflDf_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDf_left",0.02,"AadjPknlMwlkSrasWrflDfr_left",0.02,"AadjPknlMwlkSrasWrflDfl_left",0.02,"AadjPknlMtacSrasWrflDf_left",0.02,"AadjPknlMrunSrasWrflDf_left",0.02,"AadjPknlMevaSrasWrflDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDfl_left: AmovPknlMwlkSrasWrflDfl + { + actions = "RifleAdjustLKneelActionsWlkFl"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\Wlk\Ras\Rfl\AadjPknlMwlkSrasWrflDfl_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDfl_left",0.02,"AadjPknlMwlkSrasWrflDl_left",0.02,"AadjPknlMwlkSrasWrflDf_left",0.02,"AadjPknlMtacSrasWrflDfl_left",0.02,"AadjPknlMrunSrasWrflDfl_left",0.02,"AadjPknlMevaSrasWrflDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDl_left: AmovPknlMwlkSrasWrflDl + { + actions = "RifleAdjustLKneelActionsWlkL"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\Wlk\Ras\Rfl\AadjPknlMwlkSrasWrflDl_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDl_left",0.02,"AadjPknlMwlkSrasWrflDfl_left",0.02,"AadjPknlMwlkSrasWrflDbl_left",0.02,"AadjPknlMtacSrasWrflDl_left",0.02,"AadjPknlMrunSrasWrflDl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDbl_left: AmovPknlMwlkSrasWrflDbl + { + actions = "RifleAdjustLKneelActionsWlkBL"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\Wlk\Ras\Rfl\AadjPknlMwlkSrasWrflDbl_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDbl_left",0.02,"AadjPknlMwlkSrasWrflDl_left",0.02,"AadjPknlMwlkSrasWrflDb_left",0.02,"AadjPknlMtacSrasWrflDbl_left",0.02,"AadjPknlMrunSrasWrflDbl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDb_left: AmovPknlMwlkSrasWrflDb + { + actions = "RifleAdjustLKneelActionsWlkB"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\Wlk\Ras\Rfl\AadjPknlMwlkSrasWrflDb_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDb_left",0.02,"AadjPknlMwlkSrasWrflDbl_left",0.02,"AadjPknlMwlkSrasWrflDbr_left",0.02,"AadjPknlMtacSrasWrflDb_left",0.02,"AadjPknlMrunSrasWrflDb_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDbr_left: AmovPknlMwlkSrasWrflDbr + { + actions = "RifleAdjustLKneelActionsWlkBr"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\Wlk\Ras\Rfl\AadjPknlMwlkSrasWrflDbr_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDbr_left",0.02,"AadjPknlMwlkSrasWrflDb_left",0.02,"AadjPknlMwlkSrasWrflDr_left",0.02,"AadjPknlMtacSrasWrflDbr_left",0.02,"AadjPknlMrunSrasWrflDbr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDr_left: AmovPknlMwlkSrasWrflDr + { + actions = "RifleAdjustLKneelActionsWlkR"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\Wlk\Ras\Rfl\AadjPknlMwlkSrasWrflDr_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDr_left",0.02,"AadjPknlMwlkSrasWrflDbr_left",0.02,"AadjPknlMwlkSrasWrflDfr_left",0.02,"AadjPknlMtacSrasWrflDr_left",0.02,"AadjPknlMrunSrasWrflDr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDfr_left: AmovPknlMwlkSrasWrflDfr + { + actions = "RifleAdjustLKneelActionsWlkFr"; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\Wlk\Ras\Rfl\AadjPknlMwlkSrasWrflDfr_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDfr_left",0.02,"AadjPknlMwlkSrasWrflDf_left",0.02,"AadjPknlMwlkSrasWrflDr_left",0.02,"AadjPknlMtacSrasWrflDfr_left",0.02,"AadjPknlMrunSrasWrflDfr_left",0.02,"AadjPknlMevaSrasWrflDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDf_left: AmovPknlMtacSrasWrflDf + { + actions = "RifleAdjustLKneelActionsTacF"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\rfl\AadjPknlMtacSrasWrflDf_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDf_left",0.02,"AadjPknlMtacSrasWrflDfr_left",0.02,"AadjPknlMtacSrasWrflDfl_left",0.02,"AadjPknlMwlkSrasWrflDf_left",0.02,"AadjPknlMrunSrasWrflDf_left",0.02,"AadjPknlMevaSrasWrflDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDfl_left: AmovPknlMtacSrasWrflDfl + { + actions = "RifleAdjustLKneelActionsTacFl"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\rfl\AadjPknlMtacSrasWrflDfl_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDfl_left",0.02,"AadjPknlMtacSrasWrflDl_left",0.02,"AadjPknlMtacSrasWrflDf_left",0.02,"AadjPknlMwlkSrasWrflDfl_left",0.02,"AadjPknlMrunSrasWrflDfl_left",0.02,"AadjPknlMevaSrasWrflDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDl_left: AmovPknlMtacSrasWrflDl + { + actions = "RifleAdjustLKneelActionsTacL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\rfl\AadjPknlMtacSrasWrflDl_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDl_left",0.02,"AadjPknlMtacSrasWrflDfl_left",0.02,"AadjPknlMtacSrasWrflDbl_left",0.02,"AadjPknlMwlkSrasWrflDl_left",0.02,"AadjPknlMrunSrasWrflDl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDbl_left: AmovPknlMtacSrasWrflDbl + { + actions = "RifleAdjustLKneelActionsTacBL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\rfl\AadjPknlMtacSrasWrflDbl_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDbl_left",0.02,"AadjPknlMtacSrasWrflDl_left",0.02,"AadjPknlMtacSrasWrflDb_left",0.02,"AadjPknlMwlkSrasWrflDbl_left",0.02,"AadjPknlMrunSrasWrflDbl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDb_left: AmovPknlMtacSrasWrflDb + { + actions = "RifleAdjustLKneelActionsTacB"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\rfl\AadjPknlMtacSrasWrflDb_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDb_left",0.02,"AadjPknlMtacSrasWrflDbl_left",0.02,"AadjPknlMtacSrasWrflDbr_left",0.02,"AadjPknlMwlkSrasWrflDb_left",0.02,"AadjPknlMrunSrasWrflDb_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDbr_left: AmovPknlMtacSrasWrflDbr + { + actions = "RifleAdjustLKneelActionsTacBr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\rfl\AadjPknlMtacSrasWrflDbr_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDbr_left",0.02,"AadjPknlMtacSrasWrflDb_left",0.02,"AadjPknlMtacSrasWrflDr_left",0.02,"AadjPknlMwlkSrasWrflDbr_left",0.02,"AadjPknlMrunSrasWrflDbr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDr_left: AmovPknlMtacSrasWrflDr + { + actions = "RifleAdjustLKneelActionsTacR"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\rfl\AadjPknlMtacSrasWrflDr_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDr_left",0.02,"AadjPknlMtacSrasWrflDbr_left",0.02,"AadjPknlMtacSrasWrflDfr_left",0.02,"AadjPknlMwlkSrasWrflDr_left",0.02,"AadjPknlMrunSrasWrflDr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDfr_left: AmovPknlMtacSrasWrflDfr + { + actions = "RifleAdjustLKneelActionsTacFr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\rfl\AadjPknlMtacSrasWrflDfr_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDfr_left",0.02,"AadjPknlMtacSrasWrflDf_left",0.02,"AadjPknlMtacSrasWrflDr_left",0.02,"AadjPknlMwlkSrasWrflDfr_left",0.02,"AadjPknlMrunSrasWrflDfr_left",0.02,"AadjPknlMevaSrasWrflDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDf_left: AmovPknlMrunSrasWrflDf + { + actions = "RifleAdjustLKneelActionsRunF"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDf_left",0.02,"AadjPknlMrunSrasWrflDfr_left",0.02,"AadjPknlMrunSrasWrflDfl_left",0.02,"AadjPknlMwlkSrasWrflDf_left",0.02,"AadjPknlMtacSrasWrflDf_left",0.02,"AadjPknlMevaSrasWrflDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDfl_left: AmovPknlMrunSrasWrflDfl + { + actions = "RifleAdjustLKneelActionsRunFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDfl_left",0.02,"AadjPknlMrunSrasWrflDl_left",0.02,"AadjPknlMrunSrasWrflDf_left",0.02,"AadjPknlMwlkSrasWrflDfl_left",0.02,"AadjPknlMtacSrasWrflDfl_left",0.02,"AadjPknlMevaSrasWrflDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDl_left: AmovPknlMrunSrasWrflDl + { + actions = "RifleAdjustLKneelActionsRunL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDl_left",0.02,"AadjPknlMrunSrasWrflDfl_left",0.02,"AadjPknlMrunSrasWrflDbl_left",0.02,"AadjPknlMwlkSrasWrflDl_left",0.02,"AadjPknlMtacSrasWrflDl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDbl_left: AmovPknlMrunSrasWrflDbl + { + actions = "RifleAdjustLKneelActionsRunBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDbl_left",0.02,"AadjPknlMrunSrasWrflDl_left",0.02,"AadjPknlMrunSrasWrflDb_left",0.02,"AadjPknlMwlkSrasWrflDbl_left",0.02,"AadjPknlMtacSrasWrflDbl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDb_left: AmovPknlMrunSrasWrflDb + { + actions = "RifleAdjustLKneelActionsRunB"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDb_left",0.02,"AadjPknlMrunSrasWrflDbl_left",0.02,"AadjPknlMrunSrasWrflDbr_left",0.02,"AadjPknlMwlkSrasWrflDb_left",0.02,"AadjPknlMtacSrasWrflDb_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDbr_left: AmovPknlMrunSrasWrflDbr + { + actions = "RifleAdjustLKneelActionsRunBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDbr_left",0.02,"AadjPknlMrunSrasWrflDb_left",0.02,"AadjPknlMrunSrasWrflDr_left",0.02,"AadjPknlMwlkSrasWrflDbr_left",0.02,"AadjPknlMtacSrasWrflDbr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDr_left: AmovPknlMrunSrasWrflDr + { + actions = "RifleAdjustLKneelActionsRunR"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDr_left",0.02,"AadjPknlMrunSrasWrflDbr_left",0.02,"AadjPknlMrunSrasWrflDfr_left",0.02,"AadjPknlMwlkSrasWrflDr_left",0.02,"AadjPknlMtacSrasWrflDr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDfr_left: AmovPknlMrunSrasWrflDfr + { + actions = "RifleAdjustLKneelActionsRunFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDfr_left",0.02,"AadjPknlMrunSrasWrflDf_left",0.02,"AadjPknlMrunSrasWrflDr_left",0.02,"AadjPknlMwlkSrasWrflDfr_left",0.02,"AadjPknlMtacSrasWrflDfr_left",0.02,"AadjPknlMevaSrasWrflDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWrflDf_left: AmovPknlMevaSrasWrflDf + { + actions = "RifleAdjustLKneelEvasiveActionsf"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMevaSrasWrflDf_left",0.02,"AadjPknlMevaSrasWrflDfr_left",0.02,"AadjPknlMevaSrasWrflDfl_left",0.02,"AadjPknlMwlkSrasWrflDf_left",0.02,"AadjPknlMtacSrasWrflDf_left",0.02,"AadjPknlMrunSrasWrflDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWrflDfl_left: AmovPknlMevaSrasWrflDfl + { + actions = "RifleAdjustLKneelEvasiveActionsfl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMevaSrasWrflDfl_left",0.02,"AadjPknlMevaSrasWrflDf_left",0.02,"AadjPknlMwlkSrasWrflDfl_left",0.02,"AadjPknlMtacSrasWrflDfl_left",0.02,"AadjPknlMrunSrasWrflDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWrflDfr_left: AmovPknlMevaSrasWrflDfr + { + actions = "RifleAdjustLKneelEvasiveActionsfr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDleft",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMevaSrasWrflDfr_left",0.02,"AadjPknlMevaSrasWrflDf_left",0.02,"AadjPknlMwlkSrasWrflDfr_left",0.02,"AadjPknlMtacSrasWrflDfr_left",0.02,"AadjPknlMrunSrasWrflDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDf_right: AmovPknlMwlkSrasWrflDf + { + actions = "RifleAdjustRKneelActionsWlkF"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDf_right",0.02,"AadjPknlMwlkSrasWrflDfr_right",0.02,"AadjPknlMwlkSrasWrflDfl_right",0.02,"AadjPknlMtacSrasWrflDf_right",0.02,"AadjPknlMrunSrasWrflDf_right",0.02,"AadjPknlMevaSrasWrflDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDfl_right: AmovPknlMwlkSrasWrflDfl + { + actions = "RifleAdjustRKneelActionsWlkFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDfl_right",0.02,"AadjPknlMwlkSrasWrflDl_right",0.02,"AadjPknlMwlkSrasWrflDf_right",0.02,"AadjPknlMtacSrasWrflDfl_right",0.02,"AadjPknlMrunSrasWrflDfl_right",0.02,"AadjPknlMevaSrasWrflDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDl_right: AmovPknlMwlkSrasWrflDl + { + actions = "RifleAdjustRKneelActionsWlkL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDl_right",0.02,"AadjPknlMwlkSrasWrflDfl_right",0.02,"AadjPknlMwlkSrasWrflDbl_right",0.02,"AadjPknlMtacSrasWrflDl_right",0.02,"AadjPknlMrunSrasWrflDl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDbl_right: AmovPknlMwlkSrasWrflDbl + { + actions = "RifleAdjustRKneelActionsWlkBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDbl_right",0.02,"AadjPknlMwlkSrasWrflDl_right",0.02,"AadjPknlMwlkSrasWrflDb_right",0.02,"AadjPknlMtacSrasWrflDbl_right",0.02,"AadjPknlMrunSrasWrflDbl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDb_right: AmovPknlMwlkSrasWrflDb + { + actions = "RifleAdjustRKneelActionsWlkB"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDb_right",0.02,"AadjPknlMwlkSrasWrflDbl_right",0.02,"AadjPknlMwlkSrasWrflDbr_right",0.02,"AadjPknlMtacSrasWrflDb_right",0.02,"AadjPknlMrunSrasWrflDb_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDbr_right: AmovPknlMwlkSrasWrflDbr + { + actions = "RifleAdjustRKneelActionsWlkBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDbr_right",0.02,"AadjPknlMwlkSrasWrflDb_right",0.02,"AadjPknlMwlkSrasWrflDr_right",0.02,"AadjPknlMtacSrasWrflDbr_right",0.02,"AadjPknlMrunSrasWrflDbr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDr_right: AmovPknlMwlkSrasWrflDr + { + actions = "RifleAdjustRKneelActionsWlkR"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDr_right",0.02,"AadjPknlMwlkSrasWrflDbr_right",0.02,"AadjPknlMwlkSrasWrflDfr_right",0.02,"AadjPknlMtacSrasWrflDr_right",0.02,"AadjPknlMrunSrasWrflDr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDfr_right: AmovPknlMwlkSrasWrflDfr + { + actions = "RifleAdjustRKneelActionsWlkFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDfr_right",0.02,"AadjPknlMwlkSrasWrflDf_right",0.02,"AadjPknlMwlkSrasWrflDr_right",0.02,"AadjPknlMtacSrasWrflDfr_right",0.02,"AadjPknlMrunSrasWrflDfr_right",0.02,"AadjPknlMevaSrasWrflDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDf_right: AmovPknlMtacSrasWrflDf + { + actions = "RifleAdjustRKneelActionsTacF"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDf_right",0.02,"AadjPknlMtacSrasWrflDfr_right",0.02,"AadjPknlMtacSrasWrflDfl_right",0.02,"AadjPknlMwlkSrasWrflDf_right",0.02,"AadjPknlMrunSrasWrflDf_right",0.02,"AadjPknlMevaSrasWrflDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDfl_right: AmovPknlMtacSrasWrflDfl + { + actions = "RifleAdjustRKneelActionsTacFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDfl_right",0.02,"AadjPknlMtacSrasWrflDl_right",0.02,"AadjPknlMtacSrasWrflDf_right",0.02,"AadjPknlMwlkSrasWrflDfl_right",0.02,"AadjPknlMrunSrasWrflDfl_right",0.02,"AadjPknlMevaSrasWrflDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDl_right: AmovPknlMtacSrasWrflDl + { + actions = "RifleAdjustRKneelActionsTacL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDl_right",0.02,"AadjPknlMtacSrasWrflDfl_right",0.02,"AadjPknlMtacSrasWrflDbl_right",0.02,"AadjPknlMwlkSrasWrflDl_right",0.02,"AadjPknlMrunSrasWrflDl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDbl_right: AmovPknlMtacSrasWrflDbl + { + actions = "RifleAdjustRKneelActionsTacBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDbl_right",0.02,"AadjPknlMtacSrasWrflDl_right",0.02,"AadjPknlMtacSrasWrflDb_right",0.02,"AadjPknlMwlkSrasWrflDbl_right",0.02,"AadjPknlMrunSrasWrflDbl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDb_right: AmovPknlMtacSrasWrflDb + { + actions = "RifleAdjustRKneelActionsTacB"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDb_right",0.02,"AadjPknlMtacSrasWrflDbl_right",0.02,"AadjPknlMtacSrasWrflDbr_right",0.02,"AadjPknlMwlkSrasWrflDb_right",0.02,"AadjPknlMrunSrasWrflDb_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDbr_right: AmovPknlMtacSrasWrflDbr + { + actions = "RifleAdjustRKneelActionsTacBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDbr_right",0.02,"AadjPknlMtacSrasWrflDb_right",0.02,"AadjPknlMtacSrasWrflDr_right",0.02,"AadjPknlMwlkSrasWrflDbr_right",0.02,"AadjPknlMrunSrasWrflDbr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDr_right: AmovPknlMtacSrasWrflDr + { + actions = "RifleAdjustRKneelActionsTacR"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDr_right",0.02,"AadjPknlMtacSrasWrflDbr_right",0.02,"AadjPknlMtacSrasWrflDfr_right",0.02,"AadjPknlMwlkSrasWrflDr_right",0.02,"AadjPknlMrunSrasWrflDr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDfr_right: AmovPknlMtacSrasWrflDfr + { + actions = "RifleAdjustRKneelActionsTacFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDfr_right",0.02,"AadjPknlMtacSrasWrflDf_right",0.02,"AadjPknlMtacSrasWrflDr_right",0.02,"AadjPknlMwlkSrasWrflDfr_right",0.02,"AadjPknlMrunSrasWrflDfr_right",0.02,"AadjPknlMevaSrasWrflDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDf_right: AmovPknlMrunSrasWrflDf + { + actions = "RifleAdjustRKneelActionsRunF"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDf_right",0.02,"AadjPknlMrunSrasWrflDfr_right",0.02,"AadjPknlMrunSrasWrflDfl_right",0.02,"AadjPknlMwlkSrasWrflDf_right",0.02,"AadjPknlMtacSrasWrflDf_right",0.02,"AadjPknlMevaSrasWrflDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDfl_right: AmovPknlMrunSrasWrflDfl + { + actions = "RifleAdjustRKneelActionsRunFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDfl_right",0.02,"AadjPknlMrunSrasWrflDl_right",0.02,"AadjPknlMrunSrasWrflDf_right",0.02,"AadjPknlMwlkSrasWrflDfl_right",0.02,"AadjPknlMtacSrasWrflDfl_right",0.02,"AadjPknlMevaSrasWrflDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDl_right: AmovPknlMrunSrasWrflDl + { + actions = "RifleAdjustRKneelActionsRunL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDl_right",0.02,"AadjPknlMrunSrasWrflDfl_right",0.02,"AadjPknlMrunSrasWrflDbl_right",0.02,"AadjPknlMwlkSrasWrflDl_right",0.02,"AadjPknlMtacSrasWrflDl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDbl_right: AmovPknlMrunSrasWrflDbl + { + actions = "RifleAdjustRKneelActionsRunBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDbl_right",0.02,"AadjPknlMrunSrasWrflDl_right",0.02,"AadjPknlMrunSrasWrflDb_right",0.02,"AadjPknlMwlkSrasWrflDbl_right",0.02,"AadjPknlMtacSrasWrflDbl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDb_right: AmovPknlMrunSrasWrflDb + { + actions = "RifleAdjustRKneelActionsRunB"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDb_right",0.02,"AadjPknlMrunSrasWrflDbl_right",0.02,"AadjPknlMrunSrasWrflDbr_right",0.02,"AadjPknlMwlkSrasWrflDb_right",0.02,"AadjPknlMtacSrasWrflDb_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDbr_right: AmovPknlMrunSrasWrflDbr + { + actions = "RifleAdjustRKneelActionsRunBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDbr_right",0.02,"AadjPknlMrunSrasWrflDb_right",0.02,"AadjPknlMrunSrasWrflDr_right",0.02,"AadjPknlMwlkSrasWrflDbr_right",0.02,"AadjPknlMtacSrasWrflDbr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDr_right: AmovPknlMrunSrasWrflDr + { + actions = "RifleAdjustRKneelActionsRunR"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDr_right",0.02,"AadjPknlMrunSrasWrflDbr_right",0.02,"AadjPknlMrunSrasWrflDfr_right",0.02,"AadjPknlMwlkSrasWrflDr_right",0.02,"AadjPknlMtacSrasWrflDr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDfr_right: AmovPknlMrunSrasWrflDfr + { + actions = "RifleAdjustRKneelActionsRunFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDfr_right",0.02,"AadjPknlMrunSrasWrflDf_right",0.02,"AadjPknlMrunSrasWrflDr_right",0.02,"AadjPknlMwlkSrasWrflDfr_right",0.02,"AadjPknlMtacSrasWrflDfr_right",0.02,"AadjPknlMevaSrasWrflDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWrflDf_right: AmovPknlMevaSrasWrflDf + { + actions = "RifleAdjustRKneelEvasiveActionsf"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMevaSrasWrflDf_right",0.02,"AadjPknlMevaSrasWrflDfr_right",0.02,"AadjPknlMevaSrasWrflDfl_right",0.02,"AadjPknlMwlkSrasWrflDf_right",0.02,"AadjPknlMtacSrasWrflDf_right",0.02,"AadjPknlMrunSrasWrflDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWrflDfl_right: AmovPknlMevaSrasWrflDfl + { + actions = "RifleAdjustRKneelEvasiveActionsfl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMevaSrasWrflDfl_right",0.02,"AadjPknlMevaSrasWrflDf_right",0.02,"AadjPknlMwlkSrasWrflDfl_right",0.02,"AadjPknlMtacSrasWrflDfl_right",0.02,"AadjPknlMrunSrasWrflDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWrflDfr_right: AmovPknlMevaSrasWrflDfr + { + actions = "RifleAdjustRKneelEvasiveActionsfr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMevaSrasWrflDfr_right",0.02,"AadjPknlMevaSrasWrflDf_right",0.02,"AadjPknlMwlkSrasWrflDfr_right",0.02,"AadjPknlMtacSrasWrflDfr_right",0.02,"AadjPknlMrunSrasWrflDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDf_down: AmovPknlMwlkSrasWrflDf + { + actions = "RifleAdjustBKneelActionsWlkF"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDf_down",0.02,"AadjPknlMwlkSrasWrflDfr_down",0.02,"AadjPknlMwlkSrasWrflDfl_down",0.02,"AadjPknlMtacSrasWrflDf_down",0.02,"AadjPknlMrunSrasWrflDf_down",0.02,"AadjPknlMevaSrasWrflDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDfl_down: AmovPknlMwlkSrasWrflDfl + { + actions = "RifleAdjustBKneelActionsWlkFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDfl_down",0.02,"AadjPknlMwlkSrasWrflDl_down",0.02,"AadjPknlMwlkSrasWrflDf_down",0.02,"AadjPknlMtacSrasWrflDfl_down",0.02,"AadjPknlMrunSrasWrflDfl_down",0.02,"AadjPknlMevaSrasWrflDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDl_down: AmovPknlMwlkSrasWrflDl + { + actions = "RifleAdjustBKneelActionsWlkL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDl_down",0.02,"AadjPknlMwlkSrasWrflDfl_down",0.02,"AadjPknlMwlkSrasWrflDbl_down",0.02,"AadjPknlMtacSrasWrflDl_down",0.02,"AadjPknlMrunSrasWrflDl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDbl_down: AmovPknlMwlkSrasWrflDbl + { + actions = "RifleAdjustBKneelActionsWlkBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDbl_down",0.02,"AadjPknlMwlkSrasWrflDl_down",0.02,"AadjPknlMwlkSrasWrflDb_down",0.02,"AadjPknlMtacSrasWrflDbl_down",0.02,"AadjPknlMrunSrasWrflDbl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDb_down: AmovPknlMwlkSrasWrflDb + { + actions = "RifleAdjustBKneelActionsWlkB"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDb_down",0.02,"AadjPknlMwlkSrasWrflDbl_down",0.02,"AadjPknlMwlkSrasWrflDbr_down",0.02,"AadjPknlMtacSrasWrflDb_down",0.02,"AadjPknlMrunSrasWrflDb_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDbr_down: AmovPknlMwlkSrasWrflDbr + { + actions = "RifleAdjustBKneelActionsWlkBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDbr_down",0.02,"AadjPknlMwlkSrasWrflDb_down",0.02,"AadjPknlMwlkSrasWrflDr_down",0.02,"AadjPknlMtacSrasWrflDbr_down",0.02,"AadjPknlMrunSrasWrflDbr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDr_down: AmovPknlMwlkSrasWrflDr + { + actions = "RifleAdjustBKneelActionsWlkR"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDr_down",0.02,"AadjPknlMwlkSrasWrflDbr_down",0.02,"AadjPknlMwlkSrasWrflDfr_down",0.02,"AadjPknlMtacSrasWrflDr_down",0.02,"AadjPknlMrunSrasWrflDr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDfr_down: AmovPknlMwlkSrasWrflDfr + { + actions = "RifleAdjustBKneelActionsWlkFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDfr_down",0.02,"AadjPknlMwlkSrasWrflDf_down",0.02,"AadjPknlMwlkSrasWrflDr_down",0.02,"AadjPknlMtacSrasWrflDfr_down",0.02,"AadjPknlMrunSrasWrflDfr_down",0.02,"AadjPknlMevaSrasWrflDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDf_down: AmovPknlMtacSrasWrflDf + { + actions = "RifleAdjustBKneelActionsTacF"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDf_down",0.02,"AadjPknlMtacSrasWrflDfr_down",0.02,"AadjPknlMtacSrasWrflDfl_down",0.02,"AadjPknlMwlkSrasWrflDf_down",0.02,"AadjPknlMrunSrasWrflDf_down",0.02,"AadjPknlMevaSrasWrflDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDfl_down: AmovPknlMtacSrasWrflDfl + { + actions = "RifleAdjustBKneelActionsTacFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDfl_down",0.02,"AadjPknlMtacSrasWrflDl_down",0.02,"AadjPknlMtacSrasWrflDf_down",0.02,"AadjPknlMwlkSrasWrflDfl_down",0.02,"AadjPknlMrunSrasWrflDfl_down",0.02,"AadjPknlMevaSrasWrflDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDl_down: AmovPknlMtacSrasWrflDl + { + actions = "RifleAdjustBKneelActionsTacL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDl_down",0.02,"AadjPknlMtacSrasWrflDfl_down",0.02,"AadjPknlMtacSrasWrflDbl_down",0.02,"AadjPknlMwlkSrasWrflDl_down",0.02,"AadjPknlMrunSrasWrflDl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDbl_down: AmovPknlMtacSrasWrflDbl + { + actions = "RifleAdjustBKneelActionsTacBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDbl_down",0.02,"AadjPknlMtacSrasWrflDl_down",0.02,"AadjPknlMtacSrasWrflDb_down",0.02,"AadjPknlMwlkSrasWrflDbl_down",0.02,"AadjPknlMrunSrasWrflDbl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDb_down: AmovPknlMtacSrasWrflDb + { + actions = "RifleAdjustBKneelActionsTacB"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDb_down",0.02,"AadjPknlMtacSrasWrflDbl_down",0.02,"AadjPknlMtacSrasWrflDbr_down",0.02,"AadjPknlMwlkSrasWrflDb_down",0.02,"AadjPknlMrunSrasWrflDb_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDbr_down: AmovPknlMtacSrasWrflDbr + { + actions = "RifleAdjustBKneelActionsTacBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDbr_down",0.02,"AadjPknlMtacSrasWrflDb_down",0.02,"AadjPknlMtacSrasWrflDr_down",0.02,"AadjPknlMwlkSrasWrflDbr_down",0.02,"AadjPknlMrunSrasWrflDbr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDr_down: AmovPknlMtacSrasWrflDr + { + actions = "RifleAdjustBKneelActionsTacR"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDr_down",0.02,"AadjPknlMtacSrasWrflDbr_down",0.02,"AadjPknlMtacSrasWrflDfr_down",0.02,"AadjPknlMwlkSrasWrflDr_down",0.02,"AadjPknlMrunSrasWrflDr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDfr_down: AmovPknlMtacSrasWrflDfr + { + actions = "RifleAdjustBKneelActionsTacFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDfr_down",0.02,"AadjPknlMtacSrasWrflDf_down",0.02,"AadjPknlMtacSrasWrflDr_down",0.02,"AadjPknlMwlkSrasWrflDfr_down",0.02,"AadjPknlMrunSrasWrflDfr_down",0.02,"AadjPknlMevaSrasWrflDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDf_down: AmovPknlMrunSrasWrflDf + { + actions = "RifleAdjustBKneelActionsRunF"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDf_down",0.02,"AadjPknlMrunSrasWrflDfr_down",0.02,"AadjPknlMrunSrasWrflDfl_down",0.02,"AadjPknlMwlkSrasWrflDf_down",0.02,"AadjPknlMtacSrasWrflDf_down",0.02,"AadjPknlMevaSrasWrflDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDfl_down: AmovPknlMrunSrasWrflDfl + { + actions = "RifleAdjustBKneelActionsRunFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDfl_down",0.02,"AadjPknlMrunSrasWrflDl_down",0.02,"AadjPknlMrunSrasWrflDf_down",0.02,"AadjPknlMwlkSrasWrflDfl_down",0.02,"AadjPknlMtacSrasWrflDfl_down",0.02,"AadjPknlMevaSrasWrflDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDl_down: AmovPknlMrunSrasWrflDl + { + actions = "RifleAdjustBKneelActionsRunL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDl_down",0.02,"AadjPknlMrunSrasWrflDfl_down",0.02,"AadjPknlMrunSrasWrflDbl_down",0.02,"AadjPknlMwlkSrasWrflDl_down",0.02,"AadjPknlMtacSrasWrflDl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDbl_down: AmovPknlMrunSrasWrflDbl + { + actions = "RifleAdjustBKneelActionsRunBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDbl_down",0.02,"AadjPknlMrunSrasWrflDl_down",0.02,"AadjPknlMrunSrasWrflDb_down",0.02,"AadjPknlMwlkSrasWrflDbl_down",0.02,"AadjPknlMtacSrasWrflDbl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDb_down: AmovPknlMrunSrasWrflDb + { + actions = "RifleAdjustBKneelActionsRunB"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDb_down",0.02,"AadjPknlMrunSrasWrflDbl_down",0.02,"AadjPknlMrunSrasWrflDbr_down",0.02,"AadjPknlMwlkSrasWrflDb_down",0.02,"AadjPknlMtacSrasWrflDb_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDbr_down: AmovPknlMrunSrasWrflDbr + { + actions = "RifleAdjustBKneelActionsRunBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDbr_down",0.02,"AadjPknlMrunSrasWrflDb_down",0.02,"AadjPknlMrunSrasWrflDr_down",0.02,"AadjPknlMwlkSrasWrflDbr_down",0.02,"AadjPknlMtacSrasWrflDbr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDr_down: AmovPknlMrunSrasWrflDr + { + actions = "RifleAdjustBKneelActionsRunR"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDr_down",0.02,"AadjPknlMrunSrasWrflDbr_down",0.02,"AadjPknlMrunSrasWrflDfr_down",0.02,"AadjPknlMwlkSrasWrflDr_down",0.02,"AadjPknlMtacSrasWrflDr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDfr_down: AmovPknlMrunSrasWrflDfr + { + actions = "RifleAdjustBKneelActionsRunFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDfr_down",0.02,"AadjPknlMrunSrasWrflDf_down",0.02,"AadjPknlMrunSrasWrflDr_down",0.02,"AadjPknlMwlkSrasWrflDfr_down",0.02,"AadjPknlMtacSrasWrflDfr_down",0.02,"AadjPknlMevaSrasWrflDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWrflDf_down: AmovPknlMevaSrasWrflDf + { + actions = "RifleAdjustBKneelEvasiveActionsf"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMevaSrasWrflDf_down",0.02,"AadjPknlMevaSrasWrflDfr_down",0.02,"AadjPknlMevaSrasWrflDfl_down",0.02,"AadjPknlMwlkSrasWrflDf_down",0.02,"AadjPknlMtacSrasWrflDf_down",0.02,"AadjPknlMrunSrasWrflDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWrflDfl_down: AmovPknlMevaSrasWrflDfl + { + actions = "RifleAdjustBKneelEvasiveActionsfl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMevaSrasWrflDfl_down",0.02,"AadjPknlMevaSrasWrflDf_down",0.02,"AadjPknlMwlkSrasWrflDfl_down",0.02,"AadjPknlMtacSrasWrflDfl_down",0.02,"AadjPknlMrunSrasWrflDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWrflDfr_down: AmovPknlMevaSrasWrflDfr + { + actions = "RifleAdjustBKneelEvasiveActionsfr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDdown",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMevaSrasWrflDfr_down",0.02,"AadjPknlMevaSrasWrflDf_down",0.02,"AadjPknlMwlkSrasWrflDfr_down",0.02,"AadjPknlMtacSrasWrflDfr_down",0.02,"AadjPknlMrunSrasWrflDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDf_up: AmovPknlMwlkSrasWrflDf + { + actions = "RifleAdjustFKneelActionsWlkF"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDf_up",0.02,"AadjPknlMwlkSrasWrflDfr_up",0.02,"AadjPknlMwlkSrasWrflDfl_up",0.02,"AadjPknlMtacSrasWrflDf_up",0.02,"AadjPknlMrunSrasWrflDf_up",0.02,"AadjPknlMevaSrasWrflDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDfl_up: AmovPknlMwlkSrasWrflDfl + { + actions = "RifleAdjustFKneelActionsWlkFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDfl_up",0.02,"AadjPknlMwlkSrasWrflDl_up",0.02,"AadjPknlMwlkSrasWrflDf_up",0.02,"AadjPknlMtacSrasWrflDfl_up",0.02,"AadjPknlMrunSrasWrflDfl_up",0.02,"AadjPknlMevaSrasWrflDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDl_up: AmovPknlMwlkSrasWrflDl + { + actions = "RifleAdjustFKneelActionsWlkL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDl_up",0.02,"AadjPknlMwlkSrasWrflDfl_up",0.02,"AadjPknlMwlkSrasWrflDbl_up",0.02,"AadjPknlMtacSrasWrflDl_up",0.02,"AadjPknlMrunSrasWrflDl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDbl_up: AmovPknlMwlkSrasWrflDbl + { + actions = "RifleAdjustFKneelActionsWlkBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDbl_up",0.02,"AadjPknlMwlkSrasWrflDl_up",0.02,"AadjPknlMwlkSrasWrflDb_up",0.02,"AadjPknlMtacSrasWrflDbl_up",0.02,"AadjPknlMrunSrasWrflDbl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDb_up: AmovPknlMwlkSrasWrflDb + { + actions = "RifleAdjustFKneelActionsWlkB"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDb_up",0.02,"AadjPknlMwlkSrasWrflDbl_up",0.02,"AadjPknlMwlkSrasWrflDbr_up",0.02,"AadjPknlMtacSrasWrflDb_up",0.02,"AadjPknlMrunSrasWrflDb_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDbr_up: AmovPknlMwlkSrasWrflDbr + { + actions = "RifleAdjustFKneelActionsWlkBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDbr_up",0.02,"AadjPknlMwlkSrasWrflDb_up",0.02,"AadjPknlMwlkSrasWrflDr_up",0.02,"AadjPknlMtacSrasWrflDbr_up",0.02,"AadjPknlMrunSrasWrflDbr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDr_up: AmovPknlMwlkSrasWrflDr + { + actions = "RifleAdjustFKneelActionsWlkR"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDr_up",0.02,"AadjPknlMwlkSrasWrflDbr_up",0.02,"AadjPknlMwlkSrasWrflDfr_up",0.02,"AadjPknlMtacSrasWrflDr_up",0.02,"AadjPknlMrunSrasWrflDr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWrflDfr_up: AmovPknlMwlkSrasWrflDfr + { + actions = "RifleAdjustFKneelActionsWlkFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMwlkSrasWrflDfr_up",0.02,"AadjPknlMwlkSrasWrflDf_up",0.02,"AadjPknlMwlkSrasWrflDr_up",0.02,"AadjPknlMtacSrasWrflDfr_up",0.02,"AadjPknlMrunSrasWrflDfr_up",0.02,"AadjPknlMevaSrasWrflDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDf_up: AmovPknlMtacSrasWrflDf + { + actions = "RifleAdjustFKneelActionsTacF"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDf_up",0.02,"AadjPknlMtacSrasWrflDfr_up",0.02,"AadjPknlMtacSrasWrflDfl_up",0.02,"AadjPknlMwlkSrasWrflDf_up",0.02,"AadjPknlMrunSrasWrflDf_up",0.02,"AadjPknlMevaSrasWrflDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDfl_up: AmovPknlMtacSrasWrflDfl + { + actions = "RifleAdjustFKneelActionsTacFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDfl_up",0.02,"AadjPknlMtacSrasWrflDl_up",0.02,"AadjPknlMtacSrasWrflDf_up",0.02,"AadjPknlMwlkSrasWrflDfl_up",0.02,"AadjPknlMrunSrasWrflDfl_up",0.02,"AadjPknlMevaSrasWrflDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDl_up: AmovPknlMtacSrasWrflDl + { + actions = "RifleAdjustFKneelActionsTacL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDl_up",0.02,"AadjPknlMtacSrasWrflDfl_up",0.02,"AadjPknlMtacSrasWrflDbl_up",0.02,"AadjPknlMwlkSrasWrflDl_up",0.02,"AadjPknlMrunSrasWrflDl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDbl_up: AmovPknlMtacSrasWrflDbl + { + actions = "RifleAdjustFKneelActionsTacBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDbl_up",0.02,"AadjPknlMtacSrasWrflDl_up",0.02,"AadjPknlMtacSrasWrflDb_up",0.02,"AadjPknlMwlkSrasWrflDbl_up",0.02,"AadjPknlMrunSrasWrflDbl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDb_up: AmovPknlMtacSrasWrflDb + { + actions = "RifleAdjustFKneelActionsTacB"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDb_up",0.02,"AadjPknlMtacSrasWrflDbl_up",0.02,"AadjPknlMtacSrasWrflDbr_up",0.02,"AadjPknlMwlkSrasWrflDb_up",0.02,"AadjPknlMrunSrasWrflDb_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDbr_up: AmovPknlMtacSrasWrflDbr + { + actions = "RifleAdjustFKneelActionsTacBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDbr_up",0.02,"AadjPknlMtacSrasWrflDb_up",0.02,"AadjPknlMtacSrasWrflDr_up",0.02,"AadjPknlMwlkSrasWrflDbr_up",0.02,"AadjPknlMrunSrasWrflDbr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDr_up: AmovPknlMtacSrasWrflDr + { + actions = "RifleAdjustFKneelActionsTacR"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDr_up",0.02,"AadjPknlMtacSrasWrflDbr_up",0.02,"AadjPknlMtacSrasWrflDfr_up",0.02,"AadjPknlMwlkSrasWrflDr_up",0.02,"AadjPknlMrunSrasWrflDr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWrflDfr_up: AmovPknlMtacSrasWrflDfr + { + actions = "RifleAdjustFKneelActionsTacFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMtacSrasWrflDfr_up",0.02,"AadjPknlMtacSrasWrflDf_up",0.02,"AadjPknlMtacSrasWrflDr_up",0.02,"AadjPknlMwlkSrasWrflDfr_up",0.02,"AadjPknlMrunSrasWrflDfr_up",0.02,"AadjPknlMevaSrasWrflDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDf_up: AmovPknlMrunSrasWrflDf + { + actions = "RifleAdjustFKneelActionsRunF"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDf_up",0.02,"AadjPknlMrunSrasWrflDfr_up",0.02,"AadjPknlMrunSrasWrflDfl_up",0.02,"AadjPknlMwlkSrasWrflDf_up",0.02,"AadjPknlMtacSrasWrflDf_up",0.02,"AadjPknlMevaSrasWrflDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDfl_up: AmovPknlMrunSrasWrflDfl + { + actions = "RifleAdjustFKneelActionsRunFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDfl_up",0.02,"AadjPknlMrunSrasWrflDl_up",0.02,"AadjPknlMrunSrasWrflDf_up",0.02,"AadjPknlMwlkSrasWrflDfl_up",0.02,"AadjPknlMtacSrasWrflDfl_up",0.02,"AadjPknlMevaSrasWrflDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDl_up: AmovPknlMrunSrasWrflDl + { + actions = "RifleAdjustFKneelActionsRunL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDl_up",0.02,"AadjPknlMrunSrasWrflDfl_up",0.02,"AadjPknlMrunSrasWrflDbl_up",0.02,"AadjPknlMwlkSrasWrflDl_up",0.02,"AadjPknlMtacSrasWrflDl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDbl_up: AmovPknlMrunSrasWrflDbl + { + actions = "RifleAdjustFKneelActionsRunBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDbl_up",0.02,"AadjPknlMrunSrasWrflDl_up",0.02,"AadjPknlMrunSrasWrflDb_up",0.02,"AadjPknlMwlkSrasWrflDbl_up",0.02,"AadjPknlMtacSrasWrflDbl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDb_up: AmovPknlMrunSrasWrflDb + { + actions = "RifleAdjustFKneelActionsRunB"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDb_up",0.02,"AadjPknlMrunSrasWrflDbl_up",0.02,"AadjPknlMrunSrasWrflDbr_up",0.02,"AadjPknlMwlkSrasWrflDb_up",0.02,"AadjPknlMtacSrasWrflDb_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDbr_up: AmovPknlMrunSrasWrflDbr + { + actions = "RifleAdjustFKneelActionsRunBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDbr_up",0.02,"AadjPknlMrunSrasWrflDb_up",0.02,"AadjPknlMrunSrasWrflDr_up",0.02,"AadjPknlMwlkSrasWrflDbr_up",0.02,"AadjPknlMtacSrasWrflDbr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDr_up: AmovPknlMrunSrasWrflDr + { + actions = "RifleAdjustFKneelActionsRunR"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDr_up",0.02,"AadjPknlMrunSrasWrflDbr_up",0.02,"AadjPknlMrunSrasWrflDfr_up",0.02,"AadjPknlMwlkSrasWrflDr_up",0.02,"AadjPknlMtacSrasWrflDr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWrflDfr_up: AmovPknlMrunSrasWrflDfr + { + actions = "RifleAdjustFKneelActionsRunFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMrunSrasWrflDfr_up",0.02,"AadjPknlMrunSrasWrflDf_up",0.02,"AadjPknlMrunSrasWrflDr_up",0.02,"AadjPknlMwlkSrasWrflDfr_up",0.02,"AadjPknlMtacSrasWrflDfr_up",0.02,"AadjPknlMevaSrasWrflDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWrflDf_up: AmovPknlMevaSrasWrflDf + { + actions = "RifleAdjustFKneelEvasiveActionsf"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMevaSrasWrflDf_up",0.02,"AadjPknlMevaSrasWrflDfr_up",0.02,"AadjPknlMevaSrasWrflDfl_up",0.02,"AadjPknlMwlkSrasWrflDf_up",0.02,"AadjPknlMtacSrasWrflDf_up",0.02,"AadjPknlMrunSrasWrflDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWrflDfl_up: AmovPknlMevaSrasWrflDfl + { + actions = "RifleAdjustFKneelEvasiveActionsfl"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMevaSrasWrflDfl_up",0.02,"AadjPknlMevaSrasWrflDf_up",0.02,"AadjPknlMwlkSrasWrflDfl_up",0.02,"AadjPknlMtacSrasWrflDfl_up",0.02,"AadjPknlMrunSrasWrflDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWrflDfr_up: AmovPknlMevaSrasWrflDfr + { + actions = "RifleAdjustFKneelEvasiveActionsfr"; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDup",0.02,"AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AadjPercMevaSrasWrflDfr_up",0.02,"AadjPknlMevaSrasWrflDf_up",0.02,"AadjPknlMwlkSrasWrflDfr_up",0.02,"AadjPknlMtacSrasWrflDfr_up",0.02,"AadjPknlMrunSrasWrflDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDf_left: AmovPercMwlkSrasWpstDf + { + actions = "PistolAdjustLStandActionsWlkF"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\pst\AadjPercMwlkSrasWpstDf_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDf_left",0.02,"AadjPercMwlkSrasWpstDfr_left",0.02,"AadjPercMwlkSrasWpstDfl_left",0.02,"AadjPercMtacSrasWpstDf_left",0.02,"AadjPercMrunSrasWpstDf_left",0.02,"AadjPercMevaSrasWpstDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDfl_left: AmovPercMwlkSrasWpstDfl + { + actions = "PistolAdjustLStandActionsWlkFl"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\pst\AadjPercMwlkSrasWpstDfl_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDfl_left",0.02,"AadjPercMwlkSrasWpstDl_left",0.02,"AadjPercMwlkSrasWpstDf_left",0.02,"AadjPercMtacSrasWpstDfl_left",0.02,"AadjPercMrunSrasWpstDfl_left",0.02,"AadjPercMevaSrasWpstDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDl_left: AmovPercMwlkSrasWpstDl + { + actions = "PistolAdjustLStandActionsWlkL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\pst\AadjPercMwlkSrasWpstDl_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDl_left",0.02,"AadjPercMwlkSrasWpstDfl_left",0.02,"AadjPercMwlkSrasWpstDbl_left",0.02,"AadjPercMtacSrasWpstDl_left",0.02,"AadjPercMrunSrasWpstDl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDbl_left: AmovPercMwlkSrasWpstDbl + { + actions = "PistolAdjustLStandActionsWlkBL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\pst\AadjPercMwlkSrasWpstDbl_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDbl_left",0.02,"AadjPercMwlkSrasWpstDl_left",0.02,"AadjPercMwlkSrasWpstDb_left",0.02,"AadjPercMtacSrasWpstDbl_left",0.02,"AadjPercMrunSrasWpstDbl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDb_left: AmovPercMwlkSrasWpstDb + { + actions = "PistolAdjustLStandActionsWlkB"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\pst\AadjPercMwlkSrasWpstDb_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDb_left",0.02,"AadjPercMwlkSrasWpstDbl_left",0.02,"AadjPercMwlkSrasWpstDbr_left",0.02,"AadjPercMtacSrasWpstDb_left",0.02,"AadjPercMrunSrasWpstDb_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDbr_left: AmovPercMwlkSrasWpstDbr + { + actions = "PistolAdjustLStandActionsWlkBr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\pst\AadjPercMwlkSrasWpstDbr_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDbr_left",0.02,"AadjPercMwlkSrasWpstDb_left",0.02,"AadjPercMwlkSrasWpstDr_left",0.02,"AadjPercMtacSrasWpstDbr_left",0.02,"AadjPercMrunSrasWpstDbr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDr_left: AmovPercMwlkSrasWpstDr + { + actions = "PistolAdjustLStandActionsWlkR"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\pst\AadjPercMwlkSrasWpstDr_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDr_left",0.02,"AadjPercMwlkSrasWpstDbr_left",0.02,"AadjPercMwlkSrasWpstDfr_left",0.02,"AadjPercMtacSrasWpstDr_left",0.02,"AadjPercMrunSrasWpstDr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDfr_left: AmovPercMwlkSrasWpstDfr + { + actions = "PistolAdjustLStandActionsWlkFr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\wlk\ras\pst\AadjPercMwlkSrasWpstDfr_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDfr_left",0.02,"AadjPercMwlkSrasWpstDf_left",0.02,"AadjPercMwlkSrasWpstDr_left",0.02,"AadjPercMtacSrasWpstDfr_left",0.02,"AadjPercMrunSrasWpstDfr_left",0.02,"AadjPercMevaSrasWpstDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDf_left: AmovPercMtacSrasWpstDf + { + actions = "PistolAdjustLStandActionsTacF"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\pst\AadjPercMtacSrasWpstDf_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDf_left",0.02,"AadjPercMtacSrasWpstDfr_left",0.02,"AadjPercMtacSrasWpstDfl_left",0.02,"AadjPercMwlkSrasWpstDf_left",0.02,"AadjPercMrunSrasWpstDf_left",0.02,"AadjPercMevaSrasWpstDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDfl_left: AmovPercMtacSrasWpstDfl + { + actions = "PistolAdjustLStandActionsTacFl"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\pst\AadjPercMtacSrasWpstDfl_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDfl_left",0.02,"AadjPercMtacSrasWpstDl_left",0.02,"AadjPercMtacSrasWpstDf_left",0.02,"AadjPercMwlkSrasWpstDfl_left",0.02,"AadjPercMrunSrasWpstDfl_left",0.02,"AadjPercMevaSrasWpstDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDl_left: AadjPercMtacSrasWpstDfl_left + { + actions = "PistolAdjustLStandActionsTacL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\pst\AadjPercMtacSrasWpstDl_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDl_left",0.02,"AadjPercMtacSrasWpstDfl_left",0.02,"AadjPercMtacSrasWpstDbl_left",0.02,"AadjPercMwlkSrasWpstDl_left",0.02,"AadjPercMrunSrasWpstDl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDbl_left: AmovPercMtacSrasWpstDbl + { + actions = "PistolAdjustLStandActionsTacBL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\pst\AadjPercMtacSrasWpstDbl_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDbl_left",0.02,"AadjPercMtacSrasWpstDl_left",0.02,"AadjPercMtacSrasWpstDb_left",0.02,"AadjPercMwlkSrasWpstDbl_left",0.02,"AadjPercMrunSrasWpstDbl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDb_left: AmovPercMtacSrasWpstDb + { + actions = "PistolAdjustLStandActionsTacB"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\pst\AadjPercMtacSrasWpstDb_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDb_left",0.02,"AadjPercMtacSrasWpstDbl_left",0.02,"AadjPercMtacSrasWpstDbr_left",0.02,"AadjPercMwlkSrasWpstDb_left",0.02,"AadjPercMrunSrasWpstDb_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDbr_left: AmovPercMtacSrasWpstDbr + { + actions = "PistolAdjustLStandActionsTacBr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\pst\AadjPercMtacSrasWpstDbr_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDbr_left",0.02,"AadjPercMtacSrasWpstDb_left",0.02,"AadjPercMtacSrasWpstDr_left",0.02,"AadjPercMwlkSrasWpstDbr_left",0.02,"AadjPercMrunSrasWpstDbr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDr_left: AmovPercMtacSrasWpstDr + { + actions = "PistolAdjustLStandActionsTacR"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\pst\AadjPercMtacSrasWpstDr_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDr_left",0.02,"AadjPercMtacSrasWpstDbr_left",0.02,"AadjPercMtacSrasWpstDfr_left",0.02,"AadjPercMwlkSrasWpstDr_left",0.02,"AadjPercMrunSrasWpstDr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDfr_left: AmovPercMtacSrasWpstDfr + { + actions = "PistolAdjustLStandActionsTacFr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\tac\ras\pst\AadjPercMtacSrasWpstDfr_left"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDfr_left",0.02,"AadjPercMtacSrasWpstDf_left",0.02,"AadjPercMtacSrasWpstDr_left",0.02,"AadjPercMwlkSrasWpstDfr_left",0.02,"AadjPercMrunSrasWpstDfr_left",0.02,"AadjPercMevaSrasWpstDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDf_left: AmovPercMrunSrasWpstDf + { + actions = "PistolAdjustLStandActionsRunF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AadjPknlMrunSrasWpstDf_left",0.02,"AadjPercMrunSrasWpstDfr_left",0.02,"AadjPercMrunSrasWpstDfl_left",0.02,"AadjPercMwlkSrasWpstDf_left",0.02,"AadjPercMtacSrasWpstDf_left",0.02,"AadjPercMevaSrasWpstDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDfl_left: AmovPercMrunSrasWpstDfl + { + actions = "PistolAdjustLStandActionsRunFl"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AadjPknlMrunSrasWpstDfl_left",0.02,"AadjPercMrunSrasWpstDl_left",0.02,"AadjPercMrunSrasWpstDf_left",0.02,"AadjPercMwlkSrasWpstDfl_left",0.02,"AadjPercMtacSrasWpstDfl_left",0.02,"AadjPercMevaSrasWpstDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDl_left: AmovPercMrunSrasWpstDl + { + actions = "PistolAdjustLStandActionsRunL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDl_left",0.02,"AadjPercMrunSrasWpstDfl_left",0.02,"AadjPercMrunSrasWpstDbl_left",0.02,"AadjPercMwlkSrasWpstDl_left",0.02,"AadjPercMtacSrasWpstDl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDbl_left: AmovPercMrunSrasWpstDbl + { + actions = "PistolAdjustLStandActionsRunBL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDbl_left",0.02,"AadjPercMrunSrasWpstDl_left",0.02,"AadjPercMrunSrasWpstDb_left",0.02,"AadjPercMwlkSrasWpstDbl_left",0.02,"AadjPercMtacSrasWpstDbl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDb_left: AmovPercMrunSrasWpstDb + { + actions = "PistolAdjustLStandActionsRunB"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDb_left",0.02,"AadjPercMrunSrasWpstDbl_left",0.02,"AadjPercMrunSrasWpstDbr_left",0.02,"AadjPercMwlkSrasWpstDb_left",0.02,"AadjPercMtacSrasWpstDb_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDbr_left: AmovPercMrunSrasWpstDbr + { + actions = "PistolAdjustLStandActionsRunBr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDbr_left",0.02,"AadjPercMrunSrasWpstDb_left",0.02,"AadjPercMrunSrasWpstDr_left",0.02,"AadjPercMwlkSrasWpstDbr_left",0.02,"AadjPercMtacSrasWpstDbr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDr_left: AmovPercMrunSrasWpstDr + { + actions = "PistolAdjustLStandActionsRunR"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDr_left",0.02,"AadjPercMrunSrasWpstDbr_left",0.02,"AadjPercMrunSrasWpstDfr_left",0.02,"AadjPercMwlkSrasWpstDr_left",0.02,"AadjPercMtacSrasWpstDr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDfr_left: AmovPercMrunSrasWpstDfr + { + actions = "PistolAdjustLStandActionsRunFr"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AadjPknlMrunSrasWpstDfr_left",0.02,"AadjPercMrunSrasWpstDf_left",0.02,"AadjPercMrunSrasWpstDr_left",0.02,"AadjPercMwlkSrasWpstDfr_left",0.02,"AadjPercMtacSrasWpstDfr_left",0.02,"AadjPercMevaSrasWpstDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWpstDf_left: AmovPercMevaSrasWpstDf + { + actions = "PistolAdjustLStandEvasiveActionsf"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMevaSrasWpstDf_left",0.02,"AadjPercMevaSrasWpstDfr_left",0.02,"AadjPercMevaSrasWpstDfl_left",0.02,"AadjPercMwlkSrasWpstDf_left",0.02,"AadjPercMtacSrasWpstDf_left",0.02,"AadjPercMrunSrasWpstDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWpstDfl_left: AmovPercMevaSrasWpstDfl + { + actions = "PistolAdjustLStandEvasiveActionsfl"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMevaSrasWpstDfl_left",0.02,"AadjPercMevaSrasWpstDf_left",0.02,"AadjPercMwlkSrasWpstDfl_left",0.02,"AadjPercMtacSrasWpstDfl_left",0.02,"AadjPercMrunSrasWpstDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWpstDfr_left: AmovPercMevaSrasWpstDfr + { + actions = "PistolAdjustLStandEvasiveActionsfr"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMevaSrasWpstDfr_left",0.02,"AadjPercMevaSrasWpstDf_left",0.02,"AadjPercMwlkSrasWpstDfr_left",0.02,"AadjPercMtacSrasWpstDfr_left",0.02,"AadjPercMrunSrasWpstDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDf_right: AmovPercMwlkSrasWpstDf + { + actions = "PistolAdjustRStandActionsWlkF"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDf_right",0.02,"AadjPercMwlkSrasWpstDfr_right",0.02,"AadjPercMwlkSrasWpstDfl_right",0.02,"AadjPercMtacSrasWpstDf_right",0.02,"AadjPercMrunSrasWpstDf_right",0.02,"AadjPercMevaSrasWpstDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDfl_right: AmovPercMwlkSrasWpstDfl + { + actions = "PistolAdjustRStandActionsWlkFl"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDfl_right",0.02,"AadjPercMwlkSrasWpstDl_right",0.02,"AadjPercMwlkSrasWpstDf_right",0.02,"AadjPercMtacSrasWpstDfl_right",0.02,"AadjPercMrunSrasWpstDfl_right",0.02,"AadjPercMevaSrasWpstDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDl_right: AmovPercMwlkSrasWpstDl + { + actions = "PistolAdjustRStandActionsWlkL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDl_right",0.02,"AadjPercMwlkSrasWpstDfl_right",0.02,"AadjPercMwlkSrasWpstDbl_right",0.02,"AadjPercMtacSrasWpstDl_right",0.02,"AadjPercMrunSrasWpstDl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDbl_right: AmovPercMwlkSrasWpstDbl + { + actions = "PistolAdjustRStandActionsWlkBL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDbl_right",0.02,"AadjPercMwlkSrasWpstDl_right",0.02,"AadjPercMwlkSrasWpstDb_right",0.02,"AadjPercMtacSrasWpstDbl_right",0.02,"AadjPercMrunSrasWpstDbl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDb_right: AmovPercMwlkSrasWpstDb + { + actions = "PistolAdjustRStandActionsWlkB"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDb_right",0.02,"AadjPercMwlkSrasWpstDbl_right",0.02,"AadjPercMwlkSrasWpstDbr_right",0.02,"AadjPercMtacSrasWpstDb_right",0.02,"AadjPercMrunSrasWpstDb_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDbr_right: AmovPercMwlkSrasWpstDbr + { + actions = "PistolAdjustRStandActionsWlkBr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDbr_right",0.02,"AadjPercMwlkSrasWpstDb_right",0.02,"AadjPercMwlkSrasWpstDr_right",0.02,"AadjPercMtacSrasWpstDbr_right",0.02,"AadjPercMrunSrasWpstDbr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDr_right: AmovPercMwlkSrasWpstDr + { + actions = "PistolAdjustRStandActionsWlkR"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDr_right",0.02,"AadjPercMwlkSrasWpstDbr_right",0.02,"AadjPercMwlkSrasWpstDfr_right",0.02,"AadjPercMtacSrasWpstDr_right",0.02,"AadjPercMrunSrasWpstDr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDfr_right: AmovPercMwlkSrasWpstDfr + { + actions = "PistolAdjustRStandActionsWlkFr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDfr_right",0.02,"AadjPercMwlkSrasWpstDf_right",0.02,"AadjPercMwlkSrasWpstDr_right",0.02,"AadjPercMtacSrasWpstDfr_right",0.02,"AadjPercMrunSrasWpstDfr_right",0.02,"AadjPercMevaSrasWpstDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDf_right: AmovPercMtacSrasWpstDf + { + actions = "PistolAdjustRStandActionsTacF"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDf_right",0.02,"AadjPercMtacSrasWpstDfr_right",0.02,"AadjPercMtacSrasWpstDfl_right",0.02,"AadjPercMwlkSrasWpstDf_right",0.02,"AadjPercMrunSrasWpstDf_right",0.02,"AadjPercMevaSrasWpstDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDfl_right: AmovPercMtacSrasWpstDfl + { + actions = "PistolAdjustRStandActionsTacFl"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDfl_right",0.02,"AadjPercMtacSrasWpstDl_right",0.02,"AadjPercMtacSrasWpstDf_right",0.02,"AadjPercMwlkSrasWpstDfl_right",0.02,"AadjPercMrunSrasWpstDfl_right",0.02,"AadjPercMevaSrasWpstDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDl_right: AmovPercMtacSrasWpstDl + { + actions = "PistolAdjustRStandActionsTacL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDl_right",0.02,"AadjPercMtacSrasWpstDfl_right",0.02,"AadjPercMtacSrasWpstDbl_right",0.02,"AadjPercMwlkSrasWpstDl_right",0.02,"AadjPercMrunSrasWpstDl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDbl_right: AmovPercMtacSrasWpstDbl + { + actions = "PistolAdjustRStandActionsTacBL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDbl_right",0.02,"AadjPercMtacSrasWpstDl_right",0.02,"AadjPercMtacSrasWpstDb_right",0.02,"AadjPercMwlkSrasWpstDbl_right",0.02,"AadjPercMrunSrasWpstDbl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDb_right: AmovPercMtacSrasWpstDb + { + actions = "PistolAdjustRStandActionsTacB"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDb_right",0.02,"AadjPercMtacSrasWpstDbl_right",0.02,"AadjPercMtacSrasWpstDbr_right",0.02,"AadjPercMwlkSrasWpstDb_right",0.02,"AadjPercMrunSrasWpstDb_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDbr_right: AmovPercMtacSrasWpstDbr + { + actions = "PistolAdjustRStandActionsTacBr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDbr_right",0.02,"AadjPercMtacSrasWpstDb_right",0.02,"AadjPercMtacSrasWpstDr_right",0.02,"AadjPercMwlkSrasWpstDbr_right",0.02,"AadjPercMrunSrasWpstDbr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDr_right: AmovPercMtacSrasWpstDr + { + actions = "PistolAdjustRStandActionsTacR"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDr_right",0.02,"AadjPercMtacSrasWpstDbr_right",0.02,"AadjPercMtacSrasWpstDfr_right",0.02,"AadjPercMwlkSrasWpstDr_right",0.02,"AadjPercMrunSrasWpstDr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDfr_right: AmovPercMtacSrasWpstDfr + { + actions = "PistolAdjustRStandActionsTacFr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDfr_right",0.02,"AadjPercMtacSrasWpstDf_right",0.02,"AadjPercMtacSrasWpstDr_right",0.02,"AadjPercMwlkSrasWpstDfr_right",0.02,"AadjPercMrunSrasWpstDfr_right",0.02,"AadjPercMevaSrasWpstDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDf_right: AmovPercMrunSrasWpstDf + { + actions = "PistolAdjustRStandActionsRunF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AadjPknlMrunSrasWpstDf_right",0.02,"AadjPercMrunSrasWpstDfr_right",0.02,"AadjPercMrunSrasWpstDfl_right",0.02,"AadjPercMwlkSrasWpstDf_right",0.02,"AadjPercMtacSrasWpstDf_right",0.02,"AadjPercMevaSrasWpstDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDfl_right: AmovPercMrunSrasWpstDfl + { + actions = "PistolAdjustRStandActionsRunFl"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AadjPknlMrunSrasWpstDfl_right",0.02,"AadjPercMrunSrasWpstDl_right",0.02,"AadjPercMrunSrasWpstDf_right",0.02,"AadjPercMwlkSrasWpstDfl_right",0.02,"AadjPercMtacSrasWpstDfl_right",0.02,"AadjPercMevaSrasWpstDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDl_right: AmovPercMrunSrasWpstDl + { + actions = "PistolAdjustRStandActionsRunL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDl_right",0.02,"AadjPercMrunSrasWpstDfl_right",0.02,"AadjPercMrunSrasWpstDbl_right",0.02,"AadjPercMwlkSrasWpstDl_right",0.02,"AadjPercMtacSrasWpstDl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDbl_right: AmovPercMrunSrasWpstDbl + { + actions = "PistolAdjustRStandActionsRunBL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDbl_right",0.02,"AadjPercMrunSrasWpstDl_right",0.02,"AadjPercMrunSrasWpstDb_right",0.02,"AadjPercMwlkSrasWpstDbl_right",0.02,"AadjPercMtacSrasWpstDbl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDb_right: AmovPercMrunSrasWpstDb + { + actions = "PistolAdjustRStandActionsRunB"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDb_right",0.02,"AadjPercMrunSrasWpstDbl_right",0.02,"AadjPercMrunSrasWpstDbr_right",0.02,"AadjPercMwlkSrasWpstDb_right",0.02,"AadjPercMtacSrasWpstDb_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDbr_right: AmovPercMrunSrasWpstDbr + { + actions = "PistolAdjustRStandActionsRunBr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDbr_right",0.02,"AadjPercMrunSrasWpstDb_right",0.02,"AadjPercMrunSrasWpstDr_right",0.02,"AadjPercMwlkSrasWpstDbr_right",0.02,"AadjPercMtacSrasWpstDbr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDr_right: AmovPercMrunSrasWpstDr + { + actions = "PistolAdjustRStandActionsRunR"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDr_right",0.02,"AadjPercMrunSrasWpstDbr_right",0.02,"AadjPercMrunSrasWpstDfr_right",0.02,"AadjPercMwlkSrasWpstDr_right",0.02,"AadjPercMtacSrasWpstDr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDfr_right: AmovPercMrunSrasWpstDfr + { + actions = "PistolAdjustRStandActionsRunFr"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AadjPknlMrunSrasWpstDfr_right",0.02,"AadjPercMrunSrasWpstDf_right",0.02,"AadjPercMrunSrasWpstDr_right",0.02,"AadjPercMwlkSrasWpstDfr_right",0.02,"AadjPercMtacSrasWpstDfr_right",0.02,"AadjPercMevaSrasWpstDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWpstDf_right: AmovPercMevaSrasWpstDf + { + actions = "PistolAdjustRStandEvasiveActionsf"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMevaSrasWpstDf_right",0.02,"AadjPercMevaSrasWpstDfr_right",0.02,"AadjPercMevaSrasWpstDfl_right",0.02,"AadjPercMwlkSrasWpstDf_right",0.02,"AadjPercMtacSrasWpstDf_right",0.02,"AadjPercMrunSrasWpstDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWpstDfl_right: AmovPercMevaSrasWpstDfl + { + actions = "PistolAdjustRStandEvasiveActionsfl"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMevaSrasWpstDfl_right",0.02,"AadjPercMevaSrasWpstDf_right",0.02,"AadjPercMwlkSrasWpstDfl_right",0.02,"AadjPercMtacSrasWpstDfl_right",0.02,"AadjPercMrunSrasWpstDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWpstDfr_right: AmovPercMevaSrasWpstDfr + { + actions = "PistolAdjustRStandEvasiveActionsfr"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDright",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMevaSrasWpstDfr_right",0.02,"AadjPercMevaSrasWpstDf_right",0.02,"AadjPercMwlkSrasWpstDfr_right",0.02,"AadjPercMtacSrasWpstDfr_right",0.02,"AadjPercMrunSrasWpstDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDf_down: AmovPercMwlkSrasWpstDf + { + actions = "PistolAdjustBStandActionsWlkF"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDf_down",0.02,"AadjPercMwlkSrasWpstDfr_down",0.02,"AadjPercMwlkSrasWpstDfl_down",0.02,"AadjPercMtacSrasWpstDf_down",0.02,"AadjPercMrunSrasWpstDf_down",0.02,"AadjPercMevaSrasWpstDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDfl_down: AmovPercMwlkSrasWpstDfl + { + actions = "PistolAdjustBStandActionsWlkFl"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDfl_down",0.02,"AadjPercMwlkSrasWpstDl_down",0.02,"AadjPercMwlkSrasWpstDf_down",0.02,"AadjPercMtacSrasWpstDfl_down",0.02,"AadjPercMrunSrasWpstDfl_down",0.02,"AadjPercMevaSrasWpstDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDl_down: AmovPercMwlkSrasWpstDl + { + actions = "PistolAdjustBStandActionsWlkL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDl_down",0.02,"AadjPercMwlkSrasWpstDfl_down",0.02,"AadjPercMwlkSrasWpstDbl_down",0.02,"AadjPercMtacSrasWpstDl_down",0.02,"AadjPercMrunSrasWpstDl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDbl_down: AmovPercMwlkSrasWpstDbl + { + actions = "PistolAdjustBStandActionsWlkBL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDbl_down",0.02,"AadjPercMwlkSrasWpstDl_down",0.02,"AadjPercMwlkSrasWpstDb_down",0.02,"AadjPercMtacSrasWpstDbl_down",0.02,"AadjPercMrunSrasWpstDbl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDb_down: AmovPercMwlkSrasWpstDb + { + actions = "PistolAdjustBStandActionsWlkB"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDb_down",0.02,"AadjPercMwlkSrasWpstDbl_down",0.02,"AadjPercMwlkSrasWpstDbr_down",0.02,"AadjPercMtacSrasWpstDb_down",0.02,"AadjPercMrunSrasWpstDb_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDbr_down: AmovPercMwlkSrasWpstDbr + { + actions = "PistolAdjustBStandActionsWlkBr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDbr_down",0.02,"AadjPercMwlkSrasWpstDb_down",0.02,"AadjPercMwlkSrasWpstDr_down",0.02,"AadjPercMtacSrasWpstDbr_down",0.02,"AadjPercMrunSrasWpstDbr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDr_down: AmovPercMwlkSrasWpstDr + { + actions = "PistolAdjustBStandActionsWlkR"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDr_down",0.02,"AadjPercMwlkSrasWpstDbr_down",0.02,"AadjPercMwlkSrasWpstDfr_down",0.02,"AadjPercMtacSrasWpstDr_down",0.02,"AadjPercMrunSrasWpstDr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDfr_down: AmovPercMwlkSrasWpstDfr + { + actions = "PistolAdjustBStandActionsWlkFr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDfr_down",0.02,"AadjPercMwlkSrasWpstDf_down",0.02,"AadjPercMwlkSrasWpstDr_down",0.02,"AadjPercMtacSrasWpstDfr_down",0.02,"AadjPercMrunSrasWpstDfr_down",0.02,"AadjPercMevaSrasWpstDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDf_down: AmovPercMtacSrasWpstDf + { + actions = "PistolAdjustBStandActionsTacF"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDf_down",0.02,"AadjPercMtacSrasWpstDfr_down",0.02,"AadjPercMtacSrasWpstDfl_down",0.02,"AadjPercMwlkSrasWpstDf_down",0.02,"AadjPercMrunSrasWpstDf_down",0.02,"AadjPercMevaSrasWpstDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDfl_down: AmovPercMtacSrasWpstDfl + { + actions = "PistolAdjustBStandActionsTacFl"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDfl_down",0.02,"AadjPercMtacSrasWpstDl_down",0.02,"AadjPercMtacSrasWpstDf_down",0.02,"AadjPercMwlkSrasWpstDfl_down",0.02,"AadjPercMrunSrasWpstDfl_down",0.02,"AadjPercMevaSrasWpstDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDl_down: AmovPercMtacSrasWpstDl + { + actions = "PistolAdjustBStandActionsTacL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDl_down",0.02,"AadjPercMtacSrasWpstDfl_down",0.02,"AadjPercMtacSrasWpstDbl_down",0.02,"AadjPercMwlkSrasWpstDl_down",0.02,"AadjPercMrunSrasWpstDl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDbl_down: AmovPercMtacSrasWpstDbl + { + actions = "PistolAdjustBStandActionsTacBL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDbl_down",0.02,"AadjPercMtacSrasWpstDl_down",0.02,"AadjPercMtacSrasWpstDb_down",0.02,"AadjPercMwlkSrasWpstDbl_down",0.02,"AadjPercMrunSrasWpstDbl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDb_down: AmovPercMtacSrasWpstDb + { + actions = "PistolAdjustBStandActionsTacB"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDb_down",0.02,"AadjPercMtacSrasWpstDbl_down",0.02,"AadjPercMtacSrasWpstDbr_down",0.02,"AadjPercMwlkSrasWpstDb_down",0.02,"AadjPercMrunSrasWpstDb_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDbr_down: AmovPercMtacSrasWpstDbr + { + actions = "PistolAdjustBStandActionsTacBr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDbr_down",0.02,"AadjPercMtacSrasWpstDb_down",0.02,"AadjPercMtacSrasWpstDr_down",0.02,"AadjPercMwlkSrasWpstDbr_down",0.02,"AadjPercMrunSrasWpstDbr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDr_down: AmovPercMtacSrasWpstDr + { + actions = "PistolAdjustBStandActionsTacR"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDr_down",0.02,"AadjPercMtacSrasWpstDbr_down",0.02,"AadjPercMtacSrasWpstDfr_down",0.02,"AadjPercMwlkSrasWpstDr_down",0.02,"AadjPercMrunSrasWpstDr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDfr_down: AmovPercMtacSrasWpstDfr + { + actions = "PistolAdjustBStandActionsTacFr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDfr_down",0.02,"AadjPercMtacSrasWpstDf_down",0.02,"AadjPercMtacSrasWpstDr_down",0.02,"AadjPercMwlkSrasWpstDfr_down",0.02,"AadjPercMrunSrasWpstDfr_down",0.02,"AadjPercMevaSrasWpstDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDf_down: AmovPercMrunSrasWpstDf + { + actions = "PistolAdjustBStandActionsRunF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AadjPknlMrunSrasWpstDf_down",0.02,"AadjPercMrunSrasWpstDfr_down",0.02,"AadjPercMrunSrasWpstDfl_down",0.02,"AadjPercMwlkSrasWpstDf_down",0.02,"AadjPercMtacSrasWpstDf_down",0.02,"AadjPercMevaSrasWpstDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDfl_down: AmovPercMrunSrasWpstDfl + { + actions = "PistolAdjustBStandActionsRunFl"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AadjPknlMrunSrasWpstDfl_down",0.02,"AadjPercMrunSrasWpstDl_down",0.02,"AadjPercMrunSrasWpstDf_down",0.02,"AadjPercMwlkSrasWpstDfl_down",0.02,"AadjPercMtacSrasWpstDfl_down",0.02,"AadjPercMevaSrasWpstDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDl_down: AmovPercMrunSrasWpstDl + { + actions = "PistolAdjustBStandActionsRunL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDl_down",0.02,"AadjPercMrunSrasWpstDfl_down",0.02,"AadjPercMrunSrasWpstDbl_down",0.02,"AadjPercMwlkSrasWpstDl_down",0.02,"AadjPercMtacSrasWpstDl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDbl_down: AmovPercMrunSrasWpstDbl + { + actions = "PistolAdjustBStandActionsRunBL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDbl_down",0.02,"AadjPercMrunSrasWpstDl_down",0.02,"AadjPercMrunSrasWpstDb_down",0.02,"AadjPercMwlkSrasWpstDbl_down",0.02,"AadjPercMtacSrasWpstDbl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDb_down: AmovPercMrunSrasWpstDb + { + actions = "PistolAdjustBStandActionsRunB"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDb_down",0.02,"AadjPercMrunSrasWpstDbl_down",0.02,"AadjPercMrunSrasWpstDbr_down",0.02,"AadjPercMwlkSrasWpstDb_down",0.02,"AadjPercMtacSrasWpstDb_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDbr_down: AmovPercMrunSrasWpstDbr + { + actions = "PistolAdjustBStandActionsRunBr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDbr_down",0.02,"AadjPercMrunSrasWpstDb_down",0.02,"AadjPercMrunSrasWpstDr_down",0.02,"AadjPercMwlkSrasWpstDbr_down",0.02,"AadjPercMtacSrasWpstDbr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDr_down: AmovPercMrunSrasWpstDr + { + actions = "PistolAdjustBStandActionsRunR"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDr_down",0.02,"AadjPercMrunSrasWpstDbr_down",0.02,"AadjPercMrunSrasWpstDfr_down",0.02,"AadjPercMwlkSrasWpstDr_down",0.02,"AadjPercMtacSrasWpstDr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDfr_down: AmovPercMrunSrasWpstDfr + { + actions = "PistolAdjustBStandActionsRunFr"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AadjPknlMrunSrasWpstDfr_down",0.02,"AadjPercMrunSrasWpstDf_down",0.02,"AadjPercMrunSrasWpstDr_down",0.02,"AadjPercMwlkSrasWpstDfr_down",0.02,"AadjPercMtacSrasWpstDfr_down",0.02,"AadjPercMevaSrasWpstDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWpstDf_down: AmovPercMevaSrasWpstDf + { + actions = "PistolAdjustBStandEvasiveActionsf"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMevaSrasWpstDf_down",0.02,"AadjPercMevaSrasWpstDfr_down",0.02,"AadjPercMevaSrasWpstDfl_down",0.02,"AadjPercMwlkSrasWpstDf_down",0.02,"AadjPercMtacSrasWpstDf_down",0.02,"AadjPercMrunSrasWpstDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWpstDfl_down: AmovPercMevaSrasWpstDfl + { + actions = "PistolAdjustBStandEvasiveActionsfl"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMevaSrasWpstDfl_down",0.02,"AadjPercMevaSrasWpstDf_down",0.02,"AadjPercMwlkSrasWpstDfl_down",0.02,"AadjPercMtacSrasWpstDfl_down",0.02,"AadjPercMrunSrasWpstDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWpstDfr_down: AmovPercMevaSrasWpstDfr + { + actions = "PistolAdjustBStandEvasiveActionsfr"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDdown",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMevaSrasWpstDfr_down",0.02,"AadjPercMevaSrasWpstDf_down",0.02,"AadjPercMwlkSrasWpstDfr_down",0.02,"AadjPercMtacSrasWpstDfr_down",0.02,"AadjPercMrunSrasWpstDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDf_up: AmovPercMwlkSrasWpstDf + { + actions = "PistolAdjustFStandActionsWlkF"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDf_up",0.02,"AadjPercMwlkSrasWpstDfr_up",0.02,"AadjPercMwlkSrasWpstDfl_up",0.02,"AadjPercMtacSrasWpstDf_up",0.02,"AadjPercMrunSrasWpstDf_up",0.02,"AadjPercMevaSrasWpstDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDfl_up: AmovPercMwlkSrasWpstDfl + { + actions = "PistolAdjustFStandActionsWlkFl"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDfl_up",0.02,"AadjPercMwlkSrasWpstDl_up",0.02,"AadjPercMwlkSrasWpstDf_up",0.02,"AadjPercMtacSrasWpstDfl_up",0.02,"AadjPercMrunSrasWpstDfl_up",0.02,"AadjPercMevaSrasWpstDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDl_up: AmovPercMwlkSrasWpstDl + { + actions = "PistolAdjustFStandActionsWlkL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDl_up",0.02,"AadjPercMwlkSrasWpstDfl_up",0.02,"AadjPercMwlkSrasWpstDbl_up",0.02,"AadjPercMtacSrasWpstDl_up",0.02,"AadjPercMrunSrasWpstDl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDbl_up: AmovPercMwlkSrasWpstDbl + { + actions = "PistolAdjustFStandActionsWlkBL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDbl_up",0.02,"AadjPercMwlkSrasWpstDl_up",0.02,"AadjPercMwlkSrasWpstDb_up",0.02,"AadjPercMtacSrasWpstDbl_up",0.02,"AadjPercMrunSrasWpstDbl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDb_up: AmovPercMwlkSrasWpstDb + { + actions = "PistolAdjustFStandActionsWlkB"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDb_up",0.02,"AadjPercMwlkSrasWpstDbl_up",0.02,"AadjPercMwlkSrasWpstDbr_up",0.02,"AadjPercMtacSrasWpstDb_up",0.02,"AadjPercMrunSrasWpstDb_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDbr_up: AmovPercMwlkSrasWpstDbr + { + actions = "PistolAdjustFStandActionsWlkBr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDbr_up",0.02,"AadjPercMwlkSrasWpstDb_up",0.02,"AadjPercMwlkSrasWpstDr_up",0.02,"AadjPercMtacSrasWpstDbr_up",0.02,"AadjPercMrunSrasWpstDbr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDr_up: AmovPercMwlkSrasWpstDr + { + actions = "PistolAdjustFStandActionsWlkR"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDr_up",0.02,"AadjPercMwlkSrasWpstDbr_up",0.02,"AadjPercMwlkSrasWpstDfr_up",0.02,"AadjPercMtacSrasWpstDr_up",0.02,"AadjPercMrunSrasWpstDr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMwlkSrasWpstDfr_up: AmovPercMwlkSrasWpstDfr + { + actions = "PistolAdjustFStandActionsWlkFr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDfr_up",0.02,"AadjPercMwlkSrasWpstDf_up",0.02,"AadjPercMwlkSrasWpstDr_up",0.02,"AadjPercMtacSrasWpstDfr_up",0.02,"AadjPercMrunSrasWpstDfr_up",0.02,"AadjPercMevaSrasWpstDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDf_up: AmovPercMtacSrasWpstDf + { + actions = "PistolAdjustFStandActionsTacF"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDf_up",0.02,"AadjPercMtacSrasWpstDfr_up",0.02,"AadjPercMtacSrasWpstDfl_up",0.02,"AadjPercMwlkSrasWpstDf_up",0.02,"AadjPercMrunSrasWpstDf_up",0.02,"AadjPercMevaSrasWpstDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDfl_up: AmovPercMtacSrasWpstDfl + { + actions = "PistolAdjustFStandActionsTacFl"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDfl_up",0.02,"AadjPercMtacSrasWpstDl_up",0.02,"AadjPercMtacSrasWpstDf_up",0.02,"AadjPercMwlkSrasWpstDfl_up",0.02,"AadjPercMrunSrasWpstDfl_up",0.02,"AadjPercMevaSrasWpstDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDl_up: AmovPercMtacSrasWpstDl + { + actions = "PistolAdjustFStandActionsTacL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDl_up",0.02,"AadjPercMtacSrasWpstDfl_up",0.02,"AadjPercMtacSrasWpstDbl_up",0.02,"AadjPercMwlkSrasWpstDl_up",0.02,"AadjPercMrunSrasWpstDl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDbl_up: AmovPercMtacSrasWpstDbl + { + actions = "PistolAdjustFStandActionsTacBL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDbl_up",0.02,"AadjPercMtacSrasWpstDl_up",0.02,"AadjPercMtacSrasWpstDb_up",0.02,"AadjPercMwlkSrasWpstDbl_up",0.02,"AadjPercMrunSrasWpstDbl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDb_up: AmovPercMtacSrasWpstDb + { + actions = "PistolAdjustFStandActionsTacB"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDb_up",0.02,"AadjPercMtacSrasWpstDbl_up",0.02,"AadjPercMtacSrasWpstDbr_up",0.02,"AadjPercMwlkSrasWpstDb_up",0.02,"AadjPercMrunSrasWpstDb_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDbr_up: AmovPercMtacSrasWpstDbr + { + actions = "PistolAdjustFStandActionsTacBr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDbr_up",0.02,"AadjPercMtacSrasWpstDb_up",0.02,"AadjPercMtacSrasWpstDr_up",0.02,"AadjPercMwlkSrasWpstDbr_up",0.02,"AadjPercMrunSrasWpstDbr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDr_up: AmovPercMtacSrasWpstDr + { + actions = "PistolAdjustFStandActionsTacR"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDr_up",0.02,"AadjPercMtacSrasWpstDbr_up",0.02,"AadjPercMtacSrasWpstDfr_up",0.02,"AadjPercMwlkSrasWpstDr_up",0.02,"AadjPercMrunSrasWpstDr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMtacSrasWpstDfr_up: AmovPercMtacSrasWpstDfr + { + actions = "PistolAdjustFStandActionsTacFr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMtacSrasWpstDfr_up",0.02,"AadjPercMtacSrasWpstDf_up",0.02,"AadjPercMtacSrasWpstDr_up",0.02,"AadjPercMwlkSrasWpstDfr_up",0.02,"AadjPercMrunSrasWpstDfr_up",0.02,"AadjPercMevaSrasWpstDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDf_up: AmovPercMrunSrasWpstDf + { + actions = "PistolAdjustFStandActionsRunF"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AadjPknlMrunSrasWpstDf_up",0.02,"AadjPercMrunSrasWpstDfr_up",0.02,"AadjPercMrunSrasWpstDfl_up",0.02,"AadjPercMwlkSrasWpstDf_up",0.02,"AadjPercMtacSrasWpstDf_up",0.02,"AadjPercMevaSrasWpstDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDfl_up: AmovPercMrunSrasWpstDfl + { + actions = "PistolAdjustFStandActionsRunFl"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AadjPknlMrunSrasWpstDfl_up",0.02,"AadjPercMrunSrasWpstDl_up",0.02,"AadjPercMrunSrasWpstDf_up",0.02,"AadjPercMwlkSrasWpstDfl_up",0.02,"AadjPercMtacSrasWpstDfl_up",0.02,"AadjPercMevaSrasWpstDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDl_up: AmovPercMrunSrasWpstDl + { + actions = "PistolAdjustFStandActionsRunL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDl_up",0.02,"AadjPercMrunSrasWpstDfl_up",0.02,"AadjPercMrunSrasWpstDbl_up",0.02,"AadjPercMwlkSrasWpstDl_up",0.02,"AadjPercMtacSrasWpstDl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDbl_up: AmovPercMrunSrasWpstDbl + { + actions = "PistolAdjustFStandActionsRunBL"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDbl_up",0.02,"AadjPercMrunSrasWpstDl_up",0.02,"AadjPercMrunSrasWpstDb_up",0.02,"AadjPercMwlkSrasWpstDbl_up",0.02,"AadjPercMtacSrasWpstDbl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDb_up: AmovPercMrunSrasWpstDb + { + actions = "PistolAdjustFStandActionsRunB"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDb_up",0.02,"AadjPercMrunSrasWpstDbl_up",0.02,"AadjPercMrunSrasWpstDbr_up",0.02,"AadjPercMwlkSrasWpstDb_up",0.02,"AadjPercMtacSrasWpstDb_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDbr_up: AmovPercMrunSrasWpstDbr + { + actions = "PistolAdjustFStandActionsRunBr"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDbr_up",0.02,"AadjPercMrunSrasWpstDb_up",0.02,"AadjPercMrunSrasWpstDr_up",0.02,"AadjPercMwlkSrasWpstDbr_up",0.02,"AadjPercMtacSrasWpstDbr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDr_up: AmovPercMrunSrasWpstDr + { + actions = "PistolAdjustFStandActionsRunR"; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMrunSrasWpstDr_up",0.02,"AadjPercMrunSrasWpstDbr_up",0.02,"AadjPercMrunSrasWpstDfr_up",0.02,"AadjPercMwlkSrasWpstDr_up",0.02,"AadjPercMtacSrasWpstDr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMrunSrasWpstDfr_up: AmovPercMrunSrasWpstDfr + { + actions = "PistolAdjustFStandActionsRunFr"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AadjPknlMrunSrasWpstDfr_up",0.02,"AadjPercMrunSrasWpstDf_up",0.02,"AadjPercMrunSrasWpstDr_up",0.02,"AadjPercMwlkSrasWpstDfr_up",0.02,"AadjPercMtacSrasWpstDfr_up",0.02,"AadjPercMevaSrasWpstDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWpstDf_up: AmovPercMevaSrasWpstDf + { + actions = "PistolAdjustFStandEvasiveActionsf"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMevaSrasWpstDf_up",0.02,"AadjPercMevaSrasWpstDfr_up",0.02,"AadjPercMevaSrasWpstDfl_up",0.02,"AadjPercMwlkSrasWpstDf_up",0.02,"AadjPercMtacSrasWpstDf_up",0.02,"AadjPercMrunSrasWpstDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWpstDfl_up: AmovPercMevaSrasWpstDfl + { + actions = "PistolAdjustFStandEvasiveActionsfl"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMevaSrasWpstDfl_up",0.02,"AadjPercMevaSrasWpstDf_up",0.02,"AadjPercMwlkSrasWpstDfl_up",0.02,"AadjPercMtacSrasWpstDfl_up",0.02,"AadjPercMrunSrasWpstDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPercMevaSrasWpstDfr_up: AmovPercMevaSrasWpstDfr + { + actions = "PistolAdjustFStandEvasiveActionsfr"; + ConnectTo[] = {}; + InterpolateTo[] = {"AadjPercMstpSrasWpstDup",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMevaSrasWpstDfr_up",0.02,"AadjPercMevaSrasWpstDf_up",0.02,"AadjPercMwlkSrasWpstDfr_up",0.02,"AadjPercMtacSrasWpstDfr_up",0.02,"AadjPercMrunSrasWpstDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDf_left: AmovPknlMwlkSrasWpstDf + { + actions = "PistolAdjustLKneelActionsWlkF"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\wlk\ras\pst\AadjPknlMwlkSrasWpstDf_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDf_left",0.02,"AadjPknlMwlkSrasWpstDfr_left",0.02,"AadjPknlMwlkSrasWpstDfl_left",0.02,"AadjPknlMtacSrasWpstDf_left",0.02,"AadjPknlMrunSrasWpstDf_left",0.02,"AadjPknlMevaSrasWpstDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDfl_left: AmovPknlMwlkSrasWpstDfl + { + actions = "PistolAdjustLKneelActionsWlkFl"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\wlk\ras\pst\AadjPknlMwlkSrasWpstDfl_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDfl_left",0.02,"AadjPknlMwlkSrasWpstDl_left",0.02,"AadjPknlMwlkSrasWpstDf_left",0.02,"AadjPknlMtacSrasWpstDfl_left",0.02,"AadjPknlMrunSrasWpstDfl_left",0.02,"AadjPknlMevaSrasWpstDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDl_left: AmovPknlMwlkSrasWpstDl + { + actions = "PistolAdjustLKneelActionsWlkL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\wlk\ras\pst\AadjPknlMwlkSrasWpstDl_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDl_left",0.02,"AadjPknlMwlkSrasWpstDfl_left",0.02,"AadjPknlMwlkSrasWpstDbl_left",0.02,"AadjPknlMtacSrasWpstDl_left",0.02,"AadjPknlMrunSrasWpstDl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDbl_left: AmovPknlMwlkSrasWpstDbl + { + actions = "PistolAdjustLKneelActionsWlkBL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\wlk\ras\pst\AadjPknlMwlkSrasWpstDbl_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDbl_left",0.02,"AadjPknlMwlkSrasWpstDl_left",0.02,"AadjPknlMwlkSrasWpstDb_left",0.02,"AadjPknlMtacSrasWpstDbl_left",0.02,"AadjPknlMrunSrasWpstDbl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDb_left: AmovPknlMwlkSrasWpstDb + { + actions = "PistolAdjustLKneelActionsWlkB"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\wlk\ras\pst\AadjPknlMwlkSrasWpstDb_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDb_left",0.02,"AadjPknlMwlkSrasWpstDbl_left",0.02,"AadjPknlMwlkSrasWpstDbr_left",0.02,"AadjPknlMtacSrasWpstDb_left",0.02,"AadjPknlMrunSrasWpstDb_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDbr_left: AmovPknlMwlkSrasWpstDbr + { + actions = "PistolAdjustLKneelActionsWlkBr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\wlk\ras\pst\AadjPknlMwlkSrasWpstDbr_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDbr_left",0.02,"AadjPknlMwlkSrasWpstDb_left",0.02,"AadjPknlMwlkSrasWpstDr_left",0.02,"AadjPknlMtacSrasWpstDbr_left",0.02,"AadjPknlMrunSrasWpstDbr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDr_left: AmovPknlMwlkSrasWpstDr + { + actions = "PistolAdjustLKneelActionsWlkR"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\wlk\ras\pst\AadjPknlMwlkSrasWpstDr_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDr_left",0.02,"AadjPknlMwlkSrasWpstDbr_left",0.02,"AadjPknlMwlkSrasWpstDfr_left",0.02,"AadjPknlMtacSrasWpstDr_left",0.02,"AadjPknlMrunSrasWpstDr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDfr_left: AmovPknlMwlkSrasWpstDfr + { + actions = "PistolAdjustLKneelActionsWlkFr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\wlk\ras\pst\AadjPknlMwlkSrasWpstDfr_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDfr_left",0.02,"AadjPknlMwlkSrasWpstDf_left",0.02,"AadjPknlMwlkSrasWpstDr_left",0.02,"AadjPknlMtacSrasWpstDfr_left",0.02,"AadjPknlMrunSrasWpstDfr_left",0.02,"AadjPknlMevaSrasWpstDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDf_left: AmovPknlMtacSrasWpstDf + { + actions = "PistolAdjustLKneelActionsTacF"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\pst\AadjPknlMtacSrasWpstDf_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDf_left",0.02,"AadjPknlMtacSrasWpstDfr_left",0.02,"AadjPknlMtacSrasWpstDfl_left",0.02,"AadjPknlMwlkSrasWpstDf_left",0.02,"AadjPknlMrunSrasWpstDf_left",0.02,"AadjPknlMevaSrasWpstDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDfl_left: AmovPknlMtacSrasWpstDfl + { + actions = "PistolAdjustLKneelActionsTacFl"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\pst\AadjPknlMtacSrasWpstDfl_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDfl_left",0.02,"AadjPknlMtacSrasWpstDl_left",0.02,"AadjPknlMtacSrasWpstDf_left",0.02,"AadjPknlMwlkSrasWpstDfl_left",0.02,"AadjPknlMrunSrasWpstDfl_left",0.02,"AadjPknlMevaSrasWpstDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDl_left: AmovPknlMtacSrasWpstDl + { + actions = "PistolAdjustLKneelActionsTacL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\pst\AadjPknlMtacSrasWpstDl_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDl_left",0.02,"AadjPknlMtacSrasWpstDfl_left",0.02,"AadjPknlMtacSrasWpstDbl_left",0.02,"AadjPknlMwlkSrasWpstDl_left",0.02,"AadjPknlMrunSrasWpstDl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDbl_left: AmovPknlMtacSrasWpstDbl + { + actions = "PistolAdjustLKneelActionsTacBL"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\pst\AadjPknlMtacSrasWpstDbl_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDbl_left",0.02,"AadjPknlMtacSrasWpstDl_left",0.02,"AadjPknlMtacSrasWpstDb_left",0.02,"AadjPknlMwlkSrasWpstDbl_left",0.02,"AadjPknlMrunSrasWpstDbl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDb_left: AmovPknlMtacSrasWpstDb + { + actions = "PistolAdjustLKneelActionsTacB"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\pst\AadjPknlMtacSrasWpstDb_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDb_left",0.02,"AadjPknlMtacSrasWpstDbl_left",0.02,"AadjPknlMtacSrasWpstDbr_left",0.02,"AadjPknlMwlkSrasWpstDb_left",0.02,"AadjPknlMrunSrasWpstDb_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDbr_left: AmovPknlMtacSrasWpstDbr + { + actions = "PistolAdjustLKneelActionsTacBr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\pst\AadjPknlMtacSrasWpstDbr_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDbr_left",0.02,"AadjPknlMtacSrasWpstDb_left",0.02,"AadjPknlMtacSrasWpstDr_left",0.02,"AadjPknlMwlkSrasWpstDbr_left",0.02,"AadjPknlMrunSrasWpstDbr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDr_left: AmovPknlMtacSrasWpstDr + { + actions = "PistolAdjustLKneelActionsTacR"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\pst\AadjPknlMtacSrasWpstDr_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDr_left",0.02,"AadjPknlMtacSrasWpstDbr_left",0.02,"AadjPknlMtacSrasWpstDfr_left",0.02,"AadjPknlMwlkSrasWpstDr_left",0.02,"AadjPknlMrunSrasWpstDr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDfr_left: AmovPknlMtacSrasWpstDfr + { + actions = "PistolAdjustLKneelActionsTacFr"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\tac\ras\pst\AadjPknlMtacSrasWpstDfr_left"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDfr_left",0.02,"AadjPknlMtacSrasWpstDf_left",0.02,"AadjPknlMtacSrasWpstDr_left",0.02,"AadjPknlMwlkSrasWpstDfr_left",0.02,"AadjPknlMrunSrasWpstDfr_left",0.02,"AadjPknlMevaSrasWpstDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDf_left: AmovPknlMrunSrasWpstDf + { + actions = "PistolAdjustLKneelActionsRunF"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AadjPercMrunSrasWpstDf_left",0.02,"AadjPknlMrunSrasWpstDfr_left",0.02,"AadjPknlMrunSrasWpstDfl_left",0.02,"AadjPknlMwlkSrasWpstDf_left",0.02,"AadjPknlMtacSrasWpstDf_left",0.02,"AadjPknlMevaSrasWpstDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDfl_left: AmovPknlMrunSrasWpstDfl + { + actions = "PistolAdjustLKneelActionsRunFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AadjPercMrunSrasWpstDfl_left",0.02,"AadjPknlMrunSrasWpstDl_left",0.02,"AadjPknlMrunSrasWpstDf_left",0.02,"AadjPknlMwlkSrasWpstDfl_left",0.02,"AadjPknlMtacSrasWpstDfl_left",0.02,"AadjPknlMevaSrasWpstDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDl_left: AmovPknlMrunSrasWpstDl + { + actions = "PistolAdjustLKneelActionsRunL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDl_left",0.02,"AadjPknlMrunSrasWpstDfl_left",0.02,"AadjPknlMrunSrasWpstDbl_left",0.02,"AadjPknlMwlkSrasWpstDl_left",0.02,"AadjPknlMtacSrasWpstDl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDbl_left: AmovPknlMrunSrasWpstDbl + { + actions = "PistolAdjustLKneelActionsRunBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDbl_left",0.02,"AadjPknlMrunSrasWpstDl_left",0.02,"AadjPknlMrunSrasWpstDb_left",0.02,"AadjPknlMwlkSrasWpstDbl_left",0.02,"AadjPknlMtacSrasWpstDbl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDb_left: AmovPknlMrunSrasWpstDb + { + actions = "PistolAdjustLKneelActionsRunB"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDb_left",0.02,"AadjPknlMrunSrasWpstDbl_left",0.02,"AadjPknlMrunSrasWpstDbr_left",0.02,"AadjPknlMwlkSrasWpstDb_left",0.02,"AadjPknlMtacSrasWpstDb_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDbr_left: AmovPknlMrunSrasWpstDbr + { + actions = "PistolAdjustLKneelActionsRunBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDbr_left",0.02,"AadjPknlMrunSrasWpstDb_left",0.02,"AadjPknlMrunSrasWpstDr_left",0.02,"AadjPknlMwlkSrasWpstDbr_left",0.02,"AadjPknlMtacSrasWpstDbr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDr_left: AmovPknlMrunSrasWpstDr + { + actions = "PistolAdjustLKneelActionsRunR"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDr_left",0.02,"AadjPknlMrunSrasWpstDbr_left",0.02,"AadjPknlMrunSrasWpstDfr_left",0.02,"AadjPknlMwlkSrasWpstDr_left",0.02,"AadjPknlMtacSrasWpstDr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDfr_left: AmovPknlMrunSrasWpstDfr + { + actions = "PistolAdjustLKneelActionsRunFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AadjPercMrunSrasWpstDfr_left",0.02,"AadjPknlMrunSrasWpstDf_left",0.02,"AadjPknlMrunSrasWpstDr_left",0.02,"AadjPknlMwlkSrasWpstDfr_left",0.02,"AadjPknlMtacSrasWpstDfr_left",0.02,"AadjPknlMevaSrasWpstDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWpstDf_left: AmovPknlMevaSrasWpstDf + { + actions = "PistolAdjustLKneelEvasiveActionsf"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMevaSrasWpstDf_left",0.02,"AadjPknlMevaSrasWpstDfr_left",0.02,"AadjPknlMevaSrasWpstDfl_left",0.02,"AadjPknlMwlkSrasWpstDf_left",0.02,"AadjPknlMtacSrasWpstDf_left",0.02,"AadjPknlMrunSrasWpstDf_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWpstDfl_left: AmovPknlMevaSrasWpstDfl + { + actions = "PistolAdjustLKneelEvasiveActionsfl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMevaSrasWpstDfl_left",0.02,"AadjPknlMevaSrasWpstDf_left",0.02,"AadjPknlMwlkSrasWpstDfl_left",0.02,"AadjPknlMtacSrasWpstDfl_left",0.02,"AadjPknlMrunSrasWpstDfl_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWpstDfr_left: AmovPknlMevaSrasWpstDfr + { + actions = "PistolAdjustLKneelEvasiveActionsfr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDleft",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMevaSrasWpstDfr_left",0.02,"AadjPknlMevaSrasWpstDf_left",0.02,"AadjPknlMwlkSrasWpstDfr_left",0.02,"AadjPknlMtacSrasWpstDfr_left",0.02,"AadjPknlMrunSrasWpstDfr_left",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDf_right: AmovPknlMwlkSrasWpstDf + { + actions = "PistolAdjustRKneelActionsWlkF"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDf_right",0.02,"AadjPknlMwlkSrasWpstDfr_right",0.02,"AadjPknlMwlkSrasWpstDfl_right",0.02,"AadjPknlMtacSrasWpstDf_right",0.02,"AadjPknlMrunSrasWpstDf_right",0.02,"AadjPknlMevaSrasWpstDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDfl_right: AmovPknlMwlkSrasWpstDfl + { + actions = "PistolAdjustRKneelActionsWlkFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDfl_right",0.02,"AadjPknlMwlkSrasWpstDl_right",0.02,"AadjPknlMwlkSrasWpstDf_right",0.02,"AadjPknlMtacSrasWpstDfl_right",0.02,"AadjPknlMrunSrasWpstDfl_right",0.02,"AadjPknlMevaSrasWpstDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDl_right: AmovPknlMwlkSrasWpstDl + { + actions = "PistolAdjustRKneelActionsWlkL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDl_right",0.02,"AadjPknlMwlkSrasWpstDfl_right",0.02,"AadjPknlMwlkSrasWpstDbl_right",0.02,"AadjPknlMtacSrasWpstDl_right",0.02,"AadjPknlMrunSrasWpstDl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDbl_right: AmovPknlMwlkSrasWpstDbl + { + actions = "PistolAdjustRKneelActionsWlkBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDbl_right",0.02,"AadjPknlMwlkSrasWpstDl_right",0.02,"AadjPknlMwlkSrasWpstDb_right",0.02,"AadjPknlMtacSrasWpstDbl_right",0.02,"AadjPknlMrunSrasWpstDbl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDb_right: AmovPknlMwlkSrasWpstDb + { + actions = "PistolAdjustRKneelActionsWlkB"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDb_right",0.02,"AadjPknlMwlkSrasWpstDbl_right",0.02,"AadjPknlMwlkSrasWpstDbr_right",0.02,"AadjPknlMtacSrasWpstDb_right",0.02,"AadjPknlMrunSrasWpstDb_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDbr_right: AmovPknlMwlkSrasWpstDbr + { + actions = "PistolAdjustRKneelActionsWlkBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDbr_right",0.02,"AadjPknlMwlkSrasWpstDb_right",0.02,"AadjPknlMwlkSrasWpstDr_right",0.02,"AadjPknlMtacSrasWpstDbr_right",0.02,"AadjPknlMrunSrasWpstDbr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDr_right: AmovPknlMwlkSrasWpstDr + { + actions = "PistolAdjustRKneelActionsWlkR"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDr_right",0.02,"AadjPknlMwlkSrasWpstDbr_right",0.02,"AadjPknlMwlkSrasWpstDfr_right",0.02,"AadjPknlMtacSrasWpstDr_right",0.02,"AadjPknlMrunSrasWpstDr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDfr_right: AmovPknlMwlkSrasWpstDfr + { + actions = "PistolAdjustRKneelActionsWlkFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDfr_right",0.02,"AadjPknlMwlkSrasWpstDf_right",0.02,"AadjPknlMwlkSrasWpstDr_right",0.02,"AadjPknlMtacSrasWpstDfr_right",0.02,"AadjPknlMrunSrasWpstDfr_right",0.02,"AadjPknlMevaSrasWpstDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDf_right: AmovPknlMtacSrasWpstDf + { + actions = "PistolAdjustRKneelActionsTacF"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDf_right",0.02,"AadjPknlMtacSrasWpstDfr_right",0.02,"AadjPknlMtacSrasWpstDfl_right",0.02,"AadjPknlMwlkSrasWpstDf_right",0.02,"AadjPknlMrunSrasWpstDf_right",0.02,"AadjPknlMevaSrasWpstDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDfl_right: AmovPknlMtacSrasWpstDfl + { + actions = "PistolAdjustRKneelActionsTacFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDfl_right",0.02,"AadjPknlMtacSrasWpstDl_right",0.02,"AadjPknlMtacSrasWpstDf_right",0.02,"AadjPknlMwlkSrasWpstDfl_right",0.02,"AadjPknlMrunSrasWpstDfl_right",0.02,"AadjPknlMevaSrasWpstDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDl_right: AmovPknlMtacSrasWpstDl + { + actions = "PistolAdjustRKneelActionsTacL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDl_right",0.02,"AadjPknlMtacSrasWpstDfl_right",0.02,"AadjPknlMtacSrasWpstDbl_right",0.02,"AadjPknlMwlkSrasWpstDl_right",0.02,"AadjPknlMrunSrasWpstDl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDbl_right: AmovPknlMtacSrasWpstDbl + { + actions = "PistolAdjustRKneelActionsTacBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDbl_right",0.02,"AadjPknlMtacSrasWpstDl_right",0.02,"AadjPknlMtacSrasWpstDb_right",0.02,"AadjPknlMwlkSrasWpstDbl_right",0.02,"AadjPknlMrunSrasWpstDbl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDb_right: AmovPknlMtacSrasWpstDb + { + actions = "PistolAdjustRKneelActionsTacB"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDb_right",0.02,"AadjPknlMtacSrasWpstDbl_right",0.02,"AadjPknlMtacSrasWpstDbr_right",0.02,"AadjPknlMwlkSrasWpstDb_right",0.02,"AadjPknlMrunSrasWpstDb_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDbr_right: AmovPknlMtacSrasWpstDbr + { + actions = "PistolAdjustRKneelActionsTacBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDbr_right",0.02,"AadjPknlMtacSrasWpstDb_right",0.02,"AadjPknlMtacSrasWpstDr_right",0.02,"AadjPknlMwlkSrasWpstDbr_right",0.02,"AadjPknlMrunSrasWpstDbr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDr_right: AmovPknlMtacSrasWpstDr + { + actions = "PistolAdjustRKneelActionsTacR"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDr_right",0.02,"AadjPknlMtacSrasWpstDbr_right",0.02,"AadjPknlMtacSrasWpstDfr_right",0.02,"AadjPknlMwlkSrasWpstDr_right",0.02,"AadjPknlMrunSrasWpstDr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDfr_right: AmovPknlMtacSrasWpstDfr + { + actions = "PistolAdjustRKneelActionsTacFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDfr_right",0.02,"AadjPknlMtacSrasWpstDf_right",0.02,"AadjPknlMtacSrasWpstDr_right",0.02,"AadjPknlMwlkSrasWpstDfr_right",0.02,"AadjPknlMrunSrasWpstDfr_right",0.02,"AadjPknlMevaSrasWpstDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDf_right: AmovPknlMrunSrasWpstDf + { + actions = "PistolAdjustRKneelActionsRunF"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AadjPercMrunSrasWpstDf_right",0.02,"AadjPknlMrunSrasWpstDfr_right",0.02,"AadjPknlMrunSrasWpstDfl_right",0.02,"AadjPknlMwlkSrasWpstDf_right",0.02,"AadjPknlMtacSrasWpstDf_right",0.02,"AadjPknlMevaSrasWpstDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDfl_right: AmovPknlMrunSrasWpstDfl + { + actions = "PistolAdjustRKneelActionsRunFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AadjPercMrunSrasWpstDfl_right",0.02,"AadjPknlMrunSrasWpstDl_right",0.02,"AadjPknlMrunSrasWpstDf_right",0.02,"AadjPknlMwlkSrasWpstDfl_right",0.02,"AadjPknlMtacSrasWpstDfl_right",0.02,"AadjPknlMevaSrasWpstDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDl_right: AmovPknlMrunSrasWpstDl + { + actions = "PistolAdjustRKneelActionsRunL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDl_right",0.02,"AadjPknlMrunSrasWpstDfl_right",0.02,"AadjPknlMrunSrasWpstDbl_right",0.02,"AadjPknlMwlkSrasWpstDl_right",0.02,"AadjPknlMtacSrasWpstDl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDbl_right: AmovPknlMrunSrasWpstDbl + { + actions = "PistolAdjustRKneelActionsRunBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDbl_right",0.02,"AadjPknlMrunSrasWpstDl_right",0.02,"AadjPknlMrunSrasWpstDb_right",0.02,"AadjPknlMwlkSrasWpstDbl_right",0.02,"AadjPknlMtacSrasWpstDbl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDb_right: AmovPknlMrunSrasWpstDb + { + actions = "PistolAdjustRKneelActionsRunB"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDb_right",0.02,"AadjPknlMrunSrasWpstDbl_right",0.02,"AadjPknlMrunSrasWpstDbr_right",0.02,"AadjPknlMwlkSrasWpstDb_right",0.02,"AadjPknlMtacSrasWpstDb_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDbr_right: AmovPknlMrunSrasWpstDbr + { + actions = "PistolAdjustRKneelActionsRunBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDbr_right",0.02,"AadjPknlMrunSrasWpstDb_right",0.02,"AadjPknlMrunSrasWpstDr_right",0.02,"AadjPknlMwlkSrasWpstDbr_right",0.02,"AadjPknlMtacSrasWpstDbr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDr_right: AmovPknlMrunSrasWpstDr + { + actions = "PistolAdjustRKneelActionsRunR"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDr_right",0.02,"AadjPknlMrunSrasWpstDbr_right",0.02,"AadjPknlMrunSrasWpstDfr_right",0.02,"AadjPknlMwlkSrasWpstDr_right",0.02,"AadjPknlMtacSrasWpstDr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDfr_right: AmovPknlMrunSrasWpstDfr + { + actions = "PistolAdjustRKneelActionsRunFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AadjPercMrunSrasWpstDfr_right",0.02,"AadjPknlMrunSrasWpstDf_right",0.02,"AadjPknlMrunSrasWpstDr_right",0.02,"AadjPknlMwlkSrasWpstDfr_right",0.02,"AadjPknlMtacSrasWpstDfr_right",0.02,"AadjPknlMevaSrasWpstDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWpstDf_right: AmovPknlMevaSrasWpstDf + { + actions = "PistolAdjustRKneelEvasiveActionsf"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMevaSrasWpstDf_right",0.02,"AadjPknlMevaSrasWpstDfr_right",0.02,"AadjPknlMevaSrasWpstDfl_right",0.02,"AadjPknlMwlkSrasWpstDf_right",0.02,"AadjPknlMtacSrasWpstDf_right",0.02,"AadjPknlMrunSrasWpstDf_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWpstDfl_right: AmovPknlMevaSrasWpstDfl + { + actions = "PistolAdjustRKneelEvasiveActionsfl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMevaSrasWpstDfl_right",0.02,"AadjPknlMevaSrasWpstDf_right",0.02,"AadjPknlMwlkSrasWpstDfl_right",0.02,"AadjPknlMtacSrasWpstDfl_right",0.02,"AadjPknlMrunSrasWpstDfl_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWpstDfr_right: AmovPknlMevaSrasWpstDfr + { + actions = "PistolAdjustRKneelEvasiveActionsfr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDright",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMevaSrasWpstDfr_right",0.02,"AadjPknlMevaSrasWpstDf_right",0.02,"AadjPknlMwlkSrasWpstDfr_right",0.02,"AadjPknlMtacSrasWpstDfr_right",0.02,"AadjPknlMrunSrasWpstDfr_right",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDf_down: AmovPknlMwlkSrasWpstDf + { + actions = "PistolAdjustBKneelActionsWlkF"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDf_down",0.02,"AadjPknlMwlkSrasWpstDfr_down",0.02,"AadjPknlMwlkSrasWpstDfl_down",0.02,"AadjPknlMtacSrasWpstDf_down",0.02,"AadjPknlMrunSrasWpstDf_down",0.02,"AadjPknlMevaSrasWpstDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDfl_down: AmovPknlMwlkSrasWpstDfl + { + actions = "PistolAdjustBKneelActionsWlkFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDfl_down",0.02,"AadjPknlMwlkSrasWpstDl_down",0.02,"AadjPknlMwlkSrasWpstDf_down",0.02,"AadjPknlMtacSrasWpstDfl_down",0.02,"AadjPknlMrunSrasWpstDfl_down",0.02,"AadjPknlMevaSrasWpstDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDl_down: AmovPknlMwlkSrasWpstDl + { + actions = "PistolAdjustBKneelActionsWlkL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDl_down",0.02,"AadjPknlMwlkSrasWpstDfl_down",0.02,"AadjPknlMwlkSrasWpstDbl_down",0.02,"AadjPknlMtacSrasWpstDl_down",0.02,"AadjPknlMrunSrasWpstDl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDbl_down: AmovPknlMwlkSrasWpstDbl + { + actions = "PistolAdjustBKneelActionsWlkBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDbl_down",0.02,"AadjPknlMwlkSrasWpstDl_down",0.02,"AadjPknlMwlkSrasWpstDb_down",0.02,"AadjPknlMtacSrasWpstDbl_down",0.02,"AadjPknlMrunSrasWpstDbl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDb_down: AmovPknlMwlkSrasWpstDb + { + actions = "PistolAdjustBKneelActionsWlkB"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDb_down",0.02,"AadjPknlMwlkSrasWpstDbl_down",0.02,"AadjPknlMwlkSrasWpstDbr_down",0.02,"AadjPknlMtacSrasWpstDb_down",0.02,"AadjPknlMrunSrasWpstDb_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDbr_down: AmovPknlMwlkSrasWpstDbr + { + actions = "PistolAdjustBKneelActionsWlkBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDbr_down",0.02,"AadjPknlMwlkSrasWpstDb_down",0.02,"AadjPknlMwlkSrasWpstDr_down",0.02,"AadjPknlMtacSrasWpstDbr_down",0.02,"AadjPknlMrunSrasWpstDbr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDr_down: AmovPknlMwlkSrasWpstDr + { + actions = "PistolAdjustBKneelActionsWlkR"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDr_down",0.02,"AadjPknlMwlkSrasWpstDbr_down",0.02,"AadjPknlMwlkSrasWpstDfr_down",0.02,"AadjPknlMtacSrasWpstDr_down",0.02,"AadjPknlMrunSrasWpstDr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDfr_down: AmovPknlMwlkSrasWpstDfr + { + actions = "PistolAdjustBKneelActionsWlkFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDfr_down",0.02,"AadjPknlMwlkSrasWpstDf_down",0.02,"AadjPknlMwlkSrasWpstDr_down",0.02,"AadjPknlMtacSrasWpstDfr_down",0.02,"AadjPknlMrunSrasWpstDfr_down",0.02,"AadjPknlMevaSrasWpstDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDf_down: AmovPknlMtacSrasWpstDf + { + actions = "PistolAdjustBKneelActionsTacF"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDf_down",0.02,"AadjPknlMtacSrasWpstDfr_down",0.02,"AadjPknlMtacSrasWpstDfl_down",0.02,"AadjPknlMwlkSrasWpstDf_down",0.02,"AadjPknlMrunSrasWpstDf_down",0.02,"AadjPknlMevaSrasWpstDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDfl_down: AmovPknlMtacSrasWpstDfl + { + actions = "PistolAdjustBKneelActionsTacFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDfl_down",0.02,"AadjPknlMtacSrasWpstDl_down",0.02,"AadjPknlMtacSrasWpstDf_down",0.02,"AadjPknlMwlkSrasWpstDfl_down",0.02,"AadjPknlMrunSrasWpstDfl_down",0.02,"AadjPknlMevaSrasWpstDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDl_down: AmovPknlMtacSrasWpstDl + { + actions = "PistolAdjustBKneelActionsTacL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDl_down",0.02,"AadjPknlMtacSrasWpstDfl_down",0.02,"AadjPknlMtacSrasWpstDbl_down",0.02,"AadjPknlMwlkSrasWpstDl_down",0.02,"AadjPknlMrunSrasWpstDl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDbl_down: AmovPknlMtacSrasWpstDbl + { + actions = "PistolAdjustBKneelActionsTacBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDbl_down",0.02,"AadjPknlMtacSrasWpstDl_down",0.02,"AadjPknlMtacSrasWpstDb_down",0.02,"AadjPknlMwlkSrasWpstDbl_down",0.02,"AadjPknlMrunSrasWpstDbl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDb_down: AmovPknlMtacSrasWpstDb + { + actions = "PistolAdjustBKneelActionsTacB"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDb_down",0.02,"AadjPknlMtacSrasWpstDbl_down",0.02,"AadjPknlMtacSrasWpstDbr_down",0.02,"AadjPknlMwlkSrasWpstDb_down",0.02,"AadjPknlMrunSrasWpstDb_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDbr_down: AmovPknlMtacSrasWpstDbr + { + actions = "PistolAdjustBKneelActionsTacBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDbr_down",0.02,"AadjPknlMtacSrasWpstDb_down",0.02,"AadjPknlMtacSrasWpstDr_down",0.02,"AadjPknlMwlkSrasWpstDbr_down",0.02,"AadjPknlMrunSrasWpstDbr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDr_down: AmovPknlMtacSrasWpstDr + { + actions = "PistolAdjustBKneelActionsTacR"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDr_down",0.02,"AadjPknlMtacSrasWpstDbr_down",0.02,"AadjPknlMtacSrasWpstDfr_down",0.02,"AadjPknlMwlkSrasWpstDr_down",0.02,"AadjPknlMrunSrasWpstDr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDfr_down: AmovPknlMtacSrasWpstDfr + { + actions = "PistolAdjustBKneelActionsTacFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDfr_down",0.02,"AadjPknlMtacSrasWpstDf_down",0.02,"AadjPknlMtacSrasWpstDr_down",0.02,"AadjPknlMwlkSrasWpstDfr_down",0.02,"AadjPknlMrunSrasWpstDfr_down",0.02,"AadjPknlMevaSrasWpstDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDf_down: AmovPknlMrunSrasWpstDf + { + actions = "PistolAdjustBKneelActionsRunF"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AadjPercMrunSrasWpstDf_down",0.02,"AadjPknlMrunSrasWpstDfr_down",0.02,"AadjPknlMrunSrasWpstDfl_down",0.02,"AadjPknlMwlkSrasWpstDf_down",0.02,"AadjPknlMtacSrasWpstDf_down",0.02,"AadjPknlMevaSrasWpstDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDfl_down: AmovPknlMrunSrasWpstDfl + { + actions = "PistolAdjustBKneelActionsRunFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AadjPercMrunSrasWpstDfl_down",0.02,"AadjPknlMrunSrasWpstDl_down",0.02,"AadjPknlMrunSrasWpstDf_down",0.02,"AadjPknlMwlkSrasWpstDfl_down",0.02,"AadjPknlMtacSrasWpstDfl_down",0.02,"AadjPknlMevaSrasWpstDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDl_down: AmovPknlMrunSrasWpstDl + { + actions = "PistolAdjustBKneelActionsRunL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDl_down",0.02,"AadjPknlMrunSrasWpstDfl_down",0.02,"AadjPknlMrunSrasWpstDbl_down",0.02,"AadjPknlMwlkSrasWpstDl_down",0.02,"AadjPknlMtacSrasWpstDl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDbl_down: AmovPknlMrunSrasWpstDbl + { + actions = "PistolAdjustBKneelActionsRunBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDbl_down",0.02,"AadjPknlMrunSrasWpstDl_down",0.02,"AadjPknlMrunSrasWpstDb_down",0.02,"AadjPknlMwlkSrasWpstDbl_down",0.02,"AadjPknlMtacSrasWpstDbl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDb_down: AmovPknlMrunSrasWpstDb + { + actions = "PistolAdjustBKneelActionsRunB"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDb_down",0.02,"AadjPknlMrunSrasWpstDbl_down",0.02,"AadjPknlMrunSrasWpstDbr_down",0.02,"AadjPknlMwlkSrasWpstDb_down",0.02,"AadjPknlMtacSrasWpstDb_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDbr_down: AmovPknlMrunSrasWpstDbr + { + actions = "PistolAdjustBKneelActionsRunBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDbr_down",0.02,"AadjPknlMrunSrasWpstDb_down",0.02,"AadjPknlMrunSrasWpstDr_down",0.02,"AadjPknlMwlkSrasWpstDbr_down",0.02,"AadjPknlMtacSrasWpstDbr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDr_down: AmovPknlMrunSrasWpstDr + { + actions = "PistolAdjustBKneelActionsRunR"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDr_down",0.02,"AadjPknlMrunSrasWpstDbr_down",0.02,"AadjPknlMrunSrasWpstDfr_down",0.02,"AadjPknlMwlkSrasWpstDr_down",0.02,"AadjPknlMtacSrasWpstDr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDfr_down: AmovPknlMrunSrasWpstDfr + { + actions = "PistolAdjustBKneelActionsRunFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AadjPercMrunSrasWpstDfr_down",0.02,"AadjPknlMrunSrasWpstDf_down",0.02,"AadjPknlMrunSrasWpstDr_down",0.02,"AadjPknlMwlkSrasWpstDfr_down",0.02,"AadjPknlMtacSrasWpstDfr_down",0.02,"AadjPknlMevaSrasWpstDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWpstDf_down: AmovPknlMevaSrasWpstDf + { + actions = "PistolAdjustBKneelEvasiveActionsf"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMevaSrasWpstDf_down",0.02,"AadjPknlMevaSrasWpstDfr_down",0.02,"AadjPknlMevaSrasWpstDfl_down",0.02,"AadjPknlMwlkSrasWpstDf_down",0.02,"AadjPknlMtacSrasWpstDf_down",0.02,"AadjPknlMrunSrasWpstDf_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWpstDfl_down: AmovPknlMevaSrasWpstDfl + { + actions = "PistolAdjustBKneelEvasiveActionsfl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMevaSrasWpstDfl_down",0.02,"AadjPknlMevaSrasWpstDf_down",0.02,"AadjPknlMwlkSrasWpstDfl_down",0.02,"AadjPknlMtacSrasWpstDfl_down",0.02,"AadjPknlMrunSrasWpstDfl_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWpstDfr_down: AmovPknlMevaSrasWpstDfr + { + actions = "PistolAdjustBKneelEvasiveActionsfr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDdown",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMevaSrasWpstDfr_down",0.02,"AadjPknlMevaSrasWpstDf_down",0.02,"AadjPknlMwlkSrasWpstDfr_down",0.02,"AadjPknlMtacSrasWpstDfr_down",0.02,"AadjPknlMrunSrasWpstDfr_down",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDf_up: AmovPknlMwlkSrasWpstDf + { + actions = "PistolAdjustFKneelActionsWlkF"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDf_up",0.02,"AadjPknlMwlkSrasWpstDfr_up",0.02,"AadjPknlMwlkSrasWpstDfl_up",0.02,"AadjPknlMtacSrasWpstDf_up",0.02,"AadjPknlMrunSrasWpstDf_up",0.02,"AadjPknlMevaSrasWpstDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDfl_up: AmovPknlMwlkSrasWpstDfl + { + actions = "PistolAdjustFKneelActionsWlkFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDfl_up",0.02,"AadjPknlMwlkSrasWpstDl_up",0.02,"AadjPknlMwlkSrasWpstDf_up",0.02,"AadjPknlMtacSrasWpstDfl_up",0.02,"AadjPknlMrunSrasWpstDfl_up",0.02,"AadjPknlMevaSrasWpstDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDl_up: AmovPknlMwlkSrasWpstDl + { + actions = "PistolAdjustFKneelActionsWlkL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDl_up",0.02,"AadjPknlMwlkSrasWpstDfl_up",0.02,"AadjPknlMwlkSrasWpstDbl_up",0.02,"AadjPknlMtacSrasWpstDl_up",0.02,"AadjPknlMrunSrasWpstDl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDbl_up: AmovPknlMwlkSrasWpstDbl + { + actions = "PistolAdjustFKneelActionsWlkBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDbl_up",0.02,"AadjPknlMwlkSrasWpstDl_up",0.02,"AadjPknlMwlkSrasWpstDb_up",0.02,"AadjPknlMtacSrasWpstDbl_up",0.02,"AadjPknlMrunSrasWpstDbl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDb_up: AmovPknlMwlkSrasWpstDb + { + actions = "PistolAdjustFKneelActionsWlkB"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDb_up",0.02,"AadjPknlMwlkSrasWpstDbl_up",0.02,"AadjPknlMwlkSrasWpstDbr_up",0.02,"AadjPknlMtacSrasWpstDb_up",0.02,"AadjPknlMrunSrasWpstDb_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDbr_up: AmovPknlMwlkSrasWpstDbr + { + actions = "PistolAdjustFKneelActionsWlkBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDbr_up",0.02,"AadjPknlMwlkSrasWpstDb_up",0.02,"AadjPknlMwlkSrasWpstDr_up",0.02,"AadjPknlMtacSrasWpstDbr_up",0.02,"AadjPknlMrunSrasWpstDbr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDr_up: AmovPknlMwlkSrasWpstDr + { + actions = "PistolAdjustFKneelActionsWlkR"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDr_up",0.02,"AadjPknlMwlkSrasWpstDbr_up",0.02,"AadjPknlMwlkSrasWpstDfr_up",0.02,"AadjPknlMtacSrasWpstDr_up",0.02,"AadjPknlMrunSrasWpstDr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMwlkSrasWpstDfr_up: AmovPknlMwlkSrasWpstDfr + { + actions = "PistolAdjustFKneelActionsWlkFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMwlkSrasWpstDfr_up",0.02,"AadjPknlMwlkSrasWpstDf_up",0.02,"AadjPknlMwlkSrasWpstDr_up",0.02,"AadjPknlMtacSrasWpstDfr_up",0.02,"AadjPknlMrunSrasWpstDfr_up",0.02,"AadjPknlMevaSrasWpstDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDf_up: AmovPknlMtacSrasWpstDf + { + actions = "PistolAdjustFKneelActionsTacF"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDf_up",0.02,"AadjPknlMtacSrasWpstDfr_up",0.02,"AadjPknlMtacSrasWpstDfl_up",0.02,"AadjPknlMwlkSrasWpstDf_up",0.02,"AadjPknlMrunSrasWpstDf_up",0.02,"AadjPknlMevaSrasWpstDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDfl_up: AmovPknlMtacSrasWpstDfl + { + actions = "PistolAdjustFKneelActionsTacFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDfl_up",0.02,"AadjPknlMtacSrasWpstDl_up",0.02,"AadjPknlMtacSrasWpstDf_up",0.02,"AadjPknlMwlkSrasWpstDfl_up",0.02,"AadjPknlMrunSrasWpstDfl_up",0.02,"AadjPknlMevaSrasWpstDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDl_up: AmovPknlMtacSrasWpstDl + { + actions = "PistolAdjustFKneelActionsTacL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDl_up",0.02,"AadjPknlMtacSrasWpstDfl_up",0.02,"AadjPknlMtacSrasWpstDbl_up",0.02,"AadjPknlMwlkSrasWpstDl_up",0.02,"AadjPknlMrunSrasWpstDl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDbl_up: AmovPknlMtacSrasWpstDbl + { + actions = "PistolAdjustFKneelActionsTacBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDbl_up",0.02,"AadjPknlMtacSrasWpstDl_up",0.02,"AadjPknlMtacSrasWpstDb_up",0.02,"AadjPknlMwlkSrasWpstDbl_up",0.02,"AadjPknlMrunSrasWpstDbl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDb_up: AmovPknlMtacSrasWpstDb + { + actions = "PistolAdjustFKneelActionsTacB"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDb_up",0.02,"AadjPknlMtacSrasWpstDbl_up",0.02,"AadjPknlMtacSrasWpstDbr_up",0.02,"AadjPknlMwlkSrasWpstDb_up",0.02,"AadjPknlMrunSrasWpstDb_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDbr_up: AmovPknlMtacSrasWpstDbr + { + actions = "PistolAdjustFKneelActionsTacBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDbr_up",0.02,"AadjPknlMtacSrasWpstDb_up",0.02,"AadjPknlMtacSrasWpstDr_up",0.02,"AadjPknlMwlkSrasWpstDbr_up",0.02,"AadjPknlMrunSrasWpstDbr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDr_up: AmovPknlMtacSrasWpstDr + { + actions = "PistolAdjustFKneelActionsTacR"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDr_up",0.02,"AadjPknlMtacSrasWpstDbr_up",0.02,"AadjPknlMtacSrasWpstDfr_up",0.02,"AadjPknlMwlkSrasWpstDr_up",0.02,"AadjPknlMrunSrasWpstDr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMtacSrasWpstDfr_up: AmovPknlMtacSrasWpstDfr + { + actions = "PistolAdjustFKneelActionsTacFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMtacSrasWpstDfr_up",0.02,"AadjPknlMtacSrasWpstDf_up",0.02,"AadjPknlMtacSrasWpstDr_up",0.02,"AadjPknlMwlkSrasWpstDfr_up",0.02,"AadjPknlMrunSrasWpstDfr_up",0.02,"AadjPknlMevaSrasWpstDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDf_up: AmovPknlMrunSrasWpstDf + { + actions = "PistolAdjustFKneelActionsRunF"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AadjPercMrunSrasWpstDf_up",0.02,"AadjPknlMrunSrasWpstDfr_up",0.02,"AadjPknlMrunSrasWpstDfl_up",0.02,"AadjPknlMwlkSrasWpstDf_up",0.02,"AadjPknlMtacSrasWpstDf_up",0.02,"AadjPknlMevaSrasWpstDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDfl_up: AmovPknlMrunSrasWpstDfl + { + actions = "PistolAdjustFKneelActionsRunFl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AadjPercMrunSrasWpstDfl_up",0.02,"AadjPknlMrunSrasWpstDl_up",0.02,"AadjPknlMrunSrasWpstDf_up",0.02,"AadjPknlMwlkSrasWpstDfl_up",0.02,"AadjPknlMtacSrasWpstDfl_up",0.02,"AadjPknlMevaSrasWpstDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDl_up: AmovPknlMrunSrasWpstDl + { + actions = "PistolAdjustFKneelActionsRunL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDl_up",0.02,"AadjPknlMrunSrasWpstDfl_up",0.02,"AadjPknlMrunSrasWpstDbl_up",0.02,"AadjPknlMwlkSrasWpstDl_up",0.02,"AadjPknlMtacSrasWpstDl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDbl_up: AmovPknlMrunSrasWpstDbl + { + actions = "PistolAdjustFKneelActionsRunBL"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDbl_up",0.02,"AadjPknlMrunSrasWpstDl_up",0.02,"AadjPknlMrunSrasWpstDb_up",0.02,"AadjPknlMwlkSrasWpstDbl_up",0.02,"AadjPknlMtacSrasWpstDbl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDb_up: AmovPknlMrunSrasWpstDb + { + actions = "PistolAdjustFKneelActionsRunB"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDb_up",0.02,"AadjPknlMrunSrasWpstDbl_up",0.02,"AadjPknlMrunSrasWpstDbr_up",0.02,"AadjPknlMwlkSrasWpstDb_up",0.02,"AadjPknlMtacSrasWpstDb_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDbr_up: AmovPknlMrunSrasWpstDbr + { + actions = "PistolAdjustFKneelActionsRunBr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDbr_up",0.02,"AadjPknlMrunSrasWpstDb_up",0.02,"AadjPknlMrunSrasWpstDr_up",0.02,"AadjPknlMwlkSrasWpstDbr_up",0.02,"AadjPknlMtacSrasWpstDbr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDr_up: AmovPknlMrunSrasWpstDr + { + actions = "PistolAdjustFKneelActionsRunR"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMrunSrasWpstDr_up",0.02,"AadjPknlMrunSrasWpstDbr_up",0.02,"AadjPknlMrunSrasWpstDfr_up",0.02,"AadjPknlMwlkSrasWpstDr_up",0.02,"AadjPknlMtacSrasWpstDr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMrunSrasWpstDfr_up: AmovPknlMrunSrasWpstDfr + { + actions = "PistolAdjustFKneelActionsRunFr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AadjPercMrunSrasWpstDfr_up",0.02,"AadjPknlMrunSrasWpstDf_up",0.02,"AadjPknlMrunSrasWpstDr_up",0.02,"AadjPknlMwlkSrasWpstDfr_up",0.02,"AadjPknlMtacSrasWpstDfr_up",0.02,"AadjPknlMevaSrasWpstDfr_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWpstDf_up: AmovPknlMevaSrasWpstDf + { + actions = "PistolAdjustFKneelEvasiveActionsf"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMevaSrasWpstDf_up",0.02,"AadjPknlMevaSrasWpstDfr_up",0.02,"AadjPknlMevaSrasWpstDfl_up",0.02,"AadjPknlMwlkSrasWpstDf_up",0.02,"AadjPknlMtacSrasWpstDf_up",0.02,"AadjPknlMrunSrasWpstDf_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWpstDfl_up: AmovPknlMevaSrasWpstDfl + { + actions = "PistolAdjustFKneelEvasiveActionsfl"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMevaSrasWpstDfl_up",0.02,"AadjPknlMevaSrasWpstDf_up",0.02,"AadjPknlMwlkSrasWpstDfl_up",0.02,"AadjPknlMtacSrasWpstDfl_up",0.02,"AadjPknlMrunSrasWpstDfl_up",0.02,"Unconscious",0.01}; + }; + class AadjPknlMevaSrasWpstDfr_up: AmovPknlMevaSrasWpstDfr + { + actions = "PistolAdjustFKneelEvasiveActionsfr"; + InterpolateTo[] = {"AadjPknlMstpSrasWpstDup",0.02,"AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon",0.02,"AadjPercMevaSrasWpstDfr_up",0.02,"AadjPknlMevaSrasWpstDf_up",0.02,"AadjPknlMwlkSrasWpstDfr_up",0.02,"AadjPknlMtacSrasWpstDfr_up",0.02,"AadjPknlMrunSrasWpstDfr_up",0.02,"Unconscious",0.01}; + }; + class AinvPknlMstpSlayWrflDnon_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon + { + actions = "RifleKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon_AmovPknlMstpSrasWrflDnon"; + leftHandIKCurve[] = {0.1,0,0.2,1}; + rightHandIKCurve[] = {0.57,0,0.63,1}; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.3}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMstpSrasWrflDnon_AinvPknlMstpSlayWrflDnon",0.02}; + }; + class AmovPpneMstpSrasWrflDnon_healed: AmovPpneMstpSrasWrflDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_healed"; + speed = 0.17; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + actions = "PistolStandTakeActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon"; + speed = 1.8; + disableWeapons = 1; + looped = 0; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPercMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end: AmovPercMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end"; + speed = 1.15; + showHandGun = 0; + limitGunMovement = 0; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_1",0.01}; + }; + class AinvPknlMstpSnonWnonDnon_1: AmovPercMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon"; + speed = 1e+010; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + canPullTrigger = 0; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon",0.01}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_medic",0.02,"AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic",0.02,"Unconscious",0.01,"AinvPknlMstpSlayWrflDnon",0.02,"AinvPknlMstpSlayWrflDnon_1",0.02,"AinvPknlMstpSnonWnonDnon_1",0.01,"AinvPknlMstpSnonWnonDnon_2",0.02,"AinvPknlMstpSnonWnonDnon_3",0.02,"AinvPknlMstpSnonWnonDnon_4",0.02}; + }; + class AinvPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon"; + speed = 1.04; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + canPullTrigger = 0; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_end",0.01}; + }; + class AinvPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_end: AmovPercMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end + { + actions = "PistolStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_end"; + speed = 1.97; + showHandgun = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + canPullTrigger = 0; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.02}; + }; + class AmovPknlMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon: AmovPknlMstpSrasWpstDnon + { + static = 1; + variantsPlayer[] = {}; + actions = "PistolKneelTakeActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon"; + speed = 1.57; + disableWeapons = 1; + enableOptics = 0; + looped = 0; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end: AmovPknlMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end"; + speed = 1.15; + showHandGun = 0; + limitGunMovement = 0; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_2",0.01,"AinvPknlMstpSnonWnonDnon_healed_1",0.02}; + }; + class AinvPknlMstpSnonWnonDnon_2: AmovPknlMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon"; + speed = 1e+010; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + canPullTrigger = 0; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon",0.01}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_medic",0.02,"AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic",0.02,"Unconscious",0.01,"AinvPknlMstpSlayWrflDnon",0.02,"AinvPknlMstpSlayWrflDnon_1",0.02,"AinvPknlMstpSnonWnonDnon_1",0.02,"AinvPknlMstpSnonWnonDnon_2",0.02,"AinvPknlMstpSnonWnonDnon_3",0.02,"AinvPknlMstpSnonWnonDnon_4",0.02}; + }; + class AinvPknlMstpSnonWnonDnon_medic_1: AmovPknlMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end + { + actions = "HealSelfActionsNon"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_medic"; + speed = 0.17; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + canPullTrigger = 0; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.01,"Unconscious",0.01}; + }; + class AinvPknlMstpSnonWnonDnon_healed_1: AmovPknlMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_healed1"; + speed = 0.17; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + canPullTrigger = 0; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon",0.02}; + }; + class AinvPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + canPullTrigger = 0; + enableOptics = 2; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon_end",0.01}; + }; + class AinvPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon_end: AmovPknlMstpSrasWpstDnon_AinvPknlMstpSnonWnonDnon_end + { + actions = "PistolKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon_end"; + speed = 1.97; + showHandgun = 1; + canPullTrigger = 0; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.02}; + }; + class AmovPpneMstpSrasWpstDnon_healed: AmovPpneMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_healed"; + speed = 0.17; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {}; + actions = "CivilStandTakeActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon"; + speed = 1.54; + disableWeapons = 1; + enableOptics = 0; + looped = 0; + limitGunMovement = 0; + ConnectTo[] = {"AinvPknlMstpSnonWnonDnon_3",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPknlMstpSnonWnonDnon_3: AmovPercMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon"; + speed = 1e+010; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AinvPknlMstpSlayWrflDnon_AmovPercMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_medic",0.02,"AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic",0.02,"Unconscious",0.01,"AinvPknlMstpSlayWrflDnon",0.02,"AinvPknlMstpSlayWrflDnon_1",0.02,"AinvPknlMstpSnonWnonDnon_1",0.02,"AinvPknlMstpSnonWnonDnon_2",0.02,"AinvPknlMstpSnonWnonDnon_3",0.02,"AinvPknlMstpSnonWnonDnon_4",0.02}; + }; + class AinvPknlMstpSlayWrflDnon_AmovPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon + { + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.02}; + }; + class AinvPknlMstpSnonWnonDnon_4: AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon"; + speed = 1e+010; + ConnectTo[] = {"AinvPknlMstpSlayWrflDnon_AmovPknlMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_medic",0.02,"AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic",0.02,"Unconscious",0.01,"AinvPknlMstpSlayWrflDnon",0.02,"AinvPknlMstpSlayWrflDnon_1",0.02,"AinvPknlMstpSnonWnonDnon_1",0.02,"AinvPknlMstpSnonWnonDnon_2",0.02,"AinvPknlMstpSnonWnonDnon_3",0.02,"AinvPknlMstpSnonWnonDnon_4",0.02}; + }; + class AinvPknlMstpSnonWnonDnon_medic_2: AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_medic"; + speed = 0.17; + ConnectTo[] = {"AinvPknlMstpSlayWrflDnon_AmovPknlMstpSnonWnonDnon",0.1}; + }; + class AinvPknlMstpSnonWnonDnon_healed_2: AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_healed2"; + speed = 0.17; + ConnectTo[] = {"AinvPknlMstpSlayWrflDnon_AmovPknlMstpSnonWnonDnon",0.1}; + }; + class AinvPknlMstpSlayWrflDnon_AmovPknlMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon + { + actions = "CivilKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon"; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon",0.02}; + }; + class AmovPpneMstpSnonWnonDnon_healed: AidlPpneMstpSnonWnonDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_healed"; + speed = 0.17; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AparPercMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\AparPercMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon"; + speed = -1.5; + looped = 0; + soundOverride = "laydown"; + disableWeapons = 1; + leaningFactorEnd = 0; + canPullTrigger = 0; + interpolationRestart = 1; + minPlayTime = 0.3; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AswmPercMrunSnonWnonDf",0.02}; + ignoreMinPlayTime[] = {"Unconscious","AswmPercMrunSnonWnonDf"}; + InterpolateTo[] = {"AswmPercMrunSnonWnonDf",0.02,"Unconscious",0.1}; + soundEdge[] = {0.01}; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutLow: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_GetOutLow"; + speed = 1.9; + looped = 0; + soundOverride = "Walk"; + disableWeapons = 1; + leaningFactorEnd = 0; + canPullTrigger = 0; + minPlayTime = 0.95; + ignoreMinPlayTime[] = {"Unconscious"}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutMedium: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_GetOutMedium"; + speed = 1.333; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutHigh: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_GetOutHigh"; + speed = 0.915; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutHighZamak: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\GetOutHighZamak"; + speed = 0.5; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutHighHemtt: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\GetOutHighHemtt"; + speed = 0.491803; + }; + class GetInHelicopterCargoRfl: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_heli_light_02_getin_weapon"; + speed = 0.75; + headBobMode = 4; + headBobStrength = -0.8; + }; + class GetOutHelicopterCargoRfl: GetInHelicopterCargoRfl + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_heli_light_02_getout_weapon"; + speed = 0.833333; + }; + class GetInMRAP_01Rfl: GetInHelicopterCargoRfl + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\driver_MRAP_01_getin"; + speed = 0.877; + leftHandIKCurve[] = {0}; + headBobMode = 4; + headBobStrength = -0.8; + }; + class GetOutMRAP_01Rfl: GetInMRAP_01Rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_MRAP_01_getout"; + speed = 1.579; + leftHandIKCurve[] = {1}; + }; + class GetInMRAP_01_cargoRfl: GetInMRAP_01Rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_MRAP_01_getin"; + speed = 0.577; + leftHandIKCurve[] = {0}; + }; + class GetOutMRAP_01_cargoRfl: GetOutMRAP_01Rfl + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_MRAP_01_getout"; + speed = 0.579; + }; + class Heli_Attack_01Pilot_AmovPercMstpSlowWrflDnon: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutLow + { + file = "\A3\Cargoposes_F\anim\Heli_Attack_01_pilot_exit"; + speed = 0.915; + minPlayTime = 0.85; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.1,"AmovPercMstpSnonWnonDnon",0.1,"AmovPercMstpSlowWpstDnon",0.1,"Unconscious",0.1}; + }; + class Heli_Attack_01Gunner_AmovPercMstpSlowWrflDnon: Heli_Attack_01Pilot_AmovPercMstpSlowWrflDnon + { + file = "\A3\Cargoposes_F\anim\Heli_Attack_01_gunner_exit"; + }; + class AmovPercMstpSnonWnonDnon_Heli_Attack_01Pilot: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutLow + { + file = "\A3\Cargoposes_F\anim\Heli_Attack_01_pilot_getin"; + speed = -1.55; + minPlayTime = 0.85; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSnonWnonDnon_Heli_Attack_01Gunner: Heli_Attack_01Pilot_AmovPercMstpSlowWrflDnon + { + file = "\A3\Cargoposes_F\anim\Heli_Attack_01_gunner_getin"; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutLow: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_GetOutLow"; + speed = 1.9; + looped = 0; + soundOverride = "Walk"; + disableWeapons = 1; + enableOptics = 0; + leaningFactorEnd = 0; + canPullTrigger = 0; + minPlayTime = 0.95; + ignoreMinPlayTime[] = {"Unconscious"}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutMedium: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_GetOutMedium"; + speed = 1.333; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutHigh: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_GetOutHigh"; + speed = 0.915; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutHighZamak: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\GetOutHighZamak"; + speed = 0.5; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutHighHemtt: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutLow + { + file = "\A3\Anims_F\data\Anim\sdr\crg\knl\stp\non\non\GetOutHighHemtt"; + speed = 0.5; + }; + class GetInHelicopterCargoPst: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_heli_light_02_getin"; + speed = 0.75; + headBobMode = 4; + headBobStrength = -0.8; + }; + class GetOutHelicopterCargoPst: GetInHelicopterCargoPst + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_heli_light_02_getout"; + speed = 0.833333; + }; + class GetInMRAP_01Pst: GetInHelicopterCargoPst + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\driver_MRAP_01_getin"; + speed = 0.877; + headBobMode = 4; + headBobStrength = -0.8; + }; + class GetOutMRAP_01Pst: GetInMRAP_01Pst + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_MRAP_01_getout"; + speed = 1.579; + }; + class GetInMRAP_01_cargoPst: GetInMRAP_01Pst + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_MRAP_01_getin"; + speed = 0.577; + headBobMode = 4; + headBobStrength = -0.8; + }; + class GetOutMRAP_01_cargoPst: GetOutMRAP_01Pst + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_MRAP_01_getout"; + speed = 0.579; + }; + class AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInLow: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_GetInLow"; + speed = 2; + looped = 0; + soundOverride = "Walk"; + disableWeapons = 1; + enableOptics = 0; + leaningFactorBeg = 1; + minPlayTime = 0.95; + ignoreMinPlayTime[] = {"Unconscious"}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInMedium: AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInLow + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_GetInMedium"; + speed = 0.8333; + }; + class AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInHigh: AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInLow + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_GetInHigh"; + speed = 0.8333; + }; + class AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInSDV: AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInLow + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_GetInHigh"; + speed = 0.8333; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutLow: AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_GetOutLow"; + speed = 1.5; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.1}; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutMedium: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_GetOutMedium"; + speed = 1.666; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutHigh: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_GetOutHigh"; + speed = 0.915; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutHighZamak: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\getOutHighZamak"; + speed = 0.5; + }; + class AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutHighHemtt: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\getOutHighHemtt"; + speed = 0.5; + }; + class GetInHelicopterCargo: AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutLow + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_heli_light_02_getin"; + speed = 0.75; + headBobMode = 4; + headBobStrength = -0.8; + }; + class GetOutHelicopterCargo: GetInHelicopterCargo + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_heli_light_02_getout"; + speed = 0.833333; + }; + class GetInMRAP_01: GetInHelicopterCargo + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\driver_MRAP_01_getin"; + speed = 0.877; + headBobMode = 4; + headBobStrength = -0.8; + }; + class GetOutMRAP_01: GetInMRAP_01 + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_MRAP_01_getout"; + speed = 1.579; + }; + class GetInMRAP_01_cargo: GetInMRAP_01 + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_MRAP_01_getin"; + speed = 0.577; + headBobMode = 4; + headBobStrength = -0.8; + }; + class GetOutMRAP_01_cargo: GetOutMRAP_01 + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\passenger_MRAP_01_getout"; + speed = 0.579; + }; + class AinjPpneMstpSnonWrflDnon: AmovPpneMstpSrasWrflDnon_injured + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMstpSnonWnonDnon"; + disableWeapons = 1; + actions = "InjuredManActionsRfl_norot"; + showWeaponAim = 0; + aiming = "empty"; + aimingBody = "empty"; + canPullTrigger = 0; + headBobMode = 1; + ConnectTo[] = {"AinjPpneMstpSnonWrflDnon_injuredHealed",0.2,"AinjPpneMstpSnonWrflDnon_rolltofront",0.1,"Unconscious",0.01,"AinjPfalMstpSnonWrflDnon_carried_Up",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinjPpneMstpSnonWrflDnon_injuredHealed: AinjPpneMstpSnonWrflDnon + { + actions = "InjuredManActionsRfl_healed"; + duty = 0; + ConnectTo[] = {"AinjPpneMstpSnonWrflDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AinjPpneMstpSnonWrflDnon_rolltoback: AinjPpneMstpSnonWrflDnon + { + interpolationSpeed = 1; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMstpSnonWrflDnon_rolltoback"; + speed = -2; + interpolationRestart = 2; + duty = 3; + ConnectTo[] = {"AinjPpneMstpSnonWrflDnon",0.1,"AinjPfalMstpSnonWrflDnon_carried_Up",0.02}; + InterpolateTo[] = {"AinjPpneMstpSnonWrflDnon_rolltofront",0.1,"Unconscious",0.1}; + }; + class AinjPpneMstpSnonWrflDnon_rolltofront: AinjPpneMstpSnonWrflDnon_rolltoback + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMstpSnonWrflDnon_rolltofront"; + actions = "InjuredManActionsRfl"; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon_injured",0.1}; + InterpolateTo[] = {"AinjPpneMstpSnonWrflDnon_rolltoback",0.1,"Unconscious",0.1}; + }; + class AinjPpneMstpSnonWnonDnon_kneel: AinjPpneMstpSnonWrflDnon + { + actions = "RifleKneelActions"; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMstpSnonWnonDnon_kneel"; + speed = 0.4; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AmovPknlMstpSnonWnonDnon",0.02,"Unconscious",0.1}; + }; + class AinjPpneMstpSnonWrflDb: AinjPpneMstpSnonWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMrunSnonWnonDb"; + speed = 1; + actions = "InjuredManDraggedActionsRfl"; + ConnectTo[] = {"Unconscious",0.5,"AinjPpneMstpSnonWrflDb_release",0.1,"AcinPknlMwlkSlowWrflDb_still",0.1}; + InterpolateTo[] = {"Unconscious",0.5,"AinjPpneMstpSnonWrflDb_release",0.1,"AcinPknlMwlkSlowWrflDb_still",0.1}; + }; + class AinjPpneMstpSnonWrflDb_release: AinjPpneMstpSnonWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMrunSnonWnonDb_release"; + speed = 1; + looped = 0; + ConnectTo[] = {"AinjPpneMstpSnonWrflDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AinjPpneMstpSnonWrflDb_death: AinjPpneMstpSnonWrflDb_release + { + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_Adth.p3d"; + ConnectTo[] = {}; + }; + class AcinPknlMwlkSlowWrflDb_still: AinjPpneMstpSnonWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMwlkSlowWrflDb_still"; + actions = "InjuredManDraggedActionsRfl"; + ragdoll = 1; + ConnectTo[] = {"Unconscious",0.5,"AinjPpneMstpSnonWrflDb",0.02}; + InterpolateTo[] = {"Unconscious",0.5,"AinjPpneMstpSnonWrflDb_release",0.1}; + }; + class AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_1: Default + { + actions = "MoveWithInjuredManDraggerRfl"; + file = "\A3\anims_f\Data\Anim\Sdr\inj\AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_1"; + speed = 1; + looped = 0; + disableWeapons = 1; + aiming = "empty"; + aimingBody = "empty"; + duty = 0.2; + interpolationSpeed = 10.05; + showWeaponAim = 0; + canPullTrigger = 0; + limitGunMovement = 0; + headBobMode = 2; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_2",0.2}; + InterpolateTo[] = {"AcinPknlMwlkSlowWrflDb_AmovPercMstpSlowWrflDnon",0.2,"AcinPknlMwlkSlowWrflDb_death",0.2,"AcinPknlMwlkSlowWrflDb_agony",0.1}; + }; + class AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_2: AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_2"; + ConnectTo[] = {"AcinPknlMstpSrasWrflDnon",0.02,"AcinPknlMwlkSrasWrflDb",0.02}; + InterpolateTo[] = {"AcinPknlMwlkSlowWrflDb_AmovPercMstpSlowWrflDnon",0.2,"AcinPknlMwlkSlowWrflDb_agony",0.1,"AcinPknlMwlkSlowWrflDb_death2",0.2}; + }; + class GetIn_Vertical_Rifle: GetInHelicopterCargoRfl + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\getin_verticaltruck_rifle"; + speed = -1; + leftHandIKCurve[] = {0}; + headBobMode = 4; + headBobStrength = -0.8; + }; + class GetIn_Vertical_Pistol: GetInHelicopterCargoPst + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\getin_verticaltruck"; + speed = -1; + headBobMode = 4; + headBobStrength = -0.8; + }; + class GetIn_Vertical_Unarmed: GetInHelicopterCargo + { + file = "\A3\anims_f\Data\Anim\Sdr\crg\knl\stp\non\non\getin_verticaltruck"; + speed = -1; + headBobMode = 4; + headBobStrength = -0.8; + }; + class AcinPknlMstpSrasWrflDnon: AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMwlkSlowWrflDb_still"; + speed = 1e+010; + looped = 1; + duty = -0.3; + interpolationSpeed = 6.05; + canPullTrigger = 1; + disableWeapons = 0; + canReload = 0; + limitGunMovement = 0.15; + aimingBody = "aimingUpDefault"; + aiming = "aimingDefault"; + aimPrecision = 4; + ConnectTo[] = {"AcinPknlMwlkSlowWrflDb_AmovPercMstpSlowWrflDnon",0.15,"AcinPknlMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.1,"AcinPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.1,"AcinPknlMwlkSrasWrflDb",0.1}; + InterpolateTo[] = {"AcinPknlMwlkSlowWrflDb_AmovPercMstpSlowWrflDnon",0.15,"AcinPknlMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.1,"AcinPknlMwlkSrasWrflDb",0.1,"AcinPknlMwlkSlowWrflDb_death",0.2,"AcinPknlMwlkSlowWrflDb_agony",0.1,"Helper_SwitchToCarryRfl",0.2,"AcinPknlMwlkSlowWrflDb_death2",0.2}; + }; + class DraggerBase: Default + { + actions = "MoveWithInjuredManDragger"; + file = "\A3\anims_f\Data\Anim\Sdr\inj\AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_1"; + speed = 1; + looped = 0; + disableWeapons = 1; + aiming = "empty"; + aimingBody = "empty"; + duty = 0.2; + interpolationSpeed = 1; + showWeaponAim = 0; + canPullTrigger = 0; + limitGunMovement = 0; + headBobMode = 2; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class DraggerBaseRfl: DraggerBase + { + actions = "MoveWithInjuredManDraggerRfl"; + }; + class AcinPknlMwlkSlowWrflDb_AmovPercMstpSlowWrflDnon: AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMwlkSlowWrflDb_AmovPercMstpSlowWrflDnon"; + duty = -0.5; + interpolationSpeed = 1; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.15}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.15,"AmovPercMstpSlowWrflDnon",0.1,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicUp",0.2}; + }; + class AcinPknlMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon: DraggerBaseRfl + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon"; + speed = 0.55; + rightHandIKBeg = 1; + rightHandIKCurve[] = {1}; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.15,"Unconscious",0.1,"AinvPknlMstpSnonWrflDnon_medicUp",0.2}; + }; + class AcinPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon: DraggerBaseRfl + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon"; + speed = 0.38; + rightHandIKBeg = 1; + rightHandIKCurve[] = {1}; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWrflDnon_medic",0.15,"Unconscious",0.1}; + }; + class AcinPknlMwlkSrasWrflDb: AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMwlkSlowWrflDb"; + looped = 1; + duty = 0.6; + interpolationSpeed = 4.1; + disableWeapons = 0; + canPullTrigger = 1; + limitGunMovement = 0.15; + canReload = 0; + aimingBody = "aimingUpDefault"; + aiming = "aimingDefault"; + aimPrecision = 6; + ConnectTo[] = {"AcinPknlMstpSrasWrflDnon",0.1,"AcinPknlMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.1,"AcinPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.1}; + InterpolateTo[] = {"AcinPknlMstpSrasWrflDnon",0.1,"AcinPknlMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.1,"AcinPknlMwlkSlowWrflDb_AmovPercMstpSlowWrflDnon",0.1,"AcinPknlMwlkSlowWrflDb_death",0.2,"AcinPknlMwlkSlowWrflDb_agony",0.1,"AcinPknlMwlkSlowWrflDb_death2",0.2}; + }; + class AcinPknlMwlkSlowWrflDb_death: AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMwlkSlowWrflDb_death"; + terminal = 1; + ragdoll = 1; + interpolationSpeed = 1; + ConnectTo[] = {"Unconscious",1.0}; + InterpolateTo[] = {}; + }; + class AcinPknlMwlkSlowWrflDb_agony: AmovPpneMstpSrasWrflDnon_injured + { + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon_injured",0.1,"Unconscious",0.1}; + }; + class AcinPercMrunSrasWrflDf: InjuredMovedBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-wc-carrier"; + actions = "MoveWithInjuredManCarrierRflStill"; + limitGunMovement = 0.5; + aimPrecision = 6; + visibleSize = 0.750126; + static = 1; + relSpeedMin = 0.5; + duty = 0.5; + speed = 1.30435; + canReload = 0; + headBobStrength = 0; + ConnectTo[] = {"AcinPercMrunSrasWrflDf_agony",0.1,"AcinPercMrunSrasWrflDf_AmovPercMstpSlowWrflDnon",0.1}; + InterpolateTo[] = {"AcinPercMstpSrasWrflDnon",0.1,"Unconscious",0.01,"AcinPercMrunSrasWrflDf_death",0.1,"AcinPercMrunSrasWrflDfl",0.2,"AcinPercMrunSrasWrflDl",0.2,"AcinPercMrunSrasWrflDbl",0.2,"AcinPercMrunSrasWrflDb",0.2,"AcinPercMrunSrasWrflDbr",0.2,"AcinPercMrunSrasWrflDr",0.2,"AcinPercMrunSrasWrflDfr",0.2}; + }; + class AcinPercMrunSrasWrflDb: AcinPercMrunSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-wc-carrierDB"; + InterpolateTo[] = {"AcinPercMstpSrasWrflDnon",0.1,"Unconscious",0.01,"AcinPercMrunSrasWrflDf_death",0.1,"AcinPercMrunSrasWrflDfl",0.2,"AcinPercMrunSrasWrflDl",0.2,"AcinPercMrunSrasWrflDbl",0.2,"AcinPercMrunSrasWrflDbr",0.2,"AcinPercMrunSrasWrflDr",0.2,"AcinPercMrunSrasWrflDfr",0.2,"AcinPercMrunSrasWrflDf",0.2}; + }; + class AcinPercMrunSrasWrflDbl: AcinPercMrunSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-wc-carrierDBl"; + InterpolateTo[] = {"AcinPercMstpSrasWrflDnon",0.1,"Unconscious",0.01,"AcinPercMrunSrasWrflDf_death",0.1,"AcinPercMrunSrasWrflDfl",0.2,"AcinPercMrunSrasWrflDl",0.2,"AcinPercMrunSrasWrflDb",0.2,"AcinPercMrunSrasWrflDbr",0.2,"AcinPercMrunSrasWrflDr",0.2,"AcinPercMrunSrasWrflDfr",0.2,"AcinPercMrunSrasWrflDf",0.2}; + }; + class AcinPercMrunSrasWrflDbr: AcinPercMrunSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-wc-carrierDBr"; + InterpolateTo[] = {"AcinPercMstpSrasWrflDnon",0.1,"Unconscious",0.01,"AcinPercMrunSrasWrflDf_death",0.1,"AcinPercMrunSrasWrflDfl",0.2,"AcinPercMrunSrasWrflDl",0.2,"AcinPercMrunSrasWrflDbl",0.2,"AcinPercMrunSrasWrflDb",0.2,"AcinPercMrunSrasWrflDr",0.2,"AcinPercMrunSrasWrflDfr",0.2,"AcinPercMrunSrasWrflDf",0.2}; + }; + class AcinPercMrunSrasWrflDfl: AcinPercMrunSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-wc-carrierDfl"; + InterpolateTo[] = {"AcinPercMstpSrasWrflDnon",0.1,"Unconscious",0.01,"AcinPercMrunSrasWrflDf_death",0.1,"AcinPercMrunSrasWrflDl",0.2,"AcinPercMrunSrasWrflDbl",0.2,"AcinPercMrunSrasWrflDb",0.2,"AcinPercMrunSrasWrflDbr",0.2,"AcinPercMrunSrasWrflDr",0.2,"AcinPercMrunSrasWrflDfr",0.2,"AcinPercMrunSrasWrflDf",0.2}; + }; + class AcinPercMrunSrasWrflDfr: AcinPercMrunSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-wc-carrierDfr"; + InterpolateTo[] = {"AcinPercMstpSrasWrflDnon",0.1,"Unconscious",0.01,"AcinPercMrunSrasWrflDf_death",0.1,"AcinPercMrunSrasWrflDfl",0.2,"AcinPercMrunSrasWrflDl",0.2,"AcinPercMrunSrasWrflDbl",0.2,"AcinPercMrunSrasWrflDb",0.2,"AcinPercMrunSrasWrflDbr",0.2,"AcinPercMrunSrasWrflDr",0.2,"AcinPercMrunSrasWrflDf",0.2}; + }; + class AcinPercMrunSrasWrflDl: AcinPercMrunSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-wc-carrierDl"; + InterpolateTo[] = {"AcinPercMstpSrasWrflDnon",0.1,"Unconscious",0.01,"AcinPercMrunSrasWrflDf_death",0.1,"AcinPercMrunSrasWrflDfl",0.2,"AcinPercMrunSrasWrflDbl",0.2,"AcinPercMrunSrasWrflDb",0.2,"AcinPercMrunSrasWrflDbr",0.2,"AcinPercMrunSrasWrflDr",0.2,"AcinPercMrunSrasWrflDfr",0.2,"AcinPercMrunSrasWrflDf",0.2}; + }; + class AcinPercMrunSrasWrflDr: AcinPercMrunSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-wc-carrierDr"; + InterpolateTo[] = {"AcinPercMstpSrasWrflDnon",0.1,"Unconscious",0.01,"AcinPercMrunSrasWrflDf_death",0.1,"AcinPercMrunSrasWrflDfl",0.2,"AcinPercMrunSrasWrflDl",0.2,"AcinPercMrunSrasWrflDbl",0.2,"AcinPercMrunSrasWrflDb",0.2,"AcinPercMrunSrasWrflDbr",0.2,"AcinPercMrunSrasWrflDfr",0.2,"AcinPercMrunSrasWrflDf",0.2}; + }; + class AcinPercMrunSrasWrflDf_death: AcinPercMrunSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-wc-dead-carrier"; + terminal = 1; + ragdoll = 1; + speed = 0.22; + looped = 0; + ConnectTo[] = {"Unconscious",1.0}; + InterpolateTo[] = {}; + }; + class AcinPercMrunSrasWrflDf_agony: AcinPercMrunSrasWrflDf_death + { + duty = 10; + terminal = 0; + ragdoll = 0; + onLandEnd = 1; + ConnectTo[] = {"AinjPpneMstpSnonWrflDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AcinPknlMstpSrasWrflDnon_AcinPercMrunSrasWrflDnon: InjuredMovedBase + { + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_rfl_pickup"; + speed = -15; + actions = "MoveWithInjuredMan_helperRfl"; + limitGunMovement = 0; + duty = 1; + canPullTrigger = 0; + showWeaponAim = 0; + interpolationSpeed = 1; + rightHandIKBeg = 1; + rightHandIKCurve[] = {1}; + rightHandIKEnd = 1; + forceAim = 1; + disableWeapons = 1; + canReload = 0; + ConnectTo[] = {"AcinPercMstpSrasWrflDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class Helper_SwitchToCarryRfl: AcinPknlMstpSrasWrflDnon_AcinPercMrunSrasWrflDnon + { + speed = 15.0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\AcinPknlMstpSrasWrflDnon_Helper"; + forceAim = 0; + interpolationSpeed = 6; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1,"AcinPknlMstpSrasWrflDnon_AcinPercMrunSrasWrflDnon",0.02}; + }; + class AcinPercMstpSrasWrflDnon: AcinPknlMstpSrasWrflDnon_AcinPercMrunSrasWrflDnon + { + looped = 1; + speed = 1e+010; + file = "\A3\anims_f\data\Anim\sdr\inj\CARRYING\carrier_rfl_static"; + limitGunMovement = 0.5; + aimPrecision = 4; + visibleSize = 0; + duty = -0.2; + actions = "MoveWithInjuredManCarrierRflStill"; + canPullTrigger = 1; + forceAim = 0; + headBobStrength = 0; + disableWeapons = 0; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AcinPercMstpSrasWrflDnon_agony",0.1,"AcinPercMrunSrasWrflDf_AmovPercMstpSlowWrflDnon",0.1}; + InterpolateTo[] = {"AcinPercMrunSrasWrflDf",0.2,"Unconscious",0.01,"AcinPercMrunSrasWrflDfl",0.2,"AcinPercMrunSrasWrflDl",0.2,"AcinPercMrunSrasWrflDbl",0.2,"AcinPercMrunSrasWrflDb",0.2,"AcinPercMrunSrasWrflDbr",0.2,"AcinPercMrunSrasWrflDr",0.2,"AcinPercMrunSrasWrflDfr",0.2}; + }; + class AcinPercMstpSrasWrflDnon_agony: AcinPercMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-dead-carrier"; + speed = 0.21; + looped = 0; + onLandEnd = 1; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon_injured",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AcinPercMrunSrasWrflDf_AmovPercMstpSlowWrflDnon: InjuredMovedBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_rfl_laydown"; + speed = -6; + actions = "RifleLowStandActions"; + looped = 0; + canPullTrigger = 0; + forceAim = 1; + disableWeapons = 1; + canReload = 0; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AcinPknlMwlkSlowWrflDb_death2: AcinPknlMwlkSlowWrflDb_death{}; + class Helper_InjuredRfl: AgonyBaseRfl + { + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\injured_pickup"; + speed = 0; + actions = "InjuredManDraggedActionsRfl"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + interpolationSpeed = 0.5; + canPullTrigger = 0; + disableWeapons = 1; + onLandBeg = 1; + collisionShapeSafe = ""; + InterpolateTo[] = {"Unconscious",0.1,"AinjPfalMstpSnonWrflDnon_carried_Up",0.02}; + }; + class Hepler_InjuredNon: Helper_InjuredRfl + { + actions = "InjuredManDraggedActionsNon"; + InterpolateTo[] = {"AinjPfalMstpSnonWnonDnon_carried_Up",0.1}; + }; + class AinjPfalMstpSnonWrflDnon_carried_Up: AgonyBaseRfl + { + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\injured_pickup"; + speed = -15; + actions = "InjuredManCarriedActionsRfl"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + interpolationSpeed = 1; + canPullTrigger = 0; + disableWeapons = 1; + onLandBeg = 1; + collisionShapeSafe = ""; + ConnectTo[] = {"AinjPfalMstpSnonWrflDnon_carried_still",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AinjPfalMstpSnonWrflDnon_AmovPpneMstpSrasWrflDnon_injured: AinjPfalMstpSnonWrflDnon_carried_Up + { + speed = 0.2; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-dead-carried"; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon_injured",0.1}; + }; + class AinjPfalMstpSnonWrflDnon_carried_still: AinjPfalMstpSnonWrflDnon_carried_Up + { + soundEdge[] = {}; + actions = "InjuredManCarriedActionsRflStill"; + speed = 1e+010; + looped = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-wc-carried"; + duty = 0; + onLandBeg = 0; + limitGunMovement = 0; + ConnectTo[] = {"AinjPfalMstpSnonWrflDf_carried",0.1,"AinjPfalMstpSnonWrflDnon_carried_Down",0.1}; + InterpolateTo[] = {"AinjPfalMstpSnonWrflDf_carried",0.1,"AinjPfalMstpSnonWrflDf_carried_fallwc",0.1,"AinjPfalMstpSnonWrflDf_carried_fall",0.1}; + }; + class AinjPfalMstpSnonWrflDf_carried: AinjPfalMstpSnonWrflDnon_carried_Up + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-wc-carried"; + looped = 1; + speed = 1.36; + onLandBeg = 0; + limitGunMovement = 0; + actions = "InjuredManCarriedActionsRflWc"; + ragdoll = 1; + ConnectTo[] = {"AinjPfalMstpSnonWrflDnon_carried_still",0.1,"AinjPfalMstpSnonWrflDf_carried_dead",0.1}; + InterpolateTo[] = {"AinjPfalMstpSnonWrflDnon_carried_still",0.1,"AinjPfalMstpSnonWrflDf_carried_dead",0.1,"AinjPfalMstpSnonWrflDf_carried_fallwc",0.1,"AinjPfalMstpSnonWrflDf_carried_fall",0.1}; + }; + class AinjPfalMstpSnonWrflDf_carried_fallwc: AinjPfalMstpSnonWrflDf_carried + { + file = "\A3\anims_f\data\Anim\sdr\inj\CARRYING\injured_laydown"; + speed = -6; + looped = 0; + onLandEnd = 1; + ConnectTo[] = {"AinjPpneMstpSnonWrflDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AinjPfalMstpSnonWrflDf_carried_fall: AinjPfalMstpSnonWrflDf_carried_fallwc + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarryrfl-dead-carried"; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon_injured",0.1}; + }; + class AinjPfalMstpSnonWrflDf_carried_dead: AinjPfalMstpSnonWrflDf_carried + { + speed = 0.21; + terminal = 1; + actions = "InjuredManCarriedActionsRflStill"; + ConnectTo[] = {"Unconscious",1.0}; + InterpolateTo[] = {}; + }; + class AinjPfalMstpSnonWrflDnon_carried_Down: AgonyBase + { + looped = 0; + file = "\A3\anims_f\data\Anim\sdr\inj\CARRYING\injured_laydown"; + speed = -6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + onLandEnd = 1; + collisionShapeSafe = ""; + actions = "InjuredManActionsRfl"; + canPullTrigger = 0; + ConnectTo[] = {"AinjPpneMstpSnonWrflDnon",0.1,"Unconscious",0.1}; + }; + class AmovPpneMstpSnonWnonDnon_injured: AgonyBase + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + collisionShapeSafe = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + onLandBeg = 1; + onLandEnd = 1; + visibleSize = 0.100126; + aimPrecision = 3; + aiming = "aimingLying"; + aimingBody = "aimingUpLying"; + leaning = "aimingLying"; + legs = "legsLyingAiming"; + InterpolationSpeed = 2.5; + soundOverride = "crawl"; + canPullTrigger = 0; + speed = 1e+010; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.5,"AinjPpneMstpSnonWnonDnon_rolltoback",0.02}; + InterpolateTo[] = {"AmovPpneMsprSnonWnonDf_injured",0.1,"Unconscious",0.1}; + }; + class AmovPpneMstpSnonWpstDnon_injured: AmovPpneMstpSnonWnonDnon_injured + { + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.5}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPpneMsprSnonWnonDf_injured: AmovPpneMstpSnonWnonDnon_injured + { + actions = "InjuredManActionSnon"; + speed = 0.2; + showWeaponAim = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\spr\non\non\AmovPpneMsprSnonWnonDf"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + limitGunMovement = 0; + duty = 2.6; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon_injured",0.1,"Unconscious",0.1}; + }; + class AinjPpneMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon_injured + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMstpSnonWnonDnon"; + disableWeapons = 1; + actions = "InjuredManActionSnon_norot"; + showWeaponAim = 0; + aiming = "empty"; + aimingBody = "empty"; + interpolationSpeed = 0.5; + ConnectTo[] = {"Unconscious",0.01,"AinjPpneMstpSnonWnonDnon_injuredHealed",0.2,"AinjPpneMstpSnonWnonDnon_rolltofront",0.1,"AinjPfalMstpSnonWnonDnon_carried_Up",0.1}; + InterpolateTo[] = {"Unconscious",0.01,"AinjPpneMrunSnonWnonDb_grab",0.1}; + }; + class AinjPpneMstpSnonWnonDnon_injuredHealed: AinjPpneMstpSnonWnonDnon + { + actions = "InjuredManActionSnon_healed"; + duty = 0; + speed = 10000000; + ConnectTo[] = {"AinjPpneMstpSnonWnonDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AinjPpneMstpSnonWnonDnon_rolltoback: AinjPpneMstpSnonWnonDnon + { + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMstpSnonWnonDnon_rolltoback"; + speed = 1; + interpolationRestart = 2; + duty = 3; + ConnectTo[] = {"AinjPpneMstpSnonWnonDnon",0.1,"AinjPfalMstpSnonWnonDnon_carried_Up",0.02}; + InterpolateTo[] = {"AinjPpneMstpSnonWnonDnon_rolltofront",0.1,"Unconscious",0.1}; + }; + class AinjPpneMstpSnonWnonDnon_rolltofront: AinjPpneMstpSnonWnonDnon_rolltoback + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMstpSnonWnonDnon_rolltofront"; + actions = "InjuredManActionSnon"; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon_injured",0.1}; + InterpolateTo[] = {"AinjPpneMstpSnonWnonDnon_rolltoback",0.1,"Unconscious",0.1}; + }; + class AinjPpneMrunSnonWnonDb: AinjPpneMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMrunSnonWnonDb"; + speed = 1; + actions = "InjuredManDraggedActionsNon"; + ConnectTo[] = {"Unconscious",0.51,"AinjPpneMrunSnonWnonDb_release",0.1,"AinjPpneMrunSnonWnonDb_still",0.1}; + InterpolateTo[] = {"Unconscious",0.5,"AinjPpneMrunSnonWnonDb_release",0.1,"AinjPpneMrunSnonWnonDb_still",0.1}; + }; + class AinjPpneMrunSnonWnonDb_grab: AinjPpneMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMrunSnonWnonDb_grab"; + ragdoll = 1; + speed = 1; + looped = 0; + actions = "InjuredManDraggedActionsNon"; + interpolationSpeed = 0.85; + ConnectTo[] = {"AinjPpneMrunSnonWnonDb_still",0.1,"AinjPfalMstpSnonWnonDnon_carried_Up",0.1}; + InterpolateTo[] = {"AinjPpneMrunSnonWnonDb_still",0.1,"AinjPpneMrunSnonWnonDb_release",0.02,"Unconscious",0.1}; + }; + class AinjPpneMrunSnonWnonDb_release: AinjPpneMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMrunSnonWnonDb_release"; + speed = 1; + looped = 0; + ConnectTo[] = {"AinjPpneMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AinjPpneMrunSnonWnonDb_death: AinjPpneMrunSnonWnonDb_release + { + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_Adth.p3d"; + ConnectTo[] = {}; + }; + class AinjPpneMrunSnonWnonDb_still: AinjPpneMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMrunSnonWnonDb_still"; + actions = "InjuredManDraggedActionsNon"; + ragdoll = 1; + ConnectTo[] = {"Unconscious",0.01,"AinjPpneMrunSnonWnonDb",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AinjPpneMrunSnonWnonDb_release",0.1}; + }; + class AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_1: Default + { + actions = "MoveWithInjuredManDraggerNon"; + file = "\A3\anims_f\Data\Anim\Sdr\inj\AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_1"; + speed = 1; + looped = 0; + disableWeapons = 1; + aiming = "empty"; + aimingBody = "empty"; + duty = 0.2; + interpolationSpeed = 10.05; + showWeaponAim = 0; + canPullTrigger = 0; + limitGunMovement = 0; + disableWeaponsLong = 1; + enableDirectControl = 0; + headBobMode = 2; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_2",0.22}; + InterpolateTo[] = {"AcinPknlMwlkSnonWnonDb_AmovPercMstpSnonWnonDnon",0.2,"AcinPknlMwlkSnonWnonDb_death",0.2,"AcinPknlMwlkSnonWnonDb_agony",0.2}; + }; + class AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_1: AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_1 + { + showHandGun = 1; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_2",0.22}; + InterpolateTo[] = {"AcinPknlMwlkSnonWpstDb_AmovPercMstpSrasWpstDnon",0.2,"AcinPknlMwlkSnonWpstDb_death",0.2,"AcinPknlMwlkSnonWpstDb_agony",0.2}; + }; + class AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_2: AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_2"; + ConnectTo[] = {"AcinPknlMstpSnonWnonDnon",0.01,"AcinPknlMwlkSnonWnonDb",0.01}; + }; + class AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_2: AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_2 + { + actions = "MoveWithInjuredManDraggerPst"; + showHandGun = 1; + ConnectTo[] = {"AcinPknlMstpSnonWpstDnon",0.01,"AcinPknlMwlkSnonWpstDb",0.01}; + InterpolateTo[] = {"AcinPknlMwlkSnonWpstDb_AmovPercMstpSrasWpstDnon",0.2,"AcinPknlMwlkSnonWpstDb_death",0.2,"AcinPknlMwlkSnonWpstDb_agony",0.2}; + }; + class AcinPknlMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMwlkSnonWnonDb_still"; + speed = 1e+010; + looped = 1; + duty = -0.3; + interpolationSpeed = 6.05; + ConnectTo[] = {"AcinPknlMwlkSnonWnonDb_AmovPercMstpSnonWnonDnon",0.15,"AcinPknlMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.1,"AcinPknlMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon",0.1,"AcinPknlMwlkSnonWnonDb",0.1}; + InterpolateTo[] = {"AcinPknlMwlkSnonWnonDb_AmovPercMstpSnonWnonDnon",0.15,"AcinPknlMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.1,"AcinPknlMwlkSnonWnonDb",0.1,"AcinPknlMwlkSnonWnonDb_death",0.2,"AcinPknlMwlkSnonWnonDb_agony",0.2,"Helper_SwitchToCarrynon",0.1}; + }; + class AcinPknlMstpSnonWpstDnon: AcinPknlMstpSrasWrflDnon + { + actions = "MoveWithInjuredManDraggerPst"; + showHandGun = 1; + ConnectTo[] = {"AcinPknlMwlkSnonWpstDb_AmovPercMstpSrasWpstDnon",0.15,"AcinPknlMstpSnonWpstDnon_AmovPknlMstpSrasWpstDnon",0.1,"AcinPknlMstpSnonWpstDnon_AmovPpneMstpSrasWpstDnon",0.1,"AcinPknlMwlkSnonWpstDb",0.1}; + InterpolateTo[] = {"AcinPknlMwlkSnonWpstDb_AmovPercMstpSrasWpstDnon",0.15,"AcinPknlMstpSnonWpstDnon_AmovPknlMstpSrasWpstDnon",0.1,"AcinPknlMwlkSnonWpstDb",0.1,"AcinPknlMwlkSnonWpstDb_death",0.2,"AcinPknlMwlkSnonWpstDb_agony",0.2,"Helper_SwitchToCarrynon_pst",0.1}; + }; + class DraggerBasenon: DraggerBase + { + actions = "MoveWithInjuredManDraggernon"; + file = "\A3\anims_f\Data\Anim\Sdr\inj\AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_1"; + disableWeaponsLong = 1; + }; + class AcinPknlMwlkSnonWnonDb_AmovPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMwlkSnonWnonDb_AmovPercMstpSnonWnonDnon"; + duty = -0.5; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon",0.15}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.1,"Unconscious",0.1}; + }; + class AcinPknlMwlkSnonWpstDb_AmovPercMstpSrasWpstDnon: AcinPknlMwlkSnonWnonDb_AmovPercMstpSnonWnonDnon + { + showHandGun = 1; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.1}; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.1,"Unconscious",0.1}; + }; + class AcinPknlMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon: DraggerBasenon + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon"; + speed = 0.55; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.15,"Unconscious",0.1}; + }; + class AcinPknlMstpSnonWpstDnon_AmovPknlMstpSrasWpstDnon: AcinPknlMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon + { + showHandGun = 1; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AcinPknlMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon: DraggerBasenon + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon"; + speed = 0.4; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"AinvPknlMstpSnonWnonDnon_medic",0.15,"Unconscious",0.1}; + }; + class AcinPknlMstpSnonWpstDnon_AmovPpneMstpSrasWpstDnon: AcinPknlMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon + { + showHandGun = 1; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AcinPknlMwlkSnonWnonDb: AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMwlkSnonWnonDb"; + looped = 1; + duty = 6; + interpolationSpeed = 4.1; + ConnectTo[] = {"AcinPknlMstpSnonWnonDnon",0.1,"AcinPknlMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.1,"AcinPknlMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"AcinPknlMstpSnonWnonDnon",0.1,"AcinPknlMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon",0.1,"AcinPknlMwlkSnonWnonDb_AmovPercMstpSnonWnonDnon",0.1,"AcinPknlMwlkSnonWnonDb_death",0.2,"AcinPknlMwlkSnonWnonDb_agony",0.2}; + }; + class AcinPknlMwlkSnonWpstDb: AcinPknlMwlkSrasWrflDb + { + actions = "MoveWithInjuredManDraggerPst"; + showHandGun = 1; + ConnectTo[] = {"AcinPknlMstpSnonWpstDnon",0.1,"AcinPknlMstpSnonWpstDnon_AmovPknlMstpSrasWpstDnon",0.1,"AcinPknlMstpSnonWpstDnon_AmovPpneMstpSrasWpstDnon",0.1}; + InterpolateTo[] = {"AcinPknlMstpSnonWpstDnon",0.1,"AcinPknlMstpSnonWpstDnon_AmovPknlMstpSrasWpstDnon",0.1,"AcinPknlMwlkSnonWpstDb_AmovPercMstpSrasWpstDnon",0.1,"AcinPknlMwlkSnonWpstDb_death",0.2,"AcinPknlMwlkSnonWpstDb_agony",0.2}; + }; + class AcinPknlMwlkSnonWnonDb_death: AcinPknlMwlkSnonWnonDb + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\AcinPknlMwlkSnonWnonDb_death"; + terminal = 1; + ragdoll = 1; + interpolationSpeed = 1; + ConnectTo[] = {"Unconscious",1.0}; + InterpolateTo[] = {}; + }; + class AcinPknlMwlkSnonWpstDb_death: AcinPknlMwlkSnonWnonDb_death + { + showHandGun = 1; + }; + class AcinPknlMwlkSnonWnonDb_agony: AmovPpneMstpSnonWnonDnon_injured + { + actions = "InjuredManActionSnon_norot"; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon_injured",0.1,"Unconscious",0.1}; + }; + class AcinPknlMwlkSnonWpstDb_agony: AcinPknlMwlkSnonWnonDb_agony + { + showHandGun = 1; + InterpolateTo[] = {"AmovPpneMstpSnonWpstDnon_injured",0.1,"Unconscious",0.1}; + }; + class AcinPercMrunSnonWnonDf: InjuredMovedBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-wc-carrier"; + actions = "MoveWithInjuredManCarrierNonStill"; + limitGunMovement = 0; + aimPrecision = 6; + visibleSize = 0.750126; + static = 1; + relSpeedMin = 0.5; + duty = 0.5; + headBobStrength = 0; + speed = 1.30435; + disableWeapons = 1; + canPullTrigger = 0; + disableWeaponsLong = 1; + ConnectTo[] = {"AcinPercMrunSnonWnonDf_agony",0.1}; + InterpolateTo[] = {"AcinPercMstpSnonWnonDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWnonDf_death",0.1,"AcinPercMrunSnonWnonDfl",0.2,"AcinPercMrunSnonWnonDl",0.2,"AcinPercMrunSnonWnonDbl",0.2,"AcinPercMrunSnonWnonDb",0.2,"AcinPercMrunSnonWnonDbr",0.2,"AcinPercMrunSnonWnonDr",0.2,"AcinPercMrunSnonWnonDfr",0.2}; + }; + class AcinPercMrunSnonWnonDb: AcinPercMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-wc-carrier-DB"; + InterpolateTo[] = {"AcinPercMstpSnonWnonDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWnonDf_death",0.1,"AcinPercMrunSnonWnonDfl",0.2,"AcinPercMrunSnonWnonDl",0.2,"AcinPercMrunSnonWnonDbl",0.2,"AcinPercMrunSnonWnonDbr",0.2,"AcinPercMrunSnonWnonDr",0.2,"AcinPercMrunSnonWnonDfr",0.2,"AcinPercMrunSnonWnonDf",0.2}; + }; + class AcinPercMrunSnonWnonDbl: AcinPercMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-wc-carrier-DBl"; + InterpolateTo[] = {"AcinPercMstpSnonWnonDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWnonDf_death",0.1,"AcinPercMrunSnonWnonDfl",0.2,"AcinPercMrunSnonWnonDl",0.2,"AcinPercMrunSnonWnonDb",0.2,"AcinPercMrunSnonWnonDbr",0.2,"AcinPercMrunSnonWnonDr",0.2,"AcinPercMrunSnonWnonDfr",0.2,"AcinPercMrunSnonWnonDf",0.2}; + }; + class AcinPercMrunSnonWnonDbr: AcinPercMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-wc-carrier-DBr"; + InterpolateTo[] = {"AcinPercMstpSnonWnonDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWnonDf_death",0.1,"AcinPercMrunSnonWnonDfl",0.2,"AcinPercMrunSnonWnonDl",0.2,"AcinPercMrunSnonWnonDbl",0.2,"AcinPercMrunSnonWnonDb",0.2,"AcinPercMrunSnonWnonDr",0.2,"AcinPercMrunSnonWnonDfr",0.2,"AcinPercMrunSnonWnonDf",0.2}; + }; + class AcinPercMrunSnonWnonDfl: AcinPercMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-wc-carrier-Dfl"; + InterpolateTo[] = {"AcinPercMstpSnonWnonDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWnonDf_death",0.1,"AcinPercMrunSnonWnonDl",0.2,"AcinPercMrunSnonWnonDbl",0.2,"AcinPercMrunSnonWnonDb",0.2,"AcinPercMrunSnonWnonDbr",0.2,"AcinPercMrunSnonWnonDr",0.2,"AcinPercMrunSnonWnonDfr",0.2,"AcinPercMrunSnonWnonDf",0.2}; + }; + class AcinPercMrunSnonWnonDfr: AcinPercMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-wc-carrier-Dfr"; + InterpolateTo[] = {"AcinPercMstpSnonWnonDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWnonDf_death",0.1,"AcinPercMrunSnonWnonDfl",0.2,"AcinPercMrunSnonWnonDl",0.2,"AcinPercMrunSnonWnonDbl",0.2,"AcinPercMrunSnonWnonDb",0.2,"AcinPercMrunSnonWnonDbr",0.2,"AcinPercMrunSnonWnonDr",0.2,"AcinPercMrunSnonWnonDf",0.2}; + }; + class AcinPercMrunSnonWnonDl: AcinPercMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-wc-carrier-Dl"; + InterpolateTo[] = {"AcinPercMstpSnonWnonDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWnonDf_death",0.1,"AcinPercMrunSnonWnonDfl",0.2,"AcinPercMrunSnonWnonDbl",0.2,"AcinPercMrunSnonWnonDb",0.2,"AcinPercMrunSnonWnonDbr",0.2,"AcinPercMrunSnonWnonDr",0.2,"AcinPercMrunSnonWnonDfr",0.2,"AcinPercMrunSnonWnonDf",0.2}; + }; + class AcinPercMrunSnonWnonDr: AcinPercMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-wc-carrier-Dr"; + InterpolateTo[] = {"AcinPercMstpSnonWnonDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWnonDf_death",0.1,"AcinPercMrunSnonWnonDfl",0.2,"AcinPercMrunSnonWnonDl",0.2,"AcinPercMrunSnonWnonDbl",0.2,"AcinPercMrunSnonWnonDb",0.2,"AcinPercMrunSnonWnonDbr",0.2,"AcinPercMrunSnonWnonDfr",0.2,"AcinPercMrunSnonWnonDf",0.2}; + }; + class AcinPercMrunSnonWpstDf: AcinPercMrunSnonWnonDf + { + actions = "MoveWithInjuredManCarrierPstStill"; + canReload = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_pst_Df"; + showHandGun = 1; + disableWeapons = 0; + showWeaponAim = 0; + limitGunMovement = 0.5; + canPullTrigger = 1; + disableWeaponsLong = 0; + ConnectTo[] = {"AcinPercMstpSnonWpstDnon",0.1,"AcinPercMrunSnonWpstDf_AmovPercMstpSrasWpstDnon",0.1}; + InterpolateTo[] = {"AcinPercMstpSnonWpstDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWpstDfl",0.2,"AcinPercMrunSnonWpstDfr",0.2,"AcinPercMrunSnonWpstDl",0.2,"AcinPercMrunSnonWpstDr",0.2,"AcinPercMrunSnonWpstDbr",0.2,"AcinPercMrunSnonWpstDbl",0.2,"AcinPercMrunSnonWpstDb",0.2}; + }; + class AcinPercMrunSnonWpstDfl: AcinPercMrunSnonWnonDfl + { + actions = "MoveWithInjuredManCarrierPstStill"; + canReload = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_pst_Dfl"; + showHandGun = 1; + disableWeapons = 0; + showWeaponAim = 0; + limitGunMovement = 0.5; + canPullTrigger = 1; + disableWeaponsLong = 0; + ConnectTo[] = {"AcinPercMstpSnonWpstDnon",0.1}; + InterpolateTo[] = {"AcinPercMstpSnonWpstDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWpstDf",0.2,"AcinPercMrunSnonWpstDfr",0.2,"AcinPercMrunSnonWpstDl",0.2,"AcinPercMrunSnonWpstDr",0.2,"AcinPercMrunSnonWpstDbr",0.2,"AcinPercMrunSnonWpstDbl",0.2,"AcinPercMrunSnonWpstDb",0.2}; + }; + class AcinPercMrunSnonWpstDfr: AcinPercMrunSnonWnonDfr + { + actions = "MoveWithInjuredManCarrierPstStill"; + canReload = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_pst_Dfr"; + showHandGun = 1; + disableWeapons = 0; + showWeaponAim = 0; + limitGunMovement = 0.5; + canPullTrigger = 1; + disableWeaponsLong = 0; + ConnectTo[] = {"AcinPercMstpSnonWpstDnon",0.1}; + InterpolateTo[] = {"AcinPercMstpSnonWpstDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWpstDf",0.2,"AcinPercMrunSnonWpstDfl",0.2,"AcinPercMrunSnonWpstDl",0.2,"AcinPercMrunSnonWpstDr",0.2,"AcinPercMrunSnonWpstDbr",0.2,"AcinPercMrunSnonWpstDbl",0.2,"AcinPercMrunSnonWpstDb",0.2}; + }; + class AcinPercMrunSnonWpstDl: AcinPercMrunSnonWnonDl + { + actions = "MoveWithInjuredManCarrierPstStill"; + canReload = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_pst_Dl"; + showHandGun = 1; + disableWeapons = 0; + showWeaponAim = 0; + limitGunMovement = 0.5; + canPullTrigger = 1; + disableWeaponsLong = 0; + ConnectTo[] = {"AcinPercMstpSnonWpstDnon",0.1}; + InterpolateTo[] = {"AcinPercMstpSnonWpstDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWpstDf",0.2,"AcinPercMrunSnonWpstDfl",0.2,"AcinPercMrunSnonWpstDfr",0.2,"AcinPercMrunSnonWpstDr",0.2,"AcinPercMrunSnonWpstDbr",0.2,"AcinPercMrunSnonWpstDbl",0.2,"AcinPercMrunSnonWpstDb",0.2}; + }; + class AcinPercMrunSnonWpstDr: AcinPercMrunSnonWnonDr + { + actions = "MoveWithInjuredManCarrierPstStill"; + canReload = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_pst_Dr"; + showHandGun = 1; + disableWeapons = 0; + showWeaponAim = 0; + limitGunMovement = 0.5; + canPullTrigger = 1; + disableWeaponsLong = 0; + ConnectTo[] = {"AcinPercMstpSnonWpstDnon",0.1}; + InterpolateTo[] = {"AcinPercMstpSnonWpstDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWpstDf",0.2,"AcinPercMrunSnonWpstDfl",0.2,"AcinPercMrunSnonWpstDfr",0.2,"AcinPercMrunSnonWpstDl",0.2,"AcinPercMrunSnonWpstDbr",0.2,"AcinPercMrunSnonWpstDbl",0.2,"AcinPercMrunSnonWpstDb",0.2}; + }; + class AcinPercMrunSnonWpstDbr: AcinPercMrunSnonWnonDbr + { + actions = "MoveWithInjuredManCarrierPstStill"; + canReload = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_pst_Dbr"; + showHandGun = 1; + disableWeapons = 0; + showWeaponAim = 0; + limitGunMovement = 0.5; + canPullTrigger = 1; + disableWeaponsLong = 0; + ConnectTo[] = {"AcinPercMstpSnonWpstDnon",0.1}; + InterpolateTo[] = {"AcinPercMstpSnonWpstDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWpstDf",0.2,"AcinPercMrunSnonWpstDfl",0.2,"AcinPercMrunSnonWpstDfr",0.2,"AcinPercMrunSnonWpstDl",0.2,"AcinPercMrunSnonWpstDr",0.2,"AcinPercMrunSnonWpstDbl",0.2,"AcinPercMrunSnonWpstDb",0.2}; + }; + class AcinPercMrunSnonWpstDbl: AcinPercMrunSnonWnonDbl + { + actions = "MoveWithInjuredManCarrierPstStill"; + canReload = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_pst_Dbl"; + showHandGun = 1; + disableWeapons = 0; + showWeaponAim = 0; + limitGunMovement = 0.5; + canPullTrigger = 1; + disableWeaponsLong = 0; + ConnectTo[] = {"AcinPercMstpSnonWpstDnon",0.1}; + InterpolateTo[] = {"AcinPercMstpSnonWpstDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWpstDf",0.2,"AcinPercMrunSnonWpstDfl",0.2,"AcinPercMrunSnonWpstDfr",0.2,"AcinPercMrunSnonWpstDl",0.2,"AcinPercMrunSnonWpstDr",0.2,"AcinPercMrunSnonWpstDbr",0.2,"AcinPercMrunSnonWpstDb",0.2}; + }; + class AcinPercMrunSnonWpstDb: AcinPercMrunSnonWnonDb + { + actions = "MoveWithInjuredManCarrierPstStill"; + canReload = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_pst_Db"; + showHandGun = 1; + disableWeapons = 0; + showWeaponAim = 0; + limitGunMovement = 0.5; + canPullTrigger = 1; + disableWeaponsLong = 0; + ConnectTo[] = {"AcinPercMstpSnonWpstDnon",0.1}; + InterpolateTo[] = {"AcinPercMstpSnonWpstDnon",0.1,"Unconscious",0.01,"AcinPercMrunSnonWpstDf",0.2,"AcinPercMrunSnonWpstDfl",0.2,"AcinPercMrunSnonWpstDfr",0.2,"AcinPercMrunSnonWpstDl",0.2,"AcinPercMrunSnonWpstDr",0.2,"AcinPercMrunSnonWpstDbr",0.2,"AcinPercMrunSnonWpstDbl",0.2}; + }; + class AcinPercMrunSnonWnonDf_death: AcinPercMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-wc-dead-carrier"; + terminal = 1; + ragdoll = 1; + speed = 0.22; + looped = 0; + onLandEnd = 1; + ConnectTo[] = {"Unconscious",1.0}; + InterpolateTo[] = {}; + }; + class AcinPercMrunSnonWnonDf_agony: AcinPercMrunSnonWnonDf_death + { + duty = 10; + terminal = 0; + ragdoll = 0; + showWeaponAim = 0; + ConnectTo[] = {"AinjPpneMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AcinPknlMstpSnonWnonDnon_AcinPercMrunSnonWnonDnon: InjuredMovedBase + { + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_rfl_pickup"; + speed = -15; + actions = "MoveWithInjuredManCarrierNon"; + limitGunMovement = 0; + duty = 1; + canPullTrigger = 0; + showWeaponAim = 0; + interpolationSpeed = 1; + disableWeapons = 1; + disableWeaponsLong = 1; + forceAim = 1; + ConnectTo[] = {"AcinPercMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AcinPknlMstpSnonWpstDnon_AcinPercMrunSnonWpstDnon: AcinPknlMstpSnonWnonDnon_AcinPercMrunSnonWnonDnon + { + actions = "MoveWithInjuredManCarrierPst"; + canReload = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_pst_pickup"; + showHandGun = 1; + ConnectTo[] = {"AcinPercMstpSnonWpstDnon",0.1}; + }; + class Helper_SwitchToCarrynon: AcinPknlMstpSnonWnonDnon_AcinPercMrunSnonWnonDnon + { + speed = 0; + actions = "MoveWithInjuredMan_helpernon"; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\Helper_SwitchToCarrynon"; + interpolationSpeed = 6; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1,"AcinPknlMstpSnonWnonDnon_AcinPercMrunSnonWnonDnon",0.02}; + }; + class Helper_SwitchToCarrynon_pst: Helper_SwitchToCarrynon + { + actions = "MoveWithInjuredMan_helperNonPst"; + canReload = 0; + showHandGun = 1; + InterpolateTo[] = {"AcinPknlMstpSnonWpstDnon_AcinPercMrunSnonWpstDnon",0.1,"Unconscious",0.1}; + }; + class AinvPknlMstpSnonWrflDr_medic1: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDr_medic1"; + speed = 0.21; + actions = "RifleKneelActions"; + disableWeapons = 0; + canBlendStep = 0; + minPlayTime = 1; + interpolationRestart = 1; + ignoreMinPlayTime[] = {"Unconscious"}; + leftHandIKCurve[] = {0}; + rightHandIKCurve[] = {0}; + ConnectTo[] = {"AinvPknlMstpSnonWrflDnon_medicEnd",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AinvPknlMstpSnonWrflDr_medic2: AinvPknlMstpSnonWrflDr_medic1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDr_medic2"; + speed = 0.13; + }; + class AinvPknlMstpSnonWrflDr_medic3: AinvPknlMstpSnonWrflDr_medic1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDr_medic3"; + speed = 0.22; + }; + class AinvPknlMstpSnonWrflDr_medic4: AinvPknlMstpSnonWrflDr_medic1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDr_medic4"; + speed = 0.22; + }; + class AinvPknlMstpSnonWrflDr_medic5: AinvPknlMstpSnonWrflDr_medic1 + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\HEALING\AinvPknlMstpSnonWrflDr_medic5"; + speed = 0.11; + }; + class AcinPercMstpSnonWnonDnon: AcinPknlMstpSnonWnonDnon_AcinPercMrunSnonWnonDnon + { + looped = 1; + speed = 1e+010; + file = "\A3\anims_f\data\Anim\sdr\inj\CARRYING\carrier_una_static"; + aimPrecision = 6; + visibleSize = 0; + duty = -0.2; + actions = "MoveWithInjuredManCarrierNonStill"; + forceAim = 0; + headBobStrength = 0; + static = 1; + relSpeedMin = 0.5; + ConnectTo[] = {"AcinPercMrunSnonWnonDf",0.2,"AcinPercMstpSnonWnonDnon_agony",0.1,"AcinPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"AcinPercMrunSnonWnonDf",0.2,"Unconscious",0.01,"AcinPercMrunSnonWnonDfl",0.2,"AcinPercMrunSnonWnonDl",0.2,"AcinPercMrunSnonWnonDbl",0.2,"AcinPercMrunSnonWnonDb",0.2,"AcinPercMrunSnonWnonDbr",0.2,"AcinPercMrunSnonWnonDr",0.2,"AcinPercMrunSnonWnonDfr",0.2}; + }; + class AcinPercMstpSnonWpstDnon: AcinPercMstpSnonWnonDnon + { + actions = "MoveWithInjuredManCarrierPstStill"; + canReload = 0; + file = "\A3\anims_f\data\Anim\sdr\inj\CARRYING\carrier_pst_static"; + showHandGun = 1; + aimPrecision = 4; + disableWeapons = 0; + limitGunMovement = 0.5; + canPullTrigger = 1; + disableWeaponsLong = 0; + ConnectTo[] = {"AcinPercMrunSnonWpstDf",0.2,"AcinPercMstpSnonWpstDnon_agony",0.1,"AcinPercMrunSnonWpstDf_AmovPercMstpSrasWpstDnon",0.1}; + InterpolateTo[] = {"AcinPercMrunSnonWpstDf",0.2,"Unconscious",0.01,"AcinPercMrunSnonWpstDfl",0.2,"AcinPercMrunSnonWpstDfr",0.2,"AcinPercMrunSnonWpstDl",0.2,"AcinPercMrunSnonWpstDr",0.2,"AcinPercMrunSnonWpstDbr",0.2,"AcinPercMrunSnonWpstDbl",0.2,"AcinPercMrunSnonWpstDb",0.2}; + }; + class AcinPercMstpSnonWnonDnon_agony: AcinPercMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-dead-carrier"; + speed = 0.21; + looped = 0; + onLandEnd = 1; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon_injured",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AcinPercMstpSnonWpstDnon_agony: AcinPercMstpSnonWnonDnon_agony + { + ConnectTo[] = {"AmovPpneMstpSnonWpstDnon_injured",0.1}; + }; + class AcinPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon: InjuredMovedBase + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_rfl_laydown"; + speed = -6; + actions = "MoveWithInjuredManCarrierNon"; + looped = 0; + canPullTrigger = 0; + disableWeapons = 1; + disableWeaponsLong = 1; + forceAim = 1; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AcinPercMrunSnonWpstDf_AmovPercMstpSrasWpstDnon: AcinPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon + { + canReload = 0; + actions = "MoveWithInjuredManCarrierPst"; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\carrier_pst_laydown"; + showHandGun = 1; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.1}; + }; + class AinjPfalMstpSnonWnonDnon_carried_Up: AgonyBase + { + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\injured_pickup"; + speed = -15; + actions = "InjuredManCarriedActionSnon"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + interpolationSpeed = 0.9; + canPullTrigger = 0; + disableWeapons = 1; + onLandBeg = 1; + collisionShapeSafe = ""; + ConnectTo[] = {"AinjPfalMstpSnonWnonDnon_carried_still",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AinjPfalMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon_injured: AinjPfalMstpSnonWnonDnon_carried_Up + { + speed = 0.2; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-dead-carried"; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon_injured",0.1}; + }; + class AinjPfalMstpSnonWnonDnon_carried_still: AinjPfalMstpSnonWnonDnon_carried_Up + { + speed = 1e+010; + actions = "InjuredManCarriedActionSnonStill"; + looped = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-wc-carried"; + duty = 0; + onLandBeg = 0; + limitGunMovement = 0; + ConnectTo[] = {"AinjPfalMstpSnonWnonDf_carried",0.1,"AinjPfalMstpSnonWnonDnon_carried_Down",0.2}; + InterpolateTo[] = {"AinjPfalMstpSnonWnonDf_carried",0.1,"AinjPfalMstpSnonWnonDf_carried_fallwc",0.1,"AinjPfalMstpSnonWnonDf_carried_fall",0.1,"Unconscious",0.1}; + }; + class AinjPfalMstpSnonWnonDf_carried: AinjPfalMstpSnonWnonDnon_carried_Up + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-wc-carried"; + looped = 1; + speed = 1.36; + onLandBeg = 0; + limitGunMovement = 0; + actions = "InjuredManCarriedActionsNonWc"; + ragdoll = 1; + ConnectTo[] = {"AinjPfalMstpSnonWnonDnon_carried_still",0.1,"AinjPfalMstpSnonWnonDf_carried_dead",0.1}; + InterpolateTo[] = {"AinjPfalMstpSnonWnonDnon_carried_still",0.1,"AinjPfalMstpSnonWnonDf_carried_dead",0.1,"AinjPfalMstpSnonWnonDf_carried_fallwc",0.1,"AinjPfalMstpSnonWnonDf_carried_fall",0.1}; + }; + class AinjPfalMstpSnonWnonDf_carried_fallwc: AinjPfalMstpSnonWnonDf_carried + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-wc-dead-carried"; + speed = 0.22; + looped = 0; + onLandEnd = 1; + ConnectTo[] = {"AinjPpneMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AinjPfalMstpSnonWnonDf_carried_fall: AinjPfalMstpSnonWnonDf_carried_fallwc + { + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\firemancarrynon-dead-carried"; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon_injured",0.1}; + }; + class AinjPfalMstpSnonWnonDf_carried_dead: AinjPfalMstpSnonWnonDf_carried + { + speed = 0.21; + terminal = 1; + actions = "InjuredManCarriedActionSnonStill"; + ConnectTo[] = {"Unconscious",1.0}; + InterpolateTo[] = {}; + }; + class AinjPfalMstpSnonWnonDnon_carried_Down: AgonyBase + { + looped = 0; + file = "\A3\anims_f\data\Anim\sdr\inj\CARRYING\injured_laydown"; + speed = -6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + onLandEnd = 1; + collisionShapeSafe = ""; + actions = "InjuredManActionSnon"; + canPullTrigger = 0; + ConnectTo[] = {"AinjPpneMstpSnonWnonDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AidlPsitMstpSnonWnonDnon_ground00: StandBase + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\sit\stp\non\non\AidlPsitMstpSnonWnonDnon_ground00"; + speed = 0.3; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSrasWlnrDnon: AmovPknlMstpSrasWlnrDnon + { + aimPrecision = 0.5; + variantsPlayer[] = {"AidlPercMstpSrasWlnrDnon_G01",0.5,"AidlPercMstpSrasWlnrDnon_G02",0.5}; + variantAfter[] = {6,6,6}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon"; + duty = -0.2; + actions = "LauncherStandActions"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + aiming = "aimingDefault"; + ConnectTo[] = {"LauncherReloadStand",0.02,"AmovPercMstpSrasWlnrDnon_AmovPercMstpSlowWlnrDnon",0.01,"AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWrflDnon",0.01,"AmovPercMstpSrasWlnrDnon_AmovPknlMstpSrasWlnrDnon",0.02,"AmovPercMstpSrasWlnrDnon_AmovPpneMstpSnonWnonDnon",0.02,"AmovPercMstpSrasWlnrDnon_AmovPpneMstpSrasWlnrDnon",0.02,"AswmPercMstpSnonWnonDnon",0.3,"AidlPercMstpSrasWlnrDnon_S",0.02,"AmovPercMstpSrasWlnrDnon_turnL",0.02,"AmovPercMstpSrasWlnrDnon_turnR",0.02,"AmovPercMstpSrasWlnrDnon_AmovPercMstpSnonWnonDnon",0.03,"AmovPercMstpSrasWlnrDnon_AwopPercMstpSoptWbinDnon",0.02,"AmovPercMstpSrasWlnrDnon_AmovPercMstpSrasWpstDnon",0.02,"ReloadRPG",0.2,"AmovPercMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWlnrDnon_turnL",0.02,"AmovPercMstpSrasWlnrDnon_turnR",0.02,"AmovPercMwlkSrasWlnrDf",0.02,"AovrPercMstpSrasWlnrDf",0.05,"AmovPercMevaSlowWlnrDf",0.02,"AmovPercMwlkSrasWlnrDfl",0.02,"AmovPercMwlkSrasWlnrDl",0.02,"AmovPercMwlkSrasWlnrDbl",0.02,"AmovPercMwlkSrasWlnrDb",0.02,"AmovPercMwlkSrasWlnrDbr",0.02,"AmovPercMwlkSrasWlnrDr",0.02,"AmovPercMwlkSrasWlnrDfr",0.02,"AmovPercMrunSrasWlnrDf",0.02,"AmovPercMrunSrasWlnrDfl",0.02,"AmovPercMrunSrasWlnrDl",0.02,"AmovPercMrunSrasWlnrDbl",0.02,"AmovPercMrunSrasWlnrDb",0.02,"AmovPercMrunSrasWlnrDbr",0.02,"AmovPercMrunSrasWlnrDr",0.02,"AmovPercMrunSrasWlnrDfr",0.02,"AmovPercMtacSrasWlnrDf",0.02,"AmovPercMtacSrasWlnrDfl",0.02,"AmovPercMtacSrasWlnrDl",0.02,"AmovPercMtacSrasWlnrDbl",0.02,"AmovPercMtacSrasWlnrDb",0.02,"AmovPercMtacSrasWlnrDbr",0.02,"AmovPercMtacSrasWlnrDr",0.02,"AmovPercMtacSrasWlnrDfr",0.02,"Unconscious",0.1,"HaloFreeFall_non",10.2,"AmovPercMstpSrasWlnrDnon_AinvPercMstpSrasWlnrDnon",0.02,"AmovPercMstpSrasWlnrDnon_AinvPercMstpSrasWlnrDnon_Putdown",0.02,"AfalPercMstpSrasWlnrDnon",0.025,"ReloadRPGKneel",0.05,"Campaign_Base",0.5,"CutSceneAnimationBase",0.5}; + }; + class AidlPercMstpSrasWlnrDnon_G0S: AmovPercMstpSrasWlnrDnon + { + variantsPlayer[] = {}; + headBobStrength = 0; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon",0.02,"AidlPercMstpSrasWlnrDnon_G01",0.02,"AidlPercMstpSrasWlnrDnon_G02",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AidlPercMstpSrasWlnrDnon_G0S",0.2}; + }; + class ReloadRPG: AidlPercMstpSrasWlnrDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\reloadfullrpg"; + speed = 0.369149; + relSpeedMin = 0.5; + static = 1; + looped = 0; + disableWeapons = 1; + enableOptics = 0; + duty = 0.6; + RightHandIKCurve[] = {0.038,1,0.076,0,0.851,0,0.958,1}; + }; + class AidlPercMstpSrasWlnrDnon_AI: AidlPercMstpSrasWlnrDnon_G0S + { + variantsAI[] = {"AidlPercMstpSrasWlnrDnon_G01",0.5,"AidlPercMstpSrasWlnrDnon_G02",0.5}; + }; + class AidlPercMstpSrasWlnrDnon_G01: AidlPercMstpSrasWlnrDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\lnr\AidlPercMstpSrasWlnrDnon_G01"; + speed = -6; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWlnrDnon",0.02,"Unconscious",0.1}; + }; + class AidlPercMstpSrasWlnrDnon_G02: AidlPercMstpSrasWlnrDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\lnr\AidlPercMstpSrasWlnrDnon_G02"; + }; + class AovrPercMstpSrasWlnrDf: AmovPercMstpSrasWlnrDnon + { + stamina = 0; + file = "\A3\anims_f\Data\Anim\Sdr\ovr\erc\stp\ras\lnr\AovrPercMstpSrasWlnrDf"; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + speed = 0.4; + minPlayTime = 0.69; + duty = 2; + static = 1; + relSpeedMin = 0.8; + relSpeedMax = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wovr.p3d"; + enableOptics = 0; + enableMissile = 0; + limitGunMovement = 0.3; + headBobStrength = 0.512438; + interpolationspeed = 3; + interpolationrestart = 1; + }; + class AidlPercMstpSrasWlnrDnon_S: AmovPercMstpSrasWlnrDnon + { + variantsAI[] = {"AidlPercMstpSrasWlnrDnon_1",0.333,"AidlPercMstpSrasWlnrDnon_2",0.333,"AidlPercMstpSrasWlnrDnon_3",0.334}; + variantAfter[] = {0,0,0}; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon",0.02,"AidlPercMstpSrasWlnrDnon_3",0.02,"AidlPercMstpSrasWlnrDnon_1",0.02,"AidlPercMstpSrasWlnrDnon_2",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AidlPercMstpSrasWlnrDnon_3: AidlPercMstpSrasWlnrDnon_S + { + variantAfter[] = {1,1,1}; + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\lnr\AidlPercMstpSrasWlnrDnon01"; + speed = 0.3; + looped = 0; + ConnectTo[] = {"AidlPercMstpSrasWlnrDnon_S",0.02}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMstpSrasWlnrDnon",0.02}; + }; + class AidlPercMstpSrasWlnrDnon_1: AidlPercMstpSrasWlnrDnon_3 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\lnr\AidlPercMstpSrasWlnrDnon02"; + }; + class AidlPercMstpSrasWlnrDnon_2: AidlPercMstpSrasWlnrDnon_3 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\lnr\AidlPercMstpSrasWlnrDnon03"; + }; + class AmovPercMstpSlowWlnrDnon: AmovPercMstpSrasWlnrDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\lnr\AmovPercMstpSlowWlnrDnon"; + disableWeapons = 1; + disableWeaponsLong = 1; + enableMissile = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + actions = "LauncherStandLowStpActions"; + aimPrecision = 1; + weaponLowered = 1; + ConnectTo[] = {"AmovPercMstpSlowWlnrDnon_AmovPercMstpSrasWlnrDnon",0.01,"AswmPercMstpSnonWnonDnon",0.3,"AovrPercMstpSlowWlnrDf",0.01,"AmovPercMstpSlowWlnrDnon_turnL",0.01,"AmovPercMstpSlowWlnrDnon_turnR",0.01}; + InterpolateTo[] = {"AmovPercMstpSlowWlnrDnon_turnL",0.01,"AmovPercMstpSlowWlnrDnon_turnR",0.01,"Unconscious",0.01,"AmovPercMrunSlowWlnrDf",0.02,"AmovPercMrunSlowWlnrDfl",0.02,"AmovPercMrunSlowWlnrDl",0.02,"AmovPercMrunSlowWlnrDbl",0.02,"AmovPercMrunSlowWlnrDb",0.02,"AmovPercMrunSlowWlnrDbr",0.02,"AmovPercMrunSlowWlnrDr",0.02,"AmovPercMrunSlowWlnrDfr",0.02,"AmovPercMwlkSlowWlnrDf",0.02,"AmovPercMwlkSlowWlnrDfr",0.02,"AmovPercMwlkSlowWlnrDr",0.02,"AmovPercMwlkSlowWlnrDbr",0.02,"AmovPercMwlkSlowWlnrDb",0.02,"AmovPercMwlkSlowWlnrDbl",0.02,"AmovPercMwlkSlowWlnrDl",0.02,"AmovPercMwlkSlowWlnrDfl",0.02,"HaloFreeFall_non",10.2}; + }; + class AovrPercMstpSlowWlnrDf: AmovPercMstpSlowWlnrDnon + { + stamina = 0; + file = "\A3\anims_f\Data\Anim\Sdr\ovr\erc\stp\low\lnr\AovrPercMstpSlowWlnrDf"; + speed = 0.5; + looped = 0; + duty = 2; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wovr.p3d"; + enableOptics = 0; + limitGunMovement = 0.3; + headBobStrength = 0.512438; + forceAim = 1; + ConnectTo[] = {"AmovPercMstpSlowWlnrDnon",0.01}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSlowWlnrDnon_turnL: AmovPercMstpSlowWlnrDnon + { + speed = 0.3; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\lnr\AmovPercMstpSlowWlnrDnon_aiturn90l"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_turn.p3d"; + ConnectTo[] = {"AmovPercMstpSlowWlnrDnon",0.01,"ReloadRPG",0.2}; + InterpolateTo[] = {"ReloadRPG",0.2,"AmovPercMstpSlowWlnrDnon",0.01,"Unconscious",0.01}; + }; + class AmovPercMstpSlowWlnrDnon_turnR: AmovPercMstpSlowWlnrDnon_turnL + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\lnr\AmovPercMstpSlowWlnrDnon_aiturn90r"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_turn.p3d"; + }; + class AmovPercMwlkSlowWlnrDf: AmovPercMstpSlowWlnrDnon + { + static = 1; + relSpeedMin = 0.8; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\low\lnr\AmovPercMwlkSlowWlnrDf"; + speed = 0.555556; + canPullTrigger = 1; + duty = -0.2; + soundOverride = "Walk"; + soundEnabled = 1; + limitGunMovement = 0.6; + aimPrecision = 1.5; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDf",0.025,"AmovPknlMwlkSrasWlnrDf",0.03,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDfr",0.025,"AmovPercMwlkSlowWlnrDfl",0.025}; + }; + class AmovPercMwlkSlowWlnrDfr: AmovPercMwlkSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\low\lnr\AmovPercMwlkSlowWlnrDfr"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDfl",0.025,"AmovPknlMwlkSrasWlnrDfl",0.03,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDf",0.025,"AmovPercMwlkSlowWlnrDr",0.025}; + }; + class AmovPercMwlkSlowWlnrDr: AmovPercMwlkSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\low\lnr\AmovPercMwlkSlowWlnrDr"; + speed = 0.588235; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDl",0.025,"AmovPknlMwlkSrasWlnrDl",0.03,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDfr",0.025,"AmovPercMwlkSlowWlnrDbr",0.025}; + }; + class AmovPercMwlkSlowWlnrDbr: AmovPercMwlkSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\low\lnr\AmovPercMwlkSlowWlnrDbr"; + speed = 0.545455; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDbl",0.025,"AmovPknlMwlkSrasWlnrDbl",0.03,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDr",0.025,"AmovPercMwlkSlowWlnrDb",0.025}; + }; + class AmovPercMwlkSlowWlnrDb: AmovPercMwlkSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\low\lnr\AmovPercMwlkSlowWlnrDb"; + speed = 0.545455; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDb",0.025,"AmovPknlMwlkSrasWlnrDb",0.03,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDbr",0.025,"AmovPercMwlkSlowWlnrDbl",0.025}; + }; + class AmovPercMwlkSlowWlnrDbl: AmovPercMwlkSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\low\lnr\AmovPercMwlkSlowWlnrDbl"; + speed = 0.545455; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDbr",0.025,"AmovPknlMwlkSrasWlnrDbr",0.03,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDb",0.025,"AmovPercMwlkSlowWlnrDl",0.025}; + }; + class AmovPercMwlkSlowWlnrDl: AmovPercMwlkSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\low\lnr\AmovPercMwlkSlowWlnrDl"; + speed = 0.526316; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDr",0.025,"AmovPknlMwlkSrasWlnrDr",0.03,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDbl",0.025,"AmovPercMwlkSlowWlnrDfl",0.025}; + }; + class AmovPercMwlkSlowWlnrDfl: AmovPercMwlkSlowWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\low\lnr\AmovPercMwlkSlowWlnrDfl"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDfr",0.025,"AmovPknlMwlkSrasWlnrDfr",0.03,"AmovPercMstpSlowWlnrDnon",0.02,"AmovPercMwlkSlowWlnrDf",0.025,"AmovPercMwlkSlowWlnrDl",0.025}; + }; + class AmovPercMwlkSrasWlnrDf: AidlPercMstpSrasWlnrDnon_G0S + { + static = 1; + relSpeedMin = 0.8; + headBobStrength = 0.10199; + speed = 0.8; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\lnr\AmovPercMwlkSrasWlnrDf"; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + limitGunMovement = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Mrun_Slow_Wrfl.p3d"; + actions = "LauncherStandActionsWlkF"; + aimPrecision = 2; + interpolationSpeed = 3; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMwlkSrasWlnrDf",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDfl",0.025,"AmovPercMwlkSrasWlnrDfr",0.025,"AmovPercMrunSrasWlnrDf",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDf",0.025}; + }; + class AmovPercMwlkSrasWlnrDfl: AmovPercMwlkSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\lnr\AmovPercMwlkSrasWlnrDfl"; + actions = "LauncherStandActionsWlkFL"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMwlkSrasWlnrDfl",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDf",0.025,"AmovPercMwlkSrasWlnrDl",0.025,"AmovPercMrunSrasWlnrDfl",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDfl",0.025}; + }; + class AmovPercMwlkSrasWlnrDl: AmovPercMwlkSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\lnr\AmovPercMwlkSrasWlnrDl"; + speed = 0.62518; + actions = "LauncherStandActionsWlkL"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMwlkSrasWlnrDl",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDfl",0.025,"AmovPercMwlkSrasWlnrDbl",0.025,"AmovPercMrunSrasWlnrDl",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDl",0.025}; + }; + class AmovPercMwlkSrasWlnrDb: AmovPercMwlkSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\lnr\AmovPercMwlkSrasWlnrDb"; + speed = 0.524476; + actions = "LauncherStandActionsWlkB"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_Db.p3d"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMwlkSrasWlnrDb",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDbl",0.025,"AmovPercMwlkSrasWlnrDbr",0.025,"AmovPercMrunSrasWlnrDb",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDb",0.025}; + }; + class AmovPercMwlkSrasWlnrDbl: AmovPercMwlkSrasWlnrDb + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\lnr\AmovPercMwlkSrasWlnrDbl"; + actions = "LauncherStandActionsWlkBL"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMwlkSrasWlnrDbl",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDl",0.025,"AmovPercMwlkSrasWlnrDb",0.025,"AmovPercMrunSrasWlnrDbl",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDbl",0.025}; + }; + class AmovPercMwlkSrasWlnrDbr: AmovPercMwlkSrasWlnrDb + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\lnr\AmovPercMwlkSrasWlnrDbr"; + actions = "LauncherStandActionsWlkBR"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMwlkSrasWlnrDbr",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDb",0.025,"AmovPercMwlkSrasWlnrDr",0.025,"AmovPercMrunSrasWlnrDbr",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDbr",0.025}; + }; + class AmovPercMwlkSrasWlnrDr: AmovPercMwlkSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\lnr\AmovPercMwlkSrasWlnrDr"; + speed = 0.562249; + actions = "LauncherStandActionsWlkR"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMwlkSrasWlnrDr",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDbr",0.025,"AmovPercMwlkSrasWlnrDfr",0.025,"AmovPercMrunSrasWlnrDr",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDr",0.025}; + }; + class AmovPercMwlkSrasWlnrDfr: AmovPercMwlkSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\lnr\AmovPercMwlkSrasWlnrDfr"; + speed = 0.71; + actions = "LauncherStandActionsWlkFR"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMwlkSrasWlnrDfr",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDf",0.025,"AmovPercMwlkSrasWlnrDr",0.025,"AmovPercMrunSrasWlnrDfr",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDfr",0.025}; + }; + class AmovPercMtacSrasWlnrDf: AidlPercMstpSrasWlnrDnon_G0S + { + stamina = -0.1; + headBobStrength = 0.164179; + speed = 1.22699; + relSpeedMin = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\lnr\AmovPercmtacSrasWlnrDf"; + duty = 0.5; + soundOverride = "run"; + soundEnabled = 1; + limitGunMovement = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Mrun_Slow_Wrfl.p3d"; + actions = "LauncherStandActionstacF"; + aimPrecision = 4.0; + interpolationSpeed = 3; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMtacSrasWlnrDf",0.03,"AmovPercMtacSrasWlnrDf",0.025,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMtacSrasWlnrDfl",0.025,"AmovPercMtacSrasWlnrDfr",0.025,"AmovPercMrunSrasWlnrDf",0.025,"AmovPercMwlkSrasWlnrDf",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1}; + }; + class AmovPercMtacSrasWlnrDfl: AmovPercMtacSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\lnr\AmovPercmtacSrasWlnrDfl"; + actions = "LauncherStandActionstacFL"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMtacSrasWlnrDfl",0.03,"AmovPercMtacSrasWlnrDfl",0.025,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMtacSrasWlnrDf",0.025,"AmovPercMtacSrasWlnrDl",0.025,"AmovPercMrunSrasWlnrDfl",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMwlkSrasWlnrDfl",0.025}; + }; + class AmovPercMtacSrasWlnrDl: AmovPercMtacSrasWlnrDf + { + speed = 1.26697; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\lnr\AmovPercmtacSrasWlnrDl"; + actions = "LauncherStandActionstacL"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMtacSrasWlnrDl",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMtacSrasWlnrDfl",0.025,"AmovPercMtacSrasWlnrDbl",0.025,"AmovPercMrunSrasWlnrDl",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMwlkSrasWlnrDl",0.025}; + }; + class AmovPercMtacSrasWlnrDb: AmovPercMtacSrasWlnrDf + { + speed = 1.05033; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\lnr\AmovPercmtacSrasWlnrDb"; + actions = "LauncherStandActionstacB"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_Db.p3d"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMtacSrasWlnrDb",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMtacSrasWlnrDbl",0.025,"AmovPercMtacSrasWlnrDbr",0.025,"AmovPercMrunSrasWlnrDb",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMwlkSrasWlnrDb",0.025}; + }; + class AmovPercMtacSrasWlnrDbl: AmovPercMtacSrasWlnrDb + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\lnr\AmovPercmtacSrasWlnrDbl"; + actions = "LauncherStandActionstacBL"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMtacSrasWlnrDbl",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMtacSrasWlnrDl",0.025,"AmovPercMtacSrasWlnrDb",0.025,"AmovPercMrunSrasWlnrDbl",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMwlkSrasWlnrDbl",0.025}; + }; + class AmovPercMtacSrasWlnrDbr: AmovPercMtacSrasWlnrDb + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\lnr\AmovPercmtacSrasWlnrDbr"; + actions = "LauncherStandActionstacBR"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMtacSrasWlnrDbr",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMtacSrasWlnrDb",0.025,"AmovPercMtacSrasWlnrDr",0.025,"AmovPercMrunSrasWlnrDbr",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMwlkSrasWlnrDbr",0.025}; + }; + class AmovPercMtacSrasWlnrDr: AmovPercMtacSrasWlnrDf + { + speed = 1.12676; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\lnr\AmovPercmtacSrasWlnrDr"; + actions = "LauncherStandActionstacR"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMtacSrasWlnrDr",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMtacSrasWlnrDbr",0.025,"AmovPercMtacSrasWlnrDfr",0.025,"AmovPercMrunSrasWlnrDr",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMwlkSrasWlnrDr",0.025}; + }; + class AmovPercMtacSrasWlnrDfr: AmovPercMtacSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\lnr\AmovPercmtacSrasWlnrDfr"; + actions = "LauncherStandActionstacFR"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPknlMtacSrasWlnrDfr",0.03,"AmovPercMtacSrasWlnrDfr",0.025,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMtacSrasWlnrDf",0.025,"AmovPercMtacSrasWlnrDr",0.025,"AmovPercMrunSrasWlnrDfr",0.025,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMwlkSrasWlnrDfr",0.025}; + }; + class AmovPercMrunSrasWlnrDf: AmovPercMrunSlowWlnrDf + { + duty = 0.4; + speed = 0.730564; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\ras\lnr\AmovPercMrunSrasWlnrDf"; + actions = "LauncherStandActionsRunF"; + InterpolateTo[] = {"AmovPknlMrunSrasWlnrDf",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDf",0.025,"AmovPercMrunSrasWlnrDfl",0.025,"AmovPercMrunSrasWlnrDfr",0.025,"AmovPercMevaSlowWlnrDf",0.02,"Unconscious",0.1,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDf",0.025}; + }; + class AmovPercMrunSrasWlnrDfl: AmovPercMrunSrasWlnrDf + { + actions = "LauncherStandActionsRunFL"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\ras\lnr\AmovPercMrunSrasWlnrDfl"; + duty = 0.4; + InterpolateTo[] = {"AmovPknlMrunSrasWlnrDfl",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDfl",0.025,"AmovPercMrunSrasWlnrDf",0.025,"AmovPercMrunSrasWlnrDl",0.025,"Unconscious",0.1,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDfl",0.025,"AmovPercMevaSlowWlnrDfl",0.025}; + }; + class AmovPercMrunSrasWlnrDl: AmovPercMrunSrasWlnrDf + { + speed = 1.72603; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\ras\lnr\AmovPercMrunSrasWlnrDl"; + actions = "LauncherStandActionsRunL"; + InterpolateTo[] = {"AmovPknlMrunSrasWlnrDl",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDl",0.025,"AmovPercMrunSrasWlnrDfl",0.025,"AmovPercMrunSrasWlnrDbl",0.025,"Unconscious",0.1,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDl",0.025}; + }; + class AmovPercMrunSrasWlnrDb: AmovPercMrunSlowWlnrDb + { + speed = 0.669421; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\ras\lnr\AmovPercMrunSrasWlnrDb"; + actions = "LauncherStandActionsRunB"; + InterpolateTo[] = {"AmovPknlMrunSrasWlnrDb",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDb",0.025,"AmovPercMrunSrasWlnrDbl",0.025,"AmovPercMrunSrasWlnrDbr",0.025,"Unconscious",0.1,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDb",0.025}; + }; + class AmovPercMrunSrasWlnrDbl: AmovPercMrunSrasWlnrDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\ras\lnr\AmovPercMrunSrasWlnrDbl"; + actions = "LauncherStandActionsRunBL"; + InterpolateTo[] = {"AmovPknlMrunSrasWlnrDbl",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDbl",0.025,"AmovPercMrunSrasWlnrDl",0.025,"AmovPercMrunSrasWlnrDb",0.025,"Unconscious",0.1,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDbl",0.025}; + }; + class AmovPercMrunSrasWlnrDbr: AmovPercMrunSrasWlnrDb + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\ras\lnr\AmovPercMrunSrasWlnrDbr"; + actions = "LauncherStandActionsRunBR"; + InterpolateTo[] = {"AmovPknlMrunSrasWlnrDbr",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDbr",0.025,"AmovPercMrunSrasWlnrDb",0.025,"AmovPercMrunSrasWlnrDr",0.025,"Unconscious",0.1,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDbr",0.025}; + }; + class AmovPercMrunSrasWlnrDr: AmovPercMrunSrasWlnrDf + { + speed = 1.5702; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\ras\lnr\AmovPercMrunSrasWlnrDr"; + actions = "LauncherStandActionsRunR"; + InterpolateTo[] = {"AmovPknlMrunSrasWlnrDr",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDr",0.025,"AmovPercMrunSrasWlnrDbr",0.025,"AmovPercMrunSrasWlnrDfr",0.025,"Unconscious",0.1,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDr",0.025}; + }; + class AmovPercMrunSrasWlnrDfr: AmovPercMrunSrasWlnrDf + { + actions = "LauncherStandActionsRunFR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\run\ras\lnr\AmovPercMrunSrasWlnrDfr"; + duty = 0.4; + InterpolateTo[] = {"AmovPknlMrunSrasWlnrDfr",0.03,"AmovPercMstpSrasWlnrDnon",0.02,"AmovPercMwlkSrasWlnrDfr",0.025,"AmovPercMrunSrasWlnrDf",0.025,"AmovPercMrunSrasWlnrDr",0.025,"Unconscious",0.1,"AmovPknlMstpSrasWlnrDnon_relax",0.1,"AmovPercMtacSrasWlnrDfr",0.025,"AmovPercMevaSlowWlnrDfr",0.025}; + }; + class AmovPercMstpSrasWlnrDnon_turnL: AmovPercMstpSrasWlnrDnon + { + duty = 0; + speed = 1.2; + aimPrecision = 3; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_aiturn90l"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_turn.p3d"; + ConnectTo[] = {"ReloadRPG",0.2,"AmovPercMstpSrasWlnrDnon",0.02}; + }; + class AmovPercMstpSrasWlnrDnon_turnR: AmovPercMstpSrasWlnrDnon + { + duty = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_aiturn90r"; + speed = 1.4; + aimPrecision = 3; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_turn.p3d"; + ConnectTo[] = {"ReloadRPG",0.2,"AmovPercMstpSrasWlnrDnon",0.02}; + }; + class AadjPercMstpSrasWrflDleft_AadjPknlMstpSrasWrflDleft: AadjPknlMstpSrasWrflDleft + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPknlMstpSrasWrflDleft_AadjPercMstpSrasWrflDleft"; + visibleSize = 0.400125; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\rfl\AadjPercMstpSrasWrflDleft_AadjPknlMstpSrasWrflDleft"; + speed = -0.45; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + weaponIK = 1; + headBobStrength = 0.512438; + duty = 0.3; + aimprecision = 0.5; + adjstance = "l"; + soundOverride = "adjust_stand_to_kneel"; + soundEnabled = 1; + }; + class AadjPknlMstpSrasWrflDleft_AadjPercMstpSrasWrflDleft: AadjPercMstpSrasWrflDleft + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPercMstpSrasWrflDleft_AadjPknlMstpSrasWrflDleft"; + visibleSize = 0.400125; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\rfl\AadjPknlMstpSrasWrflDleft_AadjPercMstpSrasWrflDleft"; + speed = -0.65; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundOverride = "adjust_kneel_to_stand"; + weaponIK = 1; + headBobStrength = 0.512438; + duty = 0.3; + adjstance = "l"; + soundEnabled = 1; + }; + class AadjPercMstpSrasWrflDright_AadjPknlMstpSrasWrflDright: AadjPknlMstpSrasWrflDright + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPknlMstpSrasWrflDright_AadjPercMstpSrasWrflDright"; + visibleSize = 0.400125; + actions = "RifleAdjustRKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\rfl\AadjPercMstpSrasWrflDright_AadjPknlMstpSrasWrflDright"; + speed = -0.45; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + weaponIK = 1; + headBobStrength = 0.512438; + duty = 0.3; + aimprecision = 0.5; + adjstance = "r"; + soundOverride = "adjust_stand_to_kneel"; + soundEnabled = 1; + }; + class AadjPknlMstpSrasWrflDright_AadjPercMstpSrasWrflDright: AadjPercMstpSrasWrflDright + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPercMstpSrasWrflDright_AadjPknlMstpSrasWrflDright"; + visibleSize = 0.400125; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\rfl\AadjPknlMstpSrasWrflDright_AadjPercMstpSrasWrflDright"; + speed = -0.45; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundOverride = "adjust_kneel_to_stand"; + weaponIK = 1; + headBobStrength = 0.512438; + duty = 0.3; + adjstance = "r"; + soundEnabled = 1; + }; + class AadjPercMstpSrasWrflDdown_AadjPknlMstpSrasWrflDdown: AadjPknlMstpSrasWrflDdown + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPknlMstpSrasWrflDdown_AadjPercMstpSrasWrflDdown"; + visibleSize = 0.400125; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\rfl\AadjPercMstpSrasWrflDdown_AadjPknlMstpSrasWrflDdown"; + speed = -0.45; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundEnabled = 1; + soundOverride = "adjust_standlow_to_kneelhigh"; + soundEdge[] = {0.01}; + weaponIK = 1; + headBobStrength = 0.512438; + duty = 0.3; + aimprecision = 0.5; + adjstance = "d"; + }; + class AadjPercMstpSrasWrflDdown_AadjPknlMstpSrasWrflDup: AadjPknlMstpSrasWrflDup + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPknlMstpSrasWrflDup_AadjPercMstpSrasWrflDdown"; + visibleSize = 0.400125; + actions = "RifleAdjustFKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\rfl\AadjPercMstpSrasWrflDdown_AadjPknlMstpSrasWrflDup"; + speed = -0.35; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundEnabled = 1; + soundOverride = "adjust_standlow_to_kneelhigh"; + soundEdge[] = {0.01}; + weaponIK = 1; + headBobStrength = 0.512438; + duty = 0.3; + aimprecision = 0.5; + adjstance = "u"; + }; + class AadjPknlMstpSrasWrflDdown_AadjPercMstpSrasWrflDdown: AadjPercMstpSrasWrflDdown + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPercMstpSrasWrflDdown_AadjPknlMstpSrasWrflDdown"; + visibleSize = 0.400125; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\rfl\AadjPknlMstpSrasWrflDdown_AadjPercMstpSrasWrflDdown"; + speed = -0.65; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundOverride = "adjust_kneel_to_stand"; + soundEnabled = 1; + weaponIK = 1; + headBobStrength = 0.512438; + duty = 0.3; + adjstance = "d"; + }; + class AadjPercMstpSrasWrflDup_AadjPknlMstpSrasWrflDup: AadjPknlMstpSrasWrflDup + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPknlMstpSrasWrflDup_AadjPercMstpSrasWrflDup"; + visibleSize = 0.400125; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\rfl\AadjPercMstpSrasWrflDup_AadjPknlMstpSrasWrflDup"; + speed = -0.45; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundEnabled = 1; + soundOverride = "adjust_stand_to_kneel"; + weaponIK = 1; + headBobStrength = 0.512438; + duty = 0.3; + aimprecision = 0.5; + adjstance = "u"; + }; + class AadjPknlMstpSrasWrflDup_AadjPercMstpSrasWrflDup: AadjPercMstpSrasWrflDup + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPercMstpSrasWrflDup_AadjPknlMstpSrasWrflDup"; + visibleSize = 0.400125; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\rfl\AadjPknlMstpSrasWrflDup_AadjPercMstpSrasWrflDup"; + speed = -0.55; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundEnabled = 1; + soundOverride = "adjust_kneel_to_Stand"; + weaponIK = 1; + headBobStrength = 0.512438; + duty = 0.3; + adjstance = "u"; + }; + class AadjPknlMstpSrasWrflDup_AadjPercMstpSrasWrflDdown: AadjPercMstpSrasWrflDdown + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPercMstpSrasWrflDdown_AadjPknlMstpSrasWrflDup"; + visibleSize = 0.400125; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\rfl\AadjPknlMstpSrasWrflDup_AadjPercMstpSrasWrflDdown"; + speed = -0.35; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundEnabled = 1; + soundOverride = "adjust_kneelhigh_to_standlow"; + soundEdge[] = {0.01}; + weaponIK = 1; + headBobStrength = 0.512438; + duty = 0.3; + adjstance = "d"; + }; + class AadjPercMstpSrasWpstDleft_AadjPknlMstpSrasWpstDleft: AadjPknlMstpSrasWpstDleft + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPknlMstpSrasWpstDleft_AadjPercMstpSrasWpstDleft"; + visibleSize = 0.400125; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\pst\AadjPercMstpSrasWpstDleft_AadjPknlMstpSrasWpstDleft"; + speed = -0.45; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + headBobStrength = 0.512438; + duty = 0.3; + aimprecision = 0.5; + adjstance = "l"; + soundOverride = "adjust_stand_to_kneel"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPknlMstpSrasWpstDleft_AadjPercMstpSrasWpstDleft: AadjPercMstpSrasWpstDleft + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPercMstpSrasWpstDleft_AadjPknlMstpSrasWpstDleft"; + visibleSize = 0.400125; + actions = "PistolAdjustLStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\pst\AadjPknlMstpSrasWpstDleft_AadjPercMstpSrasWpstDleft"; + speed = -0.55; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + headBobStrength = 0.512438; + duty = 0.3; + adjstance = "l"; + soundOverride = "adjust_kneel_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPercMstpSrasWpstDright_AadjPknlMstpSrasWpstDright: AadjPknlMstpSrasWpstDright + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPknlMstpSrasWpstDright_AadjPercMstpSrasWpstDright"; + visibleSize = 0.400125; + actions = "PistolAdjustRKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\pst\AadjPercMstpSrasWpstDright_AadjPknlMstpSrasWpstDright"; + speed = -0.45; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + headBobStrength = 0.512438; + duty = 0.3; + aimprecision = 0.5; + adjstance = "r"; + soundEnabled = 1; + soundOverride = "adjust_stand_to_kneel"; + soundEdge[] = {0.01}; + }; + class AadjPknlMstpSrasWpstDright_AadjPercMstpSrasWpstDright: AadjPercMstpSrasWpstDright + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPercMstpSrasWpstDright_AadjPknlMstpSrasWpstDright"; + visibleSize = 0.400125; + actions = "PistolAdjustRStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\pst\AadjPknlMstpSrasWpstDright_AadjPercMstpSrasWpstDright"; + speed = -0.55; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + headBobStrength = 0.512438; + duty = 0.3; + adjstance = "r"; + soundOverride = "adjust_kneel_to_stand"; + soundEnabled = 1; + }; + class AadjPercMstpSrasWpstDdown_AadjPknlMstpSrasWpstDdown: AadjPknlMstpSrasWpstDdown + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPknlMstpSrasWpstDdown_AadjPercMstpSrasWpstDdown"; + visibleSize = 0.400125; + actions = "PistolAdjustBKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\pst\AadjPercMstpSrasWpstDdown_AadjPknlMstpSrasWpstDdown"; + speed = -0.45; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundOverride = "adjust_stand_to_kneel"; + soundEnabled = 1; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + headBobStrength = 0.512438; + duty = 0.3; + aimprecision = 0.5; + adjstance = "d"; + }; + class AadjPercMstpSrasWpstDdown_AadjPknlMstpSrasWpstDup: AadjPknlMstpSrasWpstDup + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPknlMstpSrasWpstDup_AadjPercMstpSrasWpstDdown"; + visibleSize = 0.400125; + actions = "PistolAdjustFKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\pst\AadjPercMstpSrasWpstDdown_AadjPknlMstpSrasWpstDup"; + speed = -0.35; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundEnabled = 1; + soundOverride = "adjust_standlow_to_kneelhigh"; + soundEdge[] = {0.01}; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + headBobStrength = 0.512438; + duty = 0.3; + aimprecision = 0.5; + adjstance = "u"; + }; + class AadjPknlMstpSrasWpstDdown_AadjPercMstpSrasWpstDdown: AadjPercMstpSrasWpstDdown + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPercMstpSrasWpstDdown_AadjPknlMstpSrasWpstDdown"; + visibleSize = 0.400125; + actions = "PistolAdjustFStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\pst\AadjPknlMstpSrasWpstDdown_AadjPercMstpSrasWpstDdown"; + speed = -0.55; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundEnabled = 1; + soundOverride = "adjust_kneel_to_stand"; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + headBobStrength = 0.512438; + duty = 0.3; + adjstance = "d"; + }; + class AadjPercMstpSrasWpstDup_AadjPknlMstpSrasWpstDup: AadjPknlMstpSrasWpstDup + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPknlMstpSrasWpstDup_AadjPercMstpSrasWpstDup"; + visibleSize = 0.400125; + actions = "PistolAdjustFKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\pst\AadjPercMstpSrasWpstDup_AadjPknlMstpSrasWpstDup"; + speed = -0.35; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundEnabled = 1; + soundOverride = "adjust_stand_to_kneel"; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + headBobStrength = 0.512438; + duty = 0.3; + aimprecision = 0.5; + adjstance = "u"; + }; + class AadjPknlMstpSrasWpstDup_AadjPercMstpSrasWpstDup: AadjPercMstpSrasWpstDup + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPercMstpSrasWpstDup_AadjPknlMstpSrasWpstDup"; + visibleSize = 0.400125; + actions = "PistolAdjustFStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\pst\AadjPknlMstpSrasWpstDup_AadjPercMstpSrasWpstDup"; + speed = -0.55; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundEnabled = 1; + soundOverride = "adjust_kneel_to_stand"; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + headBobStrength = 0.512438; + duty = 0.3; + adjstance = "u"; + }; + class AadjPknlMstpSrasWpstDup_AadjPercMstpSrasWpstDdown: AadjPercMstpSrasWpstDdown + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.65; + reverse = "AadjPercMstpSrasWpstDdown_AadjPknlMstpSrasWpstDup"; + visibleSize = 0.400125; + actions = "PistolAdjustBStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\adj\erc\stp\ras\pst\AadjPknlMstpSrasWpstDup_AadjPercMstpSrasWpstDdown"; + speed = -0.3; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + interpolationRestart = 1; + enableOptics = 1; + soundEnabled = 1; + soundOverride = "adjust_kneelhigh_to_standlow"; + soundEdge[] = {0.01}; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + headBobStrength = 0.512438; + duty = 0.3; + adjstance = "d"; + }; + class AadjPknlMstpSrasWpstDdown_AadjPpneMstpSrasWpstDup: AadjPpneMstpSrasWpstDup + { + variantsPlayer[] = {}; + canBlendStep = 0; + minPlayTime = 0.65; + file = "\A3\anims_f\Data\Anim\Sdr\adj\knl\stp\ras\pst\AadjPknlMstpSrasWpstDdown_AadjPpneMstpSrasWpstDup"; + speed = -0.45; + leaningFactorBeg = 1; + interpolationRestart = 1; + duty = 0.3; + variantsAI[] = {}; + looped = 0; + adjstance = "m"; + soundOverride = "adjust_stand_to_kneel"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWpstDup_AadjPknlMstpSrasWpstDdown: AadjPknlMstpSrasWpstDdown + { + variantsPlayer[] = {}; + canBlendStep = 0; + minPlayTime = 0.65; + file = "\A3\anims_f\Data\Anim\Sdr\adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDup_AadjPknlMstpSrasWpstDdown"; + speed = -1; + interpolationRestart = 1; + duty = 0.3; + variantsAI[] = {}; + looped = 0; + soundOverride = "adjust_prone_to_kneel"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWlnrDnon: AmovPercMstpSrasWlnrDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWlnrDnon"; + disableWeapons = 1; + speed = 0.483871; + actions = "LauncherStandActions"; + interpolationRestart = 2; + canPullTrigger = 0; + soundOverride = "unarmed_to_launcher"; + rightHandIKCurve[] = {0.42,0,0.55,1}; + leftHandIKCurve[] = {0.18,0,0.24,1}; + weaponIK = 4; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.85; + reverse = "AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWlnrDnon"; + }; + class AmovPercMstpSrasWlnrDnon_AmovPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_AmovPercMstpSnonWnonDnon"; + speed = 0.410959; + disableWeapons = 1; + actions = "CivilStandActions"; + interpolationRestart = 2; + soundOverride = "launcher_to_unarmed"; + rightHandIKCurve[] = {0.342,1,0.42,0}; + leftHandIKCurve[] = {0.642,1,0.71,0}; + weaponIK = 4; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.85; + reverse = "AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWlnrDnon"; + }; + class AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWlnrDnon: AmovPknlMstpSrasWlnrDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWlnrDnon"; + disableWeapons = 1; + speed = 0.483871; + actions = "LauncherKneelActions"; + interpolationRestart = 2; + canPullTrigger = 0; + soundOverride = "unarmed_to_launcher"; + rightHandIKCurve[] = {0.42,0,0.55,1}; + leftHandIKCurve[] = {0.18,0,0.24,1}; + weaponIK = 4; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.85; + reverse = "AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWlnrDnon"; + }; + class AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSnonWnonDnon"; + speed = 0.410959; + disableWeapons = 1; + actions = "CivilKneelActions"; + interpolationRestart = 2; + soundOverride = "launcher_to_unarmed"; + rightHandIKCurve[] = {0.342,1,0.42,0}; + leftHandIKCurve[] = {0.642,1,0.71,0}; + weaponIK = 4; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.85; + reverse = "AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWlnrDnon"; + }; + class AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon: TransAnimBase_noIK + { + actions = "BinocStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon"; + speed = 1.2; + showItemInHand = 1; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "binoc_to_launcher"; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon_end",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWlnrDnon_AwopPercMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon_end: AmovPercMstpSrasWlnrDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon_end"; + speed = 0.4; + rightHandIKCurve[] = {0.53,0,0.6,1}; + leftHandIKCurve[] = {0.42,0,0.56,1}; + }; + class AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon: TransAnimBase + { + visibleSize = 0.350125; + actions = "LauncherKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon"; + speed = 1.2; + showItemInHand = 1; + disableWeapons = 1; + interpolationRestart = 2; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "binoc_to_launcher"; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon_end",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon_AwopPknlMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon_end: AmovPknlMstpSrasWlnrDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon_end"; + speed = 0.4; + showItemInHand = 0; + rightHandIKEnd = 1; + rightHandIKBeg = 1; + rightHandIKCurve[] = {0.53,0,0.6,1}; + leftHandIKCurve[] = {0.42,0,0.56,1}; + weaponIK = 4; + }; + class AmovPercMstpSrasWlnrDnon_AwopPercMstpSoptWbinDnon: TransAnimBase_noIK + { + actions = "BinocStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_AwopPercMstpSoptWbinDnon"; + speed = 0.612245; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 2; + rightHandIKCurve[] = {0.05,1,0.11,0}; + leftHandIKCurve[] = {0.5,1,0.63,0}; + canPullTrigger = 0; + weaponIK = 4; + soundEdge[] = {0.01}; + soundOverride = "launcher_to_binoc"; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon_AwopPercMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWlnrDnon_AwopPercMstpSoptWbinDnon_end: AmovPercMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + minPlayTime = 1; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_AwopPercMstpSoptWbinDnon_end"; + speed = 1.57895; + showItemInHand = 1; + rightHandIKCurve[] = {0}; + leftHandIKCurve[] = {0}; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + }; + class AmovPknlMstpSrasWlnrDnon_AwopPknlMstpSoptWbinDnon: TransAnimBase + { + visibleSize = 0.350125; + actions = "BinocKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AwopPknlMstpSoptWbinDnon"; + speed = 1.08108; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 2; + leftHandIKBeg = 0; + rightHandIKCurve[] = {0.05,1,0.11,0}; + leftHandIKCurve[] = {0.5,1,0.63,0}; + weaponIK = 4; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "launcher_to_binoc_knl"; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon_AwopPknlMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWlnrDnon_AwopPknlMstpSoptWbinDnon_end: AmovPknlMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + soundEnabled = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AwopPknlMstpSoptWbinDnon_end"; + speed = 2.10526; + showItemInHand = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + leftHandIKCurve[] = {}; + rightHandIKCurve[] = {}; + }; + class AmovPercMrunSrasWrflDf_AmovPercMrunSrasWrflDfl: AmovPercMrunSrasWrflDf + { + interpolationspeed = 0.6; + interpolationrestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSrasWrflDf_AmovPercMrunSrasWrflDfl"; + speed = 1.53333; + looped = 0; + aimPrecision = 3; + ConnectTo[] = {"AmovPercMrunSrasWrflDfl",0.01}; + InterpolateTo[] = {"AmovPercMrunSrasWrflDfl",0.01,"AmovPercMstpSrasWrflDnon",0.05,"Unconscious",0.1}; + }; + class AmovPercMrunSrasWrflDfl_AmovPercMrunSrasWrflDfr: AmovPercMrunSrasWrflDfl + { + interpolationrestart = 1; + interpolationspeed = 0.6; + speed = 1.08889; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSrasWrflDfl_AmovPercMrunSrasWrflDfr"; + looped = 0; + aimPrecision = 3; + ConnectTo[] = {"AmovPercMrunSrasWrflDfr",0.01}; + InterpolateTo[] = {"AmovPercMrunSrasWrflDfr",0.01,"AmovPercMstpSrasWrflDnon",0.05,"Unconscious",0.1}; + }; + class AmovPercMrunSrasWrflDfl_AmovPercMrunSrasWrflDf: AmovPercMrunSrasWrflDfl + { + interpolationspeed = 0.6; + interpolationrestart = 1; + speed = 1.08889; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSrasWrflDfl_AmovPercMrunSrasWrflDf"; + looped = 0; + aimPrecision = 3; + ConnectTo[] = {"AmovPercMrunSrasWrflDf",0.01}; + InterpolateTo[] = {"AmovPercMrunSrasWrflDf",0.01,"AmovPercMrunSrasWrflDfr",0.2,"AmovPercMstpSrasWrflDnon",0.05,"Unconscious",0.1}; + }; + class AmovPercMrunSrasWrflDfr_AmovPercMrunSrasWrflDfl: AmovPercMrunSrasWrflDfr + { + interpolationspeed = 0.6; + interpolationrestart = 1; + speed = 0.927273; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSrasWrflDfr_AmovPercMrunSrasWrflDfl"; + looped = 0; + aimPrecision = 3; + ConnectTo[] = {"AmovPercMrunSrasWrflDfl",0.01}; + InterpolateTo[] = {"AmovPercMrunSrasWrflDfl",0.01,"AmovPercMstpSrasWrflDnon",0.05,"Unconscious",0.1}; + }; + class AmovPercMrunSrasWrflDfr_AmovPercMrunSrasWrflDf: AmovPercMrunSrasWrflDfr + { + interpolationspeed = 0.6; + interpolationrestart = 1; + speed = 1.53333; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSrasWrflDfr_AmovPercMrunSrasWrflDf"; + looped = 0; + aimPrecision = 3; + ConnectTo[] = {"AmovPercMrunSrasWrflDf",0.01}; + InterpolateTo[] = {"AmovPercMrunSrasWrflDf",0.01,"AmovPercMrunSrasWrflDfl",0.2,"AmovPercMstpSrasWrflDnon",0.05,"Unconscious",0.1}; + }; + class AfalPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\sdr\fal\erc\stp\ras\rfl\AfalPercMstpSrasWrflDnon"; + speed = -1.5; + aimPrecision = 7; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_turnL",0.02,"AmovPercMstpSrasWrflDnon_turnR",0.02,"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_1",0.01,"Helper_SwitchToCarryRfl",0.2,"AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon_Putdown",0.02,"AmovPercMwlkSrasWrflDf",0.02,"AmovPercMwlkSrasWrflDfl",0.02,"AmovPercMwlkSrasWrflDl",0.02,"AmovPercMwlkSrasWrflDbl",0.02,"AmovPercMwlkSrasWrflDb",0.02,"AmovPercMwlkSrasWrflDbr",0.02,"AmovPercMwlkSrasWrflDr",0.02,"AmovPercMwlkSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDf",0.02,"AmovPercMrunSrasWrflDfl",0.02,"AmovPercMrunSrasWrflDl",0.02,"AmovPercMrunSrasWrflDbl",0.02,"AmovPercMrunSrasWrflDb",0.02,"AmovPercMrunSrasWrflDbr",0.02,"AmovPercMrunSrasWrflDr",0.02,"AmovPercMrunSrasWrflDfr",0.02,"AmovPercMrunSrasWrflDf_ldst",0.02,"AmovPercMrunSrasWrflDfl_ldst",0.02,"AmovPercMrunSrasWrflDl_ldst",0.02,"AmovPercMrunSrasWrflDbl_ldst",0.02,"AmovPercMrunSrasWrflDb_ldst",0.02,"AmovPercMrunSrasWrflDbr_ldst",0.02,"AmovPercMrunSrasWrflDr_ldst",0.02,"AmovPercMrunSrasWrflDfr_ldst",0.02,"AmovPercMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDfl",0.02,"AmovPercMevaSrasWrflDfr",0.02,"AmovPercMstpSrasWrflDnon_SaluteIn",0.03,"Unconscious",0.01,"AidlPercMstpSrasWrflDnon_AI",0.02,"AidlPercMstpSlowWrflDnon_AI",0.02,"AovrPercMstpSrasWrflDf",1.01,"AmovPercMtacSrasWrflDfl",0.2,"AmovPercMtacSrasWrflDl",0.2,"AmovPercMtacSrasWrflDbl",0.2,"AmovPercMtacSrasWrflDb",0.2,"AmovPercMtacSrasWrflDbr",0.2,"AmovPercMtacSrasWrflDr",0.2,"AmovPercMtacSrasWrflDfr",0.22,"AmovPercMtacSrasWrflDf",0.02,"HaloFreeFall_non",10.2,"AmovPercMrunSlowWrflDf",0.02,"AmovPercMrunSlowWrflDfl",0.02,"AmovPercMrunSlowWrflDl",0.02,"AmovPercMrunSlowWrflDb",0.02,"AmovPercMrunSlowWrflDbr",0.02,"AmovPercMrunSlowWrflDr",0.02,"AmovPercMrunSlowWrflDbl",0.02,"AmovPercMrunSlowWrflDfr",0.02,"AmovPercMstpSrasWrflDnon_falling",0.02,"AsdvPercMstpSnonWrflDnon",2.02,"AdvePercMstpSnonWrflDnon",2.02,"AbdvPercMstpSnonWrflDnon",2.02,"AinvPercMstpSrasWrflDnon",0.05,"AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPercMstpSlowWrflDnon_AmovPsitMstpSlowWrflDnon",0.02,"AfalPercMstpSrasWrflDnon",0.025,"AmovPercMstpSrasWrflDnon",0.03}; + }; + class AfalPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\sdr\fal\knl\stp\ras\rfl\AfalPknlMstpSrasWrflDnon"; + speed = -1; + aimPrecision = 7; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_turnL",0.02,"AmovPknlMstpSrasWrflDnon_turnR",0.02,"AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.01,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.01,"AidlPknlMstpSrasWrflDnon_AI",0.02,"AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic",0.02,"AmovPknlMwlkSrasWrflDf",0.02,"AmovPknlMwlkSrasWrflDfl",0.02,"AmovPknlMwlkSrasWrflDl",0.02,"AmovPknlMwlkSrasWrflDbl",0.02,"AovrPercMstpSrasWrflDf",1.02,"AmovPknlMwlkSrasWrflDb",0.02,"AmovPknlMwlkSrasWrflDbr",0.02,"AmovPknlMwlkSrasWrflDr",0.02,"AmovPknlMwlkSrasWrflDfr",0.02,"AmovPknlMrunSrasWrflDfl",0.02,"AmovPknlMrunSrasWrflDl",0.02,"AmovPknlMrunSrasWrflDbl",0.02,"AmovPknlMrunSrasWrflDb",0.02,"AmovPknlMrunSrasWrflDbr",0.02,"AmovPknlMrunSrasWrflDr",0.02,"AmovPknlMrunSrasWrflDfr",0.02,"AmovPknlMrunSrasWrflDf_ldst",0.02,"AmovPknlMrunSrasWrflDfl_ldst",0.02,"AmovPknlMrunSrasWrflDl_ldst",0.02,"AmovPknlMrunSrasWrflDbl_ldst",0.02,"AmovPknlMrunSrasWrflDb_ldst",0.02,"AmovPknlMrunSrasWrflDbr_ldst",0.02,"AmovPknlMrunSrasWrflDr_ldst",0.02,"AmovPknlMrunSrasWrflDfr_ldst",0.02,"Unconscious",0.01,"AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_2",0.2,"ReloadGM6",0.2,"DismountOptic",0.2,"MountOptic",0.2,"MountSide",0.2,"DismountSide",0.2,"AmovPknlMstpSlowWrflDnon_relax",10.2,"AmovPknlMrunSrasWrflDf",0.2,"AinvPknlMstpSnonWrflDnon_medicUp",0.2,"AinvPknlMstpSlayWrflDnon_medic",0.05,"AinvPknlMstpSlayWrflDnon_medicOther",0.05,"AmovPknlMtacSrasWrflDf",0.02,"AmovPknlMtacSrasWrflDfl",0.02,"AmovPknlMtacSrasWrflDl",0.02,"AmovPknlMtacSrasWrflDbl",0.02,"AmovPknlMtacSrasWrflDb",0.02,"AmovPknlMtacSrasWrflDbr",0.02,"AmovPknlMtacSrasWrflDr",0.02,"AmovPknlMtacSrasWrflDfr",0.02,"AmovPknlMstpSlowWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AfalPknlMstpSrasWrflDnon",0.025,"AmovPknlMstpSrasWrflDnon",0.025}; + }; + class AfalPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\sdr\fal\pne\stp\ras\rfl\AfalPpneMstpSrasWrflDnon"; + speed = -1; + aimPrecision = 7; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon_turnL",0.02,"AmovPpneMstpSrasWrflDnon_turnR",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon",0.02,"AidlPpneMstpSrasWrflDnon_AI",0.02,"AmovPpneMstpSrasWrflDnon_AinvPpneMstpSrasWrflDnon",0.02,"AmovPpneMstpSrasWrflDnon_AinvPpneMstpSrasWrflDnon_Putdown",0.02,"AwopPpneMstpSgthWrflDnon_Fast_Start",0.02,"AinvPpneMstpSlayWrflDnon_medic",0.02,"AinvPpneMstpSlayWrflDnon_medicOther",0.02,"AmovPpneMrunSlowWrflDf",0.02,"AmovPpneMevaSlowWrflDf",0.02,"AmovPpneMrunSlowWrflDfl",0.02,"AmovPpneMrunSlowWrflDl",0.02,"AmovPpneMrunSlowWrflDbl",0.02,"AmovPpneMrunSlowWrflDb",0.02,"AmovPpneMrunSlowWrflDbr",0.02,"AmovPpneMrunSlowWrflDr",0.02,"AmovPpneMrunSlowWrflDfr",0.02,"AmovPpneMsprSlowWrflDf",0.02,"AmovPpneMsprSlowWrflDbl",0.02,"AmovPpneMsprSlowWrflDl",0.02,"AmovPpneMsprSlowWrflDr",0.02,"AmovPpneMsprSlowWrflDbr",0.02,"AmovPpneMsprSlowWrflDb",0.02,"AmovPpneMsprSlowWrflDfl",0.02,"AmovPpneMsprSlowWrflDfr",0.02,"AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf",0.05,"Unconscious",0.01,"AmovPpneMstpSrasWrflDnon_relax",0.01,"AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDdown",0.02,"AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDup",0.02,"AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft",0.02,"AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright",0.02,"RifleReloadProneMk20",0.02,"RifleReloadProneMX",0.02,"RifleReloadProneMXCompact",0.02,"RifleReloadProneMXSniper",0.02,"RifleReloadProneTRG",0.02,"RifleReloadProneTRGUGL",0.02,"RifleReloadProneM200",0.02,"RifleReloadProneLRR",0.02,"RifleReloadProneEBR",0.02,"RifleReloadProneSMG_02",0.02,"RifleReloadProneSMG_03",0.02,"RifleReloadProneSDAR",0.02,"RifleReloadProneDMR",0.02,"RifleReloadProneGM6",0.02,"RifleReloadProneSMG_01",0.02,"RifleReloadProneM4SSAS",0.02,"RifleReloadProneKatiba",0.02,"RifleReloadProneKatibaUGL",0.02,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AfalPpneMstpSrasWrflDnon",0.025,"AmovPpneMstpSrasWrflDnon",0.025}; + }; + class AfalPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\sdr\fal\erc\stp\ras\pst\AfalPercMstpSrasWpstDnon"; + speed = -1.5; + aimPrecision = 7; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_turnL",0.02,"AmovPercMstpSrasWpstDnon_turnR",0.02,"AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_1",0.01,"AmovPercMwlkSrasWpstDf",0.02,"AmovPercMwlkSrasWpstDfl",0.02,"AmovPercMwlkSrasWpstDl",0.02,"AmovPercMwlkSrasWpstDbl",0.02,"AmovPercMwlkSrasWpstDb",0.02,"AmovPercMwlkSrasWpstDbr",0.02,"AmovPercMwlkSrasWpstDr",0.02,"AmovPercMwlkSrasWpstDfr",0.02,"AmovPercMrunSrasWpstDf",0.02,"AmovPercMrunSrasWpstDfl",0.02,"AmovPercMrunSrasWpstDl",0.02,"AmovPercMrunSrasWpstDbl",0.02,"AmovPercMrunSrasWpstDb",0.02,"AmovPercMrunSrasWpstDbr",0.02,"AmovPercMrunSrasWpstDr",0.02,"AmovPercMrunSrasWpstDfr",0.02,"AmovPercMevaSrasWpstDf",0.02,"AmovPercMevaSrasWpstDfl",0.02,"AmovPercMevaSrasWpstDfr",0.02,"Unconscious",0.01,"AmovPercMtacSrasWpstDf",0.02,"AmovPercMtacSrasWpstDfl",0.02,"AmovPercMtacSrasWpstDl",0.02,"AmovPercMtacSrasWpstDbl",0.02,"AmovPercMtacSrasWpstDb",0.02,"AmovPercMtacSrasWpstDbr",0.02,"AmovPercMtacSrasWpstDr",0.02,"AmovPercMtacSrasWpstDfr",0.02,"Helper_SwitchToCarrynon_pst",0.2,"HaloFreeFall_non",10.2,"AmovPercMstpSrasWpstDnon_falling",0.02,"AinvPercMstpSrasWrflDnon",0.05,"AmovPercMstpSrasWpstDnon_AinvPercMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AinvPercMstpSrasWpstDnon_Putdown",0.02,"LadderCivilOn_top",1.0,"LadderCivilOn_bottom",1.0,"AfalPercMstpSrasWpstDnon",0.025,"AmovPercMstpSrasWpstDnon",0.025}; + }; + class AfalPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\sdr\fal\knl\stp\ras\pst\AfalPknlMstpSrasWpstDnon"; + speed = -1; + aimPrecision = 7; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AidlPknlMstpSrasWpstDnon_AI",0.02,"AinvPknlMstpSlayWpstDnon_medicIn",0.02,"AmovPknlMstpSrasWpstDnon_turnL",0.02,"AmovPknlMstpSrasWpstDnon_turnR",0.02,"AmovPknlMwlkSrasWpstDf",0.02,"AmovPknlMwlkSrasWpstDfl",0.02,"AmovPknlMwlkSrasWpstDl",0.02,"AmovPknlMwlkSrasWpstDbl",0.02,"AmovPknlMwlkSrasWpstDb",0.02,"AmovPknlMwlkSrasWpstDbr",0.02,"AmovPknlMwlkSrasWpstDr",0.02,"AmovPknlMwlkSrasWpstDfr",0.02,"AmovPknlMrunSrasWpstDf",0.02,"AmovPknlMrunSrasWpstDfl",0.02,"AmovPknlMrunSrasWpstDl",0.02,"AmovPknlMrunSrasWpstDbl",0.02,"AmovPknlMrunSrasWpstDb",0.02,"AmovPknlMrunSrasWpstDbr",0.02,"AmovPknlMrunSrasWpstDr",0.02,"AmovPknlMrunSrasWpstDfr",0.02,"Unconscious",0.01,"AovrPercMstpSrasWpstDf",0.03,"AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_2",0.2,"AmovPknlMstpSrasWpstDnon_relax",0.2,"AinvPercMstpSrasWrflDnon",0.05,"AmovPknlMstpSrasWpstDnon_AinvPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AinvPknlMstpSrasWpstDnon_Putdown",0.02,"AfalPknlMstpSrasWpstDnon",0.025,"AmovPknlMstpSrasWpstDnon",0.025}; + }; + class AfalPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\sdr\fal\pne\stp\ras\pst\AfalPpneMstpSrasWpstDnon"; + speed = -1; + aimPrecision = 7; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon_turnL",0.02,"AmovPpneMstpSrasWpstDnon_turnR",0.02,"AidlPpneMstpSrasWpstDnon_AI",0.1,"AinvPpneMstpSlayWpstDnon_medicIn",0.02,"AmovPpneMrunSlowWpstDf",0.02,"AmovPpneMrunSlowWpstDfl",0.02,"AmovPpneMrunSlowWpstDl",0.02,"AmovPpneMrunSlowWpstDbl",0.02,"AmovPpneMrunSlowWpstDb",0.02,"AmovPpneMrunSlowWpstDbr",0.02,"AmovPpneMrunSlowWpstDr",0.02,"AmovPpneMrunSlowWpstDfr",0.02,"AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf",0.01,"Unconscious",0.01,"AmovPpneMstpSrasWpstDnon_relax",0.1,"AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDup",0.01,"AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDdown",0.01,"AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft",0.01,"AmovPpneMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright",0.01,"PistolReloadProne",0.02,"PistolHeavy02ReloadProne",0.02,"PistolReloadProneFlaregun",0.02,"AmovPpneMstpSrasWpstDnon_AinvPpneMstpSrasWpstDnon",0.02,"AmovPpneMstpSrasWpstDnon_AinvPpneMstpSrasWpstDnon_Putdown",0.02,"AwopPpneMstpSgthWpstDnon_Fast_Start",0.02,"AfalPpneMstpSrasWpstDnon",0.025,"AmovPpneMstpSrasWpstDnon",0.025}; + }; + class AfalPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\sdr\fal\erc\stp\non\non\AfalPercMstpSnonWnonDnon"; + speed = -1; + aimPrecision = 7; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon_turnL",0.02,"AmovPercMstpSnonWnonDnon_turnR",0.02,"AovrPercMstpSnonWnonDf",0.05,"AinvPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_medic",0.05,"AmovPercMrunSnonWnonDf",0.02,"AmovPercMwlkSnonWnonDf",0.02,"AmovPercMwlkSnonWnonDfl",0.02,"AmovPercMwlkSnonWnonDl",0.02,"AmovPercMwlkSnonWnonDbl",0.02,"AmovPercMwlkSnonWnonDb",0.02,"AmovPercMwlkSnonWnonDbr",0.02,"AmovPercMwlkSnonWnonDr",0.02,"AmovPercMwlkSnonWnonDfr",0.02,"AmovPercMrunSnonWnonDfl",0.02,"AmovPercMrunSnonWnonDl",0.02,"AmovPercMrunSnonWnonDbl",0.02,"AmovPercMrunSnonWnonDb",0.02,"AmovPercMrunSnonWnonDbr",0.02,"AmovPercMrunSnonWnonDr",0.02,"AmovPercMrunSnonWnonDfr",0.02,"AmovPercMevaSnonWnonDf",0.02,"AmovPercMevaSnonWnonDfl",0.02,"AmovPercMevaSnonWnonDfr",0.02,"AmovPercMstpSnonWnonDnon_AinvPercMstpSnonWnonDnon",0.02,"AmovPercMstpSnonWnonDnon_AinvPercMstpSnonWnonDnon_Putdown",0.02,"Unconscious",0.01,"AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_1",0.1,"Helper_SwitchToCarrynon",0.2,"AswmPercMstpSnonWnonDnon",0.3,"AsswPercMstpSnonWnonDnon",0.3,"AbswPercMstpSnonWnonDnon",0.3,"HaloFreeFall_non",10.2,"AmovPercMstpSnonWnonDnon_falling",0.02,"AsdvPercMstpSnonWnonDnon",2.02,"AdvePercMstpSnonWnonDnon",2.0,"AbdvPercMstpSnonWnonDnon",2.0,"AfalPercMstpSnonWnonDnon",0.025,"AmovPercMstpSnonWnonDnon",0.025}; + }; + class AfalPknlMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\sdr\fal\knl\stp\non\non\AfalPknlMstpSnonWnonDnon"; + speed = -1; + aimPrecision = 7; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon_turnL",0.02,"AmovPknlMstpSnonWnonDnon_turnR",0.02,"AinvPknlMstpSlayWnonDnon_medicIn",0.02,"AinvPknlMstpSlayWnonDnon_medicOther",0.02,"AinvPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_medic",0.02,"AmovPknlMrunSnonWnonDf",0.02,"AmovPknlMwlkSnonWnonDf",0.02,"AmovPknlMwlkSnonWnonDbr",0.02,"AmovPknlMwlkSnonWnonDbl",0.02,"AmovPknlMwlkSnonWnonDb",0.02,"AmovPknlMwlkSnonWnonDl",0.02,"AmovPknlMwlkSnonWnonDr",0.02,"AmovPknlMwlkSnonWnonDfr",0.02,"AmovPknlMwlkSnonWnonDfl",0.02,"AmovPknlMrunSnonWnonDfl",0.02,"AmovPknlMrunSnonWnonDl",0.02,"AmovPknlMrunSnonWnonDbl",0.02,"AmovPknlMrunSnonWnonDb",0.02,"AmovPknlMrunSnonWnonDbr",0.02,"AmovPknlMrunSnonWnonDr",0.02,"AmovPknlMrunSnonWnonDfr",0.02,"AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon",0.02,"AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_Putdown",0.02,"Unconscious",0.01,"AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_2",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1,"AinvPknlMstpSnonWnonDnon_medic_1",0.02,"AfalPknlMstpSnonWnonDnon",0.025,"AmovPknlMstpSnonWnonDnon",0.025}; + }; + class AfalPpneMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\sdr\fal\pne\stp\non\non\AfalPpneMstpSnonWnonDnon"; + speed = -1; + aimPrecision = 7; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon_turnL",0.02,"AmovPpneMstpSnonWnonDnon_turnR",0.02,"AinvPpneMstpSlayWnonDnon_medicIn",0.02,"AinvPpneMstpSlayWnonDnon_medicOther",0.02,"AmovPpneMrunSnonWnonDf",0.02,"AmovPpneMrunSnonWnonDfl",0.02,"AmovPpneMrunSnonWnonDl",0.02,"AmovPpneMrunSnonWnonDbl",0.02,"AmovPpneMrunSnonWnonDb",0.02,"AmovPpneMrunSnonWnonDbr",0.02,"AmovPpneMrunSnonWnonDr",0.02,"AmovPpneMrunSnonWnonDfr",0.02,"AmovPpneMstpSnonWnonDnon_AinvPpneMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AinvPpneMstpSnonWnonDnon_Putdown",0.02,"Unconscious",0.01,"AmovPpneMstpSnonWnonDnon_relax",0.1,"AwopPpneMstpSgthWnonDnon_Fast_Start",0.02,"HaloFreeFall_non",0.2,"AfalPpneMstpSnonWnonDnon",0.025,"AmovPpneMstpSnonWnonDnon",0.025}; + }; + class AfalPercMstpSrasWlnrDnon: AmovPercMstpSrasWlnrDnon + { + file = "\A3\anims_f\Data\Anim\sdr\fal\erc\stp\ras\lnr\AfalPercMstpSrasWlnrDnon"; + speed = -1.5; + aimPrecision = 7; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWlnrDnon_turnL",0.02,"AmovPercMstpSrasWlnrDnon_turnR",0.02,"AmovPercMwlkSrasWlnrDf",0.02,"AovrPercMstpSrasWlnrDf",0.05,"AmovPercMevaSlowWlnrDf",0.02,"AmovPercMwlkSrasWlnrDfl",0.02,"AmovPercMwlkSrasWlnrDl",0.02,"AmovPercMwlkSrasWlnrDbl",0.02,"AmovPercMwlkSrasWlnrDb",0.02,"AmovPercMwlkSrasWlnrDbr",0.02,"AmovPercMwlkSrasWlnrDr",0.02,"AmovPercMwlkSrasWlnrDfr",0.02,"AmovPercMrunSrasWlnrDf",0.02,"AmovPercMrunSrasWlnrDfl",0.02,"AmovPercMrunSrasWlnrDl",0.02,"AmovPercMrunSrasWlnrDbl",0.02,"AmovPercMrunSrasWlnrDb",0.02,"AmovPercMrunSrasWlnrDbr",0.02,"AmovPercMrunSrasWlnrDr",0.02,"AmovPercMrunSrasWlnrDfr",0.02,"AmovPercMtacSrasWlnrDf",0.02,"AmovPercMtacSrasWlnrDfl",0.02,"AmovPercMtacSrasWlnrDl",0.02,"AmovPercMtacSrasWlnrDbl",0.02,"AmovPercMtacSrasWlnrDb",0.02,"AmovPercMtacSrasWlnrDbr",0.02,"AmovPercMtacSrasWlnrDr",0.02,"AmovPercMtacSrasWlnrDfr",0.02,"Unconscious",0.1,"HaloFreeFall_non",10.2,"AmovPercMstpSrasWlnrDnon_AinvPercMstpSrasWlnrDnon",0.02,"AmovPercMstpSrasWlnrDnon_AinvPercMstpSrasWlnrDnon_Putdown",0.02,"AfalPercMstpSrasWlnrDnon",0.025,"AmovPercMstpSrasWlnrDnon",0.025}; + }; + class AfalPknlMstpSrasWlnrDnon: AmovPknlMstpSrasWlnrDnon + { + file = "\A3\anims_f\Data\Anim\sdr\fal\knl\stp\ras\lnr\AfalPknlMstpSrasWlnrDnon"; + speed = -1; + aimPrecision = 7; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon_turnL",0.02,"AmovPknlMstpSrasWlnrDnon_turnR",0.02,"AmovPknlMrunSrasWlnrDf",0.02,"AmovPknlMrunSrasWlnrDfl",0.02,"AmovPknlMevaSlowWlnrDf",0.02,"AmovPknlMevaSlowWlnrDfl",0.02,"AmovPknlMevaSlowWlnrDfr",0.02,"AmovPknlMrunSrasWlnrDl",0.02,"AmovPknlMrunSrasWlnrDbl",0.02,"AmovPknlMrunSrasWlnrDb",0.02,"AmovPknlMrunSrasWlnrDbr",0.02,"AmovPknlMrunSrasWlnrDr",0.02,"AmovPknlMrunSrasWlnrDfr",0.02,"AmovPercMevaSlowWlnrDf",0.02,"AmovPercMevaSlowWlnrDfr",0.02,"AmovPercMevaSlowWlnrDfl",0.02,"AmovPknlMwlkSrasWlnrDf",0.02,"AmovPknlMwlkSrasWlnrDfl",0.02,"AmovPknlMwlkSrasWlnrDl",0.02,"AmovPknlMwlkSrasWlnrDbl",0.02,"AmovPknlMwlkSrasWlnrDb",0.02,"AmovPknlMwlkSrasWlnrDbr",0.02,"AmovPknlMwlkSrasWlnrDr",0.02,"AmovPknlMwlkSrasWlnrDfr",0.02,"AmovPknlMtacSrasWlnrDf",0.02,"AmovPknlMtacSrasWlnrDfl",0.02,"AmovPknlMtacSrasWlnrDl",0.02,"AmovPknlMtacSrasWlnrDbl",0.02,"AmovPknlMtacSrasWlnrDb",0.02,"AmovPknlMtacSrasWlnrDbr",0.02,"AmovPknlMtacSrasWlnrDr",0.02,"AmovPknlMtacSrasWlnrDfr",0.02,"Unconscious",0.01,"AmovPknlMstpSrasWlnrDnon_relax",0.01,"AmovPknlMstpSrasWlnrDnon_AinvPknlMstpSrasWlnrDnon",0.02,"AmovPknlMstpSrasWlnrDnon_AinvPknlMstpSrasWlnrDnon_Putdown",0.02,"AinvPknlMstpSnonWrflDnon_AinvPknlMstpSnonWrflDnon_medic_Launcher",0.02,"AfalPknlMstpSrasWlnrDnon",0.025,"AmovPknlMstpSrasWlnrDnon",0.025}; + }; + class AmovPercMstpSoptWbinDnon_AinvPercMstpSoptWbinDnon_Putdown: AmovPercMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\non\non\AinvPercMstpSoptWbinDnon_Putdown"; + speed = 1.42857; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + disableWeapons = 1; + ConnectTo[] = {"AinvPercMstpSoptWbinDnon_Putdown_AmovPercMstpSoptWbinDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPercMstpSoptWbinDnon_Putdown_AmovPercMstpSoptWbinDnon: AmovPercMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + canPullTrigger = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\non\non\AinvPercMstpSoptWbinDnon_Putdown_end"; + speed = 0.68182; + disableWeapons = 1; + }; + class AmovPknlMstpSoptWbinDnon_AinvPknlMstpSoptWbinDnon_Putdown: AmovPknlMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSoptWbinDnon_Putdown"; + speed = 1.42857; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + disableWeapons = 1; + ConnectTo[] = {"AinvPknlMstpSoptWbinDnon_Putdown_AmovPknlMstpSoptWbinDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPknlMstpSoptWbinDnon_Putdown_AmovPknlMstpSoptWbinDnon: AmovPknlMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\non\non\AinvPknlMstpSoptWbinDnon_Putdown_end"; + speed = 0.68182; + leftHandIKBeg = 0; + disableWeapons = 1; + }; + class AmovPpneMstpSoptWbinDnon_AinvPpneMstpSoptWbinDnon_Putdown: AmovPpneMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\non\non\AinvPpneMstpSoptWbinDnon_Putdown"; + speed = 0.90909; + interpolationRestart = 1; + disableWeapons = 1; + ConnectTo[] = {"AinvPpneMstpSoptWbinDnon_Putdown_AmovPpneMstpSoptWbinDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPpneMstpSoptWbinDnon_Putdown_AmovPpneMstpSoptWbinDnon: AmovPpneMstpSoptWbinDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\non\non\AinvPpneMstpSoptWbinDnon_Putdown_end"; + speed = 0.52632; + leftHandIKBeg = 0; + disableWeapons = 1; + }; + class AmovPercMtacSrasWrflDf_AmovPercMtacSrasWlnrDf: AmovPercMtacSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\rfl\AmovPercMtacSrasWrflDf_AmovPercMtacSrasWlnrDf"; + actions = "RifleStandActionsTacLnr"; + speed = 0.833333; + looped = 0; + relSpeedMin = 1; + relSpeedMax = 1; + disableWeapons = 1; + interpolationRestart = 2; + minPlayTime = 0.9; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + rightHandIKCurve[] = {0.252,1,0.411,0}; + leftHandIKCurve[] = {0.093,1,0.243,0}; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1,"AmovPercMtacSrasWrflDf_AmovPercMtacSrasWlnrDf_2",0.01,"AmovPercMtacSrasWrflDfr_AmovPercMtacSrasWlnrDfr_2",0.01,"AmovPercMtacSrasWrflDfl_AmovPercMtacSrasWlnrDfl_2",0.01}; + weaponIK = 1; + }; + class AmovPercMtacSrasWrflDf_AmovPercMtacSrasWlnrDf_2: AmovPercMtacSrasWlnrDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\rfl\AmovPercMtacSrasWrflDf_AmovPercMtacSrasWlnrDf_2"; + actions = "RifleStandActionsTacLnr"; + speed = 0.576923; + looped = 0; + disableWeapons = 1; + enableMissile = 1; + interpolationRestart = 2; + minPlayTime = 0.9; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + relSpeedMin = 1; + relSpeedMax = 1; + rightHandIKCurve[] = {0.252,0,0.411,1}; + leftHandIKCurve[] = {0.093,0,0.243,1}; + weaponIK = 4; + }; + class AmovPercMtacSrasWrflDfl_AmovPercMtacSrasWlnrDfl: AmovPercMtacSrasWrflDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\rfl\AmovPercMtacSrasWrflDfl_AmovPercMtacSrasWlnrDfl"; + actions = "RifleStandActionsTacLnr"; + speed = 0.833333; + looped = 0; + disableWeapons = 1; + interpolationRestart = 2; + minPlayTime = 0.9; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + relSpeedMin = 1; + relSpeedMax = 1; + rightHandIKCurve[] = {0.252,1,0.411,0}; + leftHandIKCurve[] = {0.093,1,0.243,0}; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1,"AmovPercMtacSrasWrflDf_AmovPercMtacSrasWlnrDf_2",0.01,"AmovPercMtacSrasWrflDfr_AmovPercMtacSrasWlnrDfr_2",0.01,"AmovPercMtacSrasWrflDfl_AmovPercMtacSrasWlnrDfl_2",0.01}; + weaponIK = 1; + }; + class AmovPercMtacSrasWrflDfl_AmovPercMtacSrasWlnrDfl_2: AmovPercMtacSrasWlnrDfl + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\rfl\AmovPercMtacSrasWrflDfl_AmovPercMtacSrasWlnrDfl_2"; + actions = "RifleStandActionsTacLnr"; + speed = 0.576923; + looped = 0; + enableMissile = 1; + disableWeapons = 1; + interpolationRestart = 2; + minPlayTime = 0.9; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1; + rightHandIKCurve[] = {0.252,0,0.411,1}; + leftHandIKCurve[] = {0.093,0,0.243,1}; + weaponIK = 4; + }; + class AmovPercMtacSrasWrflDfr_AmovPercMtacSrasWlnrDfr: AmovPercMtacSrasWrflDfr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\rfl\AmovPercMtacSrasWrflDfr_AmovPercMtacSrasWlnrDfr"; + actions = "RifleStandActionsTacLnr"; + speed = 0.833333; + looped = 0; + disableWeapons = 1; + interpolationRestart = 2; + minPlayTime = 0.9; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1; + rightHandIKCurve[] = {0.252,1,0.411,0}; + leftHandIKCurve[] = {0.093,1,0.243,0}; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1,"AmovPercMtacSrasWrflDf_AmovPercMtacSrasWlnrDf_2",0.01,"AmovPercMtacSrasWrflDfr_AmovPercMtacSrasWlnrDfr_2",0.01,"AmovPercMtacSrasWrflDfl_AmovPercMtacSrasWlnrDfl_2",0.01}; + weaponIK = 1; + }; + class AmovPercMtacSrasWrflDfr_AmovPercMtacSrasWlnrDfr_2: AmovPercMtacSrasWlnrDfr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\rfl\AmovPercMtacSrasWrflDfr_AmovPercMtacSrasWlnrDfr_2"; + actions = "RifleStandActionsTacLnr"; + speed = 0.576923; + enableMissile = 1; + looped = 0; + disableWeapons = 1; + interpolationRestart = 2; + minPlayTime = 0.9; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + static = 1; + relSpeedMin = 0.5; + relSpeedMax = 1; + rightHandIKCurve[] = {0.252,0,0.411,1}; + leftHandIKCurve[] = {0.093,0,0.243,1}; + weaponIK = 4; + }; + class HaloFreeFall_non: Default + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_neutralLoop"; + actions = "ParachuteFreeFall"; + speed = 0.30303; + disableWeapons = 1; + interpolationSpeed = 1; + aiming = "empty"; + aimingBody = "empty"; + leaning = "empty"; + legs = "empty"; + head = "empty"; + soundEnabled = 0; + forceAim = 1; + weaponLowered = 1; + InterpolateTo[] = {"HaloFreeFall_non_HaloFreeFall_FR",0.02,"HaloFreeFall_non_HaloFreeFall_R",0.02,"HaloFreeFall_non_HaloFreeFall_BR",0.02,"HaloFreeFall_non_HaloFreeFall_B",0.02,"HaloFreeFall_non_HaloFreeFall_BL",0.02,"HaloFreeFall_non_HaloFreeFall_L",0.02,"HaloFreeFall_non_HaloFreeFall_FL",0.02,"HaloFreeFall_non_HaloFreeFall_F",0.02,"Unconscious",0.1,"AmovPercMstpSnonWnonDnon",0.2,"AmovPercMstpSlowWlnrDnon",0.2,"AmovPercMstpSrasWrflDnon",0.2,"AmovPercMstpSlowWrflDnon",0.2,"AmovPercMstpSrasWlnrDnon",0.2,"AmovPercMstpSrasWpstDnon",0.0,"AmovPpneMstpSnonWnonDnon",0.2,"AswmPercMstpSnonWnonDnon",0.2,"AsswPercMstpSnonWnonDnon",0.2}; + }; + class HaloFreeFall_non_HaloFreeFall_FR: HaloFreeFall_non + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_neutralToRF"; + looped = 0; + speed = 1.03448; + interpolationRestart = 1; + ConnectTo[] = {"HaloFreeFall_FR",0.02}; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_non_HaloFreeFall_R",0.02,"HaloFreeFall_non_HaloFreeFall_F",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_non_HaloFreeFall_R: HaloFreeFall_non_HaloFreeFall_FR + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_neutralToR"; + ConnectTo[] = {"HaloFreeFall_R",0.02}; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_non_HaloFreeFall_FR",0.02,"HaloFreeFall_non_HaloFreeFall_BR",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_non_HaloFreeFall_BR: HaloFreeFall_non_HaloFreeFall_FR + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_neutralToRB"; + ConnectTo[] = {"HaloFreeFall_BR",0.02}; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_non_HaloFreeFall_R",0.02,"HaloFreeFall_non_HaloFreeFall_B",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_non_HaloFreeFall_B: HaloFreeFall_non_HaloFreeFall_FR + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_neutralToB"; + ConnectTo[] = {"HaloFreeFall_B",0.02}; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_non_HaloFreeFall_BR",0.02,"HaloFreeFall_non_HaloFreeFall_BL",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_non_HaloFreeFall_BL: HaloFreeFall_non_HaloFreeFall_FR + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_neutralToLB"; + ConnectTo[] = {"HaloFreeFall_BL",0.02}; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_non_HaloFreeFall_B",0.02,"HaloFreeFall_non_HaloFreeFall_L",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_non_HaloFreeFall_L: HaloFreeFall_non_HaloFreeFall_FR + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_neutralToL"; + ConnectTo[] = {"HaloFreeFall_L",0.02}; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_non_HaloFreeFall_BL",0.02,"HaloFreeFall_non_HaloFreeFall_FL",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_non_HaloFreeFall_FL: HaloFreeFall_non_HaloFreeFall_FR + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_neutralToLF"; + ConnectTo[] = {"HaloFreeFall_FL",0.02}; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_non_HaloFreeFall_L",0.02,"HaloFreeFall_non_HaloFreeFall_F",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_non_HaloFreeFall_F: HaloFreeFall_non_HaloFreeFall_FR + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_neutralToF"; + ConnectTo[] = {"HaloFreeFall_F",0.02}; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_non_HaloFreeFall_FR",0.02,"HaloFreeFall_non_HaloFreeFall_FL",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_F: HaloFreeFall_non + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_Floop"; + speed = 0.681818; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_FL",0.02,"HaloFreeFall_FR",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_FL: HaloFreeFall_F + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_LFloop"; + speed = 0.30303; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_F",0.02,"HaloFreeFall_L",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_L: HaloFreeFall_F + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_Lloop"; + speed = 0.30303; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_FL",0.02,"HaloFreeFall_BL",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_BL: HaloFreeFall_F + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_LBloop"; + speed = 0.30303; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_L",0.02,"HaloFreeFall_B",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_B: HaloFreeFall_F + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_Bloop"; + speed = 0.30303; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_BL",0.02,"HaloFreeFall_BR",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_BR: HaloFreeFall_F + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_RBloop"; + speed = 0.30303; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_B",0.02,"HaloFreeFall_R",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_R: HaloFreeFall_F + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_Rloop"; + speed = 0.30303; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_BR",0.02,"HaloFreeFall_FR",0.02,"Unconscious",0.1}; + }; + class HaloFreeFall_FR: HaloFreeFall_F + { + file = "\A3\anims_f\data\Anim\sdr\Halo\HaloFreeFall_RFloop"; + speed = 0.30303; + InterpolateTo[] = {"HaloFreeFall_non",0.02,"HaloFreeFall_F",0.02,"HaloFreeFall_R",0.02,"Unconscious",0.1}; + }; + class ReloadGM6: Default + { + actions = "RifleKneelActions"; + weaponIK = 1; + canPullTrigger = 0; + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadLynx"; + speed = 0.1721; + looped = 0; + mask = "handsWeapon"; + rightHandIKCurve[] = {0.016,1,0.044,0,0.214,0,0.247,1,0.723,1,0.748,0,0.956,0,0.989,1}; + leftHandIKCurve[] = {0,1,0.268,1,0.296,0,0.701,0,0.715,1,1,1}; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class ReloadGM6Prone: ReloadGM6 + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadLynxProne"; + mask = "BodyFullReal"; + actions = "RifleProneActions"; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.02}; + }; + class MountOptic: Default + { + file = "\A3\anims_f\data\Anim\sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon_OpticsMnt"; + speed = 0.149626; + looped = 0; + headBobStrength = -1; + actions = "RifleKneelActions"; + disableWeapons = 1; + weaponIK = 1; + canPullTrigger = 0; + canReload = 0; + rightHandIKCurve[] = {0,1,0.01754,0,0.97453,0,1,1}; + leftHandIKCurve[] = {0,1,0.01754,0,0.97453,0,1,1}; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSrasWlnrDnon_AinvPercMstpSrasWlnrDnon: AmovPercMstpSrasWlnrDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + actions = "LauncherStandActions_inv"; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\lnr\AinvPercMstpSrasWlnrDnon_gin"; + speed = 1.8; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.1,1,0.3,0}; + ConnectTo[] = {"AinvPercMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AinvPercMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon",0.02,"Unconscious",0.01}; + }; + class AinvPercMstpSrasWlnrDnon: AmovPercMstpSrasWlnrDnon_AinvPercMstpSrasWlnrDnon + { + variantsPlayer[] = {"AinvPercMstpSrasWlnrDnon_G01",1}; + variantAfter[] = {7,7,7}; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\lnr\AinvPercMstpSrasWlnrDnon_G"; + speed = 10; + looped = 1; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0}; + disableWeaponsLong = 1; + weaponLowered = 1; + }; + class AinvPercMstpSrasWlnrDnon_G01: AmovPercMstpSrasWlnrDnon_AinvPercMstpSrasWlnrDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\lnr\AinvPercMstpSrasWlnrDnon_gloop"; + speed = -7; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPercMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon: AmovPercMstpSrasWlnrDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\lnr\AinvPercMstpSrasWlnrDnon_gout"; + speed = 1.25; + leftHandIKBeg = 0; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPknlMstpSrasWlnrDnon_AinvPknlMstpSrasWlnrDnon: AmovPknlMstpSrasWlnrDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + actions = "LauncherKneelActions_inv"; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\lnr\AinvPknlMstpSrasWlnrDnon_gin"; + speed = 1.8; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.1,1,0.3,0}; + ConnectTo[] = {"AinvPknlMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AinvPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWlnrDnon",0.02,"Unconscious",0.01}; + }; + class AinvPknlMstpSlayWlnrDnon_medicOther: AmovPknlMstpSrasWlnrDnon_AinvPknlMstpSrasWlnrDnon + { + actions = "HealSelfLauncherActionBase"; + aiming = "empty"; + aimingBody = "empty"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\lay\lnr\AinvPknlMstpSlayWlnrDnon_medicOther"; + speed = 0.13274; + interpolationRestart = 1; + limitGunMovement = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.p3d"; + weaponsIK = 2; + soundOverride = "healself"; + soundEnabled = 1; + minPlayTime = 0.95; + canReload = 0; + soundEdge[] = {0.01}; + rightHandIKCurve[] = {0.05,1,0.072,0,0.915,0,0.933,1}; + leftHandIKCurve[] = {0.0133,1,0.03311,0,0.97,0,0.987,1}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.01}; + }; + class AinvPknlMstpSrasWlnrDnon: AmovPknlMstpSrasWlnrDnon_AinvPknlMstpSrasWlnrDnon + { + variantsPlayer[] = {"AinvPknlMstpSrasWlnrDnon_G01",1}; + variantAfter[] = {7,7,7}; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\lnr\AinvPknlMstpSrasWlnrDnon_G"; + speed = 10; + looped = 1; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0}; + disableWeaponsLong = 1; + weaponLowered = 1; + }; + class AinvPknlMstpSrasWlnrDnon_G01: AmovPknlMstpSrasWlnrDnon_AinvPknlMstpSrasWlnrDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\lnr\AinvPknlMstpSrasWlnrDnon_gloop"; + speed = -7; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + looped = 1; + leftHandIKCurve[] = {0}; + }; + class AinvPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWlnrDnon: AmovPknlMstpSrasWlnrDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\lnr\AinvPknlMstpSrasWlnrDnon_gout"; + speed = 1.25; + leftHandIKBeg = 0; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPercMstpSrasWlnrDnon_AinvPercMstpSrasWlnrDnon_Putdown: AmovPercMstpSrasWlnrDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\lnr\AinvPercMstpSrasWlnrDnon_in"; + speed = 1.8; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + disableWeapons = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AinvPercMstpSrasWlnrDnon_Putdown_AmovPercMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPercMstpSrasWlnrDnon_Putdown_AmovPercMstpSrasWlnrDnon: AmovPercMstpSrasWlnrDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\lnr\AinvPercMstpSrasWlnrDnon_out"; + speed = 0.731707; + leftHandIKBeg = 0; + disableWeapons = 1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPknlMstpSrasWlnrDnon_AinvPknlMstpSrasWlnrDnon_Putdown: AmovPknlMstpSrasWlnrDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\lnr\AinvPknlMstpSrasWlnrDnon_in"; + speed = 1.42857; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + disableWeapons = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AinvPknlMstpSrasWlnrDnon_Putdown_AmovPknlMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPknlMstpSrasWlnrDnon_Putdown_AmovPknlMstpSrasWlnrDnon: AmovPknlMstpSrasWlnrDnon + { + static = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.45; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\lnr\AinvPknlMstpSrasWlnrDnon_out"; + speed = 0.833333; + leftHandIKBeg = 0; + disableWeapons = 1; + leftHandIKCurve[] = {0.8,0,1,1}; + ConnectTo[] = {}; + }; + class MountOpticProne: MountOptic{}; + class DismountOptic: Default + { + file = "\A3\anims_f\data\Anim\sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon_OpticsDis"; + speed = 0.221402; + looped = 0; + headBobStrength = -1; + actions = "RifleKneelActions"; + disableWeapons = 1; + weaponIK = 1; + canPullTrigger = 0; + canReload = 0; + rightHandIKCurve[] = {0,1,0.01754,0,0.97453,0,1,1}; + leftHandIKCurve[] = {0,1,0.01754,0,0.97453,0,1,1}; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class DismountOpticProne: DismountOptic + { + speed = 0.149626; + }; + class MountSide: Default + { + file = "\A3\anims_f\data\Anim\sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon_PtrMnt"; + speed = 0.058571; + looped = 0; + headBobStrength = -1; + actions = "RifleKneelActions"; + disableWeapons = 1; + weaponIK = 1; + canPullTrigger = 0; + canReload = 0; + rightHandIKCurve[] = {0,1,0.01754,0,0.97453,0,1,1}; + leftHandIKCurve[] = {0,1,0.01754,0,0.97453,0,1,1}; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class MountSideProne: MountSide{}; + class DismountSide: Default + { + file = "\A3\anims_f\data\Anim\sdr\inv\knl\stp\lay\rfl\AinvPknlMstpSlayWrflDnon_PtrDis"; + speed = 0.058571; + looped = 0; + headBobStrength = -1; + actions = "RifleKneelActions"; + disableWeapons = 1; + weaponIK = 1; + canPullTrigger = 0; + canReload = 0; + rightHandIKCurve[] = {0,1,0.01754,0,0.97453,0,1,1}; + leftHandIKCurve[] = {0,1,0.01754,0,0.97453,0,1,1}; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class DismountSideProne: DismountSide{}; + class Acts_CrouchingCoveringRifle01: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_CrouchingCoveringRifle01"; + looped = 0; + disableWeapons = 0; + speed = 0.181; + actions = "NoActions"; + soundOverride = "Acts_CrouchingCoveringRifle01"; + InterpolateTo[] = {}; + }; + class Acts_CrouchingFiringLeftRifle01: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_CrouchingFiringLeftRifle01"; + disableWeapons = 0; + looped = 0; + speed = 0.297; + soundOverride = "Acts_CrouchingFiringLeftRifle01"; + InterpolateTo[] = {}; + }; + class Acts_CrouchingFiringLeftRifle02: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_CrouchingFiringLeftRifle02"; + disableWeapons = 0; + looped = 0; + speed = 0.375; + soundOverride = "Acts_CrouchingFiringLeftRifle02"; + soundEdge[] = {0.001}; + InterpolateTo[] = {}; + }; + class Acts_CrouchingFiringLeftRifle03: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_CrouchingFiringLeftRifle03"; + disableWeapons = 0; + looped = 0; + speed = 0.234; + soundOverride = "Acts_CrouchingFiringLeftRifle03"; + soundEdge[] = {0.001}; + InterpolateTo[] = {}; + }; + class Acts_CrouchingFiringLeftRifle04: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_CrouchingFiringLeftRifle04"; + speed = 0.189; + actions = "NoActions"; + disableWeapons = 0; + weaponLowered = 0; + canPullTrigger = 1; + soundOverride = "Acts_CrouchingFiringLeftRifle04"; + soundEdge[] = {0.001,1}; + InterpolateTo[] = {}; + }; + class Acts_CrouchingIdleRifle01: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_CrouchingIdleRifle01"; + disableWeapons = 0; + looped = 0; + speed = 0.259; + soundOverride = "Acts_CrouchingIdleRifle01"; + InterpolateTo[] = {}; + }; + class Acts_CrouchingReloadingRifle01: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_CrouchingReloadingRifle01"; + disableWeapons = 0; + looped = 0; + speed = 0.246; + soundOverride = "Acts_CrouchingReloadingRifle01"; + InterpolateTo[] = {}; + }; + class Acts_CrouchingWatchingRifle01: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_CrouchingWatchingRifle01"; + disableWeapons = 0; + looped = 0; + speed = 0.252; + soundOverride = "Acts_CrouchingWatchingRifle01"; + InterpolateTo[] = {}; + }; + class Acts_CrouchingWatchingRifle02: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_CrouchingWatchingRifle02"; + disableWeapons = 0; + looped = 0; + speed = 0.265; + InterpolateTo[] = {}; + }; + class Acts_PointingLeftUnarmed: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_PointingLeftUnarmed"; + speed = 0.0135; + actions = "NoActions"; + soundOverride = "Acts_PointingLeftUnarmed"; + soundEdge[] = {0.001}; + InterpolateTo[] = {}; + }; + class Acts_StandingSpeakingUnarmed: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_StandingSpeakingUnarmed"; + speed = 0.0139; + actions = "NoActions"; + soundOverride = "Acts_StandingSpeakingUnarmed"; + soundEdge[] = {0.001}; + InterpolateTo[] = {}; + }; + class Acts_InjuredLyingRifle01: CutSceneAnimationBase + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredLyingRifle01"; + speed = 0.106; + actions = "NoActions"; + soundOverride = "Acts_InjuredLyingRifle01"; + }; + class Acts_InjuredLyingRifle02: CutSceneAnimationBase + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredLyingRifle01"; + speed = 0.106; + actions = "NoActions"; + disableWeapons = 1; + canReload = 0; + disableWeaponsLong = 1; + soundOverride = "Acts_InjuredLyingRifle02"; + }; + class Acts_InjuredLookingRifle01: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredLookingRifle01"; + speed = 0.167; + actions = "NoActions"; + soundOverride = "Acts_InjuredLookingRifle01"; + }; + class Acts_InjuredLookingRifle02: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredLookingRifle02"; + speed = 0.102; + actions = "NoActions"; + soundOverride = "Acts_InjuredLookingRifle02"; + }; + class Acts_InjuredLookingRifle03: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredLookingRifle03"; + speed = 0.088; + actions = "NoActions"; + soundOverride = "Acts_InjuredLookingRifle03"; + }; + class Acts_InjuredLookingRifle04: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredLookingRifle04"; + speed = 0.06; + actions = "NoActions"; + soundOverride = "Acts_InjuredLookingRifle04"; + }; + class Acts_InjuredLookingRifle05: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredLookingRifle05"; + speed = 0.067; + actions = "NoActions"; + soundOverride = "Acts_InjuredLookingRifle05"; + }; + class Acts_InjuredAngryRifle01: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredAngryRifle01"; + speed = 0.098; + actions = "NoActions"; + soundOverride = "Acts_InjuredAngryRifle01"; + }; + class Acts_InjuredSpeakingRifle01: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredSpeakingRifle01"; + speed = 0.064; + actions = "NoActions"; + soundOverride = "Acts_InjuredSpeakingRifle01"; + }; + class Acts_InjuredCoughRifle02: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredCoughRifle02"; + speed = 0.142; + actions = "ToIncapacitatedRifleAction"; + soundOverride = "Acts_InjuredCoughRifle02"; + ConnectTo[] = {}; + }; + class Acts_MHCargo_JumpToWater_all: CutSceneAnimationBaseSit + { + headBobMode = 0; + headBobStrength = 0; + speed = 0.216; + file = "\A3\anims_f\Data\Anim\Sdr\cts\cts_MHCargo_JumpToWater_all"; + looped = 0; + disableWeapons = 0; + actions = "NoActions"; + canBlendStep = 0; + ConnectTo[] = {"AbdvPercMstpSnonWrflDnon",0.001}; + InterpolateTo[] = {"AbdvPercMstpSnonWrflDnon",0.001}; + }; + class Acts_MHCargo_JumpToWater_sittingloop: CutSceneAnimationBaseSit + { + headBobMode = 0; + headBobStrength = 0; + actions = "NoActions"; + file = "\A3\anims_f\Data\Anim\Sdr\cts\cts_MHCargo_JumpToWater_sittingloop"; + disableWeapons = 0; + speed = 0.151; + ConnectTo[] = {"Acts_MHCargo_JumpToWater_all",0.001}; + InterpolateTo[] = {"Acts_MHCargo_JumpToWater_all",0.001}; + }; + class HubTemplateU: StandBase + { + useIdles = 0; + looped = 0; + enableBinocular = 0; + preload = 1; + canPullTrigger = 0; + canReload = 0; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUA_idle1"; + legs = "legsNo"; + head = "headNo"; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class HubTemplate: HubTemplateU + { + weaponIK = 1; + leftHandIKBeg = 1; + leftHandIKCurve[] = {1}; + leftHandIKEnd = 1; + rightHandIKBeg = 1; + rightHandIKCurve[] = {1}; + rightHandIKEnd = 1; + disableWeapons = 0; + canPullTrigger = 1; + }; + class HubSittingChairA_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairA_idle1"; + speed = 0.0667; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class HubSittingChairA_idle2: HubSittingChairA_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairA_idle2"; + speed = 0.0545; + }; + class HubSittingChairA_idle3: HubSittingChairA_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairA_idle3"; + speed = 0.0769; + }; + class HubSittingChairA_move1: HubSittingChairA_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairA_move1"; + speed = 0.1132; + }; + class HubSittingChairB_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairB_idle1"; + speed = 0.0577; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class HubSittingChairB_idle2: HubSittingChairB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairB_idle2"; + speed = 0.0652; + }; + class HubSittingChairB_idle3: HubSittingChairB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairB_idle3"; + speed = 0.0293; + }; + class HubSittingChairB_move1: HubSittingChairB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairB_move1"; + speed = 0.0932; + }; + class HubSittingChairC_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairC_idle1"; + speed = 0.089; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class HubSittingChairC_idle2: HubSittingChairC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairC_idle2"; + speed = 0.0667; + }; + class HubSittingChairC_idle3: HubSittingChairC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairC_idle3"; + speed = 0.0667; + }; + class HubSittingChairC_move1: HubSittingChairC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairC_move1"; + speed = 0.0621; + }; + class HubSittingChairUA_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUA_idle1"; + speed = 0.0667; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class HubSittingChairUA_idle2: HubSittingChairUA_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUA_idle2"; + speed = 0.0545; + }; + class HubSittingChairUA_idle3: HubSittingChairUA_idle1 + { + speed = 0.0769; + }; + class HubSittingChairUA_move1: HubSittingChairUA_idle1 + { + speed = 0.1132; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUA_move1"; + }; + class HubSittingChairUB_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUB_idle1"; + speed = 0.0577; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class HubSittingChairUB_idle2: HubSittingChairUB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUB_idle2"; + speed = 0.0652; + }; + class HubSittingChairUB_idle3: HubSittingChairUB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUB_idle3"; + speed = 0.0293; + }; + class HubSittingChairUB_move1: HubSittingChairUB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUB_move1"; + speed = 0.0932; + }; + class HubSittingChairUC_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUC_idle1"; + speed = 0.089; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class HubSittingChairUC_idle2: HubSittingChairUC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUC_idle2"; + speed = 0.0667; + }; + class HubSittingChairUC_idle3: HubSittingChairUC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUC_idle3"; + speed = 0.0667; + }; + class HubSittingChairUC_move1: HubSittingChairUC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUC_move1"; + speed = 0.0621; + }; + class HubSittingAtTableU_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingAtTableU_idle1"; + speed = 0.0741; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class HubSittingAtTableU_idle2: HubSittingAtTableU_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingAtTableU_idle2"; + speed = 0.0882; + }; + class HubSittingAtTableU_idle3: HubSittingAtTableU_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingAtTableU_idle3"; + speed = 0.0488; + }; + class HubSittingHighA_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingHigh\HubSittingHighA_idle1"; + speed = 0.1; + }; + class HubSittingHighB_idle1: HubTemplateU + { + speed = 0.0648; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingHigh\HubSittingHighB_idle1"; + }; + class HubSittingHighB_idle2: HubSittingHighB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingHigh\HubSittingHighB_idle2"; + speed = 0.068; + }; + class HubSittingHighB_idle3: HubSittingHighB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingHigh\HubSittingHighB_idle3"; + speed = 0.0716; + }; + class HubSittingHighB_move1: HubSittingHighB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingHigh\HubSittingHighB_move1"; + speed = 0.030303; + }; + class HubSittingHighB_in: HubSittingHighB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingHigh\HubSittingHighB_in"; + speed = 0.1345; + }; + class HubSittingHighB_out: HubSittingHighB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingHigh\HubSittingHighB_out"; + speed = 0.3333; + }; + class HubSittingHighB_outSalute: HubSittingHighB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingHigh\HubSittingHighB_outSalute"; + speed = 0.24; + }; + class HubWoundedProne_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Wounded\HubWoundedProne_idle1"; + speed = 0.04; + }; + class HubWoundedProne_idle2: HubWoundedProne_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Wounded\HubWoundedProne_idle2"; + speed = 0.0342; + }; + class HubFixingVehicleProne_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\FixingVehicle\HubFixingVehicleProne_idle1"; + speed = 0.0545; + }; + class HubShootingRange_base: HubTemplate + { + enableOptics = 1; + }; + class HubShootingRangeKneel_shoot: HubShootingRange_base + { + ConnectTo[] = {"HubShootingRangeKneel_shoot",0.03,"HubShootingRangeKneel_move1",1.0,"HubShootingRangeKneel_move2",1.0,"HubShootingRangeKneel_move3",1.0,"HubShootingRangeKneel_HubShootingRangeStand",0.01}; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\ShootingRange\HubShootingRangeKneel_shoot"; + looped = 1; + speed = 1e+010; + actions = "RifleKneelActions"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl.p3d"; + canBlendStep = 1; + interpolationSpeed = 4; + InterpolateTo[] = {"HubShootingRangeKneel_HubShootingRangeStand",0.01,"HubShootingRangeKneel_move1",1.0,"HubShootingRangeKneel_move2",1.0,"HubShootingRangeKneel_move3",1.0}; + }; + class HubShootingRangeKneel_move1: HubShootingRange_base + { + file = "\A3\anims_f\data\Anim\sdr\cts\HUB\ShootingRange\Hub_ShootingRange_Kneel_move1"; + speed = 0.1224; + InterpolateTo[] = {}; + ConnectTo[] = {"HubShootingRangeKneel_shoot",0.01}; + }; + class HubShootingRangeKneel_move2: HubShootingRangeKneel_move1 + { + file = "\A3\anims_f\data\Anim\sdr\cts\HUB\ShootingRange\Hub_ShootingRange_Kneel_move2"; + speed = 0.075; + }; + class HubShootingRangeKneel_move3: HubShootingRangeKneel_move1 + { + file = "\A3\anims_f\data\Anim\sdr\cts\HUB\ShootingRange\Hub_ShootingRange_Kneel_move3"; + speed = 0.1154; + }; + class HubShootingRangeProne_shoot: HubShootingRangeKneel_shoot + { + ConnectTo[] = {"HubShootingRangeProne_shoot",0.03,"HubShootingRangeProne_move1",1.0,"HubShootingRangeProne_move2",1.0,"HubShootingRangeProne_move3",1.0}; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\ShootingRange\HubShootingRangeProne_shoot"; + actions = "RifleProneActions"; + InterpolateTo[] = {"HubShootingRangeProne_move1",1.0,"HubShootingRangeProne_move2",1.0,"HubShootingRangeProne_move3",1.0}; + }; + class HubShootingRangeProne_move1: HubShootingRange_base + { + file = "\A3\anims_f\data\Anim\sdr\cts\HUB\ShootingRange\Hub_ShootingRange_Prone_move1"; + speed = 0.0732; + InterpolateTo[] = {}; + ConnectTo[] = {"HubShootingRangeProne_shoot",0.01}; + actions = "RifleProneActions"; + }; + class HubShootingRangeProne_move2: HubShootingRangeProne_move1 + { + file = "\A3\anims_f\data\Anim\sdr\cts\HUB\ShootingRange\Hub_ShootingRange_Prone_move2"; + speed = 0.0444; + }; + class HubShootingRangeProne_move3: HubShootingRangeProne_move1 + { + file = "\A3\anims_f\data\Anim\sdr\cts\HUB\ShootingRange\Hub_ShootingRange_Prone_move3"; + speed = 0.1364; + }; + class HubShootingRangeStand_shoot: HubShootingRangeKneel_shoot + { + ConnectTo[] = {"HubShootingRangeStand_shoot",0.03,"HubShootingRangeStand_move1",1.0,"HubShootingRangeStand_move2",1.0,"HubShootingRangeStand_move3",1.0,"HubShootingRangeStand_move4",1.0,"HubShootingRangeStand_HubShootingRangeKneel",0.01,"HubStanding_idle1",1.0,"HubStanding_idle2",1.0,"HubStanding_idle3",1.0}; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\ShootingRange\HubShootingRangeStand_shoot"; + actions = "RifleStandActions"; + InterpolateTo[] = {"HubShootingRangeStand_HubShootingRangeKneel",0.01,"HubShootingRangeStand_move1",1.0,"HubShootingRangeStand_move2",1.0,"HubShootingRangeStand_move3",1.0,"HubShootingRangeStand_move4",1.0,"HubStanding_idle1",1.0,"HubStanding_idle2",1.0,"HubStanding_idle3",1.0}; + }; + class HubShootingRangeStand_move1: HubShootingRange_base + { + file = "\A3\anims_f\data\Anim\sdr\cts\HUB\ShootingRange\Hub_ShootingRange_Stand_move1"; + speed = 0.1304; + ConnectTo[] = {"HubShootingRangeStand_shoot",0.01}; + }; + class HubShootingRangeStand_move2: HubShootingRangeStand_move1 + { + file = "\A3\anims_f\data\Anim\sdr\cts\HUB\ShootingRange\Hub_ShootingRange_Stand_move2"; + speed = 0.1195; + }; + class HubShootingRangeStand_move3: HubShootingRangeStand_move1 + { + file = "\A3\anims_f\data\Anim\sdr\cts\HUB\ShootingRange\Hub_ShootingRange_Stand_move3"; + speed = 0.0779; + }; + class HubShootingRangeStand_move4: HubShootingRangeStand_move1 + { + file = "\A3\anims_f\data\Anim\sdr\cts\HUB\ShootingRange\Hub_ShootingRange_Stand_move4"; + speed = 0.0714; + }; + class HubShootingRangeKneel_HubShootingRangeStand: HubShootingRange_base + { + reverse = "HubShootingRangeStand_HubShootingRangeKneel"; + minPlayTime = 0.9; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\ShootingRange\HubShootingRangeKneel_HubShootingRangeStand"; + speed = -1.1; + interpolationRestart = 1; + soundOverride = "adjust_kneel_to_stand"; + actions = "RifleStandActions"; + ConnectTo[] = {"HubShootingRangeStand_shoot",0.01}; + }; + class HubShootingRangeStand_HubShootingRangeKneel: HubShootingRangeKneel_HubShootingRangeStand + { + ConnectTo[] = {"HubShootingRangeKneel_shoot",0.01}; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\ShootingRange\HubShootingRangeStand_HubShootingRangeKneel"; + speed = -0.9; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl.p3d"; + soundOverride = "adjust_stand_to_kneel"; + minPlayTime = 0.7; + }; + class HubStandingUA_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUA_idle1"; + speed = 0.0545; + }; + class HubStandingUA_idle2: HubStandingUA_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUA_idle2"; + speed = 0.0577; + }; + class HubStandingUA_idle3: HubStandingUA_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUA_idle3"; + speed = 0.0556; + }; + class HubStandingUA_move1: HubStandingUA_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUA_move1"; + speed = 0.0659; + }; + class HubStandingUA_move2: HubStandingUA_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUA_move2"; + speed = 0.0645; + }; + class HubStandingUB_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUB_idle1"; + speed = 0.0567; + }; + class HubStandingUB_idle2: HubStandingUB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUB_idle2"; + speed = 0.069; + }; + class HubStandingUB_idle3: HubStandingUB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUB_idle3"; + speed = 0.0667; + }; + class HubStandingUB_move1: HubStandingUB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUB_move1"; + speed = 0.0714; + }; + class HubStandingUC_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUC_idle1"; + speed = 0.0659; + }; + class HubStandingUC_idle2: HubStandingUC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUC_idle2"; + speed = 0.1027; + }; + class HubStandingUC_idle3: HubStandingUC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUC_idle3"; + speed = 0.0706; + }; + class HubStandingUC_move1: HubStandingUC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUC_move1"; + speed = 0.0432; + }; + class HubStandingUC_move2: HubStandingUC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUC_move2"; + speed = 0.0741; + }; + class HubStanding_idle1: HubTemplate + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStanding_idle1"; + speed = -25; + weaponLowered = 1; + canBlendStep = 1; + showWeaponAim = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Idle.p3d"; + interpolationSpeed = 0.5; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",1.0,"AmovPercMstpSrasWrflDnon",1.0,"HubShootingRangeStand_shoot",1.0}; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",1.0,"AmovPercMstpSrasWrflDnon",1.0,"HubShootingRangeStand_shoot",1.0}; + leftHandIKCurve[] = {0.025,1,0.046,0,0.9,0,0.925,1}; + rightHandIKCurve[] = {1}; + }; + class HubStanding_idle2: HubStanding_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStanding_idle2"; + speed = 0.031704; + leftHandIKCurve[] = {0.851,1,0.867,0,0.952,0,0.978,1}; + rightHandIKCurve[] = {1}; + }; + class HubStanding_idle3: HubStanding_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStanding_idle3"; + speed = 0.024666; + leftHandIKCurve[] = {0.088,1,0.095,0,0.946,0,0.956,1}; + rightHandIKCurve[] = {1}; + }; + class HubWave_move1: HubTemplate + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Wave\HubWave_move1"; + speed = 0.3333; + }; + class HubWave_move2: HubWave_move1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Wave\HubWave_move2"; + speed = 0.2222; + }; + class HubTemplate_Briefing: HubTemplateU + { + useIdles = 0; + head = "headNo"; + }; + class HubBriefing_loop: HubTemplate_Briefing + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Briefing\HubBriefing_loop"; + speed = 0.0306; + InterpolateTo[] = {"HubBriefing_lookAround1",0.01,"HubBriefing_lookAround2",0.01,"HubBriefing_pointAtTable",0.01,"HubBriefing_pointLeft",0.01,"HubBriefing_pointRight",0.01,"HubBriefing_scratch",0.01,"HubBriefing_stretch",0.01,"HubBriefing_talkAround",0.01,"HubBriefing_think",0.01,"HubBriefing_loop",0.01,"Unconscious",0.01}; + looped = 1; + ConnectTo[] = {"HubBriefing_loop",0.01}; + }; + class HubBriefing_lookAround1: HubTemplate_Briefing + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Briefing\HubBriefing_lookAround1"; + speed = 0.1714; + ConnectTo[] = {"HubBriefing_loop",0.01}; + InterpolateTo[] = {"HubBriefing_loop",0.01}; + }; + class HubBriefing_lookAround2: HubTemplate_Briefing + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Briefing\HubBriefing_lookAround2"; + speed = 0.0822; + ConnectTo[] = {"HubBriefing_loop",0.01}; + InterpolateTo[] = {"HubBriefing_loop",0.01}; + }; + class HubBriefing_pointAtTable: HubTemplate_Briefing + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Briefing\HubBriefing_pointAtTable"; + speed = 0.4478; + ConnectTo[] = {"HubBriefing_loop",0.01}; + InterpolateTo[] = {"HubBriefing_loop",0.01}; + }; + class HubBriefing_pointLeft: HubTemplate_Briefing + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Briefing\HubBriefing_pointLeft"; + speed = 0.2174; + ConnectTo[] = {"HubBriefing_loop",0.01}; + InterpolateTo[] = {"HubBriefing_loop",0.01}; + }; + class HubBriefing_pointRight: HubTemplate_Briefing + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Briefing\HubBriefing_pointRight"; + speed = 0.2803; + ConnectTo[] = {"HubBriefing_loop",0.01}; + InterpolateTo[] = {"HubBriefing_loop",0.01}; + }; + class HubBriefing_scratch: HubTemplate_Briefing + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Briefing\HubBriefing_scratch"; + speed = 0.1875; + ConnectTo[] = {"HubBriefing_loop",0.01}; + InterpolateTo[] = {"HubBriefing_loop",0.01}; + }; + class HubBriefing_stretch: HubTemplate_Briefing + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Briefing\HubBriefing_stretch"; + speed = 0.12; + ConnectTo[] = {"HubBriefing_loop",0.01}; + InterpolateTo[] = {"HubBriefing_loop",0.01}; + }; + class HubBriefing_talkAround: HubTemplate_Briefing + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Briefing\HubBriefing_talkAround"; + speed = 0.0822; + ConnectTo[] = {"HubBriefing_loop",0.01}; + InterpolateTo[] = {"HubBriefing_loop",0.01}; + }; + class HubBriefing_think: HubTemplate_Briefing + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Briefing\HubBriefing_think"; + speed = 0.1136; + ConnectTo[] = {"HubBriefing_loop",0.01}; + InterpolateTo[] = {"HubBriefing_loop",0.01}; + }; + class Campaign_Base: AmovPercMstpSnonWnonDnon + { + affectedByFatigue = "false"; + looped = 0; + weaponIK = 1; + leftHandIKEnd = 1; + leftHandIKBeg = 1; + rightHandIKBeg = 1; + rightHandIKEnd = 1; + interpolationSpeed = 2.5; + preload = 1; + relSpeedMin = 1; + relSpeedMax = 1; + soundEnabled = 1; + soundEdge[] = {0.01}; + head = "headNo"; + InterpolateTo[] = {"Unconscious",0.01}; + ConnectTo[] = {}; + }; + class Acts_CrouchGetLowGesture: Campaign_Base + { + soundOverride = "Acts_CrouchGetLowGesture"; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.01}; + ConnectTo[] = {"AmovPknlMstpSlowWrflDnon",0.01}; + file = "\A3\anims_f\data\Anim\sdr\cts\Custom\A_in\Acts_CrouchGetLowGesture"; + speed = 0.3846; + leftHandIKCurve[] = {0.17,1,0.23,0,0.7,0,0.84,1}; + rightHandIKCurve[] = {1}; + }; + class Acts_PercMwlkSlowWrflDf: Campaign_Base + { + static = 1; + relSpeedMin = 0.8; + relSpeedMax = 1; + file = "\A3\anims_f\data\Anim\sdr\cts\Custom\A_in\Acts_PercMwlkSlowWrflDf"; + speed = 0.5; + forceAim = 1; + soundOverride = "Acts_PercMwlkSlowWrflDf"; + ConnectTo[] = {"Acts_PercMwlkSlowWrflDf",1e-005,"AmovPercMstpSlowWrflDnon",0.01,"AmovPercMstpSrasWrflDnon",0.01}; + headBobMode = 3; + actions = "CutsceneLoop"; + useIdles = 0; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.01,"AmovPercMstpSrasWrflDnon",0.01}; + soundEnabled = 1; + interpolationSpeed = 2.5; + enableBinocular = 0; + canReload = 0; + enableDirectControl = 0; + enableOptics = 0; + }; + class Acts_PercMwlkSlowWrflDf2: Acts_PercMwlkSlowWrflDf + { + soundOverride = "Acts_PercMwlkSlowWrflDf2"; + rightHandIKCurve[] = {1}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.01,"AmovPercMstpSrasWrflDnon",0.01}; + ConnectTo[] = {"Acts_PercMwlkSlowWrflDf2",1e-005,"AmovPercMstpSlowWrflDnon",0.01,"AmovPercMstpSrasWrflDnon",0.01}; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\wlk\low\rfl\AmovPercMwlkSlowWrflDf"; + speed = 0.25; + soundEdge[] = {0.25,0.5,0.75,1}; + looped = 1; + headBobStrength = 0.054726; + }; + class Acts_PercMstpSlowWrflDnon_handup2: Campaign_Base + { + file = "\A3\anims_f\data\Anim\sdr\cts\Custom\A_in\Acts_PercMstpSlowWrflDnon_handup2"; + speed = 0.2222; + soundOverride = "Acts_PercMstpSlowWrflDnon_handup2"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.01}; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.01}; + leftHandIKCurve[] = {0.03,1,0.08,0,0.79,0,0.82,1}; + rightHandIKCurve[] = {0.03,1,0.08,0,0.65,0,0.72,1}; + }; + class Acts_PercMstpSlowWrflDnon_handup2b: Acts_PercMstpSlowWrflDnon_handup2 + { + speed = 0.3192; + soundOverride = "Acts_PercMstpSlowWrflDnon_handup2b"; + file = "\A3\anims_f_epa\data\Anim\sdr\cts\Custom\A_in\Acts_PercMstpSlowWrflDnon_handup2b"; + leftHandIKCurve[] = {0.01,1,0.06,0,0.77,0,0.9,1}; + rightHandIKCurve[] = {1}; + }; + class Acts_PercMstpSlowWrflDnon_handup2c: Acts_PercMstpSlowWrflDnon_handup2 + { + speed = 0.242; + soundOverride = "Acts_PercMstpSlowWrflDnon_handup2c"; + file = "\A3\anims_f_epa\data\Anim\sdr\cts\Custom\A_in\Acts_PercMstpSlowWrflDnon_handup2c"; + leftHandIKCurve[] = {0.01,1,0.06,0,0.8,0,0.88,1}; + rightHandIKCurve[] = {1}; + }; + class Acts_PercMstpSlowWrflDnon_handup1: Campaign_Base + { + file = "\A3\anims_f\data\Anim\sdr\cts\Custom\A_in\Acts_PercMstpSlowWrflDnon_handup1"; + speed = 0.3333; + soundOverride = "Acts_PercMstpSlowWrflDnon_handup1"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.01}; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.01}; + leftHandIKCurve[] = {0.17,1,0.23,0,0.7,0,0.84,1}; + rightHandIKCurve[] = {1}; + }; + class Acts_PercMstpSlowWrflDnon_handup1b: Acts_PercMstpSlowWrflDnon_handup1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_PercMstpSlowWrflDnon_handup1b"; + speed = 0.375; + soundOverride = "Acts_PercMstpSlowWrflDnon_handup1b"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.01}; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.01}; + }; + class Acts_PercMstpSlowWrflDnon_handup1c: Acts_PercMstpSlowWrflDnon_handup1 + { + speed = 0.375; + soundOverride = "Acts_PercMstpSlowWrflDnon_handup1c"; + file = "\A3\anims_f_epa\data\Anim\sdr\cts\Custom\A_in\Acts_PercMstpSlowWrflDnon_handup1c"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.01}; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.01}; + }; + class Acts_WalkingChecking: Campaign_Base + { + file = "\A3\anims_f_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_WalkingChecking"; + speed = 0.0382; + soundOverride = "Acts_WalkingChecking"; + boundingSphere = 10; + legs = "legsNo"; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class HubSpectator_stand: HubTemplate + { + actions = "StaticCutsceneLoop"; + enableBinocular = 0; + headBobStrength = 0.104478; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Spectator\HubSpectator_stand"; + canBlendStep = 1; + leftHandIKCurve[] = {0.198,1,0.213,0,0.271,0,0.293,1,0.818,1,0.835,0,0.888,0,0.924,1}; + speed = -45; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",1.0,"HubSpectator_walk",1.0,"AmovPercMstpSlowWrflDnon",1.0}; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",1.0,"HubSpectator_walk",1.0,"HubSpectator_stand",0.01,"AmovPercMstpSlowWrflDnon",1.0}; + weaponLowered = 1; + interpolationSpeed = 0.5; + canPullTrigger = 0; + showWeaponAim = 0; + disableWeaponsLong = 1; + enableDirectControl = 0; + forceAim = 1; + headBobMode = 2; + }; + class HubSpectator_walk: HubSpectator_stand + { + actions = "CutsceneLoop"; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Spectator\HubSpectator_walk"; + looped = 1; + speed = 0.25; + leftHandIKCurve[] = {0}; + rightHandIKCurve[] = {1}; + soundOverride = "Walk"; + soundEnabled = 1; + limitGunMovement = 0.6; + soundEdge[] = {0.25,0.5,0.75,1}; + Walkcycles = 2; + headBobStrength = 0.23; + aimPrecision = 4; + InterpolateTo[] = {"HubSpectator_stand",1.0,"AmovPercMstpSrasWrflDnon",1.0,"AmovPercMstpSlowWrflDnon",1.0}; + ConnectTo[] = {"HubSpectator_stand",1.0,"AmovPercMstpSrasWrflDnon",1.0,"HubSpectator_walk",0.01,"AmovPercMstpSlowWrflDnon",1.0}; + }; + class HubSpectator_walkU: HubSpectator_walk + { + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\HubSpectator_walkU"; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.001}; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.001}; + }; + class HubSpectator_standU: HubSpectator_stand + { + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\HubSpectator_standU"; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.001}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.001}; + }; + class Acts_UnconsciousStandUp_part1: Campaign_Base + { + variantAfter[] = {99,99,0}; + variantsPlayer[] = {}; + InterpolateTo[] = {}; + ConnectTo[] = {"Acts_UnconsciousStandUp_part2",0.01}; + soundOverride = "Acts_UnconsciousStandUp_part1"; + legs = "legsNo"; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_in\Acts_UnconsciousStandUp_part1"; + speed = 0.0228; + actions = "Acts_UnconsciousStandUp_Actions"; + interpolationRestart = 1; + enableDirectControl = 0; + interpolationSpeed = 0.05; + headBobMode = 1; + headBobStrength = -1; + canBlendStep = 0; + aiming = "aimingNo"; + aimingBody = "aimingNo"; + head = "headNo"; + forceAim = 1; + soundEdge[] = {0.001}; + }; + class Acts_UnconsciousStandUp_part2: Acts_UnconsciousStandUp_part1 + { + minPlayTime = 0.9; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_in\Acts_UnconsciousStandUp_part2"; + speed = 0.3659; + showItemInRightHand = 1; + showHandGun = 1; + aiming = "aimingNo"; + aimingBody = "aimingUpDefault"; + head = "headDefault"; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.001}; + canBlendStep = 0; + enableDirectControl = 0; + }; + class Acts_HUBABriefing: Campaign_Base + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\HubBriefings\Acts_HUBABriefing"; + speed = 0.025; + disableWeapons = 1; + relSpeedMin = 1; + relSpeedMax = 1; + boundingSphere = 4; + soundOverride = "Acts_HUBABriefing"; + soundEdge[] = {0.001}; + }; + class Acts_SignalToCheck: Campaign_Base + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_SignalToCheck"; + speed = 0.4286; + soundOverride = "Acts_SignalToCheck"; + InterpolateTo[] = {}; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + interpolationRestart = 1; + actions = "RifleLowStandActions"; + }; + class Acts_carFixingWheel: Campaign_Base + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_carFixingWheel"; + useIdles = 0; + speed = 0.05; + soundOverride = "Acts_carFixingWheel"; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon",0.5,"AmovPknlMstpSrasWlnrDnon",0.5,"AmovPknlMstpSrasWpstDnon",0.5,"AmovPknlMstpSrasWrflDnon",0.5}; + actions = "Acts_CarFixingWheel_actions"; + InterpolateTo[] = {"AmovPknlMwlkSrasWrflDb",0.2,"AmovPknlMwlkSrasWrflDbl",0.2,"AmovPknlMwlkSrasWrflDbr",0.2,"AmovPknlMwlkSrasWrflDf",0.2,"AmovPknlMwlkSrasWrflDfl",0.2,"AmovPknlMwlkSrasWrflDfr",0.2,"AmovPknlMwlkSrasWrflDl",0.2,"AmovPknlMwlkSrasWrflDr",0.2}; + interpolationRestart = 0; + enableAutoActions = 0; + forceAim = 1; + }; + class Acts_SittingJumpingSaluting_in: Campaign_Base + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_SittingJumpingSaluting_in"; + speed = 0.1345; + soundOverride = "Acts_SittingJumpingSaluting_in"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_SittingJumpingSaluting_loop",0.001}; + actions = "Acts_SittingJumpingSaluting_actions"; + }; + class Acts_SittingJumpingSaluting_loop: Campaign_Base + { + equivalentTo = "Acts_SittingJumpingSaluting_loop"; + variantAfter[] = {5,5,5}; + variantsAI[] = {"Acts_SittingJumpingSaluting_loop1",0.4,"Acts_SittingJumpingSaluting_loop2",0.3,"Acts_SittingJumpingSaluting_loop3",0.3}; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_SittingJumpingSaluting_High_stillpose"; + actions = "Acts_SittingJumpingSaluting_actions"; + ConnectTo[] = {"Acts_SittingJumpingSaluting_loop1",0.0001,"Acts_SittingJumpingSaluting_loop2",0.0001,"Acts_SittingJumpingSaluting_loop3",0.0001,"Acts_SittingJumpingSaluting_out",0.1}; + looped = 1; + InterpolateTo[] = {}; + interpolationRestart = 1; + interpolationSpeed = 1.45; + canBlendStep = 0; + weaponLowered = 0; + }; + class Acts_SittingJumpingSaluting_loop1: Campaign_Base + { + variantsAI[] = {"Acts_SittingJumpingSaluting_loop1",0.4,"Acts_SittingJumpingSaluting_loop2",0.3,"Acts_SittingJumpingSaluting_loop3",0.3}; + variantAfter[] = {5,5,5}; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_SittingJumpingSaluting_High_var1"; + speed = 0.0648; + soundOverride = "Acts_SittingJumpingSaluting_loop1"; + ConnectTo[] = {"Acts_SittingJumpingSaluting_loop",0.0001}; + actions = "Acts_SittingJumpingSaluting_actions"; + equivalentTo = "Acts_SittingJumpingSaluting_loop"; + InterpolateTo[] = {"Acts_SittingJumpingSaluting_loop",0.0001}; + interpolationRestart = 1; + weaponLowered = 0; + canBlendStep = 0; + }; + class Acts_SittingJumpingSaluting_loop2: Campaign_Base + { + variantsAI[] = {"Acts_SittingJumpingSaluting_loop1",0.4,"Acts_SittingJumpingSaluting_loop2",0.3,"Acts_SittingJumpingSaluting_loop3",0.3}; + variantAfter[] = {5,5,5}; + soundOverride = "Acts_SittingJumpingSaluting_loop2"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_SittingJumpingSaluting_High_var2"; + speed = 0.068; + ConnectTo[] = {"Acts_SittingJumpingSaluting_loop",0.0001}; + actions = "Acts_SittingJumpingSaluting_actions"; + equivalentTo = "Acts_SittingJumpingSaluting_loop"; + InterpolateTo[] = {"Acts_SittingJumpingSaluting_loop",0.0001}; + interpolationRestart = 1; + weaponLowered = 0; + canBlendStep = 0; + looped = 1; + }; + class Acts_SittingJumpingSaluting_loop3: Campaign_Base + { + variantsAI[] = {"Acts_SittingJumpingSaluting_loop1",0.4,"Acts_SittingJumpingSaluting_loop2",0.3,"Acts_SittingJumpingSaluting_loop3",0.3}; + variantAfter[] = {5,5,5}; + soundOverride = "Acts_SittingJumpingSaluting_loop3"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_SittingJumpingSaluting_High_var3"; + speed = 0.0716; + ConnectTo[] = {"Acts_SittingJumpingSaluting_loop",0.0001}; + actions = "Acts_SittingJumpingSaluting_actions"; + equivalentTo = "Acts_SittingJumpingSaluting_loop"; + InterpolateTo[] = {"Acts_SittingJumpingSaluting_loop",0.0001}; + interpolationRestart = 1; + weaponLowered = 0; + canBlendStep = 0; + looped = 1; + }; + class Acts_SittingJumpingSaluting_out: Campaign_Base + { + looped = 0; + soundOverride = "Acts_SittingJumpingSaluting_out"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_SittingJumpingSaluting_High_out"; + speed = 0.2344; + ConnectTo[] = {}; + disableWeapons = 1; + actions = "RifleLowStandActions"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + interpolationRestart = 1; + }; + class Acts_NavigatingChopper_In: Campaign_Base + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_NavigatingChopperIn"; + speed = 0.8333; + soundOverride = "Acts_NavigatingChopper_In"; + ConnectTo[] = {"Acts_NavigatingChopper_Loop",0.001}; + actions = "Acts_NavigatingChopper_Actions"; + }; + class Acts_NavigatingChopper_Loop: Campaign_Base + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_NavigatingChopperLoopTwice"; + speed = 0.5456; + soundOverride = "Acts_NavigatingChopper_Loop"; + soundEdge[] = {0.0,0.33,0.66}; + looped = 1; + head = "headNo"; + ConnectTo[] = {"Acts_NavigatingChopper_Out",0.001,"Acts_NavigatingChopper_Loop",0.001}; + InterpolateTo[] = {"Acts_NavigatingChopper_Out",0.001}; + disableWeapons = 1; + interpolationRestart = 1; + actions = "Acts_NavigatingChopper_Actions"; + }; + class Acts_NavigatingChopper_Out: Campaign_Base + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_NavigatingChopperOut"; + speed = 0.2586; + soundOverride = "Acts_NavigatingChopper_Out"; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + InterpolateTo[] = {}; + interpolationRestart = 1; + actions = "Acts_NavigatingChopper_Actions"; + }; + class Acts_TreatingWounded_in: Campaign_Base + { + ConnectTo[] = {"Acts_TreatingWounded_loop",0.0001}; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01\PercMstpSlowWrlfDnon_TreatingWounded"; + actions = "Acts_TreatingWounded_actions"; + interpolationRestart = 1; + speed = 0.3261; + soundOverride = "Acts_TreatingWounded_in"; + soundEdge[] = {0.001}; + }; + class Acts_TreatingWounded_loop: Campaign_Base + { + variantAfter[] = {2,4,6}; + variantsAI[] = {"Acts_TreatingWounded01",0.18,"Acts_TreatingWounded02",0.1,"Acts_TreatingWounded03",0.18,"Acts_TreatingWounded04",0.18,"Acts_TreatingWounded05",0.18,"Acts_TreatingWounded06",0.18}; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01\Acts_TreatingWounded_Stillpose"; + speed = 1e+009; + ConnectTo[] = {"Acts_TreatingWounded01",0.0001,"Acts_TreatingWounded02",0.0001,"Acts_TreatingWounded03",0.0001,"Acts_TreatingWounded04",0.0001,"Acts_TreatingWounded05",0.0001,"Acts_TreatingWounded06",0.0001,"Acts_TreatingWounded_Out",0.0001}; + interpolationRestart = 1; + actions = "Acts_TreatingWounded_actions"; + looped = 1; + }; + class Acts_TreatingWounded01: Acts_TreatingWounded_loop + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01\Acts_TreatingWounded01"; + speed = 0.1887; + soundOverride = "Acts_TreatingWounded01"; + ConnectTo[] = {"Acts_TreatingWounded_loop",0.0001}; + InterpolateTo[] = {"Acts_TreatingWounded_loop",0.0001}; + }; + class Acts_TreatingWounded02: Acts_TreatingWounded_loop + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01\Acts_TreatingWounded02"; + speed = 0.1245; + soundOverride = "Acts_TreatingWounded02"; + ConnectTo[] = {"Acts_TreatingWounded_loop",0.0001}; + InterpolateTo[] = {"Acts_TreatingWounded_loop",0.0001}; + }; + class Acts_TreatingWounded03: Acts_TreatingWounded_loop + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01\Acts_TreatingWounded03"; + speed = 0.1154; + soundOverride = "Acts_TreatingWounded03"; + ConnectTo[] = {"Acts_TreatingWounded_loop",0.0001}; + InterpolateTo[] = {"Acts_TreatingWounded_loop",0.0001}; + }; + class Acts_TreatingWounded04: Acts_TreatingWounded_loop + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01\Acts_TreatingWounded04"; + speed = 0.1911; + soundOverride = "Acts_TreatingWounded04"; + soundEdge[] = {0.03}; + ConnectTo[] = {"Acts_TreatingWounded_loop",0.0001}; + InterpolateTo[] = {"Acts_TreatingWounded_loop",0.0001}; + }; + class Acts_TreatingWounded05: Acts_TreatingWounded_loop + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01\Acts_TreatingWounded05"; + speed = 0.1; + soundOverride = "Acts_TreatingWounded05"; + ConnectTo[] = {"Acts_TreatingWounded_loop",0.0001}; + InterpolateTo[] = {"Acts_TreatingWounded_loop",0.0001}; + }; + class Acts_TreatingWounded06: Acts_TreatingWounded_loop + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01\Acts_TreatingWounded06"; + speed = 0.1604; + soundOverride = "Acts_TreatingWounded06"; + soundEdge[] = {0.03}; + ConnectTo[] = {"Acts_TreatingWounded_loop",0.0001}; + InterpolateTo[] = {"Acts_TreatingWounded_loop",0.0001}; + }; + class Acts_TreatingWounded_Out: Campaign_Base + { + speed = 0.2543; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01\TreatingWounded_PercMstpSlowWrlfDnon"; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.0001}; + soundEdge[] = {0.001}; + actions = "RifleLowStandActions"; + soundOverride = "Acts_TreatingWounded_Out"; + interpolationRestart = 1; + }; + class Acts_LyingWounded_loop: Campaign_Base + { + variantAfter[] = {3,5,7}; + variantsAI[] = {"Acts_LyingWounded_loop1",0.33,"Acts_LyingWounded_loop2",0.33,"Acts_LyingWounded_loop3",0.34}; + ConnectTo[] = {"Acts_LyingWounded_loop1",0.0001,"Acts_LyingWounded_loop2",0.0001,"Acts_LyingWounded_loop3",0.0001}; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01-02\Acts_LyingWounded_stillpose"; + interpolationRestart = 1; + looped = 1; + actions = "Acts_LyingWounded_actions"; + }; + class Acts_LyingWounded_loop1: Acts_LyingWounded_loop + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01-02\Acts_LyingWounded01"; + speed = 0.04; + looped = 0; + soundOverride = "Acts_LyingWounded_loop1"; + ConnectTo[] = {"Acts_LyingWounded_loop",0.0001}; + InterpolateTo[] = {"Acts_LyingWounded_loop",0.0001}; + }; + class Acts_LyingWounded_loop2: Acts_LyingWounded_loop + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01-02\Acts_LyingWounded02"; + speed = 0.0342; + looped = 0; + soundOverride = "Acts_LyingWounded_loop2"; + ConnectTo[] = {"Acts_LyingWounded_loop",0.0001}; + InterpolateTo[] = {"Acts_LyingWounded_loop",0.0001}; + }; + class Acts_LyingWounded_loop3: Acts_LyingWounded_loop + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_m01-02\Acts_LyingWounded03"; + looped = 0; + speed = 0.0405; + soundOverride = "Acts_LyingWounded_loop3"; + ConnectTo[] = {"Acts_LyingWounded_loop",0.0001}; + InterpolateTo[] = {"Acts_LyingWounded_loop",0.0001}; + }; + class Acts_ShowingTheRightWay_in: Campaign_Base + { + ConnectTo[] = {"Acts_ShowingTheRightWay_loop",0.001}; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_ShowingTheRightWayIn"; + speed = 0.5556; + soundOverride = "Acts_ShowingTheRightWay_in"; + actions = "RifleLowStandActions"; + }; + class Acts_ShowingTheRightWay_loop: Campaign_Base + { + ConnectTo[] = {"Acts_ShowingTheRightWay_out",0.001,"Acts_ShowingTheRightWay_loop",0.001}; + InterpolateTo[] = {"Acts_ShowingTheRightWay_out",0.001}; + soundOverride = "Acts_ShowingTheRightWay_loop"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_ShowingTheRightWayLoop"; + speed = 0.5456; + looped = 1; + actions = "Acts_ShowingTheRightWay_actions"; + soundEdge[] = {0.05}; + }; + class Acts_ShowingTheRightWay_out: Campaign_Base + { + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + soundOverride = "Acts_ShowingTheRightWay_out"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_ShowingTheRightWayEnd"; + speed = 0.5263; + actions = "RifleLowStandActions"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_ShieldFromSun_in: Campaign_Base + { + ConnectTo[] = {"Acts_ShieldFromSun_loop",0.001}; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_ShieldFromSunIn"; + speed = 0.8569; + actions = "RifleLowStandActions"; + }; + class Acts_ShieldFromSun_loop: Campaign_Base + { + ConnectTo[] = {"Acts_ShieldFromSun_loop",0.001,"Acts_ShieldFromSun_out",0.001}; + looped = 1; + soundOverride = "Acts_ShieldFromSun_loop"; + speed = 0.2; + InterpolateTo[] = {"Acts_ShieldFromSun_out",0.001}; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_ShieldFromSunLoop"; + actions = "Acts_ShieldFromSun_actions"; + }; + class Acts_ShieldFromSun_out: Campaign_Base + { + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + soundOverride = "Acts_ShieldFromSun_out"; + speed = 0.5456; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_ShieldFromSunOut"; + actions = "RifleLowStandActions"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_listeningToRadio_In: Campaign_Base + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_listeningToRadioIn"; + soundOverride = "Acts_listeningToRadio_in"; + speed = 1.199; + interpolationRestart = 1; + ConnectTo[] = {"Acts_listeningToRadio_Loop",0.001}; + actions = "RifleLowStandActions"; + }; + class Acts_listeningToRadio_Loop: Campaign_Base + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_listeningToRadioLoop"; + looped = 1; + soundOverride = "Acts_listeningToRadio_Loop"; + speed = 0.1622; + interpolationRestart = 1; + ConnectTo[] = {"Acts_listeningToRadio_Out",0.001,"Acts_listeningToRadio_Loop",0.001}; + InterpolateTo[] = {"Acts_listeningToRadio_Out",0.001}; + actions = "Acts_listeningToRadio_actions"; + }; + class Acts_listeningToRadio_Out: Campaign_Base + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_listeningToRadioOut"; + speed = 0.8569; + soundOverride = "Acts_listeningToRadio_Out"; + interpolationRestart = 1; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + actions = "RifleLowStandActions"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_BoatAttacked01: CutSceneAnimationBaseZoZo + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_out\Acts_BoatAttacked01"; + speed = 0.0773; + looped = 0; + legs = "legsNo"; + interpolationRestart = 1; + soundOverride = "Acts_BoatAttacked01"; + InterpolateTo[] = {}; + }; + class Acts_BoatAttacked02: CutSceneAnimationBaseZoZo + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_out\Acts_BoatAttacked02"; + speed = 0.0674; + looped = 0; + legs = "legsNo"; + interpolationRestart = 1; + soundOverride = "Acts_BoatAttacked02"; + InterpolateTo[] = {}; + }; + class Acts_BoatAttacked03: CutSceneAnimationBaseZoZo + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_out\Acts_BoatAttacked03"; + speed = 0.0642; + looped = 0; + legs = "legsNo"; + interpolationRestart = 1; + soundOverride = "Acts_BoatAttacked03"; + InterpolateTo[] = {}; + }; + class Acts_BoatAttacked04: AmovPercMstpSnonWnonDnon_Scared + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_out\Acts_BoatAttacked04"; + speed = 0.0682; + ConnectTo[] = {}; + InterpolateTo[] = {}; + looped = 0; + legs = "legsNo"; + interpolationRestart = 1; + soundOverride = "Acts_BoatAttacked04"; + }; + class Acts_BoatAttacked05: CutSceneAnimationBaseZoZo + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_out\Acts_BoatAttacked05"; + speed = 0.0968; + looped = 0; + legs = "legsNo"; + headBobMode = 3; + headBobStrength = 0.004975; + interpolationRestart = 1; + soundOverride = "Acts_BoatAttacked05"; + InterpolateTo[] = {}; + }; + class Acts_AidlPercMstpSlowWrflDnon_pissing: Campaign_Base + { + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + file = "\a3\Anims_F\data\Anim\sdr\cts\Custom\A_in\Acts_PercMstpSlowWrflDnon_pissing"; + speed = 0.0522; + soundOverride = "Acts_AidlPercMstpSlowWrflDnon_pissing"; + InterpolateTo[] = {}; + variantsPlayer[] = {}; + forceAim = 1; + }; + class Acts_A_M01_briefing: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_A_M01_briefing"; + speed = 0.011; + looped = 0; + preload = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + interpolationRestart = 1; + }; + class Acts_A_M02_briefing: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_A_M02_briefing"; + speed = 0.0245; + looped = 0; + preload = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + interpolationRestart = 1; + }; + class Acts_A_M03_briefing: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_A_M03_briefing"; + speed = 0.015; + looped = 0; + preload = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + limitGunMovement = 0.3; + interpolationRestart = 1; + }; + class Acts_A_M04_briefing: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_A_M04_briefing"; + speed = 0.014; + looped = 0; + preload = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + interpolationRestart = 1; + }; + class Acts_A_M05_briefing: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_A_M05_briefing"; + speed = 0.0147; + looped = 0; + preload = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + interpolationRestart = 1; + }; + class Acts_A_OUT_briefing: CutSceneAnimationBase + { + rightHandIKCurve[] = {0,1,0.20262,0,0.876856,0,0.876856,1}; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub02\Acts_A_out_briefing"; + speed = 0.0131; + weaponIK = 1; + looped = 0; + preload = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.5}; + }; + class Acts_B_briefings: CutSceneAnimationBase + { + looped = 0; + preload = 1; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_B_hub01_briefing"; + speed = 0.011; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + InterpolateTo[] = {"Acts_B_hub01_briefing",0.5,"Acts_B_M01_briefing",0.5,"Acts_B_M02_briefing",0.5,"Acts_B_M03_briefing",0.5,"Acts_B_M05_briefing",0.5,"Acts_B_m06_briefing",0.5,"Acts_B_out2_briefing",0.5}; + }; + class Acts_B_hub01_briefing: Acts_B_briefings + { + speed = 0.0097; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.5}; + interpolationRestart = 1; + }; + class Acts_B_m06_briefing: Acts_B_briefings + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_B_m06_briefing"; + speed = 0.0115; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.5}; + interpolationRestart = 1; + }; + class Acts_B_M01_briefing: Acts_B_briefings + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_B_m01_briefing"; + speed = 0.0126; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.5}; + interpolationRestart = 1; + }; + class Acts_B_M02_briefing: Acts_B_briefings + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_B_m02_briefing"; + speed = 0.0106; + canBlendStep = 0; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.5}; + interpolationRestart = 1; + }; + class Acts_B_M03_briefing: Acts_B_briefings + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_B_m03_briefing"; + speed = 0.0118; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.5}; + interpolationRestart = 1; + }; + class Acts_B_M05_briefing: Acts_B_briefings + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_B_m05_briefing"; + speed = 0.0144; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.5}; + interpolationRestart = 1; + }; + class Acts_B_out2_briefing: Acts_B_briefings + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_B_out2_briefing"; + speed = 0.0089; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.5}; + interpolationRestart = 1; + }; + class Acts_C_in1_briefing: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_in1\Acts_C_in1_briefing"; + looped = 0; + speed = 0.0126; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + preload = 1; + }; + class Acts_PknlMstpSlowWrflDnon: HubSpectator_walk + { + speed = 0.067; + soundOverride = "Acts_PknlMstpSlowWrflDnon"; + ConnectTo[] = {"AmovPknlMstpSlowWrflDnon",0.001}; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.001}; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in2\Acts_PknlMstpSlowWrflDnon"; + }; + class Acts_welcomeOnHUB01_AIWalk: CutSceneAnimationBase + { + speed = 0.3333; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_AIWalk1a"; + soundEnabled = 1; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB01_AIWalk_1b",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + soundOverride = "Acts_welcomeOnHUB01_AIWalk"; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB01_AIWalk_1b: Acts_welcomeOnHUB01_AIWalk + { + speed = 0.12; + soundOverride = "Acts_welcomeOnHUB01_AIWalk_1b"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_AIWalk1b"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB01_AIWalk_1",0.001}; + }; + class Acts_welcomeOnHUB01_AIWalk_1: Acts_welcomeOnHUB01_AIWalk + { + speed = 0.1667; + soundOverride = "Acts_welcomeOnHUB01_AIWalk_1"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_AIWalk2"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB01_AIWalk_2",0.001}; + }; + class Acts_welcomeOnHUB01_AIWalk_2: Acts_welcomeOnHUB01_AIWalk + { + speed = 0.0857; + soundOverride = "Acts_welcomeOnHUB01_AIWalk_2"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_AIWalk3"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB01_AIWalk_3",0.001}; + }; + class Acts_welcomeOnHUB01_AIWalk_3: Acts_welcomeOnHUB01_AIWalk + { + speed = 0.1579; + soundOverride = "Acts_welcomeOnHUB01_AIWalk_3"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_AIWalk4"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB01_AIWalk_4",0.001}; + }; + class Acts_welcomeOnHUB01_AIWalk_4: Acts_welcomeOnHUB01_AIWalk + { + speed = 0.1429; + soundOverride = "Acts_welcomeOnHUB01_AIWalk_4"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_AIWalk5"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB01_AIWalk_5",0.001}; + }; + class Acts_welcomeOnHUB01_AIWalk_5: Acts_welcomeOnHUB01_AIWalk + { + speed = 0.1765; + soundOverride = "Acts_welcomeOnHUB01_AIWalk_5"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_AIWalk6"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB01_AIWalk_6",0.001}; + }; + class Acts_welcomeOnHUB01_AIWalk_6: Acts_welcomeOnHUB01_AIWalk + { + speed = 0.1579; + soundOverride = "Acts_welcomeOnHUB01_AIWalk_6"; + minPlayTime = 0.955; + interpolationSpeed = 1; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_AIWalk7"; + soundEdge[] = {0.001}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_welcomeOnHUB02_AIWalk: CutSceneAnimationBase + { + speed = 0.1435; + soundOverride = "Acts_welcomeOnHUB02_AIWalk"; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB02_AIWalk1"; + soundEnabled = 1; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB02_AIWalk_2",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1,0.334928,0,0.339713,0,0.641148,1,0.645933}; + leftHandIKCurve[] = {1,0.291866,0,0.296651,0,0.679426,1,0.684211}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB02_AIWalk_2: Acts_welcomeOnHUB02_AIWalk + { + speed = 0.1429; + soundOverride = "Acts_welcomeOnHUB02_AIWalk_2"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB02_AIWalk2"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB02_AIWalk_3",0.001}; + }; + class Acts_welcomeOnHUB02_AIWalk_3: Acts_welcomeOnHUB02_AIWalk + { + speed = 0.3751; + soundOverride = "Acts_welcomeOnHUB02_AIWalk_3"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB02_AIWalk3"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB02_AIWalk_4",0.001}; + }; + class Acts_welcomeOnHUB02_AIWalk_4: Acts_welcomeOnHUB02_AIWalk + { + speed = 0.1304; + soundOverride = "Acts_welcomeOnHUB02_AIWalk_4"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB02_AIWalk4"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB02_AIWalk_5",0.001}; + }; + class Acts_welcomeOnHUB02_AIWalk_5: Acts_welcomeOnHUB02_AIWalk + { + leftHandIKCurve[] = {1,0,1,0.490909,0,0.495455,0,0.890909,1,0.895455}; + soundOverride = "Acts_welcomeOnHUB02_AIWalk_5"; + rightHandIKCurve[] = {1}; + weaponIK = 1; + speed = 0.1364; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB02_AIWalk5"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB02_AIWalk_6",0.001}; + }; + class Acts_welcomeOnHUB02_AIWalk_6: Acts_welcomeOnHUB02_AIWalk + { + speed = 0.131; + soundOverride = "Acts_welcomeOnHUB02_AIWalk_6"; + minPlayTime = 0.955; + interpolationSpeed = 1; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB02_AIWalk6"; + soundEdge[] = {0.001}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_welcomeOnHUB01_PlayerWalk: CutSceneAnimationBase + { + speed = 0.3; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_PlayerWalk1"; + ConnectTo[] = {"Acts_welcomeOnHUB01_PlayerWalk_1",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + soundEnabled = 1; + soundEdge[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + soundOverride = "Acts_welcomeOnHUB01_PlayerWalk"; + }; + class Acts_welcomeOnHUB01_PlayerWalk_1: Acts_welcomeOnHUB01_PlayerWalk + { + speed = 0.1; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_PlayerWalk2"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB01_PlayerWalk_2",0.001}; + soundOverride = "Acts_welcomeOnHUB01_PlayerWalk_1"; + }; + class Acts_welcomeOnHUB01_PlayerWalk_2: Acts_welcomeOnHUB01_PlayerWalk + { + speed = 0.3; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_PlayerWalk3"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB01_PlayerWalk_3",0.001}; + soundOverride = "Acts_welcomeOnHUB01_PlayerWalk_2"; + }; + class Acts_welcomeOnHUB01_PlayerWalk_3: Acts_welcomeOnHUB01_PlayerWalk + { + speed = 0.0667; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_PlayerWalk4"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB01_PlayerWalk_4",0.001}; + soundOverride = "Acts_welcomeOnHUB01_PlayerWalk_3"; + }; + class Acts_welcomeOnHUB01_PlayerWalk_4: Acts_welcomeOnHUB01_PlayerWalk + { + speed = 0.2999; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_PlayerWalk5"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB01_PlayerWalk_5",0.001}; + soundOverride = "Acts_welcomeOnHUB01_PlayerWalk_4"; + }; + class Acts_welcomeOnHUB01_PlayerWalk_5: Acts_welcomeOnHUB01_PlayerWalk + { + speed = 0.12; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_PlayerWalk6"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB01_PlayerWalk_6",0.001}; + soundOverride = "Acts_welcomeOnHUB01_PlayerWalk_5"; + }; + class Acts_welcomeOnHUB01_PlayerWalk_6: Acts_welcomeOnHUB01_PlayerWalk + { + speed = 0.0909; + minPlayTime = 0.955; + interpolationSpeed = 1; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB01_PlayerWalk7"; + soundEdge[] = {0.001}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + soundOverride = "Acts_welcomeOnHUB01_PlayerWalk_6"; + }; + class Acts_welcomeOnHUB02_PlayerWalk: CutSceneAnimationBase + { + speed = 0.1587; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB02_PlayerWalk1"; + ConnectTo[] = {"Acts_welcomeOnHUB02_PlayerWalk_1",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + soundEnabled = 1; + soundOverride = "Acts_welcomeOnHUB02_PlayerWalk"; + soundEdge[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB02_PlayerWalk_1: Acts_welcomeOnHUB02_PlayerWalk + { + speed = 0.12; + soundOverride = "Acts_welcomeOnHUB02_PlayerWalk_1"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB02_PlayerWalk2"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB02_PlayerWalk_2",0.001}; + }; + class Acts_welcomeOnHUB02_PlayerWalk_2: Acts_welcomeOnHUB02_PlayerWalk + { + speed = 0.0968; + soundOverride = "Acts_welcomeOnHUB02_PlayerWalk_2"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB02_PlayerWalk3"; + soundEdge[] = {0.001}; + ConnectTo[] = {"Acts_welcomeOnHUB02_PlayerWalk_3",0.001}; + }; + class Acts_welcomeOnHUB02_PlayerWalk_3: Acts_welcomeOnHUB02_PlayerWalk + { + minPlayTime = 0.955; + soundOverride = "Acts_welcomeOnHUB02_PlayerWalk_3"; + speed = 0.0699; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_welcomeOnHUB02_PlayerWalk4"; + soundEdge[] = {0.001}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_welcomeOnHUB03_AIWalk_1: CutSceneAnimationBase + { + speed = 0.0909; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_welcomeOnHUB03_AIWalk1"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.048485,0.121212,0.181818,0.233333,0.293939,0.366667,0.424242,0.481818,0.542424,0.6,0.660606,0.721212,0.778788,0.857576,0.930303,0.99697}; + ConnectTo[] = {"Acts_welcomeOnHUB03_AIWalk_2",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB03_AIWalk_2: CutSceneAnimationBase + { + speed = 0.0938; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_welcomeOnHUB03_AIWalk2"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.05,0.125}; + ConnectTo[] = {"Acts_welcomeOnHUB03_AIWalk_3",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB03_AIWalk_3: CutSceneAnimationBase + { + speed = 0.1961; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_welcomeOnHUB03_AIWalk3"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.189542,0.346405,0.496732,0.633987,0.75817,0.928105}; + ConnectTo[] = {"Acts_welcomeOnHUB03_AIWalk_4",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB03_AIWalk_4: CutSceneAnimationBase + { + speed = 0.3261; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_welcomeOnHUB03_AIWalk4"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB03_AIWalk_5",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB03_AIWalk_5: CutSceneAnimationBase + { + speed = 0.2609; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_welcomeOnHUB03_AIWalk5"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.095652,0.26087,0.478261,0.695652,0.904348}; + ConnectTo[] = {"Acts_welcomeOnHUB03_AIWalk_6",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB03_AIWalk_6: CutSceneAnimationBase + { + speed = 0.4; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_welcomeOnHUB03_AIWalk6"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_welcomeOnHUB03_PlayerWalk_1: CutSceneAnimationBase + { + speed = 0.079; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_welcomeOnHUB03_PlayerWalk1"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB03_PlayerWalk_2",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB03_PlayerWalk_2: CutSceneAnimationBase + { + speed = 0.0968; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_welcomeOnHUB03_PlayerWalk2"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB03_PlayerWalk_3",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB03_PlayerWalk_3: CutSceneAnimationBase + { + speed = 0.2308; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_welcomeOnHUB03_PlayerWalk3"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB03_PlayerWalk_4",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB03_PlayerWalk_4: CutSceneAnimationBase + { + speed = 0.2069; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_welcomeOnHUB03_PlayerWalk4"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB03_PlayerWalk_5",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB03_PlayerWalk_5: CutSceneAnimationBase + { + speed = 0.079; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_welcomeOnHUB03_PlayerWalk5"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_welcomeOnHUB04_AIWalk_1: CutSceneAnimationBase + { + speed = 0.1911; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_welcomeOnHUB04_AIWalk1"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB04_AIWalk_2",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB04_AIWalk_2: CutSceneAnimationBase + { + speed = 0.1042; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_welcomeOnHUB04_AIWalk2"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.059028,0.166667,0.25,0.319444,0.402778,0.479167,0.569444,0.642361,0.722222,0.802083,0.881944,0.965278}; + ConnectTo[] = {"Acts_welcomeOnHUB04_AIWalk_3",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB04_AIWalk_3: CutSceneAnimationBase + { + speed = 0.2; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_welcomeOnHUB04_AIWalk3"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB04_AIWalk_4",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB04_AIWalk_4: CutSceneAnimationBase + { + speed = 0.1079; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_welcomeOnHUB04_AIWalk4"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.057554,0.143885,0.241007,0.31285,0.402878,0.47482,0.571942,0.654676,0.733813,0.809353,0.884892,0.97482}; + ConnectTo[] = {"Acts_welcomeOnHUB04_AIWalk_5",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB04_AIWalk_5: CutSceneAnimationBase + { + speed = 0.3125; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_welcomeOnHUB04_AIWalk5"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.520833,0.854167}; + ConnectTo[] = {"Acts_welcomeOnHUB04_AIWalk_6",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB04_AIWalk_6: CutSceneAnimationBase + { + speed = 0.4413; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_welcomeOnHUB04_AIWalk6"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_welcomeOnHUB04_PlayerWalk_1: CutSceneAnimationBase + { + speed = 0.1797; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_welcomeOnHUB04_PlayerWalk1"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB04_PlayerWalk_2",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB04_PlayerWalk_2: CutSceneAnimationBase + { + speed = 0.1141; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_welcomeOnHUB04_PlayerWalk2"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB04_PlayerWalk_3",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB04_PlayerWalk_3: CutSceneAnimationBase + { + speed = 0.1523; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_welcomeOnHUB04_PlayerWalk3"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB04_PlayerWalk_4",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB04_PlayerWalk_4: CutSceneAnimationBase + { + speed = 0.1091; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_welcomeOnHUB04_PlayerWalk4"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB04_PlayerWalk_5",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB04_PlayerWalk_5: CutSceneAnimationBase + { + speed = 0.2222; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_welcomeOnHUB04_PlayerWalk5"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_welcomeOnHUB05_AIWalk_1: CutSceneAnimationBase + { + speed = 0.2222; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_AIWalk1"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB05_AIWalk_2",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB05_AIWalk_2: CutSceneAnimationBase + { + speed = 0.12; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_AIWalk2"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.112,0.228,0.348,0.432,0.52,0.636,0.764,0.904}; + ConnectTo[] = {"Acts_welcomeOnHUB05_AIWalk_3",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB05_AIWalk_3: CutSceneAnimationBase + { + speed = 0.0368; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_AIWalk3"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.017178,0.051534,0.082209,0.115337,0.147239,0.177914,0.204908,0.228221,0.253988,0.277301,0.304294,0.330061,0.354601,0.379141,0.404908,0.430675,0.460123,0.482209,0.509202,0.532515,0.559509,0.584049,0.609816,0.633129,0.660123,0.683436,0.709202,0.732515,0.768098,0.791411,0.820859,0.850307,0.877301,0.911656,0.954601,0.993865}; + ConnectTo[] = {"Acts_welcomeOnHUB05_AIWalk_4",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB05_AIWalk_4: CutSceneAnimationBase + { + speed = 0.3333; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_AIWalk4"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB05_AIWalk_5",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB05_AIWalk_5: CutSceneAnimationBase + { + speed = 0.3333; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_AIWalk5"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.166667,0.477778,0.733333,0.944444}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {}; + ConnectTo[] = {"Acts_welcomeOnHUB05_AIWalk_6",0.001}; + }; + class Acts_welcomeOnHUB05_AIWalk_6: Acts_welcomeOnHUB05_AIWalk_5 + { + speed = 1; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_AIWalk6"; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + ConnectTo[] = {}; + }; + class Acts_welcomeOnHUB05_PlayerWalk_1: CutSceneAnimationBase + { + speed = 0.1639; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_PlayerWalk1"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB05_PlayerWalk_2",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB05_PlayerWalk_2: CutSceneAnimationBase + { + speed = 0.1523; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_PlayerWalk2"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB05_PlayerWalk_3",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB05_PlayerWalk_3: CutSceneAnimationBase + { + speed = 0.0504; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_PlayerWalk3"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB05_PlayerWalk_4",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB05_PlayerWalk_4: CutSceneAnimationBase + { + speed = 0.1579; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_PlayerWalk4"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB05_PlayerWalk_5",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB05_PlayerWalk_5: CutSceneAnimationBase + { + speed = 0.2308; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_PlayerWalk5"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB05_PlayerWalk_6",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB05_PlayerWalk_6: CutSceneAnimationBase + { + speed = 0.2803; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_PlayerWalk6"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB05_PlayerWalk_7",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB05_PlayerWalk_7: CutSceneAnimationBase + { + speed = 0.625; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_PlayerWalk5"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_NATOCommanderArrival_Commander_1: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Commander1"; + speed = 0.5999; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Commander_2",0.001}; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class Acts_NATOCommanderArrival_Commander_2: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Commander2"; + speed = 1.5015; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Commander_3",0.001}; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class Acts_NATOCommanderArrival_Commander_3: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Commander3"; + speed = 0.2069; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Commander_4",0.001}; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class Acts_NATOCommanderArrival_Commander_4: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Commander4"; + speed = 0.8576; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Commander_5",0.001}; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class Acts_NATOCommanderArrival_Commander_5: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Commander5"; + speed = 0.0267; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Commander_6",0.001}; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class Acts_NATOCommanderArrival_Commander_6: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Commander6"; + speed = 0.1875; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Commander_7",0.001}; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class Acts_NATOCommanderArrival_Commander_7: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Commander7"; + speed = 0.3; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Commander_8",0.001}; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class Acts_NATOCommanderArrival_Commander_8: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Commander8"; + speed = 0.9681; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Commander_9",0.001}; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class Acts_NATOCommanderArrival_Commander_9: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Commander9"; + speed = 0.8818; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + ConnectTo[] = {}; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class Acts_NATOCommanderArrival_Larkin_1: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Larkin1"; + speed = 0.0488; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Larkin_2",0.001}; + }; + class Acts_NATOCommanderArrival_Larkin_2: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Larkin2"; + speed = 0.5456; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Larkin_3",0.001}; + }; + class Acts_NATOCommanderArrival_Larkin_3: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Larkin3"; + speed = 0.0243; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Larkin_4",0.001}; + }; + class Acts_NATOCommanderArrival_Larkin_4: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Larkin4"; + speed = 1.2005; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Larkin_5",0.001}; + }; + class Acts_NATOCommanderArrival_Larkin_5: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Larkin5"; + speed = 0.2222; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Larkin_6",0.001}; + }; + class Acts_NATOCommanderArrival_Larkin_6: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Larkin6"; + speed = 1.3643; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + ConnectTo[] = {"Acts_NATOCommanderArrival_Larkin_7",0.001}; + }; + class Acts_NATOCommanderArrival_Larkin_7: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_out2\Acts_NATOCommanderArrival_Larkin7"; + speed = 0.3614; + actions = "StaticCutsceneLoopPlayerWalk"; + looped = 0; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_passenger_boat_holdright: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_out\passenger_boat_holdright2_mocap"; + actions = "CargoActions"; + speed = 0.033; + disableWeapons = 0; + disableWeaponsLong = 0; + canBlendStep = 0; + InterpolateTo[] = {"Acts_BoatAttacked02",0.001}; + ConnectTo[] = {"Acts_BoatAttacked02",0.001}; + }; + class Acts_passenger_boat_holdleft: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_out\passenger_boat_holdleft2_mocap"; + looped = 1; + disableWeapons = 0; + canBlendStep = 0; + speed = 0.033; + actions = "CargoActions"; + InterpolateTo[] = {"Acts_BoatAttacked01",0.001}; + ConnectTo[] = {"Acts_BoatAttacked01",0.001}; + }; + class Acts_passenger_boat_rightrear: CutSceneAnimationBase + { + speed = 0.033; + canBlendStep = 0; + looped = 1; + disableWeapons = 0; + disableWeaponsLong = 0; + actions = "CargoActions"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_out\passenger_boat_rightrear_mocap"; + InterpolateTo[] = {"Acts_BoatAttacked04",0.001}; + ConnectTo[] = {"Acts_BoatAttacked04",0.001}; + }; + class Acts_gunner_MRAP_01_mocap: CutSceneAnimationBase + { + actions = "CargoActions"; + speed = 0.033; + disableWeapons = 1; + canBlendStep = 0; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_out\gunner_MRAP_01_mocap"; + InterpolateTo[] = {"Acts_BoatAttacked03",0.001}; + ConnectTo[] = {"Acts_BoatAttacked03",0.001}; + }; + class Acts_passenger_flatground_leanright: CutSceneAnimationBase + { + actions = "CargoActions"; + speed = 0.033; + canBlendStep = 0; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_out\passenger_flatground_leanright_mocap"; + InterpolateTo[] = {"Acts_BoatAttacked05",0.001}; + ConnectTo[] = {"Acts_BoatAttacked05",0.001}; + headBobStrength = 0.004975; + headBobMode = 3; + interpolationRestart = 0; + }; + class Acts_ComingInSpeakingWalkingOut_1: CutSceneAnimationBase + { + speed = 0.1515; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut1"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.048485,0.121212,0.181818,0.233333,0.293939,0.366667,0.424242,0.481818,0.542424,0.6,0.660606,0.721212,0.778788,0.857576,0.930303,0.99697}; + ConnectTo[] = {"Acts_ComingInSpeakingWalkingOut_2",0.001}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_ComingInSpeakingWalkingOut_2: CutSceneAnimationBase + { + speed = 0.3948; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut2"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.05,0.125}; + ConnectTo[] = {"Acts_ComingInSpeakingWalkingOut_3",0.001}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_ComingInSpeakingWalkingOut_3: CutSceneAnimationBase + { + speed = 0.1049; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut3"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.189542,0.346405,0.496732,0.633987,0.75817,0.928105}; + ConnectTo[] = {"Acts_ComingInSpeakingWalkingOut_4",0.001}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_ComingInSpeakingWalkingOut_4: CutSceneAnimationBase + { + speed = 0.0779; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut4"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_ComingInSpeakingWalkingOut_5",0.001}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_ComingInSpeakingWalkingOut_5: CutSceneAnimationBase + { + speed = 0.4411; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut5"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.095652,0.26087,0.478261,0.695652,0.904348}; + ConnectTo[] = {"Acts_ComingInSpeakingWalkingOut_6",0.001}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_ComingInSpeakingWalkingOut_6: CutSceneAnimationBase + { + speed = 0.0917; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut6"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"Acts_ComingInSpeakingWalkingOut_7",0.001}; + }; + class Acts_ComingInSpeakingWalkingOut_7: CutSceneAnimationBase + { + speed = 0.15; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut7"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.095652,0.26087,0.478261,0.695652,0.904348}; + ConnectTo[] = {"Acts_ComingInSpeakingWalkingOut_8",0.001}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_ComingInSpeakingWalkingOut_8: CutSceneAnimationBase + { + speed = 0.2941; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut8"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.095652,0.26087,0.478261,0.695652,0.904348}; + ConnectTo[] = {"Acts_ComingInSpeakingWalkingOut_9",0.001}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_ComingInSpeakingWalkingOut_9: CutSceneAnimationBase + { + speed = 0.2041; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut9"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.095652,0.26087,0.478261,0.695652,0.904348}; + ConnectTo[] = {"Acts_ComingInSpeakingWalkingOut_10",0.001}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_ComingInSpeakingWalkingOut_10: CutSceneAnimationBase + { + speed = 0.375; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut10"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.095652,0.26087,0.478261,0.695652,0.904348}; + ConnectTo[] = {"Acts_ComingInSpeakingWalkingOut_11",0.001}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_ComingInSpeakingWalkingOut_11: CutSceneAnimationBase + { + speed = 0.0906; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut11"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.095652,0.26087,0.478261,0.695652,0.904348}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + interpolationRestart = 1; + }; + class Acts_SittingWounded_in: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_SittingWounded_in"; + ConnectTo[] = {"Acts_SittingWounded_wave",0.001,"Acts_SittingWounded_loop",0.001}; + showItemInHand = 1; + showItemInRightHand = 1; + showHandGun = 1; + }; + class Acts_SittingWounded_wave: CutSceneAnimationBase + { + ConnectTo[] = {"Acts_SittingWounded_loop",0.001,"Acts_SittingWounded_in",0.001}; + speed = 0.322581; + looped = 0; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_SittingWounded_wave"; + showItemInHand = 1; + showItemInRightHand = 1; + showHandGun = 1; + interpolationRestart = 1; + }; + class Acts_SittingWounded_loop: CutSceneAnimationBase + { + ConnectTo[] = {"Acts_SittingWounded_out",0.001,"Acts_SittingWounded_loop",0.001,"Acts_SittingWounded_breath",0.001,"Acts_SittingWounded_wave",0.001}; + speed = 0.04717; + actions = "Acts_SittingWounded_actions"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_SittingWounded_loop"; + InterpolateTo[] = {"Acts_SittingWounded_out",0.001,"Acts_SittingWounded_breath",0.001,"Acts_SittingWounded_wave",0.001}; + showItemInHand = 1; + showItemInRightHand = 1; + showHandGun = 1; + interpolationRestart = 1; + }; + class Acts_SittingWounded_out: CutSceneAnimationBase + { + looped = 0; + speed = 0.229008; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_SittingWounded_out"; + showItemInHand = 1; + showItemInRightHand = 1; + showHandGun = 1; + interpolationSpeed = 2.5; + interpolationRestart = 1; + }; + class Acts_SittingWounded_breath: CutSceneAnimationBase + { + InterpolateTo[] = {"Acts_SittingWounded_loop",0.001}; + ConnectTo[] = {"Acts_SittingWounded_loop",0.001}; + looped = 0; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_SittingWounded_breath"; + speed = 0.1734; + showItemInHand = 1; + showItemInRightHand = 1; + showHandGun = 1; + }; + class Acts_starterPistol_in: CutSceneAnimationBase + { + file = "\a3\Anims_F_Kart\data\Anim\sdr\cts\StarterPistol\Acts_starterPistol_in"; + speed = 0.4348; + ConnectTo[] = {"Acts_starterPistol_loop",0.001}; + disableWeapons = 0; + showHandGun = 1; + showItemInHand = 0; + showItemInRightHand = 1; + interpolationRestart = 1; + InterpolateTo[] = {}; + actions = "CivilStandActions"; + looped = 0; + }; + class Acts_starterPistol_loop: CutSceneAnimationBase + { + file = "\a3\Anims_F_Kart\data\Anim\sdr\cts\StarterPistol\Acts_starterPistol_loop"; + speed = 0.1364; + ConnectTo[] = {"Acts_starterPistol_fire",0.001,"Acts_starterPistol_out",0.001}; + InterpolateTo[] = {"Acts_starterPistol_out",0.001,"Acts_starterPistol_fire",0.001}; + actions = "Acts_starterPistol_loop"; + enableBinocular = 0; + disableWeapons = 0; + showItemInRightHand = 1; + showHandGun = 1; + interpolationRestart = 0; + weaponLowered = 0; + disableWeaponsLong = 0; + }; + class Acts_starterPistol_fire: CutSceneAnimationBase + { + file = "\a3\Anims_F_Kart\data\Anim\sdr\cts\StarterPistol\Acts_starterPistol_fire"; + speed = 0.1744; + ConnectTo[] = {"Acts_starterPistol_loop",0.001}; + showItemInRightHand = 1; + showHandGun = 1; + interpolationRestart = 1; + InterpolateTo[] = {"Acts_starterPistol_loop",0.001}; + actions = "Acts_starterPistol_loop"; + looped = 0; + disableWeapons = 0; + weaponLowered = 0; + disableWeaponsLong = 0; + }; + class Acts_starterPistol_out: CutSceneAnimationBase + { + file = "\a3\Anims_F_Kart\data\Anim\sdr\cts\StarterPistol\Acts_starterPistol_out"; + speed = 0.4617; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.001}; + showHandGun = 1; + showItemInRightHand = 1; + interpolationRestart = 1; + looped = 0; + }; + class Acts_Abuse_abuser: CutSceneAnimationBaseAbuse + { + speed = 0.0106; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Abuse_abuser"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.019048,0.025397,0.02963,0.037743,0.043386,0.051499,0.059259,0.068078,0.07478,0.082892,0.88889,0.312522,0.316402,0.32134,0.338977,0.34321,0.347443,0.353086,0.360847,0.367901,0.374603,0.383422}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 0; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_Abuse_abusing: CutSceneAnimationBaseAbuse + { + speed = 0.0106; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Abuse_abusing"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.010582,0.023633,0.030688,0.037743,0.044444,0.051146,0.059259,0.067019,0.072663,0.079365,0.086067,0.097002,0.104762,0.112875,0.119577,0.12522,0.223633,0.236332,0.248325,0.289594,0.305115,0.309347,0.319224,0.325926,0.333686,0.345326,0.353439,0.360141,0.368254,0.375309,0.382011,0.389418,0.401058,0.412346,0.430688,0.443739,0.453968,0.462434,0.475132,0.487125,0.498765,0.520988,0.531922,0.541446,0.554145,0.56649,0.5806,0.608466,0.6194,0.629982,0.642328,0.65679,0.674074,0.753439,0.766843,0.778131,0.789065,0.798942,0.809877,0.822575,0.85291,0.869841,0.885009,0.896649,0.906526,0.919577,0.932275,0.964374,0.996825}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 0; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_Abuse_Akhanteros: CutSceneAnimationBaseAbuse + { + speed = 0.013; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Abuse_Akhanteros"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.085281,0.153247,0.17013,0.180087,0.18961,0.199134,0.207359,0.21645,0.493074,0.507359,0.52381,0.552814,0.566667,0.582251,0.596104,0.610822,0.622944,0.637229,0.661905,0.966234,0.980087,0.993506}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 0; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_Abuse_Lacey: CutSceneAnimationBaseAbuse + { + speed = 0.0116; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Abuse_Lacey"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.005792,0.0139,0.02278,0.030116,0.03861,0.04556,0.053668,0.06139,0.069884,0.076062,0.084556,0.092278,0.1,0.108494,0.117375,0.126641,0.137066,0.149035,0.16139,0.180309,0.230888,0.248263,0.307336,0.333205,0.368726,0.394981,0.49305,0.511197,0.811197,0.827413,0.848649,0.857529,0.86834,0.87722,0.8861,0.895367,0.903475,0.912355,0.92278}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0,1,0.129,1,0.13,0,0.158,0,0.159,1,0.373,1,0.374,0,0.397,0,0.398,1,0.442,1,0.443,0,0.833,0,0.834,1}; + headBobMode = 4; + headBobStrength = -1.0; + preload = 1; + head = "headNo"; + enableDirectControl = 0; + aiming = "aimingNo"; + aimingBody = "aimingNo"; + leaning = "leaningNo"; + forceAim = 0; + ConnectTo[] = {}; + }; + class Acts_Abuse_Lacey2: Acts_Abuse_Lacey + { + headBobMode = 1; + ConnectTo[] = {}; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Abuse_Lacey_2"; + speed = 0.0698; + }; + class Acts_Abuse_Lacey3: Acts_Abuse_Lacey + { + headBobMode = 3; + }; + class Acts_Abuse_Lacey4: Acts_Abuse_Lacey + { + headBobMode = 4; + }; + class Acts_Abuse_Lacey5: Acts_Abuse_Lacey + { + headBobMode = 5; + }; + class Acts_BootKoreShootingRange_Adams: CutSceneAnimationBase + { + speed = 0.0251; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_BootKoreShootingRange_Adams"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.426778,0.56569,0.694561,0.708787,0.815063,0.953138}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0,1,0.676,1,0.678,0,0.902,0,0.903,1}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_BootKoreShootingRange_Lacey: CutSceneAnimationBase + { + speed = 0.1351; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_BootKoreShootingRange_Lacey"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.216038,0.24434,0.262264,0.281132,0.3,0.318868,0.332075,0.35,0.366038,0.383019,0.40283,0.420755,0.958491}; + legs = "legsNo"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {}; + }; + class Acts_BootKoreShootingRange_Lacey1: Acts_BootKoreShootingRange_Lacey + { + soundEdge = ""; + soundOverride = "walk"; + rightHandIKCurve[] = {}; + weaponIK = 0; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_BootKoreShootingRange_Lacey_001"; + ConnectTo[] = {"Acts_BootKoreShootingRange_Lacey2",0.001}; + head = "headNo"; + headBobMode = 1; + headBobStrength = -1.0; + enableDirectControl = 0; + aiming = "aimingNo"; + aimingBody = "aimingNo"; + interpolationRestart = 1; + interpolationSpeed = 0.0; + }; + class Acts_BootKoreShootingRange_Lacey2: Acts_BootKoreShootingRange_Lacey + { + weaponIK = 1; + leftHandIKCurve[] = {0,0,0.982,0,0.983,1}; + rightHandIKCurve[] = {}; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_BootKoreShootingRange_Lacey_002"; + ConnectTo[] = {"Acts_BootKoreShootingRange_Lacey3",0.001}; + soundEdge[] = {0.101124,0.157303,0.213483,0.266854,0.320225,0.373596,0.424157,0.47191,0.519663,0.578652,0.629214,0.679775,0.727528,0.77809,0.825843,0.879214,0.926966,0.985955}; + speed = 0.0843; + headBobStrength = -1.0; + headBobMode = 1; + enableDirectControl = 0; + head = "headNo"; + aiming = "aimingNo"; + aimingBody = "aimingNo"; + }; + class Acts_BootKoreShootingRange_Lacey3: Acts_BootKoreShootingRange_Lacey + { + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_BootKoreShootingRange_Lacey_003"; + ConnectTo[] = {"Acts_BootKoreShootingRange_Lacey4",0.001}; + soundEdge[] = {0.416667}; + speed = 0.8333; + headBobMode = 1; + headBobStrength = -1.0; + enableDirectControl = 0; + head = "headNo"; + aiming = "aimingNo"; + aimingBody = "aimingNo"; + }; + class Acts_BootKoreShootingRange_Lacey4: Acts_BootKoreShootingRange_Lacey + { + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_BootKoreShootingRange_Lacey_004"; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + soundEdge[] = {0.951807}; + headBobMode = 1; + headBobStrength = -1.0; + head = "headNo"; + enableDirectControl = 0; + speed = 0.0516; + aiming = "aimingNo"; + aimingBody = "aimingNo"; + limitGunMovement = 0.0; + }; + class Acts_Ending_Adams1: CutSceneAnimationBase + { + speed = 0.1255; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Ending_Adams1"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.129707,0.246862,0.364017,0.464435,0.589958,0.736402,0.857741,0.995816}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {1}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"Acts_Ending_Adams2",0.001}; + }; + class Acts_Ending_Adams2: Acts_Ending_Adams1 + { + ConnectTo[] = {"Acts_Ending_Adams3",0.001}; + soundEdge[] = {0.223776,0.377622,0.559441,0.741259,0.958042}; + speed = 0.0435; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Ending_Adams2"; + }; + class Acts_Ending_Adams3: Acts_Ending_Adams1 + { + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + speed = 0.2098; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Ending_Adams3"; + }; + class Acts_Ending_Lacey1: CutSceneAnimationBase + { + speed = 0.1333; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Ending_Lacey1"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.164444,0.293333,0.426667,0.577778,0.737778,0.897778}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -1.0; + preload = 1; + enableDirectControl = 0; + ConnectTo[] = {"Acts_Ending_Lacey2",0.001}; + aiming = "aimingNo"; + aimingBody = "aimingUpNo"; + }; + class Acts_Ending_Lacey2: Acts_Ending_Lacey1 + { + speed = 0.0393; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Ending_Lacey2"; + ConnectTo[] = {"Acts_Ending_Lacey3",0.001}; + }; + class Acts_Ending_Lacey3: Acts_Ending_Lacey1 + { + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Ending_Lacey3"; + speed = 0.3615; + headBobMode = 5; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + soundEdge[] = {0.313253,0.795181}; + }; + class Acts_FarmIncident_Adams1: CutSceneAnimationBase + { + speed = 0.2521; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_FarmIncident_Adams1"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.159664,0.336134,0.512605,0.733689,0.92437}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 0; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"Acts_FarmIncident_Adams2",0.001}; + }; + class Acts_FarmIncident_Adams2: Acts_FarmIncident_Adams1 + { + ConnectTo[] = {"Acts_FarmIncident_Adams3",0.001}; + soundEdge[] = {0.168539,0.460674}; + speed = 0.337; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_FarmIncident_Adams2"; + }; + class Acts_FarmIncident_Adams3: Acts_FarmIncident_Adams1 + { + leftHandIKCurve[] = {0,1,0.237,1,0.238301,0,0.297,0,0.298056,1,0.367,1,0.368,0,0.415,0,0.416127,1,0.504,1,0.505,0,0.584,0,0.585313,1,0.717,1,0.718503,0,0.894,0,0.895,1}; + weaponIK = 1; + rightHandIKCurve[] = {1}; + InterpolateTo[] = {}; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_FarmIncident_Adams3"; + speed = 0.0216; + }; + class Acts_FarmIncident_Commander: CutSceneAnimationBase + { + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0.0,1,0.368,1,0.369443,0,0.388,0,0.38948,1,0.699,1,0.7,0,0.724,0,0.72511,1}; + speed = 0.0188; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_FarmIncident_Commander"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.607631,0.727142,0.7473,0.820014,0.834413,0.87401,0.892009,0.946004}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + class Acts_FarmIncident_Lacey1: CutSceneAnimationBase + { + speed = 0.2941; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_FarmIncident_Lacey1"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.147059,0.362745,0.54902,0.764706,0.970588}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 1; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"Acts_FarmIncident_Lacey2",0.001}; + enableDirectControl = 0; + }; + class Acts_FarmIncident_Lacey2: Acts_FarmIncident_Lacey1 + { + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_FarmIncident_Lacey2"; + ConnectTo[] = {"Acts_FarmIncident_Lacey3",0.001}; + soundEdge[] = {0.290698,0.593023}; + speed = 0.3488; + }; + class Acts_FarmIncident_Lacey3: Acts_FarmIncident_Lacey1 + { + leftHandIKCurve[] = {0,1,0.283,1,0.284,0,0.336,0,0.337,1,0.86,1,0.861,0,0.933,0,0.934,1,1,1}; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_FarmIncident_Lacey3"; + weaponIK = 1; + rightHandIKCurve[] = {1}; + ConnectTo[] = {"Acts_FarmIncident_Lacey4",0.001}; + speed = 0.0261; + }; + class Acts_FarmIncident_Lacey4: Acts_FarmIncident_Lacey1 + { + leftHandIKCurve[] = {0}; + weaponIK = 1; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_FarmIncident_Lacey4"; + speed = 0.1163; + soundEdge[] = {0.186047,0.333333,0.48062,0.589147}; + }; + class Acts_HeliCargo_in: CutSceneAnimationBase + { + speed = 0.2679; + looped = 0; + actions = "Acts_Helicargo_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_HeliCargo_in"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {1}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"Acts_HeliCargo_loop",0.001}; + }; + class Acts_HeliCargo_loop: CutSceneAnimationBase + { + speed = 0.0802; + looped = 1; + actions = "Acts_Helicargo_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_HeliCargo_loop"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {1}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"Acts_HeliCargoHopInSignal",0.001,"Acts_HeliCargoPointing",0.001,"Acts_HeliCargoTalking_in",0.001,"Acts_HeliCargo_out",0.001}; + ConnectTo[] = {"Acts_HeliCargoHopInSignal",0.001,"Acts_HeliCargoPointing",0.001,"Acts_HeliCargoTalking_in",0.001,"Acts_HeliCargo_loop",0.001,"Acts_HeliCargo_out",0.001}; + }; + class Acts_HeliCargo_out: CutSceneAnimationBase + { + speed = 0.2679; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_HeliCargo_out"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {1}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + interpolationRestart = 1; + }; + class Acts_HeliCargoHopInSignal: CutSceneAnimationBase + { + speed = 0.5263; + looped = 0; + actions = "Acts_Helicargo_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_HeliCargoHopInSignal"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + lefttHandIKCurve[] = {0,1,0.01818,1,0.0182,0,0.927273,0,0.945455,1}; + headBobMode = 5; + rightHandIKCurve[] = {1}; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"Acts_HeliCargo_loop",0.001}; + ConnectTo[] = {"Acts_HeliCargo_loop",0.001}; + interpolationRestart = 1; + }; + class Acts_HeliCargoPointing: CutSceneAnimationBase + { + leftHandIKCurve[] = {0,1,0.036,1,0.0361,0,0.8648,0,0.8649,1}; + rightHandIKCurve[] = {1}; + speed = 0.2703; + looped = 0; + actions = "Acts_Helicargo_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_HeliCargoPointing"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + minPlayTime = 0.95; + InterpolateTo[] = {"Acts_HeliCargo_loop",0.001,"Acts_HeliCargoTalking_in",0.001}; + ConnectTo[] = {}; + interpolationRestart = 1; + }; + class Acts_HeliCargoTalking_in: CutSceneAnimationBase + { + speed = 0.2679; + looped = 0; + actions = "Acts_HelicargoTalking_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_HeliCargoTalking_in"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {1}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"Acts_HeliCargoTalking_loop",0.001}; + interpolationSpeed = 2.5; + interpolationRestart = 1; + }; + class Acts_HeliCargoTalking_loop: CutSceneAnimationBase + { + speed = 0.0254; + looped = 1; + actions = "Acts_HelicargoTalking_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_HeliCargoTalking_loop"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {1}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"Acts_HeliCargoTalking_loop",0.001,"Acts_HeliCargoTalking_out",0.001}; + InterpolateTo[] = {"Acts_HeliCargoTalking_out",0.001}; + }; + class Acts_HeliCargoTalking_out: CutSceneAnimationBase + { + speed = 0.2679; + looped = 0; + actions = "Acts_Helicargo_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_HeliCargoTalking_out"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {1}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"Acts_HeliCargo_loop",0.001}; + ConnectTo[] = {"Acts_HeliCargo_loop",0.001}; + interpolationRestart = 1; + }; + class Acts_Kore_IdleNoWeapon_in: CutSceneAnimationBase + { + speed = 0.3062; + looped = 0; + actions = "Acts_Kore_IdleNoWeapon_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Kore_IdleNoWeapon_in"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"Acts_Kore_IdleNoWeapon_loop",0.001}; + interpolationRestart = 1; + }; + class Acts_Kore_IdleNoWeapon_loop: CutSceneAnimationBase + { + speed = 0.1339; + looped = 1; + actions = "Acts_Kore_IdleNoWeapon_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Kore_IdleNoWeapon_loop"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"Acts_Kore_IdleNoWeapon_loop",0.001,"Acts_Kore_Introducing",0.001,"Acts_Kore_PointingForward",0.001,"Acts_Kore_TalkingOverRadio_in",0.001,"Acts_Kore_IdleNoWeapon_out",0.001}; + InterpolateTo[] = {"Acts_Kore_Introducing",0.001,"Acts_Kore_PointingForward",0.001,"Acts_Kore_TalkingOverRadio_in",0.001,"Acts_Kore_IdleNoWeapon_out",0.001}; + }; + class Acts_Kore_IdleNoWeapon_out: CutSceneAnimationBase + { + speed = 0.4286; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Kore_IdleNoWeapon_out"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + interpolationRestart = 1; + }; + class Acts_Kore_Introducing: CutSceneAnimationBase + { + speed = 0.2632; + looped = 0; + actions = "Acts_Kore_IdleNoWeapon_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Kore_Introducing"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"Acts_Kore_IdleNoWeapon_loop",0.001}; + ConnectTo[] = {"Acts_Kore_IdleNoWeapon_loop",0.001}; + interpolationRestart = 1; + }; + class Acts_Kore_PointingForward: CutSceneAnimationBase + { + speed = 0.3192; + looped = 0; + actions = "Acts_Kore_IdleNoWeapon_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Kore_PointingForward"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"Acts_Kore_IdleNoWeapon_loop",0.001}; + ConnectTo[] = {"Acts_Kore_IdleNoWeapon_loop",0.001}; + interpolationRestart = 1; + }; + class Acts_Kore_TalkingOverRadio_in: CutSceneAnimationBase + { + speed = 1.3055; + looped = 0; + actions = "Acts_Kore_TalkingOverRadio_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Kore_TalkingOverRadio_in"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"Acts_Kore_TalkingOverRadio_loop",0.001}; + interpolationRestart = 1; + }; + class Acts_Kore_TalkingOverRadio_loop: CutSceneAnimationBase + { + speed = 0.1339; + looped = 1; + actions = "Acts_Kore_TalkingOverRadio_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Kore_TalkingOverRadio_loop"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + ConnectTo[] = {"Acts_Kore_TalkingOverRadio_loop",0.001,"Acts_Kore_TalkingOverRadio_out",0.001}; + InterpolateTo[] = {"Acts_Kore_TalkingOverRadio_out",0.001}; + }; + class Acts_Kore_TalkingOverRadio_out: CutSceneAnimationBase + { + speed = 1.0718; + looped = 0; + actions = "Acts_Kore_IdleNoWeapon_actions"; + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\Acts_Kore_TalkingOverRadio_out"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"Acts_Kore_IdleNoWeapon_loop",0.001}; + ConnectTo[] = {"Acts_Kore_IdleNoWeapon_loop",0.001}; + interpolationRestart = 1; + }; + class LaceyTest1a: CutSceneAnimationBase + { + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\temp_LaceyTestFiles\Lacey_test_1_cast1_naJ_rsOFF"; + looped = 0; + speed = 0.375; + boundingSphere = 10.0; + headBobMode = 5; + headBobStrength = 0.482587; + head = "headDefault"; + enableDirectControl = 0; + }; + class LaceyTest1b: LaceyTest1a + { + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\temp_LaceyTestFiles\Lacey_test_1_cast2_naS_rsOFF"; + speed = 1.0; + }; + class LaceyTest2a: CutSceneAnimationBase + { + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\temp_LaceyTestFiles\Lacey_test_1_cast1_naJ_rsON"; + looped = 0; + speed = 0.375; + duty = -0.8; + headBobMode = 5; + headBobStrength = -1.0; + interpolationSpeed = 2.5; + head = "headDefault"; + enableDirectControl = 0; + }; + class LaceyTest2b: LaceyTest2a + { + file = "\a3\Anims_F_Bootcamp\data\anim\sdr\cts\temp_LaceyTestFiles\Lacey_test_1_cast2_naS_rsON"; + speed = 1.0; + }; + class Acts_AidlPsitMstpSsurWnonDnon_loop: CutSceneAnimationBaseSit + { + actions = "Acts_SittingTiedHands_actions"; + file = "\A3\Anims_F_Mark\data\anim\sdr\cts\Acts_AidlPsitMstpSsurWnonDnon_1"; + VariantsPlayer[] = {"Acts_AidlPsitMstpSsurWnonDnon01",0.2,"Acts_AidlPsitMstpSsurWnonDnon02",0.2,"Acts_AidlPsitMstpSsurWnonDnon03",0.2,"Acts_AidlPsitMstpSsurWnonDnon04",0.2,"Acts_AidlPsitMstpSsurWnonDnon05",0.2}; + VariantsAI[] = {"Acts_AidlPsitMstpSsurWnonDnon01",0.2,"Acts_AidlPsitMstpSsurWnonDnon02",0.2,"Acts_AidlPsitMstpSsurWnonDnon03",0.2,"Acts_AidlPsitMstpSsurWnonDnon04",0.2,"Acts_AidlPsitMstpSsurWnonDnon05",0.2}; + VariantAfter[] = {20,20,20}; + InterpolateTo[] = {"Acts_AidlPsitMstpSsurWnonDnon01",0.001,"Acts_AidlPsitMstpSsurWnonDnon02",0.001,"Acts_AidlPsitMstpSsurWnonDnon03",0.001,"Acts_AidlPsitMstpSsurWnonDnon04",0.001,"Acts_AidlPsitMstpSsurWnonDnon05",0.001,"Acts_AidlPsitMstpSsurWnonDnon_out",0.1,"Unconscious",0.01}; + canReload = 0; + }; + class Acts_AidlPsitMstpSsurWnonDnon01: Acts_AidlPsitMstpSsurWnonDnon_loop + { + equivalentTo = "Acts_AidlPsitMstpSsurWnonDnon_loop"; + speed = 0.075; + VariantsPlayer[] = {}; + VariantsAI[] = {}; + interpolationSpeed = 0.5; + InterpolateTo[] = {"Acts_AidlPsitMstpSsurWnonDnon_loop",0.001,"Unconscious",0.01}; + }; + class Acts_AidlPsitMstpSsurWnonDnon02: Acts_AidlPsitMstpSsurWnonDnon01 + { + file = "\A3\Anims_F_Mark\data\anim\sdr\cts\Acts_AidlPsitMstpSsurWnonDnon_2"; + speed = 0.15; + }; + class Acts_AidlPsitMstpSsurWnonDnon03: Acts_AidlPsitMstpSsurWnonDnon01 + { + file = "\A3\Anims_F_Mark\data\anim\sdr\cts\Acts_AidlPsitMstpSsurWnonDnon_3"; + speed = 0.06; + }; + class Acts_AidlPsitMstpSsurWnonDnon04: Acts_AidlPsitMstpSsurWnonDnon01 + { + file = "\A3\Anims_F_Mark\data\anim\sdr\cts\Acts_AidlPsitMstpSsurWnonDnon_4"; + speed = 0.05; + }; + class Acts_AidlPsitMstpSsurWnonDnon05: Acts_AidlPsitMstpSsurWnonDnon01 + { + file = "\A3\Anims_F_Mark\data\anim\sdr\cts\Acts_AidlPsitMstpSsurWnonDnon_5"; + speed = 0.05; + }; + class Acts_AidlPsitMstpSsurWnonDnon_out: CutSceneAnimationBase + { + file = "\A3\Anims_F_Mark\data\anim\sdr\cts\Acts_AidlPsitMstpSsurWnonDnon_out"; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon",0.001}; + speed = 0.1875; + looped = 0; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.001}; + }; + class Acts_AidlPercMstpSlowWrflDnon_warmup_loop: CutSceneAnimationBase + { + actions = "Acts_WarmUp_actions"; + file = "\A3\Anims_F_Mark\data\anim\sdr\cts\Acts_AidlPercMstpSlowWrflDnon_warmup01"; + VariantsPlayer[] = {"Acts_AidlPercMstpSlowWrflDnon_warmup01",0.2,"Acts_AidlPercMstpSlowWrflDnon_warmup02",0.2,"Acts_AidlPercMstpSlowWrflDnon_warmup03",0.2,"Acts_AidlPercMstpSlowWrflDnon_warmup04",0.2,"Acts_AidlPercMstpSlowWrflDnon_warmup05",0.2}; + VariantsAI[] = {"Acts_AidlPercMstpSlowWrflDnon_warmup01",0.2,"Acts_AidlPercMstpSlowWrflDnon_warmup02",0.2,"Acts_AidlPercMstpSlowWrflDnon_warmup03",0.2,"Acts_AidlPercMstpSlowWrflDnon_warmup04",0.2,"Acts_AidlPercMstpSlowWrflDnon_warmup05",0.2}; + VariantAfter[] = {15,15,15}; + InterpolateTo[] = {"Acts_AidlPercMstpSlowWrflDnon_warmup01",0.001,"Acts_AidlPercMstpSlowWrflDnon_warmup02",0.001,"Acts_AidlPercMstpSlowWrflDnon_warmup03",0.001,"Acts_AidlPercMstpSlowWrflDnon_warmup04",0.001,"Acts_AidlPercMstpSlowWrflDnon_warmup05",0.001}; + weaponIK = 1; + leftHandIKCurve[] = {1}; + rightHandIKCurve[] = {1}; + }; + class Acts_AidlPercMstpSlowWrflDnon_warmup01: Acts_AidlPercMstpSlowWrflDnon_warmup_loop + { + speed = 0.153846; + VariantsPlayer[] = {}; + VariantsAI[] = {}; + InterpolateTo[] = {"Acts_AidlPercMstpSlowWrflDnon_warmup_loop",0.001,"AmovPercMstpSlowWrflDnon",0.01,"Unconscious",0.01}; + }; + class Acts_AidlPercMstpSlowWrflDnon_warmup02: Acts_AidlPercMstpSlowWrflDnon_warmup01 + { + speed = 0.115385; + file = "\A3\Anims_F_Mark\data\anim\sdr\cts\Acts_AidlPercMstpSlowWrflDnon_warmup02"; + }; + class Acts_AidlPercMstpSlowWrflDnon_warmup03: Acts_AidlPercMstpSlowWrflDnon_warmup01 + { + speed = 0.085714; + file = "\A3\Anims_F_Mark\data\anim\sdr\cts\Acts_AidlPercMstpSlowWrflDnon_warmup03"; + leftHandIKCurve[] = {0,1,0.2,1,0.22,0,0.7,0,0.714286,1,0.788571,1,0.8,0,0.88,0,0.894286,1}; + }; + class Acts_AidlPercMstpSlowWrflDnon_warmup04: Acts_AidlPercMstpSlowWrflDnon_warmup01 + { + speed = 0.065217; + file = "\A3\Anims_F_Mark\data\anim\sdr\cts\Acts_AidlPercMstpSlowWrflDnon_warmup04"; + leftHandIKCurve[] = {0,1,0.030435,1,0.036957,0,0.569565,0,0.576087,1}; + }; + class Acts_AidlPercMstpSlowWrflDnon_warmup05: Acts_AidlPercMstpSlowWrflDnon_warmup01 + { + speed = 0.068182; + file = "\A3\Anims_F_Mark\data\anim\sdr\cts\Acts_AidlPercMstpSlowWrflDnon_warmup05"; + }; + class AfdsPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + actions = "FiringDrillsRifleStandActions"; + ConnectTo[] = {"AfdsPercMstpSrasWrflDnon_AfdsPercMstpSlowWrflDnon",0.01,"AfdsPercMstpSrasWrflDnon_AfdsPercMstpSrasWpstDnon",0.01,"AfdsPercMstpSrasWrflDnon_AfdsPknlMstpSrasWrflDnon",0.01,"AfdsPercMstpSrasWrflDnon_AfdsPpneMstpSrasWrflDnon",0.01,"AfdsPercMstpSrasWrflDnon_turnR",0.02,"AfdsPercMstpSrasWrflDnon_turnL",0.02,"AfdsPercMstpSrasWrflDnon_AfdsPercMstpSnonWnonDnon",0.01,"AfdsPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon",0.01,"AfdsPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon",0.01}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AfdsPercMstpSrasWrflDnon_turnR",0.02,"AfdsPercMstpSrasWrflDnon_turnL",0.02,"AfdsPercMstpSrasWrflDnon_inv",0.05}; + }; + class AfdsPercMstpSlowWrflDnon: AmovPercMstpSlowWrflDnon + { + ConnectTo[] = {"AfdsPercMstpSlowWrflDnon_AfdsPercMstpSrasWrflDnon",0.01,"AfdsPercMstpSlowWrflDnon_AfdsPknlMstpSlowWrflDnon",0.01,"AfdsPercMstpSlowWrflDnon_AfdsPpneMstpSrasWrflDnon",0.01,"AfdsPercMstpSlowWrflDnon_turnL",0.02,"AfdsPercMstpSlowWrflDnon_turnR",0.02}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AfdsPercMstpSlowWrflDnon_inv",0.05,"AfdsPercMstpSlowWrflDnon_turnL",0.02,"AfdsPercMstpSlowWrflDnon_turnR",0.02}; + actions = "FiringDrillsRifleLowStandActions"; + }; + class AfdsPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + actions = "FiringDrillsRifleKneelActions"; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon",0.02,"AfdsPknlMstpSrasWrflDnon_turnR",0.02,"AfdsPknlMstpSrasWrflDnon_turnL",0.02,"AfdsPknlMstpSrasWrflDnon_inv",0.05}; + ConnectTo[] = {"AfdsPknlMstpSrasWrflDnon_AfdsPercMstpSrasWrflDnon",0.01,"AfdsPknlMstpSrasWrflDnon_AfdsPknlMstpSlowWrflDnon",0.01,"AfdsPknlMstpSrasWrflDnon_turnR",0.02,"AfdsPknlMstpSrasWrflDnon_turnL",0.02,"AfdsPknlMstpSrasWrflDnon_AfdsPpneMstpSrasWrflDnon",0.01,"AfdsPknlMstpSrasWrflDnon_AfdsPknlMstpSrasWpstDnon",0.01,"AfdsPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon",0.01}; + }; + class AfdsPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + ConnectTo[] = {"AfdsPercMstpSrasWpstDnon_AfdsPercMstpSrasWrflDnon",0.01,"AfdsPercMstpSrasWpstDnon_AfdsPercMstpSlowWpstDnon",0.02,"AfdsPercMstpSrasWpstDnon_turnR",0.02,"AfdsPercMstpSrasWpstDnon_turnL",0.02,"AfdsPercMstpSrasWpstDnon_AfdsPknlMstpSrasWpstDnon",0.01,"AfdsPercMstpSrasWpstDnon_AfdsPpneMstpSrasWpstDnon",0.01,"AfdsPercMstpSrasWpstDnon_AfdsPercMstpSnonWnonDnon",0.01,"AfdsPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon",0.01}; + actions = "FiringDrillsPistolStandActions"; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"AfdsPercMstpSrasWpstDnon_turnR",0.02,"AfdsPercMstpSrasWpstDnon_turnL",0.02,"AfdsPercMstpSrasWpstDnon_inv",0.05}; + }; + class AfdsPercMstpSlowWpstDnon: AmovPercMstpSlowWpstDnon + { + actions = "FiringDrillsPistolLowStandActions"; + ConnectTo[] = {"AfdsPercMstpSlowWpstDnon_AfdsPercMstpSrasWpstDnon",0.01,"AfdsPercMstpSlowWpstDnon_turnL",0.02,"AfdsPercMstpSlowWpstDnon_turnR",0.02,"AfdsPercMstpSlowWpstDnon_AfdsPknlMstpSlowWpstDnon",0.01,"AfdsPercMstpSlowWpstDnon",0.05,"AfdsPercMstpSlowWpstDnon_AfdsPpneMstpSrasWpstDnon",0.01}; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"AfdsPercMstpSlowWpstDnon_turnL",0.02,"AfdsPercMstpSlowWpstDnon_turnR",0.02,"AfdsPercMstpSlowWpstDnon_inv",0.05}; + }; + class AfdsPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + ConnectTo[] = {"AfdsPknlMstpSrasWpstDnon_AfdsPercMstpSrasWpstDnon",0.01,"AfdsPknlMstpSrasWpstDnon_AfdsPknlMstpSlowWpstDnon",0.01,"AfdsPknlMstpSrasWpstDnon_turnL",0.02,"AfdsPknlMstpSrasWpstDnon_turnR",0.02,"AfdsPknlMstpSrasWpstDnon_AfdsPpneMstpSrasWpstDnon",0.01,"AfdsPknlMstpSrasWpstDnon_AfdsPknlMstpSrasWrflDnon",0.01,"AfdsPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon",0.01}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AfdsPknlMstpSrasWpstDnon_turnL",0.02,"AfdsPknlMstpSrasWpstDnon_turnR",0.02,"AfdsPknlMstpSrasWpstDnon_inv",0.05}; + actions = "FiringDrillsPistolKneelActions"; + }; + class AfdsPknlMstpSlowWpstDnon: AmovPknlMstpSlowWpstDnon + { + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"AfdsPknlMstpSlowWpstDnon_turnL",0.02,"AfdsPknlMstpSlowWpstDnon_turnR",0.02,"AfdsPknlMstpSlowWpstDnon_inv",0.05}; + ConnectTo[] = {"AfdsPknlMstpSlowWpstDnon_AfdsPknlMstpSrasWpstDnon",0.01,"AfdspPknlMstpSlowWpstDnon_AfdspPercMstpSlowWpstDnon",0.01,"AfdsPknlMstpSlowWpstDnon_turnL",0.02,"AfdsPknlMstpSlowWpstDnon_turnR",0.02,"AfdsPknlMstpSlowWpstDnon_AfdsPpneMstpSrasWpstDnon",0.01}; + actions = "FiringDrillsPistolLowKneelActions"; + }; + class AfdsPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + actions = "FiringDrillsPistolProneActions"; + InterpolateTo[] = {"AfdsPpneMstpSrasWpstDnon_turnL",0.02,"AfdsPpneMstpSrasWpstDnon_turnR",0.02,"AmovPpneMstpSrasWpstDnon",0.02,"AfdsPpneMstpSrasWpstDnon_inv",0.05}; + ConnectTo[] = {"AfdsPpneMstpSrasWpstDnon_turnL",0.02,"AfdsPpneMstpSrasWpstDnon_turnR",0.02,"AfdsPpneMstpSrasWpstDnon_AfdsPercMstpSrasWpstDnon",0.01,"AfdsPpneMstpSrasWpstDnon_AfdsPknlMstpSrasWpstDnon",0.01,"AfdsPpneMstpSrasWpstDnon_AfdsPpneMstpSrasWrflDnon",0.01,"AfdsPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon",0.01}; + }; + class AfdsPknlMstpSlowWrflDnon: AmovPknlMstpSlowWrflDnon + { + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AfdsPknlMstpSlowWrflDnon_turnR",0.02,"AfdsPknlMstpSlowWrflDnon_turnL",0.02,"AfdsPknlMstpSlowWrflDnon_inv",0.05}; + ConnectTo[] = {"AfdsPknlMstpSlowWrflDnon_AfdsPknlMstpSrasWrflDnon",0.01,"AfdsPknlMstpSlowWrflDnon_turnR",0.02,"AfdsPknlMstpSlowWrflDnon_turnL",0.02,"AfdsPknlMstpSlowWrflDnon_AfdsPpneMstpSrasWrflDnon",0.01,"AfdsPknlMstpSlowWrflDnon_AfdsPercMstpSlowWrflDnon",0.01}; + actions = "FiringDrillsRifleLowKneelActions"; + }; + class AfdsPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon",0.02,"AfdsPpneMstpSrasWrflDnon_turnR",0.02,"AfdsPpneMstpSrasWrflDnon_turnL",0.02,"AfdsPpneMstpSrasWrflDnon_inv",0.05}; + ConnectTo[] = {"AfdsPpneMstpSrasWrflDnon_AfdsPknlMstpSrasWrflDnon",0.01,"AfdsPpneMstpSrasWrflDnon_AfdsPercMstpSrasWrflDnon",0.01,"AfdsPpneMstpSrasWrflDnon_turnR",0.02,"AfdsPpneMstpSrasWrflDnon_turnL",0.02,"AfdsPpneMstpSrasWrflDnon_AfdsPpneMstpSrasWpstDnon",0.01}; + actions = "FiringDrillsRifleProneActions"; + }; + class AfdsPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + actions = "FiringDrillsCivilStandActions"; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon",0.02,"AfdsPercMstpSnonWnonDnon_turnL",0.02,"AfdsPercMstpSnonWnonDnon_turnR",0.02,"AfdsPercMstpSnonWnonDnon_inv",0.05}; + ConnectTo[] = {"AfdsPercMstpSnonWnonDnon_turnL",0.02,"AfdsPercMstpSnonWnonDnon_turnR",0.02,"AfdsPercMstpSnonWnonDnon_AfdsPknlMstpSnonWnonDnon",0.01,"AfdsPercMstpSnonWnonDnon_AfdsPpneMstpSnonWnonDnon",0.01,"AfdsPercMstpSnonWnonDnon_AfdsPercMstpSrasWrflDnon",0.01,"AfdsPercMstpSnonWnonDnon_AfdsPercMstpSrasWpstDnon",0.01,"AfdsPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon",0.01}; + }; + class AfdsPknlMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon + { + actions = "FiringDrillsCivilKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSnonWnonDnon_AfdsPercMstpSnonWnonDnon",0.01,"AfdsPknlMstpSnonWnonDnon_AfdsPpneMstpSnonWnonDnon",0.01,"AfdsPknlMstpSnonWnonDnon_turnL",0.02,"AfdsPknlMstpSnonWnonDnon_turnR",0.02,"AfdsPknlMstpSnonWnonDnon_AfdsPknlMstpSrasWrflDnon",0.01,"AfdsPknlMstpSnonWnonDnon_AfdsPknlMstpSrasWpstDnon",0.01,"AfdsPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon",0.01}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.02,"AfdsPknlMstpSnonWnonDnon_turnL",0.02,"AfdsPknlMstpSnonWnonDnon_turnR",0.02,"AfdsPknlMstpSnonWnonDnon_inv",0.05}; + }; + class AfdsPpneMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon + { + actions = "FiringDrillsCivilProneActions"; + ConnectTo[] = {"AfdsPpneMstpSnonWnonDnon_AfdsPercMstpSnonWnonDnon",0.01,"AfdsPpneMstpSnonWnonDnon_AfdsPknlMstpSnonWnonDnon",0.01,"AfdsPpneMstpSnonWnonDnon_turnL",0.02,"AfdsPpneMstpSnonWnonDnon_turnR",0.02,"AfdsPpneMstpSnonWnonDnon_AfdsPpneMstpSrasWrflDnon",0.01,"AfdsPpneMstpSnonWnonDnon_AfdsPpneMstpSrasWpstDnon",0.01,"AfdsPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon",0.01}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AfdsPpneMstpSnonWnonDnon_turnL",0.02,"AfdsPpneMstpSnonWnonDnon_turnR",0.02,"AfdsPpneMstpSnonWnonDnon_inv",0.05}; + }; + class AfdsPercMstpSoptWbinDnon: AmovPercMstpSoptWbinDnon + { + actions = "FiringDrillsBinocStandActions"; + ConnectTo[] = {"AfdsPercMstpSoptWbinDnon_AfdsPknlMstpSoptWbinDnon",0.01,"AfdsPercMstpSoptWbinDnon_AfdsPpneMstpSoptWbinDnon",0.01,"AfdsPercMstpSoptWbinDnon_turnL",0.02,"AfdsPercMstpSoptWbinDnon_turnR",0.02,"AwopPercMstpSoptWbinDnon_AfdsPercMstpSnonWnonDnon",0.01,"AwopPercMstpSoptWbinDnon_AfdsPercMstpSrasWpstDnon",0.01,"AwopPercMstpSoptWbinDnon_AfdsPercMstpSrasWrflDnon",0.01}; + InterpolateTo[] = {"AfdsPercMstpSoptWbinDnon_turnL",0.02,"AfdsPercMstpSoptWbinDnon_turnR",0.02,"AmovPercMstpSoptWbinDnon",0.02}; + }; + class AfdsPknlMstpSoptWbinDnon: AmovPknlMstpSoptWbinDnon + { + actions = "FiringDrillsBinocKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSoptWbinDnon_AfdsPercMstpSoptWbinDnon",0.01,"AfdsPknlMstpSoptWbinDnon_AfdsPpneMstpSoptWbinDnon",0.01,"AfdsPknlMstpSoptWbinDnon_turnL",0.02,"AfdsPknlMstpSoptWbinDnon_turnR",0.02,"AwopPknlMstpSoptWbinDnon_AfdsPknlMstpSnonWnonDnon",0.01,"AwopPknlMstpSoptWbinDnon_AfdsPknlMstpSrasWpstDnon",0.01,"AwopPknlMstpSoptWbinDnon_AfdsPknlMstpSrasWrflDnon",0.01}; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AfdsPknlMstpSoptWbinDnon_turnL",0.02,"AfdsPknlMstpSoptWbinDnon_turnR",0.02}; + }; + class AfdsPpneMstpSoptWbinDnon: AmovPpneMstpSoptWbinDnon + { + actions = "FiringDrillsBinocProneActions"; + ConnectTo[] = {"AfdsPpneMstpSoptWbinDnon_AfdsPknlMstpSoptWbinDnon",0.01,"AfdsPpneMstpSoptWbinDnon_AfdsPercMstpSoptWbinDnon",0.01,"AfdsPpneMstpSoptWbinDnon_turnL",0.02,"AfdsPpneMstpSoptWbinDnon_turnR",0.02,"AwopPpneMstpSoptWbinDnon_AfdsPpneMstpSnonWnonDnon",0.01,"AwopPpneMstpSoptWbinDnon_AfdsPpneMstpSrasWpstDnon",0.01,"AwopPpneMstpSoptWbinDnon_AfdsPpneMstpSrasWrflDnon",0.01}; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"AfdsPpneMstpSoptWbinDnon_turnL",0.02,"AfdsPpneMstpSoptWbinDnon_turnR",0.02}; + }; + class AfdsPercMstpSrasWrflDnon_AfdsPercMstpSlowWrflDnon: AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon + { + actions = "FiringDrillsRifleLowStandActions"; + ConnectTo[] = {"AfdsPercMstpSlowWrflDnon",0.01}; + }; + class AfdsPercMstpSlowWrflDnon_AfdsPercMstpSrasWrflDnon: AmovPercMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon + { + actions = "FiringDrillsRifleStandActions"; + ConnectTo[] = {"AfdsPercMstpSrasWrflDnon",0.01}; + }; + class AfdsPercMstpSrasWrflDnon_AfdsPercMstpSrasWpstDnon: AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon + { + actions = "FiringDrillsPistolStandActions"; + ConnectTo[] = {"AfdsPercMstpSrasWrflDnon_AfdsPercMstpSrasWpstDnon_end",0.01}; + }; + class AfdsPercMstpSrasWrflDnon_AfdsPercMstpSrasWpstDnon_end: AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon_end + { + actions = "FiringDrillsPistolStandActions"; + ConnectTo[] = {"AfdsPercMstpSrasWpstDnon",0.01}; + }; + class AfdsPercMstpSrasWpstDnon_AfdsPercMstpSrasWrflDnon: AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon + { + ConnectTo[] = {"AfdsPercMstpSrasWpstDnon_AfdsPercMstpSrasWrflDnon_end",0.01}; + actions = "FiringDrillsRifleStandActions"; + }; + class AfdsPknlMstpSrasWrflDnon_AfdsPknlMstpSrasWpstDnon: AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWpstDnon + { + actions = "FiringDrillsPistolKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSrasWrflDnon_AfdsPknlMstpSrasWpstDnon_end",0.01}; + }; + class AfdsPknlMstpSrasWrflDnon_AfdsPknlMstpSrasWpstDnon_end: AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWpstDnon_end + { + actions = "FiringDrillsPistolKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSrasWpstDnon",0.01}; + }; + class AfdsPknlMstpSrasWpstDnon_AfdsPknlMstpSrasWrflDnon_end: AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWrflDnon_end + { + actions = "FiringDrillsRifleKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSrasWrflDnon",0.01}; + }; + class AfdsPknlMstpSrasWpstDnon_AfdsPknlMstpSrasWrflDnon: AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWrflDnon + { + actions = "FiringDrillsRifleKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSrasWpstDnon_AfdsPknlMstpSrasWrflDnon_end",0.01}; + }; + class AfdsPpneMstpSrasWpstDnon_AfdsPpneMstpSrasWrflDnon: AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon + { + actions = "FiringDrillsRifleProneActions"; + ConnectTo[] = {"AfdsPpneMstpSrasWpstDnon_AfdsPpneMstpSrasWrflDnon_end",0.01}; + }; + class AfdsPpneMstpSrasWpstDnon_AfdsPpneMstpSrasWrflDnon_end: AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon_end + { + actions = "FiringDrillsRifleProneActions"; + ConnectTo[] = {"AfdsPpneMstpSrasWrflDnon",0.01}; + }; + class AfdsPpneMstpSrasWrflDnon_AfdsPpneMstpSrasWpstDnon_end: AmovPpneMstpSrasWrflDnon_AmovPpneMstpSrasWpstDnon_end + { + actions = "FiringDrillsPistolProneActions"; + ConnectTo[] = {"AfdsPpneMstpSrasWpstDnon",0.01}; + }; + class AfdsPpneMstpSrasWrflDnon_AfdsPpneMstpSrasWpstDnon: AmovPpneMstpSrasWrflDnon_AmovPpneMstpSrasWpstDnon + { + actions = "FiringDrillsPistolProneActions"; + ConnectTo[] = {"AfdsPpneMstpSrasWrflDnon_AfdsPpneMstpSrasWpstDnon_end",0.01}; + }; + class AfdsPercMstpSrasWpstDnon_AfdsPercMstpSrasWrflDnon_end: AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon_end + { + ConnectTo[] = {"AfdsPercMstpSrasWrflDnon",0.01}; + actions = "FiringDrillsRifleStandActions"; + }; + class AfdsPercMstpSrasWrflDnon_AfdsPknlMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon + { + actions = "FiringDrillsRifleKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSrasWrflDnon",0.01}; + }; + class AfdsPknlMstpSlowWrflDnon_AfdsPercMstpSlowWrflDnon: AmovPknlMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon + { + actions = "FiringDrillsRifleLowStandActions"; + ConnectTo[] = {"AfdsPercMstpSlowWrflDnon",0.01}; + }; + class AfdsPercMstpSlowWrflDnon_AfdsPknlMstpSlowWrflDnon: AmovPercMstpSlowWrflDnon_AmovPknlMstpSlowWrflDnon + { + actions = "FiringDrillsRifleLowKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSlowWrflDnon",0.01}; + }; + class AfdsPknlMstpSrasWrflDnon_AfdsPercMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon + { + actions = "FiringDrillsRifleStandActions"; + ConnectTo[] = {"AfdsPercMstpSrasWrflDnon",0.01}; + }; + class AfdsPercMstpSrasWpstDnon_AfdsPercMstpSlowWpstDnon: AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon + { + actions = "FiringDrillsPistolLowStandActions"; + ConnectTo[] = {"AfdsPercMstpSlowWpstDnon",0.02}; + }; + class AfdsPercMstpSlowWpstDnon_AfdsPercMstpSrasWpstDnon: AmovPercMstpSlowWpstDnon_AmovPercMstpSrasWpstDnon + { + ConnectTo[] = {"AfdsPercMstpSrasWpstDnon",0.01}; + actions = "FiringDrillsPistolStandActions"; + }; + class AfdsPercMstpSlowWpstDnon_AfdsPknlMstpSlowWpstDnon: AmovPercMstpSlowWpstDnon_AmovPknlMstpSlowWpstDnon + { + actions = "FiringDrillsPistolLowKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSlowWpstDnon",0.01}; + }; + class AfdspPknlMstpSlowWpstDnon_AfdspPercMstpSlowWpstDnon: AmovPknlMstpSlowWpstDnon_AmovPercMstpSlowWpstDnon + { + ConnectTo[] = {"AfdsPercMstpSlowWpstDnon",0.01}; + actions = "FiringDrillsPistolLowStandActions"; + }; + class AfdsPknlMstpSlowWrflDnon_AfdsPknlMstpSrasWrflDnon: AmovPknlMstpSlowWrflDnon_AmovPknlMstpSrasWrflDnon + { + ConnectTo[] = {"AfdsPknlMstpSrasWrflDnon",0.01}; + actions = "FiringDrillsRifleKneelActions"; + }; + class AfdsPknlMstpSrasWrflDnon_AfdsPknlMstpSlowWrflDnon: AmovPknlMstpSrasWrflDnon_AmovPknlMstpSlowWrflDnon + { + ConnectTo[] = {"AfdsPknlMstpSlowWrflDnon",0.01}; + actions = "FiringDrillsRifleLowKneelActions"; + }; + class AfdsPpneMstpSrasWrflDnon_AfdsPknlMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon + { + ConnectTo[] = {"AfdsPknlMstpSrasWrflDnon",0.01}; + actions = "FiringDrillsRifleKneelActions"; + }; + class AfdsPpneMstpSrasWrflDnon_AfdsPercMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon + { + ConnectTo[] = {"AfdsPercMstpSrasWrflDnon",0.01}; + actions = "FiringDrillsRifleStandActions"; + }; + class AfdsPercMstpSrasWrflDnon_AfdsPpneMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon + { + ConnectTo[] = {"AfdsPpneMstpSrasWrflDnon",0.01}; + actions = "FiringDrillsRifleProneActions"; + }; + class AfdsPknlMstpSrasWrflDnon_AfdsPpneMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon + { + ConnectTo[] = {"AfdsPpneMstpSrasWrflDnon",0.01}; + actions = "FiringDrillsRifleProneActions"; + }; + class AfdsPknlMstpSlowWrflDnon_AfdsPpneMstpSrasWrflDnon: AmovPknlMstpSlowWrflDnon_AmovPpneMstpSrasWrflDnon + { + ConnectTo[] = {"AfdsPpneMstpSrasWrflDnon",0.01}; + actions = "FiringDrillsRifleProneActions"; + }; + class AfdsPercMstpSlowWrflDnon_AfdsPpneMstpSrasWrflDnon: AmovPercMstpSlowWrflDnon_AmovPpneMstpSrasWrflDnon + { + ConnectTo[] = {"AfdsPpneMstpSrasWrflDnon",0.01}; + actions = "FiringDrillsRifleProneActions"; + }; + class AfdsPknlMstpSrasWpstDnon_AfdsPercMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon + { + ConnectTo[] = {"AfdsPercMstpSrasWpstDnon",0.01}; + actions = "FiringDrillsPistolStandActions"; + }; + class AfdsPercMstpSrasWpstDnon_AfdsPknlMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon + { + ConnectTo[] = {"AfdsPknlMstpSrasWpstDnon",0.01}; + actions = "FiringDrillsPistolKneelActions"; + }; + class AfdsPknlMstpSlowWpstDnon_AfdsPknlMstpSrasWpstDnon: AmovPknlMstpSlowWpstDnon_AmovPknlMstpSrasWpstDnon + { + ConnectTo[] = {"AfdsPknlMstpSrasWpstDnon",0.01}; + actions = "FiringDrillsPistolKneelActions"; + }; + class AfdsPknlMstpSrasWpstDnon_AfdsPknlMstpSlowWpstDnon: AmovPknlMstpSrasWpstDnon_AmovPknlMstpSlowWpstDnon + { + ConnectTo[] = {"AfdsPknlMstpSlowWpstDnon",0.01}; + actions = "FiringDrillsPistolLowKneelActions"; + }; + class AfdsPercMstpSlowWpstDnon_AfdsPpneMstpSrasWpstDnon: AmovPercMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon + { + actions = "FiringDrillsPistolProneActions"; + ConnectTo[] = {"AfdsPpneMstpSrasWpstDnon",0.01}; + }; + class AfdsPercMstpSrasWpstDnon_AfdsPpneMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon + { + actions = "FiringDrillsPistolProneActions"; + ConnectTo[] = {"AfdsPpneMstpSrasWpstDnon",0.01}; + }; + class AfdsPknlMstpSlowWpstDnon_AfdsPpneMstpSrasWpstDnon: AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon + { + actions = "FiringDrillsPistolProneActions"; + ConnectTo[] = {"AfdsPpneMstpSrasWpstDnon",0.01}; + }; + class AfdsPknlMstpSrasWpstDnon_AfdsPpneMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon + { + actions = "FiringDrillsPistolProneActions"; + ConnectTo[] = {"AfdsPpneMstpSrasWpstDnon",0.01}; + }; + class AfdsPpneMstpSrasWpstDnon_AfdsPknlMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon + { + actions = "FiringDrillsPistolKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSrasWpstDnon",0.01}; + }; + class AfdsPpneMstpSrasWpstDnon_AfdsPercMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon + { + actions = "FiringDrillsPistolStandActions"; + ConnectTo[] = {"AfdsPercMstpSrasWpstDnon",0.01}; + }; + class AfdsPercMstpSnonWnonDnon_AfdsPknlMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon + { + actions = "FiringDrillsCivilKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSnonWnonDnon",0.01}; + }; + class AfdsPercMstpSnonWnonDnon_AfdsPpneMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon + { + actions = "FiringDrillsCivilProneActions"; + ConnectTo[] = {"AfdsPpneMstpSnonWnonDnon",0.01}; + }; + class AfdsPknlMstpSnonWnonDnon_AfdsPercMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon + { + actions = "FiringDrillsCivilStandActions"; + ConnectTo[] = {"AfdsPercMstpSnonWnonDnon",0.01}; + }; + class AfdsPknlMstpSnonWnonDnon_AfdsPpneMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon + { + actions = "FiringDrillsCivilProneActions"; + ConnectTo[] = {"AfdsPpneMstpSnonWnonDnon",0.01}; + }; + class AfdsPpneMstpSnonWnonDnon_AfdsPknlMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon + { + actions = "FiringDrillsCivilKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSnonWnonDnon",0.01}; + }; + class AfdsPpneMstpSnonWnonDnon_AfdsPercMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon + { + actions = "FiringDrillsCivilStandActions"; + ConnectTo[] = {"AfdsPercMstpSnonWnonDnon",0.01}; + }; + class AfdsPercMstpSrasWpstDnon_AfdsPercMstpSnonWnonDnon: AmovPercMstpSrasWpstDnon_AmovPercMstpSnonWnonDnon + { + ConnectTo[] = {"AfdsPercMstpSrasWpstDnon_AfdsPercMstpSnonWnonDnon_end",0.01}; + actions = "FiringDrillsCivilStandActions"; + }; + class AfdsPercMstpSrasWpstDnon_AfdsPercMstpSnonWnonDnon_end: AmovPercMstpSrasWpstDnon_AmovPercMstpSnonWnonDnon_end + { + ConnectTo[] = {"AfdsPercMstpSnonWnonDnon",0.01}; + actions = "FiringDrillsCivilStandActions"; + }; + class AfdsPercMstpSrasWrflDnon_AfdsPercMstpSnonWnonDnon: AmovPercMstpSrasWrflDnon_AmovPercMstpSnonWnonDnon + { + ConnectTo[] = {"AfdsPercMstpSnonWnonDnon",0.01}; + actions = "FiringDrillsCivilStandActions"; + }; + class AfdsPercMstpSnonWnonDnon_AfdsPercMstpSrasWrflDnon: AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon + { + ConnectTo[] = {"AfdsPercMstpSrasWrflDnon",0.01}; + actions = "FiringDrillsRifleStandActions"; + }; + class AfdsPknlMstpSnonWnonDnon_AfdsPknlMstpSrasWrflDnon: AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWrflDnon + { + ConnectTo[] = {"AfdsPknlMstpSrasWrflDnon",0.01}; + actions = "FiringDrillsRifleKneelActions"; + }; + class AfdsPpneMstpSnonWnonDnon_AfdsPpneMstpSrasWrflDnon: AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWrflDnon + { + ConnectTo[] = {"AfdsPpneMstpSrasWrflDnon",0.01}; + actions = "FiringDrillsRifleProneActions"; + }; + class AfdsPercMstpSnonWnonDnon_AfdsPercMstpSrasWpstDnon: AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon + { + ConnectTo[] = {"AfdsPercMstpSnonWnonDnon_AfdsPercMstpSrasWpstDnon_end",0.01}; + actions = "FiringDrillsPistolStandActions"; + }; + class AfdsPercMstpSnonWnonDnon_AfdsPercMstpSrasWpstDnon_end: AmovPercMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_end + { + ConnectTo[] = {"AfdsPercMstpSrasWpstDnon",0.01}; + actions = "FiringDrillsPistolStandActions"; + }; + class AfdsPknlMstpSnonWnonDnon_AfdsPknlMstpSrasWpstDnon: AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon + { + ConnectTo[] = {"AfdsPknlMstpSnonWnonDnon_AfdsPknlMstpSrasWpstDnon_end",0.01}; + actions = "FiringDrillsPistolKneelActions"; + }; + class AfdsPknlMstpSnonWnonDnon_AfdsPknlMstpSrasWpstDnon_end: AmovPknlMstpSnonWnonDnon_AmovPknlMstpSrasWpstDnon_end + { + ConnectTo[] = {"AfdsPknlMstpSrasWpstDnon",0.01}; + actions = "FiringDrillsPistolKneelActions"; + }; + class AfdsPpneMstpSnonWnonDnon_AfdsPpneMstpSrasWpstDnon: AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWpstDnon + { + ConnectTo[] = {"AfdsPpneMstpSnonWnonDnon_AfdsPpneMstpSrasWpstDnon_end",0.01}; + actions = "FiringDrillsPistolProneActions"; + }; + class AfdsPpneMstpSnonWnonDnon_AfdsPpneMstpSrasWpstDnon_end: AmovPpneMstpSnonWnonDnon_AmovPpneMstpSrasWpstDnon_end + { + ConnectTo[] = {"AfdsPpneMstpSrasWpstDnon",0.01}; + actions = "FiringDrillsPistolProneActions"; + }; + class AfdsPercMstpSoptWbinDnon_AfdsPknlMstpSoptWbinDnon: AmovPercMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon + { + ConnectTo[] = {"AfdsPknlMstpSoptWbinDnon",0.01}; + }; + class AfdsPercMstpSoptWbinDnon_AfdsPpneMstpSoptWbinDnon: AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon + { + ConnectTo[] = {"AfdsPpneMstpSoptWbinDnon",0.01}; + }; + class AfdsPknlMstpSoptWbinDnon_AfdsPercMstpSoptWbinDnon: AmovPknlMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon + { + ConnectTo[] = {"AfdsPercMstpSoptWbinDnon",0.01}; + }; + class AfdsPknlMstpSoptWbinDnon_AfdsPpneMstpSoptWbinDnon: AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon + { + ConnectTo[] = {"AfdsPpneMstpSoptWbinDnon",0.01}; + }; + class AfdsPpneMstpSoptWbinDnon_AfdsPercMstpSoptWbinDnon: AmovPpneMstpSoptWbinDnon_AmovPercMstpSoptWbinDnon + { + ConnectTo[] = {"AfdsPercMstpSoptWbinDnon",0.01}; + }; + class AfdsPpneMstpSoptWbinDnon_AfdsPknlMstpSoptWbinDnon: AmovPpneMstpSoptWbinDnon_AmovPknlMstpSoptWbinDnon + { + ConnectTo[] = {"AfdsPknlMstpSoptWbinDnon",0.01}; + }; + class AfdsPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon: AmovPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon + { + actions = "FiringDrillsBinocStandActions"; + ConnectTo[] = {"AfdsPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon_end",0.01}; + }; + class AfdsPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon_end: AmovPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon_end + { + actions = "FiringDrillsBinocStandActions"; + ConnectTo[] = {"AfdsPercMstpSoptWbinDnon",0.01}; + }; + class AfdsPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon: AmovPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon + { + actions = "FiringDrillsBinocStandActions"; + ConnectTo[] = {"AfdsPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon_end",0.01}; + }; + class AfdsPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon_end: AmovPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon_end + { + actions = "FiringDrillsBinocStandActions"; + ConnectTo[] = {"AfdsPercMstpSoptWbinDnon",0.01}; + }; + class AfdsPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon: AmovPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon + { + actions = "FiringDrillsBinocStandActions"; + ConnectTo[] = {"AfdsPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon_end",0.01}; + }; + class AfdsPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon_end: AmovPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon_end + { + actions = "FiringDrillsBinocStandActions"; + ConnectTo[] = {"AfdsPercMstpSoptWbinDnon",0.01}; + }; + class AfdsPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon: AmovPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon + { + actions = "FiringDrillsBinocKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon_end",0.01}; + }; + class AfdsPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon_end: AmovPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon_end + { + actions = "FiringDrillsBinocKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSoptWbinDnon",0.01}; + }; + class AfdsPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon: AmovPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon + { + actions = "FiringDrillsBinocKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon_end",0.01}; + }; + class AfdsPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon_end: AmovPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon_end + { + actions = "FiringDrillsBinocKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSoptWbinDnon",0.01}; + }; + class AfdsPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon: AmovPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon + { + actions = "FiringDrillsBinocKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon_end",0.01}; + }; + class AfdsPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon_end: AmovPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon_end + { + actions = "FiringDrillsBinocKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSoptWbinDnon",0.01}; + }; + class AfdsPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon: AmovPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon + { + actions = "FiringDrillsBinocProneActions"; + ConnectTo[] = {"AfdsPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon_end",0.01}; + }; + class AfdsPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon_end: AmovPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon_end + { + actions = "FiringDrillsBinocProneActions"; + ConnectTo[] = {"AfdsPpneMstpSoptWbinDnon",0.01}; + }; + class AfdsPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon: AmovPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon + { + actions = "FiringDrillsBinocProneActions"; + ConnectTo[] = {"AfdsPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon_end",0.01}; + }; + class AfdsPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon_end: AmovPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon_end + { + actions = "FiringDrillsBinocProneActions"; + ConnectTo[] = {"AfdsPpneMstpSoptWbinDnon",0.01}; + }; + class AfdsPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon: AmovPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon + { + actions = "FiringDrillsBinocProneActions"; + ConnectTo[] = {"AfdsPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon_end",0.01}; + }; + class AfdsPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon_end: AmovPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon_end + { + actions = "FiringDrillsBinocProneActions"; + ConnectTo[] = {"AfdsPpneMstpSoptWbinDnon",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AfdsPercMstpSnonWnonDnon: AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon + { + actions = "FiringDrillsCivilStandActions"; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AfdsPercMstpSnonWnonDnon_end",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AfdsPercMstpSnonWnonDnon_end: AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon_end + { + actions = "FiringDrillsCivilStandActions"; + ConnectTo[] = {"AfdsPercMstpSnonWnonDnon",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AfdsPercMstpSrasWpstDnon: AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon + { + actions = "FiringDrillsPistolStandActions"; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AfdsPercMstpSrasWpstDnon_end",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AfdsPercMstpSrasWpstDnon_end: AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon_end + { + actions = "FiringDrillsPistolStandActions"; + ConnectTo[] = {"AfdsPercMstpSrasWpstDnon",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AfdsPercMstpSrasWrflDnon: AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon + { + actions = "FiringDrillsRifleStandActions"; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AfdsPercMstpSrasWrflDnon_end",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AfdsPercMstpSrasWrflDnon_end: AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon_end + { + actions = "FiringDrillsRifleStandActions"; + ConnectTo[] = {"AfdsPercMstpSrasWrflDnon",0.01}; + }; + class AwopPknlMstpSoptWbinDnon_AfdsPknlMstpSnonWnonDnon: AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon + { + actions = "FiringDrillsCivilKneelActions"; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AfdsPknlMstpSnonWnonDnon_end",0.01}; + }; + class AwopPknlMstpSoptWbinDnon_AfdsPknlMstpSnonWnonDnon_end: AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon_end + { + actions = "FiringDrillsCivilKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSnonWnonDnon",0.01}; + }; + class AwopPknlMstpSoptWbinDnon_AfdsPknlMstpSrasWpstDnon: AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon + { + actions = "FiringDrillsPistolKneelActions"; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AfdsPknlMstpSrasWpstDnon_end",0.01}; + }; + class AwopPknlMstpSoptWbinDnon_AfdsPknlMstpSrasWpstDnon_end: AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon_end + { + actions = "FiringDrillsPistolKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSrasWpstDnon",0.01}; + }; + class AwopPknlMstpSoptWbinDnon_AfdsPknlMstpSrasWrflDnon: AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon + { + actions = "FiringDrillsRifleKneelActions"; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AfdsPknlMstpSrasWrflDnon_end",0.01}; + }; + class AwopPknlMstpSoptWbinDnon_AfdsPknlMstpSrasWrflDnon_end: AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon_end + { + actions = "FiringDrillsRifleKneelActions"; + ConnectTo[] = {"AfdsPknlMstpSrasWrflDnon",0.01}; + }; + class AwopPpneMstpSoptWbinDnon_AfdsPpneMstpSnonWnonDnon: AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon + { + actions = "FiringDrillsCivilProneActions"; + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_AfdsPpneMstpSnonWnonDnon_end",0.01}; + }; + class AwopPpneMstpSoptWbinDnon_AfdsPpneMstpSnonWnonDnon_end: AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon_end + { + actions = "FiringDrillsCivilProneActions"; + ConnectTo[] = {"AfdsPpneMstpSnonWnonDnon",0.01}; + }; + class AwopPpneMstpSoptWbinDnon_AfdsPpneMstpSrasWpstDnon: AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon + { + actions = "FiringDrillsPistolProneActions"; + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_AfdsPpneMstpSrasWpstDnon_end",0.01}; + }; + class AwopPpneMstpSoptWbinDnon_AfdsPpneMstpSrasWpstDnon_end: AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon_end + { + actions = "FiringDrillsPistolProneActions"; + ConnectTo[] = {"AfdsPpneMstpSrasWpstDnon",0.01}; + }; + class AwopPpneMstpSoptWbinDnon_AfdsPpneMstpSrasWrflDnon: AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon + { + actions = "FiringDrillsRifleProneActions"; + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_AfdsPpneMstpSrasWrflDnon_end",0.01}; + }; + class AwopPpneMstpSoptWbinDnon_AfdsPpneMstpSrasWrflDnon_end: AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon_end + { + actions = "FiringDrillsRifleProneActions"; + ConnectTo[] = {"AfdsPpneMstpSrasWrflDnon",0.01}; + }; + class AfdsPercMstpSrasWrflDnon_turnL: AmovPercMstpSrasWrflDnon_turnL + { + actions = "FiringDrillsRifleStandActions"; + InterpolateTo[] = {"AfdsPercMstpSrasWrflDnon",0.02}; + ConnectTo[] = {"AfdsPercMstpSrasWrflDnon",0.02}; + }; + class AfdsPercMstpSrasWrflDnon_turnR: AmovPercMstpSrasWrflDnon_turnR + { + actions = "FiringDrillsRifleStandActions"; + InterpolateTo[] = {"AfdsPercMstpSrasWrflDnon",0.02}; + ConnectTo[] = {"AfdsPercMstpSrasWrflDnon",0.02}; + }; + class AfdsPercMstpSlowWrflDnon_turnL: AmovPercMstpSlowWrflDnon_turnL + { + actions = "FiringDrillsRifleLowStandActions"; + InterpolateTo[] = {"AfdsPercMstpSlowWrflDnon",0.02}; + ConnectTo[] = {"AfdsPercMstpSlowWrflDnon",0.02}; + }; + class AfdsPercMstpSlowWrflDnon_turnR: AmovPercMstpSlowWrflDnon_turnR + { + actions = "FiringDrillsRifleLowStandActions"; + InterpolateTo[] = {"AfdsPercMstpSlowWrflDnon",0.02}; + ConnectTo[] = {"AfdsPercMstpSlowWrflDnon",0.02}; + }; + class AfdsPknlMstpSrasWrflDnon_turnL: AmovPknlMstpSrasWrflDnon_turnL + { + InterpolateTo[] = {"AfdsPknlMstpSrasWrflDnon",0.02}; + ConnectTo[] = {"AfdsPknlMstpSrasWrflDnon",0.02}; + actions = "FiringDrillsRifleKneelActions"; + }; + class AfdsPknlMstpSrasWrflDnon_turnR: AmovPknlMstpSrasWrflDnon_turnR + { + InterpolateTo[] = {"AfdsPknlMstpSrasWrflDnon",0.02}; + ConnectTo[] = {"AfdsPknlMstpSrasWrflDnon",0.02}; + actions = "FiringDrillsRifleKneelActions"; + }; + class AfdsPknlMstpSlowWrflDnon_turnL: AmovPknlMstpSlowWrflDnon_turnL + { + actions = "FiringDrillsRifleLowKneelActions"; + InterpolateTo[] = {"AfdsPknlMstpSlowWrflDnon",0.02}; + ConnectTo[] = {"AfdsPknlMstpSlowWrflDnon",0.02}; + }; + class AfdsPknlMstpSlowWrflDnon_turnR: AmovPknlMstpSlowWrflDnon_turnR + { + actions = "FiringDrillsRifleLowKneelActions"; + InterpolateTo[] = {"AfdsPknlMstpSlowWrflDnon",0.02}; + ConnectTo[] = {"AfdsPknlMstpSlowWrflDnon",0.02}; + }; + class AfdsPpneMstpSrasWrflDnon_turnL: AmovPpneMstpSrasWrflDnon_turnL + { + actions = "FiringDrillsRifleProneActions"; + InterpolateTo[] = {"AfdsPpneMstpSrasWrflDnon",0.02}; + ConnectTo[] = {"AfdsPpneMstpSrasWrflDnon",0.02}; + }; + class AfdsPpneMstpSrasWrflDnon_turnR: AmovPpneMstpSrasWrflDnon_turnR + { + actions = "FiringDrillsRifleProneActions"; + InterpolateTo[] = {"AfdsPpneMstpSrasWrflDnon",0.02}; + ConnectTo[] = {"AfdsPpneMstpSrasWrflDnon",0.02}; + }; + class AfdsPercMstpSrasWpstDnon_turnL: AmovPercMstpSrasWpstDnon_turnL + { + actions = "FiringDrillsPistolStandActions"; + InterpolateTo[] = {"AfdsPercMstpSrasWpstDnon",0.02}; + ConnectTo[] = {"AfdsPercMstpSrasWpstDnon",0.02}; + }; + class AfdsPercMstpSrasWpstDnon_turnR: AmovPercMstpSrasWpstDnon_turnR + { + actions = "FiringDrillsPistolStandActions"; + InterpolateTo[] = {"AfdsPercMstpSrasWpstDnon",0.02}; + ConnectTo[] = {"AfdsPercMstpSrasWpstDnon",0.02}; + }; + class AfdsPercMstpSlowWpstDnon_turnL: AmovPercMstpSlowWpstDnon_turnL + { + actions = "FiringDrillsPistolLowStandActions"; + InterpolateTo[] = {"AfdsPercMstpSlowWpstDnon",0.02}; + ConnectTo[] = {"AfdsPercMstpSlowWpstDnon",0.02}; + }; + class AfdsPercMstpSlowWpstDnon_turnR: AmovPercMstpSlowWpstDnon_turnR + { + actions = "FiringDrillsPistolLowStandActions"; + InterpolateTo[] = {"AfdsPercMstpSlowWpstDnon",0.02}; + ConnectTo[] = {"AfdsPercMstpSlowWpstDnon",0.02}; + }; + class AfdsPknlMstpSrasWpstDnon_turnL: AmovPknlMstpSrasWpstDnon_turnL + { + actions = "FiringDrillsPistolKneelActions"; + InterpolateTo[] = {"AfdsPknlMstpSrasWpstDnon",0.02}; + ConnectTo[] = {"AfdsPknlMstpSrasWpstDnon",0.02}; + }; + class AfdsPknlMstpSrasWpstDnon_turnR: AmovPknlMstpSrasWpstDnon_turnR + { + actions = "FiringDrillsPistolKneelActions"; + InterpolateTo[] = {"AfdsPknlMstpSrasWpstDnon",0.02}; + ConnectTo[] = {"AfdsPknlMstpSrasWpstDnon",0.02}; + }; + class AfdsPknlMstpSlowWpstDnon_turnL: AmovPknlMstpSlowWpstDnon_turnL + { + actions = "FiringDrillsPistolLowKneelActions"; + InterpolateTo[] = {"AfdsPknlMstpSlowWpstDnon",0.02}; + ConnectTo[] = {"AfdsPknlMstpSlowWpstDnon",0.02}; + }; + class AfdsPknlMstpSlowWpstDnon_turnR: AmovPknlMstpSlowWpstDnon_turnR + { + actions = "FiringDrillsPistolLowKneelActions"; + InterpolateTo[] = {"AfdsPknlMstpSlowWpstDnon",0.02}; + ConnectTo[] = {"AfdsPknlMstpSlowWpstDnon",0.02}; + }; + class AfdsPpneMstpSrasWpstDnon_turnL: AmovPpneMstpSrasWpstDnon_turnL + { + InterpolateTo[] = {"AfdsPpneMstpSrasWpstDnon",0.02}; + ConnectTo[] = {"AfdsPpneMstpSrasWpstDnon",0.02}; + actions = "FiringDrillsPistolProneActions"; + }; + class AfdsPpneMstpSrasWpstDnon_turnR: AmovPpneMstpSrasWpstDnon_turnR + { + InterpolateTo[] = {"AfdsPpneMstpSrasWpstDnon",0.02}; + ConnectTo[] = {"AfdsPpneMstpSrasWpstDnon",0.02}; + actions = "FiringDrillsPistolProneActions"; + }; + class AfdsPercMstpSnonWnonDnon_turnL: AmovPercMstpSnonWnonDnon_turnL + { + actions = "FiringDrillsCivilStandActions"; + InterpolateTo[] = {"AfdsPercMstpSnonWnonDnon",0.02}; + ConnectTo[] = {"AfdsPercMstpSnonWnonDnon",0.02}; + }; + class AfdsPercMstpSnonWnonDnon_turnR: AmovPercMstpSnonWnonDnon_turnR + { + actions = "FiringDrillsCivilStandActions"; + InterpolateTo[] = {"AfdsPercMstpSnonWnonDnon",0.02}; + ConnectTo[] = {"AfdsPercMstpSnonWnonDnon",0.02}; + }; + class AfdsPknlMstpSnonWnonDnon_turnL: AmovPknlMstpSnonWnonDnon_turnL + { + actions = "FiringDrillsCivilKneelActions"; + InterpolateTo[] = {"AfdsPknlMstpSnonWnonDnon",0.02}; + ConnectTo[] = {"AfdsPknlMstpSnonWnonDnon",0.02}; + }; + class AfdsPknlMstpSnonWnonDnon_turnR: AmovPknlMstpSnonWnonDnon_turnR + { + actions = "FiringDrillsCivilKneelActions"; + InterpolateTo[] = {"AfdsPknlMstpSnonWnonDnon",0.02}; + ConnectTo[] = {"AfdsPknlMstpSnonWnonDnon",0.02}; + }; + class AfdsPpneMstpSnonWnonDnon_turnL: AmovPpneMstpSnonWnonDnon_turnL + { + actions = "FiringDrillsCivilProneActions"; + InterpolateTo[] = {"AfdsPpneMstpSnonWnonDnon",0.02}; + ConnectTo[] = {"AfdsPpneMstpSnonWnonDnon",0.02}; + }; + class AfdsPpneMstpSnonWnonDnon_turnR: AmovPpneMstpSnonWnonDnon_turnR + { + actions = "FiringDrillsCivilProneActions"; + InterpolateTo[] = {"AfdsPpneMstpSnonWnonDnon",0.02}; + ConnectTo[] = {"AfdsPpneMstpSnonWnonDnon",0.02}; + }; + class AfdsPercMstpSoptWbinDnon_turnL: AmovPercMstpSoptWbinDnon_turnL + { + actions = "FiringDrillsBinocStandActions"; + InterpolateTo[] = {"AfdsPercMstpSoptWbinDnon",0.02}; + ConnectTo[] = {"AfdsPercMstpSoptWbinDnon",0.02}; + }; + class AfdsPercMstpSoptWbinDnon_turnR: AmovPercMstpSoptWbinDnon_turnR + { + actions = "FiringDrillsBinocStandActions"; + InterpolateTo[] = {"AfdsPercMstpSoptWbinDnon",0.02}; + ConnectTo[] = {"AfdsPercMstpSoptWbinDnon",0.02}; + }; + class AfdsPknlMstpSoptWbinDnon_turnL: AmovPknlMstpSoptWbinDnon_turnL + { + actions = "FiringDrillsBinocKneelActions"; + InterpolateTo[] = {"AfdsPknlMstpSoptWbinDnon",0.02}; + ConnectTo[] = {"AfdsPknlMstpSoptWbinDnon",0.02}; + }; + class AfdsPknlMstpSoptWbinDnon_turnR: AmovPknlMstpSoptWbinDnon_turnR + { + actions = "FiringDrillsBinocKneelActions"; + InterpolateTo[] = {"AfdsPknlMstpSoptWbinDnon",0.02}; + ConnectTo[] = {"AfdsPknlMstpSoptWbinDnon",0.02}; + }; + class AfdsPpneMstpSoptWbinDnon_turnL: AmovPpneMstpSoptWbinDnon_turnL + { + actions = "FiringDrillsBinocProneActions"; + InterpolateTo[] = {"AfdsPpneMstpSoptWbinDnon",0.02}; + ConnectTo[] = {"AfdsPpneMstpSoptWbinDnon",0.02}; + }; + class AfdsPpneMstpSoptWbinDnon_turnR: AmovPpneMstpSoptWbinDnon_turnR + { + actions = "FiringDrillsBinocProneActions"; + InterpolateTo[] = {"AfdsPpneMstpSoptWbinDnon",0.02}; + ConnectTo[] = {"AfdsPpneMstpSoptWbinDnon",0.02}; + }; + class AfdsPercMstpSrasWrflDnon_inv: AinvPercMstpSrasWrflDnon + { + actions = "FiringDrillsRifleStandActions_inv"; + InterpolateTo[] = {"AfdsPercMstpSrasWrflDnon",0.05}; + }; + class AfdsPercMstpSlowWrflDnon_inv: AfdsPercMstpSrasWrflDnon_inv + { + InterpolateTo[] = {"AfdsPercMstpSlowWrflDnon",0.05}; + actions = "FiringDrillsRifleLowStandActions_inv"; + }; + class AfdsPknlMstpSrasWrflDnon_inv: AinvPknlMstpSrasWrflDnon + { + InterpolateTo[] = {"AfdsPknlMstpSrasWrflDnon",0.05}; + actions = "FiringDrillsRifleKneelActions_inv"; + }; + class AfdsPknlMstpSlowWrflDnon_inv: AfdsPknlMstpSrasWrflDnon_inv + { + actions = "FiringDrillsRifleLowKneelActions_inv"; + InterpolateTo[] = {"AfdsPknlMstpSlowWrflDnon",0.05}; + }; + class AfdsPpneMstpSrasWrflDnon_inv: AinvPpneMstpSrasWrflDnon + { + InterpolateTo[] = {"AfdsPpneMstpSrasWrflDnon",0.05}; + actions = "FiringDrillsRifleProneActions_inv"; + }; + class AfdsPercMstpSrasWpstDnon_inv: AinvPercMstpSrasWpstDnon + { + InterpolateTo[] = {"AfdsPercMstpSrasWpstDnon",0.05}; + actions = "FiringDrillsPistolStandActions_inv"; + }; + class AfdsPercMstpSlowWpstDnon_inv: AfdsPercMstpSrasWpstDnon_inv + { + actions = "FiringDrillsPistolLowStandActions_inv"; + InterpolateTo[] = {"AfdsPercMstpSlowWpstDnon",0.05}; + }; + class AfdsPknlMstpSrasWpstDnon_inv: AinvPknlMstpSrasWpstDnon + { + InterpolateTo[] = {"AfdsPknlMstpSrasWpstDnon",0.05}; + actions = "FiringDrillsPistolKneelActions_inv"; + }; + class AfdsPknlMstpSlowWpstDnon_inv: AfdsPknlMstpSrasWpstDnon_inv + { + InterpolateTo[] = {"AfdsPknlMstpSlowWpstDnon",0.05}; + actions = "FiringDrillsPistolLowKneelActions_inv"; + }; + class AfdsPpneMstpSrasWpstDnon_inv: AinvPpneMstpSrasWpstDnon + { + InterpolateTo[] = {"AfdsPpneMstpSrasWpstDnon",0.05}; + actions = "FiringDrillsPistolProneActions_inv"; + }; + class AfdsPercMstpSnonWnonDnon_inv: AinvPercMstpSnonWnonDnon + { + InterpolateTo[] = {"AfdsPercMstpSnonWnonDnon",0.05}; + actions = "FiringDrillsCivilStandActions_inv"; + }; + class AfdsPknlMstpSnonWnonDnon_inv: AinvPknlMstpSnonWnonDnon + { + InterpolateTo[] = {"AfdsPknlMstpSnonWnonDnon",0.05}; + actions = "FiringDrillsCivilKneelActions_inv"; + }; + class AfdsPpneMstpSnonWnonDnon_inv: AinvPpneMstpSnonWnonDnon + { + InterpolateTo[] = {"AfdsPpneMstpSnonWnonDnon",0.05}; + actions = "FiringDrillsCivilProneActions_inv"; + }; + class Bipod_120_TopLeft: AmovPercMstpSrasWrflDnon + { + file = "a3\Anims_F_Mark\deployment\anim\120_bipod-tc-tl"; + speed = 1; + useIdles = "false"; + looped = "false"; + headBobStrength = "0.05f"; + headBobMode = 2; + equivalentTo = ""; + interpolateTo[] = {}; + connectTo[] = {}; + }; + class Bipod_120_TopRight: Bipod_120_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\120_bipod-tc-tr"; + }; + class Bipod_120_BottomLeft: Bipod_120_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\120_bipod-bc-bl"; + }; + class Bipod_120_CenterLeft: Bipod_120_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\120_bipod-cc-cl"; + }; + class Bipod_120_CenterRight: Bipod_120_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\120_bipod-cc-cr"; + }; + class Bipod_120_BottomRight: Bipod_120_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\120_bipod-bc-br"; + }; + class Bipod_130_TopLeft: AmovPercMstpSrasWrflDnon + { + file = "a3\Anims_F_Mark\deployment\anim\130_bipod-tc-tl"; + speed = 1; + useIdles = "false"; + looped = "false"; + headBobStrength = "0.05f"; + headBobMode = 2; + equivalentTo = ""; + interpolateTo[] = {}; + connectTo[] = {}; + }; + class Bipod_130_TopRight: Bipod_130_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\130_bipod-tc-tr"; + }; + class Bipod_130_BottomLeft: Bipod_130_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\130_bipod-bc-bl"; + }; + class Bipod_130_CenterLeft: Bipod_130_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\130_bipod-cc-cl"; + }; + class Bipod_130_CenterRight: Bipod_130_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\130_bipod-cc-cr"; + }; + class Bipod_130_BottomRight: Bipod_130_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\130_bipod-bc-br"; + }; + class Bipod_140_TopLeft: AmovPercMstpSrasWrflDnon + { + file = "a3\Anims_F_Mark\deployment\anim\140_bipod-tc-tl"; + speed = 1; + useIdles = "false"; + looped = "false"; + headBobStrength = "0.05f"; + headBobMode = 2; + equivalentTo = ""; + interpolateTo[] = {}; + connectTo[] = {}; + }; + class Bipod_140_TopRight: Bipod_140_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\140_bipod-tc-tr"; + }; + class Bipod_140_BottomLeft: Bipod_140_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\140_bipod-bc-bl"; + }; + class Bipod_140_CenterLeft: Bipod_140_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\140_bipod-cc-cl"; + }; + class Bipod_140_CenterRight: Bipod_140_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\140_bipod-cc-cr"; + }; + class Bipod_140_BottomRight: Bipod_140_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\140_bipod-bc-br"; + }; + class Bipod_150_TopLeft: AmovPercMstpSrasWrflDnon + { + file = "a3\Anims_F_Mark\deployment\anim\150_bipod-tc-tl"; + speed = 1; + useIdles = "false"; + looped = "false"; + headBobStrength = "0.05f"; + headBobMode = 2; + equivalentTo = ""; + interpolateTo[] = {}; + connectTo[] = {}; + }; + class Bipod_150_TopRight: Bipod_150_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\150_bipod-tc-tr"; + }; + class Bipod_150_BottomLeft: Bipod_150_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\150_bipod-bc-bl"; + }; + class Bipod_150_CenterLeft: Bipod_150_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\150_bipod-cc-cl"; + }; + class Bipod_150_CenterRight: Bipod_150_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\150_bipod-cc-cr"; + }; + class Bipod_150_BottomRight: Bipod_150_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\150_bipod-bc-br"; + }; + class Bipod_110_TopLeft: AmovPercMstpSrasWrflDnon + { + file = "a3\Anims_F_Mark\deployment\anim\110_bipod-tc-tl"; + speed = 1; + useIdles = "false"; + looped = "false"; + headBobStrength = "0.05f"; + headBobMode = 2; + equivalentTo = ""; + interpolateTo[] = {}; + connectTo[] = {}; + }; + class Bipod_110_TopRight: Bipod_110_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\110_bipod-tc-tr"; + }; + class Bipod_110_BottomLeft: Bipod_110_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\110_bipod-bc-bl"; + }; + class Bipod_110_CenterLeft: Bipod_110_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\110_bipod-cc-cl"; + }; + class Bipod_110_CenterRight: Bipod_110_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\110_bipod-cc-cr"; + }; + class Bipod_110_BottomRight: Bipod_110_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\110_bipod-bc-br"; + }; + class Bipod_100_TopLeft: AmovPknlMstpSrasWrflDnon + { + file = "a3\Anims_F_Mark\deployment\anim\100_bipod-tc-tl"; + speed = 1; + useIdles = "false"; + looped = "false"; + headBobStrength = "0.05f"; + headBobMode = 2; + equivalentTo = ""; + interpolateTo[] = {}; + connectTo[] = {}; + }; + class Bipod_100_TopRight: Bipod_100_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\100_bipod-tc-tr"; + }; + class Bipod_100_BottomLeft: Bipod_100_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\100_bipod-bc-bl"; + }; + class Bipod_100_CenterLeft: Bipod_100_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\100_bipod-cc-cl"; + }; + class Bipod_100_CenterRight: Bipod_100_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\100_bipod-cc-cr"; + }; + class Bipod_100_BottomRight: Bipod_100_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\100_bipod-bc-br"; + }; + class Bipod_90_TopLeft: AmovPknlMstpSrasWrflDnon + { + file = "a3\Anims_F_Mark\deployment\anim\90_bipod-tc-tl"; + speed = 1; + useIdles = "false"; + looped = "false"; + headBobStrength = "0.05f"; + headBobMode = 2; + equivalentTo = ""; + interpolateTo[] = {}; + connectTo[] = {}; + }; + class Bipod_90_TopRight: Bipod_90_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\90_bipod-tc-tr"; + }; + class Bipod_90_BottomLeft: Bipod_90_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\90_bipod-bc-bl"; + }; + class Bipod_90_CenterLeft: Bipod_90_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\90_bipod-cc-cl"; + }; + class Bipod_90_CenterRight: Bipod_90_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\90_bipod-cc-cr"; + }; + class Bipod_90_BottomRight: Bipod_90_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\90_bipod-bc-br"; + }; + class Bipod_80_TopLeft: AmovPknlMstpSrasWrflDnon + { + file = "a3\Anims_F_Mark\deployment\anim\80_bipod-tc-tl"; + speed = 1; + useIdles = "false"; + looped = "false"; + headBobStrength = "0.05f"; + headBobMode = 2; + equivalentTo = ""; + interpolateTo[] = {}; + connectTo[] = {}; + }; + class Bipod_80_TopRight: Bipod_80_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\80_bipod-tc-tr"; + }; + class Bipod_80_BottomLeft: Bipod_80_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\80_bipod-bc-bl"; + }; + class Bipod_80_CenterLeft: Bipod_80_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\80_bipod-cc-cl"; + }; + class Bipod_80_CenterRight: Bipod_80_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\80_bipod-cc-cr"; + }; + class Bipod_80_BottomRight: Bipod_80_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\80_bipod-bc-br"; + }; + class Bipod_60_TopLeft: AadjPpneMstpSrasWrflDup + { + file = "a3\Anims_F_Mark\deployment\anim\60_bipod-tc-tl"; + speed = 1; + useIdles = "false"; + looped = "false"; + headBobStrength = "0.05f"; + headBobMode = 2; + equivalentTo = ""; + interpolateTo[] = {}; + connectTo[] = {}; + }; + class Bipod_60_TopRight: Bipod_60_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\60_bipod-tc-tr"; + }; + class Bipod_60_BottomLeft: Bipod_60_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\60_bipod-bc-bl"; + }; + class Bipod_60_CenterLeft: Bipod_60_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\60_bipod-cc-cl"; + }; + class Bipod_60_CenterRight: Bipod_60_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\60_bipod-cc-cr"; + }; + class Bipod_60_BottomRight: Bipod_60_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\60_bipod-bc-br"; + }; + class ProneBipod_TopLeft: AmovPpneMstpSrasWrflDnon + { + file = "a3\Anims_F_Mark\deployment\anim\prone-tc_tl"; + speed = 1; + useIdles = "false"; + looped = "false"; + headBobStrength = "0.05f"; + headBobMode = 2; + equivalentTo = ""; + interpolateTo[] = {}; + connectTo[] = {}; + actions = "DeployedProneActions"; + }; + class ProneBipod_TopRight: ProneBipod_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\prone-tc_tr"; + }; + class ProneBipod_BottomLeft: ProneBipod_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\prone-bc_bl"; + }; + class ProneBipod_CenterLeft: ProneBipod_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\prone-cc_cl"; + }; + class ProneBipod_CenterRight: ProneBipod_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\prone-cc_cr"; + }; + class ProneBipod_BottomRight: ProneBipod_TopLeft + { + file = "a3\Anims_F_Mark\deployment\anim\prone-bc_br"; + }; + }; + class BlendAnims: BlendAnims + { + wholeBody[] = {"Pelvis",1,"Spine",1,"Spine1",1,"Spine2",1,"Spine3",1,"Camera",1,"weapon",1,"launcher",1,"neck",1,"neck1",1,"head",1,"LeftShoulder",1,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",1,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"LeftUpLeg",1,"LeftUpLegRoll",1,"LeftLeg",1,"LeftLegRoll",1,"LeftFoot",1,"LeftToeBase",1,"RightUpLeg",1,"RightUpLegRoll",1,"RightLeg",1,"RightLegRoll",1,"RightFoot",1,"RightToeBase",1}; + aimingDefault[] = {"head",0.6,"neck1",0.6,"neck",0.6,"weapon",1,"launcher",1,"LeftShoulder",0.8,"LeftArm",0.8,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",0.8,"RightArm",0.8,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"Spine",0.3,"Spine1",0.4,"Spine2",0.5,"Spine3",0.6}; + aimingRifleSlingDefault[] = {"head",0.6,"neck1",0.6,"neck",0.6,"weapon",0.3,"launcher",1,"LeftShoulder",0.8,"LeftArm",0.8,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",0.8,"RightArm",0.8,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"Spine",0.3,"Spine1",0.4,"Spine2",0.5,"Spine3",0.6}; + aimingPistol[] = {"head",0.6,"neck1",0.6,"neck",0.6,"LeftShoulder",1,"launcher",1,"weapon",1,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",1,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"Spine",0.3,"Spine1",0.4,"Spine2",0.5,"Spine3",0.6}; + aimingLauncher[] = {"head",0.6,"neck1",0.6,"neck",0.6,"launcher",1,"weapon",1,"LeftShoulder",0.8,"LeftArm",0.8,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",0.8,"RightArm",0.8,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"Spine",0.3,"Spine1",0.4,"Spine2",0.5,"Spine3",0.6}; + aimingCivil[] = {"neck1",0.25,"neck",0.25,"Spine",0.3,"Spine1",0.4,"Spine2",0.5,"Spine3",0.5}; + aimingCivilKneel[] = {"neck1",0.25,"neck",0.25,"Spine",0.3,"Spine1",0.4,"Spine2",0.5,"Spine3",0.5,"LeftShoulder",0.5,"LeftArm",0.2,"LeftArmRoll",0.15,"LeftForeArm",0.1,"LeftForeArmRoll",0.05,"RightShoulder",0.5,"RightArm",0.2,"RightArmRoll",0.15,"RightForeArm",0.1,"RightForeArmRoll",0.05}; + aimingLying[] = {"weapon",1,"LeftShoulder",0.8,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",0.8,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"Spine2",0.2,"Spine3",0.6}; + aimingLyingPistol[] = {"LeftShoulder",0.8,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",0.8,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"Spine2",0.2,"Spine3",0.6}; + legsLyingAiming[] = {"weapon",0,"LeftShoulder",0.2,"LeftArm",0,"LeftArmRoll",0,"LeftForeArm",0,"LeftForeArmRoll",0,"LeftHand",0,"LeftHandRing",0,"LeftHandPinky1",0,"LeftHandPinky2",0,"LeftHandPinky3",0,"LeftHandRing1",0,"LeftHandRing2",0,"LeftHandRing3",0,"LeftHandMiddle1",0,"LeftHandMiddle2",0,"LeftHandMiddle3",0,"LeftHandIndex1",0,"LeftHandIndex2",0,"LeftHandIndex3",0,"LeftHandThumb1",0,"LeftHandThumb2",0,"LeftHandThumb3",0,"RightShoulder",0.2,"RightArm",0,"RightArmRoll",0,"RightForeArm",0,"RightForeArmRoll",0,"RightHand",0,"RightHandRing",0,"RightHandPinky1",0,"RightHandPinky2",0,"RightHandPinky3",0,"RightHandRing1",0,"RightHandRing2",0,"RightHandRing3",0,"RightHandMiddle1",0,"RightHandMiddle2",0,"RightHandMiddle3",0,"RightHandIndex1",0,"RightHandIndex2",0,"RightHandIndex3",0,"RightHandThumb1",0,"RightHandThumb2",0,"RightHandThumb3",0,"Spine2",0.8,"Spine3",0.4,"spine1",1,"pelvis",1,"leftupleg",1,"leftuplegroll",1,"leftleg",1,"leftlegroll",1,"leftfoot",1,"LeftToeBase",1,"rightupleg",1,"rightuplegroll",1,"rightleg",1,"rightlegroll",1,"rightfoot",1,"RightToeBase",1}; + legsLyingAimingPistol[] = {"LeftShoulder",0.2,"LeftArm",0,"LeftArmRoll",0,"LeftForeArm",0,"LeftForeArmRoll",0,"LeftHand",0,"LeftHandRing",0,"LeftHandPinky1",0,"LeftHandPinky2",0,"LeftHandPinky3",0,"LeftHandRing1",0,"LeftHandRing2",0,"LeftHandRing3",0,"LeftHandMiddle1",0,"LeftHandMiddle2",0,"LeftHandMiddle3",0,"LeftHandIndex1",0,"LeftHandIndex2",0,"LeftHandIndex3",0,"LeftHandThumb1",0,"LeftHandThumb2",0,"LeftHandThumb3",0,"RightShoulder",0.2,"RightArm",0,"RightArmRoll",0,"RightForeArm",0,"RightForeArmRoll",0,"RightHand",0,"RightHandRing",0,"RightHandPinky1",0,"RightHandPinky2",0,"RightHandPinky3",0,"RightHandRing1",0,"RightHandRing2",0,"RightHandRing3",0,"RightHandMiddle1",0,"RightHandMiddle2",0,"RightHandMiddle3",0,"RightHandIndex1",0,"RightHandIndex2",0,"RightHandIndex3",0,"RightHandThumb1",0,"RightHandThumb2",0,"RightHandThumb3",0,"Spine2",0.8,"Spine3",0.4,"spine1",1,"pelvis",1,"leftupleg",1,"leftuplegroll",1,"leftleg",1,"leftlegroll",1,"leftfoot",1,"LeftToeBase",1,"rightupleg",1,"rightuplegroll",1,"rightleg",1,"rightlegroll",1,"rightfoot",1,"RightToeBase",1}; + headDefault[] = {"head",1,"neck1",0.5,"neck",0.5}; + leaningDefault[] = {"weapon",1,"Camera",1,"launcher",1,"Head",1,"Neck",1,"Neck1",1,"LeftShoulder",1,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",1,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"spine3",0.95,"spine2",0.9,"spine1",0.8,"spine",0.7,"pelvis",0.4}; + crewShake_half[] = {"weapon",0.5,"Camera",0.5,"launcher",0.5,"Head",0.5,"Neck",0.5,"Neck1",0.5,"LeftShoulder",0.45,"LeftArm",0.35,"LeftArmRoll",0.25,"LeftForeArm",0.15,"RightShoulder",0.45,"RightArm",0.35,"RightArmRoll",0.25,"RightForeArm",0.315,"spine3",0.475,"spine2",0.45,"spine1",0.4,"spine",0.35,"pelvis",0.2,"LeftUpLeg",0.1,"LeftUpLegRoll",0.25,"LeftLeg",0.1,"RightUpLeg",0.1,"RightUpLegRoll",0.25,"RightLeg",0.1}; + crewShake[] = {"weapon",1,"Camera",1,"launcher",1,"Head",1,"Neck",1,"Neck1",1,"LeftShoulder",0.9,"LeftArm",0.7,"LeftArmRoll",0.5,"LeftForeArm",0.3,"RightShoulder",0.9,"RightArm",0.7,"RightArmRoll",0.5,"RightForeArm",0.3,"spine3",0.95,"spine2",0.9,"spine1",0.8,"spine",0.7,"pelvis",0.4,"LeftUpLeg",0.2,"LeftUpLegRoll",0.5,"LeftLeg",0.2,"RightUpLeg",0.2,"RightUpLegRoll",0.5,"RightLeg",0.2}; + aimingUpDefault[] = {"weapon",1,"Camera",1,"launcher",1,"Head",1,"Neck",1,"Neck1",1,"LeftShoulder",1,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",1,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"spine3",0.95,"spine2",0.9,"spine1",0.8,"spine",0.7}; + aimingUpRifleSlingDefault[] = {"weapon",0.3,"Camera",1,"launcher",1,"Head",1,"Neck",1,"Neck1",1,"LeftShoulder",1,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",1,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"spine3",0.95,"spine2",0.9,"spine1",0.8,"spine",0.7}; + aimingUpCivilKneel[] = {"weapon",1,"Camera",1,"launcher",1,"Head",1,"Neck",1,"Neck1",1,"spine3",0.95,"spine2",0.9,"spine1",0.8,"spine",0.7,"LeftShoulder",0.95,"LeftArm",0.45,"LeftArmRoll",0.35,"LeftForeArm",0.25,"LeftForeArmRoll",0.15,"RightShoulder",0.95,"RightArm",0.45,"RightArmRoll",0.35,"RightForeArm",0.25,"RightForeArmRoll",0.15}; + aimingUpLying[] = {"weapon",1,"Camera",1,"launcher",1,"Head",1,"Neck",1,"Neck1",1,"LeftShoulder",1,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",1,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"spine3",0.9,"spine2",0.7,"spine1",0.5}; + aimingUpPistol[] = {"weapon",1,"Camera",1,"launcher",1,"Head",1,"Neck",1,"Neck1",1,"LeftShoulder",1,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",1,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"spine3",0.95,"spine2",0.9,"spine1",0.8,"spine",0.7}; + aimingUpCivil[] = {"weapon",1,"Camera",1,"launcher",1,"Head",1,"Neck",1,"Neck1",1,"LeftShoulder",1,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",1,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"spine3",0.95,"spine2",0.9,"spine1",0.8,"spine",0.7}; + aimingUpLauncher[] = {"weapon",1,"Camera",1,"launcher",1,"Head",1,"Neck",1,"Neck1",1,"LeftShoulder",1,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",1,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"spine3",0.95,"spine2",0.9,"spine1",0.8,"spine",0.7}; + legsDefault[] = {"LeftUpLeg",0.9,"LeftUpLegRoll",0.9,"LeftLeg",0.95,"LeftLegRoll",0.95,"LeftFoot",1,"LeftToeBase",1,"RightUpLeg",0.9,"RightUpLegRoll",0.9,"RightLeg",0.95,"RightLegRoll",0.95,"RightFoot",1,"RightToeBase",1}; + idleDefault[] = {"Pelvis",1,"Spine",1,"Spine1",1,"Spine2",1,"Spine3",1,"Camera",1,"weapon",1,"launcher",1,"neck",1,"neck1",1,"head",1,"LeftShoulder",1,"LeftArm",1,"LeftArmRoll",1,"LeftForeArm",1,"LeftForeArmRoll",1,"LeftHand",1,"LeftHandRing",1,"LeftHandRing1",1,"LeftHandRing2",1,"LeftHandRing3",1,"LeftHandPinky1",1,"LeftHandPinky2",1,"LeftHandPinky3",1,"LeftHandMiddle1",1,"LeftHandMiddle2",1,"LeftHandMiddle3",1,"LeftHandIndex1",1,"LeftHandIndex2",1,"LeftHandIndex3",1,"LeftHandThumb1",1,"LeftHandThumb2",1,"LeftHandThumb3",1,"RightShoulder",1,"RightArm",1,"RightArmRoll",1,"RightForeArm",1,"RightForeArmRoll",1,"RightHand",1,"RightHandRing",1,"RightHandRing1",1,"RightHandRing2",1,"RightHandRing3",1,"RightHandPinky1",1,"RightHandPinky2",1,"RightHandPinky3",1,"RightHandMiddle1",1,"RightHandMiddle2",1,"RightHandMiddle3",1,"RightHandIndex1",1,"RightHandIndex2",1,"RightHandIndex3",1,"RightHandThumb1",1,"RightHandThumb2",1,"RightHandThumb3",1,"LeftUpLeg",1,"LeftUpLegRoll",1,"LeftLeg",1,"LeftLegRoll",1,"LeftFoot",1,"LeftToeBase",1,"RightUpLeg",1,"RightUpLegRoll",1,"RightLeg",1,"RightLegRoll",1,"RightFoot",1,"RightToeBase",1}; + }; }; diff --git a/Sources/epoch_config/Configs/CfgVehicles/Antagonists.hpp b/Sources/epoch_config/Configs/CfgVehicles/Antagonists.hpp index edef09f7..cb21cc5a 100644 --- a/Sources/epoch_config/Configs/CfgVehicles/Antagonists.hpp +++ b/Sources/epoch_config/Configs/CfgVehicles/Antagonists.hpp @@ -513,6 +513,13 @@ class Epoch_Sapper_F: Epoch_Sapper_base_F }; }; }; +class Epoch_SapperG_F : Epoch_Sapper_F { + scope = 2; + displayName = "Sapper (Toxic)"; + moves = "CfgMovesMaleSdr3"; + hiddenSelections[] = {"camo","remains"}; + hiddenSelectionsTextures[] = {"x\addons\a3_epoch_assets\textures\sapper\sapper_green_eco.paa",""}; +}; class Epoch_SapperB_F : Epoch_Sapper_base_F { scope = 2; diff --git a/Sources/epoch_config/config.cpp b/Sources/epoch_config/config.cpp index 82922616..da0d0b82 100644 --- a/Sources/epoch_config/config.cpp +++ b/Sources/epoch_config/config.cpp @@ -115,10 +115,10 @@ class CfgAnimationSourceSounds class CfgCommands { - // allowedHTMLLoadURIs[] += // think this adds to an existing array - allowedHTMLLoadURIs[] = + // allowedHTMLLoadURIs[] += // think this adds to an existing array? + allowedHTMLLoadURIs[] += { - "https://raw.githubusercontent.com/epochmodteam/epoch/test/changelog.html" //there are some issues with capitalization used in github links + "http://epochmod.com*" }; }; diff --git a/Sources/epoch_server_settings/EpochEvents/EarthQuake.sqf b/Sources/epoch_server_settings/EpochEvents/EarthQuake.sqf index a8917dc9..b2babade 100644 --- a/Sources/epoch_server_settings/EpochEvents/EarthQuake.sqf +++ b/Sources/epoch_server_settings/EpochEvents/EarthQuake.sqf @@ -6,19 +6,23 @@ Improvements and or bugfixes and other contributions are welcome via the github: https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server_settings/EpochEvents/Earthquake.sqf */ -private ["_marker","_minerals","_randomIndex","_item","_plyrsNearEpicenter","_position"]; +private ["_marker","_minerals","_randomIndex","_item","_plyrsNearEpicenter","_position","_chance"]; _position = [epoch_centerMarkerPosition, 0, EPOCH_dynamicVehicleArea, 10, 0, 1000, 0] call BIS_fnc_findSafePos; if ((count _position) == 2) then{ _plyrsNearEpicenter = _position nearEntities[["Epoch_Male_F", "Epoch_Female_F"], 1000]; if !(_plyrsNearEpicenter isEqualTo[]) then{ - if ((random 1) > 0.5) then{ + // decrease chance with more players + _chance = linearConversion [1, 100, (count allPlayers), 0, 0.5, true]; + if ((random 1) > _chance) then { // send earthquake to each player in zone { [["earthQuake", _position], (owner _x)] call EPOCH_sendPublicVariableClient; }forEach _plyrsNearEpicenter; + _minerals = ["MineralDepositCopper_EPOCH", "MineralDepositGold_EPOCH", "MineralDepositSilver_EPOCH"]; _randomIndex = floor(random(count _minerals)); + _item = createVehicle[(_minerals select _randomIndex), _position, [], 0.0, "CAN_COLLIDE"]; if (EPOCH_showEarthQuakes) then{ _marker = createMarker[str(_position), _position];