diff --git a/Sources/epoch_config/Configs/CfgActions.hpp b/Sources/epoch_config/Configs/CfgActions.hpp new file mode 100644 index 00000000..c64d36eb --- /dev/null +++ b/Sources/epoch_config/Configs/CfgActions.hpp @@ -0,0 +1,55 @@ +class CfgActions +{ + class None; + class Gear: None + { + show = 0; + }; + class OpenBag : None + { + show = 0; + }; + class FirstAid: None + { + show = 0; + }; + class Rearm : None + { + show = 0; + }; + class TakeMagazine : None + { + show = 0; + }; + class TakeWeapon : None + { + show = 0; + }; + class TakeWeaponFromBody : None + { + show = 0; + }; + class TakeBackpackFromBody : None + { + show = 0; + }; + class TakeItemFromBody : None + { + show = 0; + }; + class TakeItem : None + { + show = 0; + }; + class TakeBag : None + { + show = 0; + }; + class TakeMine : None + { + show = 0; + }; + + + +}; diff --git a/Sources/epoch_config/Configs/CfgAmmo.hpp b/Sources/epoch_config/Configs/CfgAmmo.hpp new file mode 100644 index 00000000..7e29f64c --- /dev/null +++ b/Sources/epoch_config/Configs/CfgAmmo.hpp @@ -0,0 +1,257 @@ +class CfgAmmo +{ + class BulletBase; + class B_Test_45ACP_Ball: BulletBase + { + hit = 0; + indirectHit = 0; + indirectHitRange = 0; + cartridge = "FxCartridge_9mm"; + caliber = 2.6; + deflecting = 45; + visibleFire = 5; + audibleFire = 9; + cost = 100; + typicalSpeed = 280; + airFriction = -0.0018; + }; + class B_Hatchet : BulletBase + { + hit = 3; + indirectHit = 0; + indirectHitRange = 0; + cartridge = "FxCartridge_9mm"; + caliber = 2.6; + deflecting = 45; + visibleFire = 5; + audibleFire = 9; + cost = 100; + typicalSpeed = 10; + airFriction = -0.0018; + muzzleEffect = ""; + minRange = 1; + minRangeProbab = 0.8; + midRange = 2; + midRangeProbab = 1.5; + maxRange = 3; + maxRangeProbab = 2.5; + explosive = 0; + simulationStep = 0.001; + timeToLive = 0.03; + soundHit[] = { "", "db-90", 1 }; + soundEngine[] = { "", "db-80", 4 }; + }; + class B_Swing: BulletBase + { + hit = 8; + indirectHit = 0; + indirectHitRange = 0; + cartridge = "FxCartridge_9mm"; + simulation = "shotRocket"; + effectsMissileInit = ""; + effectsMissile = "EmptyEffect"; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\swing_box.p3d"; + caliber = 0.26; + deflecting = 0; + visibleFire = 0.1; + audibleFire = 1; + cost = 100; + typicalSpeed = 275; + airFriction = -0.0018; + minRange = 1; + minRangeProbab = 0.8; + midRange = 2; + midRangeProbab = 1.5; + maxRange = 3; + maxRangeProbab = 2.5; + explosive = 0; + simulationStep = 0.001; + timeToLive = 0.004; + soundHit[] = {"","db-90",1}; + soundEngine[] = {"","db-80",4}; + }; + class B_Stick : BulletBase + { + hit = 2; + indirectHit = 0; + indirectHitRange = 0; + cartridge = "FxCartridge_9mm"; + simulation = "shotRocket"; + effectsMissileInit = ""; + effectsMissile = "EmptyEffect"; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\swing_box.p3d"; + caliber = 0.26; + deflecting = 0; + visibleFire = 0.1; + audibleFire = 1; + cost = 100; + typicalSpeed = 275; + airFriction = -0.0018; + minRange = 1; + minRangeProbab = 0.8; + midRange = 2; + midRangeProbab = 1.5; + maxRange = 3; + maxRangeProbab = 2.5; + explosive = 0; + simulationStep = 0.001; + timeToLive = 0.004; + soundHit[] = { "", "db-90", 1 }; + soundEngine[] = { "", "db-80", 4 }; + }; + class PipeBombBase; + class Sapper_Charge_Ammo: PipeBombBase + { + hit = 50; + indirectHit = 10; + indirectHitRange = 5; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\swing_box.p3d"; + mineModelDisabled = ""; + defaultMagazine = "IEDLandSmall_Remote_Mag"; + soundHit[] = {"A3\sounds_f\weapons\Mines\mine_debris_6",2.5118864,1,1500}; + soundTrigger[] = {"A3\Sounds_F\weapons\mines\mech_trigger_1",0.56234133,1,40}; + soundActivation[] = {"A3\Sounds_F\weapons\mines\mech_activate_mine_1",0.56234133,1,40}; + CraterEffects = "IEDMineSmallLandCrater"; + explosionEffects = "IEDMineSmallExplosion"; + whistleDist = 6; + cost = 200; + mineInconspicuousness = 50; + mineTrigger = "RemoteTrigger"; + }; + class SapperB_Charge_Ammo : PipeBombBase + { + hit = 1500; + indirectHit = 1500; + indirectHitRange = 5; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\swing_box.p3d"; + mineModelDisabled = ""; + defaultMagazine = "SatchelCharge_Remote_Mag"; + soundHit[] = { "A3\Sounds_F\weapons\Mines\mine_debris_2", 3.1622777, 1, 1500 }; + ExplosionEffects = "MineNondirectionalExplosion"; + CraterEffects = "MineNondirectionalCrater"; + whistleDist = 10; + cost = 200; + mineInconspicuousness = 50; + mineTrigger = "RemoteTrigger"; + }; + class GrenadeHand; + class SmokeShellCustom : GrenadeHand + { + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\swing_box.p3d"; + hit = 0; + indirectHit = 0; + indirectHitRange = 0; + typicalspeed = 22; + cost = 100; + simulation = "shotSmokeX"; + explosive = 0; + deflecting = 60; + explosionTime = 2; + timeToLive = 60; + fuseDistance = 0; + soundHit[] = { "", 0, 1 }; + + SmokeShellSoundLoop1[] = { "A3\Sounds_F\weapons\smokeshell\smoke_loop1", 0.12589253, 1, 70 }; + SmokeShellSoundLoop2[] = { "A3\Sounds_F\weapons\smokeshell\smoke_loop2", 0.12589253, 1, 70 }; + + grenadeFireSound[] = {}; + grenadeBurningSound[] = { "SmokeShellSoundLoop1", 0.5, "SmokeShellSoundLoop2", 0.5 }; + + impactGroundSoft[] = {}; + impactGroundHard[] = {}; + impactIron[] = {}; + impactArmor[] = {}; + impactBuilding[] = {}; + impactFoliage[] = {}; + impactWood[] = {}; + impactGlass[] = {}; + impactGlassArmored[] = {}; + impactConcrete[] = {}; + impactRubber[] = {}; + impactPlastic[] = {}; + impactDefault[] = {}; + impactMetal[] = {}; + impactMetalplate[] = {}; + impactWater[] = {}; + + effectsSmoke = "SmokeShellWhiteEffect"; + whistleDist = 0; + smokeColor[] = { 0.039, 0.278, 0, 0.5 }; + }; + + class B_Test_Caseless: BulletBase + { + hit = 10; + indirectHit = 0; + indirectHitRange = 0; + cartridge = "FxCartridge_65_caseless"; + visibleFire = 5; + audibleFire = 8; + cost = 1.2; + airLock = 1; + typicalSpeed = 820; + caliber = 1.0; + model = "\A3\Weapons_f\Data\bullettracer\tracer_red"; + tracerScale = 1.0; + tracerStartTime = 0.05; + tracerEndTime = 1; + airFriction = -0.00096; + class CamShakeFire + { + power = 0; + duration = 0; + frequency = 0; + distance = 0; + }; + class CamShakePlayerFire + { + power = 0; + duration = 0; + frequency = 0; + distance = 0; + }; + }; + class ChainSaw_Bullet: BulletBase + { + hit = 5; + indirectHit = 0; + indirectHitRange = 0; + cartridge = "FxCartridge_65_caseless"; + visibleFire = 5; + audibleFire = 8; + cost = 1.2; + airLock = 0; + typicalSpeed = 100; + caliber = 1.0; + model = "\A3\Weapons_f\Data\bullettracer\tracer_red"; + tracerScale = 1.0; + tracerStartTime = 0.05; + tracerEndTime = 1; + airFriction = -0.00096; + class CamShakeFire + { + power = 0; + duration = 0; + frequency = 0; + distance = 0; + }; + class CamShakePlayerFire + { + power = 0; + duration = 0; + frequency = 0; + distance = 0; + }; + minRange = 1; + minRangeProbab = 0.8; + midRange = 2; + midRangeProbab = 1.5; + maxRange = 2.5; + maxRangeProbab = 2; + explosive = 0; + simulationStep = 0.001; + timeToLive = 0.03; + soundHit[] = {"","db-90",1}; + soundEngine[] = {"","db-80",4}; + }; +}; \ No newline at end of file diff --git a/Sources/epoch_config/Configs/CfgBaseBuilding.hpp b/Sources/epoch_config/Configs/CfgBaseBuilding.hpp new file mode 100644 index 00000000..ce540a9c --- /dev/null +++ b/Sources/epoch_config/Configs/CfgBaseBuilding.hpp @@ -0,0 +1,120 @@ +class CfgBaseBuilding { + class Default { + upgradeBuilding[] = {}; + removeParts[] = {}; + }; + class FirePlace_EPOCH : Default + { + upgradeBuilding[] = { { "FirePlaceOn_EPOCH", { { "WoodLog_EPOCH", 1 } } } }; + removeParts[] = { { "ItemRock", 2 } }; + }; + class Foundation_EPOCH : Default + { + removeParts[] = { { "ItemRock", 4 } }; + }; + class WoodFoundation_EPOCH : Default + { + removeParts[] = { { "PartPlankPack", 4 } }; + }; + class SolarGen_EPOCH : Default + { + removeParts[] = { { "KitSolarGen", 1 } }; + }; + class PlotPole_EPOCH : Default + { + removeParts[] = { { "KitPlotPole", 1 } }; + }; + class WoodRamp_EPOCH : Default + { + removeParts[] = { { "PartPlankPack", 3 } }; + }; + class WoodFloor_EPOCH : Default + { + removeParts[] = { { "PartPlankPack", 2 } }; + }; + class CinderWallGarage_EPOCH : Default + { + removeParts[] = { { "CinderBlocks", 4 }, { "ItemCorrugatedLg", 1 }, { "CircuitParts", 1 } }; + }; + class CinderWallHalf_EPOCH : Default{ + upgradeBuilding[] = { { "CinderWall_EPOCH", { { "CinderBlocks", 2 }, { "MortarBucket", 1 } } } }; + removeParts[] = { { "CinderBlocks", 2 }, { "ItemRock", 1 } }; + }; + class CinderWall_EPOCH : Default{ + upgradeBuilding[] = { { "CinderWallGarage_EPOCH", { { "ItemCorrugatedLg", 1 }, { "CircuitParts", 1 } } } }; + removeParts[] = { { "CinderBlocks", 4 }, { "ItemRock", 2 } }; + }; + class WoodLargeWall_EPOCH : Default{ + upgradeBuilding[] = { + { "WoodWall1_EPOCH", { { "PartPlankPack", 1 } } }, + { "WoodLargeWallCor_EPOCH", { { "ItemCorrugated", 1 } } } + }; + removeParts[] = { { "PartPlankPack", 2 } }; + }; + class WoodWall1_EPOCH : Default{ + upgradeBuilding[] = { + { "WoodWall2_EPOCH", { { "PartPlankPack", 1 } } }, + { "WoodLargeWallCor_EPOCH", { { "ItemCorrugated", 1 } } } + }; + removeParts[] = { { "PartPlankPack", 2 } }; + }; + class WoodLargeWallCor_EPOCH : Default{ + upgradeBuilding[] = { { "WoodLargeWallDoorway_EPOCH", { { "PartPlankPack", 1 } } } }; + removeParts[] = { { "PartPlankPack", 2 }, { "ItemCorrugated", 1 } }; + }; + class WoodWall2_EPOCH : Default{ + upgradeBuilding[] = { + { "WoodWall3_EPOCH", { { "PartPlankPack", 1 } } }, + { "WoodLargeWallDoor_EPOCH", { { "ItemCorrugated", 1 }, { "PartPlankPack", 1 } } }, + }; + removeParts[] = { { "PartPlankPack", 2 } }; + }; + class WoodLargeWallDoorway_EPOCH : Default{ + upgradeBuilding[] = { { "WoodLargeWallDoor_EPOCH", { { "ItemCorrugated", 1 }, { "PartPlankPack", 1 } } } }; + removeParts[] = { { "PartPlankPack", 2 }, { "ItemCorrugated", 1 } }; + }; + class WoodWall3_EPOCH : Default{ + upgradeBuilding[] = { + { "WoodWall4_EPOCH", { { "CircuitParts", 1 } } }, + { "WoodLargeWallDoorL_EPOCH", { { "ItemCorrugated", 1 }, { "CircuitParts", 1 } } }, + }; + removeParts[] = { { "PartPlankPack", 2 } }; + }; + class WoodLargeWallDoor_EPOCH : Default{ + upgradeBuilding[] = { { "WoodLargeWallDoorL_EPOCH", { { "ItemCorrugated", 1 }, { "CircuitParts", 1 } } } }; + removeParts[] = { { "PartPlankPack", 2 }, { "ItemCorrugated", 1 } }; + }; + class WoodWall4_EPOCH : Default { + removeParts[] = { { "PartPlankPack", 2 }, { "CircuitParts", 1 } }; + }; + class WoodLargeWallDoorL_EPOCH : Default + { + removeParts[] = { { "PartPlankPack", 2 }, { "ItemCorrugated", 1 }, { "CircuitParts", 1 } }; + }; + class WoodStairs_EPOCH : Default{ + upgradeBuilding[] = { { "WoodStairs2_EPOCH", { { "PartPlankPack", 4 } } } }; + removeParts[] = { { "PartPlankPack", 4 } }; + }; + class WoodStairs2_EPOCH : Default + { + removeParts[] = { { "PartPlankPack", 4 } }; + }; + class WoodTower_EPOCH : Default + { + removeParts[] = { { "PartPlankPack", 4 } }; + upgradeBuildingPart[] = { { "PartPlankPack", 2 } }; + removeBuildingPart[] = { { "PartPlankPack", 1 } }; + }; + class WoodLadder_EPOCH : Default + { + removeParts[] = { { "PartPlankPack", 2 } }; + }; + class Tipi_EPOCH : Default + { + removeParts[] = { { "Pelt_EPOCH", 2 }, { "PartPlankPack", 1 } }; + }; + class StorageShelf_EPOCH : Default + { + removeParts[] = { { "ItemCorrugated", 2 } }; + }; +}; diff --git a/Sources/epoch_config/Configs/CfgCloudlets.hpp b/Sources/epoch_config/Configs/CfgCloudlets.hpp new file mode 100644 index 00000000..f2a38857 --- /dev/null +++ b/Sources/epoch_config/Configs/CfgCloudlets.hpp @@ -0,0 +1,337 @@ +class CfgCloudlets +{ + class Default; + class ObjectDestructionFire1SmallxG: Default + { + interval = 0.01; + circleRadius = 0; + circleVelocity[] = {0,0,0}; + particleFSNtieth = 16; + particleFSIndex = 10; + particleFSFrameCount = 32; + particleFSLoop = 1; + angleVar = 0.1; + particleShape = "\x\addons\a3_epoch_assets\ParticleEffect\UniversalG"; + animationName = ""; + particleType = "Billboard"; + timerPeriod = 1; + lifeTime = 1.5; + moveVelocity[] = {0,1,0}; + rotationVelocity = 0; + weight = 0.045; + volume = 0.04; + rubbing = 0.05; + size[] = {"1.2 * 1.5 + 1","0.1 * 1.5 + 0.2"}; + color[] = {{ 1,1,1,-1 }}; + animationSpeed[] = {0.5,1}; + randomDirectionPeriod = 0; + randomDirectionIntensity = 0; + onTimerScript = ""; + beforeDestroyScript = ""; + lifeTimeVar = 0.4; + positionVar[] = {0.1,0.3,0.1}; + moveVelocityVar[] = {0.1,0.5,0.1}; + rotationVelocityVar = 10; + sizeVar = 0.5; + colorVar[] = {0.1,0.1,0.1,0}; + randomDirectionPeriodVar = 0; + randomDirectionIntensityVar = 0; + coreIntensity = 1.25; + coreDistance = 1.0; + damageTime = 0.7; + constantDistance = 1.0; + damageType = "Fire"; + }; + class ObjectDestructionFire1SmallxR: Default + { + interval = 0.01; + circleRadius = 0; + circleVelocity[] = {0,0,0}; + particleFSNtieth = 16; + particleFSIndex = 10; + particleFSFrameCount = 32; + particleFSLoop = 1; + angleVar = 0.1; + particleShape = "\x\addons\a3_epoch_assets\ParticleEffect\UniversalR"; + animationName = ""; + particleType = "Billboard"; + timerPeriod = 1; + lifeTime = 1.5; + moveVelocity[] = {0,1,0}; + rotationVelocity = 0; + weight = 0.045; + volume = 0.04; + rubbing = 0.05; + size[] = {"1.2 * 1.5 + 1","0.1 * 1.5 + 0.2"}; + color[] = {{ 1,1,1,-1 }}; + animationSpeed[] = {0.5,1}; + randomDirectionPeriod = 0; + randomDirectionIntensity = 0; + onTimerScript = ""; + beforeDestroyScript = ""; + lifeTimeVar = 0.4; + positionVar[] = {0.1,0.3,0.1}; + moveVelocityVar[] = {0.1,0.5,0.1}; + rotationVelocityVar = 10; + sizeVar = 0.5; + colorVar[] = {0.1,0.1,0.1,0}; + randomDirectionPeriodVar = 0; + randomDirectionIntensityVar = 0; + coreIntensity = 1.25; + coreDistance = 1.0; + damageTime = 0.5; + constantDistance = 1.0; + damageType = "Fire"; + }; + class ObjectDestructionFire1SmallxB: Default + { + interval = 0.01; + circleRadius = 0; + circleVelocity[] = {0,0,0}; + particleFSNtieth = 16; + particleFSIndex = 10; + particleFSFrameCount = 32; + particleFSLoop = 1; + angleVar = 0.1; + particleShape = "\x\addons\a3_epoch_assets\ParticleEffect\UniversalB"; + animationName = ""; + particleType = "Billboard"; + timerPeriod = 1; + lifeTime = 1.5; + moveVelocity[] = {0,1,0}; + rotationVelocity = 0; + weight = 0.045; + volume = 0.04; + rubbing = 0.05; + size[] = {"1.2 * 1.5 + 1","0.1 * 1.5 + 0.2"}; + color[] = {{ 1,1,1,-1 }}; + animationSpeed[] = {0.5,1}; + randomDirectionPeriod = 0; + randomDirectionIntensity = 0; + onTimerScript = ""; + beforeDestroyScript = ""; + lifeTimeVar = 0.4; + positionVar[] = {0.1,0.3,0.1}; + moveVelocityVar[] = {0.1,0.5,0.1}; + rotationVelocityVar = 10; + sizeVar = 0.5; + colorVar[] = {0.1,0.1,0.1,0}; + randomDirectionPeriodVar = 0; + randomDirectionIntensityVar = 0; + coreIntensity = 1.25; + coreDistance = 1.0; + damageTime = 0.2; + constantDistance = 1.0; + damageType = "Fire"; + }; + + class ObjectDestructionBloodE : Default + { + interval = 0.01; + circleRadius = 0; + circleVelocity[] = { 0, 0, 0 }; + particleShape = "\A3\data_f\ParticleEffects\Universal\Universal"; + particleFSNtieth = 16; + particleFSIndex = 13; + particleFSFrameCount = 1; + particleFSLoop = 0; + angleVar = 360; + animationName = ""; + particleType = "Billboard"; + timerPeriod = 1; + lifeTime = 0.2; + moveVelocity[] = { 0, -0.1, 0 }; + rotationVelocity = 1; + weight = 0.1275; + volume = 0.1; + rubbing = 0.05; + size[] = { 0, 0.1 }; + color[] = { { 0.4, 0.3, 0.3, 2 }, { 0.4, 0.3, 0.3, 2 }, { 0.4, 0.3, 0.3, 1.4 }, { 0.4, 0.3, 0.3, 0.8 }, { 0.4, 0.3, 0.3, 0.4 }, { 0.4, 0.3, 0.3, 0.05 }, { 0.4, 0.3, 0.3, 0.001 } }; + animationSpeed[] = { 0.1 }; + randomDirectionPeriod = 0; + randomDirectionIntensity = 0; + onTimerScript = ""; + beforeDestroyScript = ""; + destroyOnWaterSurface = 1; + destroyOnWaterSurfaceOffset = -0.3; + blockAIVisibility = 0; + lifeTimeVar = 0.2; + positionVar[] = { 0.01, 0.01, 0.01 }; + MoveVelocityVar[] = { 0, 0, 0 }; + rotationVelocityVar = 1; + sizeVar = 0.1; + colorVar[] = { 0, 0, 0, 0.2 }; + randomDirectionPeriodVar = 0; + randomDirectionIntensityVar = 0; + coreIntensity = 1.25; + coreDistance = 1.0; + damageTime = 0.2; + constantDistance = 1.0; + damageType = "Fire"; + }; + class ObjectDestructionFire2SmallxB: Default + { + interval = 0.2; + circleRadius = 0; + circleVelocity[] = {0,0,0}; + particleFSNtieth = 16; + particleFSIndex = 10; + particleFSFrameCount = 32; + particleFSLoop = 1; + angleVar = 0.1; + particleShape = "\x\addons\a3_epoch_assets\ParticleEffect\UniversalB"; + animationName = ""; + particleType = "Billboard"; + timerPeriod = 1; + lifeTime = 1.5; + moveVelocity[] = {0,1,0}; + rotationVelocity = 0; + weight = 0.045; + volume = 0.04; + rubbing = 0.05; + size[] = {"1.2 * 1.5 + 1","0.1 * 1.5 + 0.2"}; + color[] = {{ 1,1,1,-1 }}; + animationSpeed[] = {0.5,1}; + randomDirectionPeriod = 0; + randomDirectionIntensity = 0; + onTimerScript = ""; + beforeDestroyScript = ""; + lifeTimeVar = 0.4; + positionVar[] = {0.1,0.3,0.1}; + moveVelocityVar[] = {0.1,0.5,0.1}; + rotationVelocityVar = 10; + sizeVar = 0.5; + colorVar[] = {0.1,0.1,0.1,0}; + randomDirectionPeriodVar = 0; + randomDirectionIntensityVar = 0; + coreIntensity = 0.25; + coreDistance = 1.75; + damageTime = 0.75; + constantDistance = 1.0; + damageType = "Fire"; + }; + + /* + class Blood1 : Default + { + interval = "0.004 * (hit interpolate [20,20.01,-1,1])"; + circleRadius = 0; + circleVelocity[] = { 0, 0, 0 }; + particleShape = "\A3\data_f\ParticleEffects\Universal\Universal"; + particleFSNtieth = 16; + particleFSIndex = 13; + particleFSFrameCount = 1; + particleFSLoop = 0; + angleVar = 360; + animationName = ""; + particleType = "Billboard"; + timerPeriod = 1; + lifeTime = 0.12; + moveVelocity[] = { "(inDirX * 2 - surfNormalX / 4) * inSpeed / 350 * 2", "(inDirY * 2 - surfNormalY / 4) * inSpeed / 350 * 2", "(inDirZ * 2 - surfNormalZ / 4) * inSpeed / 350 * 2" }; + rotationVelocity = 1; + weight = 0.1275; + volume = 0.1; + rubbing = 0.4; + size[] = { 0.02, 0.5, 0.8 }; + color[] = { { 1, 0.8, 0.8, 0.7 }, { 1, 0.8, 0.8, 0.7 }, { 1, 0.8, 0.8, 0.7 }, { 1, 0.8, 0.8, 0.5 }, { 1, 0.8, 0.8, 0.3 }, { 1, 0.8, 0.8, 0.1 }, { 1, 0.8, 0.8, 0.05 } }; + animationSpeed[] = { 0.1 }; + randomDirectionPeriod = 0; + randomDirectionIntensity = 0; + onTimerScript = ""; + beforeDestroyScript = ""; + destroyOnWaterSurface = 1; + destroyOnWaterSurfaceOffset = -0.3; + blockAIVisibility = 0; + lifeTimeVar = 0.1; + positionVar[] = { 0.01, 0.01, 0.01 }; + MoveVelocityVar[] = { 0.8, 0.8, 0.8 }; + rotationVelocityVar = 1; + sizeVar = 0.1; + colorVar[] = { 0, 0, 0, 0.2 }; + randomDirectionPeriodVar = 0; + randomDirectionIntensityVar = 0; + }; + class Blood2 : Default + { + interval = "(0.02 + 0.1/((hit interpolate [0.1,45,0.1,45])+0.001)) * (hit interpolate [20,20.01,-1,1])"; + circleRadius = 0; + circleVelocity[] = { 0, 0, 0 }; + particleShape = "\A3\data_f\ParticleEffects\Universal\Meat_ca"; + particleFSNtieth = 1; + particleFSIndex = 0; + particleFSFrameCount = 1; + particleFSLoop = 0; + angleVar = 360; + animationName = ""; + particleType = "SpaceObject"; + timerPeriod = 1; + lifeTime = 2; + moveVelocity[] = { 0, 1.5, 0 }; + rotationVelocity = 1; + weight = 22; + volume = 1; + rubbing = 0.2; + size[] = { 1.5 }; + color[] = { { 0.25, 0.05, 0.05, 0.7 }, { 0.25, 0.05, 0.05, 0.7 }, { 0.25, 0.05, 0.05, 0.7 }, { 0.25, 0.05, 0.05, 0.5 }, { 0.25, 0.05, 0.05, 0.3 }, { 0.25, 0.05, 0.05, 0.1 }, { 0.25, 0.05, 0.05, 0.05 } }; + animationSpeed[] = { 0.1 }; + randomDirectionPeriod = 0; + randomDirectionIntensity = 0; + onTimerScript = ""; + beforeDestroyScript = ""; + bounceOnSurface = 0; + bounceOnSurfaceVar = 0; + destroyOnWaterSurface = 1; + destroyOnWaterSurfaceOffset = -0.3; + blockAIVisibility = 0; + lifeTimeVar = 0.1; + positionVar[] = { 0.01, 0.01, 0.01 }; + MoveVelocityVar[] = { "1.8*((hit interpolate [0,45,0,45])/30)", "1.8*((hit interpolate [0,45,0,45])/30)", "1.8*((hit interpolate [0,45,0,45])/30)" }; + rotationVelocityVar = 8; + sizeVar = 0.05; + colorVar[] = { 0, 0, 0, 0.2 }; + randomDirectionPeriodVar = 0; + randomDirectionIntensityVar = 0; + }; + class Blood3 : Default + { + interval = "0.015 + 0.1/((hit interpolate [0.1,45,0.1,45])+0.001))"; + circleRadius = 0; + circleVelocity[] = { 0, 0, 0 }; + particleShape = "\A3\data_f\ParticleEffects\Universal\Meat_ca"; + particleFSNtieth = 1; + particleFSIndex = 0; + particleFSFrameCount = 1; + particleFSLoop = 0; + angleVar = 360; + animationName = ""; + particleType = "SpaceObject"; + timerPeriod = 1; + lifeTime = 2; + moveVelocity[] = { 0, 1.5, 0 }; + rotationVelocity = 1; + weight = 22; + volume = 1; + rubbing = 0.2; + size[] = { 0.3 }; + color[] = { { 0.25, 0.05, 0.05, 0.7 }, { 0.25, 0.05, 0.05, 0.7 }, { 0.25, 0.05, 0.05, 0.7 }, { 0.25, 0.05, 0.05, 0.5 }, { 0.25, 0.05, 0.05, 0.3 }, { 0.25, 0.05, 0.05, 0.1 }, { 0.25, 0.05, 0.05, 0.05 } }; + animationSpeed[] = { 0.1 }; + randomDirectionPeriod = 0; + randomDirectionIntensity = 0; + onTimerScript = ""; + beforeDestroyScript = ""; + bounceOnSurface = 0; + bounceOnSurfaceVar = 0; + destroyOnWaterSurface = 1; + destroyOnWaterSurfaceOffset = -0.3; + blockAIVisibility = 0; + lifeTimeVar = 0.1; + positionVar[] = { 0.01, 0.01, 0.01 }; + MoveVelocityVar[] = { "2*((hit interpolate [0,45,0,45])/10)", "2*((hit interpolate [0,45,0,45])/10)", "2*((hit interpolate [0,45,0,45])/10)" }; + rotationVelocityVar = 8; + sizeVar = 0.05; + colorVar[] = { 0, 0, 0, 0.2 }; + randomDirectionPeriodVar = 0; + randomDirectionIntensityVar = 0; + }; + */ +}; \ No newline at end of file diff --git a/Sources/epoch_config/Configs/CfgEpochClient.hpp b/Sources/epoch_config/Configs/CfgEpochClient.hpp new file mode 100644 index 00000000..45fbd859 --- /dev/null +++ b/Sources/epoch_config/Configs/CfgEpochClient.hpp @@ -0,0 +1,111 @@ +class CfgEpochClient +{ + epochVersion = "0.3.3.0"; + + sapperRngChance = 100; // increase number to reduce chances and reduce to increase. Default 100 = 1% - 55% if soiled (+ 2% if in city) chance to spawn sapper + droneRngChance = 100; // increase number to reduce chances and reduce to increase. Default 100 = // 2% chance (+ 4% chance if in city) (1% - 2% Half if using silencer) to spawn drone if shot fired + + buildingNearbyMilitary = 0; //1 to allow building nearby + buildingNearbyMilitaryRange = 300; //Define radius of blocked area + + buildingRequireJammer = 0; // 1 = to allow building without a jammer + buildingCountLimit = 200; // how many objects can be built within range of a jammer + buildingJammerRange = 75; // jammer range in meters + + EPOCH_news[] = {"Word is that Sappers have a new boss.","Dogs will often lure them monsters away.","My dog was blown up. I miss him.."}; + + antagonistSpawnIndex[] = { + {"Epoch_Cloak_F", 1}, // {"type", limit} + {"GreatWhite_F", 2}, + {"Epoch_Sapper_F",2}, + {"Epoch_SapperB_F",1}, + {"I_UAV_01_F",2}, + {"PHANTOM",1}, + {"B_Heli_Transport_01_F",1} + }; + + customVarsDefaults[] = { + {"Temp",98.6}, // EPOCH_player + varName, default value + {"Hunger",5000}, + {"Thirst",2500}, + {"AliveTime",0}, + {"Energy",0}, + {"Wet",0}, + {"Soiled",0}, + {"Immunity",0}, + {"Toxicity",0}, + {"Stamina",100}, + {"Crypto",0}, + {"HitPoints",{0,0,0,0}}, + {"BloodP",100}, + {"SpawnArray",{}} + }; + + // controls max group limit and cost + group_upgrade_lvl[] = {4,"100",6,"300",8,"500",10,"1000",12,"1500",13,"1750",14,"2000",15,"3000",16,"5000"}; + + lootClasses[] = { + { "shelfPos", "Shelf_EPOCH", true }, + { "fridgePos", "Fridge_EPOCH", true }, + { "bedPos", "Bed_EPOCH", false }, + { "couchPos", "Couch_EPOCH", false }, + { "wardrobePos", "wardrobe_epoch", false }, + { "cookerPos", "cooker_epoch", false }, + { "chairPos", { "Chair_EPOCH", "ChairRed_EPOCH" }, true }, + { "filingPos", "Filing_epoch", true }, + { "pelicanPos", "Pelican_EPOCH", false }, + { "tablePos", "Table_EPOCH", false }, + { "lockerPos", "Locker_EPOCH", false }, + { "toolRackPos", "ToolRack_EPOCH", false }, + { "shoeboxPos", "Shoebox_EPOCH", false }, + { "palletPos", "Tarp_EPOCH", false }, + { "freezerPos", "Freezer_EPOCH", false }, + { "cabinetPos", "Cabinet_EPOCH", false } + }; + + + #include "CfgEpochClient\takistan.hpp" + #include "CfgEpochClient\australia.hpp" + #include "CfgEpochClient\ProvingGrounds_PMC.hpp" + #include "CfgEpochClient\utes.hpp" + #include "CfgEpochClient\Sara.hpp" + #include "CfgEpochClient\Altis.hpp" + #include "CfgEpochClient\Bornholm.hpp" + #include "CfgEpochClient\Chernarus_Summer.hpp" + #include "CfgEpochClient\Chernarus.hpp" + #include "CfgEpochClient\Stratis.hpp" + #include "CfgEpochClient\Esseker.hpp" + +}; + +class CfgEpochSapper +{ + detonateDistMax = 8; //Random distance between 3m and this number at which sapper detonates. Min value = 4 + groanTrig = 16; //Percentage chance of a groan. Min value = 4 + sRange = 300; //Distance from target over which sapper will dispose. Range within which sapper code will be aware of targets. Distance up to which sapper will attempt to find a spot to hide in. Min Value = 150. + smellDist = 24; //Distance up to which sapper can smell. Used to decide if sapper can see target when deciding to charge and influences target selection. Is influenced by wind direction. Min Value = 8. +}; + +class CfgEpochUAV +{ + UAVMinDist = 48; //Minimum distance to choose next position when roaming. Min Value = 8. + UAVMaxDist = 180; //Maximum distance to choose next position when roaming. Min Value = 42 / Max Value = 400. + UAVHeight = 100; //Set height when roaming, slight randomness is applied to this value. UAV will choose own height when locked onto target. Min Value = 42 / Max Value = 280. UAV can still spot targets from height ! +}; + +class CfgEpochAirDrop +{ + AirDropFreq = 1200; //AirDropChance, to decide if Air drop occurs, will only be checked once per AirDropFreq time period, for each player. Min value = 120. + AirDropChance = 6; //Percentage chance of air drop, for current player. Checked every AirDropFreq and upon antagonists spawn trigger. -1 To disable. +}; + +class CfgEpochCloak +{ + cRange = 300; //Distance, from target, at which Cloak will dispose. Cloak is also aware of players within this range. (Min: 60 / Max: 600) + cAggression = 75; //Percentage chance of attack, currently a psychological attack (Cultist spooky voice). (Min: 1 / Max: 100) + attackFrequency = 120; //One attack only per this period. (Min: 120) + attackDistance = 38; // Distance, from target, up to which Cloak will attack. Lower for less vocals. (Min: 16) + targetChangeFrequency = 42; //Cloak will only attempt to change target once per this period. Make Higher to stick to first target player. (Min: 42) + teleportChance = 66; //Chance for cloak to teleport. (Min: 1) + hoverFrequency = 1280; //Cloak has new hover attack. When player is above cloak, and at a distance, cloak will float to player and teleport attack. Only perform one of these moves per this period. (Min: 240) +}; diff --git a/Sources/epoch_config/Configs/CfgEpochClient/Altis.hpp b/Sources/epoch_config/Configs/CfgEpochClient/Altis.hpp new file mode 100644 index 00000000..5d4bd4b3 --- /dev/null +++ b/Sources/epoch_config/Configs/CfgEpochClient/Altis.hpp @@ -0,0 +1,168 @@ +class Altis { + blockedArea[] = { //[POS],radius + { { 16085, 16997, 0 }, 250 }, //South Telos + { { 12844, 16714, 0 }, 120 }, //Soldner Base + { { 3085, 13184, 0 }, 300 }, //Kavalar Carstel + { { 13493, 12013, 0 }, 450 }, //Makrynisi (Island) + { { 17439, 13165, 0 }, 165 }, //Pyrgorsk Military + { { 20084, 6728, 0 }, 55 }, //West of Selakano + { { 25303, 21807, 0 }, 100 } //Sofia + }; + Rocks[] = { + "sharpstone_03_lc.p3d", + "sharpstone_02_lc.p3d", + "sharpstone_01_lc.p3d", + "sharpstone_02.p3d", + "sharpstone_03.p3d", + "sharprock_monolith.p3d", + "sharprock_apart.p3d", + "sharpstones_erosion.p3d", + "bluntstone_01_lc.p3d", + "bluntstone_02_lc.p3d", + "bluntstone_03_lc.p3d", + "bluntstones_erosion.p3d", + "bluntstone_01.p3d", + "bluntstone_03.p3d", + "sharprock_spike.p3d", + "sharprock_wallh.p3d", + "w_sharpstone_03.p3d", + "w_sharpstone_02.p3d", + "w_sharpstone_01.p3d", + "bluntrock_apart.p3d", + "bluntstone_02.p3d", + "bluntrock_monolith.p3d", + "bluntrock_wallh.p3d", + "sharprock_wallv.p3d", + "stonesharp_medium.p3d", + "stone_medium_f.p3d", + "stonesharp_big.p3d", + "stonesharp_small.p3d", + "small_stone_02_f.p3d", + "stone_small_f.p3d", + "stone_big_f.p3d", + "bluntrock_spike.p3d" + }; + ATM[] = { + "atm_01_f.p3d", + "phonebooth_01_f.p3d", + "atm_02_f.p3d", + "phonebooth_02_f.p3d" + }; + Water[] = { + "barrelwater_f.p3d", + "water_source_f.p3d", + "waterbarrel_f.p3d", + "canisterplastic_f.p3d", + "watertank_f.p3d" + }; + // main config + TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; + + TrashSmall[] = { + }; + TrashVehicle[] = { + }; + PumpkinPatch[] = { + "p_pumpkin_summer.p3d", + "pumpkin.p3d", + }; + TrashFood[] = { + }; + Trash[] = { + "sack_f.p3d", + "garbagebags_f.p3d", + "pallets_f.p3d", + "junkpile_f.p3d", + "garbagepallet_f.p3d", + "garbagewashingmachine_f.p3d", + "basket_f.p3d", + "sacks_goods_f.p3d", + "crateswooden_f.p3d", + "cratesplastic_f.p3d", + "garbagebin_01_f.p3d", + "barrelsand_f.p3d", + "garbagecontainer_closed_f.p3d", + "cratesshabby_f.p3d", + "bucket_f.p3d", + "garbagebarrel_01_f.p3d", + "tyres_f.p3d", + "cargobox_v1_f.p3d", + "metalbarrel_f.p3d", + "sacks_heap_f.p3d", + "woodenbox_f.p3d", + "grave_v1_f.p3d", + "grave_v2_f.p3d", + "calvary_02_v2_f.p3d", + "fishinggear_02_f.p3d", + "fishinggear_01_f.p3d", + "humanskull_f.p3d", + "calvary_02_v1_f.p3d", + "rack_f.p3d", + "wreck_uaz_f.p3d", + "humanskeleton_f.p3d", + "shelvesmetal_f.p3d" + }; + Trees[] = { + "t_ficusb1s_f.p3d", + "t_oleae1s_f.p3d", + "t_ficusb2s_f.p3d", + "t_broussonetiap1s_f.p3d", + "t_pinuss2s_f.p3d", + "t_pinuss2s_b_f.p3d", + "t_pinuss1s_f.p3d", + "t_oleae2s_f.p3d", + "i_house_big_01_v2_f.p3d", + "i_house_big_02_v1_f.p3d", + "i_addon_02_v1_f.p3d", + "t_fraxinusav2s_f.p3d", + "t_pinusp3s_f.p3d", + "t_poplar2f_dead_f.p3d", + "t_populusn3s_f.p3d", + "t_phoenixc1s_f.p3d" + }; + Bushes[] = { + "b_ficusc2d_f.p3d", + "b_ficusc1s_f.p3d", + "b_neriumo2d_f.p3d", + "b_arundod2s_f.p3d", + "b_arundod3s_f.p3d", + "b_ficusc2s_f.p3d" + }; + Cinder[] = { + "cinderblocks_f.p3d" + }; + Wrecks[] = { + "wall_tin_4_2.p3d", + "mil_wiredfence_f.p3d", + "cages_f.p3d", + "wreck_car_f.p3d", + "pipes_small_f.p3d", + "pipe_fence_4m_f.p3d", + "spp_tower_f.p3d", + "wreck_ural_f.p3d", + "wreck_car3_f.p3d", + "ironpipes_f.p3d", + "pipes_large_f.p3d", + "coil_f.p3d", + "wreck_offroad_f.p3d", + "wreck_offroad2_f.p3d", + "crabcages_f.p3d", + "metalbarrel_empty_f.p3d", + "net_fenced_8m_f.p3d", + "net_fence_8m_f.p3d", + "wavepowerplantbroken_f.p3d", + "wreck_truck_dropside_f.p3d", + "wavepowerplant_f.p3d", + "wreck_traw_f.p3d", + "wreck_slammer_f.p3d", + "maroula_f.p3d", + "indfnc_9_f.p3d", + "indfnc_3_f.p3d", + "indfnc_3_d_f.p3d", + "wreck_car2_f.p3d", + "net_fence_4m_f.p3d", + "wreck_truck_f.p3d", + "wreck_hunter_f.p3d", + "wreck_slammer_hull_f.p3d" + }; +}; diff --git a/Sources/epoch_config/Configs/CfgEpochClient/Bornholm.hpp b/Sources/epoch_config/Configs/CfgEpochClient/Bornholm.hpp new file mode 100644 index 00000000..064209ca --- /dev/null +++ b/Sources/epoch_config/Configs/CfgEpochClient/Bornholm.hpp @@ -0,0 +1,156 @@ +class Bornholm { + blockedArea[] = { + { { 1433, 8071, 0 }, 250 }, //Roenne NorthEast + { { 1939, 7788, 0 }, 250 }, //Roenne East + { { 1553, 7103, 0 }, 400 }, //Roenne South + { { 3052, 5412, 0 }, 400 }, //Main Airport + { { 3676, 5148, 0 }, 300 }, //Airport addons + { { 9547, 5541, 0 }, 600 }, //Aakirkeby + { { 17433, 5106, 0 }, 600 }, //Nexoe + { { 17989, 9844, 0 }, 600 }, //Svaneke + { { 11600, 14723, 0 }, 500 }, //Gudhjem + { { 5010, 19132, 0 }, 250 }, //Allinge + { { 5291, 12450, 0 }, 450 }, //Klemensker + { { 3386, 10088, 0 }, 350 }, //Nyker + { { 14560, 5130, 0 }, 300 }, //South Airport + { { 148786, 5024, 0 }, 300 }, //South Airport Base + { { 12993, 10197, 0 }, 250 }, //Oestermarie + { { 13867, 10672, 0 }, 300 }, //East Airport + { { 8564, 15015, 0 }, 350 }, //Roe + { { 6554, 5866, 0 }, 400 }, //Lobbaek + { { 5350, 5724, 0 }, 300 }, //Nylars + { { 12438, 2980, 0 }, 400 }, //Pedersker + { { 14121, 11331, 0 }, 200 }, //Central Spawn + { { 1322, 8733, 0 }, 200 }, //West Spawn + { { 15639, 191, 0 }, 200 } //East Spawn + }; + Rocks[] = { + "bo_r2_boulder1.p3d", + "bo_r2_boulder2.p3d", + "bo_r2_rock1.p3d", + "bo_r2_rocktower.p3d", + "bo_r2_rockwall.p3d" + }; + ATM[] = { + "nastenka.p3d", + "nastenka2.p3d", + "nastenka3.p3d" + }; + Water[] = { + "misc_well.p3d", + "misc_wellpump.p3d", + "kasna_new.p3d" + }; + + // main config + TrashClasses[] = {"Trash","TrashSmall","TrashVehicle","PumpkinPatch","TrashFood"}; + + TrashSmall[] = { + }; + TrashVehicle[] = { + }; + PumpkinPatch[] = { + "p_pumpkin_summer.p3d", + "pumpkin.p3d", + }; + TrashFood[] = { + }; + + Trash[] = { + "misc_postbox.p3d", + "popelnice.p3d", + "garbage_misc.p3d", + "paletyc.p3d", + "junkpile.p3d", + "kontejner.p3d", + "misc_chickencoop.p3d", + "misc_boogieman.p3d", + "misc_hutch.p3d", + "garbage_paleta.p3d", + "misc_cargo1a.p3d", + "misc_cargo2a.p3d", + "misc_greenhouse.p3d", + "zastavka_stojan.p3d", + "p_helianthus.p3d", + "junkpile_f.p3d", + "bricks_v2_f.p3d", + "woodenbox_f.p3d" + }; + Trees[] = { + "bo_t_populus3s.p3d", + "bo_t_fagus2w.p3d", + "bo_t_betula2s.p3d", + "bo_t_fagus2s.p3d", + "bo_t_fagus2f.p3d", + "bo_t_sorbus2s.p3d", + "bo_t_fraxinus2w.p3d", + "bo_t_salix2s.p3d", + "bo_t_malus1s.p3d", + "bo_t_betula1f.p3d", + "bo_t_pinusn2s.p3d", + "bo_t_picea2s.p3d", + "bo_t_larix3s.p3d", + "bo_t_picea3f.p3d", + "bo_t_picea1s.p3d", + "bo_misc_fallentree2.p3d", + "bo_misc_stub2.p3d", + "bo_t_fraxinus2s.p3d", + "bo_t_quercus2f.p3d", + "bo_misc_trunk_water.p3d", + "bo_misc_trunk_torzo.p3d", + "bo_t_alnus2s.p3d", + "bo_misc_fallentree1.p3d", + "bo_t_betula2f.p3d", + "bo_t_pinusn1s.p3d", + "bo_t_pinuss2f.p3d", + "bo_t_quercus3s.p3d", + "bo_t_carpinus2s.p3d", + "misc_fallenspruce.p3d", + "bo_t_stub_picea.p3d", + "misc_stub1.p3d", + "bo_t_acer2s.p3d", + "bo_t_betula2w.p3d", + "bo_t_pyrus2s.p3d", + "bo_b_corylus.p3d" + }; + Bushes[] = { + "bo_b_craet1.p3d", + "bo_b_craet2.p3d", + "bo_b_corylus.p3d", + "bo_b_corylus2s.p3d", + "bo_b_betulahumilis.p3d", + "bo_b_sambucus.p3d", + "salix2s.p3d", + "bo_b_canina2s.p3d", + "bo_b_pmugo.p3d", + "bo_b_prunus.p3d" + }; + Cinder[] = { + "cinderblocks_f.p3d" + }; + Wrecks[] = { + "wall_fen1_5_pole.p3d", + "wall_fen1_5_2.p3d", + "wall_tin_4_2.p3d", + "wall_fen1_5.p3d", + "wall_indfnc_3.p3d", + "wall_indfnc_9.p3d", + "wall_indfnc_corner.p3d", + "misc_concrete_high.p3d", + "plot_vlnplech2.p3d", + "misc_g_pipes.p3d", + "wall_tincom_9.p3d", + "wall_tin_4.p3d", + "plot_vlnplech1.p3d", + "wall_tincom_9_2.p3d", + "wall_tincom_3.p3d", + "wall_tincom_pole.p3d", + "datsun01t.p3d", + "datsun02t.p3d", + "skodovka_wrecked.p3d", + "lada_wrecked.p3d", + "hiluxt.p3d", + "uaz_wrecked.p3d", + "ural_wrecked.p3d" + }; +}; \ No newline at end of file diff --git a/Sources/epoch_config/Configs/CfgEpochClient/Chernarus.hpp b/Sources/epoch_config/Configs/CfgEpochClient/Chernarus.hpp new file mode 100644 index 00000000..9465a14d --- /dev/null +++ b/Sources/epoch_config/Configs/CfgEpochClient/Chernarus.hpp @@ -0,0 +1,139 @@ +class Chernarus { + blockedArea[] = { + { { 10203, 1886, 0 }, 430 }, //South Electro + { { 6822, 2498, 0 }, 600 }, //Cherno + { { 4612, 9670, 0 }, 140 }, //NWAF south barack + { { 4907, 10117, 0 }, 250 }, //NWAF NE hangas + { { 4707, 10384, 0 }, 200 }, //NWAF north barack + { { 4069, 10778, 0 }, 75 }, //NWAF west hangas + { { 4553, 10722, 0 }, 150 }, //NWAF NW hangas + { { 12279, 9505, 0 }, 350 }, //Berenzino Mid + { { 12816, 9816, 0 }, 400 }, //Berenzino SE + { { 12991, 10147, 0 }, 375 }, //Berenzino Docs + { { 2693, 5138, 0 }, 200 }, //Zeleno + { { 11467, 7508, 0 }, 150 }, //Polana Factory + { { 13092, 7096, 0 }, 140 } //Solnichniy Factory + }; + Rocks[] = { + "r2_boulder1.p3d", + "r2_boulder2.p3d", + "r2_rock1.p3d", + "r2_rocktower.p3d", + "r2_rockwall.p3d" + }; + ATM[] = { + "nastenka.p3d", + "nastenka2.p3d", + "nastenka3.p3d" + }; + Water[] = { + "misc_well.p3d", + "misc_wellpump.p3d", + "kasna_new.p3d" + }; + // main config + TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; + + TrashSmall[] = { + "misc_postbox.p3d" + }; + TrashVehicle[] = { + }; + PumpkinPatch[] = { + "p_pumpkin_summer.p3d", + "pumpkin.p3d", + }; + TrashFood[] = { + }; + Trash[] = { + "popelnice.p3d", + "garbage_misc.p3d", + "paletyc.p3d", + "junkpile.p3d", + "kontejner.p3d", + "misc_chickencoop.p3d", + "misc_boogieman.p3d", + "misc_hutch.p3d", + "garbage_paleta.p3d", + "misc_cargo1a.p3d", + "misc_cargo2a.p3d", + "misc_greenhouse.p3d", + "zastavka_stojan.p3d" + }; + Trees[] = { + "t_populus3s.p3d", + "t_fagus2w.p3d", + "t_betula2s.p3d", + "t_fagus2s.p3d", + "t_fagus2f.p3d", + "t_sorbus2s.p3d", + "t_fraxinus2w.p3d", + "t_salix2s.p3d", + "t_malus1s.p3d", + "t_betula1f.p3d", + "t_pinusn2s.p3d", + "t_picea2s.p3d", + "t_larix3s.p3d", + "t_picea3f.p3d", + "t_picea1s.p3d", + "misc_fallentree2.p3d", + "misc_stub2.p3d", + "t_fraxinus2s.p3d", + "t_quercus2f.p3d", + "misc_trunk_water.p3d", + "misc_trunk_torzo.p3d", + "t_alnus2s.p3d", + "misc_fallentree1.p3d", + "t_betula2f.p3d", + "t_pinusn1s.p3d", + "t_pinuss2f.p3d", + "t_quercus3s.p3d", + "t_carpinus2s.p3d", + "misc_fallenspruce.p3d", + "t_stub_picea.p3d", + "misc_stub1.p3d", + "t_acer2s.p3d", + "t_betula2w.p3d", + "t_pyrus2s.p3d" + }; + Bushes[] = { + "b_craet1.p3d", + "b_craet2.p3d", + "b_corylus.p3d", + "b_corylus2s.p3d", + "b_betulahumilis.p3d", + "b_sambucus.p3d", + "b_salix2s.p3d", + "b_canina2s.p3d", + "b_pmugo.p3d", + "b_prunus.p3d" + }; + Cinder[] = { + "cinderblocks_f.p3d" + }; + Wrecks[] = { + "wall_fen1_5_pole.p3d", + "wall_fen1_5_2.p3d", + "wall_tin_4_2.p3d", + "wall_fen1_5.p3d", + "wall_indfnc_3.p3d", + "wall_indfnc_9.p3d", + "wall_indfnc_corner.p3d", + "misc_concrete_high.p3d", + "plot_vlnplech2.p3d", + "misc_g_pipes.p3d", + "wall_tincom_9.p3d", + "wall_tin_4.p3d", + "plot_vlnplech1.p3d", + "wall_tincom_9_2.p3d", + "wall_tincom_3.p3d", + "wall_tincom_pole.p3d", + "datsun01t.p3d", + "datsun02t.p3d", + "skodovka_wrecked.p3d", + "lada_wrecked.p3d", + "hiluxt.p3d", + "uaz_wrecked.p3d", + "ural_wrecked.p3d" + }; +}; diff --git a/Sources/epoch_config/Configs/CfgEpochClient/Chernarus_Summer.hpp b/Sources/epoch_config/Configs/CfgEpochClient/Chernarus_Summer.hpp new file mode 100644 index 00000000..82d1bed7 --- /dev/null +++ b/Sources/epoch_config/Configs/CfgEpochClient/Chernarus_Summer.hpp @@ -0,0 +1,144 @@ +class Chernarus_Summer { + blockedArea[] = { + { { 10203, 1886, 0 }, 430 }, //South Electro + { { 6822, 2498, 0 }, 600 }, //Cherno + { { 4612, 9670, 0 }, 140 }, //NWAF south barack + { { 4907, 10117, 0 }, 250 }, //NWAF NE hangas + { { 4707, 10384, 0 }, 200 }, //NWAF north barack + { { 4069, 10778, 0 }, 75 }, //NWAF west hangas + { { 4553, 10722, 0 }, 150 }, //NWAF NW hangas + { { 12279, 9505, 0 }, 350 }, //Berenzino Mid + { { 12816, 9816, 0 }, 400 }, //Berenzino SE + { { 12991, 10147, 0 }, 375 }, //Berenzino Docs + { { 2693, 5138, 0 }, 200 }, //Zeleno + { { 11467, 7508, 0 }, 150 }, //Polana Factory + { { 13092, 7096, 0 }, 140 } //Solnichniy Factory + }; + Rocks[] = { + "r2_boulder1.p3d", + "r2_boulder2.p3d", + "r2_rock1.p3d", + "r2_rocktower.p3d", + "r2_rockwall.p3d" + }; + ATM[] = { + "nastenka.p3d", + "nastenka2.p3d", + "nastenka3.p3d" + }; + Water[] = { + "misc_well.p3d", + "misc_wellpump.p3d" + }; + // main config + TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; + + TrashSmall[] = { + }; + TrashVehicle[] = { + }; + PumpkinPatch[] = { + "p_pumpkin_summer.p3d", + "pumpkin.p3d", + }; + TrashFood[] = { + }; + Trash[] = { + "misc_postbox.p3d", + "popelnice.p3d", + "garbage_misc.p3d", + "paletyc.p3d", + "junkpile.p3d", + "kontejner.p3d", + "misc_chickencoop.p3d", + "misc_boogieman.p3d", + "misc_hutch.p3d", + "garbage_paleta.p3d", + "misc_cargo1a.p3d", + "misc_cargo2a.p3d", + "misc_greenhouse.p3d", + "zastavka_stojan.p3d" + }; + Trees[] = { + "t_populus3s.p3d", + "t_fagus2w.p3d", + "t_betula2s.p3d", + "t_fagus2s.p3d", + "t_fagus2f.p3d", + "t_sorbus2s.p3d", + "t_fraxinus2w.p3d", + "t_salix2s.p3d", + "t_malus1s.p3d", + "t_betula1f.p3d", + "t_pinusn2s.p3d", + "t_picea2s.p3d", + "t_larix3s.p3d", + "t_picea3f.p3d", + "t_picea1s.p3d", + "misc_fallentree2.p3d", + "misc_stub2.p3d", + "t_fraxinus2s.p3d", + "t_quercus2f.p3d", + "misc_trunk_water.p3d", + "misc_trunk_torzo.p3d", + "t_alnus2s.p3d", + "misc_fallentree1.p3d", + "t_betula2f.p3d", + "t_pinusn1s.p3d", + "t_pinuss2f.p3d", + "t_quercus3s.p3d", + "t_carpinus2s.p3d", + "misc_fallenspruce.p3d", + "t_stub_picea.p3d", + "misc_stub1.p3d", + "t_acer2s.p3d", + "t_betula2w.p3d", + "t_fagus2s_summer.p3d", + "t_fagus2f_summer.p3d", + "t_betula2s_summer.p3d" + }; + Bushes[] = { + "b_craet1.p3d", + "b_craet2.p3d", + "b_corylus.p3d", + "b_corylus2s.p3d", + "b_betulahumilis.p3d", + "b_sambucus.p3d", + "b_salix2s.p3d", + "b_canina2s.p3d", + "b_pmugo.p3d", + "b_prunus.p3d", + "b_corylus2s_summer.p3d", + "b_craet1_summer.p3d", + "b_betula2w_summer.p3d", + "b_canina2s_summer.p3d" + }; + Cinder[] = { + "cinderblocks_f.p3d" + }; + Wrecks[] = { + "wall_fen1_5_pole.p3d", + "wall_fen1_5_2.p3d", + "wall_tin_4_2.p3d", + "wall_fen1_5.p3d", + "wall_indfnc_3.p3d", + "wall_indfnc_9.p3d", + "wall_indfnc_corner.p3d", + "misc_concrete_high.p3d", + "plot_vlnplech2.p3d", + "misc_g_pipes.p3d", + "wall_tincom_9.p3d", + "wall_tin_4.p3d", + "plot_vlnplech1.p3d", + "wall_tincom_9_2.p3d", + "wall_tincom_3.p3d", + "wall_tincom_pole.p3d", + "datsun01t.p3d", + "datsun02t.p3d", + "skodovka_wrecked.p3d", + "lada_wrecked.p3d", + "hiluxt.p3d", + "uaz_wrecked.p3d", + "ural_wrecked.p3d" + }; +}; diff --git a/Sources/epoch_config/Configs/CfgEpochClient/Esseker.hpp b/Sources/epoch_config/Configs/CfgEpochClient/Esseker.hpp new file mode 100644 index 00000000..cec38ad5 --- /dev/null +++ b/Sources/epoch_config/Configs/CfgEpochClient/Esseker.hpp @@ -0,0 +1,161 @@ +class Esseker { + blockedArea[] = { + { { 208.778, 353.779, 0 }, 300 }, //Cave + { { 1997.77, 4177.22, 0 }, 200 }, //Krupa + { { 2710.82, 4577.82, 0 }, 300 }, //Kupress + { { 6698.04, 3901.16, 0 }, 220 }, //Plava Vrana Military + { { 9441.22, 4768.86, 0 }, 500 }, //Adela AF West + { { 10336, 4809.92, 0 }, 280 }, //Adela AF East + { { 6453.85, 5454.12, 0 }, 200 }, //Neptune resort + { { 5237.39, 4756.58, 0 }, 200 }, //Power station + { { 5034.75, 5126.94, 0 }, 300 }, //Kula + { { 6317.04, 6194.92, 0 }, 200 }, //Gulash + { { 3023.79, 6078.66, 0 }, 400 }, //Danilov Grad + { { 8665.26, 5643.09, 0 }, 600 }, //Old Esseker (West) + { { 9676.37, 5592.46, 0 }, 600 }, //Esseker (Central) + { { 10547.4, 5465.63, 0 }, 600 }, //Lower Esseker (East) + { { 11896.2, 7941.4, 0 }, 200 }, //Novi Grad + { { 10136.3, 7917, 0 }, 60 }, //Chardak Resort + { { 9054.67, 7902.84, 0 }, 150 }, //Pilana Sawmill + { { 7780.88, 6914.07, 0 }, 200 }, //Posestra + { { 6199.98, 6919.69, 0 }, 150 }, //Lug + { { 3503.95, 6888.93, 0 }, 170 }, //Melina + { { 1953.28, 7815.1, 0 }, 210 }, //Rama + { { 4791.52, 8074.88, 0 }, 200 }, //Chokory + { { 3967.84, 9242.61, 0 }, 120 }, //ES Petrol + { { 1171.25, 10280.1, 0 }, 150 }, //Camp Spencer + { { 7169.08, 9298.94, 0 }, 150 }, //Tuk + { { 7676.77, 10152.7, 0 }, 100 }, //Igman Military Base + { { 10060.6, 9901.3, 0 }, 200 } //Borosh + }; + Rocks[] = { + "sharpstones_erosion.p3d", + "sharprock_spike.p3d", + "sharprock_wallh.p3d", + "w_sharpstones_erosion.p3d", + "bluntstone_02.p3d", + "bluntstone_03.p3d", + "sharpstone_02.p3d", + "decal_rock_dark.p3d" + }; + ATM[] = { + "atm_02_f.p3d", + "atm_01_f.p3d", + "phonebooth_01_f.p3d", + "phonebooth_02_f.p3d" + }; + Water[] = { + "rasman_pond.p3d", + "misc_well.p3d", + "misc_wellpump.p3d", + "water_source_f.p3d", + "kasna_new.p3d" + }; + // main config + TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; + + TrashSmall[] = { + }; + TrashVehicle[] = { + }; + PumpkinPatch[] = { + "p_pumpkin_summer.p3d", + "pumpkin.p3d", + }; + TrashFood[] = { + }; + Trash[] = { + "tyres_f.p3d", + "junkpile_f.p3d", + "garbagewashingmachine_f.p3d", + "garbagebags_f.p3d", + "kontejner.p3d", + "garbagepallet_f.p3d", + "popelnice.p3d" + }; + Trees[] = { + "str osika.p3d", + "cwr2_a2_t_sorbus2s.p3d", + "ind_pec_03.p3d", + "t_populusb2s_ep1.p3d", + "t_populusf2s_ep1.p3d", + "str lipa.p3d", + "t_picea2s.p3d", + "hrusen2.p3d", + "cwr2_a2_t_fagus2w.p3d", + "cwr2_a2_t_alnus2s.p3d", + "dd_borovice02.p3d", + "t_picea3f.p3d", + "t_pinuss2f.p3d", + "t_pinuss1s_f.p3d", + "t_carpinus2s.p3d", + "t_quercusir2s_f.p3d", + "jablon.p3d", + "mb_t_ulmus_large.p3d", + "cwr_aleppopine.p3d", + "t_fagus2f_summer.p3d", + "t_fagus2f.p3d", + "t_populus3s.p3d", + "t_pinusn2s.p3d", + "t_picea1s.p3d", + "cwr2_a2_t_quercus3s.p3d", + "str kastan.p3d", + "t_populusn3s_f.p3d", + "cwr2_a2_t_fraxinus2s.p3d", + "t_poplar2f_dead_f.p3d", + "misc_fallentree2.p3d", + "t_oleae1s_f.p3d", + "t_fraxinusav2s_f.p3d", + "t_oleae2s_f.p3d", + "t_prunuss2s_ep1.p3d" + }; + Bushes[] = { + "krovi_long.p3d", + "cwr2_a2_b_canina2s.p3d", + "b_salix2s.p3d", + "cwr2_a2_b_craet1.p3d", + "str krovisko vysoke.p3d", + "krovi2.p3d", + "ker s bobulema.p3d", + "t_malus1s.p3d", + "cwr2_a2_b_prunus.p3d", + "b_ficusc1s_f.p3d", + "hospital_side1_f.p3d", + "b_craet1_summer.p3d", + "b_neriumo2s_f.p3d", + "b_neriumo2s_white_f.p3d", + "cwr2_a2_b_sambucus.p3d" + }; + Wrecks[] = { + "wreck_ural_f.p3d", + "rubble_metal_plates_04.p3d", + "rubble_metal_plates_02.p3d", + "wreck_car2_f.p3d", + "rubble_metal_plates_01.p3d", + "wreck_truck_dropside_f.p3d", + "wreck_brdm2_f.p3d", + "wreck_bmp2_f.p3d", + "wreck_heli_attack_01_f.p3d", + "bmp_break.p3d", + "wreck_t72_hull_f.p3d", + "wreck_t72_turret_f.p3d", + "wreck_uaz_f.p3d", + "wreck_hmmwv_f.p3d", + "kamaz_bort.p3d", + "wreck_van_f.p3d", + "kamaz_awtobas.p3d", + "wreck_offroad_f.p3d", + "wreck_car3_f.p3d", + "maz.p3d", + "wreck_offroad2_f.p3d", + "wreck_car_f.p3d", + "wreck_skodovka_f.p3d", + "wreck_cardismantled_f.p3d", + "wreck_truck_f.p3d", + "kamaz_pozarka.p3d", + "zaporosez.p3d", + "kamaz_tent.p3d", + "uaz_wrecked.p3d", + "ural_wrecked.p3d" + }; +}; \ No newline at end of file diff --git a/Sources/epoch_config/Configs/CfgEpochClient/ProvingGrounds_PMC.hpp b/Sources/epoch_config/Configs/CfgEpochClient/ProvingGrounds_PMC.hpp new file mode 100644 index 00000000..aded97c3 --- /dev/null +++ b/Sources/epoch_config/Configs/CfgEpochClient/ProvingGrounds_PMC.hpp @@ -0,0 +1,51 @@ +class ProvingGrounds_PMC { + blockedArea[] = {}; + Rocks[] = { + "r_stone_01_pmc.p3d", + "r_stone_02_pmc.p3d" + }; + ATM[] = { + }; + Water[] = { + }; + // main config + TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; + + TrashSmall[] = { + }; + TrashVehicle[] = { + }; + PumpkinPatch[] = { + "p_pumpkin_summer.p3d", + "pumpkin.p3d", + }; + TrashFood[] = { + }; + Trash[] = { + "garb_misc_pmc.p3d", + "garb_paleta_pmc.p3d", + "garb_heap_pmc.p3d" + }; + Trees[] = { + "t_poplar2f_dead_pmc.p3d", + "misc_torzotree_pmc.p3d", + "misc_brokenspruce_pmc.p3d", + "misc_stubleafs_pmc.p3d" + }; + Bushes[] = { + "b_hip2s_pmc.p3d", + "b_elderberry2s_pmc.p3d" + }; + Cinder[] = { + "cinderblocks_f.p3d" + }; + Wrecks[] = { + "datsun01t.p3d", + "datsun02t.p3d", + "skodovka_wrecked.p3d", + "lada_wrecked.p3d", + "hiluxt.p3d", + "uaz_wrecked.p3d", + "ural_wrecked.p3d" + }; +}; \ No newline at end of file diff --git a/Sources/epoch_config/Configs/CfgEpochClient/Sara.hpp b/Sources/epoch_config/Configs/CfgEpochClient/Sara.hpp new file mode 100644 index 00000000..30799352 --- /dev/null +++ b/Sources/epoch_config/Configs/CfgEpochClient/Sara.hpp @@ -0,0 +1,96 @@ +class Sara { + Rocks[] = { + "stone4.p3d", + "stone3.p3d", + "stone4_invert.p3d", + "rocks_01.p3d", + "stone4a.p3d", + "stone3a.p3d", + "rockn_02.p3d", + "rockn_01.p3d" + }; + ATM[] = { + "mailboxsouth.p3d", + "phone_box_south.p3d" + }; + Water[] = { + "pumpa.p3d" + }; + // main config + TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; + + TrashSmall[] = { + }; + TrashVehicle[] = { + }; + PumpkinPatch[] = { + "p_pumpkin_summer.p3d", + "pumpkin.p3d", + }; + TrashFood[] = { + }; + Trash[] = { + "Land_GarbagePallet_F", + "Land_GarbageBags_F", + "drevena_bedna.p3d", + "barels.p3d", + "paletyc.p3d", + "barel3.p3d", + "odpadkovy_kos.p3d", + "barel2.p3d", + "barel1.p3d", + "barel4.p3d", + "kontejner.p3d", + "dum_olez_istan1.p3d", + "kontejner_sklo.p3d", + "kontejner_plasty.p3d", + "kontejner_papir.p3d", + "popelnice.p3d", + "hrob2.p3d" + }; + Trees[] = { + "str krovisko vysoke.p3d", + "str_fikovnik.p3d", + "str_fikovnik2.p3d", + "str_fikovnik_ker.p3d", + "palm_04.p3d", + "str_pinie.p3d", + "krovi2.p3d", + "palm_02.p3d", + "palm_03.p3d", + "palm_01.p3d", + "jablon.p3d", + "str_briza_kriva.p3d", + "dd_borovice.p3d", + "dd_borovice02.p3d", + "str habr.p3d", + "smrk_siroky.p3d", + "smrk_velky.p3d", + "str briza.p3d" + }; + Bushes[] = { + "ker deravej.p3d", + "ker buxus.p3d", + "krovi4.p3d", + "krovi_bigest.p3d", + "krovi.p3d", + "ker s bobulema.p3d", + "str trnka.p3d", + "str_liskac.p3d", + "dd_bush02.p3d", + "dd_bush01.p3d", + "ker pichlavej.p3d", + "krovi_long.p3d" + }; + Cinder[] = { + "cinderblocks_f.p3d" + }; + Wrecks[] = { + "budova5.p3d", + "plot_vlnplech1.p3d", + "datsun01t.p3d", + "pletivo_dira.p3d", + "plot_vlnplech2.p3d", + "pletivo.p3d" + }; +}; diff --git a/Sources/epoch_config/Configs/CfgEpochClient/Stratis.hpp b/Sources/epoch_config/Configs/CfgEpochClient/Stratis.hpp new file mode 100644 index 00000000..a13d75f8 --- /dev/null +++ b/Sources/epoch_config/Configs/CfgEpochClient/Stratis.hpp @@ -0,0 +1,161 @@ +class Stratis { + blockedArea[] = {}; + Rocks[] = { + "sharpstone_03_lc.p3d", + "sharpstone_02_lc.p3d", + "sharpstone_01_lc.p3d", + "sharpstone_02.p3d", + "sharpstone_03.p3d", + "sharprock_monolith.p3d", + "sharprock_apart.p3d", + "sharpstones_erosion.p3d", + "bluntstone_01_lc.p3d", + "bluntstone_02_lc.p3d", + "bluntstone_03_lc.p3d", + "bluntstones_erosion.p3d", + "bluntstone_01.p3d", + "bluntstone_03.p3d", + "sharprock_spike.p3d", + "sharprock_wallh.p3d", + "w_sharpstone_03.p3d", + "w_sharpstone_02.p3d", + "w_sharpstone_01.p3d", + "bluntrock_apart.p3d", + "bluntstone_02.p3d", + "bluntrock_monolith.p3d", + "bluntrock_wallh.p3d", + "sharprock_wallv.p3d", + "stonesharp_medium.p3d", + "stone_medium_f.p3d", + "stonesharp_big.p3d", + "stonesharp_small.p3d", + "small_stone_02_f.p3d", + "stone_small_f.p3d", + "stone_big_f.p3d", + "bluntrock_spike.p3d" + }; + ATM[] = { + "atm_01_f.p3d", + "phonebooth_01_f.p3d", + "atm_02_f.p3d", + "phonebooth_02_f.p3d" + }; + Water[] = { + "barrelwater_f.p3d", + "water_source_f.p3d", + "waterbarrel_f.p3d", + "canisterplastic_f.p3d", + "watertank_f.p3d" + }; + // main config + TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; + + TrashSmall[] = { + }; + TrashVehicle[] = { + }; + PumpkinPatch[] = { + "p_pumpkin_summer.p3d", + "pumpkin.p3d", + }; + TrashFood[] = { + "basket_f.p3d", + "sacks_goods_f.p3d" + + }; + Trash[] = { + "sack_f.p3d", + "garbagebags_f.p3d", + "pallets_f.p3d", + "junkpile_f.p3d", + "garbagepallet_f.p3d", + "garbagewashingmachine_f.p3d", + "crateswooden_f.p3d", + "cratesplastic_f.p3d", + "garbagebin_01_f.p3d", + "barrelsand_f.p3d", + "garbagecontainer_closed_f.p3d", + "cratesshabby_f.p3d", + "bucket_f.p3d", + "garbagebarrel_01_f.p3d", + "tyres_f.p3d", + "cargobox_v1_f.p3d", + "metalbarrel_f.p3d", + "sacks_heap_f.p3d", + "woodenbox_f.p3d", + "grave_v1_f.p3d", + "grave_v2_f.p3d", + "calvary_02_v2_f.p3d", + "fishinggear_02_f.p3d", + "fishinggear_01_f.p3d", + "humanskull_f.p3d", + "calvary_02_v1_f.p3d", + "rack_f.p3d", + "wreck_uaz_f.p3d", + "humanskeleton_f.p3d", + "shelvesmetal_f.p3d" + }; + Trees[] = { + "t_ficusb1s_f.p3d", + "t_oleae1s_f.p3d", + "t_ficusb2s_f.p3d", + "t_broussonetiap1s_f.p3d", + "t_pinuss2s_f.p3d", + "t_pinuss2s_b_f.p3d", + "t_pinuss1s_f.p3d", + "t_oleae2s_f.p3d", + "i_house_big_01_v2_f.p3d", + "i_house_big_02_v1_f.p3d", + "i_addon_02_v1_f.p3d", + "t_fraxinusav2s_f.p3d", + "t_pinusp3s_f.p3d", + "t_poplar2f_dead_f.p3d", + "t_populusn3s_f.p3d", + "t_phoenixc1s_f.p3d" + }; + Bushes[] = { + "b_ficusc2d_f.p3d", + "b_ficusc1s_f.p3d", + "b_neriumo2d_f.p3d", + "b_arundod2s_f.p3d", + "b_arundod3s_f.p3d", + "b_ficusc2s_f.p3d" + }; + Cinder[] = { + "cinderblocks_f.p3d" + }; + Wrecks[] = { + "wall_tin_4_2.p3d", + "mil_wiredfence_f.p3d", + "cages_f.p3d", + "wreck_car_f.p3d", + "pipes_small_f.p3d", + "pipe_fence_4m_f.p3d", + "spp_tower_f.p3d", + "wreck_ural_f.p3d", + "wreck_car3_f.p3d", + "ironpipes_f.p3d", + "pipes_large_f.p3d", + "coil_f.p3d", + "wreck_offroad_f.p3d", + "wreck_offroad2_f.p3d", + "crabcages_f.p3d", + "metalbarrel_empty_f.p3d", + "net_fenced_8m_f.p3d", + "net_fence_8m_f.p3d", + "wavepowerplantbroken_f.p3d", + "wreck_truck_dropside_f.p3d", + "wavepowerplant_f.p3d", + "wreck_traw_f.p3d", + "wreck_slammer_f.p3d", + "maroula_f.p3d", + "indfnc_9_f.p3d", + "indfnc_3_f.p3d", + "indfnc_3_d_f.p3d", + "wreck_car2_f.p3d", + "net_fence_4m_f.p3d", + "wreck_truck_f.p3d", + "wreck_hunter_f.p3d", + "wreck_slammer_hull_f.p3d" + }; +}; diff --git a/Sources/epoch_config/Configs/CfgEpochClient/australia.hpp b/Sources/epoch_config/Configs/CfgEpochClient/australia.hpp new file mode 100644 index 00000000..e5cd816f --- /dev/null +++ b/Sources/epoch_config/Configs/CfgEpochClient/australia.hpp @@ -0,0 +1,223 @@ +class australia { + blockedArea[] = { + { { 16286.1, 33578.6, 0 }, 650 }, //Darwin + { { 28467, 35190.1, 0 }, 150 }, //Weipa + { { 32103.5, 29816.8, 0 }, 300 }, //Cairns + { { 26754.5, 28028.5, 0 }, 120 }, //Mount Isa + { { 22069.6, 25578.4, 0 }, 380 }, //Alice Springs + { { 19741.6, 24224.8, 0 }, 420 }, //Pine Gap + { { 5201.47, 18284, 0 }, 1100 }, //Perth + { { 31122.2, 19938.1, 0 }, 280 }, //Toowoomba + { { 38111.5, 19942.4, 0 }, 600 }, //North Brisbane + { { 38621.4, 19226.6, 0 }, 410 }, //South Brisbane + { { 27702.9, 16997.3, 0 }, 170 }, //Broken Hill + { { 20723.4, 12752.9, 0 }, 160 }, //Port Lincoln + { { 25072.6, 12705.2, 0 }, 350 }, //Adelaide + { { 36505.9, 12877.1, 0 }, 540 }, //North Sydney + { { 36469.4, 12133.5, 0 }, 420 }, //South Sydney + { { 31070, 10856, 0 }, 750 }, //North Melbourne + { { 31205.9, 9721.02, 0 }, 510 }, //South Melbourne + { { 35364.5, 8453.59, 0 }, 200 } //Eden + }; + Rocks[] = { + "r_rock_02_ep1.p3d", + "brownrock2.p3d", + "brownrock3.p3d", + "sharpstone_03_lc.p3d", + "desertrock.p3d", + "desertrock2.p3d", + "desertrock3.p3d", + "r_stone_01_ep1.p3d", + "brownrock.p3d", + "rockn_02.p3d", + "sharprock_wallh.p3d", + "sharpstone_02.p3d", + "sharprock_spike.p3d", + "sharpstone_01.p3d", + "sharprock_apart.p3d", + "r_rock_03_ep1.p3d", + "rocks_02.p3d", + "sharprock_monolith.p3d", + "skala3_5.p3d", + "skala3_4.p3d", + "skala1_4.p3d" + }; + ATM[] = { + "phone_box_south.p3d" + }; + Water[] = { + }; + // main config + TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; + + TrashSmall[] = { + }; + TrashVehicle[] = { + }; + PumpkinPatch[] = { + "p_pumpkin_summer.p3d", + "pumpkin.p3d", + }; + TrashFood[] = { + }; + Trash[] = { + "Land_GarbagePallet_F", + "Land_GarbageBags_F", + "podesta_s10.p3d", + "kontejner_sklo.p3d", + "popelnice.p3d", + "paletyd.p3d", + "paletyc.p3d", + "garbage_misc.p3d", + "popelnice_2.p3d", + "garbage_plastic.p3d", + "garbage_metal.p3d", + "jeept_tanker.p3d", + "kontejner_plasty.p3d", + "odpadkovy_kos.p3d", + "socha.p3d", + "misc_greenhouse.p3d", + "kontejner_papir.p3d", + "misc_boogieman.p3d", + "metalcrate.p3d", + "hrob2.p3d", + "barel5.p3d", + "kontejner.p3d", + "barel4.p3d", + "tires_ep1.p3d", + "barel2.p3d", + "barels.p3d", + "barel1.p3d", + "barels2.p3d", + "barels3.p3d" + }; + Trees[] = { + "t_pinuss3s_ep1.p3d", + "t_pinuse2s_ep1.p3d", + "t_oleae2s_f.p3d", + "t_populusf2s_ep1.p3d", + "str_topol.p3d", + "t_fraxinusav2s_f.p3d", + "les_singlestrom_b.p3d", + "t_fagus2f.p3d", + "t_quercus3s.p3d", + "t_salix2s.p3d", + "banana_3.p3d", + "jablon.p3d", + "str_pinie.p3d", + "t_sorbus2s.p3d", + "t_ficusb2s_ep1.p3d", + "palm_01.p3d", + "vysilac_budova.p3d", + "palm_10.p3d", + "palm_03.p3d", + "palm_04.p3d", + "t_pistacial2s_ep1.p3d", + "panelak.p3d", + "str kastan.p3d", + "a_hospital.p3d", + "i_barracks_v1_f.p3d", + "dum_istan3_hromada.p3d", + "dum_istan3_hromada2.p3d", + "dum_istan4_big_inverse.p3d", + "panelak2.p3d", + "podesta_1_mid.p3d", + "podesta_1_cornl.p3d", + "t_prunuss2s_ep1.p3d", + "dum_istan2_02.p3d", + "dum_istan4_inverse.p3d", + "podesta_1_stairs2.p3d", + "podesta_1_mid_cornl.p3d", + "hrusen2.p3d", + "zed_kamenna.p3d", + "t_pinuss2s_b_f.p3d", + "str dub.p3d", + "str dub jiny.p3d", + "t_pinuss1s_f.p3d", + "smrk_siroky.p3d", + "smrk_maly.p3d", + "les_singlestrom.p3d", + "t_pinuss2s_f.p3d", + "palm_02.p3d", + "brg_banana_3.p3d", + "banana_2.p3d", + "oliva.p3d", + "brg_umbrella_acacia02b.p3d", + "brg_umbrella_acacia01b.p3d", + "brg_umbrella_acacia04b.p3d", + "brg_umbrella_acacia03b.p3d", + "str buk.p3d", + "les_dub.p3d", + "t_ficusb2s_f.p3d", + "b_pinusm1s_ep1.p3d", + "krovi_long.p3d", + "str lipa.p3d", + "str javor.p3d", + "str trnka.p3d", + "t_pyrus2s.p3d", + "t_picea3f.p3d", + "t_pinusn1s.p3d", + "t_ficusb1s_f.p3d", + "t_poplar2f_dead_pmc.p3d", + "t_oleae1s_f.p3d", + "t_quercusir2s_f.p3d", + "dd_bush01.p3d", + "t_fagus2f_summer.p3d", + "akat02s.p3d", + "t_amygdalusc2s_ep1.p3d", + "str osika.p3d", + "palm_09.p3d", + "dd_borovice.p3d", + "dd_borovice02.p3d", + "t_poplar2f_dead_f.p3d", + "fuelstation_build_f.p3d", + "str_topol2.p3d", + "brg_umbrella_acacia_shrub02.p3d", + "t_betula2s.p3d", + "t_populusb2s_ep1.p3d", + "les_dub_jiny.p3d", + "les_buk.p3d", + "str_fikovnik.p3d", + "str_briza_rovna.p3d", + "str jerabina.p3d", + "str habr.p3d", + "les_fikovnik2.p3d" + }; + Bushes[] = { + "b_pmugo.p3d", + "b_ficusc2s_f.p3d", + "b_neriumo2d_f.p3d", + "krovi_bigest.p3d", + "b_ficusc1s_f.p3d", + "b_arundod3s_f.p3d", + "krovi4.p3d", + "krovi.p3d", + "ker s bobulema.p3d", + "ker pichlavej.p3d", + "pinus_mugo_lowpoly.p3d", + "b_amygdalusn1s_ep1.p3d", + "banana_4.p3d", + "banana_1.p3d", + "palm_08small.p3d", + "ker deravej.p3d", + "brg_umbrella_acacia_shrub2.p3d", + "b_salix2s.p3d", + "krovi2.p3d", + "b_ficusc2d_f.p3d", + "brg_banana_4.p3d" + }; + Cinder[] = { + "cinderblocks_f.p3d" + }; + Wrecks[] = { + "plot_vlnplech1.p3d", + // wrecks from aia + "datsun01t.p3d", + "datsun02t.p3d", + "skodovka_wrecked.p3d", + "lada_wrecked.p3d", + "hiluxt.p3d", + "uaz_wrecked.p3d", + "ural_wrecked.p3d" + }; +}; \ No newline at end of file diff --git a/Sources/epoch_config/Configs/CfgEpochClient/takistan.hpp b/Sources/epoch_config/Configs/CfgEpochClient/takistan.hpp new file mode 100644 index 00000000..5704b02c --- /dev/null +++ b/Sources/epoch_config/Configs/CfgEpochClient/takistan.hpp @@ -0,0 +1,94 @@ +class Takistan { + blockedArea[] = {}; + Rocks[] = { + "r_tk_stone_01_ep1.p3d", + "r_tk_stone_02_ep1.p3d", + "r_tk_rock_03_ep1.p3d", + "r_tk_boulder_03_ep1.p3d", + "r_tk_rock_02_ep1.p3d", + "r_tk_boulder_01_ep1.p3d", + "r_tk_boulder_02_ep1.p3d", + "r_tk_rock_01_ep1.p3d" + }; + ATM[] = { + }; + Water[] = { + "misc_well_c_ep1.p3d", + "misc_well_l_ep1.p3d", + "stand_water_ep1.p3d", + "misc_concbox_ep1.p3d" + }; + // main config + TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; + + TrashSmall[] = { + }; + TrashVehicle[] = { + }; + PumpkinPatch[] = { + "p_pumpkin_summer.p3d", + "pumpkin.p3d", + }; + TrashFood[] = { + }; + Trash[] = { + "misc_rubble_ep1.p3d", + "bags_stack_ep1.p3d", + "kiosk_ep1.p3d", + "tires_ep1.p3d", + "garbage_misc.p3d", + "garbage_paleta.p3d", + "paletyc.p3d", + "crates_ep1.p3d", + "cages_ep1.p3d", + "junkpile.p3d", + "crates_stack_ep1.p3d", + "transport_cart_ep1.p3d", + "stand_small_ep1.p3d", + "stand_meat_ep1.p3d", + "bags_ep1.p3d", + "misc_garb_heap_ep1.p3d", + "house_k_1_ruins_ep1.p3d" + }; + Trees[] = { + "t_populusf2s_ep1.p3d", + "t_pistacial2s_ep1.p3d", + "misc_trunk_torzo_ep1.p3d", + "t_populusb2s_ep1.p3d", + "t_amygdalusc2s_ep1.p3d", + "t_pinuse2s_ep1.p3d", + "t_ficusb2s_ep1.p3d", + "t_juniperusc2s_ep1.p3d", + "t_pinuss3s_ep1.p3d", + "misc_trunk_water_ep1.p3d", + "t_prunuss2s_ep1.p3d" + }; + Bushes[] = { + "b_amygdalusn1s_ep1.p3d", + "b_pistacial1s_ep1.p3d", + "b_pinusm1s_ep1.p3d" + }; + Cinder[] = { + "cinderblocks_f.p3d" + }; + Wrecks[] = { + "wall_indfnc_9.p3d", + "wall_indfnc_pole.p3d", + "wall_tincom_9.p3d", + "wall_tincom_pole.p3d", + "ural_wrecked.p3d", + "uaz_wrecked.p3d", + "datsun02t.p3d", + "hiluxt.p3d", + "datsun01t.p3d", + "wall_tin_4.p3d", + "wall_indfnc_3_d.p3d", + "wall_indfnc_3.p3d", + "wall_indfnc_3_hole.p3d", + "skodovka_wrecked.p3d", + "lada_wrecked.p3d", + "misc_concrete_high.p3d", + "t72_wrecked.p3d", + "t72_wrecked_turret.p3d" + }; +}; diff --git a/Sources/epoch_config/Configs/CfgEpochClient/utes.hpp b/Sources/epoch_config/Configs/CfgEpochClient/utes.hpp new file mode 100644 index 00000000..d3b54140 --- /dev/null +++ b/Sources/epoch_config/Configs/CfgEpochClient/utes.hpp @@ -0,0 +1,46 @@ +class utes { + Rocks[] = { + "r2_rock1.p3d", + "r2_rockwall.p3d", + "r2_boulder1.p3d", + "r2_boulder2.p3d", + "r2_stone.p3d" + }; + ATM[] = { + }; + Water[] = { + "misc_wellpump.p3d" + }; + // main config + TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; + + TrashSmall[] = { + }; + TrashVehicle[] = { + }; + PumpkinPatch[] = { + "p_pumpkin_summer.p3d", + "pumpkin.p3d", + }; + TrashFood[] = { + }; + Trash[] = { + }; + Trees[] = { + "t_betula1f.p3d", + "t_pinusn2s.p3d", + "t_pinuss2f.p3d", + "t_pinusn1s.p3d" + }; + Bushes[] = { + "b_betulahumilis.p3d", + "b_salix2s.p3d", + "b_pmugo.p3d" + }; + Cinder[] = { + "cinderblocks_f.p3d" + }; + Wrecks[] = { + "wall_indfnc_9.p3d" + }; +}; \ No newline at end of file diff --git a/Sources/epoch_config/Configs/CfgEpochClient/vr.hpp b/Sources/epoch_config/Configs/CfgEpochClient/vr.hpp new file mode 100644 index 00000000..8254aed9 --- /dev/null +++ b/Sources/epoch_config/Configs/CfgEpochClient/vr.hpp @@ -0,0 +1,29 @@ +class vr { + Rocks[] = { + }; + ATM[] = { + }; + Water[] = { + }; + // main config + TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" }; + + TrashSmall[] = { + }; + TrashVehicle[] = { + }; + PumpkinPatch[] = { + }; + TrashFood[] = { + }; + Trash[] = { + }; + Trees[] = { + }; + Bushes[] = { + }; + Cinder[] = { + }; + Wrecks[] = { + }; +}; diff --git a/Sources/epoch_config/Configs/CfgGesturesMale.hpp b/Sources/epoch_config/Configs/CfgGesturesMale.hpp new file mode 100644 index 00000000..33c6c2ab --- /dev/null +++ b/Sources/epoch_config/Configs/CfgGesturesMale.hpp @@ -0,0 +1,138 @@ +class CfgGesturesMale +{ + skeletonName = "OFP2_ManSkeleton"; + class ManActions{}; + class Actions + { + class NoActions + { + turnSpeed = 0; + upDegree = 0; + limitFast = 1; + useFastMove = 0; + stance = "ManStanceUndefined"; + }; + }; + class Default + { + actions = "NoActions"; + file = ""; + looped = 1; + speed = 0.5; + relSpeedMin = 0.5; + relSpeedMax = 1; + soundEnabled = 0; + soundOverride = ""; + soundEdge[] = {0.5,1}; + terminal = 0; + ragdoll = 0; + equivalentTo = ""; + connectAs = ""; + connectFrom[] = {}; + connectTo[] = {}; + interpolateWith[] = {}; + interpolateTo[] = {}; + interpolateFrom[] = {}; + mask = "empty"; + interpolationSpeed = 6; + interpolationRestart = 0; + preload = 0; + disableWeapons = 1; + enableOptics = 0; + showWeaponAim = 1; + enableMissile = 1; + enableBinocular = 1; + showItemInHand = 0; + showItemInRightHand = 0; + showHandGun = 0; + canPullTrigger = 1; + Walkcycles = 1; + headBobMode = 0; + headBobStrength = 0; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + leftHandIKCurve[] = {1}; + rightHandIKCurve[] = {1}; + forceAim = 0; + }; + class States + { + class GestureSwing0: Default + { + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\hatch_swing1.rtm"; + looped = 0; + speed = -0.6; + mask = "handsWeapon_pst"; + headBobStrength = 0.2; + headBobMode = 2; + rightHandIKBeg = 1; + rightHandIKEnd = 1; + leftHandIKBeg = 1; + leftHandIKEnd = 1; + }; + class GestureSwing1 : Default + { + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\hatch_swing2.rtm"; + looped = 0; + speed = -0.6; + mask = "handsWeapon_pst"; + headBobStrength = 0.2; + headBobMode = 2; + rightHandIKBeg = 1; + rightHandIKEnd = 1; + leftHandIKBeg = 1; + leftHandIKEnd = 1; + }; + class GestureSwing2 : Default + { + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\hatch_swing3.rtm"; + looped = 0; + speed = -0.6; + mask = "handsWeapon_pst"; + headBobStrength = 0.2; + headBobMode = 2; + rightHandIKBeg = 1; + rightHandIKEnd = 1; + leftHandIKBeg = 1; + leftHandIKEnd = 1; + }; + class GestureFinger: Default + { + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\dat_bird.rtm"; + looped = 0; + speed = 0.62051; + mask = "handsWeapon_pst"; + headBobStrength = 0.4; + headBobMode = 2; + rightHandIKBeg = 1; + rightHandIKEnd = 1; + leftHandIKBeg = 1; + leftHandIKEnd = 1; + }; + class SledgeSwing : Default + { + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\Sledge_swing.rtm"; + looped = 0; + speed = -0.6; + mask = "handsLauncher"; + headBobStrength = 0.2; + headBobMode = 2; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + }; + + }; + class BlendAnims + { + handsLauncher[] = { "head", 1, "neck1", 1, "neck", 1, "launcher", 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, "Spine", 1, "Spine1", 1, "Spine2", 1, "Spine3", 1, "pelvis", "MaskStart" }; + }; +}; + +class CfgGesturesSapper : CfgGesturesMale +{ + skeletonName = "SapperSkeleton"; +}; \ No newline at end of file diff --git a/Sources/epoch_config/Configs/CfgInGameUI.hpp b/Sources/epoch_config/Configs/CfgInGameUI.hpp new file mode 100644 index 00000000..31c1ddde --- /dev/null +++ b/Sources/epoch_config/Configs/CfgInGameUI.hpp @@ -0,0 +1,88 @@ +class RscUnitInfo; +class RscText; +class RscControlsGroup; +class HScrollbar; +class VScrollbar; +class RscInGameUI +{ + class RscOptics_nightstalker: RscUnitInfo + { + idd = 300; + controls[] = {"CA_IGUI_elements_group"}; + class CA_IGUI_elements_group: RscControlsGroup + { + idc = 170; + class VScrollbar: VScrollbar + { + width = 0; + }; + class HScrollbar: HScrollbar + { + height = 0; + }; + x = "0 * (0.01875 * SafezoneH) + (SafezoneX + ((SafezoneW - SafezoneH) / 2))"; + y = "0 * (0.025 * SafezoneH) + (SafezoneY)"; + w = "53.5 * (0.01875 * SafezoneH)"; + h = "40 * (0.025 * SafezoneH)"; + class controls + { + class CA_Distance: RscText + { + idc = 151; + style = 0; + sizeEx = "0.045*SafezoneH"; + colorText[] = {0,1,0,0.5}; + shadow = 0; + font = "EtelkaMonospacePro"; + text = "- - - -"; + x = "38 * (0.01875 * SafezoneH)"; + y = "19.1 * (0.025 * SafezoneH)"; + w = "5.6 * (0.01875 * SafezoneH)"; + h = "2 * (0.025 * SafezoneH)"; + }; + class CA_VisionMode: RscText + { + idc = 179; + style = 0; + sizeEx = "0.045*SafezoneH"; + colorText[] = {0,1,0,0.5}; + shadow = 0; + font = "EtelkaMonospacePro"; + text = "VIS"; + x = "10.5 * (0.01875 * SafezoneH)"; + y = "19.1 * (0.025 * SafezoneH)"; + w = "5 * (0.01875 * SafezoneH)"; + h = "2 * (0.025 * SafezoneH)"; + }; + class CA_OpticsZoom: RscText + { + idc = 180; + style = 1; + sizeEx = "0.028*SafezoneH"; + colorText[] = {0,1,0,0.5}; + shadow = 0; + font = "EtelkaMonospacePro"; + text = "5.5"; + x = "38.8 * (0.01875 * SafezoneH)"; + y = "20.8 * (0.025 * SafezoneH)"; + w = "4 * (0.01875 * SafezoneH)"; + h = "1.5 * (0.025 * SafezoneH)"; + }; + class CA_Bracket: RscText + { + idc = 181; + style = "0x30 + 0x800"; + sizeEx = "0.035*SafezoneH"; + shadow = 0; + font = "EtelkaMonospacePro"; + //text = "A3\weapons_f\acc\Data\reticle_nightstalker_bracket_ca.paa"; + text = ""; + x = "16.5 * (0.01875 * SafezoneH)"; + y = "9.75 * (0.025 * SafezoneH)"; + w = "20.5 * (0.01875 * SafezoneH)"; + h = "20.5 * (0.025 * SafezoneH)"; + }; + }; + }; + }; +}; \ No newline at end of file diff --git a/Sources/epoch_config/Configs/CfgMagazines.hpp b/Sources/epoch_config/Configs/CfgMagazines.hpp new file mode 100644 index 00000000..8e82d7b8 --- /dev/null +++ b/Sources/epoch_config/Configs/CfgMagazines.hpp @@ -0,0 +1,1416 @@ +class CfgMagazines +{ + class Default; + class CA_Magazine; + + class 1Rnd_Soda: CA_Magazine + { + picture = ""; + displayName = "Soda"; + scope = 2; + descriptionShort = "Soda"; + count = 1; + mass = 1; + interactAction = 2; + interactText = "DRINK"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = {0,0,500,0,0,0,0,0,0,0}; + }; + class 1Rnd_Food: CA_Magazine + { + picture = ""; + displayName = "Food"; + scope = 2; + descriptionShort = "Food"; + count = 1; + mass = 1; + interactAction = 1; + interactText = "EAT"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = {0,600,0,0,0,0,0,0,0,0}; + }; + + class FAK : CA_Magazine + { + scope = 2; + count = 1; + type = "256"; + displayName = "$STR_A3_cfgWeapons_FirstAidKit0"; + picture = "\A3\Weapons_F\Items\data\UI\gear_FirstAidKit_CA.paa"; + model = "\A3\Weapons_F\Items\FirstAidkit"; + descriptionShort = "$STR_A3_cfgWeapons_FirstAidKit1"; + mass = 8; + interactAction = 13; + interactText = "USE"; + }; + + class ItemLockbox: CA_Magazine + { + scope = 2; + count = 1; + type = 256; + displayName = "Lockbox"; + model = "\x\addons\a3_epoch_assets_1\models\lockbox_mag.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_lockbox_CA.paa"; + descriptionShort = "Semi secure lockbox"; + mass = 5; + interactAction = 3; + interactText = "BUILD"; + buildClass = "LockBox_SIM_EPOCH"; + }; + class PartPlankPack: CA_Magazine + { + scope = 2; + count = 1; + type = 256; + displayName = "Lumber Pack"; + model = "\x\addons\a3_epoch_assets_1\models\plank_pack.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_lumber_pack_CA.paa"; + descriptionShort = "Lumber in a stack"; + mass = 6; + }; + class CinderBlocks: CA_Magazine + { + scope = 2; + count = 1; + type = 256; + displayName = "Cinder Blocks"; + model = "\x\addons\a3_epoch_assets_1\models\cinder_stack.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\epuip_cinder_blocks_CA.paa"; + descriptionShort = "Stack of nine cinder blocks"; + mass = 75; + }; + class MortarBucket: CA_Magazine + { + scope = 2; + count = 1; + type = 256; + displayName = "Bucket of Mortar"; + model = "\x\addons\a3_epoch_assets_1\models\mortar.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_mortar_CA.paa"; + descriptionShort = "Premixed mastic adhesive that will bond to concrete block."; + mass = 15; + }; + + class ItemKiloHemp : CA_Magazine { + scope = 2; + count = 1; + displayName = "Kilo of Hemp"; + descriptionShort = "Kilo of Hemp"; + model = "\x\addons\a3_epoch_assets_1\models\kilohemp.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_kilohemp_CA.paa"; + type = 256; + mass = 1; + + + }; + + class ItemSodaRbull : 1Rnd_Soda{ + displayName = "Red Gull"; + descriptionShort = "Red Gull Soda"; + model = "\x\addons\a3_epoch_assets_1\models\soda_redbull.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_soda_rbull_CA.paa"; + mass = 1; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = {0,0,1000,0,0,0,0,100,0,0}; + }; + class ItemSodaOrangeSherbet : 1Rnd_Soda{ + displayName = "Orange Sherbet"; + descriptionShort = "Orange Sherbet Soda"; + model = "\x\addons\a3_epoch_assets_1\models\soda_sherbet.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\soda_orangesherbet_ca.paa"; + mass = 1; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = {0,0,800,0,0,0,0,75,0,0}; + }; + + class ItemSodaPurple : 1Rnd_Soda{ + displayName = "Purple Nurple"; + descriptionShort = "Purple Nurple Soda"; + model = "\x\addons\a3_epoch_assets_1\models\soda_purple.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\soda_purple_equip_ca.paa"; + mass = 1; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = { 0, 0, 800, 0, 0, 0, 0, 75, 0, 0 }; + }; + class ItemSodaMocha : 1Rnd_Soda{ + displayName = "Mocha Cola"; + descriptionShort = "Mocha Cola Soda"; + model = "\x\addons\a3_epoch_assets_1\models\soda_mocha.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\soda_mocha_equip_ca.paa"; + mass = 1; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = { 0, 0, 650, 0, 0, 0, 0, 150, 0, 0 }; + }; + class ItemSodaBurst : 1Rnd_Soda{ + displayName = "Burst Koke"; + descriptionShort = "Burst Koke Soda"; + model = "\x\addons\a3_epoch_assets_1\models\soda_burst.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\soda_burst_equip_ca.paa"; + mass = 1; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = { 0, 0, 800, 0, 0, 0, 0, 75, 0, 0 }; + }; + + + class ItemTrout : 1Rnd_Food{ + scope = 2; + displayName = "Rainbow Trout"; + descriptionShort = "Rainbow Trout: A small fish that can be fairly easy to catch."; + model = "\x\addons\a3_epoch_assets_1\models\trout.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_rainbowtrout_CA.paa"; + mass = 5; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = { 0, 300, 0, 0, 0, 0, 5, 0, 0, 0 }; + }; + class ItemSeaBass : 1Rnd_Food{ + scope = 2; + displayName = "Sea Bass"; + descriptionShort = "Sea Bass: A medium sized fish that is fairly rare."; + model = "\x\addons\a3_epoch_assets_1\models\seabass.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_seabass_CA.paa"; + mass = 10; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = { 0, 500, 0, 0, 0, 0, 10, 0, 0, 0 }; + }; + class ItemTuna : 1Rnd_Food{ + scope = 2; + displayName = "Blue Fin Tuna"; + descriptionShort = "Blue Fin Tuna: A very large and hard to catch fish. Sushi anyone?"; + model = "\x\addons\a3_epoch_assets_1\models\tuna.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_tuna_CA.paa"; + mass = 50; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = { 0, 2500, 0, 0, 0, 0, 0, 0, 0, 0 }; + }; + class ItemTroutCooked : 1Rnd_Food{ + scope = 2; + displayName = "Rainbow Trout (Cooked)"; + descriptionShort = "Rainbow Trout: A small fish that can be fairly easy to catch."; + model = "\x\addons\a3_epoch_assets_1\models\trout_cooked.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_trout_cooked_CA.paa"; + mass = 5; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = { 0, 600, 0, 0, 0, 0, 0, 0, 0, 0 }; + }; + class ItemSeaBassCooked : 1Rnd_Food{ + scope = 2; + displayName = "Sea Bass (Cooked)"; + descriptionShort = "Sea Bass: A medium sized fish that is fairly rare."; + model = "\x\addons\a3_epoch_assets_1\models\seabass_cooked.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_seabass_cooked_CA.paa"; + mass = 10; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = { 0, 1200, 0, 0, 0, 0, 0, 0, 0, 0 }; + }; + class ItemTunaCooked : 1Rnd_Food{ + scope = 2; + displayName = "Blue Fin Tuna (Cooked)"; + descriptionShort = "Blue Fin Tuna: A very large and hard to catch fish. Sushi anyone?"; + model = "\x\addons\a3_epoch_assets_1\models\tuna_cooked.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_tuna_cooked_CA.paa"; + mass = 50; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = { 0, 5000, 0, 0, 0, 0, 0, 0, 0, 0 }; + }; + + class FoodBioMeat : 1Rnd_Food{ + scope = 2; + displayName = "Bio Meat"; + model = "\x\addons\a3_epoch_assets_1\models\biomeat_can.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_biomeat_CA.paa"; + descriptionShort = "Bio Meat: A very good source of nutrition, and a very high chance of infection. Eat at own risk."; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = {0,1000,0,0,0,0,7,0,0,0}; + }; + + class FoodMeeps : 1Rnd_Food{ + scope = 2; + displayName = "Meeps Candy"; + model = "\x\addons\a3_epoch_assets\models\meeps.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\candy\equip_meeps_ca.paa"; + descriptionShort = "Pumpkin marshmallow candy"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = {0,500,0,0,0,0,0,0,0,0}; + }; + class FoodSnooter : 1Rnd_Food{ + scope = 2; + displayName = "Snooters Candy"; + model = "\x\addons\a3_epoch_assets\models\snooter.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\candy\equip_snooters_ca.paa"; + descriptionShort = "Not hungry? grab a Snooters"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = {0,500,0,0,0,0,0,50,0,0}; + }; + class FoodWalkNSons : 1Rnd_Soda{ + scope = 2; + displayName = "Walk N' Sons Soda"; + model = "\x\addons\a3_epoch_assets\models\walkinson.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\candy\equip_walkinson_ca.paa"; + descriptionShort = "Stuck walkin' grab a Walk N' Sons Soda"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = {0,0,1200,0,0,0,0,150,0,0}; + }; + + class ItemTopaz : CA_Magazine { + scope = 2; + displayName = "Topaz"; + model = "\x\addons\a3_epoch_assets_1\models\topaz.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_topaz_CA.paa"; + count = 1; + type = "256"; + descriptionShort = "Topaz"; + mass = 1; + }; + class ItemOnyx : CA_Magazine { + scope = 2; + displayName = "Onyx"; + model = "\x\addons\a3_epoch_assets_1\models\obsidian.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_obsidian_CA.paa"; + count = 1; + type = "256"; + descriptionShort = "Onyx"; + mass = 1; + }; + class ItemSapphire : CA_Magazine { + scope = 2; + displayName = "Sapphire"; + model = "\x\addons\a3_epoch_assets_1\models\sapphire.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_sapphire_CA.paa"; + count = 1; + type = "256"; + descriptionShort = "Sapphire"; + mass = 1; + }; + class ItemAmethyst : CA_Magazine { + scope = 2; + displayName = "Amethyst"; + model = "\x\addons\a3_epoch_assets_1\models\amethyst.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_amethyst_CA.paa"; + count = 1; + type = "256"; + descriptionShort = "Amethyst"; + mass = 1; + }; + class ItemEmerald : CA_Magazine { + scope = 2; + displayName = "Emerald"; + model = "\x\addons\a3_epoch_assets_1\models\emerald.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_emerald_CA.paa"; + count = 1; + type = "256"; + descriptionShort = "Emerald"; + mass = 1; + }; + class ItemCitrine : CA_Magazine { + scope = 2; + displayName = "Citrine"; + model = "\x\addons\a3_epoch_assets_1\models\citrine.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_citrine_CA.paa"; + count = 1; + type = "256"; + descriptionShort = "Citrine"; + mass = 1; + }; + class ItemRuby : CA_Magazine { + scope = 2; + displayName = "Ruby"; + model = "\x\addons\a3_epoch_assets_1\models\ruby.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_ruby_CA.paa"; + count = 1; + type = "256"; + descriptionShort = "Ruby"; + mass = 1; + }; + class ItemQuartz : CA_Magazine { + scope = 2; + displayName = "Quartz"; + model = "\x\addons\a3_epoch_assets\models\quartz.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\gem\equip_quartz_CA.paa"; + count = 1; + type = "256"; + descriptionShort = "Quartz"; + mass = 1; + }; + class ItemJade : CA_Magazine { + scope = 2; + displayName = "Jade"; + model = "\x\addons\a3_epoch_assets\models\jade.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\gem\equip_jade_CA.paa"; + count = 1; + type = "256"; + descriptionShort = "Jade"; + mass = 1; + }; + class ItemGarnet : CA_Magazine { + scope = 2; + displayName = "Garnet"; + model = "\x\addons\a3_epoch_assets\models\garnet.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\gem\equip_garnet_CA.paa"; + count = 1; + type = "256"; + descriptionShort = "Garnet"; + mass = 1; + }; + class JackKit : CA_Magazine + { + model = "\x\addons\a3_epoch_assets\models\jack.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\kits\equip_jack_ca.paa"; + displayName = "Jack"; + scope = 2; + descriptionShort = "Jack"; + count = 1; + mass = 20; + interactAction = 3; // 0 = examine, 1 = eat, 2 = drink, 3 = build + interactText = "BUILD"; + buildClass = "Jack_SIM_EPOCH"; + isTemp = 1; + }; + class TacticalBacon : CA_Magazine + { + author = "$STR_A3_Bohemia_Interactive"; + scope = 2; + displayName = "$STR_A3_cfgVehicles_Land_TacticalBacon_F0"; + model = "\A3\Structures_F\Items\Food\TacticalBacon_F.p3d"; + picture = "\x\addons\a3_epoch_assets_3\CfgMagazines\Bacon\equip_TacticalBacon_ca.paa"; + count = 1; + type = "256"; + descriptionShort = "Contains: mmm... Bacon!"; + mass = 1; + interactAction = 1; + interactText = "EAT"; + interactAttributes[] = { 0, 500, 0, 0, 0, 0, 0, 0, 0, 0 }; + }; + class ItemCoolerE : CA_Magazine { + scope = 2; + displayName = "Food Cooler (empty)"; + model = "\x\addons\a3_epoch_assets\models\cooler.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\cooler\gear_cooler_ca.paa"; + count = 1; + type = "256"; + descriptionShort = "Seal-a-Meal, its cold in here."; + mass = 1; + }; + class ItemCooler0 : CA_Magazine { + scope = 2; + displayName = "Food Cooler"; + model = "\x\addons\a3_epoch_assets\models\cooler.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\cooler\gear_cooler_ca.paa"; + count = 1; + type = "256"; + descriptionShort = "Contains: Cooked Snake Meat"; + mass = 1; + interactReturnOnUse = "ItemCoolerE"; + interactAction = 1; + interactText = "EAT"; + interactAttributes[] = { 0, 5000, 0, 0, 0, 0, 0, 0, 0, 0 }; + }; + class ItemCooler1 : CA_Magazine { + scope = 2; + displayName = "Food Cooler"; + model = "\x\addons\a3_epoch_assets\models\cooler.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\cooler\gear_cooler_ca.paa"; + count = 1; + type = "256"; + descriptionShort = "Contains: Cooked Rabbit Meat"; + mass = 1; + interactReturnOnUse = "ItemCoolerE"; + interactAction = 1; + interactText = "EAT"; + interactAttributes[] = { 0, 5000, 0, 0, 0, 0, 0, 0, 0, 0 }; + }; + class ItemCooler2 : CA_Magazine { + scope = 2; + displayName = "Food Cooler"; + model = "\x\addons\a3_epoch_assets\models\cooler.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\cooler\gear_cooler_ca.paa"; + count = 1; + type = "256"; + descriptionShort = "Contains: Cooked Chicken"; + mass = 1; + interactReturnOnUse = "ItemCoolerE"; + interactAction = 1; + interactText = "EAT"; + interactAttributes[] = { 0, 5000, 0, 0, 0, 0, 0, 0, 0, 0 }; + }; + class ItemCooler3 : CA_Magazine { + scope = 2; + displayName = "Food Cooler"; + model = "\x\addons\a3_epoch_assets\models\cooler.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\cooler\gear_cooler_ca.paa"; + count = 1; + type = "256"; + descriptionShort = "Contains: Cooked Goat Leg"; + mass = 1; + interactReturnOnUse = "ItemCoolerE"; + interactAction = 1; + interactText = "EAT"; + interactAttributes[] = { 0, 5000, 0, 0, 0, 0, 0, 0, 0, 0 }; + }; + class ItemCooler4 : CA_Magazine { + scope = 2; + displayName = "Food Cooler"; + model = "\x\addons\a3_epoch_assets\models\cooler.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\cooler\gear_cooler_ca.paa"; + count = 1; + type = "256"; + descriptionShort = "Contains: Cooked Sheep Leg"; + mass = 1; + interactReturnOnUse = "ItemCoolerE"; + interactAction = 1; + interactText = "EAT"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = { 0, 5000, 0, 0, 0, 0, 0, 0, 0, 0 }; + }; + + + class ItemMixOil : CA_Magazine { + scope = 2; + displayName = "2-Stroke Engine Oil"; + model = "\x\addons\a3_epoch_assets_1\models\oilmix.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_oilmix_CA.paa"; + count = 1; + type = "256"; + descriptionShort = "2-Stroke Engine Oil"; + mass = 1; + }; + + // Documents + class ItemDocument: CA_Magazine { + scope = 2; + count = 1; + type = 256; + displayName = "Document"; + model = "\x\addons\a3_epoch_assets_1\models\doc_generic.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_doc_generic_ca.paa"; + descriptionShort = "Unknown document"; + mass = 1; + }; + + class ItemDocumentMission: CA_Magazine + { + scope = 2; + count = 1; + type = 256; + displayName = "Mission Document"; + model = "\x\addons\a3_epoch_assets_1\models\doc_generic.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_doc_generic_ca.paa"; + descriptionShort = "A very important message, Eyes Only !"; + mass = 1; + }; + + class ItemSilverBar: CA_Magazine { + scope = 2; + count = 1; + worth = 1; + type = 256; + displayName = "Silver"; + model = "\x\addons\a3_epoch_assets_1\models\ItemSilverBar1oz.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_silver_bar_CA.paa"; + descriptionShort = "Silver Bar"; + mass = 1; + }; + + class ItemGoldBar: CA_Magazine { + scope = 2; + count = 1; + worth = 100; + type = 256; + displayName = "Gold"; + model = "\x\addons\a3_epoch_assets_1\models\ItemGoldBar1oz.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_gold_bar_CA.paa"; + descriptionShort = "Gold Bar"; + mass = 1; + }; + class ItemGoldBar10oz: CA_Magazine { + scope = 2; + count = 1; + worth = 1000; + type = 256; + displayName = "10oz Gold"; + model = "\x\addons\a3_epoch_assets_1\models\ItemGoldBar10oz.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_gold_bar_10oz_CA.paa"; + descriptionShort = "10 x 1oz Gold Bar"; + mass = 10; + }; + class ItemRock : CA_Magazine { + scope = 2; + count = 1; + type = 256; + displayName = "Rock"; + model = "\x\addons\a3_epoch_assets\models\rock.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\improv_weapon\gear_rock_ca.paa"; + descriptionShort = "Used for crafting fireplaces and mortar. Can be mined from rocks using a sledgehammer."; + mass = 1; + }; + class ItemStick : CA_Magazine { + scope = 2; + count = 1; + type = 256; + displayName = "Stick"; + model = "\x\addons\a3_epoch_assets\models\stick.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\improv_weapon\gear_stick_ca.paa"; + descriptionShort = "Used for crafting."; + mass = 1; + }; + class ItemRope : CA_Magazine { + scope = 2; + count = 1; + type = 256; + displayName = "Rope"; + model = "\x\addons\a3_epoch_assets\models\rope.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\improv_weapon\gear_rope_ca.paa"; + descriptionShort = "Used for crafting."; + mass = 1; + }; + class PartOre: CA_Magazine { + scope = 2; + count = 1; + type = 256; + displayName = "Iron Ore"; + model = "\x\addons\a3_epoch_assets\models\ore.p3d"; + picture="\x\addons\a3_epoch_assets_1\pictures\equip_iron_ore_CA.paa"; + descriptionShort = "Used for crafting scrap metal. Can be mined from rocks using a sledgehammer."; + mass = 1; + }; + class PartOreSilver: CA_Magazine { + scope = 2; + count = 1; + type = 256; + displayName = "Silver Ore"; + model = "\x\addons\a3_epoch_assets\models\oreSilver.p3d"; + picture="\x\addons\a3_epoch_assets_1\pictures\equip_silver_ore_CA.paa"; + descriptionShort = "Can be mined from rocks using a sledgehammer."; + mass = 1; + }; + class PartOreGold: CA_Magazine { + scope = 2; + count = 1; + type = 256; + displayName = "Gold Ore"; + model = "\x\addons\a3_epoch_assets\models\oreGold.p3d"; + picture="\x\addons\a3_epoch_assets_1\pictures\equip_gold_ore_CA.paa"; + descriptionShort = "Can be mined from rocks using a sledgehammer."; + mass = 1; + }; + + // TODO make use of this for backpacks + class ItemPacked : CA_Magazine + { + scope = 2; + count = 1; + type = 256; + displayName = "Packed Backpack"; + model = "\x\addons\a3_epoch_assets\models\PackedBag.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\backpack\gear_packedBag_ca.paa"; + descriptionShort = "Brand new backpack still in the package"; + mass = 1.5; + }; + + class ItemSolar : CA_Magazine + { + scope = 2; + count = 1; + type = 256; + displayName = "Solar Panels"; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\solar_gen_assets\Solar_panels\Solar_Panels.p3d"; + picture = "\x\addons\a3_epoch_assets_3\CfgVehicles\solar_gen_assets\Solar_panels\Solar_Panels_Icon_CA.paa"; + descriptionShort = "Next gen solar panels"; + mass = 10; + }; + class ItemCables : CA_Magazine + { + scope = 2; + count = 1; + type = 256; + displayName = "Wire Cables"; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\solar_gen_assets\Cables\Solar_cables.p3d"; + picture = "\x\addons\a3_epoch_assets_3\CfgVehicles\solar_gen_assets\Cables\Solar_Cable_Icon_CA.paa"; + descriptionShort = "Copper wire isulated with rubber."; + mass = 10; + }; + class ItemBattery : CA_Magazine + { + scope = 2; + count = 1; + type = 256; + displayName = "Enclosed Battery"; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\solar_gen_assets\Battery\Battery.p3d"; + picture = "\x\addons\a3_epoch_assets_3\CfgVehicles\solar_gen_assets\Battery\Battery_box_Icon_CA.paa"; + descriptionShort = "Battery in a protective case."; + mass = 10; + }; + + class ItemScraps : CA_Magazine + { + scope = 2; + count = 1; + type = 256; + displayName = "Metal Scraps"; + model = "\x\addons\a3_epoch_assets\models\scraps.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\scraps\gear_scraps_ca.paa"; + descriptionShort = "Piece of metal scrap"; + mass = 1.5; + }; + + class ItemCorrugated : CA_Magazine + { + scope = 2; + count = 1; + type = 256; + displayName = "Salvage Metal (Small)"; + model = "\x\addons\a3_epoch_assets\models\salvage_small.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\salvage\equip_salvage_small_ca.paa"; + descriptionShort = "Small pile of assorted metal parts"; + mass = 5; + }; + class ItemCorrugatedLg : CA_Magazine + { + scope = 2; + count = 1; + type = 256; + displayName = "Salvage Metal (Large)"; + model = "\x\addons\a3_epoch_assets\models\salvage_large.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\salvage\equip_salvage_large_ca.paa"; + descriptionShort = "Large pile of assorted metal parts"; + mass = 12; + }; + class 30Rnd_test_mag: CA_Magazine + { + scope = 2; + displayName = "Test magazine"; + picture = "\A3\Weapons_F\Data\placeholder_co.paa"; + ammo = "B_Test_Caseless"; + count = 30; + initSpeed = 795; + tracersEvery = 0; + lastRoundsTracer = 4; + descriptionShort = "Used to shoot test bullets"; + }; + + class 5Rnd_rollins_mag : CA_Magazine + { + scope = 2; + displayName = "Rollins magazine"; + picture = "\x\addons\a3_epoch_assets\textures\rol_rounds\equip_Rol_rounds_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\rol_rounds.p3d"; + ammo = "B_Test_Caseless"; + count = 5; + initSpeed = 795; + tracersEvery = 0; + lastRoundsTracer = 4; + descriptionShort = "Rollins 5Rnd Magazine"; + mass = 3; + }; + + class CSGAS: CA_Magazine + { + scope = 2; + displayName = "Chainsaw Gas"; + picture = "\x\addons\a3_epoch_assets\textures\kits\gear_jerryMixed_ca.paa"; + ammo = "ChainSaw_Bullet"; + count = 1000; + initSpeed = 100; + tracersEvery = 0; + lastRoundsTracer = 9999; + descriptionShort = "Chainsaw Gas"; + mass = 5; + }; + class sledge_swing: CA_Magazine + { + scope = 2; + displayName = "Swing"; + picture = "\x\addons\a3_epoch_assets\textures\kits\equip_swing_ca.paa"; + ammo = "B_Swing"; + count = 1000; + initSpeed = 275; + tracersEvery = 0; + lastRoundsTracer = 9999; + descriptionShort = "Swing"; + mass = 0; + }; + class stick_swing : CA_Magazine + { + scope = 2; + displayName = "Swing"; + picture = "\x\addons\a3_epoch_assets\textures\kits\equip_swing_ca.paa"; + ammo = "B_Stick"; + count = 1000; + initSpeed = 275; + tracersEvery = 0; + lastRoundsTracer = 9999; + descriptionShort = "Swing"; + mass = 0; + }; + class hatchet_swing : CA_Magazine + { + scope = 2; + displayName = "Swing"; + picture = "\x\addons\a3_epoch_assets\textures\kits\equip_swing_ca.paa"; + ammo = "B_Hatchet"; + count = 1000; + initSpeed = 100; + tracersEvery = 0; + lastRoundsTracer = 9999; + descriptionShort = "Swing"; + mass = 0; + }; + class 30Rnd_test_mag_Tracer: 30Rnd_test_mag + { + tracersEvery = 1; + lastRoundsTracer = 30; + displayName = "Test tracer magazine"; + descriptionShort = "Used to shoot test tracer bullets"; + displaynameshort = "Tracers"; + }; + class EnergyPack: CA_Magazine + { + picture = "\A3\Weapons_F\Data\UI\M_battery_CA.paa"; + displayName = "Small energy pack"; + scope = 2; + ammo = "B_Test_45ACP_Ball"; + sound[] = {"A3\sounds_f\dummysound",31.622776,1,1600}; + reloadMagazineSound[] = {"A3\sounds_f\dummysound",0.01,1,10}; + descriptionShort = "Two part container filled with enough energy and matter for one use"; + initSpeed = 420; + count = 10; + mass = 4; + interactAction = 9; + interactText = "USE"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = {0,0,0,100,0,0,0,0,0,0}; + }; + class EnergyPackLg : CA_Magazine + { + picture = "\A3\Weapons_F\Data\UI\M_battery_CA.paa"; + displayName = "Large energy pack"; + scope = 2; + ammo = "B_Test_45ACP_Ball"; + sound[] = { "A3\sounds_f\dummysound", 31.622776, 1, 1600 }; + reloadMagazineSound[] = { "A3\sounds_f\dummysound", 0.01, 1, 10 }; + descriptionShort = "Large two part container filled with enough energy and matter 10 uses"; + initSpeed = 420; + count = 100; + mass = 40; + interactAction = 9; + interactText = "USE"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = {0,0,0,1000,0,0,0,0,0,0}; + }; + + class WoodLog_EPOCH: CA_Magazine + { + picture = "\x\addons\a3_epoch_assets\textures\kits\equip_woodenLog_ca.paa"; + model = "x\addons\a3_epoch_assets_3\cfgmagazines\log\SteamLogs.p3d"; + displayName = "$STR_A3_wooden_log"; + scope = 2; + descriptionShort = "$STR_A3_wooden_log"; + count = 1; + mass = 10; + }; + class WhiskeyNoodle : CA_Magazine + { + displayName = "Whisky Noodle"; + picture = "\x\addons\a3_epoch_assets\textures\whiskeynoodle\equip_whiskeyNoodle_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\whiskeynoodle.p3d"; + scope = 2; + descriptionShort = "Say it slow, Drink it fast.."; + count = 1; + mass = 1; + interactAction = 2; + interactText = "DRINK"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = {0,0,800,0,0,0,-5,50,0,20}; + }; + + class CircuitParts : CA_Magazine + { + displayName = "Electronic components"; + picture = "\x\addons\a3_epoch_assets\textures\circuit\equip_circuit_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\circuit.p3d"; + scope = 2; + descriptionShort = "Electronic components"; + count = 1; + mass = 5; + }; + + class VehicleRepair : CA_Magazine + { + displayName = "Vehicle Repair Parts"; + picture = "\x\addons\a3_epoch_assets\textures\vehiclerepair\equip_vehicleRepair_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\vehicleRepair.p3d"; + scope = 2; + descriptionShort = "Repairs the most damaged part"; + count = 1; + mass = 20; + interactAction = 10; + interactText = "USE"; + }; + class VehicleRepairLg : CA_Magazine + { + displayName = "Vehicle Repair Kit"; + picture = "\x\addons\a3_epoch_assets\textures\vehiclerepair\equip_vehicleRepairLg_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\vehicleRepairLg.p3d"; + scope = 2; + descriptionShort = "Fully repairs any vehicle"; + count = 1; + mass = 50; + interactAction = 11; + interactText = "USE"; + }; + class Pelt_EPOCH : CA_Magazine + { + picture = "\x\addons\a3_epoch_assets\textures\meat\equip_scrapHide_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\scrapHide.p3d"; + displayName = "Scrap Pelt"; + scope = 2; + descriptionShort = "Scrap Pelt"; + count = 1; + mass = 5; + }; + + class Venom_EPOCH : CA_Magazine + { + picture = "\x\addons\a3_epoch_assets\textures\meat\equip_venomSac_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\venomSac.p3d"; + displayName = "Venom Sack"; + scope = 2; + descriptionShort = "Venom Sack"; + count = 1; + mass = 1; + interactAction = 1; + interactText = "EAT"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = {0,0,0,0,0,0,20,0,0,0}; + }; + class SnakeCarcass_EPOCH : CA_Magazine + { + picture = "\x\addons\a3_epoch_assets\textures\meat\equip_snakeCorpse_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\snakeCorpse.p3d"; + displayName = "Snake Carcass"; + scope = 2; + descriptionShort = "Gutted and cleaned"; + count = 1; + mass = 5; + interactAction = 1; + interactText = "EAT"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = { 0, 300, 0, 0, 0, 0, 10, 0, 0, 0 }; + }; + /* + class SnakeMeatRaw_EPOCH : CA_Magazine + { + picture = "\x\addons\a3_epoch_assets\textures\meat\equip_snakeMeat_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\snakeMeat.p3d"; + displayName = "Raw Snake Meat"; + scope = 2; + descriptionShort = "Gutted and cleaned"; + count = 1; + mass = 5; + }; + */ + class SnakeMeat_EPOCH : CA_Magazine + { + picture = "\x\addons\a3_epoch_assets\textures\meat\equip_snakemeatCooked_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\snakeMeat_cooked.p3d"; + displayName = "Cooked Snake Meat"; + scope = 2; + descriptionShort = "Tastes like chicken."; + count = 1; + mass = 5; + interactAction = 1; + interactText = "EAT"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = {0,1200,0,0,0,0,0,0,0,0}; + }; + class RabbitCarcass_EPOCH : CA_Magazine + { + picture = "\x\addons\a3_epoch_assets\textures\meat\equip_rabbitCorpse_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\rabbit.p3d"; + displayName = "Rabbit Carcass"; + scope = 2; + descriptionShort = "Gutted and cleaned"; + count = 1; + mass = 5; + interactAction = 1; + interactText = "EAT"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = { 0, 300, 0, 0, 0, 0, 10, 0, 0, 0 }; + }; + class CookedRabbit_EPOCH : CA_Magazine + { + picture = "\x\addons\a3_epoch_assets\textures\meat\equip_rabbitCooked_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\rabbit_cooked.p3d"; + displayName = "Cooked Rabbit"; + scope = 2; + descriptionShort = "Mmm Tasty!"; + count = 1; + mass = 5; + interactAction = 1; + interactText = "EAT"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = {0,1200,0,0,0,0,0,0,0,0}; + }; + class ChickenCarcass_EPOCH : CA_Magazine + { + picture = "\x\addons\a3_epoch_assets\textures\meat\equip_chickenRaw_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\chickenRaw.p3d"; + displayName = "Chicken Carcass"; + scope = 2; + descriptionShort = "Gutted and cleaned"; + count = 1; + mass = 10; + interactAction = 1; + interactText = "EAT"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = { 0, 500, 0, 0, 0, 0, 25, 0, 0, 0 }; + }; + class CookedChicken_EPOCH : CA_Magazine + { + picture = "\x\addons\a3_epoch_assets\textures\meat\equip_chickenCooked_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\chicken_cooked.p3d"; + displayName = "Cooked Chicken"; + scope = 2; + descriptionShort = "Roasted to perfection!"; + count = 1; + mass = 10; + interactAction = 1; + interactText = "EAT"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = {0,2000,0,0,0,0,0,0,0,0}; + }; + class GoatCarcass_EPOCH : CA_Magazine + { + picture = "\x\addons\a3_epoch_assets\textures\meat\equip_goatLeg_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\goatLeg.p3d"; + displayName = "Raw Goat Leg"; + scope = 2; + descriptionShort = "Raw Goat Leg"; + count = 1; + mass = 20; + interactAction = 1; + interactText = "EAT"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = { 0, 500, 0, 0, 0, 0, 15, 0, 0, 0 }; + }; + class CookedGoat_EPOCH : CA_Magazine + { + picture = "\x\addons\a3_epoch_assets\textures\meat\equip_goatlegCooked_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\goatLeg_cooked.p3d"; + displayName = "Cooked Goat Leg"; + scope = 2; + descriptionShort = "Cooked Goat Leg"; + count = 1; + mass = 20; + interactAction = 1; + interactText = "EAT"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = {0,3000,0,0,0,0,0,0,0,0}; + }; + class SheepCarcass_EPOCH : CA_Magazine + { + picture = "\x\addons\a3_epoch_assets\textures\meat\equip_goatLeg_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\goatLeg.p3d"; + displayName = "Raw Sheep Leg"; + scope = 2; + descriptionShort = "Raw Sheep Leg"; + count = 1; + mass = 20; + interactAction = 1; + interactText = "EAT"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = { 0, 500, 0, 0, 0, 0, 15, 0, 0, 0 }; + }; + class CookedSheep_EPOCH : CA_Magazine + { + picture = "\x\addons\a3_epoch_assets\textures\meat\equip_goatlegCooked_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\goatLeg_cooked.p3d"; + displayName = "Cooked Sheep Leg"; + scope = 2; + descriptionShort = "Cooked Sheep Leg"; + count = 1; + mass = 20; + interactAction = 1; + interactText = "EAT"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = {0,3000,0,0,0,0,0,0,0,0}; + }; + + class KitStudWall: CA_Magazine + { + model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\kits\equip_woodenWall_ca.paa"; + displayName = "Wooden Stud Wall"; + scope = 2; + descriptionShort = "Wooden Stud Wall"; + count = 1; + mass = 20; + interactAction = 3; // 0 = examine, 1 = eat, 2 = drink, 3 = build + interactText = "BUILD"; + buildClass = "WoodLargeWall_EPOCH"; + }; + class KitWoodFloor : CA_Magazine + { + model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\kits\equip_woodenFloor_ca.paa"; + displayName = "Wooden Floor"; + scope = 2; + descriptionShort = "Wooden Floor"; + count = 1; + mass = 20; + interactAction = 3; // 0 = examine, 1 = eat, 2 = drink, 3 = build + interactText = "BUILD"; + buildClass = "WoodFloor_EPOCH"; + }; + class KitWoodStairs : CA_Magazine + { + model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\kits\equip_woodenStairs_ca.paa"; + displayName = "Wooden Stairs"; + scope = 2; + descriptionShort = "Wooden Stairs"; + count = 1; + mass = 20; + interactAction = 3; // 0 = examine, 1 = eat, 2 = drink, 3 = build + interactText = "BUILD"; + buildClass = "WoodStairs_EPOCH"; + }; + class KitWoodTower : CA_Magazine + { + model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d"; + // TODO icon + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_wooden_crate_ca.paa"; + displayName = "Wooden Tower"; + scope = 2; + descriptionShort = "Wooden Tower"; + count = 1; + mass = 20; + interactAction = 3; // 0 = examine, 1 = eat, 2 = drink, 3 = build + interactText = "BUILD"; + buildClass = "WoodTower_EPOCH"; + }; + class KitWoodRamp : CA_Magazine + { + model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\kits\equip_woodramp_ca.paa"; + displayName = "Wooden Ramp"; + scope = 2; + descriptionShort = "Wooden Ramp"; + count = 1; + mass = 20; + interactAction = 3; // 0 = examine, 1 = eat, 2 = drink, 3 = build + interactText = "BUILD"; + buildClass = "WoodRamp_EPOCH"; + }; + class KitWoodLadder : CA_Magazine + { + model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d"; + // TODO: ladder icon + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_wooden_crate_ca.paa"; + displayName = "Wooden Ladder"; + scope = 2; + descriptionShort = "Wooden Ladder"; + count = 1; + mass = 20; + interactAction = 3; // 0 = examine, 1 = eat, 2 = drink, 3 = build + interactText = "BUILD"; + buildClass = "WoodLadder_EPOCH"; + }; + class KitFirePlace : CA_Magazine + { + model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_wooden_crate_ca.paa"; + displayName = "Fireplace"; + scope = 2; + descriptionShort = "Fireplace"; + count = 1; + mass = 20; + interactAction = 3; // 0 = examine, 1 = eat, 2 = drink, 3 = build + interactText = "BUILD"; + buildClass = "FirePlace_SIM_EPOCH"; + isTemp = 1; + }; + class KitTiPi : CA_Magazine + { + model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\kits\equip_TP_ca.paa"; + displayName = "TiPi Kit"; + scope = 2; + descriptionShort = "TeePee (TiPi)"; + count = 1; + mass = 20; + interactAction = 3; // 0 = examine, 1 = eat, 2 = drink, 3 = build + interactText = "BUILD"; + buildClass = "Tipi_SIM_EPOCH"; + isStorage = 1; + }; + /* + class KitBase1 : CA_Magazine + { + model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\kits\equip_TP_ca.paa"; + displayName = "Base Kit #1"; + scope = 2; + descriptionShort = "Base Kit #1"; + count = 1; + mass = 20; + interactAction = 3; // 0 = examine, 1 = eat, 2 = drink, 3 = build + interactText = "BUILD"; + buildClass = "BaseKit1_EPOCH"; + }; + */ + class KitShelf : CA_Magazine + { + model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\kits\equip_shelf_ca.paa"; + displayName = "Shelf Kit"; + scope = 2; + descriptionShort = "Shelf"; + count = 1; + mass = 20; + interactAction = 3; // 0 = examine, 1 = eat, 2 = drink, 3 = build + interactText = "BUILD"; + buildClass = "StorageShelf_SIM_EPOCH"; + isStorage = 1; + }; + class KitFoundation : CA_Magazine + { + model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\kits\equip_foundation_ca.paa"; + displayName = "Concrete Foundation"; + scope = 2; + descriptionShort = "Concrete Foundation"; + count = 1; + mass = 20; + interactAction = 3; // 0 = examine, 1 = eat, 2 = drink, 3 = build + interactText = "BUILD"; + buildClass = "Foundation_EPOCH"; + }; + class KitWoodFoundation : CA_Magazine + { + model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\kits\equip_foundation_ca.paa"; + displayName = "Wood Foundation"; + scope = 2; + descriptionShort = "Wood Foundation"; + count = 1; + mass = 10; + interactAction = 3; // 0 = examine, 1 = eat, 2 = drink, 3 = build + interactText = "BUILD"; + buildClass = "WoodFoundation_EPOCH"; + }; + class KitSolarGen : CA_Magazine + { + model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d"; + // TODO: solar gen icon + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_wooden_crate_ca.paa"; + displayName = "Solar Generator Kit"; + scope = 2; + descriptionShort = "Solar Generator Kit"; + count = 1; + mass = 20; + interactAction = 3; // 0 = examine, 1 = eat, 2 = drink, 3 = build + interactText = "BUILD"; + buildClass = "SolarGen_SIM_EPOCH"; + }; + class KitPlotPole : CA_Magazine + { + model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\jammer\equip_jammer_ca.paa"; + displayName = "Frequency Jammer"; + scope = 2; + descriptionShort = "Frequency Jammer"; + count = 1; + mass = 20; + interactAction = 3; // 0 = examine, 1 = eat, 2 = drink, 3 = build + interactText = "BUILD"; + buildClass = "PlotPole_SIM_EPOCH"; + }; + class KitCinderWall : CA_Magazine + { + model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\kits\equip_cinderHalf_ca.paa"; + displayName = "Cinder Wall"; + scope = 2; + descriptionShort = "Cinder Wall"; + count = 1; + mass = 20; + interactAction = 3; // 0 = examine, 1 = eat, 2 = drink, 3 = build + interactText = "BUILD"; + buildClass = "CinderWallHalf_EPOCH"; + }; + + + class PaintCanBase: CA_Magazine + { + model = "\x\addons\a3_epoch_assets\models\paintCan.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\paint can\gear_paintCan_ca.paa"; + displayName = "Paint Can"; + scope = 0; + descriptionShort = "Crust-O-Leum, Oil based protective enamel."; + count = 1; + mass = 1; + interactAction = 12; + interactText = "USE"; + }; + class PaintCanClear : PaintCanBase + { + scope = 2; + displayName = "Paint Stripper"; + descriptionShort = "Removes paint and other finishes."; + colorName = "None"; + textureIndex = 0; + }; + class PaintCanBlk: PaintCanBase + { + scope = 2; + displayName = "Paint Can (Black)"; + colorName = "Black"; + textureIndex = 1; + }; + class PaintCanBlu: PaintCanBase + { + scope = 2; + displayName = "Paint Can (Blue)"; + colorName = "Blue"; + textureIndex = 2; + }; + class PaintCanBrn: PaintCanBase + { + scope = 2; + displayName = "Paint Can (Brown)"; + colorName = "Brown"; + textureIndex = 3; + }; + class PaintCanGrn: PaintCanBase + { + scope = 2; + displayName = "Paint Can (Green)"; + colorName = "Green"; + textureIndex = 4; + }; + class PaintCanOra: PaintCanBase + { + scope = 2; + displayName = "Paint Can (Orange)"; + colorName = "Orange"; + textureIndex = 5; + }; + class PaintCanPur: PaintCanBase + { + scope = 2; + displayName = "Paint Can (Purple)"; + colorName = "Purple"; + textureIndex = 6; + }; + class PaintCanRed: PaintCanBase + { + scope = 2; + displayName = "Paint Can (Red)"; + colorName = "Red"; + textureIndex = 7; + }; + class PaintCanTeal: PaintCanBase + { + scope = 2; + displayName = "Paint Can (Teal)"; + colorName = "Teal"; + textureIndex = 8; + }; + class PaintCanYel: PaintCanBase + { + scope = 2; + displayName = "Paint Can (Yellow)"; + colorName = "Yellow"; + textureIndex = 9; + }; + + class Poppy : CA_Magazine + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\poppy.p3d"; + //TODO icon for poppy + picture = "\x\addons\a3_epoch_assets\textures\moist\gear_moist_ca.paa"; + displayName = "Poppy"; + descriptionShort = "Pod off of a poppy plant."; + count = 1; + mass = 1; + interactAction = 6; + interactText = "USE"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = { 0, 0, 0, 0, 0, 10, 0, -100, 0, -10 }; + }; + + class Goldenseal : CA_Magazine + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\vegetation\models\goldenseal.p3d"; + picture = "\x\addons\a3_epoch_assets_3\vegetation\gear_goldenseal_ca.paa"; + displayName = "Goldenseal"; + descriptionShort = "Helps reduce toxicity"; + count = 1; + mass = 1; + interactAction = 6; + interactText = "USE"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = { 0, 0, 0, 0, 0, 0, -50, 0, 0, 0 }; + }; + + class Pumpkin : CA_Magazine + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\vegetation\models\pumpkin.p3d"; + picture = "\x\addons\a3_epoch_assets_3\vegetation\gear_pumpkin_ca.paa"; + displayName = "Pumpkin"; + descriptionShort = "Pumpkin"; + count = 1; + mass = 1; + interactAction = 6; + interactText = "USE"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = { 0, 500, 0, 0, 0, 0, 0, 50, 0, 0 }; + }; + + class Towelette: CA_Magazine + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\moist.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\moist\gear_moist_ca.paa"; + displayName = "Moist Towelette"; + descriptionShort = "Tear open packet, remove towelette and use."; + count = 1; + mass = 1; + interactAction = 6; + interactText = "USE"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = {0,0,0,0,-25,0,0,0,0,0}; + }; + class HeatPack: CA_Magazine + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\heatdough.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\moist\gear_heat_ca.paa"; + displayName = "Heat Pack"; + descriptionShort = "Don't suffer in the cold... just open one of these and get toasty!"; + count = 1; + mass = 1; + interactAction = 7; + interactText = "USE"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = {1,0,0,0,0,0,0,0,0,0}; + }; + class ColdPack : CA_Magazine + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\heatdough.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\moist\gear_heat_ca.paa"; + displayName = "Cold Pack"; + descriptionShort = "Running Hot? cool it off!"; + count = 1; + mass = 1; + interactAction = 8; + interactText = "USE"; + //Temp,Hunger,Thirst,Energy,Soiled,Immunity,Toxicity,Stamina,Crypto,BloodP + interactAttributes[] = {-1,0,0,0,0,0,0,0,0,0}; + }; +}; diff --git a/Sources/epoch_config/Configs/CfgMissions.hpp b/Sources/epoch_config/Configs/CfgMissions.hpp new file mode 100644 index 00000000..5eecb7ef --- /dev/null +++ b/Sources/epoch_config/Configs/CfgMissions.hpp @@ -0,0 +1,10 @@ +class CfgMissions +{ + class Cutscenes + { + class Epoch_Intro + { + directory = "x\addons\a3_epoch_config\scenes\Epoch_Intro.Altis"; + }; + }; +}; diff --git a/Sources/epoch_config/Configs/CfgMovesAnimal.hpp b/Sources/epoch_config/Configs/CfgMovesAnimal.hpp new file mode 100644 index 00000000..9ea7e61f --- /dev/null +++ b/Sources/epoch_config/Configs/CfgMovesAnimal.hpp @@ -0,0 +1,638 @@ + +class CfgMovesAnimal_Base_F +{ + access = 1; + collisionVertexPattern[] = {}; + collisionGeomCompPattern[] = {1}; + class Default + { + access = 3; + file = ""; + looped = 1; + speed = 0.5; + disableWeapons = 1; + enableOptics = 1; + disableWeaponsLong = 0; + canreload = 1; + showWeaponAim = 1; + enableMissile = 0; + enableBinocular = 0; + showItemInHand = 0; + showItemInRightHand = 0; + showHandGun = 0; + onLandBeg = 0; + onLandEnd = 0; + onLadder = 0; + canPullTrigger = 1; + duty = -0.51; + predictSpeedCoef = 1; + visibleSize = 1; + aimPrecision = 1; + relSpeedMin = 1.0; + relSpeedMax = 1.0; + soundEnabled = 1; + soundOverride = ""; + soundEdge[] = {0.5,1}; + soundEdge1 = 0.5; + soundEdge2 = 1; + terminal = 0; + limitGunMovement = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + equivalentTo = ""; + connectAs = ""; + variantAfter[] = {5,10,20}; + connectFrom[] = {}; + connectTo[] = {}; + interpolateWith[] = {}; + interpolateTo[] = {}; + interpolateFrom[] = {}; + aiming = "aimingNo"; + leaning = "aimingNo"; + untiltWeapon = "aimingNo"; + aimingBody = "aimingUpDefault"; + legs = "legsNo"; + head = "headDefault"; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + leaningFactorZeroPoint = -1; + leaningCorrectionAngleBeg = 0; + leaningCorrectionAngleEnd = 0; + interpolationSpeed = 6; + interpolationRestart = 0; + hasCollShapeSafe = 0; + collisionShapeSafe = ""; + boundingSphere = 1; + enableDirectControl = 1; + enableAutoActions = 0; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve = 0; + rightHandIKCurve = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + weaponIK = 0; + preload = 0; + walkcycles = 1; + forceAim = 0; + showDisposableGun = 0; + headBobStrength = 0.5; + headBobMode = 1; + }; + class StandBase: Default + { + duty = -1; + head = "headDefault"; + speed = 1e+010; + relSpeedMin = 0.7; + relSpeedMax = 1.1; + looped = 1; + soundEnabled = 1; + enableDirectControl = 0; + disableWeapons = 1; + disableWeaponsLong = 1; + }; + class DefaultDie: Default + { + aiming = "aimingNo"; + legs = "legsNo"; + head = "headNo"; + }; + class ManActions + { + Stop = ""; + StopRelaxed = ""; + TurnL = ""; + TurnR = ""; + TurnLRelaxed = ""; + TurnRRelaxed = ""; + Default = ""; + JumpOff = ""; + ReloadMagazine = ""; + ReloadMGun = ""; + ReloadAT = ""; + ReloadMortar = ""; + ThrowGrenade = ""; + WalkF = ""; + WalkLF = ""; + WalkRF = ""; + WalkL = ""; + WalkR = ""; + WalkLB = ""; + WalkRB = ""; + WalkB = ""; + SlowF = ""; + SlowLF = ""; + SlowRF = ""; + SlowL = ""; + SlowR = ""; + SlowLB = ""; + SlowRB = ""; + SlowB = ""; + FastF = ""; + FastLF = ""; + FastRF = ""; + FastL = ""; + FastR = ""; + FastLB = ""; + FastRB = ""; + FastB = ""; + EvasiveForward = ""; + EvasiveLeft = ""; + EvasiveRight = ""; + EvasiveBack = ""; + StartSwim = ""; + StopSwim = ""; + Down = ""; + Up = ""; + PlayerStand = ""; + PlayerCrouch = ""; + PlayerProne = ""; + Lying = ""; + Stand = ""; + Combat = ""; + Crouch = ""; + CanNotMove = ""; + Civil = ""; + CivilLying = ""; + FireNotPossible = ""; + Die = ""; + WeaponOn = ""; + WeaponOff = ""; + StrokeFist = ""; + StrokeGun = ""; + SitDown = ""; + Salute = ""; + BinocOn = ""; + BinocOff = ""; + PutDown = ""; + PutDownEnd = ""; + Medic = ""; + Treated = ""; + LadderOnDown = ""; + LadderOnUp = ""; + LadderOff = ""; + LadderOffTop = ""; + LadderOffBottom = ""; + GetInLow = ""; + GetInMedium = ""; + GetInHigh = ""; + GetOutLow = ""; + GetOutMedium = ""; + GetOutHigh = ""; + TakeFlag = ""; + HandGunOn = ""; + LookAround = ""; + Eat = ""; + StopEat = ""; + Rest = ""; + StopRest = ""; + }; + class Actions + { + class NoActions: ManActions + { + turnSpeed = 8; + limitFast = 5.5; + useFastMove = 0; + stance = "ManStanceUndefined"; + upDegree = 0; + }; + }; + class Interpolations{}; + transitionsInterpolated[] = {}; + transitionsSimple[] = {}; + transitionsDisabled[] = {}; + class BlendAnims + { + aimingDefault[] = {"head",1}; + untiltWeaponDefault[] = {}; + legsDefault[] = {}; + headDefault[] = {"Head",1}; + aimingNo[] = {}; + legsNo[] = {}; + headNo[] = {}; + aimingUpDefault[] = {}; + }; +}; +class CfgMovesBear_F: CfgMovesAnimal_Base_F +{ + access = 1; + skeletonName = "Bear"; + collisionVertexPattern[] = {"1a","2a","3a","4a","5a","6a","7a","8a","9a","10a","11a","12a","13a","14a","15a","16a","17a","18a","19a","20a","21a","22a","23a","24a","25a","26a","27a","28a","29a","30a","31a","32a","33a","34a"}; + collisionGeomCompPattern[] = {1}; + class Default: Default + { + actions = "BearActions"; + collisionShape = "A3\animals_f_beta\goat\goat_CollShape.p3d"; + }; + class StandBase: Default + { + aiming = "aimingDefault"; + disableWeapons = 1; + }; + class DefaultDie: Default + { + enableDirectControl = 0; + aiming = "aimingNo"; + legs = "legsNo"; + head = "headNo"; + disableWeapons = 1; + interpolationRestart = 1; + }; + class States + { + class Bear_Walk: StandBase + { + actions = "BearActions"; + duty = -0.7; + enableDirectControl = 0; + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\bear_walk1_a.rtm"; + showWeaponAim = 0; + disableWeapons = 1; + disableWeaponsLong = 1; + // variantsAI[] = {"Goat_Stop",0.2,"Goat_Walk",0.1}; + variantAfter[] = {3,10,20}; + speed = 0.5; + relSpeedMin = 0.7; + relSpeedMax = 1.1; + looped = 1; + soundEnabled = 0; + //connectTo[] = {"Goat_Stop",0.02,"Goat_Walk",0.2,"Goat_Sprint",0.02}; + //connectFrom[] = {"Goat_Stop",0.02,"Goat_Walk",0.2,"Goat_Sprint",0.02}; + //interpolateTo[] = {"Goat_Stop",0.02,"Goat_Walk",0.2,"Goat_Sprint",0.02,"Goat_Die",0.01}; + enableBinocular = 1; + preload = 1; + }; + }; + class Actions: Actions + { + class NoActions: NoActions + { + turnSpeed = 3; + limitFast = 5.5; + useFastMove = 0; + upDegree = 0; + }; + class BearActions: NoActions + { + Stop = ""; + StopRelaxed = ""; + TurnL = ""; + TurnR = ""; + TurnLRelaxed = ""; + TurnRRelaxed = ""; + Default = ""; + JumpOff = ""; + WalkF = "Bear_Walk"; + SlowF = "Bear_Walk"; + FastF = "Bear_Walk"; + EvasiveForward = ""; + Down = ""; + Up = ""; + PlayerStand = ""; + PlayerCrouch = ""; + PlayerProne = ""; + Lying = ""; + Stand = ""; + Combat = ""; + Crouch = ""; + CanNotMove = ""; + Civil = ""; + CivilLying = ""; + FireNotPossible = ""; + Die = ""; + turnSpeed = 8; + limitFast = 5.5; + useFastMove = 0; + upDegree = "ManPosNoWeapon"; + }; + }; + class Interpolations{}; + transitionsInterpolated[] = {}; + transitionsSimple[] = {}; + transitionsDisabled[] = {}; + class BlendAnims: BlendAnims + { + aimingDefault[] = {"Bear_Head",1,"Bear_Head",1,"Bear_Head",1}; + headDefault[] = {"Bear_Head",1,"Bear_Neck2",1,"Bear_Neck1",0.6,"Bear_Spine2",0.2}; + untiltWeaponDefault[] = {}; + legsDefault[] = {}; + aimingNo[] = {}; + legsNo[] = {}; + headNo[] = {}; + aimingUpDefault[] = {}; + }; +}; + +class CfgMovesConstruct_F : CfgMovesAnimal_Base_F +{ + access = 1; + skeletonName = "construct_skeleton"; + collisionVertexPattern[] = { "1a", "2a", "3a", "4a", "5a", "6a", "7a", "8a", "9a", "10a", "11a", "12a", "13a", "14a", "15a", "16a", "17a", "18a", "19a", "20a", "21a", "22a", "23a", "24a", "25a", "26a", "27a", "28a", "29a", "30a", "31a", "32a", "33a", "34a" }; + collisionGeomCompPattern[] = { 1 }; + class Default : Default + { + actions = "ConstructActions"; + collisionShape = "x\addons\a3_epoch_assets_3\CfgVehicles\Characters\construct_CollShape.p3d"; + }; + class StandBase : Default + { + aiming = "aimingDefault"; + disableWeapons = 1; + }; + class DefaultDie : Default + { + enableDirectControl = 0; + aiming = "aimingNo"; + legs = "legsNo"; + head = "headNo"; + disableWeapons = 1; + interpolationRestart = 1; + }; + class States + { + class Construct_Stop : StandBase + { + legs = "legsDefault"; + actions = "ConstructActions"; + duty = -1; + enableDirectControl = 0; + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\Construct_stop.rtm"; + showWeaponAim = 0; + disableWeapons = 1; + disableWeaponsLong = 1; + variantsAI[] = { "Construct_Stop", 0.2, "Construct_Walk", 0.1 }; + variantAfter[] = { 0, 2, 3 }; + speed = 1e+010; + relSpeedMin = 0.7; + relSpeedMax = 1.1; + looped = 1; + soundEnabled = 0; + connectTo[] = { "Construct_Stop", 0.02, "Construct_Walk", 0.2, "Construct_Sprint", 0.02 }; + connectFrom[] = { "Construct_Stop", 0.02, "Construct_Walk", 0.2, "Construct_Sprint", 0.02 }; + interpolateTo[] = { "Construct_Stop", 0.02, "Construct_Walk", 0.2, "Construct_Sprint", 0.02, "Construct_Die", 0.01 }; + enableBinocular = 1; + preload = 1; + }; + class Construct_TurnL : Construct_Stop + { + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\construct_rotateL.rtm"; + connectTo[] = { "Construct_Stop", 0.25 }; + connectFrom[] = { "Construct_Stop", 0.25 }; + interpolateTo[] = { "Construct_Stop", 0.25, "Construct_Die", 0.01 }; + interpolateFrom[] = { "Construct_Stop", 0.25 }; + speed = 0.1; + }; + class Construct_TurnR : Construct_TurnL + { + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\construct_rotateR.rtm"; + }; + class Construct_Init : Construct_Stop{}; + class Construct_Walk : Construct_Stop + { + duty = -0.7; + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\construct_walk.rtm"; + speed = 0.2; + variantAfter[] = { 3, 10, 20 }; + }; + class Construct_Sprint : Construct_Walk + { + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\construct_leap.rtm"; + speed = 0.2; + }; + class Construct_Eat : StandBase + { + speed = -6.0; + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\construct_slam.rtm"; + connectTo[] = { "Construct_Stop", 0.1 }; + connectFrom[] = { "Construct_Walk", 0.1 }; + interpolateTo[] = { "Construct_Die", 0.1 }; + }; + class Construct_Die : DefaultDie + { + actions = "NoActions"; + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\construct_death.rtm"; + speed = 0.3; + looped = 0; + variantsPlayer[] = {}; + variantsAI[] = {}; + variantAfter[] = { 0, 0, 0 }; + terminal = 1; + }; + }; + class Actions : Actions + { + class NoActions : NoActions + { + turnSpeed = 3; + limitFast = 5.5; + useFastMove = 0; + upDegree = 0; + }; + class ConstructActions : NoActions + { + Stop = "Construct_Stop"; + StopRelaxed = "Construct_Eat"; + TurnL = "Construct_TurnL"; + TurnR = "Construct_TurnR"; + TurnLRelaxed = "Construct_TurnL"; + TurnRRelaxed = "Construct_TurnR"; + Default = "Construct_Eat"; + JumpOff = "Construct_Stop"; + WalkF = "Construct_Walk"; + SlowF = "Construct_Walk"; + FastF = "Construct_Sprint"; + EvasiveForward = "Construct_Sprint"; + Down = "Construct_Stop"; + Up = "Construct_Stop"; + PlayerStand = "Construct_Stop"; + PlayerCrouch = "Construct_Stop"; + PlayerProne = "Construct_Stop"; + Lying = "Construct_Stop"; + Stand = "Construct_Stop"; + Combat = "Construct_Stop"; + Crouch = "Construct_Stop"; + CanNotMove = "Construct_Stop"; + Civil = "Construct_Eat"; + CivilLying = "Construct_Stop"; + FireNotPossible = "Construct_Stop"; + Die = "Construct_Die"; + turnSpeed = 3; + limitFast = 5.5; + useFastMove = 0; + upDegree = "ManPosNoWeapon"; + }; + }; + class Interpolations{}; + transitionsInterpolated[] = {}; + transitionsSimple[] = {}; + transitionsDisabled[] = {}; + class BlendAnims : BlendAnims + { + aimingDefault[] = { "head", 1, "head", 1, "head", 1 }; + headDefault[] = { "head", 1, "neck", 1, "Spine3", 0.2 }; + untiltWeaponDefault[] = {}; + legsDefault[] = {}; + aimingNo[] = {}; + legsNo[] = {}; + headNo[] = {}; + aimingUpDefault[] = {}; + }; +}; + +class CfgMovesGreatWhite_F : CfgMovesAnimal_Base_F +{ + skeletonName = "SharkSkeleton"; + class Default : Default + { + actions = "SharksActions"; + collisionShape = "A3\Animals_F\empty_CollShape.p3d"; + }; + class DefaultDie : Default{}; + class StandBase : Default + { + file = "\x\addons\a3_epoch_assets\models\shark_move.rtm"; + }; + class States + { + class Sharks_Swim : StandBase + { + file = "\x\addons\a3_epoch_assets\models\shark_move.rtm"; + looped = 1; + speed = -1.0; + interpolateTo[] = { "Sharks_Die", 1, "Sharks_Die2", 1 }; + connectTo[] = { "Sharks_Stop", 1, "Sharks_Swim", 1, "Sharks_Swim_S1", 1, "Sharks_Swim_S2", 1, "Sharks_Swim_S3", 1 }; + equivalentTo = "Sharks_Swim"; + variantsAI[] = { "Sharks_Swim", 0.01, "Sharks_Swim_S1", 0.33, "Sharks_Swim_S2", 0.33, "Sharks_Swim_S3", 0.33 }; + variantAfter[] = { 0.83, 0.83, 0.83 }; + }; + class Sharks_Swim_S1 : StandBase + { + file = "\x\addons\a3_epoch_assets\models\shark_moveLong.rtm"; + connectTo[] = { "Sharks_Swim", 0.1 }; + speed = -1.5; + variantAfter[] = { 0.83, 0.83, 0.83 }; + }; + class Sharks_Swim_S2 : StandBase + { + file = "\x\addons\a3_epoch_assets\models\shark_move.rtm"; + connectTo[] = { "Sharks_Swim", 0.1 }; + speed = -1.0; + variantAfter[] = { 0.83, 0.83, 0.83 }; + }; + class Sharks_Swim_S3 : StandBase + { + file = "\x\addons\a3_epoch_assets\models\shark_moveLong.rtm"; + connectTo[] = { "Sharks_Swim", 0.1 }; + speed = -1.4; + variantAfter[] = { 0.83, 0.83, 0.83 }; + }; + class Sharks_Stop : StandBase + { + file = "\x\addons\a3_epoch_assets\models\shark_attack.rtm"; + looped = 1; + speed = -1.5; + connectFrom[] = { "Sharks_Swim", 1 }; + connectTo[] = { "Sharks_Swim", 1 }; + }; + class Sharks_Die : DefaultDie + { + file = "\x\addons\a3_epoch_assets\models\shark_death.rtm"; + speed = -1.4; + actions = "NoActions"; + looped = "False"; + variantsPlayer[] = { "Sharks_Die", 0.5, "Sharks_Die2", 0.5 }; + variantsAI[] = {}; + variantAfter[] = { 0, 0, 0 }; + interpolateFrom[] = { "Sharks_Swim", 0.02, "Sharks_Stop", 0.2 }; + interpolateTo[] = { "Sharks_Die", 1, "Sharks_Die2", 1 }; + terminal = 1; + }; + class Sharks_Die2 : Sharks_Die + { + file = "\x\addons\a3_epoch_assets\models\shark_death.rtm"; + speed = -2; + looped = 0; + variantAfter[] = { 0, 0, 0 }; + }; + }; + class Actions : Actions + { + class NoActions : NoActions + { + Stop = "Sharks_Stop"; + StopRelaxed = "Sharks_Stop"; + TurnL = "Sharks_Stop"; + TurnR = "Sharks_Stop"; + TurnLRelaxed = "Sharks_Stop"; + TurnRRelaxed = "Sharks_Stop"; + Default = "Sharks_Swim"; + JumpOff = "Sharks_Swim"; + StartSwim = "Sharks_swim"; + StopSwim = "Sharks_Swim"; + WalkF = "Sharks_swim"; + SlowF = "Sharks_swim"; + FastF = "Sharks_swim"; + EvasiveForward = "Sharks_swim"; + Down = "Sharks_Swim"; + Up = "Sharks_Swim"; + PlayerStand = "Sharks_Swim"; + PlayerCrouch = "Sharks_Swim"; + PlayerProne = "Sharks_Swim"; + Lying = "Sharks_Swim"; + Stand = "Sharks_Swim"; + Combat = "Sharks_Swim"; + Crouch = "Sharks_Swim"; + CanNotMove = "Sharks_Stop"; + Civil = "Sharks_Swim"; + CivilLying = "Sharks_Swim"; + FireNotPossible = "Sharks_Swim"; + Die = "Sharks_Die"; + Eat = "Sharks_Swim"; + Rest = "Sharks_Swim"; + }; + class SharksActions : NoActions + { + Stop = "Sharks_Stop"; + StopRelaxed = "Sharks_Stop"; + TurnL = "Sharks_Stop"; + TurnR = "Sharks_Stop"; + TurnLRelaxed = "Sharks_Stop"; + TurnRRelaxed = "Sharks_Stop"; + Default = "Sharks_Swim"; + JumpOff = "Sharks_Swim"; + StartSwim = "Sharks_swim"; + StopSwim = "Sharks_Swim"; + WalkF = "Sharks_swim"; + SlowF = "Sharks_swim"; + FastF = "Sharks_swim"; + EvasiveForward = "Sharks_swim"; + Down = "Sharks_Swim"; + Up = "Sharks_Swim"; + PlayerStand = "Sharks_Swim"; + PlayerCrouch = "Sharks_Swim"; + PlayerProne = "Sharks_Swim"; + Lying = "Sharks_Swim"; + Stand = "Sharks_Swim"; + Combat = "Sharks_Swim"; + Crouch = "Sharks_Swim"; + CanNotMove = "Sharks_Stop"; + Civil = "Sharks_Swim"; + CivilLying = "Sharks_Swim"; + FireNotPossible = "Sharks_Swim"; + Die = "Sharks_Die"; + Eat = "Sharks_Swim"; + Rest = "Sharks_Swim"; + turnSpeed = 1; + limitFast = 5.5; + useFastMove = 0; + upDegree = "ManPosNoWeapon"; + }; + }; + class BlendAnims : BlendAnims + { + aimingDefault[] = { "fish_head", 1 }; + headDefault[] = { "fish_head", 1 }; + }; +}; \ No newline at end of file diff --git a/Sources/epoch_config/Configs/CfgMovesBasic.hpp b/Sources/epoch_config/Configs/CfgMovesBasic.hpp new file mode 100644 index 00000000..02ed7887 --- /dev/null +++ b/Sources/epoch_config/Configs/CfgMovesBasic.hpp @@ -0,0 +1,16296 @@ +class CfgMovesBasic +{ + access = 1; + skeletonName = ""; + collisionVertexPattern[] = {"1a","2a","3a","4a","5a","6a","7a","8a","9a","10a","11a","12a","13a","14a","15a","16a","17a","18a","19a","20a","21a","22a","23a","24a","25a","26a","27a","28a","29a","30a","31a","32a","33a","34a","1c","2c","3c","4c","5c","6c","7c","8c"}; + collisionGeomCompPattern[] = {1,3}; + class Default + { + GetOutPara = ""; + weaponLowered = 0; + canBlendStep = 0; + idle = "idleDefault"; + access = 3; + actions = "NoActions"; + file = ""; + looped = 1; + speed = 0.5; + disableWeapons = 0; + enableOptics = 0; + disableWeaponsLong = 0; + showWeaponAim = 1; + enableMissile = 0; + enableBinocular = 0; + showItemInHand = 0; + showItemInRightHand = 0; + showHandGun = 0; + onLandBeg = 0; + onLandEnd = 0; + onLadder = 0; + canPullTrigger = 1; + canReload = 1; + duty = -0.5; + visibleSize = 0.75012; + aimPrecision = 1; + camShakeFire = 1; + relSpeedMin = 1; + relSpeedMax = 1; + soundEnabled = 1; + soundOverride = ""; + soundEdge[] = {0.5,1}; + terminal = 0; + ragdoll = 0; + limitGunMovement = 1; + variantsPlayer[] = {}; + variantsAI[] = {""}; + equivalentTo = ""; + connectAs = ""; + variantAfter[] = {5,10,20}; + connectFrom[] = {}; + connectTo[] = {}; + interpolateWith[] = {}; + interpolateTo[] = {}; + interpolateFrom[] = {}; + ignoreMinPlayTime[] = {"Unconscious"}; + aiming = "aimingDefault"; + aimingBody = "aimingUpDefault"; + leaning = "leaningDefault"; + legs = "legsDefault"; + head = "headDefault"; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + leaningFactorZeroPoint = -1; + interpolationSpeed = 6; + interpolationRestart = 0; + enableDirectControl = 1; + headBobMode = 0; + headBobStrength = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + hasCollShapeSafe = 0; + collisionShapeSafe = ""; + boundingSphere = 1.0; + enableAutoActions = 0; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + rightHandIKBeg = 0; + rightHandIKEnd = 0; + leftHandIKCurve[] = {}; + rightHandIKCurve[] = {}; + weaponIK = 0; + preload = 0; + Walkcycles = 1; + forceAim = 0; + adjstance = "m"; + }; + class HealBase: Default + { + disableWeapons = 1; + disableWeaponsLong = 1; + showWeaponAim = 0; + canPullTrigger = 0; + duty = 0.2; + limitGunMovement = 0; + aiming = "empty"; + aimingBody = "empty"; + actions = "HealActionBase"; + looped = 0; + }; + class HealBaseRfl: HealBase{}; + class StandBase: Default + { + disableWeapons = 1; + leaningFactorBeg = 1; + leaningFactorEnd = 1; + headBobMode = 2; + headBobStrength = 0.20398; + }; + class DefaultDie: Default + { + aiming = "aimingNo"; + aimingBody = "aimingNo"; + legs = "legsNo"; + head = "headNo"; + disableWeapons = 1; + interpolationRestart = 1; + soundEdge[] = {0.45}; + boundingSphere = 1.5; + enableDirectControl = 0; + showWeaponAim = 0; + canPullTrigger = 0; + headBobMode = 1; + headBobStrength = -1; + }; + class ManActions + { + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + AdjustLF = ""; + AdjustLB = ""; + AdjustRB = ""; + AdjustRF = ""; + dooraction = "amovpercmwlksnonwnondf"; + GestureLegPush = ""; + agonyStart = "AinjPpneMstpSnonWnonDnon"; + agonyStop = "AmovPpneMstpSnonWnonDnon"; + medicStop = "AinvPknlMstpSnonWnonDnon_medicEnd"; + medicStart = "AinvPknlMstpSnonWnonDnon_medic0S"; + medicStartUp = "AinvPknlMstpSnonWrflDnon_medicUp0S"; + medicStartRightSide = "AinvPknlMstpSnonWnonDr_medic0S"; + GestureAgonyCargo = ""; + grabCarry = "Helper_SwitchToCarryRfl"; + grabCarried = "AinjPfalMstpSnonWnonDnon_carried_still"; + grabDrag = "AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_2"; + grabDragged = "AcinPknlMwlkSlowWrflDb_still"; + carriedStill = "AinjPfalMstpSnonWrflDnon_carried_still"; + released = ""; + releasedBad = ""; + Stop = ""; + StopRelaxed = ""; + TurnL = ""; + TurnR = ""; + TurnLRelaxed = ""; + TurnRRelaxed = ""; + ReloadMagazine = ""; + reloadGM6 = ""; + ReloadMGun = ""; + ReloadRPG = "ReloadRPG"; + ReloadMortar = ""; + ThrowPrepare = ""; + ThrowGrenade = ""; + WalkF = ""; + WalkLF = ""; + WalkRF = ""; + WalkL = ""; + WalkR = ""; + WalkLB = ""; + WalkRB = ""; + WalkB = ""; + PlayerWalkF = ""; + PlayerWalkLF = ""; + PlayerWalkRF = ""; + PlayerWalkL = ""; + PlayerWalkR = ""; + PlayerWalkLB = ""; + PlayerWalkRB = ""; + PlayerWalkB = ""; + SlowF = ""; + SlowLF = ""; + SlowRF = ""; + SlowL = ""; + SlowR = ""; + SlowLB = ""; + SlowRB = ""; + SlowB = ""; + PlayerSlowF = ""; + PlayerSlowLF = ""; + PlayerSlowRF = ""; + PlayerSlowL = ""; + PlayerSlowR = ""; + PlayerSlowLB = ""; + PlayerSlowRB = ""; + PlayerSlowB = ""; + FastF = ""; + FastLF = ""; + FastRF = ""; + FastL = ""; + FastR = ""; + FastLB = ""; + FastRB = ""; + FastB = ""; + TactF = ""; + TactLF = ""; + TactRF = ""; + TactL = ""; + TactR = ""; + TactLB = ""; + TactRB = ""; + TactB = ""; + PlayerTactF = ""; + PlayerTactLF = ""; + PlayerTactRF = ""; + PlayerTactL = ""; + PlayerTactR = ""; + PlayerTactLB = ""; + PlayerTactRB = ""; + PlayerTactB = ""; + EvasiveLeft = ""; + EvasiveRight = ""; + startSwim = ""; + surfaceSwim = ""; + bottomSwim = ""; + StopSwim = ""; + startDive = "AdvePercMrunSnonWnonDf"; + SurfaceDive = "AsdvPercMrunSnonWnonDf"; + BottomDive = "AbdvPercMrunSnonWnonDf"; + StopDive = ""; + Down = ""; + Up = ""; + PlayerStand = ""; + PlayerCrouch = ""; + PlayerProne = ""; + Lying = ""; + Stand = ""; + Combat = ""; + Crouch = ""; + CanNotMove = ""; + Civil = ""; + CivilLying = ""; + FireNotPossible = ""; + Die = "Unconscious"; + Unconscious = "Unconscious"; + WeaponOn = ""; + WeaponOff = ""; + Default = ""; + JumpOff = ""; + StrokeFist = ""; + StrokeGun = ""; + SitDown = ""; + Salute = ""; + saluteOff = ""; + GetOver = ""; + Diary = ""; + Surrender = ""; + Gear = ""; + BinocOn = ""; + BinocOff = ""; + PutDown = ""; + PutDownEnd = ""; + Medic = ""; + MedicOther = ""; + Treated = ""; + LadderOnDown = ""; + LadderOnUp = ""; + LadderOff = ""; + LadderOffTop = ""; + LadderOffBottom = ""; + GetInLow = ""; + GetInMedium = ""; + GetInHigh = ""; + GetInSDV = ""; + GetInHeli_Attack_01Pilot = ""; + GetInHeli_Attack_01Gunner = ""; + GetInHelicopterCargo = ""; + GetInMRAP_01 = ""; + GetInMRAP_01_cargo = ""; + GetOutMRAP_01 = ""; + GetOutMRAP_01_cargo = ""; + GetOutHelicopterCargo = ""; + GetOutLow = ""; + GetOutMedium = ""; + GetOutHigh = ""; + GetOutHighZamak = ""; + GetOutHighHemtt = ""; + GetOutSDV = ""; + GetOutHeli_Attack_01Pilot = ""; + GetOutHeli_Attack_01Gunner = ""; + TakeFlag = ""; + HandGunOn = ""; + gestureAttack = ""; + gestureGo = ""; + gestureGoB = ""; + gestureFreeze = ""; + gesturePoint = ""; + gestureCeaseFire = ""; + gestureCover = ""; + gestureUp = ""; + gestureNo = ""; + gestureYes = ""; + gestureFollow = ""; + gestureAdvance = ""; + gestureHi = ""; + gestureHiB = ""; + gestureHiC = ""; + gestureNod = ""; + GestureSpasm0 = ""; + GestureSpasm1 = ""; + GestureSpasm2 = ""; + GestureSpasm3 = ""; + GestureSpasm4 = ""; + GestureSpasm5 = ""; + GestureSpasm6 = ""; + GestureSpasm0weak = ""; + GestureSpasm1weak = ""; + GestureSpasm2weak = ""; + GestureSpasm3weak = ""; + GestureSpasm4weak = ""; + GestureSpasm5weak = ""; + GestureSpasm6weak = ""; + GestureReloadMX = ""; + GestureReloadMXCompact = ""; + GestureReloadMXSniper = ""; + GestureReloadMk20 = ""; + GestureReloadTRG = ""; + GestureReloadTRGUGL = ""; + GestureReloadKatiba = ""; + GestureReloadM200 = ""; + GestureReloadLRR = ""; + GestureReloadEBR = ""; + GestureReloadM4SSAS = ""; + GestureReloadSMG_02 = ""; + GestureReloadSMG_03 = ""; + GestureReloadPistol = ""; + GestureReloadPistolHeavy02 = ""; + GestureReloadFlaregun = ""; + GestureReloadSMG_01 = ""; + GestureReloadSDAR = ""; + GestureReloadDMR = ""; + MountOptic = ""; + DismountOptic = ""; + MountSide = ""; + DismountSide = ""; + GestureMountMuzzle = ""; + GestureDismountMuzzle = ""; + healedStart = ""; + healedStop = ""; + TestDriver = "BasicDriver"; + TestDriverOut = "BasicDriverOut"; + TestGunner = "BasicSittingGunner"; + Relax = ""; + swimUp = ""; + swimDown = ""; + StartFreefall = ""; + PrimaryWeapon = ""; + SecondaryWeapon = ""; + Binoculars = ""; + GestureSwing0 = ""; + GestureSwing1 = ""; + GestureSwing2 = ""; + GestureFinger = ""; + SledgeSwing = ""; + }; + class Actions + { + class NoActions: ManActions + { + GestureLegPush[] = {"GestureLegPush","Gesture"}; + GestureNod[] = {"GestureNod","Gesture"}; + GestureAgonyCargo[] = {"GestureAgonyCargo","Gesture"}; + access = 3; + ladderOnDown = "LadderCivilOn_Top"; + ladderOnUp = "LadderCivilOn_Top"; + turnSpeed = 1; + upDegree = -1; + stance = "ManStanceUndefined"; + limitFast = 5; + leanRRot = 0; + leanRShift = 0; + leanLRot = 0; + leanLShift = 0; + useFastMove = 0; + GestureSpasm0[] = {"GestureSpasm0","Gesture"}; + GestureSpasm1[] = {"GestureSpasm1","Gesture"}; + GestureSpasm2[] = {"GestureSpasm2","Gesture"}; + GestureSpasm3[] = {"GestureSpasm3","Gesture"}; + GestureSpasm4[] = {"GestureSpasm4","Gesture"}; + GestureSpasm5[] = {"GestureSpasm5","Gesture"}; + GestureSpasm6[] = {"GestureSpasm6","Gesture"}; + GestureSpasm0weak[] = {"GestureSpasm0weak","Gesture"}; + GestureSpasm1weak[] = {"GestureSpasm1weak","Gesture"}; + GestureSpasm2weak[] = {"GestureSpasm2weak","Gesture"}; + GestureSpasm3weak[] = {"GestureSpasm3weak","Gesture"}; + GestureSpasm4weak[] = {"GestureSpasm4weak","Gesture"}; + GestureSpasm5weak[] = {"GestureSpasm5weak","Gesture"}; + GestureSpasm6weak[] = {"GestureSpasm6weak","Gesture"}; + GestureReloadMk20[] = {"GestureReloadMk20","Gesture"}; + GestureReloadMX[] = {"GestureReloadMX","Gesture"}; + GestureReloadMXCompact[] = {"GestureReloadMXCompact","Gesture"}; + GestureReloadMXSniper[] = {"GestureReloadMXSniper","Gesture"}; + GestureReloadTRG[] = {"GestureReloadTRG","Gesture"}; + GestureReloadTRGUGL[] = {"GestureReloadTRGUGL","Gesture"}; + GestureReloadKatiba[] = {"GestureReloadKatiba","Gesture"}; + GestureReloadM200[] = {"GestureReloadM200","Gesture"}; + GestureReloadLRR[] = {"GestureReloadLRR","Gesture"}; + GestureReloadEBR[] = {"GestureReloadEBR","Gesture"}; + GestureReloadSMG_02[] = {"GestureReloadSMG_02","Gesture"}; + GestureReloadSMG_03[] = {"GestureReloadSMG_03","Gesture"}; + GestureReloadPistol[] = {"GestureReloadPistol","Gesture"}; + GestureReloadPistolHeavy02[] = {"GestureReloadPistolHeavy02","Gesture"}; + GestureReloadFlaregun[] = {"GestureReloadFlaregun","Gesture"}; + GestureReloadSMG_01[] = {"GestureReloadSMG_01","Gesture"}; + GestureReloadSDAR[] = {"GestureReloadSDAR","Gesture"}; + GestureReloadDMR[] = {"GestureReloadDMR","Gesture"}; + GestureReloadM4SSAS[] = {"GestureReloadM4SSAS","Gesture"}; + GestureMountMuzzle[] = {"GestureMountMuzzle","Gesture"}; + GestureDismountMuzzle[] = {"GestureDismountMuzzle","Gesture"}; + grabCarried = "AinjPfalMstpSnonWrflDnon_carried_Up"; + GestureSwing0[] = {"GestureSwing0","Gesture"}; + GestureSwing1[] = { "GestureSwing1", "Gesture" }; + GestureSwing2[] = { "GestureSwing2", "Gesture" }; + GestureFinger[] = {"GestureFinger","Gesture"}; + SledgeSwing[] = { "SledgeSwing", "Gesture" }; + }; + class DeadActions: NoActions + { + upDegree = "ManPosDead"; + stance = "ManStanceProne"; + LadderOnDown = ""; + LadderOnUp = ""; + TestDriver = ""; + TestDriverOut = ""; + TestGunner = ""; + Die = "DeadState"; + }; + class CutsceneLoop: NoActions + { + upDegree = "ManPosStand"; + stance = "ManStanceStand"; + LadderOnDown = ""; + LadderOnUp = ""; + TestDriver = ""; + TestDriverOut = ""; + TestGunner = ""; + Die = "DeadState"; + stop = "Acts_PercMwlkSlowWrflDf"; + }; + class StaticCutsceneLoop: NoActions + { + upDegree = "ManPosStand"; + stance = "ManStanceStand"; + LadderOnDown = ""; + LadderOnUp = ""; + TestDriver = ""; + TestDriverOut = ""; + TestGunner = ""; + Die = "DeadState"; + stop = "HubBriefing_Player"; + }; + class StaticCutsceneLoopPlayerWalk: NoActions + { + upDegree = "ManPosStand"; + stance = "ManStanceStand"; + LadderOnDown = ""; + LadderOnUp = ""; + TestDriver = ""; + TestDriverOut = ""; + TestGunner = ""; + Die = "DeadState"; + stop = "AmovPercMstpSlowWrflDnon"; + stopRelaxed = "AmovPercMstpSlowWrflDnon"; + default = "AmovPercMstpSlowWrflDnon"; + }; + class ToIncapacitatedAction: NoActions + { + upDegree = "ManPosDead"; + stance = "ManStanceProne"; + Die = "DeadState"; + turnSpeed = 2.5; + limitFast = 5.5; + }; + class IncapacitatedAction: ToIncapacitatedAction{}; + class ToIncapacitatedRifleAction: ToIncapacitatedAction + { + AgonyStop = "AmovPpneMstpSrasWrflDnon"; + }; + class IncapacitatedRifleAction: ToIncapacitatedRifleAction{}; + class ToIncapacitatedPistolAction: ToIncapacitatedAction + { + AgonyStop = "AmovPpneMstpSrasWpstDnon"; + }; + class IncapacitatedPistolAction: ToIncapacitatedPistolAction{}; + class CargoActions: NoActions{}; + class RifleBaseLowStandActions: NoActions + { + stop = "AmovPercMstpSlowWrflDnon"; + default = "AmovPercMstpSlowWrflDnon"; + StopRelaxed = "AidlPercMstpSlowWrflDnon_AI"; + turnL = "AmovPercMstpSlowWrflDnon_turnL"; + turnR = "AmovPercMstpSlowWrflDnon_turnR"; + turnLRelaxed = "AmovPercMstpSlowWrflDnon_turnL"; + turnRRelaxed = "AmovPercMstpSlowWrflDnon_turnR"; + reloadMagazine[] = {"WeaponMagazineReloadStand_g","Gesture"}; + gestureGo[] = {"GestureGoStand","Gesture"}; + gestureGoB[] = {"GestureGoBStand","Gesture"}; + gestureFreeze[] = {"GestureFreezeStand","Gesture"}; + gesturePoint[] = {"GestureAttackStand","Gesture"}; + gestureCeaseFire[] = {"GestureCeaseFire","Gesture"}; + gestureCover[] = {"GestureCover","Gesture"}; + gestureUp[] = {"GestureUp","Gesture"}; + gestureNo[] = {"GestureNo","Gesture"}; + gestureYes[] = {"GestureYes","Gesture"}; + gestureFollow[] = {"GestureFollow","Gesture"}; + gestureAdvance[] = {"GestureAttackStand","Gesture"}; + gestureHi[] = {"GestureHi","Gesture"}; + gestureHiB[] = {"GestureHiB","Gesture"}; + gestureHiC[] = {"GestureHiC","Gesture"}; + reloadGM6[] = {"GestureReloadGM6","Gesture"}; + MountOptic = "MountOptic"; + DismountOptic = "DismountOptic"; + MountSide = "MountSide"; + DismountSide = "DismountSide"; + reloadMGun = "AmovPercMstpSlowWrflDnon"; + reloadMortar = "AmovPercMstpSlowWrflDnon"; + throwPrepare = "AwopPercMstpSgthWrflDnon_Start1"; + throwGrenade[] = {"GestureThrowGrenade","Gesture"}; + WalkF = "AmovPercMwlkSlowWrflDf"; + WalkLF = "AmovPercMwlkSlowWrflDfl"; + WalkRF = "AmovPercMwlkSlowWrflDfr"; + WalkL = "AmovPercMwlkSlowWrflDl"; + WalkR = "AmovPercMwlkSlowWrflDr"; + WalkLB = "AmovPercMwlkSlowWrflDbl"; + WalkRB = "AmovPercMwlkSlowWrflDbr"; + WalkB = "AmovPercMwlkSlowWrflDb"; + PlayerWalkF = "AmovPercMwlkSlowWrflDf"; + PlayerWalkLF = "AmovPercMwlkSlowWrflDfl"; + PlayerWalkRF = "AmovPercMwlkSlowWrflDfr"; + PlayerWalkL = "AmovPercMwlkSlowWrflDl"; + PlayerWalkR = "AmovPercMwlkSlowWrflDr"; + PlayerWalkLB = "AmovPercMwlkSlowWrflDbl"; + PlayerWalkRB = "AmovPercMwlkSlowWrflDbr"; + PlayerWalkB = "AmovPercMwlkSlowWrflDb"; + SlowF = "AmovPercMrunSlowWrflDf"; + SlowLF = "AmovPercMrunSlowWrflDfl"; + SlowRF = "AmovPercMrunSlowWrflDfr"; + SlowL = "AmovPercMrunSlowWrflDl"; + SlowR = "AmovPercMrunSlowWrflDr"; + SlowLB = "AmovPercMrunSlowWrflDbl"; + SlowRB = "AmovPercMrunSlowWrflDbr"; + SlowB = "AmovPercMrunSlowWrflDb"; + PlayerSlowF = "AmovPercMrunSlowWrflDf"; + PlayerSlowLF = "AmovPercMrunSlowWrflDfl"; + PlayerSlowRF = "AmovPercMrunSlowWrflDfr"; + PlayerSlowL = "AmovPercMrunSlowWrflDl"; + PlayerSlowR = "AmovPercMrunSlowWrflDr"; + PlayerSlowLB = "AmovPercMrunSlowWrflDbl"; + PlayerSlowRB = "AmovPercMrunSlowWrflDbr"; + PlayerSlowB = "AmovPercMrunSlowWrflDb"; + FastF = "AmovPercMevaSlowWrflDf"; + FastLF = "AmovPercMevaSlowWrflDfl"; + FastRF = "AmovPercMevaSlowWrflDfr"; + FastL = "AmovPercMrunSlowWrflDl"; + FastR = "AmovPercMrunSlowWrflDr"; + FastLB = "AmovPercMrunSlowWrflDbl"; + FastRB = "AmovPercMrunSlowWrflDbr"; + FastB = "AmovPercMrunSlowWrflDb"; + TactF = "AmovPercMtacSlowWrflDf"; + TactLF = "AmovPercMtacSlowWrflDfl"; + TactRF = "AmovPercMtacSlowWrflDfr"; + TactL = "AmovPercMtacSlowWrflDl"; + TactR = "AmovPercMtacSlowWrflDr"; + TactLB = "AmovPercMtacSlowWrflDbl"; + TactRB = "AmovPercMtacSlowWrflDbr"; + TactB = "AmovPercMtacSlowWrflDb"; + PlayerTactF = "AmovPercMtacSlowWrflDf"; + PlayerTactLF = "AmovPercMtacSlowWrflDfl"; + PlayerTactRF = "AmovPercMtacSlowWrflDfr"; + PlayerTactL = "AmovPercMtacSlowWrflDl"; + PlayerTactR = "AmovPercMtacSlowWrflDr"; + PlayerTactLB = "AmovPercMtacSlowWrflDbl"; + PlayerTactRB = "AmovPercMtacSlowWrflDbr"; + PlayerTactB = "AmovPercMtacSlowWrflDb"; + EvasiveLeft = "AmovPercMstpSlowWrflDnon_AmovPercMevaSrasWrflDl"; + EvasiveRight = "AmovPercMstpSlowWrflDnon_AmovPercMevaSrasWrflDr"; + down = "AmovPpneMstpSrasWrflDnon"; + up = "AmovPknlMstpSlowWrflDnon"; + weaponOn = "AmovPknlMstpSrasWlnrDnon"; + weaponOff = "AmovPercMstpSrasWrflDnon"; + binocOn = "AwopPercMstpSoptWbinDnon_rfl"; + binocOff = "AmovPercMstpSrasWrflDnon"; + handGunOn = "AmovPercMstpSrasWpstDnon"; + takeFlag = "AinvPknlMstpSlayWrflDnon"; + putDown = "AmovPknlMstpSrasWrflDnon_explo"; + medic = "AinvPknlMstpSlayWrflDnon_medic"; + medicOther = "AinvPknlMstpSlayWrflDnon_medic"; + medicUp = "AinvPknlMstpSlayWrflDnon_medicUp"; + treated = "AinvPknlMstpSlayWrflDnon_healed"; + PlayerStand = "AmovPercMstpSlowWrflDnon"; + PlayerCrouch = "AmovPknlMstpSlowWrflDnon"; + PlayerProne = "AmovPpneMstpSrasWrflDnon"; + Combat = "AmovPercMstpSrasWrflDnon"; + Lying = "AmovPpneMstpSrasWrflDnon"; + Stand = "AmovPercMstpSrasWrflDnon"; + Crouch = "AmovPknlMstpSlowWrflDnon"; + CanNotMove = "AmovPercMstpSrasWrflDnon"; + Civil = "AmovPercMstpSnonWnonDnon"; + CivilLying = "AmovPpneMstpSnonWnonDnon"; + FireNotPossible = "AmovPercMstpSrasWrflDnon"; + ladderOnDown = "LadderRifleOn"; + ladderOnUp = "LadderRifleOn"; + strokeGun = "AmovPercMstpSrasWrflDnon"; + GetInLow = "AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInLow"; + GetInMedium = "AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInMedium"; + GetInHigh = "AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInHigh"; + GetInSDV = "AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInHigh"; + GetOutPara = "aparpercmstpsnonwnondnon_amovppnemstpsnonwnondnon"; + GetOutLow = "AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutLow"; + GetOutMedium = "AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutMedium"; + GetOutHigh = "AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutHigh"; + GetOutHighZamak = "AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutHighZamak"; + GetOutHighHemtt = "AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutHighHemtt"; + GetOutSDV = "AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWrflDnon_getOutHigh"; + GetOutHeli_Attack_01Pilot = "Heli_Attack_01Pilot_AmovPercMstpSlowWrflDnon"; + GetOutHeli_Attack_01Gunner = "Heli_Attack_01Gunner_AmovPercMstpSlowWrflDnon"; + GetInHelicopterCargo = "GetInHelicopterCargoRfl"; + GetInMRAP_01 = "GetInMRAP_01Rfl"; + GetInMRAP_01_cargo = "GetInMRAP_01_cargoRfl"; + GetOutMRAP_01 = "GetOutMRAP_01Rfl"; + GetOutMRAP_01_cargo = "GetOutMRAP_01_cargoRfl"; + GetOutHelicopterCargo = "GetOutHelicopterCargoRfl"; + sitDown = "AmovPsitMstpSlowWrflDnon"; + getOver = "AovrPercMstpSlowWrflDf"; + salute = "AmovPercMstpSlowWrflDnon_salute"; + turnSpeed = 8; + limitFast = 5.5; + leanRRot = 0.5; + leanRShift = 0.01; + leanLRot = 0.5; + leanLShift = 0.01; + startSwim = "AswmPercMrunSnonWnonDf"; + surfaceSwim = "AsswPercMrunSnonWnonDf"; + bottomSwim = "AbswPercMrunSnonWnonDf"; + startDive = "AdvePercMrunSnonWrflDf"; + SurfaceDive = "AsdvPercMrunSnonWrflDf"; + BottomDive = "AbdvPercMrunSnonWrflDf"; + upDegree = "ManPosStand"; + stance = "ManStanceStand"; + medicStop = "AinvPknlMstpSnonWrflDnon_medicEnd"; + medicStart = "AinvPknlMstpSnonWrflDnon_medic0S"; + medicStartRightSide = "AinvPknlMstpSnonWrflDr_medic0S"; + healedStop = "AinjPpneMstpSnonWrflDnon"; + healedStart = "AinjPpneMstpSnonWrflDnon_injuredHealed"; + agonyStart = "AinjPpneMstpSnonWrflDnon"; + agonyStop = "AmovPpneMstpSrasWrflDnon"; + Diary = ""; + Surrender = "AmovPercMstpSsurWnonDnon"; + Gear = "AmovPercMstpSlowWrflDnon_gear"; + saluteOff = "AmovPercMstpSlowWrflDnon"; + Relax = "AmovPknlMstpSlowWrflDnon_relax"; + StartFreefall = "AfalPercMstpSrasWrflDnon"; + PrimaryWeapon = "AmovPercMstpSrasWrflDnon"; + SecondaryWeapon = "AmovPercMstpSrasWlnrDnon"; + Binoculars = "AmovPercMstpSoptWbinDnon"; + }; + class RifleLowStandActions: RifleBaseLowStandActions + { + PlayerStand = ""; + Diary = ""; + Gear = "AinvPercMstpSrasWrflDnon"; + StopRelaxed = "AmovPercMstpSlowWrflDnon"; + putDown = "AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon_Putdown"; + }; + class RifleLowStandActionsNoAdjust: RifleLowStandActions + { + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + AdjustLF = ""; + AdjustLB = ""; + AdjustRB = ""; + AdjustRF = ""; + }; + class RifleLowStandActions_gear: RifleLowStandActions + { + Stop = "AmovPercMstpSlowWrflDnon_gear"; + StopRelaxed = "AmovPercMstpSlowWrflDnon_gear"; + Default = "AmovPercMstpSlowWrflDnon_gear"; + PlayerStand = "AmovPercMstpSlowWrflDnon"; + Civil = "AmovPercMstpSnonWnonDnon_gear"; + HandGunOn = "AmovPercMstpSrasWpstDnon_gear"; + }; + class RifleLowStandActions_diary: RifleLowStandActions_gear + { + Stop = "AmovPercMstpSlowWrflDnon_diary"; + StopRelaxed = "AmovPercMstpSlowWrflDnon_diary"; + Default = "AmovPercMstpSlowWrflDnon_diary"; + }; + class RifleLowStandActionsWlkF: RifleLowStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMwlkSlowWrflDf"; + Up = "AmovPknlMwlkSlowWrflDf"; + ThrowPrepare = "AmovPercMwlkSlowWrflDf"; + Combat = "AmovPercMwlkSrasWrflDf"; + }; + class RifleLowStandActionsRunF: RifleLowStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSlowWrflDf"; + Up = "AmovPknlMrunSlowWrflDf"; + ThrowPrepare = "AmovPercMrunSlowWrflDf"; + Combat = "AmovPercMtacSrasWrflDf"; + FireNotPossible = "AmovPercMtacSrasWrflDf"; + }; + class RifleLowStandActionsWlkFL: RifleLowStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMwlkSlowWrflDfl"; + Up = "AmovPknlMwlkSlowWrflDfl"; + ThrowPrepare = "AmovPercMwlkSlowWrflDfl"; + Combat = "AmovPercMwlkSrasWrflDfl"; + FireNotPossible = "AmovPercMwlkSrasWrflDfl"; + }; + class RifleLowStandActionsRunFL: RifleLowStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSlowWrflDfl"; + Up = "AmovPknlMrunSlowWrflDfl"; + ThrowPrepare = "AmovPercMrunSlowWrflDfl"; + Combat = "AmovPercMtacSrasWrflDfl"; + FireNotPossible = "AmovPercMtacSrasWrflDfl"; + }; + class RifleLowStandActionsWlkL: RifleLowStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMwlkSlowWrflDl"; + Up = "AmovPknlMwlkSlowWrflDl"; + Combat = "AmovPercMwlkSrasWrflDl"; + FireNotPossible = "AmovPercMwlkSrasWrflDl"; + }; + class RifleLowStandActionsRunL: RifleLowStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSlowWrflDl"; + Up = "AmovPknlMrunSlowWrflDl"; + Combat = "AmovPercMtacSrasWrflDl"; + FireNotPossible = "AmovPercMtacSrasWrflDl"; + }; + class RifleLowStandActionsWlkBL: RifleLowStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMwlkSlowWrflDbl"; + Up = "AmovPknlMwlkSlowWrflDbl"; + Combat = "AmovPercMwlkSrasWrflDbl"; + FireNotPossible = "AmovPercMwlkSrasWrflDbl"; + }; + class RifleLowStandActionsRunBL: RifleLowStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSlowWrflDbl"; + Up = "AmovPknlMrunSlowWrflDbl"; + Combat = "AmovPercMtacSrasWrflDbl"; + FireNotPossible = "AmovPercMtacSrasWrflDbl"; + }; + class RifleLowStandActionsWlkB: RifleLowStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMwlkSlowWrflDb"; + Up = "AmovPknlMwlkSlowWrflDb"; + Combat = "AmovPercMwlkSrasWrflDb"; + FireNotPossible = "AmovPercMwlkSrasWrflDb"; + }; + class RifleLowStandActionsRunB: RifleLowStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSlowWrflDb"; + Up = "AmovPknlMrunSlowWrflDb"; + Combat = "AmovPercMtacSrasWrflDb"; + FireNotPossible = "AmovPercMtacSrasWrflDb"; + }; + class RifleLowStandActionsWlkBR: RifleLowStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMwlkSlowWrflDbr"; + Up = "AmovPknlMwlkSlowWrflDbr"; + Combat = "AmovPercMwlkSrasWrflDbr"; + FireNotPossible = "AmovPercMwlkSrasWrflDbr"; + }; + class RifleLowStandActionsRunBR: RifleLowStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSlowWrflDbr"; + Up = "AmovPknlMrunSlowWrflDbr"; + Combat = "AmovPercMtacSrasWrflDbr"; + FireNotPossible = "AmovPercMtacSrasWrflDbr"; + }; + class RifleLowStandActionsWlkR: RifleLowStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMwlkSlowWrflDr"; + Up = "AmovPknlMwlkSlowWrflDr"; + Combat = "AmovPercMwlkSrasWrflDr"; + FireNotPossible = "AmovPercMwlkSrasWrflDr"; + }; + class RifleLowStandActionsRunR: RifleLowStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSlowWrflDr"; + Up = "AmovPknlMrunSlowWrflDr"; + Combat = "AmovPercMtacSrasWrflDr"; + FireNotPossible = "AmovPercMtacSrasWrflDr"; + }; + class RifleLowStandActionsWlkFR: RifleLowStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMwlkSlowWrflDr"; + up = "AmovPknlMwlkSlowWrflDr"; + Combat = "AmovPercMwlkSrasWrflDfr"; + FireNotPossible = "AmovPercMwlkSrasWrflDfr"; + }; + class RifleLowStandActionsRunFR: RifleLowStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSlowWrflDfr"; + Up = "AmovPknlMrunSlowWrflDfr"; + ThrowPrepare = "AmovPercMrunSlowWrflDfr"; + Combat = "AmovPercMtacSrasWrflDfr"; + FireNotPossible = "AmovPercMtacSrasWrflDfr"; + }; + class RifleLowStandActionsTacF: RifleLowStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMtacSlowWrflDf"; + Up = "AmovPknlMtacSlowWrflDf"; + ThrowPrepare = "AmovPercMTacSlowWrflDf"; + Combat = "AmovPercMTacSrasWrflDf"; + }; + class RifleLowStandActionsTacFL: RifleLowStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMtacSlowWrflDfl"; + Up = "AmovPknlMtacSlowWrflDfl"; + ThrowPrepare = "AmovPercMTacSlowWrflDfl"; + Combat = "AmovPercMTacSrasWrflDfl"; + }; + class RifleLowStandActionsTacL: RifleLowStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMtacSlowWrflDl"; + Up = "AmovPknlMtacSlowWrflDl"; + Combat = "AmovPercMTacSrasWrflDl"; + }; + class RifleLowStandActionsTacBL: RifleLowStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMtacSlowWrflDbl"; + Up = "AmovPknlMtacSlowWrflDbl"; + Combat = "AmovPercMTacSrasWrflDbl"; + }; + class RifleLowStandActionsTacB: RifleLowStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMtacSlowWrflDb"; + Up = "AmovPknlMtacSlowWrflDb"; + Combat = "AmovPercMTacSrasWrflDb"; + }; + class RifleLowStandActionsTacBR: RifleLowStandActionsNoAdjust + { + PlayerCrouch = ""; + Up = "AmovPknlMtacSlowWrflDbr"; + Combat = "AmovPercMTacSrasWrflDbr"; + }; + class RifleLowStandActionsTacR: RifleLowStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMtacSlowWrflDr"; + Up = "AmovPknlMtacSlowWrflDr"; + Combat = "AmovPercMTacSrasWrflDr"; + }; + class RifleLowStandActionsTacFR: RifleLowStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMtacSlowWrflDfr"; + Up = "AmovPknlMtacSlowWrflDfr"; + ThrowPrepare = "AmovPercMTacSlowWrflDfr"; + Combat = "AmovPercMTacSrasWrflDfr"; + }; + class RifleStandLowEvasiveActionsF: RifleLowStandActionsNoAdjust + { + turnSpeed = 4; + ThrowPrepare = "AmovPercMevaSlowWrflDf"; + salute = ""; + sitDown = ""; + Up = "AmovPknlMevaSlowWrflDf"; + PlayerCrouch = "AmovPknlMevaSlowWrflDf"; + AdjustF = "AmovPercMrunSrasWrflDf"; + }; + class RifleStandLowEvasiveActionsFR: RifleLowStandActionsNoAdjust + { + turnSpeed = 4; + ThrowPrepare = "AmovPercMevaSlowWrflDfr"; + salute = ""; + sitDown = ""; + Up = "AmovPknlMevaSlowWrflDfr"; + PlayerCrouch = "AmovPknlMevaSlowWrflDfr"; + AdjustLF = "AmovPercMrunSrasWrflDfl"; + }; + class RifleStandLowEvasiveActionsFL: RifleLowStandActionsNoAdjust + { + turnSpeed = 4; + ThrowPrepare = "AmovPercMevaSlowWrflDfl"; + salute = ""; + sitDown = ""; + Up = "AmovPknlMevaSlowWrflDfl"; + PlayerCrouch = "AmovPknlMevaSlowWrflDfl"; + AdjustLF = "AmovPercMrunSrasWrflDfl"; + }; + class RifleLowStandActions_talkCalm: RifleLowStandActions + { + Default = "AidlPercSlowWrflDnon_talkCalm"; + }; + class RifleLowStandActions_evasiveActions: RifleLowStandActions{}; + class RifleBaseStandActions: RifleBaseLowStandActions + { + stop = "AmovPercMstpSrasWrflDnon"; + default = "AmovPercMstpSrasWrflDnon"; + StopRelaxed = "AidlPercMstpSrasWrflDnon_AI"; + turnL = "AmovPercMstpSrasWrflDnon_turnL"; + turnR = "AmovPercMstpSrasWrflDnon_turnR"; + turnLRelaxed = "AmovPercMstpSrasWrflDnon_turnL"; + turnRRelaxed = "AmovPercMstpSrasWrflDnon_turnR"; + reloadMGun = "AmovPercMstpSrasWrflDnon"; + reloadMortar = "AmovPercMstpSrasWrflDnon"; + throwPrepare = "AwopPercMstpSgthWrflDnon_Start2"; + WalkF = "AmovPercMwlkSrasWrflDf"; + WalkLF = "AmovPercMwlkSrasWrflDfl"; + WalkRF = "AmovPercMwlkSrasWrflDfr"; + WalkL = "AmovPercMwlkSrasWrflDl"; + WalkR = "AmovPercMwlkSrasWrflDr"; + WalkLB = "AmovPercMwlkSrasWrflDbl"; + WalkRB = "AmovPercMwlkSrasWrflDbr"; + WalkB = "AmovPercMwlkSrasWrflDb"; + PlayerWalkF = "AmovPercMwlkSrasWrflDf"; + PlayerWalkLF = "AmovPercMwlkSrasWrflDfl"; + PlayerWalkRF = "AmovPercMwlkSrasWrflDfr"; + PlayerWalkL = "AmovPercMwlkSrasWrflDl"; + PlayerWalkR = "AmovPercMwlkSrasWrflDr"; + PlayerWalkLB = "AmovPercMwlkSrasWrflDbl"; + PlayerWalkRB = "AmovPercMwlkSrasWrflDbr"; + PlayerWalkB = "AmovPercMwlkSrasWrflDb"; + SlowF = "AmovPercMrunSrasWrflDf_ldst"; + SlowLF = "AmovPercMrunSrasWrflDfl_ldst"; + SlowRF = "AmovPercMrunSrasWrflDfr_ldst"; + SlowL = "AmovPercMrunSrasWrflDl_ldst"; + SlowR = "AmovPercMrunSrasWrflDr_ldst"; + SlowLB = "AmovPercMrunSrasWrflDbl_ldst"; + SlowRB = "AmovPercMrunSrasWrflDbr_ldst"; + SlowB = "AmovPercMrunSrasWrflDb_ldst"; + PlayerSlowF = "AmovPercMrunSrasWrflDf"; + PlayerSlowLF = "AmovPercMrunSrasWrflDfl"; + PlayerSlowRF = "AmovPercMrunSrasWrflDfr"; + PlayerSlowL = "AmovPercMrunSrasWrflDl"; + PlayerSlowR = "AmovPercMrunSrasWrflDr"; + PlayerSlowLB = "AmovPercMrunSrasWrflDbl"; + PlayerSlowRB = "AmovPercMrunSrasWrflDbr"; + PlayerSlowB = "AmovPercMrunSrasWrflDb"; + FastF = "AmovPercMevaSrasWrflDf"; + FastLF = "AmovPercMevaSrasWrflDfl"; + FastRF = "AmovPercMevaSrasWrflDfr"; + FastL = "AmovPercMevaSrasWrflDl"; + FastR = "AmovPercMevaSrasWrflDr"; + FastLB = "AmovPercMrunSrasWrflDbl"; + FastRB = "AmovPercMrunSrasWrflDbr"; + FastB = "AmovPercMrunSrasWrflDb"; + TactF = "AmovPercMtacSrasWrflDf"; + TactLF = "AmovPercMtacSrasWrflDfl"; + TactRF = "AmovPercMtacSrasWrflDfr"; + TactL = "AmovPercMtacSrasWrflDl"; + TactR = "AmovPercMtacSrasWrflDr"; + TactLB = "AmovPercMtacSrasWrflDbl"; + TactRB = "AmovPercMtacSrasWrflDbr"; + TactB = "AmovPercMtacSrasWrflDb"; + PlayerTactF = "AmovPercMtacSrasWrflDf"; + PlayerTactLF = "AmovPercMtacSrasWrflDfl"; + PlayerTactRF = "AmovPercMtacSrasWrflDfr"; + PlayerTactL = "AmovPercMtacSrasWrflDl"; + PlayerTactR = "AmovPercMtacSrasWrflDr"; + PlayerTactLB = "AmovPercMtacSrasWrflDbl"; + PlayerTactRB = "AmovPercMtacSrasWrflDbr"; + PlayerTactB = "AmovPercMtacSrasWrflDb"; + EvasiveLeft = "AmovPercMstpSrasWrflDnon_AmovPercMevaSrasWrflDl"; + EvasiveRight = "AmovPercMstpSrasWrflDnon_AmovPercMevaSrasWrflDr"; + up = "AmovPknlMstpSrasWrflDnon"; + getOver = "AovrPercMstpSrasWrflDf"; + salute = "AmovPercMstpSrasWrflDnon_salute"; + PlayerStand = "AmovPercMstpSrasWrflDnon"; + upDegree = "ManPosCombat"; + PlayerCrouch = "AmovPknlMstpSrasWrflDnon"; + Stand = "AmovPercMstpSlowWrflDnon"; + WeaponOn = "amovpercmstpsraswlnrdnon"; + Crouch = "AmovPknlMstpSrasWrflDnon"; + CanNotMove = "AmovPercMstpSlowWrflDnon"; + saluteOff = "AmovPercMstpSrasWrflDnon"; + }; + class RifleStandActions: RifleBaseStandActions + { + PlayerStand = ""; + Diary = ""; + Gear = "AinvPercMstpSrasWrflDnon"; + AdjustF = "AadjPercMstpSrasWrflDup"; + AdjustLF = "AadjPercMstpSrasWrflDup"; + AdjustRF = "AadjPercMstpSrasWrflDup"; + AdjustB = "AadjPercMstpSrasWrflDdown"; + AdjustLB = "AadjPercMstpSrasWrflDdown"; + AdjustRB = "AadjPercMstpSrasWrflDdown"; + AdjustL = "AadjPercMstpSrasWrflDleft"; + AdjustR = "AadjPercMstpSrasWrflDright"; + startDive = "AdvePercMstpSnonWrflDnon"; + SurfaceDive = "AsdvPercMstpSnonWrflDnon"; + BottomDive = "AbdvPercMstpSnonWrflDnon"; + putDown = "AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon_Putdown"; + }; + class RifleStandActionsNoAdjust: RifleStandActions + { + AdjustF = ""; + AdjustLF = ""; + AdjustRF = ""; + AdjustB = ""; + AdjustLB = ""; + AdjustRB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleStandActions_gear: RifleLowStandActions + { + Stop = "AmovPercMstpSrasWrflDnon_gear"; + StopRelaxed = "AmovPercMstpSrasWrflDnon_gear"; + Default = "AmovPercMstpSrasWrflDnon_gear"; + PlayerStand = "AmovPercMstpSrasWrflDnon"; + Civil = "AmovPercMstpSnonWnonDnon_gear"; + HandGunOn = "AmovPercMstpSrasWpstDnon_gear"; + }; + class RifleStandActions_diary: RifleStandActions_gear + { + Stop = "AmovPercMstpSrasWrflDnon_diary"; + StopRelaxed = "AmovPercMstpSrasWrflDnon_diary"; + Default = "AmovPercMstpSrasWrflDnon_diary"; + }; + class RifleStandActions_Idle: RifleStandActions{}; + class RifleStandEvasiveActionsF_Idle: RifleStandActions_Idle{}; + class RifleStandSaluteActions_Idle: RifleStandActions_Idle + { + StopRelaxed = "AidlPercMstpSrasWrflDnon_Salute"; + Stop = "AidlPercMstpSrasWrflDnon_Salute"; + Default = "AidlPercMstpSrasWrflDnon_Salute"; + Salute = "AmovPercMstpSrasWrflDnon"; + SitDown = ""; + }; + class RifleStandActionsRunF: RifleStandActionsNoAdjust + { + PlayerStand = "AmovPercMtacSrasWrflDf"; + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSrasWrflDf"; + Up = "AmovPknlMrunSrasWrflDf"; + ThrowPrepare = "AmovPercMrunSrasWrflDf"; + AdjustF = ""; + Combat = "AmovPercMtacSrasWrflDf"; + Stand = "AmovPercMrunSlowWrflDf"; + }; + class RifleStandActionsWlkF: RifleStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMwlkSrasWrflDf"; + Up = "AmovPknlMwlkSrasWrflDf"; + ThrowPrepare = "AmovPercMwlkSrasWrflDf"; + AdjustF = ""; + Combat = "AmovPercMwlkSrasWrflDf"; + Stand = "AmovPercMwlkSlowWrflDf"; + }; + class RifleStandActionsRunFL: RifleStandActionsNoAdjust + { + PlayerStand = "AmovPercMtacSrasWrflDfl"; + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSrasWrflDfl"; + Up = "AmovPknlMrunSrasWrflDfl"; + ThrowPrepare = "AmovPercMrunSrasWrflDfl"; + Stand = "AmovPercMrunSlowWrflDfl"; + }; + class RifleStandActionsWlkFL: RifleStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMwlkSrasWrflDfl"; + Up = "AmovPknlMwlkSrasWrflDfl"; + ThrowPrepare = "AmovPercMwlkSrasWrflDfl"; + Stand = "AmovPercMwlkSlowWrflDfl"; + }; + class RifleStandActionsRunL: RifleStandActionsNoAdjust + { + PlayerStand = "AmovPercMtacSrasWrflDl"; + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSrasWrflDl"; + Up = "AmovPknlMrunSrasWrflDl"; + AdjustL = ""; + Stand = "AmovPercMrunSlowWrflDl"; + }; + class RifleStandActionsWlkL: RifleStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMwlkSrasWrflDl"; + Up = "AmovPknlMwlkSrasWrflDl"; + AdjustL = ""; + Stand = "AmovPercMwlkSlowWrflDl"; + }; + class RifleStandActionsRunBL: RifleStandActionsNoAdjust + { + PlayerStand = "AmovPercMtacSrasWrflDbl"; + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSrasWrflDbl"; + Up = "AmovPknlMrunSrasWrflDbl"; + Stand = "AmovPercMrunSlowWrflDbl"; + }; + class RifleStandActionsWlkBL: RifleStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMwlkSrasWrflDbl"; + Up = "AmovPknlMwlkSrasWrflDbl"; + Stand = "AmovPercMwlkSlowWrflDbl"; + }; + class RifleStandActionsRunB: RifleStandActionsNoAdjust + { + PlayerStand = "AmovPercMtacSrasWrflDb"; + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSrasWrflDb"; + Up = "AmovPknlMrunSrasWrflDb"; + AdjustB = ""; + Stand = "AmovPercMrunSlowWrflDb"; + }; + class RifleStandActionsWlkB: RifleStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMwlkSrasWrflDb"; + Up = "AmovPknlMwlkSrasWrflDb"; + AdjustB = ""; + Stand = "AmovPercMwlkSlowWrflDb"; + }; + class RifleStandActionsRunBR: RifleStandActionsNoAdjust + { + PlayerStand = "AmovPercMtacSrasWrflDbr"; + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSrasWrflDbr"; + Up = "AmovPknlMrunSrasWrflDbr"; + Stand = "AmovPercMrunSlowWrflDbr"; + }; + class RifleStandActionsWlkBR: RifleStandActionsNoAdjust + { + PlayerCrouch = ""; + Up = "AmovPknlMwlkSrasWrflDbr"; + Stand = "AmovPercMwlkSlowWrflDbr"; + }; + class RifleStandActionsRunR: RifleStandActionsNoAdjust + { + PlayerStand = "AmovPercMtacSrasWrflDr"; + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSrasWrflDr"; + Up = "AmovPknlMrunSrasWrflDr"; + AdjustR = ""; + Stand = "AmovPercMrunSlowWrflDr"; + }; + class RifleStandActionsWlkR: RifleStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMwlkSrasWrflDr"; + Up = "AmovPknlMwlkSrasWrflDr"; + AdjustR = ""; + Stand = "AmovPercMwlkSlowWrflDr"; + }; + class RifleStandActionsRunFR: RifleStandActionsNoAdjust + { + PlayerStand = "AmovPercMtacSrasWrflDfr"; + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSrasWrflDfr"; + Up = "AmovPknlMrunSrasWrflDfr"; + ThrowPrepare = "AmovPercMrunSrasWrflDfr"; + Stand = "AmovPercMrunSlowWrflDfr"; + }; + class RifleStandActionsWlkFR: RifleStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMwlkSrasWrflDfr"; + Up = "AmovPknlMwlkSrasWrflDfr"; + ThrowPrepare = "AmovPercMwlkSrasWrflDfr"; + Stand = "AmovPercMwlkSlowWrflDfr"; + }; + class RifleStandActionsTacF: RifleStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMtacSrasWrflDf"; + Up = "AmovPknlMtacSrasWrflDf"; + ThrowPrepare = "AmovPercMTacSrasWrflDf"; + AdjustF = ""; + Combat = "AmovPercMTacSrasWrflDf"; + Stand = "AmovPercMtacSlowWrflDf"; + }; + class RifleStandActionsTacFL: RifleStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMtacSrasWrflDfl"; + Up = "AmovPknlMtacSrasWrflDfl"; + ThrowPrepare = "AmovPercMTacSrasWrflDfl"; + Stand = "AmovPercMTacSlowWrflDfl"; + }; + class RifleStandActionsTacL: RifleStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMtacSrasWrflDl"; + Up = "AmovPknlMtacSrasWrflDl"; + AdjustL = ""; + Stand = "AmovPercMtacSlowWrflDl"; + }; + class RifleStandActionsTacBL: RifleStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMtacSrasWrflDbl"; + Up = "AmovPknlMtacSrasWrflDbl"; + Stand = "AmovPercMtacSlowWrflDbl"; + }; + class RifleStandActionsTacB: RifleStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMtacSrasWrflDb"; + Up = "AmovPknlMtacSrasWrflDb"; + Stand = "AmovPercMTacSlowWrflDb"; + AdjustB = ""; + }; + class RifleStandActionsTacBR: RifleStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMtacSrasWrflDbr"; + Up = "AmovPknlMtacSrasWrflDbr"; + Stand = "AmovPercMtacSlowWrflDbr"; + }; + class RifleStandActionsTacR: RifleStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMtacSrasWrflDr"; + Up = "AmovPknlMtacSrasWrflDr"; + AdjustR = ""; + Stand = "AmovPercMtacSlowWrflDr"; + }; + class RifleStandActionsTacFR: RifleStandActionsNoAdjust + { + PlayerCrouch = "AmovPknlMtacSrasWrflDfr"; + Up = "AmovPknlMtacSrasWrflDfr"; + ThrowPrepare = "AmovPercMTacSrasWrflDfr"; + Stand = "AmovPercMtacSlowWrflDfr"; + }; + class RifleStandActionsTacLnr: RifleStandActionsTacF + { + upDegree = "ManPosWeapon"; + PlayerWalkF = "AmovPercMtacSrasWlnrDf"; + PlayerWalkLF = "AmovPercMtacSrasWlnrDfl"; + PlayerWalkRF = "AmovPercMtacSrasWlnrDfr"; + PlayerTactF = "AmovPercMtacSrasWlnrDf"; + PlayerTactLF = "AmovPercMtacSrasWlnrDfl"; + PlayerTactRF = "AmovPercMtacSrasWlnrDfr"; + PlayerSlowF = "AmovPercMtacSrasWlnrDf"; + PlayerSlowLF = "AmovPercMtacSrasWlnrDfl"; + PlayerSlowRF = "AmovPercMtacSrasWlnrDfr"; + WalkF = "AmovPercMtacSrasWlnrDf"; + WalkLF = "AmovPercMtacSrasWlnrDfl"; + WalkRF = "AmovPercMtacSrasWlnrDfr"; + TactF = "AmovPercMtacSrasWlnrDf"; + TactLF = "AmovPercMtacSrasWlnrDfl"; + TactLR = "AmovPercMtacSrasWlnrDfr"; + SlowF = "AmovPercMtacSrasWlnrDf"; + SlowLF = "AmovPercMtacSrasWlnrDfl"; + SlowLR = "AmovPercMtacSrasWlnrDfr"; + }; + class RifleStandEvasiveActionsF: RifleStandActionsNoAdjust + { + turnSpeed = 4; + salute = ""; + Up = "AmovPknlMevaSrasWrflDf"; + PlayerCrouch = "AmovPknlMevaSrasWrflDf"; + sitDown = ""; + AdjustF = "AmovPercMrunSrasWrflDf"; + }; + class RifleStandEvasiveActionsFL: RifleStandActionsNoAdjust + { + turnSpeed = 4; + salute = ""; + sitDown = ""; + Up = "AmovPknlMevaSrasWrflDfl"; + PlayerCrouch = "AmovPknlMevaSrasWrflDfl"; + AdjustLF = "AmovPercMrunSrasWrflDfl"; + }; + class RifleStandEvasiveActionsFR: RifleStandActionsNoAdjust + { + turnSpeed = 4; + salute = ""; + sitDown = ""; + Up = "AmovPknlMevaSrasWrflDfr"; + PlayerCrouch = "AmovPknlMevaSrasWrflDfr"; + AdjustRF = "AmovPercMrunSrasWrflDfr"; + }; + class RifleStandEvasiveActionsR: RifleStandActionsRunR + { + turnSpeed = 4; + PlayerProne = "AadjPpneMstpSrasWrflDright"; + Down = "AadjPpneMstpSrasWrflDright"; + Up = "AmovPknlMevaSrasWrflDr"; + PlayerCrouch = "AmovPknlMevaSrasWrflDr"; + }; + class RifleStandEvasiveActionsL: RifleStandActionsRunL + { + turnSpeed = 4; + PlayerProne = "AadjPpneMstpSrasWrflDleft"; + Down = "AadjPpneMstpSrasWrflDleft"; + Up = "AmovPknlMevaSrasWrflDl"; + PlayerCrouch = "AmovPknlMevaSrasWrflDl"; + }; + class RifleLowStandSaluteActions: RifleBaseLowStandActions + { + stop = "AmovPercMstpSlowWrflDnon_Salute"; + StopRelaxed = "AmovPercMstpSlowWrflDnon_Salute"; + default = "AmovPercMstpSlowWrflDnon_Salute"; + salute = "AmovPercMstpSlowWrflDnon"; + sitDown = ""; + }; + class RifleStandSaluteActions: RifleBaseStandActions + { + stop = "AmovPercMstpSrasWrflDnon_Salute"; + StopRelaxed = "AmovPercMstpSrasWrflDnon_Salute"; + default = "AmovPercMstpSrasWrflDnon_Salute"; + salute = "AmovPercMstpSrasWrflDnon"; + sitDown = ""; + }; + class RifleLowSiTactions: RifleBaseLowStandActions + { + turnL = ""; + turnR = ""; + stop = "AmovPsitMstpSlowWrflDnon"; + StopRelaxed = "AmovPsitMstpSlowWrflDnon"; + default = "AmovPsitMstpSlowWrflDnon"; + sitDown = "AmovPercMstpSlowWrflDnon"; + Gear = ""; + Diary = ""; + GetOver = ""; + stance = "ManStanceCrouch"; + }; + class RifleSiTactions: RifleBaseStandActions + { + turnSpeed = 0; + turnL = ""; + turnR = ""; + stop = "AmovPsitMstpSrasWrflDnon"; + StopRelaxed = "AmovPsitMstpSrasWrflDnon"; + default = "AmovPsitMstpSrasWrflDnon"; + sitDown = "AmovPercMstpSrasWrflDnon"; + Gear = ""; + Diary = ""; + GetOver = ""; + stance = "ManStanceCrouch"; + }; + class RifleSiTactionTest: RifleSiTactions + { + Stop = "sitRfl_R_BidleLoopTest"; + StopRelaxed = "sitRfl_R_BidleLoopTest"; + Default = "sitRfl_R_BidleLoopTest"; + }; + class RifleStandTakeActions: RifleBaseLowStandActions + { + stop = "AmovPercMstpSrasWrflDnon_gear"; + StopRelaxed = "AmovPercMstpSrasWrflDnon_gear"; + default = ""; + salute = ""; + sitDown = ""; + PutDown = "AmovPercMstpSrasWrflDnon"; + }; + class RifleKneelActions: RifleBaseStandActions + { + AdjustF = "AadjPknlMstpSrasWrflDup"; + AdjustLF = "AadjPknlMstpSrasWrflDup"; + AdjustRF = "AadjPknlMstpSrasWrflDup"; + AdjustB = "AadjPknlMstpSrasWrflDdown"; + AdjustLB = "AadjPknlMstpSrasWrflDdown"; + AdjustRB = "AadjPknlMstpSrasWrflDdown"; + AdjustL = "AadjPknlMstpSrasWrflDleft"; + AdjustR = "AadjPknlMstpSrasWrflDright"; + stop = "AmovPknlMstpSrasWrflDnon"; + default = "AmovPknlMstpSrasWrflDnon"; + stopRelaxed = "AidlPknlMstpSrasWrflDnon_AI"; + turnL = "AmovPknlMstpSrasWrflDnon_turnL"; + turnR = "AmovPknlMstpSrasWrflDnon_turnR"; + turnLRelaxed = "AmovPknlMstpSrasWrflDnon_turnL"; + turnRRelaxed = "AmovPknlMstpSrasWrflDnon_turnR"; + putDown = "AmovPknlMstpSrasWrflDnon_AinvPknlMstpSrasWrflDnon_Putdown"; + reloadMGun = "AmovPknlMstpSrasWrflDnon"; + reloadMortar = "AmovPknlMstpSrasWrflDnon"; + throwPrepare = "AwopPknlMstpSgthWrflDnon_Start"; + WalkF = "AmovPknlMwlkSrasWrflDf"; + WalkLF = "AmovPknlMwlkSrasWrflDfl"; + WalkRF = "AmovPknlMwlkSrasWrflDfr"; + WalkL = "AmovPknlMwlkSrasWrflDl"; + WalkR = "AmovPknlMwlkSrasWrflDr"; + WalkLB = "AmovPknlMwlkSrasWrflDbl"; + WalkRB = "AmovPknlMwlkSrasWrflDbr"; + WalkB = "AmovPknlMwlkSrasWrflDb"; + PlayerWalkF = "AmovPknlMwlkSrasWrflDf"; + PlayerWalkLF = "AmovPknlMwlkSrasWrflDfl"; + PlayerWalkRF = "AmovPknlMwlkSrasWrflDfr"; + PlayerWalkL = "AmovPknlMwlkSrasWrflDl"; + PlayerWalkR = "AmovPknlMwlkSrasWrflDr"; + PlayerWalkLB = "AmovPknlMwlkSrasWrflDbl"; + PlayerWalkRB = "AmovPknlMwlkSrasWrflDbr"; + PlayerWalkB = "AmovPknlMwlkSrasWrflDb"; + SlowF = "AmovPknlMrunSrasWrflDf"; + SlowLF = "AmovPknlMrunSrasWrflDfl"; + SlowRF = "AmovPknlMrunSrasWrflDfr"; + SlowL = "AmovPknlMrunSrasWrflDl"; + SlowR = "AmovPknlMrunSrasWrflDr"; + SlowLB = "AmovPknlMrunSrasWrflDbl"; + SlowRB = "AmovPknlMrunSrasWrflDbr"; + SlowB = "AmovPknlMrunSrasWrflDb"; + PlayerSlowF = "AmovPknlMrunSrasWrflDf"; + PlayerSlowLF = "AmovPknlMrunSrasWrflDfl"; + PlayerSlowRF = "AmovPknlMrunSrasWrflDfr"; + PlayerSlowL = "AmovPknlMrunSrasWrflDl"; + PlayerSlowR = "AmovPknlMrunSrasWrflDr"; + PlayerSlowLB = "AmovPknlMrunSrasWrflDbl"; + PlayerSlowRB = "AmovPknlMrunSrasWrflDbr"; + PlayerSlowB = "AmovPknlMrunSrasWrflDb"; + FastF = "AmovPknlMevaSrasWrflDf"; + FastLF = "AmovPknlMevaSrasWrflDfl"; + FastRF = "AmovPknlMevaSrasWrflDfr"; + FastL = "AmovPknlMevaSrasWrflDl"; + FastR = "AmovPknlMevaSrasWrflDr"; + FastLB = "AmovPknlMrunSrasWrflDbl"; + FastRB = "AmovPknlMrunSrasWrflDbr"; + FastB = "AmovPknlMrunSrasWrflDb"; + TactF = "AmovPknlMtacSrasWrflDf"; + TactLF = "AmovPknlMtacSrasWrflDfl"; + TactRF = "AmovPknlMtacSrasWrflDfr"; + TactL = "AmovPknlMtacSrasWrflDl"; + TactR = "AmovPknlMtacSrasWrflDr"; + TactLB = "AmovPknlMtacSrasWrflDbl"; + TactRB = "AmovPknlMtacSrasWrflDbr"; + TactB = "AmovPknlMtacSrasWrflDb"; + PlayerTactF = "AmovPknlMtacSrasWrflDf"; + PlayerTactLF = "AmovPknlMtacSrasWrflDfl"; + PlayerTactRF = "AmovPknlMtacSrasWrflDfr"; + PlayerTactL = "AmovPknlMtacSrasWrflDl"; + PlayerTactR = "AmovPknlMtacSrasWrflDr"; + PlayerTactLB = "AmovPknlMtacSrasWrflDbl"; + PlayerTactRB = "AmovPknlMtacSrasWrflDbr"; + PlayerTactB = "AmovPknlMtacSrasWrflDb"; + EvasiveLeft = "AmovPknlMevaSrasWrflDfl"; + EvasiveRight = "AmovPknlMevaSrasWrflDfr"; + up = "AmovPercMstpSrasWrflDnon"; + weaponOn = "AmovPknlMstpSrasWlnrDnon"; + weaponOff = "AmovPknlMstpSrasWrflDnon"; + binocOn = "AwopPknlMstpSoptWbinDnon_rfl"; + binocOff = "AmovPknlMstpSrasWrflDnon"; + handGunOn = "AmovPknlMstpSrasWpstDnon"; + takeFlag = "AinvPknlMstpSlayWrflDnon_1"; + Stand = "AmovPknlMstpSlowWrflDnon"; + CanNotMove = "AmovPknlMstpSrasWrflDnon"; + FireNotPossible = "AmovPknlMstpSrasWrflDnon"; + strokeGun = "AmovPknlMstpSrasWrflDnon"; + salute = ""; + turnSpeed = 4.5; + upDegree = "ManPosCrouch"; + stance = "ManStanceCrouch"; + PlayerCrouch = ""; + Diary = ""; + Gear = "AinvPknlMstpSrasWrflDnon"; + medicStop = "AmovPknlMstpSrasWrflDnon"; + StartFreefall = "AfalPknlMstpSrasWrflDnon"; + PrimaryWeapon = "AmovPknlMstpSrasWrflDnon"; + SecondaryWeapon = "AmovPknlMstpSrasWlnrDnon"; + Binoculars = "AmovPknlMstpSoptWbinDnon"; + }; + class RifleKneelActionsNoAdjust: RifleKneelActions + { + AdjustF = ""; + AdjustLF = ""; + AdjustRF = ""; + AdjustB = ""; + AdjustLB = ""; + AdjustRB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleCrouchActions: RifleKneelActions + { + Stop = "AmovPcrhMstpSrasWrflDnon"; + Crouch = "AmovPcrhMstpSrasWrflDnon"; + PlayerCrouch = "AmovPknlMstpSrasWrflDnon"; + AdjustF = "AadjPcrhMstpSrasWrflDup"; + AdjustLF = "AadjPcrhMstpSrasWrflDup"; + AdjustRF = "AadjPcrhMstpSrasWrflDup"; + AdjustB = "AadjPcrhMstpSrasWrflDdown"; + AdjustLB = "AadjPcrhMstpSrasWrflDdown"; + AdjustRB = "AadjPcrhMstpSrasWrflDdown"; + AdjustL = "AadjPcrhMstpSrasWrflDleft"; + AdjustR = "AadjPcrhMstpSrasWrflDright"; + }; + class RifleKneelActions_gear: RifleKneelActions + { + Stop = "AmovPknlMstpSrasWrflDnon_gear"; + StopRelaxed = "AmovPknlMstpSrasWrflDnon_gear"; + Default = "AmovPknlMstpSrasWrflDnon_gear"; + PlayerCrouch = "AmovPknlMstpSrasWrflDnon"; + Civil = "AmovPknlMstpSnonWnonDnon_gear"; + HandGunOn = "AmovPknlMstpSrasWpstDnon_gear"; + }; + class RifleKneelActions_explo: RifleKneelActions_gear + { + Stop = "AmovPknlMstpSrasWrflDnon"; + StopRelaxed = "AmovPknlMstpSrasWrflDnon"; + }; + class RifleKneelActions_diary: RifleKneelActions_gear + { + Stop = "AmovPknlMstpSrasWrflDnon_diary"; + StopRelaxed = "AmovPknlMstpSrasWrflDnon_diary"; + Default = "AmovPknlMstpSrasWrflDnon_diary"; + }; + class RifleKneelActionsRunF: RifleKneelActions + { + PlayerStand = "AmovPercMrunSrasWrflDf"; + PlayerCrouch = "AmovPknlMtacSrasWrflDf"; + Up = "AmovPercMrunSrasWrflDf"; + AdjustF = ""; + Stand = "AmovPknlMrunSlowWrflDf"; + }; + class RifleKneelActionsWlkF: RifleKneelActionsNoAdjust + { + PlayerStand = "AmovPercMwlkSrasWrflDf"; + Up = "AmovPercMwlkSrasWrflDf"; + AdjustF = ""; + Stand = "AmovPknlMwlkSlowWrflDf"; + }; + class RifleKneelActionsRunFL: RifleKneelActionsNoAdjust + { + PlayerStand = "AmovPercMrunSrasWrflDfl"; + PlayerCrouch = "AmovPknlMtacSrasWrflDfl"; + Up = "AmovPercMrunSrasWrflDfl"; + Stand = "AmovPknlMrunSlowWrflDfl"; + }; + class RifleKneelActionsWlkFL: RifleKneelActionsNoAdjust + { + PlayerStand = "AmovPercMwlkSrasWrflDfl"; + Up = "AmovPercMwlkSrasWrflDfl"; + Stand = "AmovPknlMwlkSlowWrflDfl"; + }; + class RifleKneelActionsRunL: RifleKneelActionsNoAdjust + { + PlayerStand = "AmovPercMrunSrasWrfldl"; + PlayerCrouch = "AmovPknlMtacSrasWrflDl"; + Up = "AmovPercMrunSrasWrfldl"; + AdjustL = ""; + Stand = "AmovPknlMrunSlowWrflDl"; + }; + class RifleKneelActionsWlkL: RifleKneelActionsNoAdjust + { + PlayerStand = "AmovPercMwlkSrasWrfldl"; + Up = "AmovPercMwlkSrasWrfldl"; + AdjustL = ""; + Stand = "AmovPknlMwlkSlowWrflDl"; + }; + class RifleKneelActionsRunBL: RifleKneelActionsNoAdjust + { + PlayerStand = "AmovPercMrunSrasWrfldbl"; + PlayerCrouch = "AmovPknlMtacSrasWrflDbl"; + Up = "AmovPercMrunSrasWrfldbl"; + Stand = "AmovPknlMrunSlowWrflDbl"; + }; + class RifleKneelActionsWlkBL: RifleKneelActionsNoAdjust + { + PlayerStand = "AmovPercMwlkSrasWrfldbl"; + Up = "AmovPercMwlkSrasWrfldbl"; + Stand = "AmovPknlMwlkSlowWrflDbl"; + }; + class RifleKneelActionsRunB: RifleKneelActionsNoAdjust + { + PlayerStand = "AmovPercMrunSrasWrflDb"; + PlayerCrouch = "AmovPknlMtacSrasWrflDb"; + Up = "AmovPercMrunSrasWrflDb"; + AdjustB = ""; + Stand = "AmovPknlMrunSlowWrflDb"; + }; + class RifleKneelActionsWlkB: RifleKneelActionsNoAdjust + { + PlayerStand = "AmovPercMwlkSrasWrflDb"; + Up = "AmovPercMwlkSrasWrflDb"; + AdjustB = ""; + Stand = "AmovPknlMwlkSlowWrflDb"; + }; + class RifleKneelActionsRunBR: RifleKneelActionsNoAdjust + { + PlayerStand = "AmovPercMrunSrasWrflDbr"; + PlayerCrouch = "AmovPknlMtacSrasWrflDbr"; + Up = "AmovPercMrunSrasWrflDbr"; + Stand = "AmovPknlMrunSlowWrflDbr"; + }; + class RifleKneelActionsWlkBR: RifleKneelActionsNoAdjust + { + PlayerStand = "AmovPercMwlkSrasWrflDbr"; + Up = "AmovPercMwlkSrasWrflDbr"; + Stand = "AmovPknlMwlkSlowWrflDbr"; + }; + class RifleKneelActionsRunR: RifleKneelActionsNoAdjust + { + PlayerStand = "AmovPercMrunSrasWrflDr"; + PlayerCrouch = "AmovPknlMtacSrasWrflDr"; + Up = "AmovPercMrunSrasWrflDr"; + AdjustR = ""; + Stand = "AmovPknlMrunSlowWrflDr"; + }; + class RifleKneelActionsWlkR: RifleKneelActionsNoAdjust + { + PlayerStand = "AmovPercMwlkSrasWrflDr"; + Up = "AmovPercMwlkSrasWrflDr"; + AdjustR = ""; + Stand = "AmovPknlMwlkSlowWrflDr"; + }; + class RifleKneelActionsRunFR: RifleKneelActionsNoAdjust + { + PlayerStand = "AmovPercMrunSrasWrflDfr"; + PlayerCrouch = "AmovPknlMtacSrasWrflDfr"; + Up = "AmovPercMrunSrasWrflDfr"; + Stand = "AmovPknlMrunSlowWrflDfr"; + }; + class RifleKneelActionsWlkFR: RifleKneelActionsNoAdjust + { + PlayerStand = "AmovPercMwlkSrasWrflDfr"; + Up = "AmovPercMwlkSrasWrflDfr"; + Stand = "AmovPknlMwlkSlowWrflDfr"; + }; + class RifleKneelActionsTacF: RifleKneelActionsNoAdjust + { + PlayerStand = "AmovPercMTacSrasWrflDf"; + Up = "AmovPercMTacSrasWrflDf"; + AdjustF = ""; + Stand = "AmovPknlMtacSlowWrflDf"; + }; + class RifleKneelActionsTacFL: RifleKneelActionsNoAdjust + { + PlayerStand = "AmovPercMTacSrasWrflDfl"; + Up = "AmovPercMTacSrasWrflDfl"; + Stand = "AmovPknlMtacSlowWrflDfl"; + }; + class RifleKneelActionsTacL: RifleKneelActionsNoAdjust + { + PlayerStand = "AmovPercMTacSrasWrfldl"; + Up = "AmovPercMTacSrasWrfldl"; + AdjustL = ""; + Stand = "AmovPknlMtacSlowWrflDl"; + }; + class RifleKneelActionsTacBL: RifleKneelActionsNoAdjust + { + PlayerStand = "AmovPercMTacSrasWrfldbl"; + Up = "AmovPercMTacSrasWrfldbl"; + Stand = "AmovPknlMtacSlowWrflDbl"; + }; + class RifleKneelActionsTacB: RifleKneelActionsNoAdjust + { + PlayerStand = "AmovPercMTacSrasWrflDb"; + Up = "AmovPercMTacSrasWrflDb"; + AdjustB = ""; + Stand = "AmovPknlMtacSlowWrflDb"; + }; + class RifleKneelActionsTacBR: RifleKneelActionsNoAdjust + { + PlayerStand = "AmovPercMTacSrasWrflDbr"; + Up = "AmovPercMTacSrasWrflDbr"; + Stand = "AmovPknlMtacSlowWrflDbr"; + }; + class RifleKneelActionsTacR: RifleKneelActionsNoAdjust + { + PlayerStand = "AmovPercMTacSrasWrflDr"; + Up = "AmovPercMTacSrasWrflDr"; + AdjustR = ""; + Stand = "AmovPknlMtacSlowWrflDr"; + }; + class RifleKneelActionsTacFR: RifleKneelActionsNoAdjust + { + PlayerStand = "AmovPercMTacSrasWrflDfr"; + Up = "AmovPercMTacSrasWrflDfr"; + Stand = "AmovPknlMtacSlowWrflDfr"; + }; + class RifleKneelEvasiveActionsF: RifleKneelActionsNoAdjust + { + Up = "AmovPercMevaSrasWrflDf"; + PlayerStand = "AmovPercMevaSrasWrflDf"; + AdjustF = "AmovPknlMrunSrasWrflDf"; + }; + class RifleKneelEvasiveActionsFR: RifleKneelEvasiveActionsF + { + Up = "AmovPercMevaSrasWrflDfr"; + PlayerStand = "AmovPercMevaSrasWrflDfr"; + AdjustRF = "AmovPknlMrunSrasWrflDfr"; + }; + class RifleKneelEvasiveActionsFL: RifleKneelEvasiveActionsF + { + Up = "AmovPercMevaSrasWrflDfl"; + PlayerStand = "AmovPercMevaSrasWrflDfl"; + AdjustLF = "AmovPknlMrunSrasWrflDfl"; + }; + class RifleKneelEvasiveActionsR: RifleKneelActionsRunR + { + turnSpeed = 4; + PlayerProne = "AadjPpneMstpSrasWrflDright"; + Down = "AadjPpneMstpSrasWrflDright"; + Up = "AmovPercMevaSrasWrflDr"; + PlayerStand = "AmovPercMevaSrasWrflDr"; + }; + class RifleKneelEvasiveActionsL: RifleKneelActionsRunL + { + turnSpeed = 4; + PlayerProne = "AadjPpneMstpSrasWrflDleft"; + Down = "AadjPpneMstpSrasWrflDleft"; + Up = "AmovPercMevaSrasWrflDr"; + PlayerStand = "AmovPercMevaSrasWrflDr"; + }; + class RifleKneelLowActions: RifleKneelActions + { + Stop = "AmovPknlMstpSlowWrflDnon"; + StopRelaxed = "AidlPknlMstpSlowWrflDnon_AI"; + Default = "AmovPknlMstpSlowWrflDnon"; + TurnL = "AmovPknlMstpSlowWrflDnon_turnL"; + TurnR = "AmovPknlMstpSlowWrflDnon_turnR"; + TurnLRelaxed = "AmovPknlMstpSlowWrflDnon_turnL"; + TurnRRelaxed = "AmovPknlMstpSlowWrflDnon_turnR"; + WalkF = "AmovPknlMwlkSlowWrflDf"; + WalkLF = "AmovPknlMwlkSlowWrflDfl"; + WalkRF = "AmovPknlMwlkSlowWrflDfr"; + WalkL = "AmovPknlMwlkSlowWrflDl"; + WalkR = "AmovPknlMwlkSlowWrflDr"; + WalkLB = "AmovPknlMwlkSlowWrflDbl"; + WalkRB = "AmovPknlMwlkSlowWrflDbr"; + WalkB = "AmovPknlMwlkSlowWrflDb"; + PlayerWalkF = "AmovPknlMwlkSlowWrflDf"; + PlayerWalkLF = "AmovPknlMwlkSlowWrflDfl"; + PlayerWalkRF = "AmovPknlMwlkSlowWrflDfr"; + PlayerWalkL = "AmovPknlMwlkSlowWrflDl"; + PlayerWalkR = "AmovPknlMwlkSlowWrflDr"; + PlayerWalkLB = "AmovPknlMwlkSlowWrflDbl"; + PlayerWalkRB = "AmovPknlMwlkSlowWrflDbr"; + PlayerWalkB = "AmovPknlMwlkSlowWrflDb"; + Up = "AmovPercMstpSlowWrflDnon"; + PlayerStand = "AmovPercMstpSlowWrflDnon"; + Combat = "AmovPknlMstpSrasWrflDnon"; + Stand = "AmovPknlMstpSrasWrflDnon"; + CanNotMove = "AmovPknlMstpSlowWrflDnon"; + WeaponOff = "AmovPknlMstpSlowWrflDnon"; + SlowF = "AmovPknlMrunSlowWrflDf"; + SlowLF = "AmovPknlMrunSlowWrflDfl"; + SlowRF = "AmovPknlMrunSlowWrflDfr"; + SlowL = "AmovPknlMrunSlowWrflDl"; + SlowR = "AmovPknlMrunSlowWrflDr"; + SlowLB = "AmovPknlMrunSlowWrflDbl"; + SlowRB = "AmovPknlMrunSlowWrflDbr"; + SlowB = "AmovPknlMrunSlowWrflDb"; + PlayerSlowF = "AmovPknlMrunSlowWrflDf"; + PlayerSlowLF = "AmovPknlMrunSlowWrflDfl"; + PlayerSlowRF = "AmovPknlMrunSlowWrflDfr"; + PlayerSlowL = "AmovPknlMrunSlowWrflDl"; + PlayerSlowR = "AmovPknlMrunSlowWrflDr"; + PlayerSlowLB = "AmovPknlMrunSlowWrflDbl"; + PlayerSlowRB = "AmovPknlMrunSlowWrflDbr"; + PlayerSlowB = "AmovPknlMrunSlowWrflDb"; + FastL = "AmovPknlMrunSlowWrflDl"; + FastR = "AmovPknlMrunSlowWrflDr"; + FastLB = "AmovPknlMrunSlowWrflDbl"; + FastRB = "AmovPknlMrunSlowWrflDbr"; + FastB = "AmovPknlMrunSlowWrflDb"; + FastF = "AmovPknlMevaSlowWrflDf"; + FastLF = "AmovPknlMevaSlowWrflDfl"; + FastRF = "AmovPknlMevaSlowWrflDfr"; + TactF = "AmovPknlMtacSlowWrflDf"; + TactLF = "AmovPknlMtacSlowWrflDfl"; + TactRF = "AmovPknlMtacSlowWrflDfr"; + TactL = "AmovPknlMtacSlowWrflDl"; + TactR = "AmovPknlMtacSlowWrflDr"; + TactLB = "AmovPknlMtacSlowWrflDbl"; + TactRB = "AmovPknlMtacSlowWrflDbr"; + TactB = "AmovPknlMtacSlowWrflDb"; + PlayerTactF = "AmovPknlMtacSlowWrflDf"; + PlayerTactLF = "AmovPknlMtacSlowWrflDfl"; + PlayerTactRF = "AmovPknlMtacSlowWrflDfr"; + PlayerTactL = "AmovPknlMtacSlowWrflDl"; + PlayerTactR = "AmovPknlMtacSlowWrflDr"; + PlayerTactLB = "AmovPknlMtacSlowWrflDbl"; + PlayerTactRB = "AmovPknlMtacSlowWrflDbr"; + PlayerTactB = "AmovPknlMtacSlowWrflDb"; + Diary = ""; + GetOver = "AovrPercMstpSlowWrflDf"; + }; + class RifleKneelLowActionsNoAdjust: RifleKneelLowActions + { + AdjustF = ""; + AdjustLF = ""; + AdjustRF = ""; + AdjustB = ""; + AdjustLB = ""; + AdjustRB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleKneelLowEvasiveActionsF: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMevaSlowWrflDf"; + AdjustF = "AmovPknlMrunSrasWrflDf"; + Up = "AmovPercMevaSlowWrflDf"; + }; + class RifleKneelLowEvasiveActionsFR: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMevaSlowWrflDfr"; + AdjustRF = "AmovPknlMrunSrasWrflDfr"; + Up = "AmovPercMevaSlowWrflDfr"; + }; + class RifleKneelLowEvasiveActionsFL: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMevaSlowWrflDfl"; + AdjustLF = "AmovPknlMrunSrasWrflDfl"; + Up = "AmovPercMevaSlowWrflDfl"; + }; + class RifleKneelLowActions_relax: RifleKneelLowActionsNoAdjust + { + SlowF = "AmovPercMrunSlowWrflDf"; + }; + class RifleKneelLowActions_gear: RifleKneelLowActionsNoAdjust + { + Stop = "AmovPknlMstpSlowWrflDnon_gear"; + StopRelaxed = "AmovPknlMstpSlowWrflDnon_gear"; + Default = "AmovPknlMstpSlowWrflDnon_gear"; + PlayerCrouch = "AmovPknlMstpSlowWrflDnon"; + Civil = "AmovPknlMstpSnonWnonDnon_gear"; + HandGunOn = "AmovPknlMstpSrasWpstDnon_gear"; + }; + class RifleKneelLowActions_explo: RifleKneelLowActions_gear + { + Stop = "AmovPknlMstpSlowWrflDnon"; + StopRelaxed = "AmovPknlMstpSlowWrflDnon"; + }; + class RifleKneelLowActions_diary: RifleKneelLowActions_gear + { + Stop = "AmovPknlMstpSlowWrflDnon_diary"; + StopRelaxed = "AmovPknlMstpSlowWrflDnon_diary"; + Default = "AmovPknlMstpSlowWrflDnon_diary"; + }; + class RifleKneelLowActionsRunF: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMrunSlowWrflDf"; + Up = "AmovPercMrunSlowWrflDf"; + fireNotPossible = "AmovPknlMtacSrasWrflDf"; + AdjustF = ""; + Stand = "AmovPknlMrunSrasWrflDf"; + }; + class RifleKneelLowActionsWlkF: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMwlkSlowWrflDf"; + Up = "AmovPercMwlkSlowWrflDf"; + fireNotPossible = "AmovPknlMwlkSrasWrflDf"; + AdjustF = ""; + Stand = "AmovPknlMwlkSrasWrflDf"; + }; + class RifleKneelLowActionsRunFL: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMrunSlowWrflDfl"; + Up = "AmovPercMrunSlowWrflDfl"; + fireNotPossible = "AmovPknlMtacSrasWrflDfl"; + Stand = "AmovPknlMrunSrasWrflDfl"; + }; + class RifleKneelLowActionsWlkFL: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMwlkSlowWrflDfl"; + Up = "AmovPercMwlkSlowWrflDfl"; + fireNotPossible = "AmovPknlMwlkSrasWrflDfl"; + Stand = "AmovPknlMwlkSrasWrflDfl"; + }; + class RifleKneelLowActionsRunL: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMrunSlowWrflDl"; + Up = "AmovPercMrunSlowWrflDl"; + fireNotPossible = "AmovPknlMtacSrasWrflDl"; + AdjustL = ""; + Stand = "AmovPknlMrunSrasWrflDl"; + }; + class RifleKneelLowActionsWlkL: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMwlkSlowWrflDl"; + Up = "AmovPercMwlkSlowWrflDl"; + fireNotPossible = "AmovPknlMwlkSrasWrflDl"; + AdjustL = ""; + Stand = "AmovPknlMwlkSrasWrflDl"; + }; + class RifleKneelLowActionsRunBL: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMrunSlowWrflDbl"; + Up = "AmovPercMrunSlowWrflDbl"; + fireNotPossible = "AmovPknlMtacSrasWrflDbl"; + Stand = "AmovPknlMrunSrasWrflDbl"; + }; + class RifleKneelLowActionsWlkBL: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMwlkSlowWrflDbl"; + Up = "AmovPercMwlkSlowWrflDbl"; + fireNotPossible = "AmovPknlMwlkSrasWrflDbl"; + Stand = "AmovPknlMwlkSrasWrflDbl"; + }; + class RifleKneelLowActionsRunB: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMrunSlowWrflDb"; + Up = "AmovPercMrunSlowWrflDb"; + fireNotPossible = "AmovPknlMtacSrasWrflDb"; + AdjustB = ""; + Stand = "AmovPknlMrunSrasWrflDb"; + }; + class RifleKneelLowActionsWlkB: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMwlkSlowWrflDb"; + Up = "AmovPercMwlkSlowWrflDb"; + fireNotPossible = "AmovPknlMwlkSrasWrflDb"; + AdjustB = ""; + Stand = "AmovPknlMwlkSrasWrflDb"; + }; + class RifleKneelLowActionsRunBR: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMrunSlowWrflDbr"; + Up = "AmovPercMrunSlowWrflDbr"; + fireNotPossible = "AmovPknlMtacSrasWrflDbr"; + Stand = "AmovPknlMrunSrasWrflDbr"; + }; + class RifleKneelLowActionsWlkBR: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMwlkSlowWrflDbr"; + Up = "AmovPercMwlkSlowWrflDbr"; + fireNotPossible = "AmovPknlMwlkSrasWrflDbr"; + Stand = "AmovPknlMwlkSrasWrflDbr"; + }; + class RifleKneelLowActionsRunR: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMrunSlowWrflDr"; + Up = "AmovPercMrunSlowWrflDr"; + fireNotPossible = "AmovPknlMtacSrasWrflDr"; + AdjustR = ""; + Stand = "AmovPknlMrunSrasWrflDr"; + }; + class RifleKneelLowActionsWlkR: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMwlkSlowWrflDr"; + Up = "AmovPercMwlkSlowWrflDr"; + fireNotPossible = "AmovPknlMwlkSrasWrflDr"; + AdjustR = ""; + Stand = "AmovPknlMwlkSrasWrflDr"; + }; + class RifleKneelLowActionsRunFR: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMrunSlowWrflDfr"; + Up = "AmovPercMrunSlowWrflDfr"; + fireNotPossible = "AmovPknlMtacSrasWrflDfr"; + Stand = "AmovPknlMrunSrasWrflDfr"; + }; + class RifleKneelLowActionsWlkFR: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMwlkSlowWrflDfr"; + Up = "AmovPercMwlkSlowWrflDfr"; + fireNotPossible = "AmovPknlMwlkSrasWrflDfr"; + Stand = "AmovPknlMwlkSrasWrflDfr"; + }; + class RifleKneelLowActionsTacF: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMTacSlowWrflDf"; + Up = "AmovPercMTacSlowWrflDf"; + AdjustF = ""; + Stand = "AmovPknlMtacSrasWrflDf"; + }; + class RifleKneelLowActionsTacFL: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMTacSlowWrflDfl"; + Up = "AmovPercMTacSlowWrflDfl"; + Stand = "AmovPknlMtacSrasWrflDfl"; + }; + class RifleKneelLowActionsTacL: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMTacSlowWrfldl"; + Up = "AmovPercMTacSlowWrfldl"; + AdjustL = ""; + Stand = "AmovPknlMtacSrasWrflDl"; + }; + class RifleKneelLowActionsTacBL: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMTacSlowWrfldbl"; + Up = "AmovPercMTacSlowWrfldbl"; + Stand = "AmovPknlMtacSrasWrflDbl"; + }; + class RifleKneelLowActionsTacB: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMTacSlowWrflDb"; + Up = "AmovPercMTacSlowWrflDb"; + AdjustB = ""; + Stand = "AmovPknlMtacSrasWrflDb"; + }; + class RifleKneelLowActionsTacBR: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMTacSlowWrflDbr"; + Up = "AmovPercMTacSlowWrflDbr"; + Stand = "AmovPknlMtacSrasWrflDbr"; + }; + class RifleKneelLowActionsTacR: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMTacSlowWrflDr"; + Up = "AmovPercMTacSlowWrflDr"; + AdjustR = ""; + Stand = "AmovPknlMtacSrasWrflDr"; + }; + class RifleKneelLowActionsTacFR: RifleKneelLowActionsNoAdjust + { + PlayerStand = "AmovPercMTacSlowWrflDfr"; + Up = "AmovPercMTacSlowWrflDfr"; + Stand = "AmovPknlMtacSrasWrflDfr"; + }; + class RifleKneelTakeActions: RifleKneelActions + { + stop = "AinvPknlMstpSlayWrflDnon_1"; + StopRelaxed = "AinvPknlMstpSlayWrflDnon_1"; + default = "AinvPknlMstpSlayWrflDnon_1"; + sitDown = ""; + PlayerCrouch = "AmovPknlMstpSrasWrflDnon"; + }; + class RifleAdjustStandBaseActions: RifleBaseStandActions + { + Lying = ""; + Crouch = ""; + }; + class RifleAdjustLStandActions: RifleAdjustStandBaseActions + { + stop = "AadjPercMstpSrasWrflDleft"; + default = "AadjPercMstpSrasWrflDleft"; + StopRelaxed = "AadjPercMstpSrasWrflDleft"; + turnL = "AadjPercMstpSrasWrflDleft"; + turnR = "AadjPercMstpSrasWrflDleft"; + turnLRelaxed = "AadjPercMstpSrasWrflDleft"; + turnRRelaxed = "AadjPercMstpSrasWrflDleft"; + WalkF = "AadjPercMwlkSrasWrflDf_left"; + WalkLF = "AadjPercMwlkSrasWrflDfl_left"; + WalkRF = "AadjPercMwlkSrasWrflDfr_left"; + WalkL = "AadjPercMwlkSrasWrflDl_left"; + WalkR = "AadjPercMwlkSrasWrflDr_left"; + WalkLB = "AadjPercMwlkSrasWrflDbl_left"; + WalkRB = "AadjPercMwlkSrasWrflDbr_left"; + WalkB = "AadjPercMwlkSrasWrflDb_left"; + PlayerWalkF = "AadjPercMwlkSrasWrflDf_left"; + PlayerWalkLF = "AadjPercMwlkSrasWrflDfl_left"; + PlayerWalkRF = "AadjPercMwlkSrasWrflDfr_left"; + PlayerWalkL = "AadjPercMwlkSrasWrflDl_left"; + PlayerWalkR = "AadjPercMwlkSrasWrflDr_left"; + PlayerWalkLB = "AadjPercMwlkSrasWrflDbl_left"; + PlayerWalkRB = "AadjPercMwlkSrasWrflDbr_left"; + PlayerWalkB = "AadjPercMwlkSrasWrflDb_left"; + SlowF = "AadjPercMrunSrasWrflDf_left"; + SlowLF = "AadjPercMrunSrasWrflDfl_left"; + SlowRF = "AadjPercMrunSrasWrflDfr_left"; + SlowL = "AadjPercMrunSrasWrflDl_left"; + SlowR = "AadjPercMrunSrasWrflDr_left"; + SlowLB = "AadjPercMrunSrasWrflDbl_left"; + SlowRB = "AadjPercMrunSrasWrflDbr_left"; + SlowB = "AadjPercMrunSrasWrflDb_left"; + PlayerSlowF = "AadjPercMrunSrasWrflDf_left"; + PlayerSlowLF = "AadjPercMrunSrasWrflDfl_left"; + PlayerSlowRF = "AadjPercMrunSrasWrflDfr_left"; + PlayerSlowL = "AadjPercMrunSrasWrflDl_left"; + PlayerSlowR = "AadjPercMrunSrasWrflDr_left"; + PlayerSlowLB = "AadjPercMrunSrasWrflDbl_left"; + PlayerSlowRB = "AadjPercMrunSrasWrflDbr_left"; + PlayerSlowB = "AadjPercMrunSrasWrflDb_left"; + FastF = "AadjPercMevaSrasWrflDf_left"; + FastLF = "AadjPercMevaSrasWrflDfl_left"; + FastRF = "AadjPercMevaSrasWrflDfr_left"; + FastL = "AadjPercMrunSrasWrflDl_left"; + FastR = "AadjPercMrunSrasWrflDr_left"; + FastLB = "AadjPercMrunSrasWrflDbl_left"; + FastRB = "AadjPercMrunSrasWrflDbr_left"; + FastB = "AadjPercMrunSrasWrflDb_left"; + TactF = "AadjPercMtacSrasWrflDf_left"; + TactLF = "AadjPercMtacSrasWrflDfl_left"; + TactRF = "AadjPercMtacSrasWrflDfr_left"; + TactL = "AadjPercMtacSrasWrflDl_left"; + TactR = "AadjPercMtacSrasWrflDr_left"; + TactLB = "AadjPercMtacSrasWrflDbl_left"; + TactRB = "AadjPercMtacSrasWrflDbr_left"; + TactB = "AadjPercMtacSrasWrflDb_left"; + PlayerTactF = "AadjPercMtacSrasWrflDf_left"; + PlayerTactLF = "AadjPercMtacSrasWrflDfl_left"; + PlayerTactRF = "AadjPercMtacSrasWrflDfr_left"; + PlayerTactL = "AadjPercMtacSrasWrflDl_left"; + PlayerTactR = "AadjPercMtacSrasWrflDr_left"; + PlayerTactLB = "AadjPercMtacSrasWrflDbl_left"; + PlayerTactRB = "AadjPercMtacSrasWrflDbr_left"; + PlayerTactB = "AadjPercMtacSrasWrflDb_left"; + up = "AadjPknlMstpSrasWrflDleft"; + down = "AadjPpneMstpSrasWrflDleft"; + PlayerProne = "AadjPpneMstpSrasWrflDleft"; + PlayerCrouch = "AadjPknlMstpSrasWrflDleft"; + Combat = "AadjPercMstpSrasWrflDleft"; + FireNotPossible = "AadjPercMstpSrasWrflDleft"; + Crouch = "AadjPknlMstpSrasWrflDleft"; + AdjustF = "AadjPercMstpSrasWrflDup"; + AdjustLF = "AadjPercMstpSrasWrflDup"; + AdjustRF = "AadjPercMstpSrasWrflDup"; + AdjustB = "AadjPercMstpSrasWrflDdown"; + AdjustLB = "AadjPercMstpSrasWrflDdown"; + AdjustRB = "AadjPercMstpSrasWrflDdown"; + AdjustL = "AadjPercMstpSrasWrflDleft"; + AdjustR = "AmovPercMstpSrasWrflDnon"; + }; + class RifleAdjustRStandActions: RifleAdjustStandBaseActions + { + stop = "AadjPercMstpSrasWrflDright"; + default = "AadjPercMstpSrasWrflDright"; + StopRelaxed = "AadjPercMstpSrasWrflDright"; + turnL = "AadjPercMstpSrasWrflDright"; + turnR = "AadjPercMstpSrasWrflDright"; + turnLRelaxed = "AadjPercMstpSrasWrflDright"; + turnRRelaxed = "AadjPercMstpSrasWrflDright"; + WalkF = "AadjPercMwlkSrasWrflDf_right"; + WalkLF = "AadjPercMwlkSrasWrflDfl_right"; + WalkRF = "AadjPercMwlkSrasWrflDfr_right"; + WalkL = "AadjPercMwlkSrasWrflDl_right"; + WalkR = "AadjPercMwlkSrasWrflDr_right"; + WalkLB = "AadjPercMwlkSrasWrflDbl_right"; + WalkRB = "AadjPercMwlkSrasWrflDbr_right"; + WalkB = "AadjPercMwlkSrasWrflDb_right"; + PlayerWalkF = "AadjPercMwlkSrasWrflDf_right"; + PlayerWalkLF = "AadjPercMwlkSrasWrflDfl_right"; + PlayerWalkRF = "AadjPercMwlkSrasWrflDfr_right"; + PlayerWalkL = "AadjPercMwlkSrasWrflDl_right"; + PlayerWalkR = "AadjPercMwlkSrasWrflDr_right"; + PlayerWalkLB = "AadjPercMwlkSrasWrflDbl_right"; + PlayerWalkRB = "AadjPercMwlkSrasWrflDbr_right"; + PlayerWalkB = "AadjPercMwlkSrasWrflDb_right"; + SlowF = "AadjPercMrunSrasWrflDf_right"; + SlowLF = "AadjPercMrunSrasWrflDfl_right"; + SlowRF = "AadjPercMrunSrasWrflDfr_right"; + SlowL = "AadjPercMrunSrasWrflDl_right"; + SlowR = "AadjPercMrunSrasWrflDr_right"; + SlowLB = "AadjPercMrunSrasWrflDbl_right"; + SlowRB = "AadjPercMrunSrasWrflDbr_right"; + SlowB = "AadjPercMrunSrasWrflDb_right"; + PlayerSlowF = "AadjPercMrunSrasWrflDf_right"; + PlayerSlowLF = "AadjPercMrunSrasWrflDfl_right"; + PlayerSlowRF = "AadjPercMrunSrasWrflDfr_right"; + PlayerSlowL = "AadjPercMrunSrasWrflDl_right"; + PlayerSlowR = "AadjPercMrunSrasWrflDr_right"; + PlayerSlowLB = "AadjPercMrunSrasWrflDbl_right"; + PlayerSlowRB = "AadjPercMrunSrasWrflDbr_right"; + PlayerSlowB = "AadjPercMrunSrasWrflDb_right"; + FastF = "AadjPercMevaSrasWrflDf_right"; + FastLF = "AadjPercMevaSrasWrflDfl_right"; + FastRF = "AadjPercMevaSrasWrflDfr_right"; + FastL = "AadjPercMrunSrasWrflDl_right"; + FastR = "AadjPercMrunSrasWrflDr_right"; + FastLB = "AadjPercMrunSrasWrflDbl_right"; + FastRB = "AadjPercMrunSrasWrflDbr_right"; + FastB = "AadjPercMrunSrasWrflDb_right"; + TactF = "AadjPercMtacSrasWrflDf_right"; + TactLF = "AadjPercMtacSrasWrflDfl_right"; + TactRF = "AadjPercMtacSrasWrflDfr_right"; + TactL = "AadjPercMtacSrasWrflDl_right"; + TactR = "AadjPercMtacSrasWrflDr_right"; + TactLB = "AadjPercMtacSrasWrflDbl_right"; + TactRB = "AadjPercMtacSrasWrflDbr_right"; + TactB = "AadjPercMtacSrasWrflDb_right"; + PlayerTactF = "AadjPercMtacSrasWrflDf_right"; + PlayerTactLF = "AadjPercMtacSrasWrflDfl_right"; + PlayerTactRF = "AadjPercMtacSrasWrflDfr_right"; + PlayerTactL = "AadjPercMtacSrasWrflDl_right"; + PlayerTactR = "AadjPercMtacSrasWrflDr_right"; + PlayerTactLB = "AadjPercMtacSrasWrflDbl_right"; + PlayerTactRB = "AadjPercMtacSrasWrflDbr_right"; + PlayerTactB = "AadjPercMtacSrasWrflDb_right"; + up = "AadjPknlMstpSrasWrflDright"; + down = "AadjPpneMstpSrasWrflDright"; + PlayerProne = "AadjPpneMstpSrasWrflDright"; + PlayerCrouch = "AadjPknlMstpSrasWrflDright"; + Combat = "AadjPercMstpSrasWrflDright"; + FireNotPossible = "AadjPercMstpSrasWrflDright"; + Crouch = "AadjPknlMstpSrasWrflDright"; + AdjustF = "AadjPercMstpSrasWrflDup"; + AdjustLF = "AadjPercMstpSrasWrflDup"; + AdjustRF = "AadjPercMstpSrasWrflDup"; + AdjustB = "AadjPercMstpSrasWrflDdown"; + AdjustLB = "AadjPercMstpSrasWrflDdown"; + AdjustRB = "AadjPercMstpSrasWrflDdown"; + AdjustL = "AmovPercMstpSrasWrflDnon"; + AdjustR = "AadjPercMstpSrasWrflDright"; + }; + class RifleAdjustFStandActions: RifleAdjustStandBaseActions + { + stop = "AadjPercMstpSrasWrflDup"; + default = "AadjPercMstpSrasWrflDup"; + StopRelaxed = "AadjPercMstpSrasWrflDup"; + turnL = "AadjPercMstpSrasWrflDup"; + turnR = "AadjPercMstpSrasWrflDup"; + turnLRelaxed = "AadjPercMstpSrasWrflDup"; + turnRRelaxed = "AadjPercMstpSrasWrflDup"; + WalkF = "AadjPercMwlkSrasWrflDf_up"; + WalkLF = "AadjPercMwlkSrasWrflDfl_up"; + WalkRF = "AadjPercMwlkSrasWrflDfr_up"; + WalkL = "AadjPercMwlkSrasWrflDl_up"; + WalkR = "AadjPercMwlkSrasWrflDr_up"; + WalkLB = "AadjPercMwlkSrasWrflDbl_up"; + WalkRB = "AadjPercMwlkSrasWrflDbr_up"; + WalkB = "AadjPercMwlkSrasWrflDb_up"; + PlayerWalkF = "AadjPercMwlkSrasWrflDf_up"; + PlayerWalkLF = "AadjPercMwlkSrasWrflDfl_up"; + PlayerWalkRF = "AadjPercMwlkSrasWrflDfr_up"; + PlayerWalkL = "AadjPercMwlkSrasWrflDl_up"; + PlayerWalkR = "AadjPercMwlkSrasWrflDr_up"; + PlayerWalkLB = "AadjPercMwlkSrasWrflDbl_up"; + PlayerWalkRB = "AadjPercMwlkSrasWrflDbr_up"; + PlayerWalkB = "AadjPercMwlkSrasWrflDb_up"; + SlowF = "AadjPercMrunSrasWrflDf_up"; + SlowLF = "AadjPercMrunSrasWrflDfl_up"; + SlowRF = "AadjPercMrunSrasWrflDfr_up"; + SlowL = "AadjPercMrunSrasWrflDl_up"; + SlowR = "AadjPercMrunSrasWrflDr_up"; + SlowLB = "AadjPercMrunSrasWrflDbl_up"; + SlowRB = "AadjPercMrunSrasWrflDbr_up"; + SlowB = "AadjPercMrunSrasWrflDb_up"; + PlayerSlowF = "AadjPercMrunSrasWrflDf_up"; + PlayerSlowLF = "AadjPercMrunSrasWrflDfl_up"; + PlayerSlowRF = "AadjPercMrunSrasWrflDfr_up"; + PlayerSlowL = "AadjPercMrunSrasWrflDl_up"; + PlayerSlowR = "AadjPercMrunSrasWrflDr_up"; + PlayerSlowLB = "AadjPercMrunSrasWrflDbl_up"; + PlayerSlowRB = "AadjPercMrunSrasWrflDbr_up"; + PlayerSlowB = "AadjPercMrunSrasWrflDb_up"; + FastF = "AadjPercMevaSrasWrflDf_up"; + FastLF = "AadjPercMevaSrasWrflDfl_up"; + FastRF = "AadjPercMevaSrasWrflDfr_up"; + FastL = "AadjPercMrunSrasWrflDl_up"; + FastR = "AadjPercMrunSrasWrflDr_up"; + FastLB = "AadjPercMrunSrasWrflDbl_up"; + FastRB = "AadjPercMrunSrasWrflDbr_up"; + FastB = "AadjPercMrunSrasWrflDb_up"; + TactF = "AadjPercMtacSrasWrflDf_up"; + TactLF = "AadjPercMtacSrasWrflDfl_up"; + TactRF = "AadjPercMtacSrasWrflDfr_up"; + TactL = "AadjPercMtacSrasWrflDl_up"; + TactR = "AadjPercMtacSrasWrflDr_up"; + TactLB = "AadjPercMtacSrasWrflDbl_up"; + TactRB = "AadjPercMtacSrasWrflDbr_up"; + TactB = "AadjPercMtacSrasWrflDb_up"; + PlayerTactF = "AadjPercMtacSrasWrflDf_up"; + PlayerTactLF = "AadjPercMtacSrasWrflDfl_up"; + PlayerTactRF = "AadjPercMtacSrasWrflDfr_up"; + PlayerTactL = "AadjPercMtacSrasWrflDl_up"; + PlayerTactR = "AadjPercMtacSrasWrflDr_up"; + PlayerTactLB = "AadjPercMtacSrasWrflDbl_up"; + PlayerTactRB = "AadjPercMtacSrasWrflDbr_up"; + PlayerTactB = "AadjPercMtacSrasWrflDb_up"; + up = "AadjPknlMstpSrasWrflDup"; + PlayerCrouch = "AadjPknlMstpSrasWrflDup"; + Combat = "AadjPercMstpSrasWrflDup"; + FireNotPossible = "AadjPercMstpSrasWrflDup"; + Crouch = "AadjPknlMstpSrasWrflDup"; + AdjustF = "AadjPercMstpSrasWrflDup"; + AdjustLF = "AadjPercMstpSrasWrflDup"; + AdjustRF = "AadjPercMstpSrasWrflDup"; + AdjustB = "AmovPercMstpSrasWrflDnon"; + AdjustL = "AadjPercMstpSrasWrflDleft"; + AdjustR = "AadjPercMstpSrasWrflDright"; + }; + class RifleAdjustBStandActions: RifleAdjustStandBaseActions + { + stop = "AadjPercMstpSrasWrflDdown"; + default = "AadjPercMstpSrasWrflDdown"; + StopRelaxed = "AadjPercMstpSrasWrflDdown"; + turnL = "AadjPercMstpSrasWrflDdown"; + turnR = "AadjPercMstpSrasWrflDdown"; + turnLRelaxed = "AadjPercMstpSrasWrflDdown"; + turnRRelaxed = "AadjPercMstpSrasWrflDdown"; + WalkF = "AadjPercMwlkSrasWrflDf_down"; + WalkLF = "AadjPercMwlkSrasWrflDfl_down"; + WalkRF = "AadjPercMwlkSrasWrflDfr_down"; + WalkL = "AadjPercMwlkSrasWrflDl_down"; + WalkR = "AadjPercMwlkSrasWrflDr_down"; + WalkLB = "AadjPercMwlkSrasWrflDbl_down"; + WalkRB = "AadjPercMwlkSrasWrflDbr_down"; + WalkB = "AadjPercMwlkSrasWrflDb_down"; + PlayerWalkF = "AadjPercMwlkSrasWrflDf_down"; + PlayerWalkLF = "AadjPercMwlkSrasWrflDfl_down"; + PlayerWalkRF = "AadjPercMwlkSrasWrflDfr_down"; + PlayerWalkL = "AadjPercMwlkSrasWrflDl_down"; + PlayerWalkR = "AadjPercMwlkSrasWrflDr_down"; + PlayerWalkLB = "AadjPercMwlkSrasWrflDbl_down"; + PlayerWalkRB = "AadjPercMwlkSrasWrflDbr_down"; + PlayerWalkB = "AadjPercMwlkSrasWrflDb_down"; + SlowF = "AadjPercMrunSrasWrflDf_down"; + SlowLF = "AadjPercMrunSrasWrflDfl_down"; + SlowRF = "AadjPercMrunSrasWrflDfr_down"; + SlowL = "AadjPercMrunSrasWrflDl_down"; + SlowR = "AadjPercMrunSrasWrflDr_down"; + SlowLB = "AadjPercMrunSrasWrflDbl_down"; + SlowRB = "AadjPercMrunSrasWrflDbr_down"; + SlowB = "AadjPercMrunSrasWrflDb_down"; + PlayerSlowF = "AadjPercMrunSrasWrflDf_down"; + PlayerSlowLF = "AadjPercMrunSrasWrflDfl_down"; + PlayerSlowRF = "AadjPercMrunSrasWrflDfr_down"; + PlayerSlowL = "AadjPercMrunSrasWrflDl_down"; + PlayerSlowR = "AadjPercMrunSrasWrflDr_down"; + PlayerSlowLB = "AadjPercMrunSrasWrflDbl_down"; + PlayerSlowRB = "AadjPercMrunSrasWrflDbr_down"; + PlayerSlowB = "AadjPercMrunSrasWrflDb_down"; + FastF = "AadjPercMevaSrasWrflDf_down"; + FastLF = "AadjPercMevaSrasWrflDfl_down"; + FastRF = "AadjPercMevaSrasWrflDfr_down"; + FastL = "AadjPercMrunSrasWrflDl_down"; + FastR = "AadjPercMrunSrasWrflDr_down"; + FastLB = "AadjPercMrunSrasWrflDbl_down"; + FastRB = "AadjPercMrunSrasWrflDbr_down"; + FastB = "AadjPercMrunSrasWrflDb_down"; + TactF = "AadjPercMtacSrasWrflDf_down"; + TactLF = "AadjPercMtacSrasWrflDfl_down"; + TactRF = "AadjPercMtacSrasWrflDfr_down"; + TactL = "AadjPercMtacSrasWrflDl_down"; + TactR = "AadjPercMtacSrasWrflDr_down"; + TactLB = "AadjPercMtacSrasWrflDbl_down"; + TactRB = "AadjPercMtacSrasWrflDbr_down"; + TactB = "AadjPercMtacSrasWrflDb_down"; + PlayerTactF = "AadjPercMtacSrasWrflDf_down"; + PlayerTactLF = "AadjPercMtacSrasWrflDfl_down"; + PlayerTactRF = "AadjPercMtacSrasWrflDfr_down"; + PlayerTactL = "AadjPercMtacSrasWrflDl_down"; + PlayerTactR = "AadjPercMtacSrasWrflDr_down"; + PlayerTactLB = "AadjPercMtacSrasWrflDbl_down"; + PlayerTactRB = "AadjPercMtacSrasWrflDbr_down"; + PlayerTactB = "AadjPercMtacSrasWrflDb_down"; + up = "AadjPknlMstpSrasWrflDdown"; + downDegree = "ManPosCombat"; + PlayerCrouch = "AadjPknlMstpSrasWrflDdown"; + Combat = "AadjPercMstpSrasWrflDdown"; + FireNotPossible = "AadjPercMstpSrasWrflDdown"; + Crouch = "AadjPknlMstpSrasWrflDdown"; + AdjustF = "AmovPercMstpSrasWrflDnon"; + AdjustB = "AadjPknlMstpSrasWrflDup"; + AdjustL = "AadjPercMstpSrasWrflDleft"; + AdjustR = "AadjPercMstpSrasWrflDright"; + }; + class RifleAdjustKneelBaseActions: RifleKneelActions + { + Lying = ""; + Crouch = ""; + AdjustF = "AadjPknlMstpSrasWrflDup"; + AdjustLF = "AadjPknlMstpSrasWrflDup"; + AdjustRF = "AadjPknlMstpSrasWrflDup"; + AdjustB = "AadjPknlMstpSrasWrflDdown"; + AdjustLB = "AadjPknlMstpSrasWrflDdown"; + AdjustRB = "AadjPknlMstpSrasWrflDdown"; + AdjustL = "AadjPknlMstpSrasWrflDleft"; + AdjustR = "AadjPknlMstpSrasWrflDright"; + }; + class RifleAdjustLKneelActions: RifleAdjustKneelBaseActions + { + stop = "AadjPknlMstpSrasWrflDleft"; + default = "AadjPknlMstpSrasWrflDleft"; + StopRelaxed = "AadjPknlMstpSrasWrflDleft"; + turnL = "AadjPknlMstpSrasWrflDleft"; + turnR = "AadjPknlMstpSrasWrflDleft"; + turnLRelaxed = "AadjPknlMstpSrasWrflDleft"; + turnRRelaxed = "AadjPknlMstpSrasWrflDleft"; + WalkF = "AadjPknlMwlkSrasWrflDf_left"; + WalkLF = "AadjPknlMwlkSrasWrflDfl_left"; + WalkRF = "AadjPknlMwlkSrasWrflDfr_left"; + WalkL = "AadjPknlMwlkSrasWrflDl_left"; + WalkR = "AadjPknlMwlkSrasWrflDr_left"; + WalkLB = "AadjPknlMwlkSrasWrflDbl_left"; + WalkRB = "AadjPknlMwlkSrasWrflDbr_left"; + WalkB = "AadjPknlMwlkSrasWrflDb_left"; + PlayerWalkF = "AadjPknlMwlkSrasWrflDf_left"; + PlayerWalkLF = "AadjPknlMwlkSrasWrflDfl_left"; + PlayerWalkRF = "AadjPknlMwlkSrasWrflDfr_left"; + PlayerWalkL = "AadjPknlMwlkSrasWrflDl_left"; + PlayerWalkR = "AadjPknlMwlkSrasWrflDr_left"; + PlayerWalkLB = "AadjPknlMwlkSrasWrflDbl_left"; + PlayerWalkRB = "AadjPknlMwlkSrasWrflDbr_left"; + PlayerWalkB = "AadjPknlMwlkSrasWrflDb_left"; + SlowF = "AadjPknlMrunSrasWrflDf_left"; + SlowLF = "AadjPknlMrunSrasWrflDfl_left"; + SlowRF = "AadjPknlMrunSrasWrflDfr_left"; + SlowL = "AadjPknlMrunSrasWrflDl_left"; + SlowR = "AadjPknlMrunSrasWrflDr_left"; + SlowLB = "AadjPknlMrunSrasWrflDbl_left"; + SlowRB = "AadjPknlMrunSrasWrflDbr_left"; + SlowB = "AadjPknlMrunSrasWrflDb_left"; + PlayerSlowF = "AadjPknlMrunSrasWrflDf_left"; + PlayerSlowLF = "AadjPknlMrunSrasWrflDfl_left"; + PlayerSlowRF = "AadjPknlMrunSrasWrflDfr_left"; + PlayerSlowL = "AadjPknlMrunSrasWrflDl_left"; + PlayerSlowR = "AadjPknlMrunSrasWrflDr_left"; + PlayerSlowLB = "AadjPknlMrunSrasWrflDbl_left"; + PlayerSlowRB = "AadjPknlMrunSrasWrflDbr_left"; + PlayerSlowB = "AadjPknlMrunSrasWrflDb_left"; + FastF = "AadjPknlMevaSrasWrflDf_left"; + FastLF = "AadjPknlMevaSrasWrflDfl_left"; + FastRF = "AadjPknlMevaSrasWrflDfr_left"; + FastL = "AadjPknlMrunSrasWrflDl_left"; + FastR = "AadjPknlMrunSrasWrflDr_left"; + FastLB = "AadjPknlMrunSrasWrflDbl_left"; + FastRB = "AadjPknlMrunSrasWrflDbr_left"; + FastB = "AadjPknlMrunSrasWrflDb_left"; + TactF = "AadjPknlMtacSrasWrflDf_left"; + TactLF = "AadjPknlMtacSrasWrflDfl_left"; + TactRF = "AadjPknlMtacSrasWrflDfr_left"; + TactL = "AadjPknlMtacSrasWrflDl_left"; + TactR = "AadjPknlMtacSrasWrflDr_left"; + TactLB = "AadjPknlMtacSrasWrflDbl_left"; + TactRB = "AadjPknlMtacSrasWrflDbr_left"; + TactB = "AadjPknlMtacSrasWrflDb_left"; + PlayerTactF = "AadjPknlMtacSrasWrflDf_left"; + PlayerTactLF = "AadjPknlMtacSrasWrflDfl_left"; + PlayerTactRF = "AadjPknlMtacSrasWrflDfr_left"; + PlayerTactL = "AadjPknlMtacSrasWrflDl_left"; + PlayerTactR = "AadjPknlMtacSrasWrflDr_left"; + PlayerTactLB = "AadjPknlMtacSrasWrflDbl_left"; + PlayerTactRB = "AadjPknlMtacSrasWrflDbr_left"; + PlayerTactB = "AadjPknlMtacSrasWrflDb_left"; + up = "AadjPercMstpSrasWrflDleft"; + upDegree = "ManPosCombat"; + PlayerStand = "AadjPercMstpSrasWrflDleft"; + PlayerCrouch = "AmovPknlMstpSrasWrflDnon"; + Combat = "AadjPknlMstpSrasWrflDleft"; + FireNotPossible = "AadjPknlMstpSrasWrflDleft"; + Stand = "AmovPknlMstpSlowWrflDnon"; + AdjustR = "AmovPknlMstpSrasWrflDnon"; + down = "AadjPpneMstpSrasWrflDleft"; + PlayerProne = "AadjPpneMstpSrasWrflDleft"; + }; + class RifleAdjustRKneelActions: RifleAdjustKneelBaseActions + { + stop = "AadjPknlMstpSrasWrflDright"; + default = "AadjPknlMstpSrasWrflDright"; + StopRelaxed = "AadjPknlMstpSrasWrflDright"; + turnL = "AadjPknlMstpSrasWrflDright"; + turnR = "AadjPknlMstpSrasWrflDright"; + turnLRelaxed = "AadjPknlMstpSrasWrflDright"; + turnRRelaxed = "AadjPknlMstpSrasWrflDright"; + WalkF = "AadjPknlMwlkSrasWrflDf_right"; + WalkLF = "AadjPknlMwlkSrasWrflDfl_right"; + WalkRF = "AadjPknlMwlkSrasWrflDfr_right"; + WalkL = "AadjPknlMwlkSrasWrflDl_right"; + WalkR = "AadjPknlMwlkSrasWrflDr_right"; + WalkLB = "AadjPknlMwlkSrasWrflDbl_right"; + WalkRB = "AadjPknlMwlkSrasWrflDbr_right"; + WalkB = "AadjPknlMwlkSrasWrflDb_right"; + PlayerWalkF = "AadjPknlMwlkSrasWrflDf_right"; + PlayerWalkLF = "AadjPknlMwlkSrasWrflDfl_right"; + PlayerWalkRF = "AadjPknlMwlkSrasWrflDfr_right"; + PlayerWalkL = "AadjPknlMwlkSrasWrflDl_right"; + PlayerWalkR = "AadjPknlMwlkSrasWrflDr_right"; + PlayerWalkLB = "AadjPknlMwlkSrasWrflDbl_right"; + PlayerWalkRB = "AadjPknlMwlkSrasWrflDbr_right"; + PlayerWalkB = "AadjPknlMwlkSrasWrflDb_right"; + SlowF = "AadjPknlMrunSrasWrflDf_right"; + SlowLF = "AadjPknlMrunSrasWrflDfl_right"; + SlowRF = "AadjPknlMrunSrasWrflDfr_right"; + SlowL = "AadjPknlMrunSrasWrflDl_right"; + SlowR = "AadjPknlMrunSrasWrflDr_right"; + SlowLB = "AadjPknlMrunSrasWrflDbl_right"; + SlowRB = "AadjPknlMrunSrasWrflDbr_right"; + SlowB = "AadjPknlMrunSrasWrflDb_right"; + PlayerSlowF = "AadjPknlMrunSrasWrflDf_right"; + PlayerSlowLF = "AadjPknlMrunSrasWrflDfl_right"; + PlayerSlowRF = "AadjPknlMrunSrasWrflDfr_right"; + PlayerSlowL = "AadjPknlMrunSrasWrflDl_right"; + PlayerSlowR = "AadjPknlMrunSrasWrflDr_right"; + PlayerSlowLB = "AadjPknlMrunSrasWrflDbl_right"; + PlayerSlowRB = "AadjPknlMrunSrasWrflDbr_right"; + PlayerSlowB = "AadjPknlMrunSrasWrflDb_right"; + FastF = "AadjPknlMevaSrasWrflDf_right"; + FastLF = "AadjPknlMevaSrasWrflDfl_right"; + FastRF = "AadjPknlMevaSrasWrflDfr_right"; + FastL = "AadjPknlMrunSrasWrflDl_right"; + FastR = "AadjPknlMrunSrasWrflDr_right"; + FastLB = "AadjPknlMrunSrasWrflDbl_right"; + FastRB = "AadjPknlMrunSrasWrflDbr_right"; + FastB = "AadjPknlMrunSrasWrflDb_right"; + TactF = "AadjPknlMtacSrasWrflDf_right"; + TactLF = "AadjPknlMtacSrasWrflDfl_right"; + TactRF = "AadjPknlMtacSrasWrflDfr_right"; + TactL = "AadjPknlMtacSrasWrflDl_right"; + TactR = "AadjPknlMtacSrasWrflDr_right"; + TactLB = "AadjPknlMtacSrasWrflDbl_right"; + TactRB = "AadjPknlMtacSrasWrflDbr_right"; + TactB = "AadjPknlMtacSrasWrflDb_right"; + PlayerTactF = "AadjPknlMtacSrasWrflDf_right"; + PlayerTactLF = "AadjPknlMtacSrasWrflDfl_right"; + PlayerTactRF = "AadjPknlMtacSrasWrflDfr_right"; + PlayerTactL = "AadjPknlMtacSrasWrflDl_right"; + PlayerTactR = "AadjPknlMtacSrasWrflDr_right"; + PlayerTactLB = "AadjPknlMtacSrasWrflDbl_right"; + PlayerTactRB = "AadjPknlMtacSrasWrflDbr_right"; + PlayerTactB = "AadjPknlMtacSrasWrflDb_right"; + up = "AadjPercMstpSrasWrflDright"; + upDegree = "ManPosCombat"; + PlayerStand = "AadjPercMstpSrasWrflDright"; + PlayerCrouch = "AmovPknlMstpSrasWrflDnon"; + Combat = "AadjPknlMstpSrasWrflDright"; + FireNotPossible = "AadjPknlMstpSrasWrflDright"; + Stand = "AmovPknlMstpSlowWrflDnon"; + AdjustL = "AmovPknlMstpSrasWrflDnon"; + down = "AadjPpneMstpSrasWrflDright"; + PlayerProne = "AadjPpneMstpSrasWrflDright"; + }; + class RifleAdjustFKneelActions: RifleAdjustKneelBaseActions + { + stop = "AadjPknlMstpSrasWrflDup"; + default = "AadjPknlMstpSrasWrflDup"; + StopRelaxed = "AadjPknlMstpSrasWrflDup"; + turnL = "AadjPknlMstpSrasWrflDup"; + turnR = "AadjPknlMstpSrasWrflDup"; + turnLRelaxed = "AadjPknlMstpSrasWrflDup"; + turnRRelaxed = "AadjPknlMstpSrasWrflDup"; + WalkF = "AadjPknlMwlkSrasWrflDf_up"; + WalkLF = "AadjPknlMwlkSrasWrflDfl_up"; + WalkRF = "AadjPknlMwlkSrasWrflDfr_up"; + WalkL = "AadjPknlMwlkSrasWrflDl_up"; + WalkR = "AadjPknlMwlkSrasWrflDr_up"; + WalkLB = "AadjPknlMwlkSrasWrflDbl_up"; + WalkRB = "AadjPknlMwlkSrasWrflDbr_up"; + WalkB = "AadjPknlMwlkSrasWrflDb_up"; + PlayerWalkF = "AadjPknlMwlkSrasWrflDf_up"; + PlayerWalkLF = "AadjPknlMwlkSrasWrflDfl_up"; + PlayerWalkRF = "AadjPknlMwlkSrasWrflDfr_up"; + PlayerWalkL = "AadjPknlMwlkSrasWrflDl_up"; + PlayerWalkR = "AadjPknlMwlkSrasWrflDr_up"; + PlayerWalkLB = "AadjPknlMwlkSrasWrflDbl_up"; + PlayerWalkRB = "AadjPknlMwlkSrasWrflDbr_up"; + PlayerWalkB = "AadjPknlMwlkSrasWrflDb_up"; + SlowF = "AadjPknlMrunSrasWrflDf_up"; + SlowLF = "AadjPknlMrunSrasWrflDfl_up"; + SlowRF = "AadjPknlMrunSrasWrflDfr_up"; + SlowL = "AadjPknlMrunSrasWrflDl_up"; + SlowR = "AadjPknlMrunSrasWrflDr_up"; + SlowLB = "AadjPknlMrunSrasWrflDbl_up"; + SlowRB = "AadjPknlMrunSrasWrflDbr_up"; + SlowB = "AadjPknlMrunSrasWrflDb_up"; + PlayerSlowF = "AadjPknlMrunSrasWrflDf_up"; + PlayerSlowLF = "AadjPknlMrunSrasWrflDfl_up"; + PlayerSlowRF = "AadjPknlMrunSrasWrflDfr_up"; + PlayerSlowL = "AadjPknlMrunSrasWrflDl_up"; + PlayerSlowR = "AadjPknlMrunSrasWrflDr_up"; + PlayerSlowLB = "AadjPknlMrunSrasWrflDbl_up"; + PlayerSlowRB = "AadjPknlMrunSrasWrflDbr_up"; + PlayerSlowB = "AadjPknlMrunSrasWrflDb_up"; + FastF = "AadjPknlMevaSrasWrflDf_up"; + FastLF = "AadjPknlMevaSrasWrflDfl_up"; + FastRF = "AadjPknlMevaSrasWrflDfr_up"; + FastL = "AadjPknlMrunSrasWrflDl_up"; + FastR = "AadjPknlMrunSrasWrflDr_up"; + FastLB = "AadjPknlMrunSrasWrflDbl_up"; + FastRB = "AadjPknlMrunSrasWrflDbr_up"; + FastB = "AadjPknlMrunSrasWrflDb_up"; + TactF = "AadjPknlMtacSrasWrflDf_up"; + TactLF = "AadjPknlMtacSrasWrflDfl_up"; + TactRF = "AadjPknlMtacSrasWrflDfr_up"; + TactL = "AadjPknlMtacSrasWrflDl_up"; + TactR = "AadjPknlMtacSrasWrflDr_up"; + TactLB = "AadjPknlMtacSrasWrflDbl_up"; + TactRB = "AadjPknlMtacSrasWrflDbr_up"; + TactB = "AadjPknlMtacSrasWrflDb_up"; + PlayerTactF = "AadjPknlMtacSrasWrflDf_up"; + PlayerTactLF = "AadjPknlMtacSrasWrflDfl_up"; + PlayerTactRF = "AadjPknlMtacSrasWrflDfr_up"; + PlayerTactL = "AadjPknlMtacSrasWrflDl_up"; + PlayerTactR = "AadjPknlMtacSrasWrflDr_up"; + PlayerTactLB = "AadjPknlMtacSrasWrflDbl_up"; + PlayerTactRB = "AadjPknlMtacSrasWrflDbr_up"; + PlayerTactB = "AadjPknlMtacSrasWrflDb_up"; + up = "AadjPercMstpSrasWrflDup"; + upDegree = "ManPosCombat"; + PlayerStand = "AadjPercMstpSrasWrflDup"; + PlayerCrouch = "AmovPknlMstpSrasWrflDnon"; + Combat = "AadjPknlMstpSrasWrflDup"; + FireNotPossible = "AadjPknlMstpSrasWrflDup"; + Stand = "AmovPknlMstpSlowWrflDnon"; + AdjustF = "AadjPercMstpSrasWrflDdown"; + AdjustB = "AmovPknlMstpSrasWrflDnon"; + }; + class RifleAdjustBKneelActions: RifleAdjustKneelBaseActions + { + stop = "AadjPknlMstpSrasWrflDdown"; + default = "AadjPknlMstpSrasWrflDdown"; + StopRelaxed = "AadjPknlMstpSrasWrflDdown"; + turnL = "AadjPknlMstpSrasWrflDdown"; + turnR = "AadjPknlMstpSrasWrflDdown"; + turnLRelaxed = "AadjPknlMstpSrasWrflDdown"; + turnRRelaxed = "AadjPknlMstpSrasWrflDdown"; + WalkF = "AadjPknlMwlkSrasWrflDf_down"; + WalkLF = "AadjPknlMwlkSrasWrflDfl_down"; + WalkRF = "AadjPknlMwlkSrasWrflDfr_down"; + WalkL = "AadjPknlMwlkSrasWrflDl_down"; + WalkR = "AadjPknlMwlkSrasWrflDr_down"; + WalkLB = "AadjPknlMwlkSrasWrflDbl_down"; + WalkRB = "AadjPknlMwlkSrasWrflDbr_down"; + WalkB = "AadjPknlMwlkSrasWrflDb_down"; + PlayerWalkF = "AadjPknlMwlkSrasWrflDf_down"; + PlayerWalkLF = "AadjPknlMwlkSrasWrflDfl_down"; + PlayerWalkRF = "AadjPknlMwlkSrasWrflDfr_down"; + PlayerWalkL = "AadjPknlMwlkSrasWrflDl_down"; + PlayerWalkR = "AadjPknlMwlkSrasWrflDr_down"; + PlayerWalkLB = "AadjPknlMwlkSrasWrflDbl_down"; + PlayerWalkRB = "AadjPknlMwlkSrasWrflDbr_down"; + PlayerWalkB = "AadjPknlMwlkSrasWrflDb_down"; + SlowF = "AadjPknlMrunSrasWrflDf_down"; + SlowLF = "AadjPknlMrunSrasWrflDfl_down"; + SlowRF = "AadjPknlMrunSrasWrflDfr_down"; + SlowL = "AadjPknlMrunSrasWrflDl_down"; + SlowR = "AadjPknlMrunSrasWrflDr_down"; + SlowLB = "AadjPknlMrunSrasWrflDbl_down"; + SlowRB = "AadjPknlMrunSrasWrflDbr_down"; + SlowB = "AadjPknlMrunSrasWrflDb_down"; + PlayerSlowF = "AadjPknlMrunSrasWrflDf_down"; + PlayerSlowLF = "AadjPknlMrunSrasWrflDfl_down"; + PlayerSlowRF = "AadjPknlMrunSrasWrflDfr_down"; + PlayerSlowL = "AadjPknlMrunSrasWrflDl_down"; + PlayerSlowR = "AadjPknlMrunSrasWrflDr_down"; + PlayerSlowLB = "AadjPknlMrunSrasWrflDbl_down"; + PlayerSlowRB = "AadjPknlMrunSrasWrflDbr_down"; + PlayerSlowB = "AadjPknlMrunSrasWrflDb_down"; + FastF = "AadjPknlMevaSrasWrflDf_down"; + FastLF = "AadjPknlMevaSrasWrflDfl_down"; + FastRF = "AadjPknlMevaSrasWrflDfr_down"; + FastL = "AadjPknlMrunSrasWrflDl_down"; + FastR = "AadjPknlMrunSrasWrflDr_down"; + FastLB = "AadjPknlMrunSrasWrflDbl_down"; + FastRB = "AadjPknlMrunSrasWrflDbr_down"; + FastB = "AadjPknlMrunSrasWrflDb_down"; + TactF = "AadjPknlMtacSrasWrflDf_down"; + TactLF = "AadjPknlMtacSrasWrflDfl_down"; + TactRF = "AadjPknlMtacSrasWrflDfr_down"; + TactL = "AadjPknlMtacSrasWrflDl_down"; + TactR = "AadjPknlMtacSrasWrflDr_down"; + TactLB = "AadjPknlMtacSrasWrflDbl_down"; + TactRB = "AadjPknlMtacSrasWrflDbr_down"; + TactB = "AadjPknlMtacSrasWrflDb_down"; + PlayerTactF = "AadjPknlMtacSrasWrflDf_down"; + PlayerTactLF = "AadjPknlMtacSrasWrflDfl_down"; + PlayerTactRF = "AadjPknlMtacSrasWrflDfr_down"; + PlayerTactL = "AadjPknlMtacSrasWrflDl_down"; + PlayerTactR = "AadjPknlMtacSrasWrflDr_down"; + PlayerTactLB = "AadjPknlMtacSrasWrflDbl_down"; + PlayerTactRB = "AadjPknlMtacSrasWrflDbr_down"; + PlayerTactB = "AadjPknlMtacSrasWrflDb_down"; + up = "AadjPercMstpSrasWrflDdown"; + downDegree = "ManPosCombat"; + PlayerStand = "AadjPercMstpSrasWrflDdown"; + PlayerCrouch = "AmovPknlMstpSrasWrflDnon"; + Combat = "AadjPknlMstpSrasWrflDdown"; + FireNotPossible = "AadjPknlMstpSrasWrflDdown"; + Stand = "AmovPknlMstpSlowWrflDnon"; + AdjustF = "AmovPknlMstpSrasWrflDnon"; + AdjustB = "AadjPpneMstpSrasWrflDup"; + }; + class RifleAdjustLStandActionsRunF: RifleAdjustLStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDf_left"; + PlayerCrouch = "AadjPknlMrunSrasWrflDf_left"; + Up = "AadjPknlMrunSrasWrflDf_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandActionsWlkF: RifleAdjustLStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDf_left"; + Up = "AadjPknlMwlkSrasWrflDf_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandActionsRunFL: RifleAdjustLStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDfl_left"; + PlayerCrouch = "AadjPknlMrunSrasWrflDfl_left"; + Up = "AadjPknlMrunSrasWrflDfl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandActionsWlkFL: RifleAdjustLStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDfl_left"; + Up = "AadjPknlMwlkSrasWrflDfl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandActionsRunL: RifleAdjustLStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDl_left"; + PlayerCrouch = "AadjPknlMrunSrasWrflDl_left"; + Up = "AadjPknlMrunSrasWrflDl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandActionsWlkL: RifleAdjustLStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDl_left"; + Up = "AadjPknlMwlkSrasWrflDl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandActionsRunBL: RifleAdjustLStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDbl_left"; + PlayerCrouch = "AadjPknlMrunSrasWrflDbl_left"; + Up = "AadjPknlMrunSrasWrflDbl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandActionsWlkBL: RifleAdjustLStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDbl_left"; + Up = "AadjPknlMwlkSrasWrflDbl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandActionsRunB: RifleAdjustLStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDb_left"; + PlayerCrouch = "AadjPknlMrunSrasWrflDb_left"; + Up = "AadjPknlMrunSrasWrflDb_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandActionsWlkB: RifleAdjustLStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDb_left"; + Up = "AadjPknlMwlkSrasWrflDb_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandActionsRunBR: RifleAdjustLStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDbr_left"; + PlayerCrouch = "AadjPknlMrunSrasWrflDbr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandActionsWlkBR: RifleAdjustLStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDbr_left"; + Up = "AadjPknlMwlkSrasWrflDbr_left"; + Stand = "AadjPercMwlkSrasWrflDbr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandActionsRunR: RifleAdjustLStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDr_left"; + PlayerCrouch = "AadjPknlMrunSrasWrflDr_left"; + Up = "AadjPknlMrunSrasWrflDr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandActionsWlkR: RifleAdjustLStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDr_left"; + Up = "AadjPknlMwlkSrasWrflDr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandActionsRunFR: RifleAdjustLStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDfr_left"; + PlayerCrouch = "AadjPknlMrunSrasWrflDfr_left"; + Up = "AadjPknlMrunSrasWrflDfr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandActionsWlkFR: RifleAdjustLStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDfr_left"; + Up = "AadjPknlMwlkSrasWrflDfr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandEvasiveActionsF: RifleAdjustLStandActions + { + PlayerCrouch = "AadjPknlMevaSrasWrflDf_left"; + Up = "AadjPknlMevaSrasWrflDf_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandEvasiveActionsFR: RifleAdjustLStandActions + { + PlayerCrouch = "AadjPknlMevaSrasWrflDfr_left"; + Up = "AadjPknlMevaSrasWrflDfr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandEvasiveActionsFL: RifleAdjustLStandActions + { + PlayerCrouch = "AadjPknlMevaSrasWrflDfl_left"; + Up = "AadjPknlMevaSrasWrflDfl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandActionsRunF: RifleAdjustRStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDf_right"; + PlayerCrouch = "AadjPknlMrunSrasWrflDf_right"; + Up = "AadjPknlMrunSrasWrflDf_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandActionsWlkF: RifleAdjustRStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDf_right"; + Up = "AadjPknlMwlkSrasWrflDf_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandActionsRunFL: RifleAdjustRStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDfl_right"; + PlayerCrouch = "AadjPknlMrunSrasWrflDfl_right"; + Up = "AadjPknlMrunSrasWrflDfl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandActionsWlkFL: RifleAdjustRStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDfl_right"; + Up = "AadjPknlMwlkSrasWrflDfl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandActionsRunL: RifleAdjustRStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDl_right"; + PlayerCrouch = "AadjPknlMrunSrasWrflDl_right"; + Up = "AadjPknlMrunSrasWrflDl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandActionsWlkL: RifleAdjustRStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDl_right"; + Up = "AadjPknlMwlkSrasWrflDl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandActionsRunBL: RifleAdjustRStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDbl_right"; + PlayerCrouch = "AadjPknlMrunSrasWrflDbl_right"; + Up = "AadjPknlMrunSrasWrflDbl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandActionsWlkBL: RifleAdjustRStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDbl_right"; + Up = "AadjPknlMwlkSrasWrflDbl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandActionsRunB: RifleAdjustRStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDb_right"; + PlayerCrouch = "AadjPknlMrunSrasWrflDb_right"; + Up = "AadjPknlMrunSrasWrflDb_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandActionsWlkB: RifleAdjustRStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDb_right"; + Up = "AadjPknlMwlkSrasWrflDb_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandActionsRunBR: RifleAdjustRStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDbr_right"; + PlayerCrouch = "AadjPknlMrunSrasWrflDbr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandActionsWlkBR: RifleAdjustRStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDbr_right"; + Up = "AadjPknlMwlkSrasWrflDbr_right"; + Stand = "AadjPercMwlkSrasWrflDbr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandActionsRunR: RifleAdjustRStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDr_right"; + PlayerCrouch = "AadjPknlMrunSrasWrflDr_right"; + Up = "AadjPknlMrunSrasWrflDr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandActionsWlkR: RifleAdjustRStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDr_right"; + Up = "AadjPknlMwlkSrasWrflDr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandActionsRunFR: RifleAdjustRStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDfr_right"; + PlayerCrouch = "AadjPknlMrunSrasWrflDfr_right"; + Up = "AadjPknlMrunSrasWrflDfr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandActionsWlkFR: RifleAdjustRStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDfr_right"; + Up = "AadjPknlMwlkSrasWrflDfr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandEvasiveActionsF: RifleAdjustRStandActions + { + PlayerCrouch = "AadjPknlMevaSrasWrflDf_right"; + Up = "AadjPknlMevaSrasWrflDf_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandEvasiveActionsFR: RifleAdjustRStandActions + { + PlayerCrouch = "AadjPknlMevaSrasWrflDfr_right"; + Up = "AadjPknlMevaSrasWrflDfr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandEvasiveActionsFL: RifleAdjustRStandActions + { + PlayerCrouch = "AadjPknlMevaSrasWrflDfl_right"; + Up = "AadjPknlMevaSrasWrflDfl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandActionsRunF: RifleAdjustFStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDf_up"; + PlayerCrouch = "AadjPknlMrunSrasWrflDf_up"; + Up = "AadjPknlMrunSrasWrflDf_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandActionsWlkF: RifleAdjustFStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDf_up"; + Up = "AadjPknlMwlkSrasWrflDf_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandActionsRunFL: RifleAdjustFStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDfl_up"; + PlayerCrouch = "AadjPknlMrunSrasWrflDfl_up"; + Up = "AadjPknlMrunSrasWrflDfl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandActionsWlkFL: RifleAdjustFStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDfl_up"; + Up = "AadjPknlMwlkSrasWrflDfl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandActionsRunL: RifleAdjustFStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDl_up"; + PlayerCrouch = "AadjPknlMrunSrasWrflDl_up"; + Up = "AadjPknlMrunSrasWrflDl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandActionsWlkL: RifleAdjustFStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDl_up"; + Up = "AadjPknlMwlkSrasWrflDl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandActionsRunBL: RifleAdjustFStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDbl_up"; + PlayerCrouch = "AadjPknlMrunSrasWrflDbl_up"; + Up = "AadjPknlMrunSrasWrflDbl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandActionsWlkBL: RifleAdjustFStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDbl_up"; + Up = "AadjPknlMwlkSrasWrflDbl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandActionsRunB: RifleAdjustFStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDb_up"; + PlayerCrouch = "AadjPknlMrunSrasWrflDb_up"; + Up = "AadjPknlMrunSrasWrflDb_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandActionsWlkB: RifleAdjustFStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDb_up"; + Up = "AadjPknlMwlkSrasWrflDb_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandActionsRunBR: RifleAdjustFStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDbr_up"; + PlayerCrouch = "AadjPknlMrunSrasWrflDbr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandActionsWlkBR: RifleAdjustFStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDbr_up"; + Up = "AadjPknlMwlkSrasWrflDbr_up"; + Stand = "AadjPercMwlkSrasWrflDbr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandActionsRunR: RifleAdjustFStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDr_up"; + PlayerCrouch = "AadjPknlMrunSrasWrflDr_up"; + Up = "AadjPknlMrunSrasWrflDr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandActionsWlkR: RifleAdjustFStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDr_up"; + Up = "AadjPknlMwlkSrasWrflDr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandActionsRunFR: RifleAdjustFStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDfr_up"; + PlayerCrouch = "AadjPknlMrunSrasWrflDfr_up"; + Up = "AadjPknlMrunSrasWrflDfr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandActionsWlkFR: RifleAdjustFStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDfr_up"; + Up = "AadjPknlMwlkSrasWrflDfr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandEvasiveActionsF: RifleAdjustFStandActions + { + PlayerCrouch = "AadjPknlMevaSrasWrflDf_up"; + Up = "AadjPknlMevaSrasWrflDf_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandEvasiveActionsFR: RifleAdjustFStandActions + { + PlayerCrouch = "AadjPknlMevaSrasWrflDfr_up"; + Up = "AadjPknlMevaSrasWrflDfr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandEvasiveActionsFL: RifleAdjustFStandActions + { + PlayerCrouch = "AadjPknlMevaSrasWrflDfl_up"; + Up = "AadjPknlMevaSrasWrflDfl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandActionsRunF: RifleAdjustBStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDf_down"; + PlayerCrouch = "AadjPknlMrunSrasWrflDf_down"; + Up = "AadjPknlMrunSrasWrflDf_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandActionsWlkF: RifleAdjustBStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDf_down"; + Up = "AadjPknlMwlkSrasWrflDf_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandActionsRunFL: RifleAdjustBStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDfl_down"; + PlayerCrouch = "AadjPknlMrunSrasWrflDfl_down"; + Up = "AadjPknlMrunSrasWrflDfl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandActionsWlkFL: RifleAdjustBStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDfl_down"; + Up = "AadjPknlMwlkSrasWrflDfl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandActionsRunL: RifleAdjustBStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDl_down"; + PlayerCrouch = "AadjPknlMrunSrasWrflDl_down"; + Up = "AadjPknlMrunSrasWrflDl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandActionsWlkL: RifleAdjustBStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDl_down"; + Up = "AadjPknlMwlkSrasWrflDl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandActionsRunBL: RifleAdjustBStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDbl_down"; + PlayerCrouch = "AadjPknlMrunSrasWrflDbl_down"; + Up = "AadjPknlMrunSrasWrflDbl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandActionsWlkBL: RifleAdjustBStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDbl_down"; + Up = "AadjPknlMwlkSrasWrflDbl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandActionsRunB: RifleAdjustBStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDb_down"; + PlayerCrouch = "AadjPknlMrunSrasWrflDb_down"; + Up = "AadjPknlMrunSrasWrflDb_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandActionsWlkB: RifleAdjustBStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDb_down"; + Up = "AadjPknlMwlkSrasWrflDb_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandActionsRunBR: RifleAdjustBStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDbr_down"; + PlayerCrouch = "AadjPknlMrunSrasWrflDbr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandActionsWlkBR: RifleAdjustBStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDbr_down"; + Up = "AadjPknlMwlkSrasWrflDbr_down"; + Stand = "AadjPercMwlkSrasWrflDbr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandActionsRunR: RifleAdjustBStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDr_down"; + PlayerCrouch = "AadjPknlMrunSrasWrflDr_down"; + Up = "AadjPknlMrunSrasWrflDr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandActionsWlkR: RifleAdjustBStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDr_down"; + Up = "AadjPknlMwlkSrasWrflDr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandActionsRunFR: RifleAdjustBStandActions + { + PlayerStand = "AadjPercMtacSrasWrflDfr_down"; + PlayerCrouch = "AadjPknlMrunSrasWrflDfr_down"; + Up = "AadjPknlMrunSrasWrflDfr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandActionsWlkFR: RifleAdjustBStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWrflDfr_down"; + Up = "AadjPknlMwlkSrasWrflDfr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandEvasiveActionsF: RifleAdjustBStandActions + { + PlayerCrouch = "AadjPknlMevaSrasWrflDf_down"; + Up = "AadjPknlMevaSrasWrflDf_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandEvasiveActionsFR: RifleAdjustBStandActions + { + PlayerCrouch = "AadjPknlMevaSrasWrflDfr_down"; + Up = "AadjPknlMevaSrasWrflDfr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandEvasiveActionsFL: RifleAdjustBStandActions + { + PlayerCrouch = "AadjPknlMevaSrasWrflDfl_down"; + Up = "AadjPknlMevaSrasWrflDfl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandActionsTacF: RifleAdjustLStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDf_left"; + PlayerCrouch = "AadjPknlMtacSrasWrflDf_left"; + Up = "AadjPknlMtacSrasWrflDf_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandActionsTacFL: RifleAdjustLStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDfl_left"; + PlayerCrouch = "AadjPknlMtacSrasWrflDfl_left"; + Up = "AadjPknlMtacSrasWrflDfl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandActionsTacL: RifleAdjustLStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDl_left"; + PlayerCrouch = "AadjPknlMtacSrasWrflDl_left"; + Up = "AadjPknlMtacSrasWrflDl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandActionsTacBL: RifleAdjustLStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDbl_left"; + PlayerCrouch = "AadjPknlMtacSrasWrflDbl_left"; + Up = "AadjPknlMtacSrasWrflDbl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandActionsTacB: RifleAdjustLStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDb_left"; + PlayerCrouch = "AadjPknlMtacSrasWrflDb_left"; + Up = "AadjPknlMtacSrasWrflDb_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandActionsTacBR: RifleAdjustLStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDbr_left"; + PlayerCrouch = "AadjPknlMtacSrasWrflDbr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandActionsTacR: RifleAdjustLStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDr_left"; + PlayerCrouch = "AadjPknlMtacSrasWrflDr_left"; + Up = "AadjPknlMtacSrasWrflDr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLStandActionsTacFR: RifleAdjustLStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDfr_left"; + PlayerCrouch = "AadjPknlMtacSrasWrflDfr_left"; + Up = "AadjPknlMtacSrasWrflDfr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandActionsTacF: RifleAdjustRStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDf_right"; + PlayerCrouch = "AadjPknlMtacSrasWrflDf_right"; + Up = "AadjPknlMtacSrasWrflDf_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandActionsTacFL: RifleAdjustRStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDfl_right"; + PlayerCrouch = "AadjPknlMtacSrasWrflDfl_right"; + Up = "AadjPknlMtacSrasWrflDfl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandActionsTacL: RifleAdjustRStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDl_right"; + PlayerCrouch = "AadjPknlMtacSrasWrflDl_right"; + Up = "AadjPknlMtacSrasWrflDl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandActionsTacBL: RifleAdjustRStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDbl_right"; + PlayerCrouch = "AadjPknlMtacSrasWrflDbl_right"; + Up = "AadjPknlMtacSrasWrflDbl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandActionsTacB: RifleAdjustRStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDb_right"; + PlayerCrouch = "AadjPknlMtacSrasWrflDb_right"; + Up = "AadjPknlMtacSrasWrflDb_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandActionsTacBR: RifleAdjustRStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDbr_right"; + PlayerCrouch = "AadjPknlMtacSrasWrflDbr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandActionsTacR: RifleAdjustRStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDr_right"; + PlayerCrouch = "AadjPknlMtacSrasWrflDr_right"; + Up = "AadjPknlMtacSrasWrflDr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRStandActionsTacFR: RifleAdjustRStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDfr_right"; + PlayerCrouch = "AadjPknlMtacSrasWrflDfr_right"; + Up = "AadjPknlMtacSrasWrflDfr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandActionsTacF: RifleAdjustFStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDf_up"; + PlayerCrouch = "AadjPknlMtacSrasWrflDf_up"; + Up = "AadjPknlMtacSrasWrflDf_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandActionsTacFL: RifleAdjustFStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDfl_up"; + PlayerCrouch = "AadjPknlMtacSrasWrflDfl_up"; + Up = "AadjPknlMtacSrasWrflDfl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandActionsTacL: RifleAdjustFStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDl_up"; + PlayerCrouch = "AadjPknlMtacSrasWrflDl_up"; + Up = "AadjPknlMtacSrasWrflDl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandActionsTacBL: RifleAdjustFStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDbl_up"; + PlayerCrouch = "AadjPknlMtacSrasWrflDbl_up"; + Up = "AadjPknlMtacSrasWrflDbl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandActionsTacB: RifleAdjustFStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDb_up"; + PlayerCrouch = "AadjPknlMtacSrasWrflDb_up"; + Up = "AadjPknlMtacSrasWrflDb_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandActionsTacBR: RifleAdjustFStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDbr_up"; + PlayerCrouch = "AadjPknlMtacSrasWrflDbr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandActionsTacR: RifleAdjustFStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDr_up"; + PlayerCrouch = "AadjPknlMtacSrasWrflDr_up"; + Up = "AadjPknlMtacSrasWrflDr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFStandActionsTacFR: RifleAdjustFStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDfr_up"; + PlayerCrouch = "AadjPknlMtacSrasWrflDfr_up"; + Up = "AadjPknlMtacSrasWrflDfr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandActionsTacF: RifleAdjustBStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDf_down"; + PlayerCrouch = "AadjPknlMtacSrasWrflDf_down"; + Up = "AadjPknlMtacSrasWrflDf_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandActionsTacFL: RifleAdjustBStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDfl_down"; + PlayerCrouch = "AadjPknlMtacSrasWrflDfl_down"; + Up = "AadjPknlMtacSrasWrflDfl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandActionsTacL: RifleAdjustBStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDl_down"; + PlayerCrouch = "AadjPknlMtacSrasWrflDl_down"; + Up = "AadjPknlMtacSrasWrflDl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandActionsTacBL: RifleAdjustBStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDbl_down"; + PlayerCrouch = "AadjPknlMtacSrasWrflDbl_down"; + Up = "AadjPknlMtacSrasWrflDbl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandActionsTacB: RifleAdjustBStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDb_down"; + PlayerCrouch = "AadjPknlMtacSrasWrflDb_down"; + Up = "AadjPknlMtacSrasWrflDb_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandActionsTacBR: RifleAdjustBStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDbr_down"; + PlayerCrouch = "AadjPknlMtacSrasWrflDbr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandActionsTacR: RifleAdjustBStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDr_down"; + PlayerCrouch = "AadjPknlMtacSrasWrflDr_down"; + Up = "AadjPknlMtacSrasWrflDr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBStandActionsTacFR: RifleAdjustBStandActions + { + PlayerStand = "AadjPercMrunSrasWrflDfr_down"; + PlayerCrouch = "AadjPknlMtacSrasWrflDfr_down"; + Up = "AadjPknlMtacSrasWrflDfr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelActionsRunF: RifleAdjustLKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDf_left"; + PlayerStand = "AadjPercMrunSrasWrflDf_left"; + Up = "AadjPercMrunSrasWrflDf_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelActionsWlkF: RifleAdjustLKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDf_left"; + Up = "AadjPercMwlkSrasWrflDf_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelActionsRunFL: RifleAdjustLKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDfl_left"; + PlayerStand = "AadjPercMrunSrasWrflDfl_left"; + Up = "AadjPercMrunSrasWrflDfl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelActionsWlkFL: RifleAdjustLKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDfl_left"; + Up = "AadjPercMwlkSrasWrflDfl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelActionsRunL: RifleAdjustLKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDl_left"; + PlayerStand = "AadjPercMrunSrasWrflDl_left"; + Up = "AadjPercMrunSrasWrflDl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelActionsWlkL: RifleAdjustLKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDl_left"; + Up = "AadjPercMwlkSrasWrflDl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelActionsRunBL: RifleAdjustLKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDbl_left"; + PlayerStand = "AadjPercMrunSrasWrflDbl_left"; + Up = "AadjPercMrunSrasWrflDbl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelActionsWlkBL: RifleAdjustLKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDbl_left"; + Up = "AadjPercMwlkSrasWrflDbl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelActionsRunB: RifleAdjustLKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDb_left"; + PlayerStand = "AadjPercMrunSrasWrflDb_left"; + Up = "AadjPercMrunSrasWrflDb_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelActionsWlkB: RifleAdjustLKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDb_left"; + Up = "AadjPercMwlkSrasWrflDb_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelActionsRunBR: RifleAdjustLKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDbr_left"; + PlayerStand = "AadjPercMrunSrasWrflDbr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelActionsWlkBR: RifleAdjustLKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDbr_left"; + Up = "AadjPercMwlkSrasWrflDbr_left"; + Stand = "AadjPknlMwlkSrasWrflDbr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelActionsRunR: RifleAdjustLKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDr_left"; + PlayerStand = "AadjPercMrunSrasWrflDr_left"; + Up = "AadjPercMrunSrasWrflDr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelActionsWlkR: RifleAdjustLKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDr_left"; + Up = "AadjPercMwlkSrasWrflDr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelActionsRunFR: RifleAdjustLKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDfr_left"; + PlayerStand = "AadjPercMrunSrasWrflDfr_left"; + Up = "AadjPercMrunSrasWrflDfr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelActionsWlkFR: RifleAdjustLKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDfr_left"; + Up = "AadjPercMwlkSrasWrflDfr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelEvasiveActionsF: RifleAdjustLKneelActions + { + PlayerStand = "AadjPercMevaSrasWrflDf_left"; + Up = "AadjPercMevaSrasWrflDf_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelEvasiveActionsFR: RifleAdjustLKneelActions + { + PlayerStand = "AadjPercMevaSrasWrflDfr_left"; + Up = "AadjPercMevaSrasWrflDfr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelEvasiveActionsFL: RifleAdjustLKneelActions + { + PlayerStand = "AadjPercMevaSrasWrflDfl_left"; + Up = "AadjPercMevaSrasWrflDfl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelActionsRunF: RifleAdjustRKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDf_right"; + PlayerStand = "AadjPercMrunSrasWrflDf_right"; + Up = "AadjPercMrunSrasWrflDf_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelActionsWlkF: RifleAdjustRKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDf_right"; + Up = "AadjPercMwlkSrasWrflDf_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelActionsRunFL: RifleAdjustRKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDfl_right"; + PlayerStand = "AadjPercMrunSrasWrflDfl_right"; + Up = "AadjPercMrunSrasWrflDfl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelActionsWlkFL: RifleAdjustRKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDfl_right"; + Up = "AadjPercMwlkSrasWrflDfl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelActionsRunL: RifleAdjustRKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDl_right"; + PlayerStand = "AadjPercMrunSrasWrflDl_right"; + Up = "AadjPercMrunSrasWrflDl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelActionsWlkL: RifleAdjustRKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDl_right"; + Up = "AadjPercMwlkSrasWrflDl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelActionsRunBL: RifleAdjustRKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDbl_right"; + PlayerStand = "AadjPercMrunSrasWrflDbl_right"; + Up = "AadjPercMrunSrasWrflDbl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelActionsWlkBL: RifleAdjustRKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDbl_right"; + Up = "AadjPercMwlkSrasWrflDbl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelActionsRunB: RifleAdjustRKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDb_right"; + PlayerStand = "AadjPercMrunSrasWrflDb_right"; + Up = "AadjPercMrunSrasWrflDb_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelActionsWlkB: RifleAdjustRKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDb_right"; + Up = "AadjPercMwlkSrasWrflDb_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelActionsRunBR: RifleAdjustRKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDbr_right"; + PlayerStand = "AadjPercMrunSrasWrflDbr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelActionsWlkBR: RifleAdjustRKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDbr_right"; + Up = "AadjPercMwlkSrasWrflDbr_right"; + Stand = "AadjPknlMwlkSrasWrflDbr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelActionsRunR: RifleAdjustRKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDr_right"; + PlayerStand = "AadjPercMrunSrasWrflDr_right"; + Up = "AadjPercMrunSrasWrflDr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelActionsWlkR: RifleAdjustRKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDr_right"; + Up = "AadjPercMwlkSrasWrflDr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelActionsRunFR: RifleAdjustRKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDfr_right"; + PlayerStand = "AadjPercMrunSrasWrflDfr_right"; + Up = "AadjPercMrunSrasWrflDfr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelActionsWlkFR: RifleAdjustRKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDfr_right"; + Up = "AadjPercMwlkSrasWrflDfr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelEvasiveActionsF: RifleAdjustRKneelActions + { + PlayerStand = "AadjPercMevaSrasWrflDf_left"; + Up = "AadjPercMevaSrasWrflDf_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelEvasiveActionsFR: RifleAdjustRKneelActions + { + PlayerStand = "AadjPercMevaSrasWrflDfr_left"; + Up = "AadjPercMevaSrasWrflDfr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelEvasiveActionsFL: RifleAdjustRKneelActions + { + PlayerStand = "AadjPercMevaSrasWrflDfl_left"; + Up = "AadjPercMevaSrasWrflDfl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelActionsRunF: RifleAdjustFKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDf_up"; + PlayerStand = "AadjPercMrunSrasWrflDf_up"; + Up = "AadjPercMrunSrasWrflDf_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelActionsWlkF: RifleAdjustFKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDf_up"; + Up = "AadjPercMwlkSrasWrflDf_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelActionsRunFL: RifleAdjustFKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDfl_up"; + PlayerStand = "AadjPercMrunSrasWrflDfl_up"; + Up = "AadjPercMrunSrasWrflDfl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelActionsWlkFL: RifleAdjustFKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDfl_up"; + Up = "AadjPercMwlkSrasWrflDfl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelActionsRunL: RifleAdjustFKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDl_up"; + PlayerStand = "AadjPercMrunSrasWrflDl_up"; + Up = "AadjPercMrunSrasWrflDl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelActionsWlkL: RifleAdjustFKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDl_up"; + Up = "AadjPercMwlkSrasWrflDl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelActionsRunBL: RifleAdjustFKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDbl_up"; + PlayerStand = "AadjPercMrunSrasWrflDbl_up"; + Up = "AadjPercMrunSrasWrflDbl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelActionsWlkBL: RifleAdjustFKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDbl_up"; + Up = "AadjPercMwlkSrasWrflDbl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelActionsRunB: RifleAdjustFKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDb_up"; + PlayerStand = "AadjPercMrunSrasWrflDb_up"; + Up = "AadjPercMrunSrasWrflDb_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelActionsWlkB: RifleAdjustFKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDb_up"; + Up = "AadjPercMwlkSrasWrflDb_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelActionsRunBR: RifleAdjustFKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDbr_up"; + PlayerStand = "AadjPercMrunSrasWrflDbr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelActionsWlkBR: RifleAdjustFKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDbr_up"; + Up = "AadjPercMwlkSrasWrflDbr_up"; + Stand = "AadjPknlMwlkSrasWrflDbr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelActionsRunR: RifleAdjustFKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDr_up"; + PlayerStand = "AadjPercMrunSrasWrflDr_up"; + Up = "AadjPercMrunSrasWrflDr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelActionsWlkR: RifleAdjustFKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDr_up"; + Up = "AadjPercMwlkSrasWrflDr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelActionsRunFR: RifleAdjustFKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDfr_up"; + PlayerStand = "AadjPercMrunSrasWrflDfr_up"; + Up = "AadjPercMrunSrasWrflDfr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelActionsWlkFR: RifleAdjustFKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDfr_up"; + Up = "AadjPercMwlkSrasWrflDfr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelEvasiveActionsF: RifleAdjustFKneelActions + { + PlayerStand = "AadjPercMevaSrasWrflDf_left"; + Up = "AadjPercMevaSrasWrflDf_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelEvasiveActionsFR: RifleAdjustFKneelActions + { + PlayerStand = "AadjPercMevaSrasWrflDfr_left"; + Up = "AadjPercMevaSrasWrflDfr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelEvasiveActionsFL: RifleAdjustFKneelActions + { + PlayerStand = "AadjPercMevaSrasWrflDfl_left"; + Up = "AadjPercMevaSrasWrflDfl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelActionsRunF: RifleAdjustBKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDf_down"; + PlayerStand = "AadjPercMrunSrasWrflDf_down"; + Up = "AadjPercMrunSrasWrflDf_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelActionsWlkF: RifleAdjustBKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDf_down"; + Up = "AadjPercMwlkSrasWrflDf_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelActionsRunFL: RifleAdjustBKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDfl_down"; + PlayerStand = "AadjPercMrunSrasWrflDfl_down"; + Up = "AadjPercMrunSrasWrflDfl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelActionsWlkFL: RifleAdjustBKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDfl_down"; + Up = "AadjPercMwlkSrasWrflDfl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelActionsRunL: RifleAdjustBKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDl_down"; + PlayerStand = "AadjPercMrunSrasWrflDl_down"; + Up = "AadjPercMrunSrasWrflDl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelActionsWlkL: RifleAdjustBKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDl_down"; + Up = "AadjPercMwlkSrasWrflDl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelActionsRunBL: RifleAdjustBKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDbl_down"; + PlayerStand = "AadjPercMrunSrasWrflDbl_down"; + Up = "AadjPercMrunSrasWrflDbl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelActionsWlkBL: RifleAdjustBKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDbl_down"; + Up = "AadjPercMwlkSrasWrflDbl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelActionsRunB: RifleAdjustBKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDb_down"; + PlayerStand = "AadjPercMrunSrasWrflDb_down"; + Up = "AadjPercMrunSrasWrflDb_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelActionsWlkB: RifleAdjustBKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDb_down"; + Up = "AadjPercMwlkSrasWrflDb_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelActionsRunBR: RifleAdjustBKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDbr_down"; + PlayerStand = "AadjPercMrunSrasWrflDbr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelActionsWlkBR: RifleAdjustBKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDbr_down"; + Up = "AadjPercMwlkSrasWrflDbr_down"; + Stand = "AadjPknlMwlkSrasWrflDbr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelActionsRunR: RifleAdjustBKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDr_down"; + PlayerStand = "AadjPercMrunSrasWrflDr_down"; + Up = "AadjPercMrunSrasWrflDr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelActionsWlkR: RifleAdjustBKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDr_down"; + Up = "AadjPercMwlkSrasWrflDr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelActionsRunFR: RifleAdjustBKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWrflDfr_down"; + PlayerStand = "AadjPercMrunSrasWrflDfr_down"; + Up = "AadjPercMrunSrasWrflDfr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelActionsWlkFR: RifleAdjustBKneelActions + { + PlayerStand = "AadjPercMwlkSrasWrflDfr_down"; + Up = "AadjPercMwlkSrasWrflDfr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelEvasiveActionsF: RifleAdjustBKneelActions + { + PlayerStand = "AadjPercMevaSrasWrflDf_left"; + Up = "AadjPercMevaSrasWrflDf_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelEvasiveActionsFR: RifleAdjustBKneelActions + { + PlayerStand = "AadjPercMevaSrasWrflDfr_left"; + Up = "AadjPercMevaSrasWrflDfr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelEvasiveActionsFL: RifleAdjustBKneelActions + { + PlayerStand = "AadjPercMevaSrasWrflDfl_left"; + Up = "AadjPercMevaSrasWrflDfl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelActionsTacF: RifleAdjustLKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDf_left"; + PlayerCrouch = "AadjPknlMrunSrasWrflDf_left"; + Up = "AadjPercMtacSrasWrflDf_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelActionsTacFL: RifleAdjustLKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDfl_left"; + PlayerCrouch = "AadjPknlMrunSrasWrflDfl_left"; + Up = "AadjPercMtacSrasWrflDfl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelActionsTacL: RifleAdjustLKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDl_left"; + PlayerCrouch = "AadjPknlMrunSrasWrflDl_left"; + Up = "AadjPercMtacSrasWrflDl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelActionsTacBL: RifleAdjustLKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDbl_left"; + PlayerCrouch = "AadjPknlMrunSrasWrflDbl_left"; + Up = "AadjPercMtacSrasWrflDbl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelActionsTacB: RifleAdjustLKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDb_left"; + PlayerCrouch = "AadjPknlMrunSrasWrflDb_left"; + Up = "AadjPercMtacSrasWrflDb_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelActionsTacBR: RifleAdjustLKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDbr_left"; + PlayerCrouch = "AadjPknlMrunSrasWrflDbr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelActionsTacR: RifleAdjustLKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDr_left"; + PlayerCrouch = "AadjPknlMrunSrasWrflDr_left"; + Up = "AadjPercMtacSrasWrflDr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustLKneelActionsTacFR: RifleAdjustLKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDfr_left"; + PlayerCrouch = "AadjPknlMrunSrasWrflDfr_left"; + Up = "AadjPercMtacSrasWrflDfr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelActionsTacF: RifleAdjustRKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDf_right"; + PlayerCrouch = "AadjPknlMrunSrasWrflDf_right"; + Up = "AadjPercMtacSrasWrflDf_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelActionsTacFL: RifleAdjustRKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDfl_right"; + PlayerCrouch = "AadjPknlMrunSrasWrflDfl_right"; + Up = "AadjPercMtacSrasWrflDfl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelActionsTacL: RifleAdjustRKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDl_right"; + PlayerCrouch = "AadjPknlMrunSrasWrflDl_right"; + Up = "AadjPercMtacSrasWrflDl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelActionsTacBL: RifleAdjustRKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDbl_right"; + PlayerCrouch = "AadjPknlMrunSrasWrflDbl_right"; + Up = "AadjPercMtacSrasWrflDbl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelActionsTacB: RifleAdjustRKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDb_right"; + PlayerCrouch = "AadjPknlMrunSrasWrflDb_right"; + Up = "AadjPercMtacSrasWrflDb_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelActionsTacBR: RifleAdjustRKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDbr_right"; + PlayerCrouch = "AadjPknlMrunSrasWrflDbr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelActionsTacR: RifleAdjustRKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDr_right"; + PlayerCrouch = "AadjPknlMrunSrasWrflDr_right"; + Up = "AadjPercMtacSrasWrflDr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustRKneelActionsTacFR: RifleAdjustRKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDfr_right"; + PlayerCrouch = "AadjPknlMrunSrasWrflDfr_right"; + Up = "AadjPercMtacSrasWrflDfr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelActionsTacF: RifleAdjustFKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDf_up"; + PlayerCrouch = "AadjPknlMrunSrasWrflDf_up"; + Up = "AadjPercMtacSrasWrflDf_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelActionsTacFL: RifleAdjustFKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDfl_up"; + PlayerCrouch = "AadjPknlMrunSrasWrflDfl_up"; + Up = "AadjPercMtacSrasWrflDfl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelActionsTacL: RifleAdjustFKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDl_up"; + PlayerCrouch = "AadjPknlMrunSrasWrflDl_up"; + Up = "AadjPercMtacSrasWrflDl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelActionsTacBL: RifleAdjustFKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDbl_up"; + PlayerCrouch = "AadjPknlMrunSrasWrflDbl_up"; + Up = "AadjPercMtacSrasWrflDbl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelActionsTacB: RifleAdjustFKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDb_up"; + PlayerCrouch = "AadjPknlMrunSrasWrflDb_up"; + Up = "AadjPercMtacSrasWrflDb_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelActionsTacBR: RifleAdjustFKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDbr_up"; + PlayerCrouch = "AadjPknlMrunSrasWrflDbr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelActionsTacR: RifleAdjustFKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDr_up"; + PlayerCrouch = "AadjPknlMrunSrasWrflDr_up"; + Up = "AadjPercMtacSrasWrflDr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustFKneelActionsTacFR: RifleAdjustFKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDfr_up"; + PlayerCrouch = "AadjPknlMrunSrasWrflDfr_up"; + Up = "AadjPercMtacSrasWrflDfr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelActionsTacF: RifleAdjustBKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDf_down"; + PlayerCrouch = "AadjPknlMrunSrasWrflDf_down"; + Up = "AadjPercMtacSrasWrflDf_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelActionsTacFL: RifleAdjustBKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDfl_down"; + PlayerCrouch = "AadjPknlMrunSrasWrflDfl_down"; + Up = "AadjPercMtacSrasWrflDfl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelActionsTacL: RifleAdjustBKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDl_down"; + PlayerCrouch = "AadjPknlMrunSrasWrflDl_down"; + Up = "AadjPercMtacSrasWrflDl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelActionsTacBL: RifleAdjustBKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDbl_down"; + PlayerCrouch = "AadjPknlMrunSrasWrflDbl_down"; + Up = "AadjPercMtacSrasWrflDbl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelActionsTacB: RifleAdjustBKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDb_down"; + PlayerCrouch = "AadjPknlMrunSrasWrflDb_down"; + Up = "AadjPercMtacSrasWrflDb_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelActionsTacBR: RifleAdjustBKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDbr_down"; + PlayerCrouch = "AadjPknlMrunSrasWrflDbr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelActionsTacR: RifleAdjustBKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDr_down"; + PlayerCrouch = "AadjPknlMrunSrasWrflDr_down"; + Up = "AadjPercMtacSrasWrflDr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleAdjustBKneelActionsTacFR: RifleAdjustBKneelActions + { + PlayerStand = "AadjPercMtacSrasWrflDfr_down"; + PlayerCrouch = "AadjPknlMrunSrasWrflDfr_down"; + Up = "AadjPercMtacSrasWrflDfr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class RifleProneActions: RifleBaseStandActions + { + gestureGo[] = {"GestureGoBProne","Gesture"}; + gestureGoB[] = {"GestureGoBProne","Gesture"}; + gestureFreeze[] = {"GestureFreezeProne","Gesture"}; + gesturePoint[] = {"","Gesture"}; + gestureCeaseFire[] = {"","Gesture"}; + gestureCover[] = {"","Gesture"}; + gestureUp[] = {"GestureGoBProne","Gesture"}; + gestureNo[] = {"","Gesture"}; + gestureYes[] = {"","Gesture"}; + gestureFollow[] = {"","Gesture"}; + gestureAdvance[] = {"GestureAdvanceProne","Gesture"}; + GestureReloadM200 = "RifleReloadProneM200"; + GestureReloadMk20 = "RifleReloadProneMk20"; + GestureReloadMX = "RifleReloadProneMX"; + GestureReloadMXCompact = "RifleReloadProneMXCompact"; + GestureReloadMXSniper = "RifleReloadProneMXSniper"; + GestureReloadTRG = "RifleReloadProneTRG"; + GestureReloadKatiba = "RifleReloadProneKatiba"; + GestureReloadTRGUGL = "RifleReloadProneTRGUGL"; + GestureReloadLRR = "RifleReloadProneLRR"; + GestureReloadEBR = "RifleReloadProneEBR"; + GestureReloadSMG_03 = "RifleReloadProneSMG_03"; + GestureReloadSMG_02 = "RifleReloadProneSMG_02"; + GestureReloadSMG_01 = "RifleReloadProneSMG_01"; + GestureReloadSDAR = "RifleReloadProneSDAR"; + GestureReloadDMR = "RifleReloadProneDMR"; + GestureReloadM4SSAS = "RifleReloadProneM4SSAS"; + ReloadGM6 = "RifleReloadProneGM6"; + GestureReloadPistol = "PistolReloadProne"; + GestureReloadPistolHeavy02 = "PistolHeavy02ReloadProne"; + GestureReloadFlaregun = "PistolReloadProneFlaregun"; + GestureMountMuzzle[] = {"GestureMountMuzzleProne","Gesture"}; + GestureDismountMuzzle[] = {"GestureDismountMuzzleProne","Gesture"}; + MountOptic = "MountOpticProne"; + DismountOptic = "DismountOpticProne"; + MountSide = ""; + DismountSide = ""; + AdjustF = "AadjPpneMstpSrasWrflDup"; + AdjustLF = "AadjPpneMstpSrasWrflDup"; + AdjustRF = "AadjPpneMstpSrasWrflDup"; + AdjustB = "AadjPpneMstpSrasWrflDdown"; + AdjustLB = "AadjPpneMstpSrasWrflDdown"; + AdjustRB = "AadjPpneMstpSrasWrflDdown"; + AdjustR = "AadjPpneMstpSrasWrflDright"; + AdjustL = "AadjPpneMstpSrasWrflDleft"; + stop = "AmovPpneMstpSrasWrflDnon"; + default = "AmovPpneMstpSrasWrflDnon"; + stopRelaxed = "AidlPpneMstpSrasWrflDnon_AI"; + turnL = "AmovPpneMstpSrasWrflDnon_turnL"; + turnR = "AmovPpneMstpSrasWrflDnon_turnR"; + turnLRelaxed = "AmovPpneMstpSrasWrflDnon_turnL"; + turnRRelaxed = "AmovPpneMstpSrasWrflDnon_turnR"; + reloadMagazine = "WeaponMagazineReloadProne"; + reloadMGun = "AmovPpneMstpSrasWrflDnon"; + reloadMortar = "AmovPpneMstpSrasWrflDnon"; + throwPrepare = "AwopPpneMstpSgthWrflDnon_Start"; + throwGrenade = "AwopPpneMstpSgthWrflDnon_Fast_Start"; + WalkF = "AmovPpneMrunSlowWrflDf"; + WalkLF = "AmovPpneMrunSlowWrflDfl"; + WalkRF = "AmovPpneMrunSlowWrflDfr"; + WalkL = "AmovPpneMrunSlowWrflDl"; + WalkR = "AmovPpneMrunSlowWrflDr"; + WalkLB = "AmovPpneMrunSlowWrflDbl"; + WalkRB = "AmovPpneMrunSlowWrflDbr"; + WalkB = "AmovPpneMrunSlowWrflDb"; + PlayerWalkF = "AmovPpneMrunSlowWrflDf"; + PlayerWalkLF = "AmovPpneMrunSlowWrflDfl"; + PlayerWalkRF = "AmovPpneMrunSlowWrflDfr"; + PlayerWalkL = "AmovPpneMrunSlowWrflDl"; + PlayerWalkR = "AmovPpneMrunSlowWrflDr"; + PlayerWalkLB = "AmovPpneMrunSlowWrflDbl"; + PlayerWalkRB = "AmovPpneMrunSlowWrflDbr"; + PlayerWalkB = "AmovPpneMrunSlowWrflDb"; + SlowF = "AmovPpneMsprSlowWrflDf"; + SlowLF = "AmovPpneMsprSlowWrflDfl"; + SlowRF = "AmovPpneMsprSlowWrflDfr"; + SlowL = "AmovPpneMsprSlowWrflDl"; + SlowR = "AmovPpneMsprSlowWrflDr"; + SlowLB = "AmovPpneMsprSlowWrflDbl"; + SlowRB = "AmovPpneMsprSlowWrflDbr"; + SlowB = "AmovPpneMsprSlowWrflDb"; + PlayerSlowF = "AmovPpneMsprSlowWrflDf"; + PlayerSlowLF = "AmovPpneMsprSlowWrflDfl"; + PlayerSlowRF = "AmovPpneMsprSlowWrflDfr"; + PlayerSlowL = "AmovPpneMsprSlowWrflDl"; + PlayerSlowR = "AmovPpneMsprSlowWrflDr"; + PlayerSlowLB = "AmovPpneMsprSlowWrflDbl"; + PlayerSlowRB = "AmovPpneMsprSlowWrflDbr"; + PlayerSlowB = "AmovPpneMsprSlowWrflDb"; + FastF = "AmovPpneMevaSlowWrflDf"; + FastLF = "AmovPpneMsprSlowWrflDfl"; + FastRF = "AmovPpneMsprSlowWrflDfr"; + FastL = "AmovPpneMsprSlowWrflDl"; + FastR = "AmovPpneMsprSlowWrflDr"; + FastLB = "AmovPpneMsprSlowWrflDbl"; + FastRB = "AmovPpneMsprSlowWrflDbr"; + FastB = "AmovPpneMsprSlowWrflDb"; + TactF = "AmovPpneMrunSlowWrflDf"; + TactLF = "AmovPpneMrunSlowWrflDfl"; + TactRF = "AmovPpneMrunSlowWrflDfr"; + TactL = "AmovPpneMrunSlowWrflDl"; + TactR = "AmovPpneMrunSlowWrflDr"; + TactLB = "AmovPpneMrunSlowWrflDbl"; + TactRB = "AmovPpneMrunSlowWrflDbr"; + TactB = "AmovPpneMrunSlowWrflDb"; + PlayerTactF = "AmovPpneMrunSlowWrflDf"; + PlayerTactLF = "AmovPpneMrunSlowWrflDfl"; + PlayerTactRF = "AmovPpneMrunSlowWrflDfr"; + PlayerTactL = "AmovPpneMrunSlowWrflDl"; + PlayerTactR = "AmovPpneMrunSlowWrflDr"; + PlayerTactLB = "AmovPpneMrunSlowWrflDbl"; + PlayerTactRB = "AmovPpneMrunSlowWrflDbr"; + PlayerTactB = "AmovPpneMrunSlowWrflDb"; + EvasiveLeft = "AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl"; + EvasiveRight = "AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDr"; + down = "AmovPercMstpSrasWrflDnon"; + weaponOn = "AmovPknlMstpSrasWlnrDnon"; + weaponOff = "AmovPpneMstpSrasWrflDnon"; + binocOn = "AwopPpneMstpSoptWbinDnon_rfl"; + binocOff = "AmovPpneMstpSrasWrflDnon"; + handGunOn = "AmovPpneMstpSrasWpstDnon"; + takeFlag = "AmovPpneMstpSrasWrflDnon"; + putDown = "AmovPpneMstpSrasWrflDnon_AinvPpneMstpSrasWrflDnon_Putdown"; + treated = "AmovPpneMstpSrasWrflDnon_healed"; + CanNotMove = "AmovPpneMstpSrasWrflDnon"; + FireNotPossible = "AmovPpneMstpSrasWrflDnon"; + strokeGun = "AmovPpneMstpSrasWrflDnon"; + sitDown = ""; + salute = ""; + medic = "AinvPpneMstpSlayWrflDnon_medic"; + turnSpeed = 2.5; + leanRRot = 0; + leanRShift = 0; + leanLRot = 0; + leanLShift = 0; + upDegree = "ManPosLying"; + stance = "ManStanceProne"; + Stand = "AmovPercMstpSlowWrflDnon"; + Diary = ""; + PlayerProne = ""; + Gear = "AinvPpneMstpSrasWrflDnon"; + GetOver = ""; + Relax = "AmovPpneMstpSrasWrflDnon_relax"; + StartFreefall = "AfalPpneMstpSrasWrflDnon"; + PrimaryWeapon = "AmovPpneMstpSrasWrflDnon"; + SecondaryWeapon = "AmovPknlMstpSrasWlnrDnon"; + Binoculars = "AmovPpneMstpSoptWbinDnon"; + }; + class RifleProneActionsEvasiveF: RifleProneActions + { + PlayerStand = "AmovPercMevaSrasWrflDf"; + down = "AmovPercMevaSrasWrflDf"; + }; + class RifleAdjustProneBaseActions: RifleProneActions + { + Lying = ""; + Crouch = ""; + }; + class RifleAdjustBProneActions: RifleAdjustProneBaseActions + { + AdjustF = "AmovPpneMstpSrasWrflDnon"; + stop = "AadjPpneMstpSrasWrflDdown"; + default = "AadjPpneMstpSrasWrflDdown"; + stopRelaxed = "AadjPpneMstpSrasWrflDdown"; + turnL = "AadjPpneMstpSrasWrflDdown_turnl"; + turnR = "AadjPpneMstpSrasWrflDdown_turnr"; + turnLRelaxed = "AadjPpneMstpSrasWrflDdown_turnl"; + turnRRelaxed = "AadjPpneMstpSrasWrflDdown_turnr"; + ReloadGM6[] = {"GestureReloadGM6","Gesture"}; + reloadMGun = ""; + reloadMortar = ""; + throwPrepare = ""; + throwGrenade[] = {"GestureThrowGrenade","Gesture"}; + WalkF = "AadjPpneMstpSrasWrflDdown"; + WalkLF = "AadjPpneMstpSrasWrflDdown"; + WalkRF = "AadjPpneMstpSrasWrflDdown"; + WalkL = "AadjPpneMstpSrasWrflDdown"; + WalkR = "AadjPpneMstpSrasWrflDdown"; + WalkLB = "AadjPpneMstpSrasWrflDdown"; + WalkRB = "AadjPpneMstpSrasWrflDdown"; + WalkB = "AadjPpneMstpSrasWrflDdown"; + PlayerWalkF = "AadjPpneMstpSrasWrflDdown"; + PlayerWalkLF = "AadjPpneMstpSrasWrflDdown"; + PlayerWalkRF = "AadjPpneMstpSrasWrflDdown"; + PlayerWalkL = "AadjPpneMstpSrasWrflDdown"; + PlayerWalkR = "AadjPpneMstpSrasWrflDdown"; + PlayerWalkLB = "AadjPpneMstpSrasWrflDdown"; + PlayerWalkRB = "AadjPpneMstpSrasWrflDdown"; + PlayerWalkB = "AadjPpneMstpSrasWrflDdown"; + SlowF = "AadjPpneMstpSrasWrflDdown"; + SlowLF = "AadjPpneMstpSrasWrflDdown"; + SlowRF = "AadjPpneMstpSrasWrflDdown"; + SlowL = "AadjPpneMstpSrasWrflDdown"; + SlowR = "AadjPpneMstpSrasWrflDdown"; + SlowLB = "AadjPpneMstpSrasWrflDdown"; + SlowRB = "AadjPpneMstpSrasWrflDdown"; + SlowB = "AadjPpneMstpSrasWrflDdown"; + PlayerSlowF = "AadjPpneMstpSrasWrflDdown"; + PlayerSlowLF = "AadjPpneMstpSrasWrflDdown"; + PlayerSlowRF = "AadjPpneMstpSrasWrflDdown"; + PlayerSlowL = "AadjPpneMstpSrasWrflDdown"; + PlayerSlowR = "AadjPpneMstpSrasWrflDdown"; + PlayerSlowLB = "AadjPpneMstpSrasWrflDdown"; + PlayerSlowRB = "AadjPpneMstpSrasWrflDdown"; + PlayerSlowB = "AadjPpneMstpSrasWrflDdown"; + FastF = "AadjPpneMstpSrasWrflDdown"; + FastLF = "AadjPpneMstpSrasWrflDdown"; + FastRF = "AadjPpneMstpSrasWrflDdown"; + FastL = "AadjPpneMstpSrasWrflDdown"; + FastR = "AadjPpneMstpSrasWrflDdown"; + FastLB = "AadjPpneMstpSrasWrflDdown"; + FastRB = "AadjPpneMstpSrasWrflDdown"; + FastB = "AadjPpneMstpSrasWrflDdown"; + TactF = "AadjPpneMstpSrasWrflDdown"; + TactLF = "AadjPpneMstpSrasWrflDdown"; + TactRF = "AadjPpneMstpSrasWrflDdown"; + TactL = "AadjPpneMstpSrasWrflDdown"; + TactR = "AadjPpneMstpSrasWrflDdown"; + TactLB = "AadjPpneMstpSrasWrflDdown"; + TactRB = "AadjPpneMstpSrasWrflDdown"; + TactB = "AadjPpneMstpSrasWrflDdown"; + PlayerTactF = "AadjPpneMstpSrasWrflDdown"; + PlayerTactLF = "AadjPpneMstpSrasWrflDdown"; + PlayerTactRF = "AadjPpneMstpSrasWrflDdown"; + PlayerTactL = "AadjPpneMstpSrasWrflDdown"; + PlayerTactR = "AadjPpneMstpSrasWrflDdown"; + PlayerTactLB = "AadjPpneMstpSrasWrflDdown"; + PlayerTactRB = "AadjPpneMstpSrasWrflDdown"; + PlayerTactB = "AadjPpneMstpSrasWrflDdown"; + EvasiveLeft = "AadjPpneMstpSrasWrflDdown"; + EvasiveRight = "AadjPpneMstpSrasWrflDdown"; + putDown = "AmovPpneMstpSrasWrflDnon"; + Combat = "AadjPpneMstpSrasWrflDdown"; + strokeGun = ""; + limitFast = 3.5; + leanRRot = 0.1; + leanRShift = 0.1; + leanLRot = 0.1; + leanLShift = 0.1; + PlayerProne = "AmovPpneMstpSrasWrflDnon"; + Gear = ""; + }; + class RifleAdjustFProneActions: RifleAdjustProneBaseActions + { + gestureGo = ""; + gestureGoB = ""; + gestureFreeze = ""; + gestureUp = ""; + gestureAdvance[] = {"GestureAdvance","Gesture"}; + GestureReloadMk20[] = {"GestureReloadMk20Context","Gesture"}; + GestureReloadMX[] = {"GestureReloadMXContext","Gesture"}; + GestureReloadMXCompact[] = {"GestureReloadMXCompactContext","Gesture"}; + GestureReloadMXSniper[] = {"GestureReloadMXSniperContext","Gesture"}; + GestureReloadTRG[] = {"GestureReloadTRGContext","Gesture"}; + GestureReloadTRGUGL[] = {"GestureReloadTRGUGLContext","Gesture"}; + GestureReloadKatiba[] = {"GestureReloadKatibaContext","Gesture"}; + GestureReloadLRR[] = {"GestureReloadLRRContext","Gesture"}; + GestureReloadEBR[] = {"GestureReloadEBRContext","Gesture"}; + GestureReloadSMG_02[] = {"GestureReloadSMG_02Context","Gesture"}; + GestureReloadSMG_03[] = {"GestureReloadSMG_03Context","Gesture"}; + GestureReloadPistol[] = {"GestureReloadPistolContext","Gesture"}; + GestureReloadPistolHeavy02[] = {"GestureReloadPistolHeavy02Context","Gesture"}; + GestureReloadFlaregun[] = {"GestureReloadFlaregunContext","Gesture"}; + GestureReloadSMG_01[] = {"GestureReloadSMG_01Context","Gesture"}; + GestureReloadSDAR[] = {"GestureReloadSDARContext","Gesture"}; + GestureReloadDMR[] = {"GestureReloadDMRContext","Gesture"}; + GestureReloadM4SSAS[] = {"GestureReloadM4SSASContext","Gesture"}; + GestureMountMuzzle[] = {"GestureMountMuzzle","Gesture"}; + GestureDismountMuzzle[] = {"GestureDismountMuzzle","Gesture"}; + throwGrenade[] = {"GestureThrowGrenadeContext","Gesture"}; + MountOptic = ""; + DismountOptic = ""; + AdjustF = "AadjPknlMstpSrasWrflDdown"; + AdjustB = "AmovPpneMstpSrasWrflDnon"; + stop = "AadjPpneMstpSrasWrflDup"; + default = "AadjPpneMstpSrasWrflDup"; + stopRelaxed = "AadjPpneMstpSrasWrflDup"; + turnL = "AadjPpneMstpSrasWrflDup_turnL"; + turnR = "AadjPpneMstpSrasWrflDup_turnR"; + turnLRelaxed = "AadjPpneMstpSrasWrflDup_turnL"; + turnRRelaxed = "AadjPpneMstpSrasWrflDup_turnR"; + ReloadGM6[] = {"GestureReloadGM6Context","Gesture"}; + reloadMGun = ""; + reloadMortar = ""; + throwPrepare = ""; + WalkF = "AadjPpneMwlkSrasWrflDup_f"; + WalkLF = ""; + WalkRF = ""; + WalkL = "AadjPpneMwlkSrasWrflDup_l"; + WalkR = "AadjPpneMwlkSrasWrflDup_r"; + WalkLB = ""; + WalkRB = ""; + WalkB = "AadjPpneMwlkSrasWrflDup_b"; + PlayerWalkF = "AadjPpneMwlkSrasWrflDup_f"; + PlayerWalkLF = ""; + PlayerWalkRF = ""; + PlayerWalkL = "AadjPpneMwlkSrasWrflDup_l"; + PlayerWalkR = "AadjPpneMwlkSrasWrflDup_r"; + PlayerWalkLB = ""; + PlayerWalkRB = ""; + PlayerWalkB = "AadjPpneMwlkSrasWrflDup_b"; + SlowF = "AadjPpneMwlkSrasWrflDup_f"; + SlowLF = ""; + SlowRF = ""; + SlowL = "AadjPpneMwlkSrasWrflDup_l"; + SlowR = "AadjPpneMwlkSrasWrflDup_r"; + SlowLB = ""; + SlowRB = ""; + SlowB = "AadjPpneMwlkSrasWrflDup_b"; + PlayerSlowF = "AadjPpneMwlkSrasWrflDup_f"; + PlayerSlowLF = ""; + PlayerSlowRF = ""; + PlayerSlowL = "AadjPpneMwlkSrasWrflDup_l"; + PlayerSlowR = "AadjPpneMwlkSrasWrflDup_r"; + PlayerSlowLB = ""; + PlayerSlowRB = ""; + PlayerSlowB = "AadjPpneMwlkSrasWrflDup_b"; + FastF = "AadjPpneMwlkSrasWrflDup_f"; + FastLF = ""; + FastRF = ""; + FastL = "AadjPpneMwlkSrasWrflDup_l"; + FastR = "AadjPpneMwlkSrasWrflDup_r"; + FastLB = ""; + FastRB = ""; + FastB = ""; + TactF = "AadjPpneMwlkSrasWrflDup_f"; + TactLF = ""; + TactRF = ""; + TactL = "AadjPpneMwlkSrasWrflDup_l"; + TactR = "AadjPpneMwlkSrasWrflDup_r"; + TactLB = ""; + TactRB = ""; + TactB = "AadjPpneMwlkSrasWrflDup_b"; + PlayerTactF = "AadjPpneMwlkSrasWrflDup_f"; + PlayerTactLF = ""; + PlayerTactRF = ""; + PlayerTactL = "AadjPpneMwlkSrasWrflDup_l"; + PlayerTactR = "AadjPpneMwlkSrasWrflDup_r"; + PlayerTactLB = ""; + PlayerTactRB = ""; + PlayerTactB = "AadjPpneMwlkSrasWrflDup_b"; + EvasiveLeft = ""; + EvasiveRight = ""; + Down = "AmovPpneMstpSrasWrflDnon"; + putDown = "AmovPpneMstpSrasWrflDnon"; + Combat = "AadjPpneMstpSrasWrflDup"; + strokeGun = ""; + limitFast = 3.5; + leanRRot = 0.1; + leanRShift = 0.1; + leanLRot = 0.1; + leanLShift = 0.1; + PlayerProne = "AmovPpneMstpSrasWrflDnon"; + Gear = ""; + }; + class RifleAdjustLProneActions: RifleAdjustProneBaseActions + { + gestureGo = ""; + gestureGoB = ""; + gestureFreeze = ""; + gestureUp = ""; + gestureAdvance[] = {"GestureAdvance","Gesture"}; + GestureReloadMk20[] = {"GestureReloadMk20Context","Gesture"}; + GestureReloadMX[] = {"GestureReloadMXContext","Gesture"}; + GestureReloadMXCompact[] = {"GestureReloadMXCompactContext","Gesture"}; + GestureReloadMXSniper[] = {"GestureReloadMXSniperContext","Gesture"}; + GestureReloadTRG[] = {"GestureReloadTRGContext","Gesture"}; + GestureReloadTRGUGL[] = {"GestureReloadTRGUGLContext","Gesture"}; + GestureReloadKatiba[] = {"GestureReloadKatibaContext","Gesture"}; + GestureReloadLRR[] = {"GestureReloadLRRContext","Gesture"}; + GestureReloadEBR[] = {"GestureReloadEBRContext","Gesture"}; + GestureReloadSMG_02[] = {"GestureReloadSMG_02Context","Gesture"}; + GestureReloadSMG_03[] = {"GestureReloadSMG_03Context","Gesture"}; + GestureReloadPistol[] = {"GestureReloadPistolContext","Gesture"}; + GestureReloadPistolHeavy02[] = {"GestureReloadPistolHeavy02Context","Gesture"}; + GestureReloadFlaregun[] = {"GestureReloadFlaregunContext","Gesture"}; + GestureReloadSMG_01[] = {"GestureReloadSMG_01Context","Gesture"}; + GestureReloadSDAR[] = {"GestureReloadSDARContext","Gesture"}; + GestureReloadDMR[] = {"GestureReloadDMRContext","Gesture"}; + GestureReloadM4SSAS[] = {"GestureReloadM4SSASContext","Gesture"}; + GestureMountMuzzle[] = {"GestureMountMuzzle","Gesture"}; + GestureDismountMuzzle[] = {"GestureDismountMuzzle","Gesture"}; + throwGrenade[] = {"GestureThrowGrenadeContext","Gesture"}; + MountOptic = ""; + DismountOptic = ""; + AdjustR = "AmovPpneMstpSrasWrflDnon"; + stop = "AadjPpneMstpSrasWrflDleft"; + default = "AadjPpneMstpSrasWrflDleft"; + stopRelaxed = "AadjPpneMstpSrasWrflDleft"; + turnL = "AadjPpneMstpSrasWrflDleft"; + turnR = "AadjPpneMstpSrasWrflDleft"; + turnLRelaxed = "AadjPpneMstpSrasWrflDleft"; + turnRRelaxed = "AadjPpneMstpSrasWrflDleft"; + ReloadGM6[] = {"GestureReloadGM6Context","Gesture"}; + reloadMGun = ""; + reloadMortar = ""; + throwPrepare = ""; + WalkF = ""; + WalkLF = ""; + WalkRF = ""; + WalkL = ""; + WalkR = ""; + WalkLB = ""; + WalkRB = ""; + WalkB = ""; + PlayerWalkF = ""; + PlayerWalkLF = ""; + PlayerWalkRF = ""; + PlayerWalkL = "AadjPpneMwlkSrasWrflDleft_l"; + PlayerWalkR = "AadjPpneMwlkSrasWrflDleft_r"; + PlayerWalkLB = ""; + PlayerWalkRB = ""; + PlayerWalkB = ""; + SlowF = ""; + SlowLF = ""; + SlowRF = ""; + SlowL = "AadjPpneMwlkSrasWrflDleft_l"; + SlowR = "AadjPpneMwlkSrasWrflDleft_r"; + SlowLB = ""; + SlowRB = ""; + SlowB = ""; + PlayerSlowF = ""; + PlayerSlowLF = ""; + PlayerSlowRF = ""; + PlayerSlowL = "AadjPpneMwlkSrasWrflDleft_l"; + PlayerSlowR = "AadjPpneMwlkSrasWrflDleft_r"; + PlayerSlowLB = ""; + PlayerSlowRB = ""; + PlayerSlowB = ""; + FastF = ""; + FastLF = ""; + FastRF = ""; + FastL = "AadjPpneMwlkSrasWrflDleft_l"; + FastR = "AadjPpneMwlkSrasWrflDleft_r"; + FastLB = ""; + FastRB = ""; + FastB = ""; + TactF = ""; + TactLF = ""; + TactRF = ""; + TactL = "AadjPpneMwlkSrasWrflDleft_l"; + TactR = "AadjPpneMwlkSrasWrflDleft_r"; + TactLB = ""; + TactRB = ""; + TactB = ""; + PlayerTactF = ""; + PlayerTactLF = ""; + PlayerTactRF = ""; + PlayerTactL = "AadjPpneMwlkSrasWrflDleft_l"; + PlayerTactR = "AadjPpneMwlkSrasWrflDleft_r"; + PlayerTactLB = ""; + PlayerTactRB = ""; + PlayerTactB = ""; + EvasiveLeft = "AadjPpneMstpSrasWrflDleft"; + EvasiveRight = "AadjPpneMstpSrasWrflDleft"; + putDown = "AmovPpneMstpSrasWrflDnon"; + Combat = "AadjPpneMstpSrasWrflDleft"; + strokeGun = ""; + limitFast = 3.5; + leanRRot = 0.1; + leanRShift = 0.1; + leanLRot = 0.1; + leanLShift = 0.1; + PlayerProne = "AmovPpneMstpSrasWrflDnon"; + Gear = ""; + }; + class RifleAdjustRProneActions: RifleAdjustProneBaseActions + { + gestureGo = ""; + gestureGoB = ""; + gestureFreeze = ""; + gestureUp = ""; + gestureAdvance[] = {"GestureAdvance","Gesture"}; + GestureReloadMk20[] = {"GestureReloadMk20Context","Gesture"}; + GestureReloadMX[] = {"GestureReloadMXContext","Gesture"}; + GestureReloadMXCompact[] = {"GestureReloadMXCompactContext","Gesture"}; + GestureReloadMXSniper[] = {"GestureReloadMXSniperContext","Gesture"}; + GestureReloadTRGContext[] = {"GestureReloadTRGContext","Gesture"}; + GestureReloadTRGUGL[] = {"GestureReloadTRGUGLContext","Gesture"}; + GestureReloadKatiba[] = {"GestureReloadKatibaContext","Gesture"}; + GestureReloadLRR[] = {"GestureReloadLRRContext","Gesture"}; + GestureReloadEBR[] = {"GestureReloadEBRContext","Gesture"}; + GestureReloadSMG_02[] = {"GestureReloadSMG_02Context","Gesture"}; + GestureReloadSMG_03[] = {"GestureReloadSMG_03Context","Gesture"}; + GestureReloadPistol[] = {"GestureReloadPistolContext","Gesture"}; + GestureReloadPistolHeavy02[] = {"GestureReloadPistolHeavy02Context","Gesture"}; + GestureReloadFlaregun[] = {"GestureReloadFlaregunContext","Gesture"}; + GestureReloadSMG_01[] = {"GestureReloadSMG_01Context","Gesture"}; + GestureReloadSDAR[] = {"GestureReloadSDARContext","Gesture"}; + GestureReloadDMR[] = {"GestureReloadDMRContext","Gesture"}; + GestureReloadM4SSAS[] = {"GestureReloadM4SSASContext","Gesture"}; + GestureMountMuzzle[] = {"GestureMountMuzzle","Gesture"}; + GestureDismountMuzzle[] = {"GestureDismountMuzzle","Gesture"}; + MountOptic = ""; + DismountOptic = ""; + stop = "AadjPpneMstpSrasWrflDright"; + default = "AadjPpneMstpSrasWrflDright"; + stopRelaxed = "AadjPpneMstpSrasWrflDright"; + turnL = "AadjPpneMstpSrasWrflDright"; + turnR = "AadjPpneMstpSrasWrflDright"; + turnLRelaxed = "AadjPpneMstpSrasWrflDright"; + turnRRelaxed = "AadjPpneMstpSrasWrflDright"; + ReloadGM6[] = {"GestureReloadGM6Context","Gesture"}; + reloadMGun = ""; + reloadMortar = ""; + throwPrepare = ""; + throwGrenade[] = {"GestureThrowGrenadeContext","Gesture"}; + WalkF = ""; + WalkLF = ""; + WalkRF = ""; + WalkL = ""; + WalkR = ""; + WalkLB = ""; + WalkRB = ""; + WalkB = ""; + PlayerWalkF = ""; + PlayerWalkLF = ""; + PlayerWalkRF = ""; + PlayerWalkL = "AadjPpneMwlkSrasWrflDright_l"; + PlayerWalkR = "AadjPpneMwlkSrasWrflDright_r"; + PlayerWalkLB = ""; + PlayerWalkRB = ""; + PlayerWalkB = ""; + SlowF = ""; + SlowLF = ""; + SlowRF = ""; + SlowL = "AadjPpneMwlkSrasWrflDright_l"; + SlowR = "AadjPpneMwlkSrasWrflDright_r"; + SlowLB = ""; + SlowRB = ""; + SlowB = ""; + PlayerSlowF = ""; + PlayerSlowLF = ""; + PlayerSlowRF = ""; + PlayerSlowL = "AadjPpneMwlkSrasWrflDright_l"; + PlayerSlowR = "AadjPpneMwlkSrasWrflDright_r"; + PlayerSlowLB = ""; + PlayerSlowRB = ""; + PlayerSlowB = ""; + FastF = ""; + FastLF = ""; + FastRF = ""; + FastL = "AadjPpneMwlkSrasWrflDright_l"; + FastR = "AadjPpneMwlkSrasWrflDright_r"; + FastLB = ""; + FastRB = ""; + FastB = ""; + TactF = ""; + TactLF = ""; + TactRF = ""; + TactL = "AadjPpneMwlkSrasWrflDright_l"; + TactR = "AadjPpneMwlkSrasWrflDright_r"; + TactLB = ""; + TactRB = ""; + TactB = ""; + PlayerTactF = ""; + PlayerTactLF = ""; + PlayerTactRF = ""; + PlayerTactL = "AadjPpneMwlkSrasWrflDright_l"; + PlayerTactR = "AadjPpneMwlkSrasWrflDright_r"; + PlayerTactLB = ""; + PlayerTactRB = ""; + PlayerTactB = ""; + EvasiveLeft = "AadjPpneMstpSrasWrflDright"; + EvasiveRight = "AadjPpneMstpSrasWrflDright"; + putDown = "AmovPpneMstpSrasWrflDnon"; + Combat = "AadjPpneMstpSrasWrflDright"; + strokeGun = ""; + limitFast = 3.5; + leanRRot = 0.1; + leanRShift = 0.1; + leanLRot = 0.1; + leanLShift = 0.1; + PlayerProne = "AmovPpneMstpSrasWrflDnon"; + Gear = ""; + }; + class RifleProneActionsRunF: RifleProneActions + { + PlayerStand = "AmovPpneMstpSrasWrflDnon_AmovPercMsprSlowWrflDf"; + }; + class RifleProneActionsRunB: RifleProneActions{}; + class PistolStandActions: NoActions + { + gestureGo[] = {"GestureGoStandPistol","Gesture"}; + gestureGoB[] = {"GestureGoBStand","Gesture"}; + gestureFreeze[] = {"GestureFreezeStandPistol","Gesture"}; + gesturePoint[] = {"GesturePointStand","Gesture"}; + gestureCeaseFire[] = {"GestureCeaseFire","Gesture"}; + gestureCover[] = {"GestureCover","Gesture"}; + gestureUp[] = {"GestureUp","Gesture"}; + gestureNo[] = {"GestureNo","Gesture"}; + gestureYes[] = {"GestureYes","Gesture"}; + gestureFollow[] = {"GestureFollow","Gesture"}; + gestureAdvance[] = {"GestureAdvance","Gesture"}; + gestureHi[] = {"GestureHi","Gesture"}; + gestureHiB[] = {"GestureHiB","Gesture"}; + gestureHiC[] = {"GestureHiC","Gesture"}; + stop = "AmovPercMstpSrasWpstDnon"; + default = "AmovPercMstpSrasWpstDnon"; + stopRelaxed = "AmovPercMstpSrasWpstDnon"; + turnL = "AmovPercMstpSrasWpstDnon_turnL"; + turnR = "AmovPercMstpSrasWpstDnon_turnR"; + turnLRelaxed = "AmovPercMstpSrasWpstDnon_turnL"; + turnRRelaxed = "AmovPercMstpSrasWpstDnon_turnR"; + reloadMagazine[] = {"PistolMagazineReloadStand_g","Gesture"}; + throwPrepare = "AwopPercMstpSgthWpstDnon_Part2"; + throwGrenade[] = {"GestureThrowGrenadePistol","Gesture"}; + WalkF = "AmovPercMwlkSrasWpstDf"; + WalkLF = "AmovPercMwlkSrasWpstDfl"; + WalkRF = "AmovPercMwlkSrasWpstDfr"; + WalkL = "AmovPercMwlkSrasWpstDl"; + WalkR = "AmovPercMwlkSrasWpstDr"; + WalkLB = "AmovPercMwlkSrasWpstDbl"; + WalkRB = "AmovPercMwlkSrasWpstDbr"; + WalkB = "AmovPercMwlkSrasWpstDb"; + PlayerWalkF = "AmovPercMwlkSrasWpstDf"; + PlayerWalkLF = "AmovPercMwlkSrasWpstDfl"; + PlayerWalkRF = "AmovPercMwlkSrasWpstDfr"; + PlayerWalkL = "AmovPercMwlkSrasWpstDl"; + PlayerWalkR = "AmovPercMwlkSrasWpstDr"; + PlayerWalkLB = "AmovPercMwlkSrasWpstDbl"; + PlayerWalkRB = "AmovPercMwlkSrasWpstDbr"; + PlayerWalkB = "AmovPercMwlkSrasWpstDb"; + SlowF = "AmovPercMrunSlowWpstDf"; + SlowLF = "AmovPercMrunSlowWpstDfl"; + SlowRF = "AmovPercMrunSlowWpstDr"; + SlowL = "AmovPercMrunSlowWpstDl"; + SlowR = "AmovPercMrunSlowWpstDr"; + SlowLB = "AmovPercMrunSlowWpstDbl"; + SlowRB = "AmovPercMrunSlowWpstDbr"; + SlowB = "AmovPercMrunSlowWpstDb"; + PlayerSlowF = "AmovPercMrunSrasWpstDf"; + PlayerSlowLF = "AmovPercMrunSrasWpstDfl"; + PlayerSlowRF = "AmovPercMrunSrasWpstDfr"; + PlayerSlowL = "AmovPercMrunSrasWpstDl"; + PlayerSlowR = "AmovPercMrunSrasWpstDr"; + PlayerSlowLB = "AmovPercMrunSrasWpstDbl"; + PlayerSlowRB = "AmovPercMrunSrasWpstDbr"; + PlayerSlowB = "AmovPercMrunSrasWpstDb"; + FastF = "AmovPercMevaSrasWpstDf"; + FastLF = "AmovPercMevaSrasWpstDfl"; + FastRF = "AmovPercMevaSrasWpstDfr"; + FastL = "AmovPercMevaSrasWpstDl"; + FastR = "AmovPercMevaSrasWpstDr"; + FastLB = "AmovPercMrunSrasWpstDbl"; + FastRB = "AmovPercMrunSrasWpstDbr"; + FastB = "AmovPercMrunSrasWpstDb"; + TactF = "AmovPercMrunSlowWpstDf"; + TactLF = "AmovPercMrunSlowWpstDfl"; + TactRF = "AmovPercMrunSlowWpstDfr"; + TactL = "AmovPercMrunSlowWpstDl"; + TactR = "AmovPercMrunSlowWpstDr"; + TactLB = "AmovPercMrunSlowWpstDbl"; + TactRB = "AmovPercMrunSlowWpstDbr"; + TactB = "AmovPercMrunSlowWpstDb"; + PlayerTactF = "AmovPercMtacSrasWpstDf"; + PlayerTactLF = "AmovPercMtacSrasWpstDfl"; + PlayerTactRF = "AmovPercMtacSrasWpstDfr"; + PlayerTactL = "AmovPercMtacSrasWpstDl"; + PlayerTactR = "AmovPercMtacSrasWpstDr"; + PlayerTactLB = "AmovPercMtacSrasWpstDbl"; + PlayerTactRB = "AmovPercMtacSrasWpstDbr"; + PlayerTactB = "AmovPercMtacSrasWpstDb"; + down = "AmovPpneMstpSrasWpstDnon"; + up = "AmovPknlMstpSrasWpstDnon"; + PlayerStand = "AmovPercMstpSlowWpstDnon"; + PlayerCrouch = "AmovPknlMstpSrasWpstDnon"; + PlayerProne = "AmovPpneMstpSrasWpstDnon"; + weaponOn = "AmovPercMstpSrasWlnrDnon"; + weaponOff = "AmovPercMstpSrasWpstDnon"; + binocOn = "AwopPercMstpSoptWbinDnon_pst"; + binocOff = "AmovPercMstpSrasWpstDnon"; + handGunOn = "AmovPercMstpSrasWrflDnon"; + takeFlag = "AinvPknlMstpSnonWnonDnon_1"; + putDown = "AmovPercMstpSraswpstDnon_AinvPercMstpSraswpstDnon_Putdown"; + medic = "AinvPknlMstpSlayWpstDnon_medic"; + treated = "AinvPknlMstpSnonWnonDnon_healed_1"; + Combat = "AmovPercMstpSrasWrflDnon"; + Lying = "AmovPpneMstpSrasWpstDnon"; + Stand = "AmovPercMstpSlowWpstDnon"; + Crouch = "AmovPknlMstpSrasWpstDnon"; + CanNotMove = "AmovPercMstpSrasWpstDnon"; + Civil = "AmovPercMstpSnonWnonDnon"; + CivilLying = "AmovPpneMstpSnonWnonDnon"; + FireNotPossible = "AmovPercMstpSrasWpstDnon"; + strokeGun = "AmovPercMstpSrasWpstDnon"; + GetInLow = "AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInLow"; + GetInMedium = "AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInMedium"; + GetInHigh = "AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInHigh"; + GetInSDV = "AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInHigh"; + GetOutLow = "AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutLow"; + GetOutMedium = "AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutMedium"; + GetOutHigh = "AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutHigh"; + GetOutHighZamak = "AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutHighZamak"; + GetOutHighHemtt = "AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutHighHemtt"; + GetOutSDV = "AcrgPknlMstpSnonWnonDnon_AmovPercMstpSrasWpstDnon_getOutHigh"; + GetInHelicopterCargo = "GetInHelicopterCargoPst"; + GetInMRAP_01 = "GetInMRAP_01Pst"; + GetInMRAP_01_cargo = "GetInMRAP_01_cargoPst"; + GetOutMRAP_01 = "GetOutMRAP_01Pst"; + GetOutMRAP_01_cargo = "GetOutMRAP_01_cargoPst"; + GetOutHelicopterCargo = "GetOutHelicopterCargoPst"; + startSwim = "AswmPercMrunSnonWnonDf"; + surfaceSwim = "AsswPercMrunSnonWnonDf"; + bottomSwim = "AbswPercMrunSnonWnonDf"; + startDive = "AdvePercMstpSnonWnonDnon"; + SurfaceDive = "AsdvPercMstpSnonWnonDnon"; + BottomDive = "AbdvPercMstpSnonWnonDnon"; + sitDown = "AmovPsitMstpSnonWpstDnon_ground"; + getOver = "AovrPercMstpSrasWpstDf"; + salute = "AmovPercMstpSrasWpstDnon_salute"; + leanRRot = 0.5; + leanRShift = 0.01; + leanLRot = 0.5; + leanLShift = 0.01; + turnSpeed = 8; + limitFast = 5.5; + upDegree = "ManPosHandGunStand"; + stance = "ManStanceStand"; + EvasiveLeft = "AmovPercMevaSrasWpstDfl"; + EvasiveRight = "AmovPercMevaSrasWpstDfr"; + grabCarry = "Helper_SwitchToCarrynon_pst"; + grabDragged = "AinjPpneMrunSnonWnonDb_grab"; + grabDrag = "AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_2"; + Diary = ""; + Surrender = "AmovPercMstpSsurWnonDnon"; + saluteOff = "AmovPercMstpSrasWpstDnon"; + Gear = "AinvPercMstpSrasWpstDnon"; + AdjustF = "AadjPercMstpSrasWpstDup"; + AdjustLF = "AadjPercMstpSrasWpstDup"; + AdjustRF = "AadjPercMstpSrasWpstDup"; + AdjustB = "AadjPercMstpSrasWpstDdown"; + AdjustLB = "AadjPercMstpSrasWpstDdown"; + AdjustRB = "AadjPercMstpSrasWpstDdown"; + AdjustL = "AadjPercMstpSrasWpstDleft"; + AdjustR = "AadjPercMstpSrasWpstDright"; + Relax = "AmovPknlMstpSrasWpstDnon_relax"; + StartFreefall = "AfalPercMstpSrasWpstDnon"; + PrimaryWeapon = "AmovPercMstpSrasWrflDnon"; + SecondaryWeapon = "AmovPercMstpSrasWlnrDnon"; + Binoculars = "AmovPercMstpSoptWbinDnon"; + }; + class PistolStandActionsNoAdjust: PistolStandActions + { + AdjustF = ""; + AdjustLF = ""; + AdjustRF = ""; + AdjustB = ""; + AdjustLB = ""; + AdjustRB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolStandActions_gear: PistolStandActions + { + Stop = "AmovPercMstpSrasWpstDnon_gear"; + StopRelaxed = "AmovPercMstpSrasWpstDnon_gear"; + Default = "AmovPercMstpSrasWpstDnon_gear"; + PlayerStand = "AmovPercMstpSrasWpstDnon"; + Civil = "AmovPercMstpSnonWnonDnon_gear"; + HandGunOn = "AinvPercMstpSrasWrflDnon"; + }; + class PistolStandActionsRunF: PistolStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSrasWpstDf"; + Up = "AmovPknlMrunSrasWpstDf"; + Crouch = "AmovPknlMrunSrasWpstDf"; + Stand = "AmovPercMrunSlowWpstDf"; + }; + class PistolStandActionsRunFL: PistolStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSrasWpstDfl"; + Up = "AmovPknlMrunSrasWpstDfl"; + Crouch = "AmovPknlMrunSrasWpstDfl"; + Stand = "AmovPercMrunSlowWpstDfl"; + }; + class PistolStandActionsRunL: PistolStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSrasWpstDl"; + Up = "AmovPknlMrunSrasWpstDl"; + Crouch = "AmovPknlMrunSrasWpstDl"; + AdjustL = ""; + Stand = "AmovPercMrunSlowWpstDl"; + }; + class PistolStandActionsRunBL: PistolStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSrasWpstDbl"; + Up = "AmovPknlMrunSrasWpstDbl"; + Crouch = "AmovPknlMrunSrasWpstDbl"; + Stand = "AmovPercMrunSlowWpstDbl"; + }; + class PistolStandActionsRunB: PistolStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSrasWpstDb"; + Up = "AmovPknlMrunSrasWpstDb"; + Crouch = "AmovPknlMrunSrasWpstDb"; + AdjustB = ""; + Stand = "AmovPercMrunSlowWpstDb"; + }; + class PistolStandActionsRunBR: PistolStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSrasWpstDbr"; + Up = "AmovPknlMrunSrasWpstDbr"; + Crouch = "AmovPknlMrunSrasWpstDbr"; + Stand = "AmovPercMrunSlowWpstDbr"; + }; + class PistolStandActionsRunR: PistolStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSrasWpstDr"; + Up = "AmovPknlMrunSrasWpstDr"; + Crouch = "AmovPknlMrunSrasWpstDr"; + AdjustR = ""; + Stand = "AmovPercMrunSlowWpstDr"; + }; + class PistolStandActionsRunFR: PistolStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSrasWpstDfr"; + Up = "AmovPknlMrunSrasWpstDfr"; + Crouch = "AmovPknlMrunSrasWpstDfr"; + Stand = "AmovPercMrunSlowWpstDfr"; + }; + class PistolStandActionsTacF: PistolStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMtacSrasWpstDf"; + Up = "AmovPknlMtacSrasWpstDf"; + Crouch = "AmovPknlMtacSrasWpstDf"; + AdjustF = ""; + Stand = "AmovPercMtacSlowWpstDf"; + }; + class PistolStandActionsTacFL: PistolStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMtacSrasWpstDfl"; + Up = "AmovPknlMtacSrasWpstDfl"; + Crouch = "AmovPknlMtacSrasWpstDfl"; + Stand = "AmovPercMtacSlowWpstDfl"; + }; + class PistolStandActionsTacL: PistolStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMtacSrasWpstDl"; + Up = "AmovPknlMtacSrasWpstDl"; + Crouch = "AmovPknlMtacSrasWpstDl"; + AdjustL = ""; + Stand = "AmovPercMtacSlowWpstDl"; + }; + class PistolStandActionsTacBL: PistolStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMtacSrasWpstDbl"; + Up = "AmovPknlMtacSrasWpstDbl"; + Crouch = "AmovPknlMtacSrasWpstDbl"; + Stand = "AmovPercMtacSlowWpstDbl"; + }; + class PistolStandActionsTacB: PistolStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMtacSrasWpstDb"; + Up = "AmovPknlMtacSrasWpstDb"; + Crouch = "AmovPknlMtacSrasWpstDb"; + AdjustB = ""; + Stand = "AmovPercMtacSlowWpstDb"; + }; + class PistolStandActionsTacBR: PistolStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMtacSrasWpstDbr"; + Up = "AmovPknlMtacSrasWpstDbr"; + Crouch = "AmovPknlMtacSrasWpstDbr"; + Stand = "AmovPercMtacSlowWpstDbr"; + }; + class PistolStandActionsTacR: PistolStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMtacSrasWpstDr"; + Up = "AmovPknlMtacSrasWpstDr"; + Crouch = "AmovPknlMtacSrasWpstDr"; + AdjustR = ""; + Stand = "AmovPercMtacSlowWpstDr"; + }; + class PistolStandActionsTacFR: PistolStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMtacSrasWpstDfr"; + Up = "AmovPknlMtacSrasWpstDfr"; + Crouch = "AmovPknlMtacSrasWpstDfr"; + Stand = "AmovPercMtacSlowWpstDfr"; + }; + class PistolStandActionsWlkF: PistolStandActionsRunF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMwlkSrasWpstDf"; + Up = "AmovPknlMwlkSrasWpstDf"; + Crouch = "AmovPknlMwlkSrasWpstDf"; + Stand = "AmovPercMwlkSlowWpstDf"; + }; + class PistolStandActionsWlkFL: PistolStandActionsRunF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMwlkSrasWpstDfl"; + Up = "AmovPknlMwlkSrasWpstDfl"; + Crouch = "AmovPknlMwlkSrasWpstDfl"; + Stand = "AmovPercMwlkSlowWpstDfl"; + }; + class PistolStandActionsWlkL: PistolStandActionsRunF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMwlkSrasWpstDl"; + Up = "AmovPknlMwlkSrasWpstDl"; + Crouch = "AmovPknlMwlkSrasWpstDl"; + AdjustL = ""; + Stand = "AmovPercMwlkSlowWpstDl"; + }; + class PistolStandActionsWlkBL: PistolStandActionsRunF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMwlkSrasWpstDbl"; + Up = "AmovPknlMwlkSrasWpstDbl"; + Crouch = "AmovPknlMwlkSrasWpstDbl"; + Stand = "AmovPercMwlkSlowWpstDbl"; + }; + class PistolStandActionsWlkB: PistolStandActionsRunF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMwlkSrasWpstDb"; + Up = "AmovPknlMwlkSrasWpstDb"; + Crouch = "AmovPknlMwlkSrasWpstDb"; + AdjustB = ""; + Stand = "AmovPercMwlkSlowWpstDb"; + }; + class PistolStandActionsWlkBR: PistolStandActionsRunF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMwlkSrasWpstDbr"; + Up = "AmovPknlMwlkSrasWpstDbr"; + Crouch = "AmovPknlMwlkSrasWpstDbr"; + Stand = "AmovPercMwlkSlowWpstDbr"; + }; + class PistolStandActionsWlkR: PistolStandActionsRunF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMwlkSrasWpstDr"; + Up = "AmovPknlMwlkSrasWpstDr"; + Crouch = "AmovPknlMwlkSrasWpstDr"; + AdjustR = ""; + Stand = "AmovPercMwlkSlowWpstDr"; + }; + class PistolStandActionsWlkFR: PistolStandActionsRunF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMwlkSrasWpstDfr"; + Up = "AmovPknlMwlkSrasWpstDfr"; + Crouch = "AmovPknlMwlkSrasWpstDfr"; + Stand = "AmovPercMwlkSlowWpstDfr"; + }; + class PistolLowStandActions: PistolStandActions + { + stopRelaxed = "AidlPercMstpSlowWpstDnon_AI"; + Stop = "AmovPercMstpSlowWpstDnon"; + Combat = "AmovPercMstpSrasWpstDnon"; + Stand = "AmovPercMstpSrasWpstDnon"; + PlayerCrouch = "AmovPknlMstpSlowWpstDnon"; + Default = "AmovPercMstpSlowWpstDnon"; + PlayerWalkF = "AmovPercMwlkSlowWpstDf"; + PlayerWalkLF = "AmovPercMwlkSlowWpstDfl"; + PlayerWalkRF = "AmovPercMwlkSlowWpstDfr"; + PlayerWalkL = "AmovPercMwlkSlowWpstDl"; + PlayerWalkR = "AmovPercMwlkSlowWpstDr"; + PlayerWalkLB = "AmovPercMwlkSlowWpstDbl"; + PlayerWalkRB = "AmovPercMwlkSlowWpstDbr"; + PlayerWalkB = "AmovPercMwlkSlowWpstDb"; + TactF = "AmovPercMtacSlowWpstDf"; + TactLF = "AmovPercMtacSlowWpstDfl"; + TactRF = "AmovPercMtacSlowWpstDfr"; + TactL = "AmovPercMtacSlowWpstDl"; + TactR = "AmovPercMtacSlowWpstDr"; + TactLB = "AmovPercMtacSlowWpstDbl"; + TactRB = "AmovPercMtacSlowWpstDbr"; + TactB = "AmovPercMtacSlowWpstDb"; + PlayerTactF = "AmovPercMtacSlowWpstDf"; + PlayerTactLF = "AmovPercMtacSlowWpstDfl"; + PlayerTactRF = "AmovPercMtacSlowWpstDfr"; + PlayerTactL = "AmovPercMtacSlowWpstDl"; + PlayerTactR = "AmovPercMtacSlowWpstDr"; + PlayerTactLB = "AmovPercMtacSlowWpstDbl"; + PlayerTactRB = "AmovPercMtacSlowWpstDbr"; + PlayerTactB = "AmovPercMtacSlowWpstDb"; + SlowRF = "AmovPercMrunSlowWpstDfr"; + PlayerSlowF = "AmovPercMrunSlowWpstDf"; + PlayerSlowLF = "AmovPercMrunSlowWpstDfl"; + PlayerSlowRF = "AmovPercMrunSlowWpstDfr"; + PlayerSlowL = "AmovPercMrunSlowWpstDl"; + PlayerSlowR = "AmovPercMrunSlowWpstDr"; + PlayerSlowLB = "AmovPercMrunSlowWpstDbl"; + PlayerSlowRB = "AmovPercMrunSlowWpstDbr"; + PlayerSlowB = "AmovPercMrunSlowWpstDb"; + FastF = "AmovPercMevaSlowWpstDf"; + FastLF = "AmovPercMevaSlowWpstDfl"; + FastRF = "AmovPercMevaSlowWpstDfr"; + FastL = "AmovPercMrunSlowWpstDl"; + FastR = "AmovPercMrunSlowWpstDr"; + FastLB = "AmovPercMrunSlowWpstDbl"; + FastRB = "AmovPercMrunSlowWpstDbr"; + FastB = "AmovPercMrunSlowWpstDb"; + EvasiveLeft = "AmovPercMevaSlowWpstDfl"; + EvasiveRight = "AmovPercMevaSlowWpstDfr"; + GetOver = "AovrPercMstpSlowWpstDf"; + turnL = "AmovPercMstpSlowWpstDnon_turnL"; + turnR = "AmovPercMstpSlowWpstDnon_turnR"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + HandGunOn = "AmovPercMstpSrasWpstDnon"; + }; + class PistolLowStandActionsNoAdjust: PistolLowStandActions + { + AdjustF = ""; + AdjustLF = ""; + AdjustRF = ""; + AdjustB = ""; + AdjustLB = ""; + AdjustRB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolLowStandActionsRunF: PistolLowStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSlowWpstDf"; + Up = "AmovPknlMrunSlowWpstDf"; + Crouch = "AmovPknlMrunSlowWpstDf"; + fireNotPossible = "AmovPercMtacSrasWpstDf"; + Stand = "AmovPercMrunSrasWpstDf"; + }; + class PistolLowStandActionsRunFL: PistolLowStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSlowWpstDfl"; + Up = "AmovPknlMrunSlowWpstDfl"; + Crouch = "AmovPknlMrunSlowWpstDfl"; + fireNotPossible = "AmovPercMtacSrasWpstDfl"; + Stand = "AmovPercMrunSrasWpstDfl"; + }; + class PistolLowStandActionsRunL: PistolLowStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSlowWpstDl"; + Up = "AmovPknlMrunSlowWpstDl"; + Crouch = "AmovPknlMrunSlowWpstDl"; + fireNotPossible = "AmovPercMtacSrasWpstDl"; + Stand = "AmovPercMrunSrasWpstDl"; + }; + class PistolLowStandActionsRunBL: PistolLowStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSlowWpstDbl"; + Up = "AmovPknlMrunSlowWpstDbl"; + Crouch = "AmovPknlMrunSlowWpstDbl"; + fireNotPossible = "AmovPercMtacSrasWpstDbl"; + Stand = "AmovPercMrunSrasWpstDbl"; + }; + class PistolLowStandActionsRunB: PistolLowStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSlowWpstDb"; + Up = "AmovPknlMrunSlowWpstDb"; + Crouch = "AmovPknlMrunSlowWpstDb"; + fireNotPossible = "AmovPercMtacSrasWpstDb"; + Stand = "AmovPercMrunSrasWpstDb"; + }; + class PistolLowStandActionsRunBR: PistolLowStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSlowWpstDbr"; + Up = "AmovPknlMrunSlowWpstDbr"; + Crouch = "AmovPknlMrunSlowWpstDbr"; + fireNotPossible = "AmovPercMtacSrasWpstDbr"; + Stand = "AmovPercMrunSrasWpstDbr"; + }; + class PistolLowStandActionsRunR: PistolLowStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSlowWpstDr"; + Up = "AmovPknlMrunSlowWpstDr"; + Crouch = "AmovPknlMrunSlowWpstDr"; + fireNotPossible = "AmovPercMtacSrasWpstDr"; + Stand = "AmovPercMrunSrasWpstDr"; + }; + class PistolLowStandActionsRunFR: PistolLowStandActionsNoAdjust + { + turnSpeed = 4.5; + PlayerCrouch = "AmovPknlMrunSlowWpstDfr"; + Up = "AmovPknlMrunSlowWpstDfr"; + Crouch = "AmovPknlMrunSlowWpstDfr"; + fireNotPossible = "AmovPercMtacSrasWpstDfr"; + Stand = "AmovPercMrunSrasWpstDfr"; + }; + class PistolLowStandActionsWlkF: PistolLowStandActionsRunF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMwlkSlowWpstDf"; + Up = "AmovPknlMwlkSlowWpstDf"; + Crouch = "AmovPknlMwlkSlowWpstDf"; + fireNotPossible = "AmovPercMwlkSrasWpstDf"; + Stand = "AmovPercMwlkSrasWpstDf"; + }; + class PistolLowStandActionsWlkFL: PistolLowStandActionsRunF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMwlkSlowWpstDfl"; + Up = "AmovPknlMwlkSlowWpstDfl"; + Crouch = "AmovPknlMwlkSlowWpstDfl"; + fireNotPossible = "AmovPercMwlkSrasWpstDfl"; + Stand = "AmovPercMwlkSrasWpstDfl"; + }; + class PistolLowStandActionsWlkL: PistolLowStandActionsRunF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMwlkSlowWpstDl"; + Up = "AmovPknlMwlkSlowWpstDl"; + Crouch = "AmovPknlMwlkSlowWpstDl"; + fireNotPossible = "AmovPercMwlkSrasWpstDl"; + Stand = "AmovPercMwlkSrasWpstDl"; + }; + class PistolLowStandActionsWlkBL: PistolLowStandActionsRunF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMwlkSlowWpstDbl"; + Up = "AmovPknlMwlkSlowWpstDbl"; + Crouch = "AmovPknlMwlkSlowWpstDbl"; + fireNotPossible = "AmovPercMwlkSrasWpstDbl"; + Stand = "AmovPercMwlkSrasWpstDbl"; + }; + class PistolLowStandActionsWlkB: PistolLowStandActionsRunF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMwlkSlowWpstDb"; + Up = "AmovPknlMwlkSlowWpstDb"; + Crouch = "AmovPknlMwlkSlowWpstDb"; + fireNotPossible = "AmovPercMwlkSrasWpstDb"; + Stand = "AmovPercMwlkSrasWpstDb"; + }; + class PistolLowStandActionsWlkBR: PistolLowStandActionsRunF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMwlkSlowWpstDbr"; + Up = "AmovPknlMwlkSlowWpstDbr"; + Crouch = "AmovPknlMwlkSlowWpstDbr"; + fireNotPossible = "AmovPercMwlkSrasWpstDbr"; + Stand = "AmovPercMwlkSrasWpstDbr"; + }; + class PistolLowStandActionsWlkR: PistolLowStandActionsRunF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMwlkSlowWpstDr"; + Up = "AmovPknlMwlkSlowWpstDr"; + Crouch = "AmovPknlMwlkSlowWpstDr"; + fireNotPossible = "AmovPercMwlkSrasWpstDr"; + Stand = "AmovPercMwlkSrasWpstDr"; + }; + class PistolLowStandActionsWlkFR: PistolLowStandActionsRunF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMwlkSlowWpstDfr"; + Up = "AmovPknlMwlkSlowWpstDfr"; + Crouch = "AmovPknlMwlkSlowWpstDfr"; + fireNotPossible = "AmovPercMwlkSrasWpstDfr"; + Stand = "AmovPercMwlkSrasWpstDfr"; + }; + class PistolLowStandActionsTacF: PistolLowStandActionsRunF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMtacSlowWpstDf"; + Up = "AmovPknlMtacSlowWpstDf"; + Crouch = "AmovPknlMtacSlowWpstDf"; + Stand = "AmovPercMtacSrasWpstDf"; + }; + class PistolLowStandActionsTacFL: PistolLowStandActionsRunF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMtacSlowWpstDfl"; + Up = "AmovPknlMtacSlowWpstDfl"; + Crouch = "AmovPknlMtacSlowWpstDfl"; + fireNotPossible = "AmovPercMtacSrasWpstDfl"; + Stand = "AmovPercMtacSrasWpstDfl"; + }; + class PistolLowStandActionsTacL: PistolLowStandActionsRunF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMtacSlowWpstDl"; + Up = "AmovPknlMtacSlowWpstDl"; + Crouch = "AmovPknlMtacSlowWpstDl"; + fireNotPossible = "AmovPercMtacSrasWpstDl"; + Stand = "AmovPercMtacSrasWpstDl"; + }; + class PistolLowStandActionsTacBL: PistolLowStandActionsRunF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMtacSlowWpstDbl"; + Up = "AmovPknlMtacSlowWpstDbl"; + Crouch = "AmovPknlMtacSlowWpstDbl"; + fireNotPossible = "AmovPercMtacSrasWpstDbl"; + Stand = "AmovPercMtacSrasWpstDbl"; + }; + class PistolLowStandActionsTacB: PistolLowStandActionsRunF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMtacSlowWpstDb"; + Up = "AmovPknlMtacSlowWpstDb"; + Crouch = "AmovPknlMtacSlowWpstDb"; + fireNotPossible = "AmovPercMtacSrasWpstDb"; + Stand = "AmovPercMtacSrasWpstDb"; + }; + class PistolLowStandActionsTacBR: PistolLowStandActionsRunF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMtacSlowWpstDbr"; + Up = "AmovPknlMtacSlowWpstDbr"; + Crouch = "AmovPknlMtacSlowWpstDbr"; + fireNotPossible = "AmovPercMtacSrasWpstDbr"; + Stand = "AmovPercMtacSrasWpstDbr"; + }; + class PistolLowStandActionsTacR: PistolLowStandActionsRunF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMtacSlowWpstDr"; + Up = "AmovPknlMtacSlowWpstDr"; + Crouch = "AmovPknlMtacSlowWpstDr"; + fireNotPossible = "AmovPercMtacSrasWpstDr"; + Stand = "AmovPercMtacSrasWpstDr"; + }; + class PistolLowStandActionsTacFR: PistolLowStandActionsRunF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMtacSlowWpstDfr"; + Up = "AmovPknlMtacSlowWpstDfr"; + Crouch = "AmovPknlMtacSlowWpstDfr"; + fireNotPossible = "AmovPercMtacSrasWpstDfr"; + Stand = "AmovPercMtacSrasWpstDfr"; + }; + class PistolLowStandEvasiveActionsF: PistolLowStandActionsNoAdjust + { + turnSpeed = 4; + salute = ""; + Stand = "AmovPercMstpSrasWpstDnon"; + Up = "AmovPknlMevaSrasWpstDf"; + PlayerCrouch = "AmovPknlMevaSrasWpstDf"; + AdjustF = "AmovPercMrunSrasWpstDf"; + }; + class PistolLowStandEvasiveActionsFL: PistolLowStandActionsNoAdjust + { + turnSpeed = 4; + salute = ""; + Stand = "AmovPercMstpSrasWpstDnon"; + Up = "AmovPknlMevaSrasWpstDfl"; + PlayerCrouch = "AmovPknlMevaSrasWpstDfl"; + AdjustLF = "AmovPercMrunSrasWpstDfl"; + }; + class PistolLowStandEvasiveActionsFR: PistolLowStandActionsNoAdjust + { + turnSpeed = 4; + salute = ""; + Stand = "AmovPercMstpSrasWpstDnon"; + Up = "AmovPknlMevaSrasWpstDfr"; + PlayerCrouch = "AmovPknlMevaSrasWpstDfr"; + AdjustRF = "AmovPercMrunSrasWpstDfr"; + }; + class PistolStandEvasiveActionsF: PistolStandActions + { + turnSpeed = 4; + salute = ""; + Stand = "AmovPercMstpSrasWpstDnon"; + Up = "AmovPknlMevaSrasWpstDf"; + PlayerCrouch = "AmovPknlMevaSrasWpstDf"; + AdjustF = "AmovPercMrunSrasWpstDf"; + }; + class PistolStandEvasiveActionsFL: PistolStandActions + { + turnSpeed = 4; + salute = ""; + Stand = "AmovPercMstpSrasWpstDnon"; + Up = "AmovPknlMevaSrasWpstDfl"; + PlayerCrouch = "AmovPknlMevaSrasWpstDfl"; + AdjustLF = "AmovPercMrunSrasWpstDfl"; + }; + class PistolStandEvasiveActionsFR: PistolStandActions + { + turnSpeed = 4; + salute = ""; + Stand = "AmovPercMstpSrasWpstDnon"; + Up = "AmovPknlMevaSrasWpstDfr"; + PlayerCrouch = "AmovPknlMevaSrasWpstDfr"; + AdjustRF = "AmovPercMrunSrasWpstDfr"; + }; + class PistolStandEvasiveActionsR: PistolStandActionsRunR + { + turnSpeed = 4; + PlayerProne = "AadjPpneMstpSrasWpstDright"; + Down = "AadjPpneMstpSrasWpstDright"; + Up = "AmovPknlMevaSrasWpstDr"; + PlayerCrouch = "AmovPknlMevaSrasWpstDr"; + }; + class PistolStandEvasiveActionsL: PistolStandActionsRunL + { + turnSpeed = 4; + PlayerProne = "AadjPpneMstpSrasWpstDleft"; + Down = "AadjPpneMstpSrasWpstDleft"; + Up = "AmovPknlMevaSrasWpstDl"; + PlayerCrouch = "AmovPknlMevaSrasWpstDl"; + }; + class PistolRunFActions: PistolStandActions + { + throwPrepare = "AmovPercMrunSrasWpstDf"; + }; + class PistolWalkFActions: PistolStandActions + { + throwPrepare = "AmovPercMwlkSrasWpstDf"; + }; + class PistolStandSaluteActions: PistolStandActions + { + stop = "AmovPercMstpSrasWpstDnon_Salute"; + stopRelaxed = "AmovPercMstpSrasWpstDnon_Salute"; + default = "AmovPercMstpSrasWpstDnon_Salute"; + salute = "AmovPercMstpSrasWpstDnon"; + }; + class PistolStandTakeActions: PistolStandActions + { + stop = "AinvPknlMstpSnonWnonDnon_1"; + StopRelaxed = "AinvPknlMstpSnonWnonDnon_1"; + default = "AinvPknlMstpSnonWnonDnon_1"; + salute = ""; + sitDown = ""; + }; + class PistolSiTactions: PistolStandActions + { + turnL = ""; + turnR = ""; + stop = "AmovPsitMstpSnonWpstDnon_ground"; + StopRelaxed = "AmovPsitMstpSnonWpstDnon_ground"; + default = "AmovPsitMstpSnonWpstDnon_ground"; + sitDown = "AmovPercMstpSrasWpstDnon"; + Diary = ""; + GetOver = ""; + stance = "ManStanceCrouch"; + }; + class PistolKneelActions: PistolStandActions + { + stop = "AmovPknlMstpSrasWpstDnon"; + default = "AmovPknlMstpSrasWpstDnon"; + stopRelaxed = "AidlPknlMstpSrasWpstDnon_AI"; + turnL = "AmovPknlMstpSrasWpstDnon_turnL"; + turnR = "AmovPknlMstpSrasWpstDnon_turnR"; + turnLRelaxed = "AmovPknlMstpSrasWpstDnon_turnL"; + turnRRelaxed = "AmovPknlMstpSrasWpstDnon_turnR"; + reloadMagazine[] = {"PistolMagazineReloadKneel_g","Gesture"}; + throwPrepare = "AwopPknlMstpSgthWpstDnon_Part2"; + WalkF = "AmovPknlMwlkSrasWpstDf"; + WalkLF = "AmovPknlMwlkSrasWpstDfl"; + WalkRF = "AmovPknlMwlkSrasWpstDfr"; + WalkL = "AmovPknlMwlkSrasWpstDl"; + WalkR = "AmovPknlMwlkSrasWpstDr"; + WalkLB = "AmovPknlMwlkSrasWpstDbl"; + WalkRB = "AmovPknlMwlkSrasWpstDbr"; + WalkB = "AmovPknlMwlkSrasWpstDb"; + PlayerWalkF = "AmovPknlMwlkSrasWpstDf"; + PlayerWalkLF = "AmovPknlMwlkSrasWpstDfl"; + PlayerWalkRF = "AmovPknlMwlkSrasWpstDfr"; + PlayerWalkL = "AmovPknlMwlkSrasWpstDl"; + PlayerWalkR = "AmovPknlMwlkSrasWpstDr"; + PlayerWalkLB = "AmovPknlMwlkSrasWpstDbl"; + PlayerWalkRB = "AmovPknlMwlkSrasWpstDbr"; + PlayerWalkB = "AmovPknlMwlkSrasWpstDb"; + SlowF = "AmovPknlMrunSlowWpstDf"; + SlowLF = "AmovPknlMrunSlowWpstDfl"; + SlowRF = "AmovPknlMrunSlowWpstDfr"; + SlowL = "AmovPknlMrunSlowWpstDl"; + SlowR = "AmovPknlMrunSlowWpstDr"; + SlowLB = "AmovPknlMrunSlowWpstDbl"; + SlowRB = "AmovPknlMrunSlowWpstDbr"; + SlowB = "AmovPknlMrunSlowWpstDb"; + PlayerSlowF = "AmovPknlMrunSrasWpstDf"; + PlayerSlowLF = "AmovPknlMrunSrasWpstDfl"; + PlayerSlowRF = "AmovPknlMrunSrasWpstDfr"; + PlayerSlowL = "AmovPknlMrunSrasWpstDl"; + PlayerSlowR = "AmovPknlMrunSrasWpstDr"; + PlayerSlowLB = "AmovPknlMrunSrasWpstDbl"; + PlayerSlowRB = "AmovPknlMrunSrasWpstDbr"; + PlayerSlowB = "AmovPknlMrunSrasWpstDb"; + FastF = "AmovPknlMevaSrasWpstDf"; + FastLF = "AmovPknlMevaSrasWpstDfl"; + FastRF = "AmovPknlMevaSrasWpstDfr"; + FastL = "AmovPknlMevaSrasWpstDl"; + FastR = "AmovPknlMevaSrasWpstDr"; + FastLB = "AmovPknlMrunSrasWpstDbl"; + FastRB = "AmovPknlMrunSrasWpstDbr"; + FastB = "AmovPknlMrunSrasWpstDb"; + TactF = "AmovPknlMtacSrasWpstDf"; + TactLF = "AmovPknlMtacSrasWpstDfl"; + TactRF = "AmovPknlMtacSrasWpstDfr"; + TactL = "AmovPknlMtacSrasWpstDl"; + TactR = "AmovPknlMtacSrasWpstDr"; + TactLB = "AmovPknlMtacSrasWpstDbl"; + TactRB = "AmovPknlMtacSrasWpstDbr"; + TactB = "AmovPknlMtacSrasWpstDb"; + PlayerTactF = "AmovPknlMtacSrasWpstDf"; + PlayerTactLF = "AmovPknlMtacSrasWpstDfl"; + PlayerTactRF = "AmovPknlMtacSrasWpstDfr"; + PlayerTactL = "AmovPknlMtacSrasWpstDl"; + PlayerTactR = "AmovPknlMtacSrasWpstDr"; + PlayerTactLB = "AmovPknlMtacSrasWpstDbl"; + PlayerTactRB = "AmovPknlMtacSrasWpstDbr"; + PlayerTactB = "AmovPknlMtacSrasWpstDb"; + up = "AmovPercMstpSrasWpstDnon"; + PlayerStand = "AmovPercMstpSrasWpstDnon"; + weaponOn = "AmovPknlMstpSrasWlnrDnon"; + weaponOff = "AmovPknlMstpSrasWpstDnon"; + binocOn = "AwopPknlMstpSoptWbinDnon_pst"; + binocOff = "AmovPknlMstpSrasWpstDnon"; + handGunOn = "AmovPknlMstpSrasWrflDnon"; + takeFlag = "AinvPknlMstpSnonWnonDnon_2"; + Stand = "AmovPknlMstpSlowWpstDnon"; + Civil = "AmovPknlMstpSnonWnonDnon"; + CanNotMove = "AmovPknlMstpSrasWpstDnon"; + FireNotPossible = "AmovPknlMstpSrasWpstDnon"; + strokeGun = "AmovPknlMstpSrasWpstDnon"; + sitDown = ""; + salute = ""; + turnSpeed = 4.5; + upDegree = "ManPosHandGunCrouch"; + stance = "ManStanceCrouch"; + Gear = "AinvPknlMstpSrasWpstDnon"; + AdjustF = "AadjPknlMstpSrasWpstDup"; + AdjustLF = "AadjPknlMstpSrasWpstDup"; + AdjustRF = "AadjPknlMstpSrasWpstDup"; + AdjustB = "AadjPknlMstpSrasWpstDdown"; + AdjustLB = "AadjPknlMstpSrasWpstDdown"; + AdjustRB = "AadjPknlMstpSrasWpstDdown"; + AdjustL = "AadjPknlMstpSrasWpstDleft"; + AdjustR = "AadjPknlMstpSrasWpstDright"; + medicStop = "AmovPknlMstpSrasWpstDnon"; + putDown = "AmovPknlMstpSrasWpstDnon_AinvPknlMstpSrasWpstDnon_Putdown"; + StartFreefall = "AfalPknlMstpSrasWpstDnon"; + Combat = "AmovPknlMstpSrasWrflDnon"; + PrimaryWeapon = "AmovPknlMstpSrasWrflDnon"; + SecondaryWeapon = "AmovPknlMstpSrasWlnrDnon"; + Binoculars = "AmovPknlMstpSoptWbinDnon"; + }; + class PistolKneelActionsNoAdjust: PistolKneelActions + { + AdjustF = ""; + AdjustLF = ""; + AdjustRF = ""; + AdjustB = ""; + AdjustLB = ""; + AdjustRB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolKneelActions_gear: PistolKneelActions + { + Stop = "AmovPknlMstpSrasWpstDnon_gear"; + StopRelaxed = "AmovPknlMstpSrasWpstDnon_gear"; + Default = "AmovPknlMstpSrasWpstDnon_gear"; + HandGunOn = "AinvPknlMstpSrasWrflDnon"; + Civil = "AmovPknlMstpSnonWnonDnon_gear"; + }; + class PistolKneelActions_explo: PistolKneelActions_gear + { + Stop = "AmovPknlMstpSrasWpstDnon"; + StopRelaxed = "AmovPknlMstpSrasWpstDnon"; + }; + class PistolKneelActionsRunF: PistolKneelActionsNoAdjust + { + PlayerStand = "AmovPercMrunSrasWpstDf"; + Up = "AmovPercMrunSrasWpstDf"; + AdjustF = ""; + Stand = "AmovPknlMrunSlowWpstDf"; + }; + class PistolKneelActionsRunFL: PistolKneelActionsNoAdjust + { + PlayerStand = "AmovPercMrunSrasWpstDfl"; + Up = "AmovPercMrunSrasWpstDfl"; + Stand = "AmovPknlMrunSlowWpstDfl"; + }; + class PistolKneelActionsRunL: PistolKneelActionsNoAdjust + { + PlayerStand = "AmovPercMrunSrasWpstDl"; + Up = "AmovPercMrunSrasWpstDl"; + AdjustL = ""; + Stand = "AmovPknlMrunSlowWpstDl"; + }; + class PistolKneelActionsRunBL: PistolKneelActionsNoAdjust + { + PlayerStand = "AmovPercMrunSrasWpstDbl"; + Up = "AmovPercMrunSrasWpstDbl"; + Stand = "AmovPknlMrunSlowWpstDbl"; + }; + class PistolKneelActionsRunB: PistolKneelActionsNoAdjust + { + PlayerStand = "AmovPercMrunSrasWpstDb"; + Up = "AmovPercMrunSrasWpstDb"; + AdjustB = ""; + Stand = "AmovPknlMrunSlowWpstDb"; + }; + class PistolKneelActionsRunBR: PistolKneelActionsNoAdjust + { + PlayerStand = "AmovPercMrunSrasWpstDbr"; + Up = "AmovPercMrunSrasWpstDbr"; + Stand = "AmovPknlMrunSlowWpstDbr"; + }; + class PistolKneelActionsRunR: PistolKneelActionsNoAdjust + { + PlayerStand = "AmovPercMrunSrasWpstDr"; + Up = "AmovPercMrunSrasWpstDr"; + AdjustR = ""; + Stand = "AmovPknlMrunSlowWpstDr"; + }; + class PistolKneelActionsRunFr: PistolKneelActionsNoAdjust + { + PlayerStand = "AmovPercMrunSrasWpstDfr"; + Up = "AmovPercMrunSrasWpstDfr"; + Stand = "AmovPknlMrunSlowWpstDfr"; + }; + class PistolKneelActionsTacF: PistolKneelActionsNoAdjust + { + PlayerStand = "AmovPercMTacSrasWpstDf"; + Up = "AmovPercMTacSrasWpstDf"; + AdjustF = ""; + Stand = "AmovPknlMtacSlowWpstDf"; + }; + class PistolKneelActionsTacFL: PistolKneelActionsNoAdjust + { + PlayerStand = "AmovPercMTacSrasWpstDfl"; + Up = "AmovPercMTacSrasWpstDfl"; + Stand = "AmovPknlMtacSlowWpstDfl"; + }; + class PistolKneelActionsTacL: PistolKneelActionsNoAdjust + { + PlayerStand = "AmovPercMTacSrasWpstDl"; + Up = "AmovPercMTacSrasWpstDl"; + AdjustL = ""; + Stand = "AmovPknlMtacSlowWpstDl"; + }; + class PistolKneelActionsTacBL: PistolKneelActionsNoAdjust + { + PlayerStand = "AmovPercMTacSrasWpstDbl"; + Up = "AmovPercMTacSrasWpstDbl"; + Stand = "AmovPknlMtacSlowWpstDbl"; + }; + class PistolKneelActionsTacB: PistolKneelActionsNoAdjust + { + PlayerStand = "AmovPercMTacSrasWpstDb"; + Up = "AmovPercMTacSrasWpstDb"; + AdjustB = ""; + Stand = "AmovPknlMtacSlowWpstDb"; + }; + class PistolKneelActionsTacBR: PistolKneelActionsNoAdjust + { + PlayerStand = "AmovPercMTacSrasWpstDbr"; + Up = "AmovPercMTacSrasWpstDbr"; + Stand = "AmovPknlMtacSlowWpstDbr"; + }; + class PistolKneelActionsTacR: PistolKneelActionsNoAdjust + { + PlayerStand = "AmovPercMTacSrasWpstDr"; + Up = "AmovPercMTacSrasWpstDr"; + AdjustR = ""; + Stand = "AmovPknlMtacSlowWpstDr"; + }; + class PistolKneelActionsTacFr: PistolKneelActionsNoAdjust + { + PlayerStand = "AmovPercMTacSrasWpstDfr"; + Up = "AmovPercMTacSrasWpstDfr"; + Stand = "AmovPknlMtacSlowWpstDfr"; + }; + class PistolKneelActionsWlkF: PistolKneelActionsRunF + { + PlayerStand = "AmovPercMwlkSrasWpstDf"; + Up = "AmovPercMwlkSrasWpstDf"; + Stand = "AmovPknlMwlkSlowWpstDf"; + }; + class PistolKneelActionsWlkFL: PistolKneelActionsRunF + { + PlayerStand = "AmovPercMwlkSrasWpstDfl"; + Up = "AmovPercMwlkSrasWpstDfl"; + Stand = "AmovPknlMwlkSlowWpstDfl"; + }; + class PistolKneelActionsWlkL: PistolKneelActionsRunF + { + PlayerStand = "AmovPercMwlkSrasWpstDl"; + Up = "AmovPercMwlkSrasWpstDl"; + AdjustL = ""; + Stand = "AmovPknlMwlkSlowWpstDl"; + }; + class PistolKneelActionsWlkBL: PistolKneelActionsRunF + { + PlayerStand = "AmovPercMwlkSrasWpstDbl"; + Up = "AmovPercMwlkSrasWpstDbl"; + Stand = "AmovPknlMwlkSlowWpstDbl"; + }; + class PistolKneelActionsWlkB: PistolKneelActionsRunF + { + PlayerStand = "AmovPercMwlkSrasWpstDb"; + Up = "AmovPercMwlkSrasWpstDb"; + AdjustB = ""; + Stand = "AmovPknlMwlkSlowWpstDb"; + }; + class PistolKneelActionsWlkBR: PistolKneelActionsRunF + { + PlayerStand = "AmovPercMwlkSrasWpstDbr"; + Up = "AmovPercMwlkSrasWpstDbr"; + Stand = "AmovPknlMwlkSlowWpstDbr"; + }; + class PistolKneelActionsWlkR: PistolKneelActionsRunF + { + PlayerStand = "AmovPercMwlkSrasWpstDr"; + Up = "AmovPercMwlkSrasWpstDr"; + AdjustR = ""; + Stand = "AmovPknlMwlkSlowWpstDr"; + }; + class PistolKneelActionsWlkFR: PistolKneelActionsRunF + { + PlayerStand = "AmovPercMwlkSrasWpstDfr"; + Up = "AmovPercMwlkSrasWpstDfr"; + Stand = "AmovPknlMwlkSlowWpstDfr"; + }; + class PistolLowKneelActions: PistolKneelActions + { + default = "AmovPknlMstpSlowWpstDnon"; + turnL = "AmovPknlMstpSlowWpstDnon_turnL"; + turnR = "AmovPknlMstpSlowWpstDnon_turnR"; + stopRelaxed = "AidlPknlMstpSlowWpstDnon_AI"; + Stop = "AmovPknlMstpSlowWpstDnon"; + Stand = "AmovPknlMstpSrasWpstDnon"; + PlayerWalkF = "AmovPknlMwlkSlowWpstDf"; + PlayerWalkLF = "AmovPknlMwlkSlowWpstDfl"; + PlayerWalkRF = "AmovPknlMwlkSlowWpstDfr"; + PlayerWalkL = "AmovPknlMwlkSlowWpstDl"; + PlayerWalkR = "AmovPknlMwlkSlowWpstDr"; + PlayerWalkLB = "AmovPknlMwlkSlowWpstDbl"; + PlayerWalkRB = "AmovPknlMwlkSlowWpstDbr"; + PlayerWalkB = "AmovPknlMwlkSlowWpstDb"; + TactF = "AmovPknlMtacSlowWpstDf"; + TactLF = "AmovPknlMtacSlowWpstDfl"; + TactRF = "AmovPknlMtacSlowWpstDfr"; + TactL = "AmovPknlMtacSlowWpstDl"; + TactR = "AmovPknlMtacSlowWpstDr"; + TactLB = "AmovPknlMtacSlowWpstDbl"; + TactRB = "AmovPknlMtacSlowWpstDbr"; + TactB = "AmovPknlMtacSlowWpstDb"; + PlayerTactF = "AmovPknlMtacSlowWpstDf"; + PlayerTactLF = "AmovPknlMtacSlowWpstDfl"; + PlayerTactRF = "AmovPknlMtacSlowWpstDfr"; + PlayerTactL = "AmovPknlMtacSlowWpstDl"; + PlayerTactR = "AmovPknlMtacSlowWpstDr"; + PlayerTactLB = "AmovPknlMtacSlowWpstDbl"; + PlayerTactRB = "AmovPknlMtacSlowWpstDbr"; + PlayerTactB = "AmovPknlMtacSlowWpstDb"; + PlayerSlowF = "AmovPknlMrunSlowWpstDf"; + PlayerSlowLF = "AmovPknlMrunSlowWpstDfl"; + PlayerSlowRF = "AmovPknlMrunSlowWpstDfr"; + PlayerSlowL = "AmovPknlMrunSlowWpstDl"; + PlayerSlowR = "AmovPknlMrunSlowWpstDr"; + PlayerSlowLB = "AmovPknlMrunSlowWpstDbl"; + PlayerSlowRB = "AmovPknlMrunSlowWpstDbr"; + PlayerSlowB = "AmovPknlMrunSlowWpstDb"; + FastL = "AmovPknlMrunSlowWpstDl"; + FastR = "AmovPknlMrunSlowWpstDr"; + FastLB = "AmovPknlMrunSlowWpstDbl"; + FastRB = "AmovPknlMrunSlowWpstDbr"; + FastB = "AmovPknlMrunSlowWpstDb"; + Crouch = "AmovPknlMstpSlowWpstDnon"; + PlayerStand = "AmovPercMstpSlowWpstDnon"; + PlayerCrouch = "AmovPknlMstpSlowWpstDnon"; + Combat = "AmovPknlMstpSrasWpstDnon"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolLowKneelActionsNoAdjust: PistolLowKneelActions + { + AdjustF = ""; + AdjustLF = ""; + AdjustRF = ""; + AdjustB = ""; + AdjustLB = ""; + AdjustRB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolLowKneelActionsRunF: PistolLowKneelActionsNoAdjust + { + PlayerStand = "AmovPercMrunSlowWpstDf"; + Up = "AmovPercMrunSlowWpstDf"; + fireNotPossible = "AmovPknlMtacSrasWpstDf"; + Stand = "AmovPknlMrunSrasWpstDf"; + }; + class PistolLowKneelActionsRunFL: PistolLowKneelActionsNoAdjust + { + PlayerStand = "AmovPercMrunSlowWpstDfl"; + Up = "AmovPercMrunSlowWpstDfl"; + fireNotPossible = "AmovPknlMtacSrasWpstDfl"; + Stand = "AmovPknlMrunSrasWpstDfl"; + }; + class PistolLowKneelActionsRunL: PistolLowKneelActionsNoAdjust + { + PlayerStand = "AmovPercMrunSlowWpstDl"; + Up = "AmovPercMrunSlowWpstDl"; + fireNotPossible = "AmovPknlMtacSrasWpstDl"; + Stand = "AmovPknlMrunSrasWpstDl"; + }; + class PistolLowKneelActionsRunBL: PistolLowKneelActionsNoAdjust + { + PlayerStand = "AmovPercMrunSlowWpstDbl"; + Up = "AmovPercMrunSlowWpstDbl"; + fireNotPossible = "AmovPknlMtacSrasWpstDbl"; + Stand = "AmovPknlMrunSrasWpstDbl"; + }; + class PistolLowKneelActionsRunB: PistolLowKneelActionsNoAdjust + { + PlayerStand = "AmovPercMrunSlowWpstDb"; + Up = "AmovPercMrunSlowWpstDb"; + fireNotPossible = "AmovPknlMtacSrasWpstDb"; + Stand = "AmovPknlMrunSrasWpstDb"; + }; + class PistolLowKneelActionsRunBR: PistolLowKneelActionsNoAdjust + { + PlayerStand = "AmovPercMrunSlowWpstDbr"; + Up = "AmovPercMrunSlowWpstDbr"; + fireNotPossible = "AmovPknlMtacSrasWpstDbr"; + Stand = "AmovPknlMrunSrasWpstDbr"; + }; + class PistolLowKneelActionsRunR: PistolLowKneelActionsNoAdjust + { + PlayerStand = "AmovPercMrunSlowWpstDr"; + Up = "AmovPercMrunSlowWpstDr"; + fireNotPossible = "AmovPknlMtacSrasWpstDr"; + Stand = "AmovPknlMrunSrasWpstDr"; + }; + class PistolLowKneelActionsRunFr: PistolLowKneelActionsNoAdjust + { + PlayerStand = "AmovPercMrunSlowWpstDfr"; + Up = "AmovPercMrunSlowWpstDfr"; + fireNotPossible = "AmovPknlMtacSrasWpstDfr"; + Stand = "AmovPknlMrunSrasWpstDfr"; + }; + class PistolLowKneelActionsWlkF: PistolLowKneelActionsRunF + { + PlayerStand = "AmovPercMwlkSlowWpstDf"; + Up = "AmovPercMwlkSlowWpstDf"; + fireNotPossible = "AmovPknlMwlkSrasWpstDf"; + Stand = "AmovPknlMwlkSrasWpstDf"; + }; + class PistolLowKneelActionsWlkFL: PistolLowKneelActionsRunF + { + PlayerStand = "AmovPercMwlkSlowWpstDfl"; + Up = "AmovPercMwlkSlowWpstDfl"; + fireNotPossible = "AmovPknlMwlkSrasWpstDfl"; + Stand = "AmovPknlMwlkSrasWpstDfl"; + }; + class PistolLowKneelActionsWlkL: PistolLowKneelActionsRunF + { + PlayerStand = "AmovPercMwlkSlowWpstDl"; + Up = "AmovPercMwlkSlowWpstDl"; + fireNotPossible = "AmovPknlMwlkSrasWpstDl"; + Stand = "AmovPknlMwlkSrasWpstDl"; + }; + class PistolLowKneelActionsWlkBL: PistolLowKneelActionsRunF + { + PlayerStand = "AmovPercMwlkSlowWpstDbl"; + Up = "AmovPercMwlkSlowWpstDbl"; + fireNotPossible = "AmovPknlMwlkSrasWpstDbl"; + Stand = "AmovPknlMwlkSrasWpstDbl"; + }; + class PistolLowKneelActionsWlkB: PistolLowKneelActionsRunF + { + PlayerStand = "AmovPercMwlkSlowWpstDb"; + Up = "AmovPercMwlkSlowWpstDb"; + fireNotPossible = "AmovPknlMwlkSrasWpstDb"; + Stand = "AmovPknlMwlkSrasWpstDb"; + }; + class PistolLowKneelActionsWlkBR: PistolLowKneelActionsRunF + { + PlayerStand = "AmovPercMwlkSlowWpstDbr"; + Up = "AmovPercMwlkSlowWpstDbr"; + fireNotPossible = "AmovPknlMwlkSrasWpstDbr"; + Stand = "AmovPknlMwlkSrasWpstDbr"; + }; + class PistolLowKneelActionsWlkR: PistolLowKneelActionsRunF + { + PlayerStand = "AmovPercMwlkSlowWpstDr"; + Up = "AmovPercMwlkSlowWpstDr"; + fireNotPossible = "AmovPknlMwlkSrasWpstDr"; + Stand = "AmovPknlMwlkSrasWpstDr"; + }; + class PistolLowKneelActionsWlkFR: PistolLowKneelActionsRunF + { + PlayerStand = "AmovPercMwlkSlowWpstDfr"; + Up = "AmovPercMwlkSlowWpstDfr"; + fireNotPossible = "AmovPknlMwlkSrasWpstDfr"; + Stand = "AmovPknlMwlkSrasWpstDfr"; + }; + class PistolLowKneelActionsTacF: PistolLowKneelActionsRunF + { + PlayerStand = "AmovPercMtacSlowWpstDf"; + Up = "AmovPercMtacSlowWpstDf"; + fireNotPossible = "AmovPknlMtacSrasWpstDf"; + Stand = "AmovPknlMtacSrasWpstDf"; + }; + class PistolLowKneelActionsTacFL: PistolLowKneelActionsRunF + { + PlayerStand = "AmovPercMtacSlowWpstDfl"; + Up = "AmovPercMtacSlowWpstDfl"; + fireNotPossible = "AmovPknlMtacSrasWpstDfl"; + Stand = "AmovPknlMtacSrasWpstDfl"; + }; + class PistolLowKneelActionsTacL: PistolLowKneelActionsRunF + { + PlayerStand = "AmovPercMtacSlowWpstDl"; + Up = "AmovPercMtacSlowWpstDl"; + fireNotPossible = "AmovPknlMtacSrasWpstDl"; + Stand = "AmovPknlMtacSrasWpstDl"; + }; + class PistolLowKneelActionsTacBL: PistolLowKneelActionsRunF + { + PlayerStand = "AmovPercMtacSlowWpstDbl"; + Up = "AmovPercMtacSlowWpstDbl"; + fireNotPossible = "AmovPknlMtacSrasWpstDbl"; + Stand = "AmovPknlMtacSrasWpstDbl"; + }; + class PistolLowKneelActionsTacB: PistolLowKneelActionsRunF + { + PlayerStand = "AmovPercMtacSlowWpstDb"; + Up = "AmovPercMtacSlowWpstDb"; + fireNotPossible = "AmovPknlMtacSrasWpstDb"; + Stand = "AmovPknlMtacSrasWpstDb"; + }; + class PistolLowKneelActionsTacBR: PistolLowKneelActionsRunF + { + PlayerStand = "AmovPercMtacSlowWpstDbr"; + Up = "AmovPercMtacSlowWpstDbr"; + fireNotPossible = "AmovPknlMtacSrasWpstDbr"; + Stand = "AmovPknlMtacSrasWpstDbr"; + }; + class PistolLowKneelActionsTacR: PistolLowKneelActionsRunF + { + PlayerStand = "AmovPercMtacSlowWpstDr"; + Up = "AmovPercMtacSlowWpstDr"; + fireNotPossible = "AmovPknlMtacSrasWpstDr"; + Stand = "AmovPknlMtacSrasWpstDr"; + }; + class PistolLowKneelActionsTacFR: PistolLowKneelActionsRunF + { + PlayerStand = "AmovPercMtacSlowWpstDfr"; + Up = "AmovPercMtacSlowWpstDfr"; + fireNotPossible = "AmovPknlMtacSrasWpstDfr"; + Stand = "AmovPknlMtacSrasWpstDfr"; + }; + class PistolKneelTakeActions: PistolKneelActions + { + stop = "AinvPknlMstpSnonWnonDnon_2"; + StopRelaxed = "AinvPknlMstpSnonWnonDnon_2"; + default = "AinvPknlMstpSnonWnonDnon_2"; + }; + class PistolKneelEvasiveActionsF: PistolKneelActions + { + Up = "AmovPercMevaSrasWpstDf"; + PlayerCrouch = ""; + PlayerStand = "AmovPercMevaSrasWpstDf"; + Crouch = "AmovPknlMevaSrasWpstDf"; + turnSpeed = 4; + AdjustF = "AmovPknlMrunSrasWpstDf"; + }; + class PistolKneelEvasiveActionsFL: PistolKneelActions + { + Up = "AmovPercMevaSrasWpstDfl"; + PlayerCrouch = ""; + PlayerStand = "AmovPercMevaSrasWpstDfl"; + Crouch = "AmovPknlMevaSrasWpstDfl"; + turnSpeed = 4; + AdjustLF = "AmovPknlMrunSrasWpstDfl"; + }; + class PistolKneelEvasiveActionsFR: PistolKneelActions + { + Up = "AmovPercMevaSrasWpstDfr"; + PlayerCrouch = ""; + PlayerStand = "AmovPercMevaSrasWpstDfr"; + Crouch = "AmovPknlMevaSrasWpstDfr"; + turnSpeed = 4; + AdjustRF = "AmovPknlMrunSrasWpstDfr"; + }; + class PistolKneelEvasiveActionsR: PistolKneelActions + { + Up = "AmovPercMevaSrasWpstDr"; + PlayerCrouch = ""; + PlayerStand = "AmovPercMevaSrasWpstDr"; + PlayerProne = "AadjPpneMstpSrasWpstDright"; + down = "AadjPpneMstpSrasWpstDright"; + turnSpeed = 4; + AdjustR = "AmovPknlMrunSrasWpstDr"; + }; + class PistolKneelEvasiveActionsL: PistolKneelActions + { + Up = "AmovPercMevaSrasWpstDl"; + PlayerCrouch = ""; + PlayerStand = "AmovPercMevaSrasWpstDl"; + PlayerProne = "AadjPpneMstpSrasWpstDleft"; + down = "AadjPpneMstpSrasWpstDleft"; + turnSpeed = 4; + AdjustL = "AmovPknlMrunSrasWpstDl"; + }; + class PistolLowKneelEvasiveActionsF: PistolLowKneelActions + { + turnSpeed = 4; + salute = ""; + Crouch = "AmovPknlMevaSrasWpstDf"; + Up = "AmovPercMevaSlowWpstDf"; + PlayerStand = "AmovPercMevaSlowWpstDf"; + AdjustF = "AmovPknlMrunSrasWpstDf"; + }; + class PistolLowKneelEvasiveActionsFL: PistolLowKneelActions + { + turnSpeed = 4; + salute = ""; + Crouch = "AmovPknlMevaSrasWpstDfl"; + Up = "AmovPercMevaSlowWpstDfl"; + PlayerStand = "AmovPercMevaSlowWpstDfl"; + AdjustLF = "AmovPknlMrunSrasWpstDfl"; + }; + class PistolLowKneelEvasiveActionsFR: PistolLowKneelActions + { + turnSpeed = 4; + salute = ""; + Crouch = "AmovPknlMevaSrasWpstDfr"; + Up = "AmovPercMevaSlowWpstDfr"; + PlayerStand = "AmovPercMevaSlowWpstDfr"; + AdjustRF = "AmovPknlMrunSrasWpstDfr"; + }; + class PistolProneActions: PistolStandActions + { + gestureGo[] = {"GestureGoBProne","Gesture"}; + gestureGoB[] = {"GestureGoBProne","Gesture"}; + gestureFreeze[] = {"GestureFreezeProne","Gesture"}; + gesturePoint[] = {"","Gesture"}; + gestureCeaseFire[] = {"","Gesture"}; + gestureCover[] = {"","Gesture"}; + gestureUp[] = {"GestureGoBProne","Gesture"}; + gestureNo[] = {"","Gesture"}; + gestureYes[] = {"","Gesture"}; + gestureFollow[] = {"","Gesture"}; + gestureAdvance[] = {"GestureAdvanceProne","Gesture"}; + GestureReloadMk20 = "RifleReloadProneMk20"; + GestureReloadMX = "RifleReloadProneMX"; + GestureReloadMXCompact = "RifleReloadProneMXCompact"; + GestureReloadMXSniper = "RifleReloadProneMXSniper"; + GestureReloadTRG = "RifleReloadProneTRG"; + GestureReloadTRGUGL = "RifleReloadProneTRGUGL"; + GestureReloadKatiba = "RifleReloadProneKatiba"; + GestureReloadLRR = "RifleReloadProneLRR"; + GestureReloadEBR = "RifleReloadProneEBR"; + GestureReloadSMG_03 = "RifleReloadProneSMG_03"; + GestureReloadSMG_02 = "RifleReloadProneSMG_02"; + GestureReloadSMG_01 = "RifleReloadProneSMG_01"; + GestureReloadSDAR = "RifleReloadProneSDAR"; + GestureReloadDMR = "RifleReloadProneDMR"; + GestureReloadM4SSAS = "RifleReloadProneM4SSAS"; + GestureReloadPistol = "PistolReloadProne"; + GestureReloadPistolHeavy02 = "PistolHeavy02ReloadProne"; + GestureReloadFlaregun = "PistolReloadProneFlaregun"; + stop = "AmovPpneMstpSrasWpstDnon"; + default = "AmovPpneMstpSrasWpstDnon"; + stopRelaxed = "AidlPpneMstpSrasWpstDnon_AI"; + turnL = "AmovPpneMstpSrasWpstDnon_turnL"; + turnR = "AmovPpneMstpSrasWpstDnon_turnR"; + turnLRelaxed = "AmovPpneMstpSrasWpstDnon_turnL"; + turnRRelaxed = "AmovPpneMstpSrasWpstDnon_turnR"; + reloadMagazine = "PistolMagazineReloadProne"; + reloadGM6 = "reloadGM6"; + reloadMGun = "AmovPpneMstpSrasWpstDnon"; + reloadMortar = "AmovPpneMstpSrasWpstDnon"; + throwPrepare = "AwopPpneMstpSgthWpstDnon_Part2"; + WalkF = "AmovPpneMrunSlowWpstDf"; + WalkLF = "AmovPpneMrunSlowWpstDfl"; + WalkRF = "AmovPpneMrunSlowWpstDfr"; + WalkL = "AmovPpneMrunSlowWpstDl"; + WalkR = "AmovPpneMrunSlowWpstDr"; + WalkLB = "AmovPpneMrunSlowWpstDbl"; + WalkRB = "AmovPpneMrunSlowWpstDbr"; + WalkB = "AmovPpneMrunSlowWpstDb"; + PlayerWalkF = "AmovPpneMrunSlowWpstDf"; + PlayerWalkLF = "AmovPpneMrunSlowWpstDfl"; + PlayerWalkRF = "AmovPpneMrunSlowWpstDfr"; + PlayerWalkL = "AmovPpneMrunSlowWpstDl"; + PlayerWalkR = "AmovPpneMrunSlowWpstDr"; + PlayerWalkLB = "AmovPpneMrunSlowWpstDbl"; + PlayerWalkRB = "AmovPpneMrunSlowWpstDbr"; + PlayerWalkB = "AmovPpneMrunSlowWpstDb"; + SlowF = "AmovPpneMrunSlowWpstDf"; + SlowLF = "AmovPpneMrunSlowWpstDfl"; + SlowRF = "AmovPpneMrunSlowWpstDfr"; + SlowL = "AmovPpneMrunSlowWpstDl"; + SlowR = "AmovPpneMrunSlowWpstDr"; + SlowLB = "AmovPpneMrunSlowWpstDbl"; + SlowRB = "AmovPpneMrunSlowWpstDbr"; + SlowB = "AmovPpneMrunSlowWpstDb"; + PlayerSlowF = "AmovPpneMrunSlowWpstDf"; + PlayerSlowLF = "AmovPpneMrunSlowWpstDfl"; + PlayerSlowRF = "AmovPpneMrunSlowWpstDfr"; + PlayerSlowL = "AmovPpneMrunSlowWpstDl"; + PlayerSlowR = "AmovPpneMrunSlowWpstDr"; + PlayerSlowLB = "AmovPpneMrunSlowWpstDbl"; + PlayerSlowRB = "AmovPpneMrunSlowWpstDbr"; + PlayerSlowB = "AmovPpneMrunSlowWpstDb"; + FastF = "AmovPpneMsprSlowWpstDf"; + FastLF = "AmovPpneMrunSlowWpstDfl"; + FastRF = "AmovPpneMrunSlowWpstDfr"; + FastL = "AmovPpneMrunSlowWpstDl"; + FastR = "AmovPpneMrunSlowWpstDr"; + FastLB = "AmovPpneMrunSlowWpstDbl"; + FastRB = "AmovPpneMrunSlowWpstDbr"; + FastB = "AmovPpneMrunSlowWpstDb"; + TactF = "AmovPpneMrunSlowWpstDf"; + TactLF = "AmovPpneMrunSlowWpstDfl"; + TactRF = "AmovPpneMrunSlowWpstDfr"; + TactL = "AmovPpneMrunSlowWpstDl"; + TactR = "AmovPpneMrunSlowWpstDr"; + TactLB = "AmovPpneMrunSlowWpstDbl"; + TactRB = "AmovPpneMrunSlowWpstDbr"; + TactB = "AmovPpneMrunSlowWpstDb"; + PlayerTactF = "AmovPpneMrunSlowWpstDf"; + PlayerTactLF = "AmovPpneMrunSlowWpstDfl"; + PlayerTactRF = "AmovPpneMrunSlowWpstDfr"; + PlayerTactL = "AmovPpneMrunSlowWpstDl"; + PlayerTactR = "AmovPpneMrunSlowWpstDr"; + PlayerTactLB = "AmovPpneMrunSlowWpstDbl"; + PlayerTactRB = "AmovPpneMrunSlowWpstDbr"; + PlayerTactB = "AmovPpneMrunSlowWpstDb"; + EvasiveLeft = "AmovPpneMstpSrasWpstDnon_AmovPpneMevaSlowWpstDl"; + EvasiveRight = "AmovPpneMstpSrasWpstDnon_AmovPpneMevaSlowWpstDr"; + down = "AmovPercMstpSrasWpstDnon"; + Gear = "AinvPpneMstpSrasWpstDnon"; + PlayerStand = "AmovPercMstpSrasWpstDnon"; + weaponOn = "AmovPknlMstpSrasWlnrDnon"; + weaponOff = "AmovPpneMstpSrasWpstDnon"; + binocOn = "AwopPpneMstpSoptWbinDnon_pst"; + binocOff = "AmovPpneMstpSrasWpstDnon"; + handGunOn = "AmovPpneMstpSrasWrflDnon"; + takeFlag = "AmovPpneMstpSrasWpstDnon"; + putDown = "AmovPpneMstpSrasWpstDnon_AinvPpneMstpSrasWpstDnon_Putdown"; + treated = "AmovPpneMstpSrasWpstDnon_healed"; + CanNotMove = "AmovPpneMstpSrasWpstDnon"; + FireNotPossible = "AmovPpneMstpSrasWpstDnon"; + strokeGun = "AmovPpneMstpSrasWpstDnon"; + sitDown = ""; + salute = ""; + throwGrenade = "AwopPpneMstpSgthWpstDnon_Fast_Start_1"; + turnSpeed = 2.5; + leanRRot = 0; + leanRShift = 0; + leanLRot = 0; + leanLShift = 0; + upDegree = "ManPosHandGunLying"; + stance = "ManStanceProne"; + Civil = "AmovPpneMstpSnonWnonDnon"; + medic = "AinvPpneMstpSlayWpstDnon_medic"; + GetOver = ""; + Stand = ""; + AdjustL = "AadjPpneMstpSrasWpstDleft"; + AdjustR = "AadjPpneMstpSrasWpstDright"; + AdjustF = "AadjPpneMstpSrasWpstDup"; + AdjustLF = "AadjPpneMstpSrasWpstDup"; + AdjustRF = "AadjPpneMstpSrasWpstDup"; + AdjustB = "AadjPpneMstpSrasWpstDdown"; + AdjustLB = "AadjPpneMstpSrasWpstDdown"; + AdjustRB = "AadjPpneMstpSrasWpstDdown"; + Relax = "AmovPpneMstpSrasWpstDnon_relax"; + Combat = "AmovPpneMstpSrasWrflDnon"; + StartFreefall = "AfalPpneMstpSrasWpstDnon"; + PrimaryWeapon = "AmovPpneMstpSrasWrflDnon"; + SecondaryWeapon = "AmovPknlMstpSrasWlnrDnon"; + Binoculars = "AmovPpneMstpSoptWbinDnon"; + }; + class PistolAdjustProneBaseActions: PistolProneActions + { + Lying = ""; + Crouch = ""; + }; + class PistolAdjustFProneActions: PistolAdjustProneBaseActions + { + gestureGo = ""; + gestureGoB = ""; + gestureFreeze = ""; + gestureUp = ""; + gestureAdvance[] = {"GestureAdvance","Gesture"}; + GestureReloadPistol[] = {"GestureReloadPistolContext","Gesture"}; + GestureReloadPistolHeavy02[] = {"GestureReloadPistolHeavy02Context","Gesture"}; + GestureReloadFlaregun[] = {"GestureReloadFlaregunContext","Gesture"}; + throwGrenade[] = {"GestureThrowGrenadePistolContext","Gesture"}; + stop = "AadjPpneMstpSrasWpstDup"; + default = "AadjPpneMstpSrasWpstDup"; + stopRelaxed = "AadjPpneMstpSrasWpstDup"; + turnL = "AadjPpneMstpSrasWpstDup_turnl"; + turnR = "AadjPpneMstpSrasWpstDup_turnr"; + turnLRelaxed = "AadjPpneMstpSrasWpstDup_turnl"; + turnRRelaxed = "AadjPpneMstpSrasWpstDup_turnr"; + reloadMGun = "AadjPpneMstpSrasWpstDup"; + reloadMortar = "AadjPpneMstpSrasWpstDup"; + WalkF = "AadjPpneMwlkSrasWpstDup_f"; + WalkLF = ""; + WalkRF = ""; + WalkL = "AadjPpneMwlkSrasWpstDup_l"; + WalkR = "AadjPpneMwlkSrasWpstDup_r"; + WalkLB = ""; + WalkRB = ""; + WalkB = "AadjPpneMwlkSrasWpstDup_b"; + PlayerWalkF = "AadjPpneMwlkSrasWpstDup_f"; + PlayerWalkLF = ""; + PlayerWalkRF = ""; + PlayerWalkL = "AadjPpneMwlkSrasWpstDup_l"; + PlayerWalkR = "AadjPpneMwlkSrasWpstDup_r"; + PlayerWalkLB = ""; + PlayerWalkRB = ""; + PlayerWalkB = "AadjPpneMwlkSrasWpstDup_b"; + SlowF = "AadjPpneMwlkSrasWpstDup_f"; + SlowLF = ""; + SlowRF = ""; + SlowL = "AadjPpneMwlkSrasWpstDup_l"; + SlowR = "AadjPpneMwlkSrasWpstDup_r"; + SlowLB = ""; + SlowRB = ""; + SlowB = "AadjPpneMwlkSrasWpstDup_b"; + PlayerSlowF = "AadjPpneMwlkSrasWpstDup_f"; + PlayerSlowLF = ""; + PlayerSlowRF = ""; + PlayerSlowL = "AadjPpneMwlkSrasWpstDup_l"; + PlayerSlowR = "AadjPpneMwlkSrasWpstDup_r"; + PlayerSlowLB = ""; + PlayerSlowRB = ""; + PlayerSlowB = "AadjPpneMwlkSrasWpstDup_b"; + FastF = "AadjPpneMwlkSrasWpstDup_f"; + FastLF = ""; + FastRF = ""; + FastL = "AadjPpneMwlkSrasWpstDup_l"; + FastR = "AadjPpneMwlkSrasWpstDup_r"; + FastLB = ""; + FastRB = ""; + FastB = ""; + TactF = "AadjPpneMwlkSrasWpstDup_f"; + TactLF = ""; + TactRF = ""; + TactL = "AadjPpneMwlkSrasWpstDup_l"; + TactR = "AadjPpneMwlkSrasWpstDup_r"; + TactLB = ""; + TactRB = ""; + TactB = "AadjPpneMwlkSrasWpstDup_b"; + PlayerTactF = "AadjPpneMwlkSrasWpstDup_f"; + PlayerTactLF = ""; + PlayerTactRF = ""; + PlayerTactL = "AadjPpneMwlkSrasWpstDup_l"; + PlayerTactR = "AadjPpneMwlkSrasWpstDup_r"; + PlayerTactLB = ""; + PlayerTactRB = ""; + PlayerTactB = "AadjPpneMwlkSrasWpstDup_b"; + EvasiveLeft = ""; + EvasiveRight = ""; + weaponOff = "AadjPpneMstpSrasWpstDup"; + Combat = "AadjPpneMstpSrasWpstDup"; + Lying = "AadjPpneMstpSrasWpstDup"; + CanNotMove = "AadjPpneMstpSrasWpstDup"; + FireNotPossible = "AadjPpneMstpSrasWpstDup"; + turnSpeed = 1.5; + AdjustF = "AadjPknlMstpSrasWpstDdown"; + AdjustB = "AmovPpneMstpSrasWpstDnon"; + Relax = "AadjPpneMstpSrasWpstDup"; + }; + class PistolAdjustBProneActions: PistolAdjustProneBaseActions + { + stop = "AadjPpneMstpSrasWpstDdown"; + default = "AadjPpneMstpSrasWpstDdown"; + stopRelaxed = "AadjPpneMstpSrasWpstDdown"; + turnL = "AadjPpneMstpSrasWpstDdown_turnl"; + turnR = "AadjPpneMstpSrasWpstDdown_turnr"; + turnLRelaxed = "AadjPpneMstpSrasWpstDdown_turnl"; + turnRRelaxed = "AadjPpneMstpSrasWpstDdown_turnr"; + reloadMGun = "AadjPpneMstpSrasWpstDdown"; + reloadMortar = "AadjPpneMstpSrasWpstDdown"; + WalkF = "AadjPpneMstpSrasWpstDdown"; + WalkLF = "AadjPpneMstpSrasWpstDdown"; + WalkRF = "AadjPpneMstpSrasWpstDdown"; + WalkL = "AadjPpneMstpSrasWpstDdown"; + WalkR = "AadjPpneMstpSrasWpstDdown"; + WalkLB = "AadjPpneMstpSrasWpstDdown"; + WalkRB = "AadjPpneMstpSrasWpstDdown"; + WalkB = "AadjPpneMstpSrasWpstDdown"; + PlayerWalkF = "AadjPpneMstpSrasWpstDdown"; + PlayerWalkLF = "AadjPpneMstpSrasWpstDdown"; + PlayerWalkRF = "AadjPpneMstpSrasWpstDdown"; + PlayerWalkL = "AadjPpneMstpSrasWpstDdown"; + PlayerWalkR = "AadjPpneMstpSrasWpstDdown"; + PlayerWalkLB = "AadjPpneMstpSrasWpstDdown"; + PlayerWalkRB = "AadjPpneMstpSrasWpstDdown"; + PlayerWalkB = "AadjPpneMstpSrasWpstDdown"; + SlowF = "AadjPpneMstpSrasWpstDdown"; + SlowLF = "AadjPpneMstpSrasWpstDdown"; + SlowRF = "AadjPpneMstpSrasWpstDdown"; + SlowL = "AadjPpneMstpSrasWpstDdown"; + SlowR = "AadjPpneMstpSrasWpstDdown"; + SlowLB = "AadjPpneMstpSrasWpstDdown"; + SlowRB = "AadjPpneMstpSrasWpstDdown"; + SlowB = "AadjPpneMstpSrasWpstDdown"; + PlayerSlowF = "AadjPpneMstpSrasWpstDdown"; + PlayerSlowLF = "AadjPpneMstpSrasWpstDdown"; + PlayerSlowRF = "AadjPpneMstpSrasWpstDdown"; + PlayerSlowL = "AadjPpneMstpSrasWpstDdown"; + PlayerSlowR = "AadjPpneMstpSrasWpstDdown"; + PlayerSlowLB = "AadjPpneMstpSrasWpstDdown"; + PlayerSlowRB = "AadjPpneMstpSrasWpstDdown"; + PlayerSlowB = "AadjPpneMstpSrasWpstDdown"; + FastF = "AadjPpneMstpSrasWpstDdown"; + FastLF = "AadjPpneMstpSrasWpstDdown"; + FastRF = "AadjPpneMstpSrasWpstDdown"; + FastL = "AadjPpneMstpSrasWpstDdown"; + FastR = "AadjPpneMstpSrasWpstDdown"; + FastLB = "AadjPpneMstpSrasWpstDdown"; + FastRB = "AadjPpneMstpSrasWpstDdown"; + FastB = "AadjPpneMstpSrasWpstDdown"; + TactF = "AadjPpneMstpSrasWpstDdown"; + TactLF = "AadjPpneMstpSrasWpstDdown"; + TactRF = "AadjPpneMstpSrasWpstDdown"; + TactL = "AadjPpneMstpSrasWpstDdown"; + TactR = "AadjPpneMstpSrasWpstDdown"; + TactLB = "AadjPpneMstpSrasWpstDdown"; + TactRB = "AadjPpneMstpSrasWpstDdown"; + TactB = "AadjPpneMstpSrasWpstDdown"; + PlayerTactF = "AadjPpneMstpSrasWpstDdown"; + PlayerTactLF = "AadjPpneMstpSrasWpstDdown"; + PlayerTactRF = "AadjPpneMstpSrasWpstDdown"; + PlayerTactL = "AadjPpneMstpSrasWpstDdown"; + PlayerTactR = "AadjPpneMstpSrasWpstDdown"; + PlayerTactLB = "AadjPpneMstpSrasWpstDdown"; + PlayerTactRB = "AadjPpneMstpSrasWpstDdown"; + PlayerTactB = "AadjPpneMstpSrasWpstDdown"; + weaponOff = "AadjPpneMstpSrasWpstDdown"; + Combat = "AadjPpneMstpSrasWpstDdown"; + Lying = "AadjPpneMstpSrasWpstDdown"; + CanNotMove = "AadjPpneMstpSrasWpstDdown"; + FireNotPossible = "AadjPpneMstpSrasWpstDdown"; + strokeGun = ""; + turnSpeed = 1.5; + AdjustF = "AmovPpneMstpSrasWpstDnon"; + Relax = "AadjPpneMstpSrasWpstDdown"; + }; + class PistolAdjustLProneActions: PistolAdjustProneBaseActions + { + gestureGo = ""; + gestureGoB = ""; + gestureFreeze = ""; + gestureUp = ""; + gestureAdvance[] = {"GestureAdvance","Gesture"}; + GestureReloadPistol[] = {"GestureReloadPistolContext","Gesture"}; + GestureReloadPistolHeavy02[] = {"GestureReloadPistolHeavy02Context","Gesture"}; + GestureReloadFlaregun[] = {"GestureReloadFlaregunContext","Gesture"}; + throwGrenade[] = {"GestureThrowGrenadePistolContext","Gesture"}; + stop = "AadjPpneMstpSrasWpstDleft"; + default = "AadjPpneMstpSrasWpstDleft"; + stopRelaxed = "AadjPpneMstpSrasWpstDleft"; + turnL = "AadjPpneMstpSrasWpstDleft"; + turnR = "AadjPpneMstpSrasWpstDleft"; + turnLRelaxed = "AadjPpneMstpSrasWpstDleft"; + turnRRelaxed = "AadjPpneMstpSrasWpstDleft"; + reloadMGun = "AadjPpneMstpSrasWpstDleft"; + reloadMortar = "AadjPpneMstpSrasWpstDleft"; + WalkF = ""; + WalkLF = ""; + WalkRF = ""; + WalkL = ""; + WalkR = ""; + WalkLB = ""; + WalkRB = ""; + WalkB = ""; + PlayerWalkF = ""; + PlayerWalkLF = ""; + PlayerWalkRF = ""; + PlayerWalkL = "AadjPpneMwlkSrasWpstDleft_l"; + PlayerWalkR = "AadjPpneMwlkSrasWpstDleft_r"; + PlayerWalkLB = ""; + PlayerWalkRB = ""; + PlayerWalkB = ""; + SlowF = ""; + SlowLF = ""; + SlowRF = ""; + SlowL = "AadjPpneMwlkSrasWpstDleft_l"; + SlowR = "AadjPpneMwlkSrasWpstDleft_r"; + SlowLB = ""; + SlowRB = ""; + SlowB = ""; + PlayerSlowF = ""; + PlayerSlowLF = ""; + PlayerSlowRF = ""; + PlayerSlowL = "AadjPpneMwlkSrasWpstDleft_l"; + PlayerSlowR = "AadjPpneMwlkSrasWpstDleft_r"; + PlayerSlowLB = ""; + PlayerSlowRB = ""; + PlayerSlowB = ""; + FastF = ""; + FastLF = ""; + FastRF = ""; + FastL = "AadjPpneMwlkSrasWpstDleft_l"; + FastR = "AadjPpneMwlkSrasWpstDleft_r"; + FastLB = ""; + FastRB = ""; + FastB = ""; + TactF = ""; + TactLF = ""; + TactRF = ""; + TactL = "AadjPpneMwlkSrasWpstDleft_l"; + TactR = "AadjPpneMwlkSrasWpstDleft_r"; + TactLB = ""; + TactRB = ""; + TactB = ""; + PlayerTactF = ""; + PlayerTactLF = ""; + PlayerTactRF = ""; + PlayerTactL = "AadjPpneMwlkSrasWpstDleft_l"; + PlayerTactR = "AadjPpneMwlkSrasWpstDleft_r"; + PlayerTactLB = ""; + PlayerTactRB = ""; + PlayerTactB = ""; + EvasiveLeft = "AadjPpneMstpSrasWpstDleft"; + EvasiveRight = "AadjPpneMstpSrasWpstDleft"; + weaponOff = "AadjPpneMstpSrasWpstDleft"; + Combat = "AadjPpneMstpSrasWpstDleft"; + Lying = "AadjPpneMstpSrasWpstDleft"; + CanNotMove = "AadjPpneMstpSrasWpstDleft"; + FireNotPossible = "AadjPpneMstpSrasWpstDleft"; + turnSpeed = 1.5; + Relax = "AadjPpneMstpSrasWpstDleft"; + }; + class PistolAdjustRProneActions: PistolAdjustProneBaseActions + { + gestureGo = ""; + gestureGoB = ""; + gestureFreeze = ""; + gestureUp = ""; + gestureAdvance[] = {"GestureAdvance","Gesture"}; + GestureReloadPistol[] = {"GestureReloadPistolContext","Gesture"}; + GestureReloadPistolHeavy02[] = {"GestureReloadPistolHeavy02Context","Gesture"}; + GestureReloadFlaregun[] = {"GestureReloadFlaregunContext","Gesture"}; + throwGrenade[] = {"GestureThrowGrenadePistolContext","Gesture"}; + stop = "AadjPpneMstpSrasWpstDright"; + default = "AadjPpneMstpSrasWpstDright"; + stopRelaxed = "AadjPpneMstpSrasWpstDright"; + turnL = "AadjPpneMstpSrasWpstDright"; + turnR = "AadjPpneMstpSrasWpstDright"; + turnLRelaxed = "AadjPpneMstpSrasWpstDright"; + turnRRelaxed = "AadjPpneMstpSrasWpstDright"; + reloadMGun = "AadjPpneMstpSrasWpstDright"; + reloadMortar = "AadjPpneMstpSrasWpstDright"; + WalkF = ""; + WalkLF = ""; + WalkRF = ""; + WalkL = ""; + WalkR = ""; + WalkLB = ""; + WalkRB = ""; + WalkB = ""; + PlayerWalkF = ""; + PlayerWalkLF = ""; + PlayerWalkRF = ""; + PlayerWalkL = "AadjPpneMwlkSrasWpstDright_l"; + PlayerWalkR = "AadjPpneMwlkSrasWpstDright_r"; + PlayerWalkLB = ""; + PlayerWalkRB = ""; + PlayerWalkB = ""; + SlowF = ""; + SlowLF = ""; + SlowRF = ""; + SlowL = "AadjPpneMwlkSrasWpstDright_l"; + SlowR = "AadjPpneMwlkSrasWpstDright_r"; + SlowLB = ""; + SlowRB = ""; + SlowB = ""; + PlayerSlowF = ""; + PlayerSlowLF = ""; + PlayerSlowRF = ""; + PlayerSlowL = "AadjPpneMwlkSrasWpstDright_l"; + PlayerSlowR = "AadjPpneMwlkSrasWpstDright_r"; + PlayerSlowLB = ""; + PlayerSlowRB = ""; + PlayerSlowB = ""; + FastF = ""; + FastLF = ""; + FastRF = ""; + FastL = "AadjPpneMwlkSrasWpstDright_l"; + FastR = "AadjPpneMwlkSrasWpstDright_r"; + FastLB = ""; + FastRB = ""; + FastB = ""; + TactF = ""; + TactLF = ""; + TactRF = ""; + TactL = "AadjPpneMwlkSrasWpstDright_l"; + TactR = "AadjPpneMwlkSrasWpstDright_r"; + TactLB = ""; + TactRB = ""; + TactB = ""; + PlayerTactF = ""; + PlayerTactLF = ""; + PlayerTactRF = ""; + PlayerTactL = "AadjPpneMwlkSrasWpstDright_l"; + PlayerTactR = "AadjPpneMwlkSrasWpstDright_r"; + PlayerTactLB = ""; + PlayerTactRB = ""; + PlayerTactB = ""; + EvasiveLeft = "AadjPpneMstpSrasWpstDright"; + EvasiveRight = "AadjPpneMstpSrasWpstDright"; + weaponOff = "AadjPpneMstpSrasWpstDright"; + Combat = "AadjPpneMstpSrasWpstDright"; + Lying = "AadjPpneMstpSrasWpstDright"; + CanNotMove = "AadjPpneMstpSrasWpstDright"; + FireNotPossible = "AadjPpneMstpSrasWpstDright"; + turnSpeed = 1.5; + Relax = "AadjPpneMstpSrasWpstDright"; + }; + class CivilStandActions: NoActions + { + gestureHi[] = {"GestureHi","Gesture"}; + gestureHiB[] = {"GestureHiB","Gesture"}; + gestureHiC[] = {"GestureHiC","Gesture"}; + stop = "AmovPercMstpSnonWnonDnon"; + default = "AmovPercMstpSnonWnonDnon"; + stopRelaxed = "AmovPercMstpSnonWnonDnon"; + turnL = "AmovPercMstpSnonWnonDnon_turnL"; + turnR = "AmovPercMstpSnonWnonDnon_turnR"; + turnLRelaxed = "AmovPercMstpSnonWnonDnon_turnL"; + turnRRelaxed = "AmovPercMstpSnonWnonDnon_turnR"; + reloadMagazine = "AmovPercMstpSnonWnonDnon"; + reloadGM6 = "reloadGM6"; + reloadMGun = "AmovPercMstpSnonWnonDnon"; + reloadMortar = "AmovPercMstpSnonWnonDnon"; + throwPrepare = "AwopPercMstpSgthWnonDnon_start"; + throwGrenade[] = {"GestureThrowGrenadeUna","Gesture"}; + WalkF = "AmovPercMwlkSnonWnonDf"; + WalkLF = "AmovPercMwlkSnonWnonDfl"; + WalkRF = "AmovPercMwlkSnonWnonDfr"; + WalkL = "AmovPercMwlkSnonWnonDl"; + WalkR = "AmovPercMwlkSnonWnonDr"; + WalkLB = "AmovPercMwlkSnonWnonDbl"; + WalkRB = "AmovPercMwlkSnonWnonDbr"; + WalkB = "AmovPercMwlkSnonWnonDb"; + PlayerWalkF = "AmovPercMwlkSnonWnonDf"; + PlayerWalkLF = "AmovPercMwlkSnonWnonDfl"; + PlayerWalkRF = "AmovPercMwlkSnonWnonDfr"; + PlayerWalkL = "AmovPercMwlkSnonWnonDl"; + PlayerWalkR = "AmovPercMwlkSnonWnonDr"; + PlayerWalkLB = "AmovPercMwlkSnonWnonDbl"; + PlayerWalkRB = "AmovPercMwlkSnonWnonDbr"; + PlayerWalkB = "AmovPercMwlkSnonWnonDb"; + SlowF = "AmovPercMrunSnonWnonDf"; + SlowLF = "AmovPercMrunSnonWnonDfl"; + SlowRF = "AmovPercMrunSnonWnonDfr"; + SlowL = "AmovPercMrunSnonWnonDl"; + SlowR = "AmovPercMrunSnonWnonDr"; + SlowLB = "AmovPercMrunSnonWnonDbl"; + SlowRB = "AmovPercMrunSnonWnonDbr"; + SlowB = "AmovPercMrunSnonWnonDb"; + PlayerSlowF = "AmovPercMrunSnonWnonDf"; + PlayerSlowLF = "AmovPercMrunSnonWnonDfl"; + PlayerSlowRF = "AmovPercMrunSnonWnonDfr"; + PlayerSlowL = "AmovPercMrunSnonWnonDl"; + PlayerSlowR = "AmovPercMrunSnonWnonDr"; + PlayerSlowLB = "AmovPercMrunSnonWnonDbl"; + PlayerSlowRB = "AmovPercMrunSnonWnonDbr"; + PlayerSlowB = "AmovPercMrunSnonWnonDb"; + FastF = "AmovPercMevaSnonWnonDf"; + FastLF = "AmovPercMevaSnonWnonDfl"; + FastRF = "AmovPercMevaSnonWnonDfr"; + FastL = "AmovPercMrunSnonWnonDl"; + FastR = "AmovPercMrunSnonWnonDr"; + FastLB = "AmovPercMrunSnonWnonDbl"; + FastRB = "AmovPercMrunSnonWnonDbr"; + FastB = "AmovPercMrunSnonWnonDb"; + TactF = "AmovPercMwlkSnonWnonDf"; + TactLF = "AmovPercMwlkSnonWnonDfl"; + TactRF = "AmovPercMwlkSnonWnonDfr"; + TactL = "AmovPercMwlkSnonWnonDl"; + TactR = "AmovPercMwlkSnonWnonDr"; + TactLB = "AmovPercMwlkSnonWnonDbl"; + TactRB = "AmovPercMwlkSnonWnonDbr"; + TactB = "AmovPercMwlkSnonWnonDb"; + PlayerTactF = "AmovPercMwlkSnonWnonDf"; + PlayerTactLF = "AmovPercMwlkSnonWnonDfl"; + PlayerTactRF = "AmovPercMwlkSnonWnonDfr"; + PlayerTactL = "AmovPercMwlkSnonWnonDl"; + PlayerTactR = "AmovPercMwlkSnonWnonDr"; + PlayerTactLB = "AmovPercMwlkSnonWnonDbl"; + PlayerTactRB = "AmovPercMwlkSnonWnonDbr"; + PlayerTactB = "AmovPercMwlkSnonWnonDb"; + down = "AmovPpneMstpSnonWnonDnon"; + up = "AmovPknlMstpSnonWnonDnon"; + weaponOn = "AmovPercMstpSrasWlnrDnon"; + weaponOff = "AmovPercMstpSnonWnonDnon"; + binocOn = "AwopPercMstpSoptWbinDnon_non"; + binocOff = "AmovPercMstpSnonWnonDnon"; + handGunOn = "AmovPercMstpSrasWpstDnon"; + Gear = "AinvPercMstpSnonWnonDnon"; + takeFlag = "AinvPknlMstpSnonWnonDnon_3"; + putDown = "AmovPercMstpSnonWnonDnon_AinvPercMstpSnonWnonDnon_Putdown"; + medic = "AinvPknlMstpSlayWnonDnon_medic"; + treated = "AinvPknlMstpSnonWnonDnon_healed_2"; + PlayerCrouch = "AmovPknlMstpSnonWnonDnon"; + PlayerProne = "AmovPpneMstpSnonWnonDnon"; + Combat = "AmovPercMstpSrasWrflDnon"; + Lying = "AmovPpneMstpSnonWnonDnon"; + Stand = "AmovPercMstpSnonWnonDnon"; + Crouch = "AmovPknlMstpSnonWnonDnon"; + CanNotMove = "AmovPercMstpSnonWnonDnon"; + Civil = "AmovPercMstpSnonWnonDnon"; + CivilLying = "AmovPpneMstpSnonWnonDnon"; + FireNotPossible = "AmovPercMstpSnonWnonDnon"; + strokeGun = "AmovPercMstpSnonWnonDnon"; + GetInLow = "AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInLow"; + GetInMedium = "AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInMedium"; + GetInHigh = "AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInHigh"; + GetInSDV = "AmovPercMstpSnonWnonDnon_AcrgPknlMstpSnonWnonDnon_getInHigh"; + GetOutLow = "AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutLow"; + GetOutMedium = "AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutMedium"; + GetOutHigh = "AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutHigh"; + GetOutHighZamak = "AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutHighZamak"; + GetOutHighHemtt = "AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutHighHemtt"; + GetOutSDV = "AcrgPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon_getOutHigh"; + GetInHelicopterCargo = "GetInHelicopterCargo"; + GetInMRAP_01 = "GetInMRAP_01"; + GetInMRAP_01_cargo = "GetInMRAP_01_cargo"; + GetOutMRAP_01 = "GetOutMRAP_01"; + GetOutMRAP_01_cargo = "GetOutMRAP_01_cargo"; + GetOutHelicopterCargo = "GetOutHelicopterCargo"; + startSwim = "AswmPercMrunSnonWnonDf"; + surfaceSwim = "AsswPercMrunSnonWnonDf"; + bottomSwim = "AbswPercMrunSnonWnonDf"; + startDive = "AdvePercMstpSnonWnonDnon"; + SurfaceDive = "AsdvPercMstpSnonWnonDnon"; + BottomDive = "AbdvPercMstpSnonWnonDnon"; + sitDown = "AmovPsitMstpSnonWnonDnon_ground"; + getOver = "AovrPercMstpSnonWnonDf"; + salute = "AmovPercMstpSnonWnonDnon_salute"; + turnSpeed = 8; + limitFast = 4; + leanRRot = 0.57; + leanRShift = 0.1; + leanLRot = 0.57; + leanLShift = 0.07; + upDegree = "ManPosNoWeapon"; + stance = "ManStanceStand"; + EvasiveLeft = "AmovPercMevaSnonWnonDfl"; + EvasiveRight = "AmovPercMevaSnonWnonDfr"; + grabCarry = "Helper_SwitchToCarryNon"; + grabDragged = "AinjPpneMrunSnonWnonDb_grab"; + grabDrag = "AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_2"; + Diary = ""; + Surrender = "AmovPercMstpSsurWnonDnon"; + saluteOff = "AmovPercMstpSnonWnonDnon"; + Relax = "AmovPknlMstpSnonWnonDnon_relax"; + medicStartUp = "AinvPknlMstpSnonWnonDnon_medicUp0S"; + StartFreefall = "AfalPercMstpSnonWnonDnon"; + PrimaryWeapon = "AmovPercMstpSrasWrflDnon"; + SecondaryWeapon = "AmovPercMstpSrasWlnrDnon"; + Binoculars = "AmovPercMstpSoptWbinDnon"; + }; + class CivilStandActions_noSalute: CivilStandActions + { + Salute = ""; + }; + class CivilRunActions: CivilStandActions + { + turnSpeed = 4.5; + throwPrepare = "AmovPercMrunSnonWnonDf"; + salute = ""; + }; + class CivilRunActionsF: CivilRunActions + { + Crouch = "AmovPknlMrunSnonWnonDf"; + PlayerCrouch = "AmovPknlMrunSnonWnonDf"; + Up = "AmovPknlMrunSnonWnonDf"; + }; + class CivilRunActionsFL: CivilRunActions + { + Crouch = "AmovPknlMrunSnonWnonDfl"; + PlayerCrouch = "AmovPknlMrunSnonWnonDfl"; + Up = "AmovPknlMrunSnonWnonDfl"; + }; + class CivilRunActionsL: CivilRunActions + { + Crouch = "AmovPknlMrunSnonWnonDl"; + PlayerCrouch = "AmovPknlMrunSnonWnonDl"; + Up = "AmovPknlMrunSnonWnonDl"; + }; + class CivilRunActionsBL: CivilRunActions + { + Crouch = "AmovPknlMrunSnonWnonDbl"; + PlayerCrouch = "AmovPknlMrunSnonWnonDbl"; + Up = "AmovPknlMrunSnonWnonDbl"; + }; + class CivilRunActionsB: CivilRunActions + { + Crouch = "AmovPknlMrunSnonWnonDb"; + PlayerCrouch = "AmovPknlMrunSnonWnonDb"; + Up = "AmovPknlMrunSnonWnonDb"; + }; + class CivilRunActionsBR: CivilRunActions + { + Crouch = "AmovPknlMrunSnonWnonDbr"; + PlayerCrouch = "AmovPknlMrunSnonWnonDbr"; + Up = "AmovPknlMrunSnonWnonDbr"; + }; + class CivilRunActionsR: CivilRunActions + { + Crouch = "AmovPknlMrunSnonWnonDr"; + PlayerCrouch = "AmovPknlMrunSnonWnonDr"; + Up = "AmovPknlMrunSnonWnonDr"; + }; + class CivilRunActionsFR: CivilRunActions + { + Crouch = "AmovPknlMrunSnonWnonDfr"; + PlayerCrouch = "AmovPknlMrunSnonWnonDfr"; + Up = "AmovPknlMrunSnonWnonDfr"; + }; + class CivilWlkActionsF: CivilRunActionsF + { + turnSpeed = 8; + PlayerCrouch = "AmovPknlMwlkSnonWnonDf"; + Crouch = "AmovPknlMwlkSnonWnonDf"; + Up = "AmovPknlMwlkSnonWnonDf"; + }; + class CivilWlkActionsFL: CivilWlkActionsF + { + PlayerCrouch = "AmovPknlMwlkSnonWnonDfl"; + Crouch = "AmovPknlMwlkSnonWnonDfl"; + Up = "AmovPknlMwlkSnonWnonDfl"; + }; + class CivilWlkActionsL: CivilWlkActionsF + { + Crouch = "AmovPknlMwlkSnonWnonDl"; + PlayerCrouch = "AmovPknlMwlkSnonWnonDl"; + Up = "AmovPknlMwlkSnonWnonDl"; + }; + class CivilWlkActionsBL: CivilWlkActionsF + { + Crouch = "AmovPknlMwlkSnonWnonDbl"; + PlayerCrouch = "AmovPknlMwlkSnonWnonDbl"; + Up = "AmovPknlMwlkSnonWnonDbl"; + }; + class CivilWlkActionsB: CivilWlkActionsF + { + Crouch = "AmovPknlMwlkSnonWnonDb"; + PlayerCrouch = "AmovPknlMwlkSnonWnonDb"; + Up = "AmovPknlMwlkSnonWnonDb"; + }; + class CivilWlkActionsBR: CivilWlkActionsF + { + Crouch = "AmovPknlMwlkSnonWnonDbr"; + PlayerCrouch = "AmovPknlMwlkSnonWnonDbr"; + Up = "AmovPknlMwlkSnonWnonDbr"; + }; + class CivilWlkActionsR: CivilWlkActionsF + { + Crouch = "AmovPknlMwlkSnonWnonDr"; + PlayerCrouch = "AmovPknlMwlkSnonWnonDr"; + Up = "AmovPknlMwlkSnonWnonDr"; + }; + class CivilWlkActionsFR: CivilWlkActionsF + { + Crouch = "AmovPknlMwlkSnonWnonDfr"; + PlayerCrouch = "AmovPknlMwlkSnonWnonDfr"; + Up = "AmovPknlMwlkSnonWnonDfr"; + }; + class CivilEvasiveActions: CivilStandActions + { + turnSpeed = 4; + throwPrepare = "AmovPercMrunSnonWnonDf"; + salute = ""; + limitFast = 5.5; + }; + class CivilStandSaluteActions: CivilStandActions + { + stop = "AmovPercMstpSnonWnonDnon_Salute"; + stopRelaxed = "AmovPercMstpSnonWnonDnon_Salute"; + default = "AmovPercMstpSnonWnonDnon_Salute"; + salute = "AmovPercMstpSnonWnonDnon"; + }; + class CivilStandTakeActions: CivilStandActions + { + stop = "AinvPknlMstpSnonWnonDnon_3"; + StopRelaxed = "AinvPknlMstpSnonWnonDnon_3"; + default = "AinvPknlMstpSnonWnonDnon_3"; + salute = ""; + sitDown = ""; + }; + class CivilSiTactions: CivilStandActions + { + turnL = ""; + turnR = ""; + stop = "AmovPsitMstpSnonWnonDnon_ground"; + StopRelaxed = "AmovPsitMstpSnonWnonDnon_ground"; + default = "AmovPsitMstpSnonWnonDnon_ground"; + sitDown = "AmovPercMstpSnonWnonDnon"; + Diary = ""; + GetOver = ""; + }; + class CivilStandSurrenderActions: CivilStandActions + { + turnL = ""; + turnR = ""; + stop = "AmovPercMstpSsurWnonDnon"; + StopRelaxed = "AmovPercMstpSsurWnonDnon"; + default = "AmovPercMstpSsurWnonDnon"; + }; + class CivilKneelActions: CivilStandActions + { + stop = "AmovPknlMstpSnonWnonDnon"; + default = "AmovPknlMstpSnonWnonDnon"; + stopRelaxed = "AmovPknlMstpSnonWnonDnon"; + turnL = "AmovPknlMstpSnonWnonDnon_turnL"; + turnR = "AmovPknlMstpSnonWnonDnon_turnR"; + turnLRelaxed = "AmovPknlMstpSnonWnonDnon_turnL"; + turnRRelaxed = "AmovPknlMstpSnonWnonDnon_turnR"; + reloadMagazine = "AmovPknlMstpSnonWnonDnon"; + reloadMGun = "AmovPknlMstpSnonWnonDnon"; + WalkF = "AmovPknlMwlkSnonWnonDf"; + WalkLF = "AmovPknlMwlkSnonWnonDfl"; + WalkRF = "AmovPknlMwlkSnonWnonDfr"; + WalkL = "AmovPknlMwlkSnonWnonDl"; + WalkR = "AmovPknlMwlkSnonWnonDr"; + WalkLB = "AmovPknlMwlkSnonWnonDbl"; + WalkRB = "AmovPknlMwlkSnonWnonDbr"; + WalkB = "AmovPknlMwlkSnonWnonDb"; + PlayerWalkF = "AmovPknlMwlkSnonWnonDf"; + PlayerWalkLF = "AmovPknlMwlkSnonWnonDfl"; + PlayerWalkRF = "AmovPknlMwlkSnonWnonDfr"; + PlayerWalkL = "AmovPknlMwlkSnonWnonDl"; + PlayerWalkR = "AmovPknlMwlkSnonWnonDr"; + PlayerWalkLB = "AmovPknlMwlkSnonWnonDbl"; + PlayerWalkRB = "AmovPknlMwlkSnonWnonDbr"; + PlayerWalkB = "AmovPknlMwlkSnonWnonDb"; + SlowF = "AmovPknlMrunSnonWnonDf"; + SlowLF = "AmovPknlMrunSnonWnonDfl"; + SlowRF = "AmovPknlMrunSnonWnonDfr"; + SlowL = "AmovPknlMrunSnonWnonDl"; + SlowR = "AmovPknlMrunSnonWnonDr"; + SlowLB = "AmovPknlMrunSnonWnonDbl"; + SlowRB = "AmovPknlMrunSnonWnonDbr"; + SlowB = "AmovPknlMrunSnonWnonDb"; + PlayerSlowF = "AmovPknlMrunSnonWnonDf"; + PlayerSlowLF = "AmovPknlMrunSnonWnonDfl"; + PlayerSlowRF = "AmovPknlMrunSnonWnonDfr"; + PlayerSlowL = "AmovPknlMrunSnonWnonDl"; + PlayerSlowR = "AmovPknlMrunSnonWnonDr"; + PlayerSlowLB = "AmovPknlMrunSnonWnonDbl"; + PlayerSlowRB = "AmovPknlMrunSnonWnonDbr"; + PlayerSlowB = "AmovPknlMrunSnonWnonDb"; + FastL = "AmovPknlMrunSnonWnonDl"; + FastR = "AmovPknlMrunSnonWnonDr"; + FastLB = "AmovPknlMrunSnonWnonDbl"; + FastRB = "AmovPknlMrunSnonWnonDbr"; + FastB = "AmovPknlMrunSnonWnonDb"; + TactF = "AmovPknlMwlkSnonWnonDf"; + TactLF = "AmovPknlMwlkSnonWnonDfl"; + TactRF = "AmovPknlMwlkSnonWnonDfr"; + TactL = "AmovPknlMwlkSnonWnonDl"; + TactR = "AmovPknlMwlkSnonWnonDr"; + TactLB = "AmovPknlMwlkSnonWnonDbl"; + TactRB = "AmovPknlMwlkSnonWnonDbr"; + TactB = "AmovPknlMwlkSnonWnonDb"; + PlayerTactF = "AmovPknlMwlkSnonWnonDf"; + PlayerTactLF = "AmovPknlMwlkSnonWnonDfl"; + PlayerTactRF = "AmovPknlMwlkSnonWnonDfr"; + PlayerTactL = "AmovPknlMwlkSnonWnonDl"; + PlayerTactR = "AmovPknlMwlkSnonWnonDr"; + PlayerTactLB = "AmovPknlMwlkSnonWnonDbl"; + PlayerTactRB = "AmovPknlMwlkSnonWnonDbr"; + PlayerTactB = "AmovPknlMwlkSnonWnonDb"; + up = "AmovPercMstpSnonWnonDnon"; + weaponOn = "AmovPknlMstpSrasWlnrDnon"; + weaponOff = "AmovPknlMstpSnonWnonDnon"; + binocOff = "AmovPknlMstpSnonWnonDnon"; + binocOn = "AwopPknlMstpSoptWbinDnon_non"; + handGunOn = "AmovPknlMstpSrasWpstDnon"; + takeFlag = "AinvPknlMstpSnonWnonDnon_4"; + Gear = "AinvPknlMstpSnonWnonDnon"; + putDown = "AmovPknlMstpSnonWnonDnon_AinvPknlMstpSnonWnonDnon_Putdown"; + Combat = "AmovPknlMstpSrasWrflDnon"; + Stand = "AmovPercMstpSlowWrflDnon"; + CanNotMove = "AmovPknlMstpSnonWnonDnon"; + FireNotPossible = "AmovPknlMstpSnonWnonDnon"; + strokeGun = "AmovPknlMstpSnonWnonDnon"; + sitDown = ""; + salute = ""; + turnSpeed = 4.5; + limitFast = 5.5; + PlayerCrouch = ""; + PlayerStand = "AmovPercMstpSnonWnonDnon"; + ReloadRPG = "AmovPknlMstpSnonWnonDnon"; + ReloadMortar = "AmovPknlMstpSnonWnonDnon"; + stance = "ManStanceCrouch"; + medicStop = "AmovPknlMstpSnonWnonDnon"; + StartFreefall = "AfalPknlMstpSnonWnonDnon"; + PrimaryWeapon = "AmovPknlMstpSrasWrflDnon"; + SecondaryWeapon = "AmovPknlMstpSrasWlnrDnon"; + Binoculars = "AmovPknlMstpSoptWbinDnon"; + }; + class CivilKneelActions_gear: CivilKneelActions + { + Stop = "AmovPknlMstpSnonWnonDnon_gear"; + StopRelaxed = "AmovPknlMstpSnonWnonDnon_gear"; + Default = "AmovPknlMstpSnonWnonDnon_gear"; + PlayerCrouch = "AmovPknlMstpSnonWnonDnon"; + Civil = "AmovPknlMstpSnonWnonDnon_gear"; + }; + class CivilKneelActions_explo: CivilKneelActions_gear + { + Stop = "AmovPknlMstpSnonWnonDnon"; + StopRelaxed = "AmovPknlMstpSnonWnonDnon"; + }; + class CivilKneelActionsRunF: CivilKneelActions + { + PlayerStand = "AmovPercMrunSnonWnonDf"; + Stand = "AmovPercMrunSnonWnonDf"; + Up = "AmovPercMrunSnonWnonDf"; + }; + class CivilKneelActionsRunFl: CivilKneelActions + { + PlayerStand = "AmovPercMrunSnonWnonDfl"; + Stand = "AmovPercMrunSnonWnonDfl"; + Up = "AmovPercMrunSnonWnonDfl"; + }; + class CivilKneelActionsRunL: CivilKneelActions + { + PlayerStand = "AmovPercMrunSnonWnonDl"; + Stand = "AmovPercMrunSnonWnonDl"; + Up = "AmovPercMrunSnonWnonDl"; + }; + class CivilKneelActionsRunBL: CivilKneelActions + { + PlayerStand = "AmovPercMrunSnonWnonDbl"; + Stand = "AmovPercMrunSnonWnonDbl"; + Up = "AmovPercMrunSnonWnonDbl"; + }; + class CivilKneelActionsRunB: CivilKneelActions + { + PlayerStand = "AmovPercMrunSnonWnonDb"; + Stand = "AmovPercMrunSnonWnonDb"; + Up = "AmovPercMrunSnonWnonDb"; + }; + class CivilKneelActionsRunBR: CivilKneelActions + { + PlayerStand = "AmovPercMrunSnonWnonDbr"; + Stand = "AmovPercMrunSnonWnonDbr"; + Up = "AmovPercMrunSnonWnonDbr"; + }; + class CivilKneelActionsRunR: CivilKneelActions + { + PlayerStand = "AmovPercMrunSnonWnonDr"; + Stand = "AmovPercMrunSnonWnonDr"; + Up = "AmovPercMrunSnonWnonDr"; + }; + class CivilKneelActionsRunFR: CivilKneelActions + { + PlayerStand = "AmovPercMrunSnonWnonDfr"; + Stand = "AmovPercMrunSnonWnonDfr"; + Up = "AmovPercMrunSnonWnonDfr"; + }; + class CivilKneelActionsWlkF: CivilKneelActionsRunF + { + PlayerStand = "AmovPercMwlkSnonWnonDf"; + Stand = "AmovPercMwlkSnonWnonDf"; + Up = "AmovPercMwlkSnonWnonDf"; + }; + class CivilKneelActionsWlkFL: CivilKneelActionsRunF + { + PlayerStand = "AmovPercMwlkSnonWnonDfl"; + Stand = "AmovPercMwlkSnonWnonDfl"; + Up = "AmovPercMwlkSnonWnonDfl"; + }; + class CivilKneelActionsWlkL: CivilKneelActionsRunF + { + PlayerStand = "AmovPercMwlkSnonWnonDl"; + Stand = "AmovPercMwlkSnonWnonDl"; + Up = "AmovPercMwlkSnonWnonDl"; + }; + class CivilKneelActionsWlkBL: CivilKneelActionsRunF + { + PlayerStand = "AmovPercMwlkSnonWnonDbl"; + Stand = "AmovPercMwlkSnonWnonDbl"; + Up = "AmovPercMwlkSnonWnonDbl"; + }; + class CivilKneelActionsWlkB: CivilKneelActionsRunF + { + PlayerStand = "AmovPercMwlkSnonWnonDb"; + Stand = "AmovPercMwlkSnonWnonDb"; + Up = "AmovPercMwlkSnonWnonDb"; + }; + class CivilKneelActionsWlkBR: CivilKneelActionsRunF + { + PlayerStand = "AmovPercMwlkSnonWnonDbr"; + Stand = "AmovPercMwlkSnonWnonDbr"; + Up = "AmovPercMwlkSnonWnonDbr"; + }; + class CivilKneelActionsWlkR: CivilKneelActionsRunF + { + PlayerStand = "AmovPercMwlkSnonWnonDr"; + Stand = "AmovPercMwlkSnonWnonDr"; + Up = "AmovPercMwlkSnonWnonDr"; + }; + class CivilKneelActionsWlkFR: CivilKneelActionsRunF + { + PlayerStand = "AmovPercMwlkSnonWnonDfr"; + Stand = "AmovPercMwlkSnonWnonDfr"; + Up = "AmovPercMwlkSnonWnonDfr"; + }; + class CivilKneelActions_fixing: CivilKneelActions + { + Stop = "ActsPercSnonWnonDnon_carFixing2"; + StopRelaxed = "ActsPercSnonWnonDnon_carFixing2"; + Default = "ActsPercSnonWnonDnon_carFixing2"; + }; + class CivilKneelTakeActions: CivilKneelActions + { + stop = "AinvPknlMstpSnonWnonDnon_4"; + StopRelaxed = "AinvPknlMstpSnonWnonDnon_4"; + default = "AinvPknlMstpSnonWnonDnon_4"; + }; + class CivilProneActions: CivilStandActions + { + stop = "AmovPpneMstpSnonWnonDnon"; + default = "AmovPpneMstpSnonWnonDnon"; + stopRelaxed = "AmovPpneMstpSnonWnonDnon"; + turnL = "AmovPpneMstpSnonWnonDnon_turnL"; + turnR = "AmovPpneMstpSnonWnonDnon_turnR"; + turnLRelaxed = "AmovPpneMstpSnonWnonDnon_turnL"; + turnRRelaxed = "AmovPpneMstpSnonWnonDnon_turnR"; + reloadMagazine = "AmovPpneMstpSnonWnonDnon"; + reloadMGun = "AmovPpneMstpSnonWnonDnon"; + reloadMortar = "AmovPpneMstpSnonWnonDnon"; + throwPrepare = "AwopPpneMstpSgthWnonDnon_start"; + WalkF = "AmovPpneMrunSnonWnonDf"; + WalkLF = "AmovPpneMrunSnonWnonDfl"; + WalkRF = "AmovPpneMrunSnonWnonDfr"; + WalkL = "AmovPpneMrunSnonWnonDl"; + WalkR = "AmovPpneMrunSnonWnonDr"; + WalkLB = "AmovPpneMrunSnonWnonDbl"; + WalkRB = "AmovPpneMrunSnonWnonDbr"; + WalkB = "AmovPpneMrunSnonWnonDb"; + PlayerWalkF = "AmovPpneMrunSnonWnonDf"; + PlayerWalkLF = "AmovPpneMrunSnonWnonDfl"; + PlayerWalkRF = "AmovPpneMrunSnonWnonDfr"; + PlayerWalkL = "AmovPpneMrunSnonWnonDl"; + PlayerWalkR = "AmovPpneMrunSnonWnonDr"; + PlayerWalkLB = "AmovPpneMrunSnonWnonDbl"; + PlayerWalkRB = "AmovPpneMrunSnonWnonDbr"; + PlayerWalkB = "AmovPpneMrunSnonWnonDb"; + SlowF = "AmovPpneMrunSnonWnonDf"; + SlowLF = "AmovPpneMrunSnonWnonDfl"; + SlowRF = "AmovPpneMrunSnonWnonDfr"; + SlowL = "AmovPpneMrunSnonWnonDl"; + SlowR = "AmovPpneMrunSnonWnonDr"; + SlowLB = "AmovPpneMrunSnonWnonDbl"; + SlowRB = "AmovPpneMrunSnonWnonDbr"; + SlowB = "AmovPpneMrunSnonWnonDb"; + PlayerSlowF = "AmovPpneMrunSnonWnonDf"; + PlayerSlowLF = "AmovPpneMrunSnonWnonDfl"; + PlayerSlowRF = "AmovPpneMrunSnonWnonDfr"; + PlayerSlowL = "AmovPpneMrunSnonWnonDl"; + PlayerSlowR = "AmovPpneMrunSnonWnonDr"; + PlayerSlowLB = "AmovPpneMrunSnonWnonDbl"; + PlayerSlowRB = "AmovPpneMrunSnonWnonDbr"; + PlayerSlowB = "AmovPpneMrunSnonWnonDb"; + FastF = "AmovPpneMsprSnonWnonDf"; + FastLF = "AmovPpneMrunSnonWnonDfl"; + FastRF = "AmovPpneMrunSnonWnonDfr"; + FastL = "AmovPpneMrunSnonWnonDl"; + FastR = "AmovPpneMrunSnonWnonDr"; + FastLB = "AmovPpneMrunSnonWnonDbl"; + FastRB = "AmovPpneMrunSnonWnonDbr"; + FastB = "AmovPpneMrunSnonWnonDb"; + TactF = "AmovPpneMrunSnonWnonDf"; + TactLF = "AmovPpneMrunSnonWnonDfl"; + TactRF = "AmovPpneMrunSnonWnonDfr"; + TactL = "AmovPpneMrunSnonWnonDl"; + TactR = "AmovPpneMrunSnonWnonDr"; + TactLB = "AmovPpneMrunSnonWnonDbl"; + TactRB = "AmovPpneMrunSnonWnonDbr"; + TactB = "AmovPpneMrunSnonWnonDb"; + PlayerTactF = "AmovPpneMrunSnonWnonDf"; + PlayerTactLF = "AmovPpneMrunSnonWnonDfl"; + PlayerTactRF = "AmovPpneMrunSnonWnonDfr"; + PlayerTactL = "AmovPpneMrunSnonWnonDl"; + PlayerTactR = "AmovPpneMrunSnonWnonDr"; + PlayerTactLB = "AmovPpneMrunSnonWnonDbl"; + PlayerTactRB = "AmovPpneMrunSnonWnonDbr"; + PlayerTactB = "AmovPpneMrunSnonWnonDb"; + EvasiveLeft = "AmovPpneMstpSnonWnonDnon_AmovPpneMevaSnonWnonDl"; + EvasiveRight = "AmovPpneMstpSnonWnonDnon_AmovPpneMevaSnonWnonDr"; + down = "AmovPercMstpSnonWnonDnon"; + weaponOn = "AmovPknlMstpSrasWlnrDnon"; + weaponOff = "AmovPpneMstpSnonWnonDnon"; + binocOn = "AwopPpneMstpSoptWbinDnon_non"; + binocOff = "AmovPpneMstpSnonWnonDnon"; + handGunOn = "AmovPpneMstpSrasWpstDnon"; + takeFlag = "AmovPpneMstpSnonWnonDnon"; + Gear = "AinvPpneMstpSnonWnonDnon"; + putDown = "AmovPpneMstpSnonWnonDnon_AinvPpneMstpSnonWnonDnon_Putdown"; + treated = "AmovPpneMstpSnonWnonDnon_healed"; + Lying = "AmovPpneMstpSrasWrflDnon"; + Crouch = "AmovPpneMstpSnonWnonDnon"; + CanNotMove = "AmovPpneMstpSnonWnonDnon"; + FireNotPossible = "AmovPpneMstpSnonWnonDnon"; + strokeGun = "AmovPpneMstpSnonWnonDnon"; + sitDown = ""; + salute = ""; + turnSpeed = 2.5; + limitFast = 5.5; + leanRRot = 0; + leanRShift = 0; + leanLRot = 0; + leanLShift = 0; + upDegree = "ManPosLyingNoWeapon"; + stance = "ManStanceProne"; + Diary = ""; + GetOver = ""; + throwGrenade = "AwopPpneMstpSgthWnonDnon_Fast_Start"; + PlayerStand = "AmovPercMstpSnonWnonDnon"; + Relax = "AmovPpneMstpSnonWnonDnon_relax"; + medic = "AinvPpneMstpSlayWnonDnon_medic"; + StartFreefall = "AfalPpneMstpSnonWnonDnon"; + PrimaryWeapon = "AmovPpneMstpSrasWrflDnon"; + SecondaryWeapon = "AmovPpneMstpSrasWlnrDnon"; + Binoculars = "AmovPpneMstpSoptWbinDnon"; + }; + class LauncherKneelActions: NoActions + { + leanRRot = 0.5; + leanRShift = 0.01; + leanLRot = 0.5; + leanLShift = 0.01; + stop = "AmovPknlMstpSrasWlnrDnon"; + default = "AmovPknlMstpSrasWlnrDnon"; + weaponOn = "AmovPknlMstpSrasWlnrDnon"; + weaponOff = "AmovPknlMstpSrasWrflDnon"; + binocOn = "AwopPknlMstpSoptWbinDnon_lnr"; + binocOff = "AmovPknlMstpSrasWlnrDnon"; + handGunOn = "AmovPknlMstpSrasWpstDnon"; + reloadMagazine[] = {"LauncherMagazineReloadStand","gesture"}; + throwGrenade[] = {"GestureThrowGrenadeLauncher","Gesture"}; + Up = "amovpercmstpsraswlnrdnon"; + PlayerStand = "amovpercmstpsraswlnrdnon"; + Combat = "AmovPercMstpSrasWlnrDnon"; + Lying = "AmovPknlMstpSrasWrflDnon"; + Stand = "amovpercmstpsraswlnrdnon"; + Crouch = "AmovPknlMstpSrasWlnrDnon"; + ReloadRPG = "ReloadRPGKneel"; + Civil = "AmovPknlMstpSnonWnonDnon"; + CivilLying = "AmovPpneMstpSnonWnonDnon"; + WalkF = "AmovPknlMwlkSrasWlnrDf"; + WalkLF = "AmovPknlMwlkSrasWlnrDfl"; + WalkRF = "AmovPknlMwlkSrasWlnrDfr"; + WalkL = "AmovPknlMwlkSrasWlnrDl"; + WalkR = "AmovPknlMwlkSrasWlnrDr"; + WalkLB = "AmovPknlMwlkSrasWlnrDbl"; + WalkRB = "AmovPknlMwlkSrasWlnrDbr"; + WalkB = "AmovPknlMwlkSrasWlnrDb"; + PlayerWalkF = "AmovPknlMwlkSrasWlnrDf"; + PlayerWalkLF = "AmovPknlMwlkSrasWlnrDfl"; + PlayerWalkRF = "AmovPknlMwlkSrasWlnrDfr"; + PlayerWalkL = "AmovPknlMwlkSrasWlnrDl"; + PlayerWalkR = "AmovPknlMwlkSrasWlnrDr"; + PlayerWalkLB = "AmovPknlMwlkSrasWlnrDbl"; + PlayerWalkRB = "AmovPknlMwlkSrasWlnrDbr"; + PlayerWalkB = "AmovPknlMwlkSrasWlnrDb"; + SlowF = "AmovPknlMrunSrasWlnrDf"; + SlowLF = "AmovPknlMrunSrasWlnrDfl"; + SlowRF = "AmovPknlMrunSrasWlnrDfr"; + SlowL = "AmovPknlMrunSrasWlnrDl"; + SlowR = "AmovPknlMrunSrasWlnrDr"; + SlowLB = "AmovPknlMrunSrasWlnrDbl"; + SlowRB = "AmovPknlMrunSrasWlnrDbr"; + SlowB = "AmovPknlMrunSrasWlnrDb"; + PlayerSlowF = "AmovPknlMrunSrasWlnrDf"; + PlayerSlowLF = "AmovPknlMrunSrasWlnrDfl"; + PlayerSlowRF = "AmovPknlMrunSrasWlnrDfr"; + PlayerSlowL = "AmovPknlMrunSrasWlnrDl"; + PlayerSlowR = "AmovPknlMrunSrasWlnrDr"; + PlayerSlowLB = "AmovPknlMrunSrasWlnrDbl"; + PlayerSlowRB = "AmovPknlMrunSrasWlnrDbr"; + PlayerSlowB = "AmovPknlMrunSrasWlnrDb"; + FastF = "AmovPknlMevaSlowWlnrDf"; + FastLF = "AmovPknlMevaSlowWlnrDfl"; + FastRF = "AmovPknlMevaSlowWlnrDfr"; + FastL = "AmovPknlMrunSrasWlnrDl"; + FastR = "AmovPknlMrunSrasWlnrDr"; + FastLB = "AmovPknlMrunSrasWlnrDbl"; + FastRB = "AmovPknlMrunSrasWlnrDbr"; + FastB = "AmovPknlMrunSrasWlnrDb"; + TactF = "AmovPknlMtacSrasWlnrDf"; + TactLF = "AmovPknlMtacSrasWlnrDfl"; + TactRF = "AmovPknlMtacSrasWlnrDfr"; + TactL = "AmovPknlMtacSrasWlnrDl"; + TactR = "AmovPknlMtacSrasWlnrDr"; + TactLB = "AmovPknlMtacSrasWlnrDbl"; + TactRB = "AmovPknlMtacSrasWlnrDbr"; + TactB = "AmovPknlMtacSrasWlnrDb"; + PlayerTactF = "AmovPknlMtacSrasWlnrDf"; + PlayerTactLF = "AmovPknlMtacSrasWlnrDfl"; + PlayerTactRF = "AmovPknlMtacSrasWlnrDfr"; + PlayerTactL = "AmovPknlMtacSrasWlnrDl"; + PlayerTactR = "AmovPknlMtacSrasWlnrDr"; + PlayerTactLB = "AmovPknlMtacSrasWlnrDbl"; + PlayerTactRB = "AmovPknlMtacSrasWlnrDbr"; + PlayerTactB = "AmovPknlMtacSrasWlnrDb"; + turnL = "AmovPknlMstpSrasWlnrDnon_turnL"; + turnR = "AmovPknlMstpSrasWlnrDnon_turnR"; + turnLRelaxed = "AmovPknlMstpSrasWlnrDnon_turnL"; + turnRRelaxed = "AmovPknlMstpSrasWlnrDnon_turnR"; + getInCar = "AmovPknlMstpSrasWrflDnon"; + getOutCar = "AmovPknlMstpSrasWrflDnon"; + getInTank = "AmovPknlMstpSrasWrflDnon"; + getOutTank = "AmovPknlMstpSrasWrflDnon"; + upDegree = "ManPosWeapon"; + stance = "ManStanceCrouch"; + treated = "AinvPknlMstpSnonWnonDnon_healed_2"; + turnSpeed = 4.5; + startSwim = "AswmPercMrunSnonWnonDf"; + surfaceSwim = "AsswPercMrunSnonWnonDf"; + bottomSwim = "AbswPercMrunSnonWnonDf"; + startDive = "AdvePercMstpSnonWnonDnon"; + SurfaceDive = "AsdvPercMstpSnonWnonDnon"; + BottomDive = "AbdvPercMstpSnonWnonDnon"; + EvasiveLeft = "AmovPercMevaSlowWlnrDfl"; + EvasiveRight = "AmovPercMevaSlowWlnrDfr"; + Diary = ""; + Surrender = "AmovPercMstpSsurWnonDnon"; + medic = "AinvPknlMstpSnonWnonDnon_medic_1"; + Relax = "AmovPknlMstpSrasWlnrDnon_relax"; + Gear = "AinvPknlMstpSrasWlnrDnon"; + putDown = "AmovPknlMstpSrasWlnrDnon_AinvPknlMstpSrasWlnrDnon_Putdown"; + StartFreefall = "AfalPknlMstpSrasWlnrDnon"; + PlayerProne = "AmovPpneMstpSnonWnonDnon"; + Down = "AmovPpneMstpSnonWnonDnon"; + PrimaryWeapon = "AmovPknlMstpSrasWrflDnon"; + SecondaryWeapon = "AmovPknlMstpSrasWlnrDnon"; + Binoculars = "AmovPknlMstpSoptWbinDnon"; + }; + class LauncherKneelActionsRunF: LauncherKneelActions + { + PlayerStand = "amovpercmrunsraswlnrdf"; + Stand = "amovpercmrunsraswlnrdf"; + Up = "amovpercmrunsraswlnrdf"; + }; + class LauncherKneelActionsRunFL: LauncherKneelActionsRunF + { + Up = "amovpercmrunsraswlnrdfl"; + PlayerStand = "amovpercmrunsraswlnrdfl"; + Stand = "amovpercmrunsraswlnrdfl"; + }; + class LauncherKneelActionsRunL: LauncherKneelActionsRunF + { + Up = "amovpercmrunsraswlnrdl"; + PlayerStand = "amovpercmrunsraswlnrdl"; + Stand = "amovpercmrunsraswlnrdl"; + }; + class LauncherKneelActionsRunBL: LauncherKneelActionsRunF + { + PlayerStand = "amovpercmrunsraswlnrdbl"; + Up = "amovpercmrunsraswlnrdbl"; + Stand = "amovpercmrunsraswlnrdbl"; + }; + class LauncherKneelActionsRunB: LauncherKneelActionsRunF + { + PlayerStand = "amovpercmrunsraswlnrdb"; + Up = "amovpercmrunsraswlnrdb"; + Stand = "amovpercmrunsraswlnrdb"; + }; + class LauncherKneelActionsRunBR: LauncherKneelActionsRunF + { + Stand = "amovpercmrunsraswlnrdbr"; + PlayerStand = "amovpercmrunsraswlnrdbr"; + Up = "amovpercmrunsraswlnrdbr"; + }; + class LauncherKneelActionsRunR: LauncherKneelActionsRunF + { + Up = "amovpercmrunsraswlnrdr"; + PlayerStand = "amovpercmrunsraswlnrdr"; + Stand = "amovpercmrunsraswlnrdr"; + }; + class LauncherKneelActionsRunFR: LauncherKneelActionsRunF + { + PlayerStand = "amovpercmrunsraswlnrdfr"; + Up = "amovpercmrunsraswlnrdfr"; + Stand = "amovpercmrunsraswlnrdfr"; + }; + class LauncherKneelActionsTacF: LauncherKneelActions + { + PlayerStand = "amovpercmTacsraswlnrdf"; + Stand = "amovpercmTacsraswlnrdf"; + Up = "amovpercmTacsraswlnrdf"; + }; + class LauncherKneelActionsTacFL: LauncherKneelActionsTacF + { + PlayerStand = "amovpercmTacsraswlnrdfl"; + Up = "amovpercmTacsraswlnrdfl"; + Stand = "amovpercmTacsraswlnrdfl"; + }; + class LauncherKneelActionsTacL: LauncherKneelActionsTacF + { + Stand = "amovpercmTacsraswlnrdl"; + PlayerStand = "amovpercmTacsraswlnrdl"; + Up = "amovpercmTacsraswlnrdl"; + }; + class LauncherKneelActionsTacBL: LauncherKneelActionsTacF + { + PlayerStand = "amovpercmTacsraswlnrdbl"; + Up = "amovpercmTacsraswlnrdbl"; + Stand = "amovpercmTacsraswlnrdbl"; + }; + class LauncherKneelActionsTacB: LauncherKneelActionsTacF + { + PlayerStand = "amovpercmTacsraswlnrdb"; + Up = "amovpercmTacsraswlnrdb"; + Stand = "amovpercmTacsraswlnrdb"; + }; + class LauncherKneelActionsTacBR: LauncherKneelActionsTacF + { + Stand = "amovpercmTacsraswlnrdbr"; + PlayerStand = "amovpercmTacsraswlnrdbr"; + Up = "amovpercmTacsraswlnrdbr"; + }; + class LauncherKneelActionsTacR: LauncherKneelActionsTacF + { + Stand = "amovpercmTacsraswlnrdr"; + PlayerStand = "amovpercmTacsraswlnrdr"; + Up = "amovpercmTacsraswlnrdr"; + }; + class LauncherKneelActionsTacFR: LauncherKneelActionsTacF + { + PlayerStand = "amovpercmTacsraswlnrdfr"; + Up = "amovpercmTacsraswlnrdfr"; + Stand = "amovpercmTacsraswlnrdfr"; + }; + class LauncherKneelActionsWlkF: LauncherKneelActions + { + PlayerStand = "amovpercmwlksraswlnrdf"; + Stand = "amovpercmwlksraswlnrdf"; + Up = "amovpercmwlksraswlnrdf"; + }; + class LauncherKneelActionsWlkFL: LauncherKneelActionsWlkF + { + PlayerStand = "amovpercmwlksraswlnrdfl"; + Up = "amovpercmwlksraswlnrdfl"; + Stand = "amovpercmwlksraswlnrdfl"; + }; + class LauncherKneelActionsWlkL: LauncherKneelActionsWlkF + { + Stand = "amovpercmwlksraswlnrdl"; + PlayerStand = "amovpercmwlksraswlnrdl"; + Up = "amovpercmwlksraswlnrdl"; + }; + class LauncherKneelActionsWlkBL: LauncherKneelActionsWlkF + { + PlayerStand = "amovpercmwlksraswlnrdbl"; + Up = "amovpercmwlksraswlnrdbl"; + Stand = "amovpercmwlksraswlnrdbl"; + }; + class LauncherKneelActionsWlkB: LauncherKneelActionsWlkF + { + PlayerStand = "amovpercmwlksraswlnrdb"; + Up = "amovpercmwlksraswlnrdb"; + Stand = "amovpercmwlksraswlnrdb"; + }; + class LauncherKneelActionsWlkBR: LauncherKneelActionsWlkF + { + Stand = "amovpercmwlksraswlnrdbr"; + PlayerStand = "amovpercmwlksraswlnrdbr"; + Up = "amovpercmwlksraswlnrdbr"; + }; + class LauncherKneelActionsWlkR: LauncherKneelActionsWlkF + { + Stand = "amovpercmwlksraswlnrdr"; + PlayerStand = "amovpercmwlksraswlnrdr"; + Up = "amovpercmwlksraswlnrdr"; + }; + class LauncherKneelActionsWlkFR: LauncherKneelActionsWlkF + { + PlayerStand = "amovpercmwlksraswlnrdfr"; + Up = "amovpercmwlksraswlnrdfr"; + Stand = "amovpercmwlksraswlnrdfr"; + }; + class LauncherKneelRunFActions: LauncherKneelActions{}; + class LauncherKneelRunBActions: LauncherKneelRunFActions{}; + class LauncherStandActions: LauncherKneelActions + { + PlayerStand = ""; + ReloadRPG = "ReloadRPG"; + StopRelaxed = "AidlPercMstpSrasWlnrDnon_AI"; + Default = "AmovPercMstpSrasWlnrDnon"; + Up = "AmovPknlMstpSrasWlnrDnon"; + PlayerCrouch = "AmovPknlMstpSrasWlnrDnon"; + PlayerProne = "AmovPpneMstpSnonWnonDnon"; + Down = "AmovPpneMstpSnonWnonDnon"; + TurnL = "amovpercmstpsraswlnrdnon_turnl"; + TurnLRelaxed = "amovpercmstpsraswlnrdnon_turnl"; + TurnR = "amovpercmstpSraswlnrdnon_turnr"; + TurnRRelaxed = "amovpercmstpSraswlnrdnon_turnr"; + Stop = "AmovPercMstpSrasWlnrDnon"; + WalkB = "AmovPercMwlkSrasWlnrDb"; + WalkRB = "AmovPercMwlkSrasWlnrDbr"; + WalkLB = "AmovPercMwlkSrasWlnrDbl"; + WalkR = "AmovPercMwlkSrasWlnrDr"; + WalkL = "AmovPercMwlkSrasWlnrDl"; + WalkRF = "AmovPercMwlkSrasWlnrDfr"; + WalkLF = "AmovPercMwlkSrasWlnrDfl"; + WalkF = "AmovPercMwlkSrasWlnrDf"; + PlayerWalkB = "AmovPercMwlkSrasWlnrDb"; + PlayerWalkRB = "AmovPercMwlkSrasWlnrDbr"; + PlayerWalkLB = "AmovPercMwlkSrasWlnrDbl"; + PlayerWalkR = "AmovPercMwlkSrasWlnrDr"; + PlayerWalkL = "AmovPercMwlkSrasWlnrDl"; + PlayerWalkRF = "AmovPercMwlkSrasWlnrDfr"; + PlayerWalkLF = "AmovPercMwlkSrasWlnrDfl"; + PlayerWalkF = "AmovPercMwlkSrasWlnrDf"; + WeaponOff = "AmovPercMstpSrasWrflDnon"; + WeaponOn = "AmovPercMstpSrasWlnrDnon"; + BinocOff = "AmovPercMstpSrasWlnrDnon"; + EvasiveLeft = "AmovPercMrunSrasWlnrDfl"; + EvasiveRight = "AmovPercMrunSrasWlnrDfr"; + BinocOn = "AwopPercMstpSoptWbinDnon_lnr"; + HandGunOn = "AmovPercMstpSrasWpstDnon"; + SlowF = "AmovPercMrunSrasWlnrDf"; + SlowLF = "AmovPercMrunSrasWlnrDfl"; + SlowRF = "AmovPercMrunSrasWlnrDfr"; + SlowL = "AmovPercMrunSrasWlnrDl"; + SlowR = "AmovPercMrunSrasWlnrDr"; + SlowLB = "AmovPercMrunSrasWlnrDbl"; + SlowRB = "AmovPercMrunSrasWlnrDbr"; + SlowB = "AmovPercMrunSrasWlnrDb"; + PlayerSlowF = "AmovPercMrunSrasWlnrDf"; + PlayerSlowLF = "AmovPercMrunSrasWlnrDfl"; + PlayerSlowRF = "AmovPercMrunSrasWlnrDfr"; + PlayerSlowL = "AmovPercMrunSrasWlnrDl"; + PlayerSlowR = "AmovPercMrunSrasWlnrDr"; + PlayerSlowLB = "AmovPercMrunSrasWlnrDbl"; + PlayerSlowRB = "AmovPercMrunSrasWlnrDbr"; + PlayerSlowB = "AmovPercMrunSrasWlnrDb"; + FastF = "AmovPercMevaSlowWlnrDf"; + FastLF = "AmovPercMevaSlowWlnrDfl"; + FastRF = "AmovPercMevaSlowWlnrDfr"; + FastL = "AmovPercMrunSrasWlnrDl"; + FastR = "AmovPercMrunSrasWlnrDr"; + FastLB = "AmovPercMrunSrasWlnrDbl"; + FastRB = "AmovPercMrunSrasWlnrDr"; + FastB = "AmovPercMrunSrasWlnrDb"; + TactB = "AmovPercMtacSrasWlnrDb"; + TactRB = "AmovPercMtacSrasWlnrDbr"; + TactLB = "AmovPercMtacSrasWlnrDbl"; + TactR = "AmovPercMtacSrasWlnrDr"; + TactL = "AmovPercMtacSrasWlnrDl"; + TactRF = "AmovPercMtacSrasWlnrDfr"; + TactLF = "AmovPercMtacSrasWlnrDfl"; + TactF = "AmovPercMtacSrasWlnrDf"; + PlayerTactB = "AmovPercMtacSrasWlnrDb"; + PlayerTactRB = "AmovPercMtacSrasWlnrDbr"; + PlayerTactLB = "AmovPercMtacSrasWlnrDbl"; + PlayerTactR = "AmovPercMtacSrasWlnrDr"; + PlayerTactL = "AmovPercMtacSrasWlnrDl"; + PlayerTactRF = "AmovPercMtacSrasWlnrDfr"; + PlayerTactLF = "AmovPercMtacSrasWlnrDfl"; + PlayerTactF = "AmovPercMtacSrasWlnrDf"; + GetOver = "AovrPercMstpSrasWlnrDf"; + Gear = "AinvPercMstpSrasWlnrDnon"; + putDown = "AmovPercMstpSrasWlnrDnon_AinvPercMstpSrasWlnrDnon_Putdown"; + stance = "ManStanceStand"; + StartFreefall = "AfalPercMstpSrasWlnrDnon"; + PrimaryWeapon = "AmovPercMstpSrasWrflDnon"; + SecondaryWeapon = "AmovPercMstpSrasWlnrDnon"; + Binoculars = "AmovPercMstpSoptWbinDnon"; + }; + class LauncherStandActionsRunF: LauncherStandActions + { + Crouch = "AmovPknlMrunSrasWlnrDf"; + PlayerCrouch = "AmovPknlMrunSrasWlnrDf"; + Up = "AmovPknlMrunSrasWlnrDf"; + }; + class LauncherStandActionsRunFL: LauncherStandActionsRunF + { + PlayerCrouch = "AmovPknlMrunSrasWlnrDfl"; + Up = "AmovPknlMrunSrasWlnrDfl"; + Crouch = "AmovPknlMrunSrasWlnrDfl"; + }; + class LauncherStandActionsRunL: LauncherStandActionsRunF + { + PlayerCrouch = "AmovPknlMrunSrasWlnrDl"; + Up = "AmovPknlMrunSrasWlnrDl"; + Crouch = "AmovPknlMrunSrasWlnrDl"; + }; + class LauncherStandActionsRunBL: LauncherStandActionsRunF + { + PlayerCrouch = "AmovPknlMrunSrasWlnrDbl"; + Up = "AmovPknlMrunSrasWlnrDbl"; + Crouch = "AmovPknlMrunSrasWlnrDbl"; + }; + class LauncherStandActionsRunB: LauncherStandActionsRunF + { + Up = "AmovPknlMrunSrasWlnrDb"; + PlayerCrouch = "AmovPknlMrunSrasWlnrDb"; + Crouch = "AmovPknlMrunSrasWlnrDb"; + }; + class LauncherStandActionsRunBR: LauncherStandActionsRunF + { + Up = "AmovPknlMrunSrasWlnrDbr"; + PlayerCrouch = "AmovPknlMrunSrasWlnrDbr"; + Crouch = "AmovPknlMrunSrasWlnrDbr"; + }; + class LauncherStandActionsRunR: LauncherStandActionsRunF + { + Crouch = "AmovPknlMrunSrasWlnrDr"; + PlayerCrouch = "AmovPknlMrunSrasWlnrDr"; + Up = "AmovPknlMrunSrasWlnrDr"; + }; + class LauncherStandActionsRunFR: LauncherStandActionsRunF + { + PlayerCrouch = "AmovPknlMrunSrasWlnrDfr"; + Up = "AmovPknlMrunSrasWlnrDfr"; + Crouch = "AmovPknlMrunSrasWlnrDfr"; + }; + class LauncherStandActionsWlkF: LauncherStandActions + { + PlayerCrouch = "AmovPknlMwlkSrasWlnrDf"; + Crouch = "AmovPknlMwlkSrasWlnrDf"; + Up = "AmovPknlMwlkSrasWlnrDf"; + }; + class LauncherStandActionsWlkFL: LauncherStandActionsWlkF + { + Up = "AmovPknlMwlkSrasWlnrDfl"; + PlayerCrouch = "AmovPknlMwlkSrasWlnrDfl"; + Crouch = "AmovPknlMwlkSrasWlnrDfl"; + }; + class LauncherStandActionsWlkL: LauncherStandActionsWlkF + { + Up = "AmovPknlMwlkSrasWlnrDl"; + PlayerCrouch = "AmovPknlMwlkSrasWlnrDl"; + Crouch = "AmovPknlMwlkSrasWlnrDl"; + }; + class LauncherStandActionsWlkBL: LauncherStandActionsWlkF + { + Crouch = "AmovPknlMwlkSrasWlnrDbl"; + PlayerCrouch = "AmovPknlMwlkSrasWlnrDbl"; + Up = "AmovPknlMwlkSrasWlnrDbl"; + }; + class LauncherStandActionsWlkB: LauncherStandActionsWlkF + { + Crouch = "AmovPknlMwlkSrasWlnrDb"; + PlayerCrouch = "AmovPknlMwlkSrasWlnrDb"; + Up = "AmovPknlMwlkSrasWlnrDb"; + }; + class LauncherStandActionsWlkBR: LauncherStandActionsWlkF + { + Crouch = "AmovPknlMwlkSrasWlnrDbr"; + PlayerCrouch = "AmovPknlMwlkSrasWlnrDbr"; + Up = "AmovPknlMwlkSrasWlnrDbr"; + }; + class LauncherStandActionsWlkR: LauncherStandActionsWlkF + { + PlayerCrouch = "AmovPknlMwlkSrasWlnrDr"; + Up = "AmovPknlMwlkSrasWlnrDr"; + Crouch = "AmovPknlMwlkSrasWlnrDr"; + }; + class LauncherStandActionsWlkFR: LauncherStandActionsWlkF + { + Crouch = "AmovPknlMwlkSrasWlnrDfr"; + PlayerCrouch = "AmovPknlMwlkSrasWlnrDfr"; + Up = "AmovPknlMwlkSrasWlnrDfr"; + }; + class LauncherStandActionsTacF: LauncherStandActions + { + PlayerCrouch = "AmovPknlMTacSrasWlnrDf"; + Crouch = "AmovPknlMTacSrasWlnrDf"; + Up = "AmovPknlMTacSrasWlnrDf"; + }; + class LauncherStandActionsTacFL: LauncherStandActionsTacF + { + Up = "AmovPknlMTacSrasWlnrDfl"; + PlayerCrouch = "AmovPknlMTacSrasWlnrDfl"; + Crouch = "AmovPknlMTacSrasWlnrDfl"; + }; + class LauncherStandActionsTacL: LauncherStandActionsTacF + { + Up = "AmovPknlMTacSrasWlnrDl"; + PlayerCrouch = "AmovPknlMTacSrasWlnrDl"; + Crouch = "AmovPknlMTacSrasWlnrDl"; + }; + class LauncherStandActionsTacBL: LauncherStandActionsTacF + { + Crouch = "AmovPknlMTacSrasWlnrDbl"; + PlayerCrouch = "AmovPknlMTacSrasWlnrDbl"; + Up = "AmovPknlMTacSrasWlnrDbl"; + }; + class LauncherStandActionsTacB: LauncherStandActionsTacF + { + Crouch = "AmovPknlMTacSrasWlnrDb"; + PlayerCrouch = "AmovPknlMTacSrasWlnrDb"; + Up = "AmovPknlMTacSrasWlnrDb"; + }; + class LauncherStandActionsTacBR: LauncherStandActionsTacF + { + Crouch = "AmovPknlMTacSrasWlnrDbr"; + PlayerCrouch = "AmovPknlMTacSrasWlnrDbr"; + Up = "AmovPknlMTacSrasWlnrDbr"; + }; + class LauncherStandActionsTacR: LauncherStandActionsTacF + { + PlayerCrouch = "AmovPknlMTacSrasWlnrDr"; + Up = "AmovPknlMTacSrasWlnrDr"; + Crouch = "AmovPknlMTacSrasWlnrDr"; + }; + class LauncherStandActionsTacFR: LauncherStandActionsTacF + { + Crouch = "AmovPknlMTacSrasWlnrDfr"; + PlayerCrouch = "AmovPknlMTacSrasWlnrDfr"; + Up = "AmovPknlMTacSrasWlnrDfr"; + }; + class LauncherProneActions: LauncherKneelActions + { + StopRelaxed = "AmovPpneMstpSrasWlnrDnon"; + Default = "AmovPpneMstpSrasWlnrDnon"; + Combat = "AmovPpneMstpSrasWlnrDnon"; + Stand = "AmovPercMstpSrasWrflDnon"; + Up = "AmovPknlMstpSrasWlnrDnon"; + TurnL = "amovpercmstpsraswlnrdnon_turnl"; + TurnLRelaxed = "amovpercmstpsraswlnrdnon_turnl"; + TurnR = "amovpercmstpSraswlnrdnon_turnr"; + TurnRRelaxed = "amovpercmstpSraswlnrdnon_turnr"; + Stop = "AmovPpneMstpSrasWlnrDnon"; + WalkB = "AmovPpneMrunSrasWlnrDb"; + WalkRB = "AmovPpneMrunSrasWlnrDbr"; + WalkLB = "AmovPpneMrunSrasWlnrDbl"; + WalkR = "AmovPpneMrunSrasWlnrDr"; + WalkL = "AmovPpneMrunSrasWlnrDl"; + WalkRF = "AmovPpneMrunSrasWlnrDfr"; + WalkLF = "AmovPpneMrunSrasWlnrDfl"; + WalkF = "AmovPpneMrunSrasWlnrDf"; + PlayerWalkB = "AmovPpneMrunSrasWlnrDb"; + PlayerWalkRB = "AmovPpneMrunSrasWlnrDbr"; + PlayerWalkLB = "AmovPpneMrunSrasWlnrDbl"; + PlayerWalkR = "AmovPpneMrunSrasWlnrDr"; + PlayerWalkL = "AmovPpneMrunSrasWlnrDl"; + PlayerWalkRF = "AmovPpneMrunSrasWlnrDfr"; + PlayerWalkLF = "AmovPpneMrunSrasWlnrDfl"; + PlayerWalkF = "AmovPpneMrunSrasWlnrDf"; + WeaponOff = "AmovPpneMstpSrasWrflDnon"; + WeaponOn = "AmovPpneMstpSrasWlnrDnon"; + BinocOff = "AmovPercMstpSrasWlnrDnon"; + EvasiveLeft = ""; + EvasiveRight = ""; + BinocOn = "AwopPercMstpSoptWbinDnon_lnr"; + HandGunOn = "AmovPpneMstpSrasWpstDnon"; + SlowF = "AmovPpneMrunSrasWlnrDf"; + SlowLF = "AmovPpneMrunSrasWlnrDfl"; + SlowRF = "AmovPpneMrunSrasWlnrDfr"; + SlowL = "AmovPpneMrunSrasWlnrDl"; + SlowR = "AmovPpneMrunSrasWlnrDr"; + SlowLB = "AmovPpneMrunSrasWlnrDbl"; + SlowRB = "AmovPpneMrunSrasWlnrDbr"; + SlowB = "AmovPpneMrunSrasWlnrDb"; + PlayerSlowF = "AmovPpneMrunSrasWlnrDf"; + PlayerSlowLF = "AmovPpneMrunSrasWlnrDfl"; + PlayerSlowRF = "AmovPpneMrunSrasWlnrDfr"; + PlayerSlowL = "AmovPpneMrunSrasWlnrDl"; + PlayerSlowR = "AmovPpneMrunSrasWlnrDr"; + PlayerSlowLB = "AmovPpneMrunSrasWlnrDbl"; + PlayerSlowRB = "AmovPpneMrunSrasWlnrDbr"; + PlayerSlowB = "AmovPpneMrunSrasWlnrDb"; + FastF = "AmovPpneMrunSrasWlnrDf"; + FastLF = "AmovPpneMrunSrasWlnrDfl"; + FastRF = "AmovPpneMrunSrasWlnrDfr"; + FastL = "AmovPpneMrunSrasWlnrDl"; + FastR = "AmovPpneMrunSrasWlnrDr"; + FastLB = "AmovPpneMrunSrasWlnrDbl"; + FastRB = "AmovPpneMrunSrasWlnrDr"; + FastB = "AmovPpneMrunSrasWlnrDb"; + TactB = "AmovPpneMrunSrasWlnrDb"; + TactRB = "AmovPpneMrunSrasWlnrDbr"; + TactLB = "AmovPpneMrunSrasWlnrDbl"; + TactR = "AmovPpneMrunSrasWlnrDr"; + TactL = "AmovPpneMrunSrasWlnrDl"; + TactRF = "AmovPpneMrunSrasWlnrDfr"; + TactLF = "AmovPpneMrunSrasWlnrDfl"; + TactF = "AmovPpneMrunSrasWlnrDf"; + PlayerTactB = "AmovPpneMrunSrasWlnrDb"; + PlayerTactRB = "AmovPpneMrunSrasWlnrDbr"; + PlayerTactLB = "AmovPpneMrunSrasWlnrDbl"; + PlayerTactR = "AmovPpneMrunSrasWlnrDr"; + PlayerTactL = "AmovPpneMrunSrasWlnrDl"; + PlayerTactRF = "AmovPpneMrunSrasWlnrDfr"; + PlayerTactLF = "AmovPpneMrunSrasWlnrDfl"; + PlayerTactF = "AmovPpneMrunSrasWlnrDf"; + stance = "ManStanceProne"; + }; + class LauncherStandLowStpActions: LauncherStandActions + { + Stop = "amovpercmstpSlowwlnrdnon"; + TurnL = "amovpercmstpSlowwlnrdnon_turnl"; + TurnR = "amovpercmstpSlowwlnrdnon_turnr"; + TurnLRelaxed = "amovpercmstpSlowwlnrdnon_turnl"; + TurnRRelaxed = "amovpercmstpSlowwlnrdnon_turnr"; + WalkF = "AmovPercMwlkSlowWlnrDf"; + WalkLF = "AmovPercMwlkSlowWlnrDfl"; + WalkRF = "AmovPercMwlkSlowWlnrDfr"; + WalkL = "AmovPercMwlkSlowWlnrDl"; + WalkR = "AmovPercMwlkSlowWlnrDr"; + WalkLB = "AmovPercMwlkSlowWlnrDbl"; + WalkRB = "AmovPercMwlkSlowWlnrDbr"; + WalkB = "AmovPercMwlkSlowWlnrDb"; + PlayerWalkF = "AmovPercMwlkSlowWlnrDf"; + PlayerWalkLF = "AmovPercMwlkSlowWlnrDfl"; + PlayerWalkRF = "AmovPercMwlkSlowWlnrDfr"; + PlayerWalkL = "AmovPercMwlkSlowWlnrDl"; + PlayerWalkR = "AmovPercMwlkSlowWlnrDr"; + PlayerWalkLB = "AmovPercMwlkSlowWlnrDbl"; + PlayerWalkRB = "AmovPercMwlkSlowWlnrDbr"; + PlayerWalkB = "AmovPercMwlkSlowWlnrDb"; + PlayerStand = "amovpercmstpsraswlnrdnon"; + FireNotPossible = "amovpercmstpsraswlnrdnon"; + SlowF = "AmovPercMwlkSlowWlnrDf"; + SlowLF = "AmovPercMwlkSlowWlnrDfl"; + SlowRF = "AmovPercMwlkSlowWlnrDfr"; + SlowL = "AmovPercMwlkSlowWlnrDl"; + SlowR = "AmovPercMwlkSlowWlnrDr"; + SlowLB = "AmovPercMwlkSlowWlnrDbl"; + SlowRB = "AmovPercMwlkSlowWlnrDbr"; + SlowB = "AmovPercMwlkSlowWlnrDb"; + PlayerSlowF = "AmovPercMwlkSlowWlnrDf"; + PlayerSlowLF = "AmovPercMwlkSlowWlnrDfl"; + PlayerSlowRF = "AmovPercMwlkSlowWlnrDfr"; + PlayerSlowL = "AmovPercMwlkSlowWlnrDl"; + PlayerSlowR = "AmovPercMwlkSlowWlnrDr"; + PlayerSlowLB = "AmovPercMwlkSlowWlnrDbl"; + PlayerSlowRB = "AmovPercMwlkSlowWlnrDbr"; + PlayerSlowB = "AmovPercMwlkSlowWlnrDb"; + FastL = "AmovPercMwlkSlowWlnrDl"; + FastR = "AmovPercMwlkSlowWlnrDr"; + FastLB = "AmovPercMwlkSlowWlnrDbl"; + FastRB = "AmovPercMwlkSlowWlnrDbr"; + FastB = "AmovPercMwlkSlowWlnrDb"; + TactF = "AmovPercMwlkSlowWlnrDf"; + TactLF = "AmovPercMwlkSlowWlnrDfl"; + TactRF = "AmovPercMwlkSlowWlnrDfr"; + TactL = "AmovPercMwlkSlowWlnrDl"; + TactR = "AmovPercMwlkSlowWlnrDr"; + TactLB = "AmovPercMwlkSlowWlnrDbl"; + TactRB = "AmovPercMwlkSlowWlnrDbr"; + TactB = "AmovPercMwlkSlowWlnrDb"; + PlayerTactF = "AmovPercMwlkSlowWlnrDf"; + PlayerTactLF = "AmovPercMwlkSlowWlnrDfl"; + PlayerTactRF = "AmovPercMwlkSlowWlnrDfr"; + PlayerTactL = "AmovPercMwlkSlowWlnrDl"; + PlayerTactR = "AmovPercMwlkSlowWlnrDr"; + PlayerTactLB = "AmovPercMwlkSlowWlnrDbl"; + PlayerTactRB = "AmovPercMwlkSlowWlnrDbr"; + PlayerTactB = "AmovPercMwlkSlowWlnrDb"; + EvasiveLeft = "AmovPercMwlkSlowWlnrDfl"; + EvasiveRight = "AmovPercMwlkSlowWlnrDfr"; + GetOver = "AovrPercMstpSlowWlnrDf"; + FastF = "AmovPercMrunSlowWlnrDf"; + FastLF = "AmovPercMrunSlowWlnrDfl"; + FastRF = "AmovPercMrunSlowWlnrDfr"; + }; + class LauncherStandRunFActions: LauncherStandActions{}; + class LauncherStandRunBActions: LauncherStandActions{}; + class LauncherKneelEvasiveFActions: LauncherStandRunFActions + { + turnSpeed = 4; + WalkF = "AmovPercMevaSlowWlnrDf"; + PlayerWalkF = "AmovPercMevaSlowWlnrDf"; + SlowF = "AmovPercMevaSlowWlnrDf"; + PlayerSlowF = "AmovPercMevaSlowWlnrDf"; + SlowLF = "AmovPercMevaSlowWlnrDfl"; + SlowRF = "AmovPercMevaSlowWlnrDfr"; + PlayerSlowLF = "AmovPercMevaSlowWlnrDfl"; + PlayerSlowRF = "AmovPercMevaSlowWlnrDfr"; + WalkLF = "AmovPercMevaSlowWlnrDfl"; + WalkRF = "AmovPercMevaSlowWlnrDfr"; + PlayerWalkLF = "AmovPercMevaSlowWlnrDfl"; + PlayerWalkRF = "AmovPercMevaSlowWlnrDfr"; + stance = "ManStanceCrouch"; + }; + class LadderCivilActions: NoActions + { + stop = "LadderCivilStatic"; + default = "LadderCivilStatic"; + ladderOff = "AmovPercMstpSnonWnonDnon"; + ladderOffTop = "LadderCivilTopOff"; + ladderOffBottom = "LadderCivilDownOff"; + down = "LadderCivilDownLoop"; + up = "LadderCivilUpLoop"; + turnSpeed = 0.1; + }; + class LadderRifleActions: LadderCivilActions + { + stop = "LadderRifleStatic"; + default = "LadderRifleStatic"; + ladderOff = "AmovPercMstpSlowWrflDnon"; + ladderOffTop = "LadderRifleTopOff"; + ladderOffBottom = "LadderRifleDownOff"; + ladderOnDown = "LadderRifleOn"; + ladderOnUp = "LadderRifleOn"; + down = "LadderRifleDownLoop"; + up = "LadderRifleUpLoop"; + }; + class SwimmingActions: NoActions + { + relax = "AswmPercMstpSnonWnonDnon_relax"; + stop = "AswmPercMstpSnonWnonDnon"; + startSwim = "AswmPercMstpSnonWnonDnon"; + surfaceSwim = "AsswPercMstpSnonWnonDnon"; + bottomSwim = "AbswPercMstpSnonWnonDnon"; + default = "AswmPercMstpSnonWnonDnon"; + stopRelaxed = "AswmPercMstpSnonWnonDnon"; + turnL = "AswmPercMstpSnonWnonDnon"; + turnR = "AswmPercMstpSnonWnonDnon"; + putDown = "AswmPercMstpSnonWnonDnon_AswmPercMstpSnonWnonDnon_putDown"; + WalkF = "AswmPercMwlkSnonWnonDf"; + WalkLF = "AswmPercMwlkSnonWnonDfl"; + WalkRF = "AswmPercMwlkSnonWnonDfr"; + WalkL = "AswmPercMwlkSnonWnonDl"; + WalkR = "AswmPercMwlkSnonWnonDr"; + WalkLB = "AswmPercMstpSnonWnonDnon"; + WalkRB = "AswmPercMstpSnonWnonDnon"; + WalkB = "AswmPercMwlkSnonWnonDb"; + PlayerWalkF = "AswmPercMwlkSnonWnonDf"; + PlayerWalkLF = "AswmPercMwlkSnonWnonDfl"; + PlayerWalkRF = "AswmPercMwlkSnonWnonDfr"; + PlayerWalkL = "AswmPercMwlkSnonWnonDl"; + PlayerWalkR = "AswmPercMwlkSnonWnonDr"; + PlayerWalkLB = "AswmPercMstpSnonWnonDnon"; + PlayerWalkRB = "AswmPercMstpSnonWnonDnon"; + PlayerWalkB = "AswmPercMwlkSnonWnonDb"; + SlowF = "AswmPercMrunSnonWnonDf"; + SlowLF = "AswmPercMrunSnonWnonDfl"; + SlowRF = "AswmPercMrunSnonWnonDfr"; + SlowL = "AswmPercMrunSnonWnonDl"; + SlowR = "AswmPercMrunSnonWnonDr"; + SlowLB = "AswmPercMstpSnonWnonDnon"; + SlowRB = "AswmPercMstpSnonWnonDnon"; + SlowB = "AswmPercMrunSnonWnonDb"; + PlayerSlowF = "AswmPercMrunSnonWnonDf"; + PlayerSlowLF = "AswmPercMrunSnonWnonDfl"; + PlayerSlowRF = "AswmPercMrunSnonWnonDfr"; + PlayerSlowL = "AswmPercMrunSnonWnonDl"; + PlayerSlowR = "AswmPercMrunSnonWnonDr"; + PlayerSlowLB = "AswmPercMstpSnonWnonDnon"; + PlayerSlowRB = "AswmPercMstpSnonWnonDnon"; + PlayerSlowB = "AswmPercMrunSnonWnonDb"; + FastF = "AswmPercMsprSnonWnonDf"; + FastLF = "AswmPercMsprSnonWnonDf"; + FastRF = "AswmPercMsprSnonWnonDf"; + FastL = "AswmPercMstpSnonWnonDnon"; + FastR = "AswmPercMstpSnonWnonDnon"; + FastLB = "AswmPercMstpSnonWnonDnon"; + FastRB = "AswmPercMstpSnonWnonDnon"; + FastB = "AswmPercMrunSnonWnonDb"; + TactF = "AswmPercMwlkSnonWnonDf"; + TactLF = "AswmPercMwlkSnonWnonDfl"; + TactRF = "AswmPercMwlkSnonWnonDfr"; + TactL = "AswmPercMwlkSnonWnonDl"; + TactR = "AswmPercMwlkSnonWnonDr"; + TactLB = "AswmPercMstpSnonWnonDnon"; + TactRB = "AswmPercMstpSnonWnonDnon"; + TactB = "AswmPercMwlkSnonWnonDb"; + PlayerTactF = "AswmPercMwlkSnonWnonDf"; + PlayerTactLF = "AswmPercMwlkSnonWnonDfl"; + PlayerTactRF = "AswmPercMwlkSnonWnonDfr"; + PlayerTactL = "AswmPercMwlkSnonWnonDl"; + PlayerTactR = "AswmPercMwlkSnonWnonDr"; + PlayerTactLB = "AswmPercMstpSnonWnonDnon"; + PlayerTactRB = "AswmPercMstpSnonWnonDnon"; + PlayerTactB = "AswmPercMwlkSnonWnonDb"; + stopSwim = "AmovPercMstpSnonWnonDnon"; + swimUp = "AswmPercMstpSnonWnonDnon_goup"; + swimDown = "AswmPercMstpSnonWnonDnon_goDown"; + upDegree = "ManPosSwimming"; + limitFast = 2; + }; + class SwimmingActionsRunF: SwimmingActions + { + startSwim = "AswmPercMrunSnonWnonDf"; + surfaceSwim = "AsswPercMrunSnonWnonDf"; + bottomSwim = "AbswPercMrunSnonWnonDf"; + }; + class SwimmingActionsRunFL: SwimmingActions + { + startSwim = "AswmPercMrunSnonWnonDfl"; + surfaceSwim = "AsswPercMrunSnonWnonDfl"; + bottomSwim = "AbswPercMrunSnonWnonDfl"; + }; + class SwimmingActionsRunL: SwimmingActions + { + startSwim = "AswmPercMrunSnonWnonDl"; + surfaceSwim = "AsswPercMrunSnonWnonDl"; + bottomSwim = "AbswPercMrunSnonWnonDl"; + }; + class SwimmingActionsRunBL: SwimmingActions + { + startSwim = "AswmPercMrunSnonWnonDbl"; + surfaceSwim = "AsswPercMrunSnonWnonDbl"; + bottomSwim = "AbswPercMrunSnonWnonDbl"; + }; + class SwimmingActionsRunB: SwimmingActions + { + startSwim = "AswmPercMrunSnonWnonDb"; + surfaceSwim = "AsswPercMrunSnonWnonDb"; + bottomSwim = "AbswPercMrunSnonWnonDb"; + }; + class SwimmingActionsRunBR: SwimmingActions + { + startSwim = "AswmPercMrunSnonWnonDbr"; + surfaceSwim = "AsswPercMrunSnonWnonDbr"; + bottomSwim = "AbswPercMrunSnonWnonDbr"; + }; + class SwimmingActionsRunR: SwimmingActions + { + startSwim = "AswmPercMrunSnonWnonDr"; + surfaceSwim = "AsswPercMrunSnonWnonDr"; + bottomSwim = "AbswPercMrunSnonWnonDr"; + }; + class SwimmingActionsRunFR: SwimmingActions + { + startSwim = "AswmPercMrunSnonWnonDfr"; + surfaceSwim = "AsswPercMrunSnonWnonDfr"; + bottomSwim = "AbswPercMrunSnonWnonDfr"; + }; + class SwimmingActionsFastF: SwimmingActionsRunF + { + limitFast = 4; + }; + class SwimmingActionsFastFR: SwimmingActionsRunF + { + limitFast = 4; + }; + class SwimmingActionsFastFL: SwimmingActionsRunF + { + limitFast = 4; + }; + class SurfaceSwimmingActions: SwimmingActions + { + relax = "AsswPercMstpSnonWnonDnon_relax"; + stop = "AsswPercMstpSnonWnonDnon"; + default = "AsswPercMstpSnonWnonDnon"; + stopRelaxed = "AsswPercMstpSnonWnonDnon"; + turnL = "AsswPercMstpSnonWnonDnon"; + turnR = "AsswPercMstpSnonWnonDnon"; + WalkF = "AsswPercMwlkSnonWnonDf"; + WalkLF = "AsswPercMwlkSnonWnonDfl"; + WalkRF = "AsswPercMwlkSnonWnonDfr"; + WalkL = "AsswPercMwlkSnonWnonDl"; + WalkR = "AsswPercMwlkSnonWnonDr"; + WalkLB = "AsswPercMstpSnonWnonDnon"; + WalkRB = "AsswPercMstpSnonWnonDnon"; + WalkB = "AsswPercMwlkSnonWnonDb"; + PlayerWalkF = "AsswPercMwlkSnonWnonDf"; + PlayerWalkLF = "AsswPercMwlkSnonWnonDfl"; + PlayerWalkRF = "AsswPercMwlkSnonWnonDfr"; + PlayerWalkL = "AsswPercMwlkSnonWnonDl"; + PlayerWalkR = "AsswPercMwlkSnonWnonDr"; + PlayerWalkLB = "AsswPercMstpSnonWnonDnon"; + PlayerWalkRB = "AsswPercMstpSnonWnonDnon"; + PlayerWalkB = "AsswPercMwlkSnonWnonDb"; + SlowF = "AsswPercMrunSnonWnonDf"; + SlowLF = "AsswPercMrunSnonWnonDfl"; + SlowRF = "AsswPercMrunSnonWnonDfr"; + SlowL = "AsswPercMrunSnonWnonDl"; + SlowR = "AsswPercMrunSnonWnonDr"; + SlowLB = "AsswPercMstpSnonWnonDnon"; + SlowRB = "AsswPercMstpSnonWnonDnon"; + SlowB = "AsswPercMrunSnonWnonDb"; + PlayerSlowF = "AsswPercMrunSnonWnonDf"; + PlayerSlowLF = "AsswPercMrunSnonWnonDfl"; + PlayerSlowRF = "AsswPercMrunSnonWnonDfr"; + PlayerSlowL = "AsswPercMrunSnonWnonDl"; + PlayerSlowR = "AsswPercMrunSnonWnonDr"; + PlayerSlowLB = "AsswPercMstpSnonWnonDnon"; + PlayerSlowRB = "AsswPercMstpSnonWnonDnon"; + PlayerSlowB = "AsswPercMrunSnonWnonDb"; + FastF = "AsswPercMsprSnonWnonDf"; + FastLF = "AsswPercMsprSnonWnonDf"; + FastRF = "AsswPercMsprSnonWnonDf"; + FastL = "AsswPercMstpSnonWnonDnon"; + FastR = "AsswPercMstpSnonWnonDnon"; + FastLB = "AsswPercMstpSnonWnonDnon"; + FastRB = "AsswPercMstpSnonWnonDnon"; + FastB = "AsswPercMrunSnonWnonDb"; + TactF = "AsswPercMwlkSnonWnonDf"; + TactLF = "AsswPercMwlkSnonWnonDfl"; + TactRF = "AsswPercMwlkSnonWnonDfr"; + TactL = "AsswPercMwlkSnonWnonDl"; + TactR = "AsswPercMwlkSnonWnonDr"; + TactLB = "AsswPercMstpSnonWnonDnon"; + TactRB = "AsswPercMstpSnonWnonDnon"; + TactB = "AsswPercMwlkSnonWnonDb"; + PlayerTactF = "AsswPercMwlkSnonWnonDf"; + PlayerTactLF = "AsswPercMwlkSnonWnonDfl"; + PlayerTactRF = "AsswPercMwlkSnonWnonDfr"; + PlayerTactL = "AsswPercMwlkSnonWnonDl"; + PlayerTactR = "AsswPercMwlkSnonWnonDr"; + PlayerTactLB = "AsswPercMstpSnonWnonDnon"; + PlayerTactRB = "AsswPercMstpSnonWnonDnon"; + PlayerTactB = "AsswPercMwlkSnonWnonDb"; + swimUp = "AsswPercMstpSnonWnonDnon_goup"; + swimDown = "AsswPercMstpSnonWnonDnon_goDown"; + upDegree = "ManPosSurfaceSwimming"; + }; + class SurfaceSwimmingActionsRunF: SurfaceSwimmingActions + { + startSwim = "AswmPercMrunSnonWnonDf"; + surfaceSwim = "AsswPercMrunSnonWnonDf"; + bottomSwim = "AbswPercMrunSnonWnonDf"; + }; + class SurfaceSwimmingActionsRunFL: SurfaceSwimmingActions + { + startSwim = "AswmPercMrunSnonWnonDfl"; + surfaceSwim = "AsswPercMrunSnonWnonDfl"; + bottomSwim = "AbswPercMrunSnonWnonDfl"; + }; + class SurfaceSwimmingActionsRunL: SurfaceSwimmingActions + { + startSwim = "AswmPercMrunSnonWnonDl"; + surfaceSwim = "AsswPercMrunSnonWnonDl"; + bottomSwim = "AbswPercMrunSnonWnonDl"; + }; + class SurfaceSwimmingActionsRunBL: SurfaceSwimmingActions + { + startSwim = "AswmPercMrunSnonWnonDbl"; + surfaceSwim = "AsswPercMrunSnonWnonDbl"; + bottomSwim = "AbswPercMrunSnonWnonDbl"; + }; + class SurfaceSwimmingActionsRunB: SurfaceSwimmingActions + { + startSwim = "AswmPercMrunSnonWnonDb"; + surfaceSwim = "AsswPercMrunSnonWnonDb"; + bottomSwim = "AbswPercMrunSnonWnonDb"; + }; + class SurfaceSwimmingActionsRunBR: SurfaceSwimmingActions + { + startSwim = "AswmPercMrunSnonWnonDbr"; + surfaceSwim = "AsswPercMrunSnonWnonDbr"; + bottomSwim = "AbswPercMrunSnonWnonDbr"; + }; + class SurfaceSwimmingActionsRunR: SurfaceSwimmingActions + { + startSwim = "AswmPercMrunSnonWnonDr"; + surfaceSwim = "AsswPercMrunSnonWnonDr"; + bottomSwim = "AbswPercMrunSnonWnonDr"; + }; + class SurfaceSwimmingActionsRunFR: SurfaceSwimmingActions + { + startSwim = "AswmPercMrunSnonWnonDfr"; + surfaceSwim = "AsswPercMrunSnonWnonDfr"; + bottomSwim = "AbswPercMrunSnonWnonDfr"; + }; + class SurfaceSwimmingActionsFastF: SurfaceSwimmingActionsRunF + { + limitFast = 4; + }; + class SurfaceSwimmingActionsFastFR: SurfaceSwimmingActionsRunF + { + limitFast = 4; + }; + class SurfaceSwimmingActionsFastFL: SurfaceSwimmingActionsRunF + { + limitFast = 4; + }; + class BottomSwimmingActions: SwimmingActions + { + relax = "AbswPercMstpSnonWnonDnon_relax"; + stop = "AbswPercMstpSnonWnonDnon"; + default = "AbswPercMstpSnonWnonDnon"; + stopRelaxed = "AbswPercMstpSnonWnonDnon"; + turnL = "AbswPercMstpSnonWnonDnon"; + turnR = "AbswPercMstpSnonWnonDnon"; + WalkF = "AbswPercMwlkSnonWnonDf"; + WalkLF = "AbswPercMwlkSnonWnonDfl"; + WalkRF = "AbswPercMwlkSnonWnonDfr"; + WalkL = "AbswPercMwlkSnonWnonDl"; + WalkR = "AbswPercMwlkSnonWnonDr"; + WalkLB = "AbswPercMstpSnonWnonDnon"; + WalkRB = "AbswPercMstpSnonWnonDnon"; + WalkB = "AbswPercMwlkSnonWnonDb"; + PlayerWalkF = "AbswPercMwlkSnonWnonDf"; + PlayerWalkLF = "AbswPercMwlkSnonWnonDfl"; + PlayerWalkRF = "AbswPercMwlkSnonWnonDfr"; + PlayerWalkL = "AbswPercMwlkSnonWnonDl"; + PlayerWalkR = "AbswPercMwlkSnonWnonDr"; + PlayerWalkLB = "AbswPercMstpSnonWnonDnon"; + PlayerWalkRB = "AbswPercMstpSnonWnonDnon"; + PlayerWalkB = "AbswPercMwlkSnonWnonDb"; + SlowF = "AbswPercMrunSnonWnonDf"; + SlowLF = "AbswPercMrunSnonWnonDfl"; + SlowRF = "AbswPercMrunSnonWnonDfr"; + SlowL = "AbswPercMrunSnonWnonDl"; + SlowR = "AbswPercMrunSnonWnonDr"; + SlowLB = "AbswPercMstpSnonWnonDnon"; + SlowRB = "AbswPercMstpSnonWnonDnon"; + SlowB = "AbswPercMrunSnonWnonDb"; + PlayerSlowF = "AbswPercMrunSnonWnonDf"; + PlayerSlowLF = "AbswPercMrunSnonWnonDfl"; + PlayerSlowRF = "AbswPercMrunSnonWnonDfr"; + PlayerSlowL = "AbswPercMrunSnonWnonDl"; + PlayerSlowR = "AbswPercMrunSnonWnonDr"; + PlayerSlowLB = "AbswPercMstpSnonWnonDnon"; + PlayerSlowRB = "AbswPercMstpSnonWnonDnon"; + PlayerSlowB = "AbswPercMrunSnonWnonDb"; + FastF = "AbswPercMsprSnonWnonDf"; + FastLF = "AbswPercMsprSnonWnonDf"; + FastRF = "AbswPercMsprSnonWnonDf"; + FastL = "AbswPercMstpSnonWnonDnon"; + FastR = "AbswPercMstpSnonWnonDnon"; + FastLB = "AbswPercMstpSnonWnonDnon"; + FastRB = "AbswPercMstpSnonWnonDnon"; + FastB = "AbswPercMrunSnonWnonDb"; + TactF = "AbswPercMwlkSnonWnonDf"; + TactLF = "AbswPercMwlkSnonWnonDfl"; + TactRF = "AbswPercMwlkSnonWnonDfr"; + TactL = "AbswPercMwlkSnonWnonDl"; + TactR = "AbswPercMwlkSnonWnonDr"; + TactLB = "AbswPercMstpSnonWnonDnon"; + TactRB = "AbswPercMstpSnonWnonDnon"; + TactB = "AbswPercMwlkSnonWnonDb"; + PlayerTactF = "AbswPercMwlkSnonWnonDf"; + PlayerTactLF = "AbswPercMwlkSnonWnonDfl"; + PlayerTactRF = "AbswPercMwlkSnonWnonDfr"; + PlayerTactL = "AbswPercMwlkSnonWnonDl"; + PlayerTactR = "AbswPercMwlkSnonWnonDr"; + PlayerTactLB = "AbswPercMstpSnonWnonDnon"; + PlayerTactRB = "AbswPercMstpSnonWnonDnon"; + PlayerTactB = "AbswPercMwlkSnonWnonDb"; + swimUp = "AbswPercMstpSnonWnonDnon_goup"; + swimDown = "AbswPercMstpSnonWnonDnon_goDown"; + upDegree = "ManPosBottomSwimming"; + }; + class BottomSwimmingActionsRunF: BottomSwimmingActions + { + startSwim = "AswmPercMrunSnonWnonDf"; + surfaceSwim = "AsswPercMrunSnonWnonDf"; + bottomSwim = "AbswPercMrunSnonWnonDf"; + }; + class BottomSwimmingActionsRunFL: BottomSwimmingActions + { + startSwim = "AswmPercMrunSnonWnonDfl"; + surfaceSwim = "AsswPercMrunSnonWnonDfl"; + bottomSwim = "AbswPercMrunSnonWnonDfl"; + }; + class BottomSwimmingActionsRunL: BottomSwimmingActions + { + startSwim = "AswmPercMrunSnonWnonDl"; + surfaceSwim = "AsswPercMrunSnonWnonDl"; + bottomSwim = "AbswPercMrunSnonWnonDl"; + }; + class BottomSwimmingActionsRunBL: BottomSwimmingActions + { + startSwim = "AswmPercMrunSnonWnonDbl"; + surfaceSwim = "AsswPercMrunSnonWnonDbl"; + bottomSwim = "AbswPercMrunSnonWnonDbl"; + }; + class BottomSwimmingActionsRunB: BottomSwimmingActions + { + startSwim = "AswmPercMrunSnonWnonDb"; + surfaceSwim = "AsswPercMrunSnonWnonDb"; + bottomSwim = "AbswPercMrunSnonWnonDb"; + }; + class BottomSwimmingActionsRunBR: BottomSwimmingActions + { + startSwim = "AswmPercMrunSnonWnonDbr"; + surfaceSwim = "AsswPercMrunSnonWnonDbr"; + bottomSwim = "AbswPercMrunSnonWnonDbr"; + }; + class BottomSwimmingActionsRunR: BottomSwimmingActions + { + startSwim = "AswmPercMrunSnonWnonDr"; + surfaceSwim = "AsswPercMrunSnonWnonDr"; + bottomSwim = "AbswPercMrunSnonWnonDr"; + }; + class BottomSwimmingActionsRunFR: BottomSwimmingActions + { + startSwim = "AswmPercMrunSnonWnonDfr"; + surfaceSwim = "AsswPercMrunSnonWnonDfr"; + bottomSwim = "AbswPercMrunSnonWnonDfr"; + }; + class BottomSwimmingActionsFastF: BottomSwimmingActionsRunF + { + limitFast = 4; + }; + class BottomSwimmingActionsFastFR: BottomSwimmingActionsRunF + { + limitFast = 4; + }; + class BottomSwimmingActionsFastFL: BottomSwimmingActionsRunF + { + limitFast = 4; + }; + class DivingActions: NoActions + { + relax = "AdvePercMstpSnonWnonDnon_relax"; + stop = "AdvePercMstpSnonWnonDnon"; + PrimaryWeapon = "AdvePercMstpSnonWrflDnon"; + default = "AdvePercMstpSnonWnonDnon"; + stopRelaxed = "AdvePercMstpSnonWnonDnon"; + turnL = "AdvePercMstpSnonWnonDnon_turnl"; + turnR = "AdvePercMstpSnonWnonDnon_turnr"; + putDown = "AdvePercMstpSnonWnonDnon_AdvePercMstpSnonWnonDnon_putDown"; + WalkF = "AdvePercMwlkSnonWnonDf"; + WalkLF = "AdvePercMwlkSnonWnonDfl"; + WalkRF = "AdvePercMwlkSnonWnonDfr"; + WalkL = "AdvePercMwlkSnonWnonDl"; + WalkR = "AdvePercMwlkSnonWnonDr"; + WalkLB = "AdvePercMwlkSnonWnonDbl"; + WalkRB = "AdvePercMwlkSnonWnonDbr"; + WalkB = "AdvePercMwlkSnonWnonDb"; + PlayerWalkF = "AdvePercMwlkSnonWnonDf"; + PlayerWalkLF = "AdvePercMwlkSnonWnonDfl"; + PlayerWalkRF = "AdvePercMwlkSnonWnonDfr"; + PlayerWalkL = "AdvePercMwlkSnonWnonDl"; + PlayerWalkR = "AdvePercMwlkSnonWnonDr"; + PlayerWalkLB = "AdvePercMwlkSnonWnonDbl"; + PlayerWalkRB = "AdvePercMwlkSnonWnonDbr"; + PlayerWalkB = "AdvePercMwlkSnonWnonDb"; + SlowF = "AdvePercMrunSnonWnonDf"; + SlowLF = "AdvePercMrunSnonWnonDfl"; + SlowRF = "AdvePercMrunSnonWnonDfr"; + SlowL = "AdvePercMrunSnonWnonDl"; + SlowR = "AdvePercMrunSnonWnonDr"; + SlowLB = "AdvePercMrunSnonWnonDbl"; + SlowRB = "AdvePercMrunSnonWnonDbr"; + SlowB = "AdvePercMrunSnonWnonDb"; + PlayerSlowF = "AdvePercMrunSnonWnonDf"; + PlayerSlowLF = "AdvePercMrunSnonWnonDfl"; + PlayerSlowRF = "AdvePercMrunSnonWnonDfr"; + PlayerSlowL = "AdvePercMrunSnonWnonDl"; + PlayerSlowR = "AdvePercMrunSnonWnonDr"; + PlayerSlowLB = "AdvePercMrunSnonWnonDbl"; + PlayerSlowRB = "AdvePercMrunSnonWnonDbr"; + PlayerSlowB = "AdvePercMrunSnonWnonDb"; + FastF = "AdvePercMsprSnonWnonDf"; + FastLF = "AdvePercMrunSnonWnonDfl"; + FastRF = "AdvePercMrunSnonWnonDfr"; + FastL = "AdvePercMrunSnonWnonDl"; + FastR = "AdvePercMrunSnonWnonDr"; + FastLB = "AdvePercMrunSnonWnonDbl"; + FastRB = "AdvePercMrunSnonWnonDbr"; + FastB = "AdvePercMrunSnonWnonDb"; + TactF = "AdvePercMtacSnonWnonDf"; + TactLF = "AdvePercMtacSnonWnonDfl"; + TactRF = "AdvePercMtacSnonWnonDfr"; + TactL = "AdvePercMtacSnonWnonDl"; + TactR = "AdvePercMtacSnonWnonDr"; + TactLB = "AdvePercMtacSnonWnonDbl"; + TactRB = "AdvePercMtacSnonWnonDbr"; + TactB = "AdvePercMtacSnonWnonDb"; + PlayerTactF = "AdvePercMtacSnonWnonDf"; + PlayerTactLF = "AdvePercMtacSnonWnonDfl"; + PlayerTactRF = "AdvePercMtacSnonWnonDfr"; + PlayerTactL = "AdvePercMtacSnonWnonDl"; + PlayerTactR = "AdvePercMtacSnonWnonDr"; + PlayerTactLB = "AdvePercMtacSnonWnonDbl"; + PlayerTactRB = "AdvePercMtacSnonWnonDbr"; + PlayerTactB = "AdvePercMtacSnonWnonDb"; + stopDive = "AmovPercMstpSnonWnonDnon"; + SurfaceDive = "AsdvPercMstpSnonWnonDnon"; + BottomDive = "AbdvPercMstpSnonWnonDnon"; + swimUp = "AdvePercMstpSnonWnonDnon_goup"; + swimDown = "AdvePercMstpSnonWnonDnon_goDown"; + GetInSDV = "AdvePercMstpSnonWnonDnon_GetInSDV"; + GetOutSDV = "AdvePercMstpSnonWnonDnon_GetOutSDV"; + upDegree = "ManPosDiving"; + limitFast = 3.2; + }; + class DivingActionsGoingOut: DivingActions + { + upDegree = "ManPosGoingFromWater"; + Civil = "AmovPercMstpSnonWnonDnon"; + Default = "AmovPercMstpSnonWnonDnon"; + Stop = "AmovPercMstpSrasWrflDnon"; + Combat = "AmovPercMstpSrasWrflDnon"; + }; + class DivingActionsFastF: DivingActions + { + StartDive = "AdvePercMsprSnonWnonDf"; + SurfaceDive = "AsdvPercMsprSnonWnonDf"; + BottomDive = "AbdvPercMsprSnonWnonDf"; + }; + class DivingActionsRunF: DivingActions + { + SurfaceDive = "AsdvPercMrunSnonWnonDf"; + BottomDive = "AbdvPercMrunSnonWnonDf"; + }; + class DivingActionsRunFL: DivingActions + { + StartDive = "AdvePercMrunSnonWnonDfl"; + SurfaceDive = "AsdvPercMrunSnonWnonDfl"; + BottomDive = "AbdvPercMrunSnonWnonDfl"; + }; + class DivingActionsRunFR: DivingActions + { + StartDive = "AdvePercMrunSnonWnonDfr"; + SurfaceDive = "AsdvPercMrunSnonWnonDfr"; + BottomDive = "AbdvPercMrunSnonWnonDfr"; + }; + class DivingActionsRunB: DivingActions + { + StartDive = "AdvePercMrunSnonWnonDb"; + SurfaceDive = "AsdvPercMrunSnonWnonDb"; + BottomDive = "AbdvPercMrunSnonWnonDb"; + }; + class DivingActionsRunBR: DivingActions + { + StartDive = "AdvePercMrunSnonWnonDbr"; + SurfaceDive = "AsdvPercMrunSnonWnonDbr"; + BottomDive = "AbdvPercMrunSnonWnonDbr"; + }; + class DivingActionsRunBL: DivingActions + { + StartDive = "AdvePercMrunSnonWnonDbl"; + SurfaceDive = "AsdvPercMrunSnonWnonDbl"; + BottomDive = "AbdvPercMrunSnonWnonDbl"; + }; + class DivingActionsRunL: DivingActions + { + StartDive = "AdvePercMrunSnonWnonDl"; + SurfaceDive = "AsdvPercMrunSnonWnonDl"; + BottomDive = "AbdvPercMrunSnonWnonDl"; + }; + class DivingActionsRunR: DivingActions + { + StartDive = "AdvePercMrunSnonWnonDr"; + SurfaceDive = "AsdvPercMrunSnonWnonDr"; + BottomDive = "AbdvPercMrunSnonWnonDr"; + }; + class DivingActionsWlkF: DivingActions + { + StartDive = "AdvePercMwlkSnonWnonDf"; + SurfaceDive = "AsdvPercMwlkSnonWnonDf"; + BottomDive = "AbdvPercMwlkSnonWnonDf"; + }; + class DivingActionsWlkFL: DivingActions + { + StartDive = "AdvePercMwlkSnonWnonDfl"; + SurfaceDive = "AsdvPercMwlkSnonWnonDfl"; + BottomDive = "AbdvPercMwlkSnonWnonDfl"; + }; + class DivingActionsWlkFR: DivingActions + { + StartDive = "AdvePercMwlkSnonWnonDfr"; + SurfaceDive = "AsdvPercMwlkSnonWnonDfr"; + BottomDive = "AbdvPercMwlkSnonWnonDfr"; + }; + class DivingActionsWlkB: DivingActions + { + StartDive = "AdvePercMwlkSnonWnonDb"; + SurfaceDive = "AsdvPercMwlkSnonWnonDb"; + BottomDive = "AbdvPercMwlkSnonWnonDb"; + }; + class DivingActionsWlkBR: DivingActions + { + StartDive = "AdvePercMwlkSnonWnonDbr"; + SurfaceDive = "AsdvPercMwlkSnonWnonDbr"; + BottomDive = "AbdvPercMwlkSnonWnonDbr"; + }; + class DivingActionsWlkBL: DivingActions + { + StartDive = "AdvePercMwlkSnonWnonDbl"; + SurfaceDive = "AsdvPercMwlkSnonWnonDbl"; + BottomDive = "AbdvPercMwlkSnonWnonDbl"; + }; + class DivingActionsWlkL: DivingActions + { + StartDive = "AdvePercMwlkSnonWnonDl"; + SurfaceDive = "AsdvPercMwlkSnonWnonDl"; + BottomDive = "AbdvPercMwlkSnonWnonDl"; + }; + class DivingActionsWlkR: DivingActions + { + StartDive = "AdvePercMwlkSnonWnonDr"; + SurfaceDive = "AsdvPercMwlkSnonWnonDr"; + BottomDive = "AbdvPercMwlkSnonWnonDr"; + }; + class DivingActionsTacF: DivingActions + { + StartDive = "AdvePercMtacSnonWnonDf"; + SurfaceDive = "AsdvPercMtacSnonWnonDf"; + BottomDive = "AbdvPercMtacSnonWnonDf"; + }; + class DivingActionsTacFL: DivingActions + { + StartDive = "AdvePercMtacSnonWnonDfl"; + SurfaceDive = "AsdvPercMtacSnonWnonDfl"; + BottomDive = "AbdvPercMtacSnonWnonDfl"; + }; + class DivingActionsTacFR: DivingActions + { + StartDive = "AdvePercMtacSnonWnonDfr"; + SurfaceDive = "AsdvPercMtacSnonWnonDfr"; + BottomDive = "AbdvPercMtacSnonWnonDfr"; + }; + class DivingActionsTacB: DivingActions + { + StartDive = "AdvePercMtacSnonWnonDb"; + SurfaceDive = "AsdvPercMtacSnonWnonDb"; + BottomDive = "AbdvPercMtacSnonWnonDb"; + }; + class DivingActionsTacBR: DivingActions + { + StartDive = "AdvePercMtacSnonWnonDbr"; + SurfaceDive = "AsdvPercMtacSnonWnonDbr"; + BottomDive = "AbdvPercMtacSnonWnonDbr"; + }; + class DivingActionsTacBL: DivingActions + { + StartDive = "AdvePercMtacSnonWnonDbl"; + SurfaceDive = "AsdvPercMtacSnonWnonDbl"; + BottomDive = "AbdvPercMtacSnonWnonDbl"; + }; + class DivingActionsTacL: DivingActions + { + StartDive = "AdvePercMtacSnonWnonDl"; + SurfaceDive = "AsdvPercMtacSnonWnonDl"; + BottomDive = "AbdvPercMtacSnonWnonDl"; + }; + class DivingActionsTacR: DivingActions + { + StartDive = "AdvePercMtacSnonWnonDr"; + SurfaceDive = "AsdvPercMtacSnonWnonDr"; + BottomDive = "AbdvPercMtacSnonWnonDr"; + }; + class DivingRifleActions: DivingActions + { + relax = "AdvePercMstpSnonWrflDnon_relax"; + stop = "AdvePercMstpSnonWrflDnon"; + default = "AdvePercMstpSnonWrflDnon"; + stopRelaxed = "AdvePercMstpSnonWrflDnon"; + turnL = "AdvePercMstpSnonWrflDnon_turnl"; + turnR = "AdvePercMstpSnonWrflDnon_turnr"; + putDown = "AdvePercMstpSnonWrflDnon_AdvePercMstpSnonWrflDnon_putDown"; + WalkF = "AdvePercMwlkSnonWrflDf"; + WalkLF = "AdvePercMwlkSnonWrflDfl"; + WalkRF = "AdvePercMwlkSnonWrflDfr"; + WalkL = "AdvePercMwlkSnonWrflDl"; + WalkR = "AdvePercMwlkSnonWrflDr"; + WalkLB = "AdvePercMwlkSnonWrflDbl"; + WalkRB = "AdvePercMwlkSnonWrflDbr"; + WalkB = "AdvePercMwlkSnonWrflDb"; + PlayerWalkF = "AdvePercMwlkSnonWrflDf"; + PlayerWalkLF = "AdvePercMwlkSnonWrflDfl"; + PlayerWalkRF = "AdvePercMwlkSnonWrflDfr"; + PlayerWalkL = "AdvePercMwlkSnonWrflDl"; + PlayerWalkR = "AdvePercMwlkSnonWrflDr"; + PlayerWalkLB = "AdvePercMwlkSnonWrflDbl"; + PlayerWalkRB = "AdvePercMwlkSnonWrflDbr"; + PlayerWalkB = "AdvePercMwlkSnonWrflDb"; + SlowF = "AdvePercMrunSnonWrflDf"; + SlowLF = "AdvePercMrunSnonWrflDfl"; + SlowRF = "AdvePercMrunSnonWrflDfr"; + SlowL = "AdvePercMrunSnonWrflDl"; + SlowR = "AdvePercMrunSnonWrflDr"; + SlowLB = "AdvePercMrunSnonWrflDbl"; + SlowRB = "AdvePercMrunSnonWrflDbr"; + SlowB = "AdvePercMrunSnonWrflDb"; + PlayerSlowF = "AdvePercMrunSnonWrflDf"; + PlayerSlowLF = "AdvePercMrunSnonWrflDfl"; + PlayerSlowRF = "AdvePercMrunSnonWrflDfr"; + PlayerSlowL = "AdvePercMrunSnonWrflDl"; + PlayerSlowR = "AdvePercMrunSnonWrflDr"; + PlayerSlowLB = "AdvePercMrunSnonWrflDbl"; + PlayerSlowRB = "AdvePercMrunSnonWrflDbr"; + PlayerSlowB = "AdvePercMrunSnonWrflDb"; + FastF = "AdvePercMsprSnonWrflDf"; + FastLF = "AdvePercMrunSnonWrflDfl"; + FastRF = "AdvePercMrunSnonWrflDfr"; + FastL = "AdvePercMrunSnonWrflDl"; + FastR = "AdvePercMrunSnonWrflDr"; + FastLB = "AdvePercMrunSnonWrflDbl"; + FastRB = "AdvePercMrunSnonWrflDbr"; + FastB = "AdvePercMrunSnonWrflDb"; + TactF = "AdvePercMtacSnonWrflDf"; + TactLF = "AdvePercMtacSnonWrflDfl"; + TactRF = "AdvePercMtacSnonWrflDfr"; + TactL = "AdvePercMtacSnonWrflDl"; + TactR = "AdvePercMtacSnonWrflDr"; + TactLB = "AdvePercMtacSnonWrflDbl"; + TactRB = "AdvePercMtacSnonWrflDbr"; + TactB = "AdvePercMtacSnonWrflDb"; + PlayerTactF = "AdvePercMtacSnonWrflDf"; + PlayerTactLF = "AdvePercMtacSnonWrflDfl"; + PlayerTactRF = "AdvePercMtacSnonWrflDfr"; + PlayerTactL = "AdvePercMtacSnonWrflDl"; + PlayerTactR = "AdvePercMtacSnonWrflDr"; + PlayerTactLB = "AdvePercMtacSnonWrflDbl"; + PlayerTactRB = "AdvePercMtacSnonWrflDbr"; + PlayerTactB = "AdvePercMtacSnonWrflDb"; + stopDive = "AmovPercMstpSrasWrflDnon"; + StartDive = "AdvePercMstpSnonWrflDnon"; + SurfaceDive = "AsdvPercMstpSnonWrflDnon"; + BottomDive = "AbdvPercMstpSnonWrflDnon"; + swimUp = "AdvePercMstpSnonWrflDnon_goup"; + swimDown = "AdvePercMstpSnonWrflDnon_goDown"; + GetInSDV = "AdvePercMstpSnonWrflDnon_GetInSDV"; + GetOutSDV = "AdvePercMstpSnonWrflDnon_GetOutSDV"; + }; + class DivingRifleActionsGoingOut: DivingRifleActions + { + upDegree = "ManPosGoingFromWater"; + Stop = "AmovPercMstpSrasWrflDnon"; + Combat = "AmovPercMstpSrasWrflDnon"; + Default = "AmovPercMstpSrasWrflDnon"; + }; + class DivingRifleActionsFastF: DivingRifleActions + { + StartDive = "AdvePercMsprSnonWrflDf"; + SurfaceDive = "AsdvPercMsprSnonWrflDf"; + BottomDive = "AbdvPercMsprSnonWrflDf"; + }; + class DivingRifleActionsRunF: DivingRifleActions + { + StartDive = "AdvePercMrunSnonWrflDf"; + SurfaceDive = "AsdvPercMrunSnonWrflDf"; + BottomDive = "AbdvPercMrunSnonWrflDf"; + }; + class DivingRifleActionsRunFL: DivingRifleActions + { + StartDive = "AdvePercMrunSnonWrflDfl"; + SurfaceDive = "AsdvPercMrunSnonWrflDfl"; + BottomDive = "AbdvPercMrunSnonWrflDfl"; + }; + class DivingRifleActionsRunFR: DivingRifleActions + { + StartDive = "AdvePercMrunSnonWrflDfr"; + SurfaceDive = "AsdvPercMrunSnonWrflDfr"; + BottomDive = "AbdvPercMrunSnonWrflDfr"; + }; + class DivingRifleActionsRunB: DivingRifleActions + { + StartDive = "AdvePercMrunSnonWrflDb"; + SurfaceDive = "AsdvPercMrunSnonWrflDb"; + BottomDive = "AbdvPercMrunSnonWrflDb"; + }; + class DivingRifleActionsRunBR: DivingRifleActions + { + StartDive = "AdvePercMrunSnonWrflDbr"; + SurfaceDive = "AsdvPercMrunSnonWrflDbr"; + BottomDive = "AbdvPercMrunSnonWrflDbr"; + }; + class DivingRifleActionsRunBL: DivingRifleActions + { + StartDive = "AdvePercMrunSnonWrflDbl"; + SurfaceDive = "AsdvPercMrunSnonWrflDbl"; + BottomDive = "AbdvPercMrunSnonWrflDbl"; + }; + class DivingRifleActionsRunL: DivingRifleActions + { + StartDive = "AdvePercMrunSnonWrflDl"; + SurfaceDive = "AsdvPercMrunSnonWrflDl"; + BottomDive = "AbdvPercMrunSnonWrflDl"; + }; + class DivingRifleActionsRunR: DivingRifleActions + { + StartDive = "AdvePercMrunSnonWrflDr"; + SurfaceDive = "AsdvPercMrunSnonWrflDr"; + BottomDive = "AbdvPercMrunSnonWrflDr"; + }; + class DivingRifleActionsWlkF: DivingRifleActions + { + StartDive = "AdvePercMwlkSnonWrflDf"; + SurfaceDive = "AsdvPercMwlkSnonWrflDf"; + BottomDive = "AbdvPercMwlkSnonWrflDf"; + }; + class DivingRifleActionsWlkFL: DivingRifleActions + { + StartDive = "AdvePercMwlkSnonWrflDfl"; + SurfaceDive = "AsdvPercMwlkSnonWrflDfl"; + BottomDive = "AbdvPercMwlkSnonWrflDfl"; + }; + class DivingRifleActionsWlkFR: DivingRifleActions + { + StartDive = "AdvePercMwlkSnonWrflDfr"; + SurfaceDive = "AsdvPercMwlkSnonWrflDfr"; + BottomDive = "AbdvPercMwlkSnonWrflDfr"; + }; + class DivingRifleActionsWlkB: DivingRifleActions + { + StartDive = "AdvePercMwlkSnonWrflDb"; + SurfaceDive = "AsdvPercMwlkSnonWrflDb"; + BottomDive = "AbdvPercMwlkSnonWrflDb"; + }; + class DivingRifleActionsWlkBR: DivingRifleActions + { + StartDive = "AdvePercMwlkSnonWrflDbr"; + SurfaceDive = "AsdvPercMwlkSnonWrflDbr"; + BottomDive = "AbdvPercMwlkSnonWrflDbr"; + }; + class DivingRifleActionsWlkBL: DivingRifleActions + { + StartDive = "AdvePercMwlkSnonWrflDbl"; + SurfaceDive = "AsdvPercMwlkSnonWrflDbl"; + BottomDive = "AbdvPercMwlkSnonWrflDbl"; + }; + class DivingRifleActionsWlkL: DivingRifleActions + { + StartDive = "AdvePercMwlkSnonWrflDl"; + SurfaceDive = "AsdvPercMwlkSnonWrflDl"; + BottomDive = "AbdvPercMwlkSnonWrflDl"; + }; + class DivingRifleActionsWlkR: DivingRifleActions + { + StartDive = "AdvePercMwlkSnonWrflDr"; + SurfaceDive = "AsdvPercMwlkSnonWrflDr"; + BottomDive = "AbdvPercMwlkSnonWrflDr"; + }; + class DivingRifleActionsTacF: DivingRifleActions + { + StartDive = "AdvePercMtacSnonWrflDf"; + SurfaceDive = "AsdvPercMtacSnonWrflDf"; + BottomDive = "AbdvPercMtacSnonWrflDf"; + }; + class DivingRifleActionsTacFL: DivingRifleActions + { + StartDive = "AdvePercMtacSnonWrflDfl"; + SurfaceDive = "AsdvPercMtacSnonWrflDfl"; + BottomDive = "AbdvPercMtacSnonWrflDfl"; + }; + class DivingRifleActionsTacFR: DivingRifleActions + { + StartDive = "AdvePercMtacSnonWrflDfr"; + SurfaceDive = "AsdvPercMtacSnonWrflDfr"; + BottomDive = "AbdvPercMtacSnonWrflDfr"; + }; + class DivingRifleActionsTacB: DivingRifleActions + { + StartDive = "AdvePercMtacSnonWrflDb"; + SurfaceDive = "AsdvPercMtacSnonWrflDb"; + BottomDive = "AbdvPercMtacSnonWrflDb"; + }; + class DivingRifleActionsTacBR: DivingRifleActions + { + StartDive = "AdvePercMtacSnonWrflDbr"; + SurfaceDive = "AsdvPercMtacSnonWrflDbr"; + BottomDive = "AbdvPercMtacSnonWrflDbr"; + }; + class DivingRifleActionsTacBL: DivingRifleActions + { + StartDive = "AdvePercMtacSnonWrflDbl"; + SurfaceDive = "AsdvPercMtacSnonWrflDbl"; + BottomDive = "AbdvPercMtacSnonWrflDbl"; + }; + class DivingRifleActionsTacL: DivingRifleActions + { + StartDive = "AdvePercMtacSnonWrflDl"; + SurfaceDive = "AsdvPercMtacSnonWrflDl"; + BottomDive = "AbdvPercMtacSnonWrflDl"; + }; + class DivingRifleActionsTacR: DivingRifleActions + { + StartDive = "AdvePercMtacSnonWrflDr"; + SurfaceDive = "AsdvPercMtacSnonWrflDr"; + BottomDive = "AbdvPercMtacSnonWrflDr"; + }; + class SurfaceDivingActions: NoActions + { + relax = "AsdvPercMstpSnonWnonDnon_relax"; + stop = "AsdvPercMstpSnonWnonDnon"; + PrimaryWeapon = "AsdvPercMstpSnonWrflDnon"; + default = "AsdvPercMstpSnonWnonDnon"; + stopRelaxed = "AsdvPercMstpSnonWnonDnon"; + turnL = "AsdvPercMstpSnonWnonDnon_turnl"; + turnR = "AsdvPercMstpSnonWnonDnon_turnr"; + putDown = "AsdvPercMstpSnonWnonDnon_AsdvPercMstpSnonWnonDnon_putDown"; + WalkF = "AsdvPercMwlkSnonWnonDf"; + WalkLF = "AsdvPercMwlkSnonWnonDfl"; + WalkRF = "AsdvPercMwlkSnonWnonDfr"; + WalkL = "AsdvPercMwlkSnonWnonDl"; + WalkR = "AsdvPercMwlkSnonWnonDr"; + WalkLB = "AsdvPercMwlkSnonWnonDbl"; + WalkRB = "AsdvPercMwlkSnonWnonDbr"; + WalkB = "AsdvPercMwlkSnonWnonDb"; + PlayerWalkF = "AsdvPercMwlkSnonWnonDf"; + PlayerWalkLF = "AsdvPercMwlkSnonWnonDfl"; + PlayerWalkRF = "AsdvPercMwlkSnonWnonDfr"; + PlayerWalkL = "AsdvPercMwlkSnonWnonDl"; + PlayerWalkR = "AsdvPercMwlkSnonWnonDr"; + PlayerWalkLB = "AsdvPercMwlkSnonWnonDbl"; + PlayerWalkRB = "AsdvPercMwlkSnonWnonDbr"; + PlayerWalkB = "AsdvPercMwlkSnonWnonDb"; + SlowF = "AsdvPercMrunSnonWnonDf"; + SlowLF = "AsdvPercMrunSnonWnonDfl"; + SlowRF = "AsdvPercMrunSnonWnonDfr"; + SlowL = "AsdvPercMrunSnonWnonDl"; + SlowR = "AsdvPercMrunSnonWnonDr"; + SlowLB = "AsdvPercMrunSnonWnonDbl"; + SlowRB = "AsdvPercMrunSnonWnonDbr"; + SlowB = "AsdvPercMrunSnonWnonDb"; + PlayerSlowF = "AsdvPercMrunSnonWnonDf"; + PlayerSlowLF = "AsdvPercMrunSnonWnonDfl"; + PlayerSlowRF = "AsdvPercMrunSnonWnonDfr"; + PlayerSlowL = "AsdvPercMrunSnonWnonDl"; + PlayerSlowR = "AsdvPercMrunSnonWnonDr"; + PlayerSlowLB = "AsdvPercMrunSnonWnonDbl"; + PlayerSlowRB = "AsdvPercMrunSnonWnonDbr"; + PlayerSlowB = "AsdvPercMrunSnonWnonDb"; + FastF = "AsdvPercMsprSnonWnonDf"; + FastLF = "AsdvPercMrunSnonWnonDfl"; + FastRF = "AsdvPercMrunSnonWnonDfr"; + FastL = "AsdvPercMrunSnonWnonDl"; + FastR = "AsdvPercMrunSnonWnonDr"; + FastLB = "AsdvPercMrunSnonWnonDbl"; + FastRB = "AsdvPercMrunSnonWnonDbr"; + FastB = "AsdvPercMrunSnonWnonDb"; + TactF = "AsdvPercMtacSnonWnonDf"; + TactLF = "AsdvPercMtacSnonWnonDfl"; + TactRF = "AsdvPercMtacSnonWnonDfr"; + TactL = "AsdvPercMtacSnonWnonDl"; + TactR = "AsdvPercMtacSnonWnonDr"; + TactLB = "AsdvPercMtacSnonWnonDbl"; + TactRB = "AsdvPercMtacSnonWnonDbr"; + TactB = "AsdvPercMtacSnonWnonDb"; + PlayerTactF = "AsdvPercMtacSnonWnonDf"; + PlayerTactLF = "AsdvPercMtacSnonWnonDfl"; + PlayerTactRF = "AsdvPercMtacSnonWnonDfr"; + PlayerTactL = "AsdvPercMtacSnonWnonDl"; + PlayerTactR = "AsdvPercMtacSnonWnonDr"; + PlayerTactLB = "AsdvPercMtacSnonWnonDbl"; + PlayerTactRB = "AsdvPercMtacSnonWnonDbr"; + PlayerTactB = "AsdvPercMtacSnonWnonDb"; + stopDive = "AmovPercMstpSnonWnonDnon"; + SurfaceDive = "AsdvPercMstpSnonWnonDnon"; + BottomDive = "AbdvPercMstpSnonWnonDnon"; + swimUp = "AsdvPercMstpSnonWnonDnon_goup"; + swimDown = "AsdvPercMstpSnonWnonDnon_goDown"; + GetInSDV = "AsdvPercMstpSnonWnonDnon_GetInSDV"; + GetOutSDV = "AsdvPercMstpSnonWnonDnon_GetOutSDV"; + upDegree = "ManPosSurfaceDiving"; + limitFast = 3.2; + }; + class SurfaceDivingActionsGoingOut: SurfaceDivingActions + { + upDegree = "ManPosGoingFromWater"; + Civil = "AmovPercMstpSnonWnonDnon"; + Default = "AmovPercMstpSnonWnonDnon"; + Stop = "AmovPercMstpSrasWrflDnon"; + Combat = "AmovPercMstpSrasWrflDnon"; + }; + class SurfaceDivingActionsFastF: SurfaceDivingActions + { + StartDive = "AdvePercMsprSnonWnonDf"; + SurfaceDive = "AsdvPercMsprSnonWnonDf"; + BottomDive = "AbdvPercMsprSnonWnonDf"; + }; + class SurfaceDivingActionsRunF: SurfaceDivingActions + { + SurfaceDive = "AsdvPercMrunSnonWnonDf"; + BottomDive = "AbdvPercMrunSnonWnonDf"; + }; + class SurfaceDivingActionsRunFL: SurfaceDivingActions + { + StartDive = "AdvePercMrunSnonWnonDfl"; + SurfaceDive = "AsdvPercMrunSnonWnonDfl"; + BottomDive = "AbdvPercMrunSnonWnonDfl"; + }; + class SurfaceDivingActionsRunFR: SurfaceDivingActions + { + StartDive = "AdvePercMrunSnonWnonDfr"; + SurfaceDive = "AsdvPercMrunSnonWnonDfr"; + BottomDive = "AbdvPercMrunSnonWnonDfr"; + }; + class SurfaceDivingActionsRunB: SurfaceDivingActions + { + StartDive = "AdvePercMrunSnonWnonDb"; + SurfaceDive = "AsdvPercMrunSnonWnonDb"; + BottomDive = "AbdvPercMrunSnonWnonDb"; + }; + class SurfaceDivingActionsRunBR: SurfaceDivingActions + { + StartDive = "AdvePercMrunSnonWnonDbr"; + SurfaceDive = "AsdvPercMrunSnonWnonDbr"; + BottomDive = "AbdvPercMrunSnonWnonDbr"; + }; + class SurfaceDivingActionsRunBL: SurfaceDivingActions + { + StartDive = "AdvePercMrunSnonWnonDbl"; + SurfaceDive = "AsdvPercMrunSnonWnonDbl"; + BottomDive = "AbdvPercMrunSnonWnonDbl"; + }; + class SurfaceDivingActionsRunL: SurfaceDivingActions + { + StartDive = "AdvePercMrunSnonWnonDl"; + SurfaceDive = "AsdvPercMrunSnonWnonDl"; + BottomDive = "AbdvPercMrunSnonWnonDl"; + }; + class SurfaceDivingActionsRunR: SurfaceDivingActions + { + StartDive = "AdvePercMrunSnonWnonDr"; + SurfaceDive = "AsdvPercMrunSnonWnonDr"; + BottomDive = "AbdvPercMrunSnonWnonDr"; + }; + class SurfaceDivingActionsWlkF: SurfaceDivingActions + { + StartDive = "AdvePercMwlkSnonWnonDf"; + SurfaceDive = "AsdvPercMwlkSnonWnonDf"; + BottomDive = "AbdvPercMwlkSnonWnonDf"; + }; + class SurfaceDivingActionsWlkFL: SurfaceDivingActions + { + StartDive = "AdvePercMwlkSnonWnonDfl"; + SurfaceDive = "AsdvPercMwlkSnonWnonDfl"; + BottomDive = "AbdvPercMwlkSnonWnonDfl"; + }; + class SurfaceDivingActionsWlkFR: SurfaceDivingActions + { + StartDive = "AdvePercMwlkSnonWnonDfr"; + SurfaceDive = "AsdvPercMwlkSnonWnonDfr"; + BottomDive = "AbdvPercMwlkSnonWnonDfr"; + }; + class SurfaceDivingActionsWlkB: SurfaceDivingActions + { + StartDive = "AdvePercMwlkSnonWnonDb"; + SurfaceDive = "AsdvPercMwlkSnonWnonDb"; + BottomDive = "AbdvPercMwlkSnonWnonDb"; + }; + class SurfaceDivingActionsWlkBR: SurfaceDivingActions + { + StartDive = "AdvePercMwlkSnonWnonDbr"; + SurfaceDive = "AsdvPercMwlkSnonWnonDbr"; + BottomDive = "AbdvPercMwlkSnonWnonDbr"; + }; + class SurfaceDivingActionsWlkBL: SurfaceDivingActions + { + StartDive = "AdvePercMwlkSnonWnonDbl"; + SurfaceDive = "AsdvPercMwlkSnonWnonDbl"; + BottomDive = "AbdvPercMwlkSnonWnonDbl"; + }; + class SurfaceDivingActionsWlkL: SurfaceDivingActions + { + StartDive = "AdvePercMwlkSnonWnonDl"; + SurfaceDive = "AsdvPercMwlkSnonWnonDl"; + BottomDive = "AbdvPercMwlkSnonWnonDl"; + }; + class SurfaceDivingActionsWlkR: SurfaceDivingActions + { + StartDive = "AdvePercMwlkSnonWnonDr"; + SurfaceDive = "AsdvPercMwlkSnonWnonDr"; + BottomDive = "AbdvPercMwlkSnonWnonDr"; + }; + class SurfaceDivingActionsTacF: SurfaceDivingActions + { + StartDive = "AdvePercMtacSnonWnonDf"; + SurfaceDive = "AsdvPercMtacSnonWnonDf"; + BottomDive = "AbdvPercMtacSnonWnonDf"; + }; + class SurfaceDivingActionsTacFL: SurfaceDivingActions + { + StartDive = "AdvePercMtacSnonWnonDfl"; + SurfaceDive = "AsdvPercMtacSnonWnonDfl"; + BottomDive = "AbdvPercMtacSnonWnonDfl"; + }; + class SurfaceDivingActionsTacFR: SurfaceDivingActions + { + StartDive = "AdvePercMtacSnonWnonDfr"; + SurfaceDive = "AsdvPercMtacSnonWnonDfr"; + BottomDive = "AbdvPercMtacSnonWnonDfr"; + }; + class SurfaceDivingActionsTacB: SurfaceDivingActions + { + StartDive = "AdvePercMtacSnonWnonDb"; + SurfaceDive = "AsdvPercMtacSnonWnonDb"; + BottomDive = "AbdvPercMtacSnonWnonDb"; + }; + class SurfaceDivingActionsTacBR: SurfaceDivingActions + { + StartDive = "AdvePercMtacSnonWnonDbr"; + SurfaceDive = "AsdvPercMtacSnonWnonDbr"; + BottomDive = "AbdvPercMtacSnonWnonDbr"; + }; + class SurfaceDivingActionsTacBL: SurfaceDivingActions + { + StartDive = "AdvePercMtacSnonWnonDbl"; + SurfaceDive = "AsdvPercMtacSnonWnonDbl"; + BottomDive = "AbdvPercMtacSnonWnonDbl"; + }; + class SurfaceDivingActionsTacL: SurfaceDivingActions + { + StartDive = "AdvePercMtacSnonWnonDl"; + SurfaceDive = "AsdvPercMtacSnonWnonDl"; + BottomDive = "AbdvPercMtacSnonWnonDl"; + }; + class SurfaceDivingActionsTacR: SurfaceDivingActions + { + StartDive = "AdvePercMtacSnonWnonDr"; + SurfaceDive = "AsdvPercMtacSnonWnonDr"; + BottomDive = "AbdvPercMtacSnonWnonDr"; + }; + class SurfaceDivingRifleActions: SurfaceDivingActions + { + relax = "AsdvPercMstpSnonWrflDnon_relax"; + stop = "AsdvPercMstpSnonWrflDnon"; + default = "AsdvPercMstpSnonWrflDnon"; + stopRelaxed = "AsdvPercMstpSnonWrflDnon"; + turnL = "AsdvPercMstpSnonWrflDnon_turnl"; + turnR = "AsdvPercMstpSnonWrflDnon_turnr"; + putDown = "AsdvPercMstpSnonWrflDnon_AsdvPercMstpSnonWrflDnon_putDown"; + WalkF = "AsdvPercMwlkSnonWrflDf"; + WalkLF = "AsdvPercMwlkSnonWrflDfl"; + WalkRF = "AsdvPercMwlkSnonWrflDfr"; + WalkL = "AsdvPercMwlkSnonWrflDl"; + WalkR = "AsdvPercMwlkSnonWrflDr"; + WalkLB = "AsdvPercMwlkSnonWrflDbl"; + WalkRB = "AsdvPercMwlkSnonWrflDbr"; + WalkB = "AsdvPercMwlkSnonWrflDb"; + PlayerWalkF = "AsdvPercMwlkSnonWrflDf"; + PlayerWalkLF = "AsdvPercMwlkSnonWrflDfl"; + PlayerWalkRF = "AsdvPercMwlkSnonWrflDfr"; + PlayerWalkL = "AsdvPercMwlkSnonWrflDl"; + PlayerWalkR = "AsdvPercMwlkSnonWrflDr"; + PlayerWalkLB = "AsdvPercMwlkSnonWrflDbl"; + PlayerWalkRB = "AsdvPercMwlkSnonWrflDbr"; + PlayerWalkB = "AsdvPercMwlkSnonWrflDb"; + SlowF = "AsdvPercMrunSnonWrflDf"; + SlowLF = "AsdvPercMrunSnonWrflDfl"; + SlowRF = "AsdvPercMrunSnonWrflDfr"; + SlowL = "AsdvPercMrunSnonWrflDl"; + SlowR = "AsdvPercMrunSnonWrflDr"; + SlowLB = "AsdvPercMrunSnonWrflDbl"; + SlowRB = "AsdvPercMrunSnonWrflDbr"; + SlowB = "AsdvPercMrunSnonWrflDb"; + PlayerSlowF = "AsdvPercMrunSnonWrflDf"; + PlayerSlowLF = "AsdvPercMrunSnonWrflDfl"; + PlayerSlowRF = "AsdvPercMrunSnonWrflDfr"; + PlayerSlowL = "AsdvPercMrunSnonWrflDl"; + PlayerSlowR = "AsdvPercMrunSnonWrflDr"; + PlayerSlowLB = "AsdvPercMrunSnonWrflDbl"; + PlayerSlowRB = "AsdvPercMrunSnonWrflDbr"; + PlayerSlowB = "AsdvPercMrunSnonWrflDb"; + FastF = "AsdvPercMsprSnonWrflDf"; + FastLF = "AsdvPercMrunSnonWrflDfl"; + FastRF = "AsdvPercMrunSnonWrflDfr"; + FastL = "AsdvPercMrunSnonWrflDl"; + FastR = "AsdvPercMrunSnonWrflDr"; + FastLB = "AsdvPercMrunSnonWrflDbl"; + FastRB = "AsdvPercMrunSnonWrflDbr"; + FastB = "AsdvPercMrunSnonWrflDb"; + TactF = "AsdvPercMtacSnonWrflDf"; + TactLF = "AsdvPercMtacSnonWrflDfl"; + TactRF = "AsdvPercMtacSnonWrflDfr"; + TactL = "AsdvPercMtacSnonWrflDl"; + TactR = "AsdvPercMtacSnonWrflDr"; + TactLB = "AsdvPercMtacSnonWrflDbl"; + TactRB = "AsdvPercMtacSnonWrflDbr"; + TactB = "AsdvPercMtacSnonWrflDb"; + PlayerTactF = "AsdvPercMtacSnonWrflDf"; + PlayerTactLF = "AsdvPercMtacSnonWrflDfl"; + PlayerTactRF = "AsdvPercMtacSnonWrflDfr"; + PlayerTactL = "AsdvPercMtacSnonWrflDl"; + PlayerTactR = "AsdvPercMtacSnonWrflDr"; + PlayerTactLB = "AsdvPercMtacSnonWrflDbl"; + PlayerTactRB = "AsdvPercMtacSnonWrflDbr"; + PlayerTactB = "AsdvPercMtacSnonWrflDb"; + stopDive = "AmovPercMstpSrasWrflDnon"; + SurfaceDive = "AsdvPercMstpSnonWrflDnon"; + StartDive = "AdvePercMstpSnonWrflDnon"; + BottomDive = "AbdvPercMstpSnonWrflDnon"; + swimUp = "AsdvPercMstpSnonWrflDnon_goup"; + swimDown = "AsdvPercMstpSnonWrflDnon_goDown"; + GetInSDV = "AsdvPercMstpSnonWrflDnon_GetInSDV"; + GetOutSDV = "AsdvPercMstpSnonWrflDnon_GetOutSDV"; + }; + class SurfaceDivingRifleActionsGoingOut: SurfaceDivingRifleActions + { + upDegree = "ManPosGoingFromWater"; + Stop = "AmovPercMstpSrasWrflDnon"; + Combat = "AmovPercMstpSrasWrflDnon"; + Default = "AmovPercMstpSrasWrflDnon"; + }; + class SurfaceDivingRifleActionsFastF: SurfaceDivingRifleActions + { + StartDive = "AdvePercMsprSnonWrflDf"; + SurfaceDive = "AsdvPercMsprSnonWrflDf"; + BottomDive = "AbdvPercMsprSnonWrflDf"; + }; + class SurfaceDivingRifleActionsRunF: SurfaceDivingRifleActions + { + StartDive = "AdvePercMrunSnonWrflDf"; + SurfaceDive = "AsdvPercMrunSnonWrflDf"; + BottomDive = "AbdvPercMrunSnonWrflDf"; + }; + class SurfaceDivingRifleActionsRunFL: SurfaceDivingRifleActions + { + StartDive = "AdvePercMrunSnonWrflDfl"; + SurfaceDive = "AsdvPercMrunSnonWrflDfl"; + BottomDive = "AbdvPercMrunSnonWrflDfl"; + }; + class SurfaceDivingRifleActionsRunFR: SurfaceDivingRifleActions + { + StartDive = "AdvePercMrunSnonWrflDfr"; + SurfaceDive = "AsdvPercMrunSnonWrflDfr"; + BottomDive = "AbdvPercMrunSnonWrflDfr"; + }; + class SurfaceDivingRifleActionsRunB: SurfaceDivingRifleActions + { + StartDive = "AdvePercMrunSnonWrflDb"; + SurfaceDive = "AsdvPercMrunSnonWrflDb"; + BottomDive = "AbdvPercMrunSnonWrflDb"; + }; + class SurfaceDivingRifleActionsRunBR: SurfaceDivingRifleActions + { + StartDive = "AdvePercMrunSnonWrflDbr"; + SurfaceDive = "AsdvPercMrunSnonWrflDbr"; + BottomDive = "AbdvPercMrunSnonWrflDbr"; + }; + class SurfaceDivingRifleActionsRunBL: SurfaceDivingRifleActions + { + StartDive = "AdvePercMrunSnonWrflDbl"; + SurfaceDive = "AsdvPercMrunSnonWrflDbl"; + BottomDive = "AbdvPercMrunSnonWrflDbl"; + }; + class SurfaceDivingRifleActionsRunL: SurfaceDivingRifleActions + { + StartDive = "AdvePercMrunSnonWrflDl"; + SurfaceDive = "AsdvPercMrunSnonWrflDl"; + BottomDive = "AbdvPercMrunSnonWrflDl"; + }; + class SurfaceDivingRifleActionsRunR: SurfaceDivingRifleActions + { + StartDive = "AdvePercMrunSnonWrflDr"; + SurfaceDive = "AsdvPercMrunSnonWrflDr"; + BottomDive = "AbdvPercMrunSnonWrflDr"; + }; + class SurfaceDivingRifleActionsWlkF: SurfaceDivingRifleActions + { + StartDive = "AdvePercMwlkSnonWrflDf"; + SurfaceDive = "AsdvPercMwlkSnonWrflDf"; + BottomDive = "AbdvPercMwlkSnonWrflDf"; + }; + class SurfaceDivingRifleActionsWlkFL: SurfaceDivingRifleActions + { + StartDive = "AdvePercMwlkSnonWrflDfl"; + SurfaceDive = "AsdvPercMwlkSnonWrflDfl"; + BottomDive = "AbdvPercMwlkSnonWrflDfl"; + }; + class SurfaceDivingRifleActionsWlkFR: SurfaceDivingRifleActions + { + StartDive = "AdvePercMwlkSnonWrflDfr"; + SurfaceDive = "AsdvPercMwlkSnonWrflDfr"; + BottomDive = "AbdvPercMwlkSnonWrflDfr"; + }; + class SurfaceDivingRifleActionsWlkB: SurfaceDivingRifleActions + { + StartDive = "AdvePercMwlkSnonWrflDb"; + SurfaceDive = "AsdvPercMwlkSnonWrflDb"; + BottomDive = "AbdvPercMwlkSnonWrflDb"; + }; + class SurfaceDivingRifleActionsWlkBR: SurfaceDivingRifleActions + { + StartDive = "AdvePercMwlkSnonWrflDbr"; + SurfaceDive = "AsdvPercMwlkSnonWrflDbr"; + BottomDive = "AbdvPercMwlkSnonWrflDbr"; + }; + class SurfaceDivingRifleActionsWlkBL: SurfaceDivingRifleActions + { + StartDive = "AdvePercMwlkSnonWrflDbl"; + SurfaceDive = "AsdvPercMwlkSnonWrflDbl"; + BottomDive = "AbdvPercMwlkSnonWrflDbl"; + }; + class SurfaceDivingRifleActionsWlkL: SurfaceDivingRifleActions + { + StartDive = "AdvePercMwlkSnonWrflDl"; + SurfaceDive = "AsdvPercMwlkSnonWrflDl"; + BottomDive = "AbdvPercMwlkSnonWrflDl"; + }; + class SurfaceDivingRifleActionsWlkR: SurfaceDivingRifleActions + { + StartDive = "AdvePercMwlkSnonWrflDr"; + SurfaceDive = "AsdvPercMwlkSnonWrflDr"; + BottomDive = "AbdvPercMwlkSnonWrflDr"; + }; + class SurfaceDivingRifleActionsTacF: SurfaceDivingRifleActions + { + StartDive = "AdvePercMtacSnonWrflDf"; + SurfaceDive = "AsdvPercMtacSnonWrflDf"; + BottomDive = "AbdvPercMtacSnonWrflDf"; + }; + class SurfaceDivingRifleActionsTacFL: SurfaceDivingRifleActions + { + StartDive = "AdvePercMtacSnonWrflDfl"; + SurfaceDive = "AsdvPercMtacSnonWrflDfl"; + BottomDive = "AbdvPercMtacSnonWrflDfl"; + }; + class SurfaceDivingRifleActionsTacFR: SurfaceDivingRifleActions + { + StartDive = "AdvePercMtacSnonWrflDfr"; + SurfaceDive = "AsdvPercMtacSnonWrflDfr"; + BottomDive = "AbdvPercMtacSnonWrflDfr"; + }; + class SurfaceDivingRifleActionsTacB: SurfaceDivingRifleActions + { + StartDive = "AdvePercMtacSnonWrflDb"; + SurfaceDive = "AsdvPercMtacSnonWrflDb"; + BottomDive = "AbdvPercMtacSnonWrflDb"; + }; + class SurfaceDivingRifleActionsTacBR: SurfaceDivingRifleActions + { + StartDive = "AdvePercMtacSnonWrflDbr"; + SurfaceDive = "AsdvPercMtacSnonWrflDbr"; + BottomDive = "AbdvPercMtacSnonWrflDbr"; + }; + class SurfaceDivingRifleActionsTacBL: SurfaceDivingRifleActions + { + StartDive = "AdvePercMtacSnonWrflDbl"; + SurfaceDive = "AsdvPercMtacSnonWrflDbl"; + BottomDive = "AbdvPercMtacSnonWrflDbl"; + }; + class SurfaceDivingRifleActionsTacL: SurfaceDivingRifleActions + { + StartDive = "AdvePercMtacSnonWrflDl"; + SurfaceDive = "AsdvPercMtacSnonWrflDl"; + BottomDive = "AbdvPercMtacSnonWrflDl"; + }; + class SurfaceDivingRifleActionsTacR: SurfaceDivingRifleActions + { + StartDive = "AdvePercMtacSnonWrflDr"; + SurfaceDive = "AsdvPercMtacSnonWrflDr"; + BottomDive = "AbdvPercMtacSnonWrflDr"; + }; + class BottomDivingActions: NoActions + { + relax = "AbdvPercMstpSnonWnonDnon_relax"; + stop = "AbdvPercMstpSnonWnonDnon"; + PrimaryWeapon = "AbdvPercMstpSnonWrflDnon"; + default = "AbdvPercMstpSnonWnonDnon"; + stopRelaxed = "AbdvPercMstpSnonWnonDnon"; + turnL = "AbdvPercMstpSnonWnonDnon_turnl"; + turnR = "AbdvPercMstpSnonWnonDnon_turnr"; + putDown = "AbdvPercMstpSnonWnonDnon_AbdvPercMstpSnonWnonDnon_putDown"; + WalkF = "AbdvPercMwlkSnonWnonDf"; + WalkLF = "AbdvPercMwlkSnonWnonDfl"; + WalkRF = "AbdvPercMwlkSnonWnonDfr"; + WalkL = "AbdvPercMwlkSnonWnonDl"; + WalkR = "AbdvPercMwlkSnonWnonDr"; + WalkLB = "AbdvPercMwlkSnonWnonDbl"; + WalkRB = "AbdvPercMwlkSnonWnonDbr"; + WalkB = "AbdvPercMwlkSnonWnonDb"; + PlayerWalkF = "AbdvPercMwlkSnonWnonDf"; + PlayerWalkLF = "AbdvPercMwlkSnonWnonDfl"; + PlayerWalkRF = "AbdvPercMwlkSnonWnonDfr"; + PlayerWalkL = "AbdvPercMwlkSnonWnonDl"; + PlayerWalkR = "AbdvPercMwlkSnonWnonDr"; + PlayerWalkLB = "AbdvPercMwlkSnonWnonDbl"; + PlayerWalkRB = "AbdvPercMwlkSnonWnonDbr"; + PlayerWalkB = "AbdvPercMwlkSnonWnonDb"; + SlowF = "AbdvPercMrunSnonWnonDf"; + SlowLF = "AbdvPercMrunSnonWnonDfl"; + SlowRF = "AbdvPercMrunSnonWnonDfr"; + SlowL = "AbdvPercMrunSnonWnonDl"; + SlowR = "AbdvPercMrunSnonWnonDr"; + SlowLB = "AbdvPercMrunSnonWnonDbl"; + SlowRB = "AbdvPercMrunSnonWnonDbr"; + SlowB = "AbdvPercMrunSnonWnonDb"; + PlayerSlowF = "AbdvPercMrunSnonWnonDf"; + PlayerSlowLF = "AbdvPercMrunSnonWnonDfl"; + PlayerSlowRF = "AbdvPercMrunSnonWnonDfr"; + PlayerSlowL = "AbdvPercMrunSnonWnonDl"; + PlayerSlowR = "AbdvPercMrunSnonWnonDr"; + PlayerSlowLB = "AbdvPercMrunSnonWnonDbl"; + PlayerSlowRB = "AbdvPercMrunSnonWnonDbr"; + PlayerSlowB = "AbdvPercMrunSnonWnonDb"; + FastF = "AbdvPercMsprSnonWnonDf"; + FastLF = "AbdvPercMrunSnonWnonDfl"; + FastRF = "AbdvPercMrunSnonWnonDfr"; + FastL = "AbdvPercMrunSnonWnonDl"; + FastR = "AbdvPercMrunSnonWnonDr"; + FastLB = "AbdvPercMrunSnonWnonDbl"; + FastRB = "AbdvPercMrunSnonWnonDbr"; + FastB = "AbdvPercMrunSnonWnonDb"; + TactF = "AbdvPercMtacSnonWnonDf"; + TactLF = "AbdvPercMtacSnonWnonDfl"; + TactRF = "AbdvPercMtacSnonWnonDfr"; + TactL = "AbdvPercMtacSnonWnonDl"; + TactR = "AbdvPercMtacSnonWnonDr"; + TactLB = "AbdvPercMtacSnonWnonDbl"; + TactRB = "AbdvPercMtacSnonWnonDbr"; + TactB = "AbdvPercMtacSnonWnonDb"; + PlayerTactF = "AbdvPercMtacSnonWnonDf"; + PlayerTactLF = "AbdvPercMtacSnonWnonDfl"; + PlayerTactRF = "AbdvPercMtacSnonWnonDfr"; + PlayerTactL = "AbdvPercMtacSnonWnonDl"; + PlayerTactR = "AbdvPercMtacSnonWnonDr"; + PlayerTactLB = "AbdvPercMtacSnonWnonDbl"; + PlayerTactRB = "AbdvPercMtacSnonWnonDbr"; + PlayerTactB = "AbdvPercMtacSnonWnonDb"; + stopDive = "AmovPercMstpSnonWnonDnon"; + SurfaceDive = "AsdvPercMstpSnonWnonDnon"; + BottomDive = "AbdvPercMstpSnonWnonDnon"; + swimUp = "AbdvPercMstpSnonWnonDnon_goup"; + swimDown = "AbdvPercMstpSnonWnonDnon_goDown"; + GetInSDV = "AbdvPercMstpSnonWnonDnon_GetInSDV"; + GetOutSDV = "AbdvPercMstpSnonWnonDnon_GetOutSDV"; + upDegree = "ManPosBottomDiving"; + limitFast = 3.2; + }; + class BottomDivingActionsGoingOut: BottomDivingActions + { + upDegree = "ManPosGoingFromWater"; + Civil = "AmovPercMstpSnonWnonDnon"; + Default = "AmovPercMstpSnonWnonDnon"; + Stop = "AmovPercMstpSrasWrflDnon"; + Combat = "AmovPercMstpSrasWrflDnon"; + }; + class BottomDivingActionsFastF: BottomDivingActions + { + StartDive = "AdvePercMsprSnonWnonDf"; + SurfaceDive = "AsdvPercMsprSnonWnonDf"; + BottomDive = "AbdvPercMsprSnonWnonDf"; + }; + class BottomDivingActionsRunF: BottomDivingActions + { + SurfaceDive = "AsdvPercMrunSnonWnonDf"; + BottomDive = "AbdvPercMrunSnonWnonDf"; + }; + class BottomDivingActionsRunFL: BottomDivingActions + { + StartDive = "AdvePercMrunSnonWnonDfl"; + SurfaceDive = "AsdvPercMrunSnonWnonDfl"; + BottomDive = "AbdvPercMrunSnonWnonDfl"; + }; + class BottomDivingActionsRunFR: BottomDivingActions + { + StartDive = "AdvePercMrunSnonWnonDfr"; + SurfaceDive = "AsdvPercMrunSnonWnonDfr"; + BottomDive = "AbdvPercMrunSnonWnonDfr"; + }; + class BottomDivingActionsRunB: BottomDivingActions + { + StartDive = "AdvePercMrunSnonWnonDb"; + SurfaceDive = "AsdvPercMrunSnonWnonDb"; + BottomDive = "AbdvPercMrunSnonWnonDb"; + }; + class BottomDivingActionsRunBR: BottomDivingActions + { + StartDive = "AdvePercMrunSnonWnonDbr"; + SurfaceDive = "AsdvPercMrunSnonWnonDbr"; + BottomDive = "AbdvPercMrunSnonWnonDbr"; + }; + class BottomDivingActionsRunBL: BottomDivingActions + { + StartDive = "AdvePercMrunSnonWnonDbl"; + SurfaceDive = "AsdvPercMrunSnonWnonDbl"; + BottomDive = "AbdvPercMrunSnonWnonDbl"; + }; + class BottomDivingActionsRunL: BottomDivingActions + { + StartDive = "AdvePercMrunSnonWnonDl"; + SurfaceDive = "AsdvPercMrunSnonWnonDl"; + BottomDive = "AbdvPercMrunSnonWnonDl"; + }; + class BottomDivingActionsRunR: BottomDivingActions + { + StartDive = "AdvePercMrunSnonWnonDr"; + SurfaceDive = "AsdvPercMrunSnonWnonDr"; + BottomDive = "AbdvPercMrunSnonWnonDr"; + }; + class BottomDivingActionsWlkF: BottomDivingActions + { + StartDive = "AdvePercMwlkSnonWnonDf"; + SurfaceDive = "AsdvPercMwlkSnonWnonDf"; + BottomDive = "AbdvPercMwlkSnonWnonDf"; + }; + class BottomDivingActionsWlkFL: BottomDivingActions + { + StartDive = "AdvePercMwlkSnonWnonDfl"; + SurfaceDive = "AsdvPercMwlkSnonWnonDfl"; + BottomDive = "AbdvPercMwlkSnonWnonDfl"; + }; + class BottomDivingActionsWlkFR: BottomDivingActions + { + StartDive = "AdvePercMwlkSnonWnonDfr"; + SurfaceDive = "AsdvPercMwlkSnonWnonDfr"; + BottomDive = "AbdvPercMwlkSnonWnonDfr"; + }; + class BottomDivingActionsWlkB: BottomDivingActions + { + StartDive = "AdvePercMwlkSnonWnonDb"; + SurfaceDive = "AsdvPercMwlkSnonWnonDb"; + BottomDive = "AbdvPercMwlkSnonWnonDb"; + }; + class BottomDivingActionsWlkBR: BottomDivingActions + { + StartDive = "AdvePercMwlkSnonWnonDbr"; + SurfaceDive = "AsdvPercMwlkSnonWnonDbr"; + BottomDive = "AbdvPercMwlkSnonWnonDbr"; + }; + class BottomDivingActionsWlkBL: BottomDivingActions + { + StartDive = "AdvePercMwlkSnonWnonDbl"; + SurfaceDive = "AsdvPercMwlkSnonWnonDbl"; + BottomDive = "AbdvPercMwlkSnonWnonDbl"; + }; + class BottomDivingActionsWlkL: BottomDivingActions + { + StartDive = "AdvePercMwlkSnonWnonDl"; + SurfaceDive = "AsdvPercMwlkSnonWnonDl"; + BottomDive = "AbdvPercMwlkSnonWnonDl"; + }; + class BottomDivingActionsWlkR: BottomDivingActions + { + StartDive = "AdvePercMwlkSnonWnonDr"; + SurfaceDive = "AsdvPercMwlkSnonWnonDr"; + BottomDive = "AbdvPercMwlkSnonWnonDr"; + }; + class BottomDivingActionsTacF: BottomDivingActions + { + StartDive = "AdvePercMtacSnonWnonDf"; + SurfaceDive = "AsdvPercMtacSnonWnonDf"; + BottomDive = "AbdvPercMtacSnonWnonDf"; + }; + class BottomDivingActionsTacFL: BottomDivingActions + { + StartDive = "AdvePercMtacSnonWnonDfl"; + SurfaceDive = "AsdvPercMtacSnonWnonDfl"; + BottomDive = "AbdvPercMtacSnonWnonDfl"; + }; + class BottomDivingActionsTacFR: BottomDivingActions + { + StartDive = "AdvePercMtacSnonWnonDfr"; + SurfaceDive = "AsdvPercMtacSnonWnonDfr"; + BottomDive = "AbdvPercMtacSnonWnonDfr"; + }; + class BottomDivingActionsTacB: BottomDivingActions + { + StartDive = "AdvePercMtacSnonWnonDb"; + SurfaceDive = "AsdvPercMtacSnonWnonDb"; + BottomDive = "AbdvPercMtacSnonWnonDb"; + }; + class BottomDivingActionsTacBR: BottomDivingActions + { + StartDive = "AdvePercMtacSnonWnonDbr"; + SurfaceDive = "AsdvPercMtacSnonWnonDbr"; + BottomDive = "AbdvPercMtacSnonWnonDbr"; + }; + class BottomDivingActionsTacBL: BottomDivingActions + { + StartDive = "AdvePercMtacSnonWnonDbl"; + SurfaceDive = "AsdvPercMtacSnonWnonDbl"; + BottomDive = "AbdvPercMtacSnonWnonDbl"; + }; + class BottomDivingActionsTacL: BottomDivingActions + { + StartDive = "AdvePercMtacSnonWnonDl"; + SurfaceDive = "AsdvPercMtacSnonWnonDl"; + BottomDive = "AbdvPercMtacSnonWnonDl"; + }; + class BottomDivingActionsTacR: BottomDivingActions + { + StartDive = "AdvePercMtacSnonWnonDr"; + SurfaceDive = "AsdvPercMtacSnonWnonDr"; + BottomDive = "AbdvPercMtacSnonWnonDr"; + }; + class BottomDivingRifleActions: BottomDivingActions + { + relax = "AbdvPercMstpSnonWrflDnon_relax"; + stop = "AbdvPercMstpSnonWrflDnon"; + default = "AbdvPercMstpSnonWrflDnon"; + stopRelaxed = "AbdvPercMstpSnonWrflDnon"; + turnL = "AbdvPercMstpSnonWrflDnon_turnl"; + turnR = "AbdvPercMstpSnonWrflDnon_turnr"; + putDown = "AbdvPercMstpSnonWrflDnon_AbdvPercMstpSnonWrflDnon_putDown"; + WalkF = "AbdvPercMwlkSnonWrflDf"; + WalkLF = "AbdvPercMwlkSnonWrflDfl"; + WalkRF = "AbdvPercMwlkSnonWrflDfr"; + WalkL = "AbdvPercMwlkSnonWrflDl"; + WalkR = "AbdvPercMwlkSnonWrflDr"; + WalkLB = "AbdvPercMwlkSnonWrflDbl"; + WalkRB = "AbdvPercMwlkSnonWrflDbr"; + WalkB = "AbdvPercMwlkSnonWrflDb"; + PlayerWalkF = "AbdvPercMwlkSnonWrflDf"; + PlayerWalkLF = "AbdvPercMwlkSnonWrflDfl"; + PlayerWalkRF = "AbdvPercMwlkSnonWrflDfr"; + PlayerWalkL = "AbdvPercMwlkSnonWrflDl"; + PlayerWalkR = "AbdvPercMwlkSnonWrflDr"; + PlayerWalkLB = "AbdvPercMwlkSnonWrflDbl"; + PlayerWalkRB = "AbdvPercMwlkSnonWrflDbr"; + PlayerWalkB = "AbdvPercMwlkSnonWrflDb"; + SlowF = "AbdvPercMrunSnonWrflDf"; + SlowLF = "AbdvPercMrunSnonWrflDfl"; + SlowRF = "AbdvPercMrunSnonWrflDfr"; + SlowL = "AbdvPercMrunSnonWrflDl"; + SlowR = "AbdvPercMrunSnonWrflDr"; + SlowLB = "AbdvPercMrunSnonWrflDbl"; + SlowRB = "AbdvPercMrunSnonWrflDbr"; + SlowB = "AbdvPercMrunSnonWrflDb"; + PlayerSlowF = "AbdvPercMrunSnonWrflDf"; + PlayerSlowLF = "AbdvPercMrunSnonWrflDfl"; + PlayerSlowRF = "AbdvPercMrunSnonWrflDfr"; + PlayerSlowL = "AbdvPercMrunSnonWrflDl"; + PlayerSlowR = "AbdvPercMrunSnonWrflDr"; + PlayerSlowLB = "AbdvPercMrunSnonWrflDbl"; + PlayerSlowRB = "AbdvPercMrunSnonWrflDbr"; + PlayerSlowB = "AbdvPercMrunSnonWrflDb"; + FastF = "AbdvPercMsprSnonWrflDf"; + FastLF = "AbdvPercMrunSnonWrflDfl"; + FastRF = "AbdvPercMrunSnonWrflDfr"; + FastL = "AbdvPercMrunSnonWrflDl"; + FastR = "AbdvPercMrunSnonWrflDr"; + FastLB = "AbdvPercMrunSnonWrflDbl"; + FastRB = "AbdvPercMrunSnonWrflDbr"; + FastB = "AbdvPercMrunSnonWrflDb"; + TactF = "AbdvPercMtacSnonWrflDf"; + TactLF = "AbdvPercMtacSnonWrflDfl"; + TactRF = "AbdvPercMtacSnonWrflDfr"; + TactL = "AbdvPercMtacSnonWrflDl"; + TactR = "AbdvPercMtacSnonWrflDr"; + TactLB = "AbdvPercMtacSnonWrflDbl"; + TactRB = "AbdvPercMtacSnonWrflDbr"; + TactB = "AbdvPercMtacSnonWrflDb"; + PlayerTactF = "AbdvPercMtacSnonWrflDf"; + PlayerTactLF = "AbdvPercMtacSnonWrflDfl"; + PlayerTactRF = "AbdvPercMtacSnonWrflDfr"; + PlayerTactL = "AbdvPercMtacSnonWrflDl"; + PlayerTactR = "AbdvPercMtacSnonWrflDr"; + PlayerTactLB = "AbdvPercMtacSnonWrflDbl"; + PlayerTactRB = "AbdvPercMtacSnonWrflDbr"; + PlayerTactB = "AbdvPercMtacSnonWrflDb"; + stopDive = "AmovPercMstpSrasWrflDnon"; + StartDive = "AdvePercMstpSnonWrflDnon"; + SurfaceDive = "AsdvPercMstpSnonWrflDnon"; + BottomDive = "AbdvPercMstpSnonWrflDnon"; + swimUp = "AbdvPercMstpSnonWrflDnon_goup"; + swimDown = "AbdvPercMstpSnonWrflDnon_goDown"; + GetInSDV = "AbdvPercMstpSnonWrflDnon_GetInSDV"; + GetOutSDV = "AbdvPercMstpSnonWrflDnon_GetOutSDV"; + }; + class BottomDivingRifleActionsGoingOut: BottomDivingRifleActions + { + upDegree = "ManPosGoingFromWater"; + Stop = "AmovPercMstpSrasWrflDnon"; + Combat = "AmovPercMstpSrasWrflDnon"; + Default = "AmovPercMstpSrasWrflDnon"; + }; + class BottomDivingRifleActionsFastF: BottomDivingRifleActions + { + StartDive = "AdvePercMsprSnonWrflDf"; + SurfaceDive = "AsdvPercMsprSnonWrflDf"; + BottomDive = "AbdvPercMsprSnonWrflDf"; + }; + class BottomDivingRifleActionsRunF: BottomDivingRifleActions + { + StartDive = "AdvePercMrunSnonWrflDf"; + SurfaceDive = "AsdvPercMrunSnonWrflDf"; + BottomDive = "AbdvPercMrunSnonWrflDf"; + }; + class BottomDivingRifleActionsRunFL: BottomDivingRifleActions + { + StartDive = "AdvePercMrunSnonWrflDfl"; + SurfaceDive = "AsdvPercMrunSnonWrflDfl"; + BottomDive = "AbdvPercMrunSnonWrflDfl"; + }; + class BottomDivingRifleActionsRunFR: BottomDivingRifleActions + { + StartDive = "AdvePercMrunSnonWrflDfr"; + SurfaceDive = "AsdvPercMrunSnonWrflDfr"; + BottomDive = "AbdvPercMrunSnonWrflDfr"; + }; + class BottomDivingRifleActionsRunB: BottomDivingRifleActions + { + StartDive = "AdvePercMrunSnonWrflDb"; + SurfaceDive = "AsdvPercMrunSnonWrflDb"; + BottomDive = "AbdvPercMrunSnonWrflDb"; + }; + class BottomDivingRifleActionsRunBR: BottomDivingRifleActions + { + StartDive = "AdvePercMrunSnonWrflDbr"; + SurfaceDive = "AsdvPercMrunSnonWrflDbr"; + BottomDive = "AbdvPercMrunSnonWrflDbr"; + }; + class BottomDivingRifleActionsRunBL: BottomDivingRifleActions + { + StartDive = "AdvePercMrunSnonWrflDbl"; + SurfaceDive = "AsdvPercMrunSnonWrflDbl"; + BottomDive = "AbdvPercMrunSnonWrflDbl"; + }; + class BottomDivingRifleActionsRunL: BottomDivingRifleActions + { + StartDive = "AdvePercMrunSnonWrflDl"; + SurfaceDive = "AsdvPercMrunSnonWrflDl"; + BottomDive = "AbdvPercMrunSnonWrflDl"; + }; + class BottomDivingRifleActionsRunR: BottomDivingRifleActions + { + StartDive = "AdvePercMrunSnonWrflDr"; + SurfaceDive = "AsdvPercMrunSnonWrflDr"; + BottomDive = "AbdvPercMrunSnonWrflDr"; + }; + class BottomDivingRifleActionsWlkF: BottomDivingRifleActions + { + StartDive = "AdvePercMwlkSnonWrflDf"; + SurfaceDive = "AsdvPercMwlkSnonWrflDf"; + BottomDive = "AbdvPercMwlkSnonWrflDf"; + }; + class BottomDivingRifleActionsWlkFL: BottomDivingRifleActions + { + StartDive = "AdvePercMwlkSnonWrflDfl"; + SurfaceDive = "AsdvPercMwlkSnonWrflDfl"; + BottomDive = "AbdvPercMwlkSnonWrflDfl"; + }; + class BottomDivingRifleActionsWlkFR: BottomDivingRifleActions + { + StartDive = "AdvePercMwlkSnonWrflDfr"; + SurfaceDive = "AsdvPercMwlkSnonWrflDfr"; + BottomDive = "AbdvPercMwlkSnonWrflDfr"; + }; + class BottomDivingRifleActionsWlkB: BottomDivingRifleActions + { + StartDive = "AdvePercMwlkSnonWrflDb"; + SurfaceDive = "AsdvPercMwlkSnonWrflDb"; + BottomDive = "AbdvPercMwlkSnonWrflDb"; + }; + class BottomDivingRifleActionsWlkBR: BottomDivingRifleActions + { + StartDive = "AdvePercMwlkSnonWrflDbr"; + SurfaceDive = "AsdvPercMwlkSnonWrflDbr"; + BottomDive = "AbdvPercMwlkSnonWrflDbr"; + }; + class BottomDivingRifleActionsWlkBL: BottomDivingRifleActions + { + StartDive = "AdvePercMwlkSnonWrflDbl"; + SurfaceDive = "AsdvPercMwlkSnonWrflDbl"; + BottomDive = "AbdvPercMwlkSnonWrflDbl"; + }; + class BottomDivingRifleActionsWlkL: BottomDivingRifleActions + { + StartDive = "AdvePercMwlkSnonWrflDl"; + SurfaceDive = "AsdvPercMwlkSnonWrflDl"; + BottomDive = "AbdvPercMwlkSnonWrflDl"; + }; + class BottomDivingRifleActionsWlkR: BottomDivingRifleActions + { + StartDive = "AdvePercMwlkSnonWrflDr"; + SurfaceDive = "AsdvPercMwlkSnonWrflDr"; + BottomDive = "AbdvPercMwlkSnonWrflDr"; + }; + class BottomDivingRifleActionsTacF: BottomDivingRifleActions + { + StartDive = "AdvePercMtacSnonWrflDf"; + SurfaceDive = "AsdvPercMtacSnonWrflDf"; + BottomDive = "AbdvPercMtacSnonWrflDf"; + }; + class BottomDivingRifleActionsTacFL: BottomDivingRifleActions + { + StartDive = "AdvePercMtacSnonWrflDfl"; + SurfaceDive = "AsdvPercMtacSnonWrflDfl"; + BottomDive = "AbdvPercMtacSnonWrflDfl"; + }; + class BottomDivingRifleActionsTacFR: BottomDivingRifleActions + { + StartDive = "AdvePercMtacSnonWrflDfr"; + SurfaceDive = "AsdvPercMtacSnonWrflDfr"; + BottomDive = "AbdvPercMtacSnonWrflDfr"; + }; + class BottomDivingRifleActionsTacB: BottomDivingRifleActions + { + StartDive = "AdvePercMtacSnonWrflDb"; + SurfaceDive = "AsdvPercMtacSnonWrflDb"; + BottomDive = "AbdvPercMtacSnonWrflDb"; + }; + class BottomDivingRifleActionsTacBR: BottomDivingRifleActions + { + StartDive = "AdvePercMtacSnonWrflDbr"; + SurfaceDive = "AsdvPercMtacSnonWrflDbr"; + BottomDive = "AbdvPercMtacSnonWrflDbr"; + }; + class BottomDivingRifleActionsTacBL: BottomDivingRifleActions + { + StartDive = "AdvePercMtacSnonWrflDbl"; + SurfaceDive = "AsdvPercMtacSnonWrflDbl"; + BottomDive = "AbdvPercMtacSnonWrflDbl"; + }; + class BottomDivingRifleActionsTacL: BottomDivingRifleActions + { + StartDive = "AdvePercMtacSnonWrflDl"; + SurfaceDive = "AsdvPercMtacSnonWrflDl"; + BottomDive = "AbdvPercMtacSnonWrflDl"; + }; + class BottomDivingRifleActionsTacR: BottomDivingRifleActions + { + StartDive = "AdvePercMtacSnonWrflDr"; + SurfaceDive = "AsdvPercMtacSnonWrflDr"; + BottomDive = "AbdvPercMtacSnonWrflDr"; + }; + class BinocStandActions: RifleStandActions + { + gestureGo[] = {"GestureGoBStand","Gesture"}; + binocOn = ""; + down = "AmovPpneMstpSoptWbinDnon"; + up = "AmovPknlMstpSoptWbinDnon"; + stop = "AmovPercMstpSoptWbinDnon"; + stopRelaxed = "AmovPercMstpSoptWbinDnon"; + default = "AmovPercMstpSoptWbinDnon"; + PlayerStand = "AmovPercMstpSoptWbinDnon"; + PlayerCrouch = "AmovPknlMstpSoptWbinDnon"; + PlayerProne = "AmovPpneMstpSoptWbinDnon"; + upDegree = "ManPosBinocStand"; + TurnL = "AmovPercMstpSoptWbinDnon_turnL"; + TurnR = "AmovPercMstpSoptWbinDnon_turnR"; + TurnLRelaxed = "AmovPercMstpSoptWbinDnon_turnL"; + TurnRRelaxed = "AmovPercMstpSoptWbinDnon_turnR"; + WalkF = "AmovPercMwlkSoptWbinDf"; + WalkLF = "AmovPercMwlkSoptWbinDfl"; + WalkRF = "AmovPercMwlkSoptWbinDfr"; + WalkL = "AmovPercMwlkSoptWbinDl"; + WalkR = "AmovPercMwlkSoptWbinDr"; + WalkLB = "AmovPercMwlkSoptWbinDbl"; + WalkRB = "AmovPercMwlkSoptWbinDbr"; + WalkB = "AmovPercMwlkSoptWbinDb"; + PlayerWalkF = "AmovPercMwlkSoptWbinDf"; + PlayerWalkLF = "AmovPercMwlkSoptWbinDfl"; + PlayerWalkRF = "AmovPercMwlkSoptWbinDfr"; + PlayerWalkL = "AmovPercMwlkSoptWbinDl"; + PlayerWalkR = "AmovPercMwlkSoptWbinDr"; + PlayerWalkLB = "AmovPercMwlkSoptWbinDbl"; + PlayerWalkRB = "AmovPercMwlkSoptWbinDbr"; + PlayerWalkB = "AmovPercMwlkSoptWbinDb"; + SlowF = "AmovPercMrunSnonWbinDf"; + SlowLF = "AmovPercMrunSnonWbinDfl"; + SlowRF = "AmovPercMrunSnonWbinDfr"; + SlowL = "AmovPercMrunSnonWbinDl"; + SlowR = "AmovPercMrunSnonWbinDr"; + SlowLB = "AmovPercMrunSnonWbinDbl"; + SlowRB = "AmovPercMrunSnonWbinDbr"; + SlowB = "AmovPercMrunSnonWbinDb"; + PlayerSlowF = "AmovPercMrunSnonWbinDf"; + PlayerSlowLF = "AmovPercMrunSnonWbinDfl"; + PlayerSlowRF = "AmovPercMrunSnonWbinDfr"; + PlayerSlowL = "AmovPercMrunSnonWbinDl"; + PlayerSlowR = "AmovPercMrunSnonWbinDr"; + PlayerSlowLB = "AmovPercMrunSnonWbinDbl"; + PlayerSlowRB = "AmovPercMrunSnonWbinDbr"; + PlayerSlowB = "AmovPercMrunSnonWbinDb"; + FastF = "AmovPercMevaSnonWbinDf"; + FastLF = "AmovPercMevaSnonWbinDfl"; + FastRF = "AmovPercMevaSnonWbinDfr"; + FastL = "AmovPercMrunSnonWbinDl"; + FastR = "AmovPercMrunSnonWbinDr"; + FastLB = "AmovPercMrunSnonWbinDbl"; + FastRB = "AmovPercMrunSnonWbinDbr"; + FastB = "AmovPercMrunSnonWbinDb"; + TactF = "AmovPercMwlkSoptWbinDf"; + TactLF = "AmovPercMwlkSoptWbinDfl"; + TactRF = "AmovPercMwlkSoptWbinDfr"; + TactL = "AmovPercMwlkSoptWbinDl"; + TactR = "AmovPercMwlkSoptWbinDr"; + TactLB = "AmovPercMwlkSoptWbinDbl"; + TactRB = "AmovPercMwlkSoptWbinDbr"; + TactB = "AmovPercMwlkSoptWbinDb"; + PlayerTactF = "AmovPercMwlkSoptWbinDf"; + PlayerTactLF = "AmovPercMwlkSoptWbinDfl"; + PlayerTactRF = "AmovPercMwlkSoptWbinDfr"; + PlayerTactL = "AmovPercMwlkSoptWbinDl"; + PlayerTactR = "AmovPercMwlkSoptWbinDr"; + PlayerTactLB = "AmovPercMwlkSoptWbinDbl"; + PlayerTactRB = "AmovPercMwlkSoptWbinDbr"; + PlayerTactB = "AmovPercMwlkSoptWbinDb"; + EvasiveRight = ""; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + Diary = ""; + Gear = ""; + GetOver = ""; + }; + class BinocStandActionsWlkF: BinocStandActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDf"; + up = "AmovPknlMwlkSoptWbinDf"; + }; + class BinocStandActionsWlkFL: BinocStandActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDfl"; + up = "AmovPknlMwlkSoptWbinDfl"; + }; + class BinocStandActionsWlkFR: BinocStandActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDfr"; + up = "AmovPknlMwlkSoptWbinDfr"; + }; + class BinocStandActionsWlkR: BinocStandActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDr"; + up = "AmovPknlMwlkSoptWbinDr"; + }; + class BinocStandActionsWlkL: BinocStandActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDl"; + up = "AmovPknlMwlkSoptWbinDl"; + }; + class BinocStandActionsWlkB: BinocStandActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDb"; + up = "AmovPknlMwlkSoptWbinDB"; + }; + class BinocStandActionsWlkBL: BinocStandActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDbl"; + up = "AmovPknlMwlkSoptWbinDbl"; + }; + class BinocStandActionsWlkBR: BinocStandActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDbr"; + up = "AmovPknlMwlkSoptWbinDbr"; + }; + class BinocStandActionsRunF: BinocStandActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDf"; + up = "AmovPknlMRunSnonWbinDf"; + }; + class BinocStandActionsRunFL: BinocStandActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDfl"; + up = "AmovPknlMRunSnonWbinDfl"; + }; + class BinocStandActionsRunFR: BinocStandActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDfr"; + up = "AmovPknlMRunSnonWbinDfr"; + }; + class BinocStandActionsRunR: BinocStandActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDr"; + up = "AmovPknlMRunSnonWbinDr"; + }; + class BinocStandActionsRunL: BinocStandActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDl"; + up = "AmovPknlMRunSnonWbinDl"; + }; + class BinocStandActionsRunB: BinocStandActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDb"; + up = "AmovPknlMRunSnonWbinDB"; + }; + class BinocStandActionsRunBL: BinocStandActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDbl"; + up = "AmovPknlMRunSnonWbinDbl"; + }; + class BinocStandActionsRunBR: BinocStandActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDbr"; + up = "AmovPknlMRunSnonWbinDbr"; + }; + class BinocStandActionsEvasiveF: BinocStandActions + { + PlayerCrouch = "AmovPknlMevaSnonWbinDf"; + up = "AmovPknlMevaSnonWbinDf"; + }; + class BinocStandActionsEvasiveFL: BinocStandActions + { + PlayerCrouch = "AmovPknlMevaSnonWbinDfl"; + up = "AmovPknlMevaSnonWbinDfl"; + }; + class BinocStandActionsEvasiveFR: BinocStandActions + { + PlayerCrouch = "AmovPknlMevaSnonWbinDfr"; + up = "AmovPknlMevaSnonWbinDfr"; + }; + class BinocKneelActions: RifleKneelActions + { + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + binocOn = ""; + down = "AmovPpneMstpSoptWbinDnon"; + up = "AmovPercMstpSoptWbinDnon"; + stop = "AmovPknlMstpSoptWbinDnon"; + stopRelaxed = "AmovPknlMstpSoptWbinDnon"; + default = "AmovPknlMstpSoptWbinDnon"; + PlayerStand = "AmovPercMstpSoptWbinDnon"; + PlayerCrouch = "AmovPknlMstpSoptWbinDnon"; + PlayerProne = "AmovPpneMstpSoptWbinDnon"; + upDegree = "ManPosBinoc"; + TurnL = "AmovPknlMstpSoptWbinDnon_turnL"; + TurnR = "AmovPknlMstpSoptWbinDnon_turnR"; + TurnLRelaxed = "AmovPknlMstpSoptWbinDnon_turnL"; + TurnRRelaxed = "AmovPknlMstpSoptWbinDnon_turnR"; + WalkF = "AmovPknlMwlkSoptWbinDf"; + WalkLF = "AmovPknlMwlkSoptWbinDfl"; + WalkRF = "AmovPknlMwlkSoptWbinDfr"; + WalkL = "AmovPknlMwlkSoptWbinDl"; + WalkR = "AmovPknlMwlkSoptWbinDr"; + WalkLB = "AmovPknlMwlkSoptWbinDbl"; + WalkRB = "AmovPknlMwlkSoptWbinDbr"; + WalkB = "AmovPknlMwlkSoptWbinDb"; + PlayerWalkF = "AmovPknlMwlkSoptWbinDf"; + PlayerWalkLF = "AmovPknlMwlkSoptWbinDfl"; + PlayerWalkRF = "AmovPknlMwlkSoptWbinDfr"; + PlayerWalkL = "AmovPknlMwlkSoptWbinDl"; + PlayerWalkR = "AmovPknlMwlkSoptWbinDr"; + PlayerWalkLB = "AmovPknlMwlkSoptWbinDbl"; + PlayerWalkRB = "AmovPknlMwlkSoptWbinDbr"; + PlayerWalkB = "AmovPknlMwlkSoptWbinDb"; + SlowF = "AmovPknlMrunSnonWbinDf"; + SlowLF = "AmovPknlMrunSnonWbinDfl"; + SlowRF = "AmovPknlMrunSnonWbinDfr"; + SlowL = "AmovPknlMrunSnonWbinDl"; + SlowR = "AmovPknlMrunSnonWbinDr"; + SlowLB = "AmovPknlMrunSnonWbinDbl"; + SlowRB = "AmovPknlMrunSnonWbinDbr"; + SlowB = "AmovPknlMrunSnonWbinDb"; + PlayerSlowF = "AmovPknlMrunSnonWbinDf"; + PlayerSlowLF = "AmovPknlMrunSnonWbinDfl"; + PlayerSlowRF = "AmovPknlMrunSnonWbinDfr"; + PlayerSlowL = "AmovPknlMrunSnonWbinDl"; + PlayerSlowR = "AmovPknlMrunSnonWbinDr"; + PlayerSlowLB = "AmovPknlMrunSnonWbinDbl"; + PlayerSlowRB = "AmovPknlMrunSnonWbinDbr"; + PlayerSlowB = "AmovPknlMrunSnonWbinDb"; + FastF = "AmovPknlMevaSnonWbinDf"; + FastLF = "AmovPknlMevaSnonWbinDfl"; + FastRF = "AmovPknlMevaSnonWbinDfr"; + FastL = "AmovPknlMrunSnonWbinDl"; + FastR = "AmovPknlMrunSnonWbinDr"; + FastLB = "AmovPknlMrunSnonWbinDbl"; + FastRB = "AmovPknlMrunSnonWbinDbr"; + FastB = "AmovPknlMrunSnonWbinDb"; + TactF = "AmovPknlMwlkSoptWbinDf"; + TactLF = "AmovPknlMwlkSoptWbinDfl"; + TactRF = "AmovPknlMwlkSoptWbinDfr"; + TactL = "AmovPknlMwlkSoptWbinDl"; + TactR = "AmovPknlMwlkSoptWbinDr"; + TactLB = "AmovPknlMwlkSoptWbinDbl"; + TactRB = "AmovPknlMwlkSoptWbinDbr"; + TactB = "AmovPknlMwlkSoptWbinDb"; + PlayerTactF = "AmovPknlMwlkSoptWbinDf"; + PlayerTactLF = "AmovPknlMwlkSoptWbinDfl"; + PlayerTactRF = "AmovPknlMwlkSoptWbinDfr"; + PlayerTactL = "AmovPknlMwlkSoptWbinDl"; + PlayerTactR = "AmovPknlMwlkSoptWbinDr"; + PlayerTactLB = "AmovPknlMwlkSoptWbinDbl"; + PlayerTactRB = "AmovPknlMwlkSoptWbinDbr"; + PlayerTactB = "AmovPknlMwlkSoptWbinDb"; + EvasiveRight = ""; + EvasiveLeft = ""; + Diary = ""; + Gear = ""; + }; + class BinocKneelActionsWlkF: BinocKneelActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDf"; + up = "AmovPercMwlkSoptWbinDf"; + }; + class BinocKneelActionsWlkFL: BinocKneelActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDfl"; + up = "AmovPercMwlkSoptWbinDfl"; + }; + class BinocKneelActionsWlkFR: BinocKneelActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDfr"; + up = "AmovPercMwlkSoptWbinDfr"; + }; + class BinocKneelActionsWlkR: BinocKneelActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDr"; + up = "AmovPercMwlkSoptWbinDr"; + }; + class BinocKneelActionsWlkL: BinocKneelActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDl"; + up = "AmovPercMwlkSoptWbinDl"; + }; + class BinocKneelActionsWlkB: BinocKneelActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDb"; + up = "AmovPercMwlkSoptWbinDB"; + }; + class BinocKneelActionsWlkBL: BinocKneelActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDbl"; + up = "AmovPercMwlkSoptWbinDbl"; + }; + class BinocKneelActionsWlkBR: BinocKneelActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDbr"; + up = "AmovPercMwlkSoptWbinDbr"; + }; + class BinocKneelActionsRunF: BinocKneelActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDf"; + up = "AmovPercMRunSnonWbinDf"; + }; + class BinocKneelActionsRunFL: BinocKneelActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDfl"; + up = "AmovPercMRunSnonWbinDfl"; + }; + class BinocKneelActionsRunFR: BinocKneelActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDfr"; + up = "AmovPercMRunSnonWbinDfr"; + }; + class BinocKneelActionsRunR: BinocKneelActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDr"; + up = "AmovPercMRunSnonWbinDr"; + }; + class BinocKneelActionsRunL: BinocKneelActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDl"; + up = "AmovPercMRunSnonWbinDl"; + }; + class BinocKneelActionsRunB: BinocKneelActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDb"; + up = "AmovPercMRunSnonWbinDB"; + }; + class BinocKneelActionsRunBL: BinocKneelActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDbl"; + up = "AmovPercMRunSnonWbinDbl"; + }; + class BinocKneelActionsRunBR: BinocKneelActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDbr"; + up = "AmovPercMRunSnonWbinDbr"; + }; + class BinocKneelActionsEvasiveF: BinocKneelActions + { + PlayerCrouch = "AmovPercMevaSnonWbinDf"; + up = "AmovPercMevaSnonWbinDf"; + }; + class BinocKneelActionsEvasiveFL: BinocKneelActions + { + PlayerCrouch = "AmovPercMevaSnonWbinDfl"; + up = "AmovPercMevaSnonWbinDfl"; + }; + class BinocKneelActionsEvasiveFR: BinocKneelActions + { + PlayerCrouch = "AmovPercMevaSnonWbinDfr"; + up = "AmovPercMevaSnonWbinDfr"; + }; + class BinocProneActions: RifleProneActions + { + AdjustF = ""; + AdjustB = ""; + AdjustLF = ""; + AdjustLB = ""; + AdjustRF = ""; + AdjustRB = ""; + AdjustR = ""; + AdjustL = ""; + binocOn = ""; + stop = "AmovPpneMstpSoptWbinDnon"; + stopRelaxed = "AmovPpneMstpSoptWbinDnon"; + default = "AmovPpneMstpSoptWbinDnon"; + PlayerStand = "AmovPercMstpSoptWbinDnon"; + PlayerCrouch = "AmovPknlMstpSoptWbinDnon"; + PlayerProne = "AmovPpneMstpSoptWbinDnon"; + upDegree = "ManPosBinocLying"; + down = "AmovPercMstpSoptWbinDnon"; + up = "AmovPknlMstpSoptWbinDnon"; + TurnL = "AmovPpneMstpSoptWbinDnon_turnL"; + TurnR = "AmovPpneMstpSoptWbinDnon_turnR"; + TurnLRelaxed = "AmovPpneMstpSoptWbinDnon_turnL"; + TurnRRelaxed = "AmovPpneMstpSoptWbinDnon_turnR"; + WalkF = "AmovPpneMwlkSoptWbinDf"; + WalkLF = "AmovPpneMwlkSoptWbinDfl"; + WalkRF = "AmovPpneMwlkSoptWbinDfr"; + WalkL = "AmovPpneMwlkSoptWbinDl"; + WalkR = "AmovPpneMwlkSoptWbinDr"; + WalkLB = "AmovPpneMwlkSoptWbinDbl"; + WalkRB = "AmovPpneMwlkSoptWbinDbr"; + WalkB = "AmovPpneMwlkSoptWbinDb"; + PlayerWalkF = "AmovPpneMwlkSoptWbinDf"; + PlayerWalkLF = "AmovPpneMwlkSoptWbinDfl"; + PlayerWalkRF = "AmovPpneMwlkSoptWbinDfr"; + PlayerWalkL = "AmovPpneMwlkSoptWbinDl"; + PlayerWalkR = "AmovPpneMwlkSoptWbinDr"; + PlayerWalkLB = "AmovPpneMwlkSoptWbinDbl"; + PlayerWalkRB = "AmovPpneMwlkSoptWbinDbr"; + PlayerWalkB = "AmovPpneMwlkSoptWbinDb"; + SlowF = "AmovPpneMrunSnonWbinDf"; + SlowLF = "AmovPpneMrunSnonWbinDfl"; + SlowRF = "AmovPpneMrunSnonWbinDfr"; + SlowL = "AmovPpneMrunSnonWbinDl"; + SlowR = "AmovPpneMrunSnonWbinDr"; + SlowLB = "AmovPpneMrunSnonWbinDbl"; + SlowRB = "AmovPpneMrunSnonWbinDbr"; + SlowB = "AmovPpneMrunSnonWbinDb"; + PlayerSlowF = "AmovPpneMrunSnonWbinDf"; + PlayerSlowLF = "AmovPpneMrunSnonWbinDfl"; + PlayerSlowRF = "AmovPpneMrunSnonWbinDfr"; + PlayerSlowL = "AmovPpneMrunSnonWbinDl"; + PlayerSlowR = "AmovPpneMrunSnonWbinDr"; + PlayerSlowLB = "AmovPpneMrunSnonWbinDbl"; + PlayerSlowRB = "AmovPpneMrunSnonWbinDbr"; + PlayerSlowB = "AmovPpneMrunSnonWbinDb"; + FastF = "AmovPpneMevaSnonWbinDf"; + FastLF = "AmovPpneMrunSnonWbinDfl"; + FastRF = "AmovPpneMrunSnonWbinDfr"; + FastL = "AmovPpneMrunSnonWbinDl"; + FastR = "AmovPpneMrunSnonWbinDr"; + FastLB = "AmovPpneMrunSnonWbinDbl"; + FastRB = "AmovPpneMrunSnonWbinDbr"; + FastB = "AmovPpneMrunSnonWbinDb"; + TactF = "AmovPpneMwlkSoptWbinDf"; + TactLF = "AmovPpneMwlkSoptWbinDfl"; + TactRF = "AmovPpneMwlkSoptWbinDfr"; + TactL = "AmovPpneMwlkSoptWbinDl"; + TactR = "AmovPpneMwlkSoptWbinDr"; + TactLB = "AmovPpneMwlkSoptWbinDbl"; + TactRB = "AmovPpneMwlkSoptWbinDbr"; + TactB = "AmovPpneMwlkSoptWbinDb"; + PlayerTactF = "AmovPpneMwlkSoptWbinDf"; + PlayerTactLF = "AmovPpneMwlkSoptWbinDfl"; + PlayerTactRF = "AmovPpneMwlkSoptWbinDfr"; + PlayerTactL = "AmovPpneMwlkSoptWbinDl"; + PlayerTactR = "AmovPpneMwlkSoptWbinDr"; + PlayerTactLB = "AmovPpneMwlkSoptWbinDbl"; + PlayerTactRB = "AmovPpneMwlkSoptWbinDbr"; + PlayerTactB = "AmovPpneMwlkSoptWbinDb"; + EvasiveRight = ""; + EvasiveLeft = ""; + }; + class BinocProneActionsWlkF: BinocProneActions{}; + class BinocProneActionsWlkFL: BinocProneActions{}; + class BinocProneActionsWlkFR: BinocProneActions{}; + class BinocProneActionsWlkR: BinocProneActions{}; + class BinocProneActionsWlkL: BinocProneActions{}; + class BinocProneActionsWlkB: BinocProneActions{}; + class BinocProneActionsWlkBL: BinocProneActions{}; + class BinocProneActionsWlkBR: BinocProneActions{}; + class BinocProneActionsRunF: BinocProneActions{}; + class BinocProneActionsRunFL: BinocProneActions{}; + class BinocProneActionsRunFR: BinocProneActions{}; + class BinocProneActionsRunR: BinocProneActions{}; + class BinocProneActionsRunL: BinocProneActions{}; + class BinocProneActionsRunB: BinocProneActions{}; + class BinocProneActionsRunBL: BinocProneActions{}; + class BinocProneActionsRunBR: BinocProneActions{}; + class BinocProneActionsEvasiveF: BinocProneActions{}; + class BinocStandRflActions: RifleStandActions + { + gestureGo[] = {"GestureGoBStand","Gesture"}; + binocOn = ""; + down = "AwopPpneMstpSoptWbinDnon_rfl"; + up = "AwopPknlMstpSoptWbinDnon_rfl"; + stop = "AwopPercMstpSoptWbinDnon_rfl"; + stopRelaxed = "AwopPercMstpSoptWbinDnon_rfl"; + default = "AwopPercMstpSoptWbinDnon_rfl"; + PlayerStand = "AwopPercMstpSoptWbinDnon_rfl"; + PlayerCrouch = "AwopPknlMstpSoptWbinDnon_rfl"; + PlayerProne = "AwopPpneMstpSoptWbinDnon_rfl"; + upDegree = "ManPosBinocStand"; + TurnL = "AwopPercMstpSoptWbinDnon_rfl_turnL"; + TurnR = "AwopPercMstpSoptWbinDnon_rfl_turnR"; + TurnLRelaxed = "AwopPercMstpSoptWbinDnon_rfl_turnL"; + TurnRRelaxed = "AwopPercMstpSoptWbinDnon_rfl_turnR"; + WalkF = "AmovPercMwlkSoptWbinDf_rfl"; + WalkLF = "AmovPercMwlkSoptWbinDfl_rfl"; + WalkRF = "AmovPercMwlkSoptWbinDfr_rfl"; + WalkL = "AmovPercMwlkSoptWbinDl_rfl"; + WalkR = "AmovPercMwlkSoptWbinDr_rfl"; + WalkLB = "AmovPercMwlkSoptWbinDbl_rfl"; + WalkRB = "AmovPercMwlkSoptWbinDbr_rfl"; + WalkB = "AmovPercMwlkSoptWbinDb_rfl"; + PlayerWalkF = "AmovPercMwlkSoptWbinDf_rfl"; + PlayerWalkLF = "AmovPercMwlkSoptWbinDfl_rfl"; + PlayerWalkRF = "AmovPercMwlkSoptWbinDfr_rfl"; + PlayerWalkL = "AmovPercMwlkSoptWbinDl_rfl"; + PlayerWalkR = "AmovPercMwlkSoptWbinDr_rfl"; + PlayerWalkLB = "AmovPercMwlkSoptWbinDbl_rfl"; + PlayerWalkRB = "AmovPercMwlkSoptWbinDbr_rfl"; + PlayerWalkB = "AmovPercMwlkSoptWbinDb_rfl"; + SlowF = "AmovPercMrunSnonWbinDf_rfl"; + SlowLF = "AmovPercMrunSnonWbinDfl_rfl"; + SlowRF = "AmovPercMrunSnonWbinDfr_rfl"; + SlowL = "AmovPercMrunSnonWbinDl_rfl"; + SlowR = "AmovPercMrunSnonWbinDr_rfl"; + SlowLB = "AmovPercMrunSnonWbinDbl_rfl"; + SlowRB = "AmovPercMrunSnonWbinDbr_rfl"; + SlowB = "AmovPercMrunSnonWbinDb_rfl"; + PlayerSlowF = "AmovPercMrunSnonWbinDf_rfl"; + PlayerSlowLF = "AmovPercMrunSnonWbinDfl_rfl"; + PlayerSlowRF = "AmovPercMrunSnonWbinDfr_rfl"; + PlayerSlowL = "AmovPercMrunSnonWbinDl_rfl"; + PlayerSlowR = "AmovPercMrunSnonWbinDr_rfl"; + PlayerSlowLB = "AmovPercMrunSnonWbinDbl_rfl"; + PlayerSlowRB = "AmovPercMrunSnonWbinDbr_rfl"; + PlayerSlowB = "AmovPercMrunSnonWbinDb_rfl"; + FastF = "AmovPercMevaSnonWbinDf_rfl"; + FastLF = "AmovPercMevaSnonWbinDfl_rfl"; + FastRF = "AmovPercMevaSnonWbinDfr_rfl"; + FastL = "AmovPercMrunSnonWbinDl_rfl"; + FastR = "AmovPercMrunSnonWbinDr_rfl"; + FastLB = "AmovPercMrunSnonWbinDbl_rfl"; + FastRB = "AmovPercMrunSnonWbinDbr_rfl"; + FastB = "AmovPercMrunSnonWbinDb_rfl"; + TactF = "AmovPercMwlkSoptWbinDf_rfl"; + TactLF = "AmovPercMwlkSoptWbinDfl_rfl"; + TactRF = "AmovPercMwlkSoptWbinDfr_rfl"; + TactL = "AmovPercMwlkSoptWbinDl_rfl"; + TactR = "AmovPercMwlkSoptWbinDr_rfl"; + TactLB = "AmovPercMwlkSoptWbinDbl_rfl"; + TactRB = "AmovPercMwlkSoptWbinDbr_rfl"; + TactB = "AmovPercMwlkSoptWbinDb_rfl"; + PlayerTactF = "AmovPercMwlkSoptWbinDf_rfl"; + PlayerTactLF = "AmovPercMwlkSoptWbinDfl_rfl"; + PlayerTactRF = "AmovPercMwlkSoptWbinDfr_rfl"; + PlayerTactL = "AmovPercMwlkSoptWbinDl_rfl"; + PlayerTactR = "AmovPercMwlkSoptWbinDr_rfl"; + PlayerTactLB = "AmovPercMwlkSoptWbinDbl_rfl"; + PlayerTactRB = "AmovPercMwlkSoptWbinDbr_rfl"; + PlayerTactB = "AmovPercMwlkSoptWbinDb_rfl"; + EvasiveRight = ""; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + Diary = ""; + Gear = ""; + GetOver = ""; + }; + class BinocStandRflActionsWlkF: BinocStandRflActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDf_rfl"; + up = "AmovPknlMwlkSoptWbinDf_rfl"; + }; + class BinocStandRflActionsWlkFL: BinocStandRflActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDfl_rfl"; + up = "AmovPknlMwlkSoptWbinDfl_rfl"; + }; + class BinocStandRflActionsWlkFR: BinocStandRflActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDfr_rfl"; + up = "AmovPknlMwlkSoptWbinDfr_rfl"; + }; + class BinocStandRflActionsWlkR: BinocStandRflActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDr_rfl"; + up = "AmovPknlMwlkSoptWbinDr_rfl"; + }; + class BinocStandRflActionsWlkL: BinocStandRflActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDl_rfl"; + up = "AmovPknlMwlkSoptWbinDl_rfl"; + }; + class BinocStandRflActionsWlkB: BinocStandRflActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDb_rfl"; + up = "AmovPknlMwlkSoptWbinDB_rfl"; + }; + class BinocStandRflActionsWlkBL: BinocStandRflActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDbl_rfl"; + up = "AmovPknlMwlkSoptWbinDbl_rfl"; + }; + class BinocStandRflActionsWlkBR: BinocStandRflActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDbr_rfl"; + up = "AmovPknlMwlkSoptWbinDbr_rfl"; + }; + class BinocStandRflActionsRunF: BinocStandRflActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDf_rfl"; + up = "AmovPknlMRunSnonWbinDf_rfl"; + }; + class BinocStandRflActionsRunFL: BinocStandRflActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDfl_rfl"; + up = "AmovPknlMRunSnonWbinDfl_rfl"; + }; + class BinocStandRflActionsRunFR: BinocStandRflActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDfr_rfl"; + up = "AmovPknlMRunSnonWbinDfr_rfl"; + }; + class BinocStandRflActionsRunR: BinocStandRflActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDr_rfl"; + up = "AmovPknlMRunSnonWbinDr_rfl"; + }; + class BinocStandRflActionsRunL: BinocStandRflActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDl_rfl"; + up = "AmovPknlMRunSnonWbinDl_rfl"; + }; + class BinocStandRflActionsRunB: BinocStandRflActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDb_rfl"; + up = "AmovPknlMRunSnonWbinDB_rfl"; + }; + class BinocStandRflActionsRunBL: BinocStandRflActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDbl_rfl"; + up = "AmovPknlMRunSnonWbinDbl_rfl"; + }; + class BinocStandRflActionsRunBR: BinocStandRflActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDbr_rfl"; + up = "AmovPknlMRunSnonWbinDbr_rfl"; + }; + class BinocStandRflActionsEvasiveF: BinocStandRflActions + { + PlayerCrouch = "AmovPknlMevaSnonWbinDf_rfl"; + up = "AmovPknlMevaSnonWbinDf_rfl"; + }; + class BinocStandRflActionsEvasiveFL: BinocStandRflActions + { + PlayerCrouch = "AmovPknlMevaSnonWbinDfl_rfl"; + up = "AmovPknlMevaSnonWbinDfl_rfl"; + }; + class BinocStandRflActionsEvasiveFR: BinocStandRflActions + { + PlayerCrouch = "AmovPknlMevaSnonWbinDfr_rfl"; + up = "AmovPknlMevaSnonWbinDfr_rfl"; + }; + class BinocKneelRflActions: RifleKneelActions + { + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + binocOn = ""; + down = "AwopPpneMstpSoptWbinDnon_rfl"; + up = "AwopPercMstpSoptWbinDnon_rfl"; + stop = "AwopPknlMstpSoptWbinDnon_rfl"; + stopRelaxed = "AwopPknlMstpSoptWbinDnon_rfl"; + default = "AwopPknlMstpSoptWbinDnon_rfl"; + PlayerStand = "AwopPercMstpSoptWbinDnon_rfl"; + PlayerCrouch = "AwopPknlMstpSoptWbinDnon_rfl"; + PlayerProne = "AwopPpneMstpSoptWbinDnon_rfl"; + upDegree = "ManPosBinoc"; + TurnL = "AwopPknlMstpSoptWbinDnon_rfl_turnL"; + TurnR = "AwopPknlMstpSoptWbinDnon_rfl_turnR"; + TurnLRelaxed = "AwopPknlMstpSoptWbinDnon_rfl_turnL"; + TurnRRelaxed = "AwopPknlMstpSoptWbinDnon_rfl_turnR"; + WalkF = "AmovPknlMwlkSoptWbinDf_rfl"; + WalkLF = "AmovPknlMwlkSoptWbinDfl_rfl"; + WalkRF = "AmovPknlMwlkSoptWbinDfr_rfl"; + WalkL = "AmovPknlMwlkSoptWbinDl_rfl"; + WalkR = "AmovPknlMwlkSoptWbinDr_rfl"; + WalkLB = "AmovPknlMwlkSoptWbinDbl_rfl"; + WalkRB = "AmovPknlMwlkSoptWbinDbr_rfl"; + WalkB = "AmovPknlMwlkSoptWbinDb_rfl"; + PlayerWalkF = "AmovPknlMwlkSoptWbinDf_rfl"; + PlayerWalkLF = "AmovPknlMwlkSoptWbinDfl_rfl"; + PlayerWalkRF = "AmovPknlMwlkSoptWbinDfr_rfl"; + PlayerWalkL = "AmovPknlMwlkSoptWbinDl_rfl"; + PlayerWalkR = "AmovPknlMwlkSoptWbinDr_rfl"; + PlayerWalkLB = "AmovPknlMwlkSoptWbinDbl_rfl"; + PlayerWalkRB = "AmovPknlMwlkSoptWbinDbr_rfl"; + PlayerWalkB = "AmovPknlMwlkSoptWbinDb_rfl"; + SlowF = "AmovPknlMrunSnonWbinDf_rfl"; + SlowLF = "AmovPknlMrunSnonWbinDfl_rfl"; + SlowRF = "AmovPknlMrunSnonWbinDfr_rfl"; + SlowL = "AmovPknlMrunSnonWbinDl_rfl"; + SlowR = "AmovPknlMrunSnonWbinDr_rfl"; + SlowLB = "AmovPknlMrunSnonWbinDbl_rfl"; + SlowRB = "AmovPknlMrunSnonWbinDbr_rfl"; + SlowB = "AmovPknlMrunSnonWbinDb_rfl"; + PlayerSlowF = "AmovPknlMrunSnonWbinDf_rfl"; + PlayerSlowLF = "AmovPknlMrunSnonWbinDfl_rfl"; + PlayerSlowRF = "AmovPknlMrunSnonWbinDfr_rfl"; + PlayerSlowL = "AmovPknlMrunSnonWbinDl_rfl"; + PlayerSlowR = "AmovPknlMrunSnonWbinDr_rfl"; + PlayerSlowLB = "AmovPknlMrunSnonWbinDbl_rfl"; + PlayerSlowRB = "AmovPknlMrunSnonWbinDbr_rfl"; + PlayerSlowB = "AmovPknlMrunSnonWbinDb_rfl"; + FastF = "AmovPknlMevaSnonWbinDf_rfl"; + FastLF = "AmovPknlMevaSnonWbinDfl_rfl"; + FastRF = "AmovPknlMevaSnonWbinDfr_rfl"; + FastL = "AmovPknlMrunSnonWbinDl_rfl"; + FastR = "AmovPknlMrunSnonWbinDr_rfl"; + FastLB = "AmovPknlMrunSnonWbinDbl_rfl"; + FastRB = "AmovPknlMrunSnonWbinDbr_rfl"; + FastB = "AmovPknlMrunSnonWbinDb_rfl"; + TactF = "AmovPknlMwlkSoptWbinDf_rfl"; + TactLF = "AmovPknlMwlkSoptWbinDfl_rfl"; + TactRF = "AmovPknlMwlkSoptWbinDfr_rfl"; + TactL = "AmovPknlMwlkSoptWbinDl_rfl"; + TactR = "AmovPknlMwlkSoptWbinDr_rfl"; + TactLB = "AmovPknlMwlkSoptWbinDbl_rfl"; + TactRB = "AmovPknlMwlkSoptWbinDbr_rfl"; + TactB = "AmovPknlMwlkSoptWbinDb_rfl"; + PlayerTactF = "AmovPknlMwlkSoptWbinDf_rfl"; + PlayerTactLF = "AmovPknlMwlkSoptWbinDfl_rfl"; + PlayerTactRF = "AmovPknlMwlkSoptWbinDfr_rfl"; + PlayerTactL = "AmovPknlMwlkSoptWbinDl_rfl"; + PlayerTactR = "AmovPknlMwlkSoptWbinDr_rfl"; + PlayerTactLB = "AmovPknlMwlkSoptWbinDbl_rfl"; + PlayerTactRB = "AmovPknlMwlkSoptWbinDbr_rfl"; + PlayerTactB = "AmovPknlMwlkSoptWbinDb_rfl"; + EvasiveRight = ""; + EvasiveLeft = ""; + Diary = ""; + Gear = ""; + }; + class BinocKneelRflActionsWlkF: BinocKneelRflActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDf_rfl"; + up = "AmovPercMwlkSoptWbinDf_rfl"; + }; + class BinocKneelRflActionsWlkFL: BinocKneelRflActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDfl_rfl"; + up = "AmovPercMwlkSoptWbinDfl_rfl"; + }; + class BinocKneelRflActionsWlkFR: BinocKneelRflActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDfr_rfl"; + up = "AmovPercMwlkSoptWbinDfr_rfl"; + }; + class BinocKneelRflActionsWlkR: BinocKneelRflActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDr_rfl"; + up = "AmovPercMwlkSoptWbinDr_rfl"; + }; + class BinocKneelRflActionsWlkL: BinocKneelRflActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDl_rfl"; + up = "AmovPercMwlkSoptWbinDl_rfl"; + }; + class BinocKneelRflActionsWlkB: BinocKneelRflActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDb_rfl"; + up = "AmovPercMwlkSoptWbinDB_rfl"; + }; + class BinocKneelRflActionsWlkBL: BinocKneelRflActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDbl_rfl"; + up = "AmovPercMwlkSoptWbinDbl_rfl"; + }; + class BinocKneelRflActionsWlkBR: BinocKneelRflActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDbr_rfl"; + up = "AmovPercMwlkSoptWbinDbr_rfl"; + }; + class BinocKneelRflActionsRunF: BinocKneelRflActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDf_rfl"; + up = "AmovPercMRunSnonWbinDf_rfl"; + }; + class BinocKneelRflActionsRunFL: BinocKneelRflActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDfl_rfl"; + up = "AmovPercMRunSnonWbinDfl_rfl"; + }; + class BinocKneelRflActionsRunFR: BinocKneelRflActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDfr_rfl"; + up = "AmovPercMRunSnonWbinDfr_rfl"; + }; + class BinocKneelRflActionsRunR: BinocKneelRflActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDr_rfl"; + up = "AmovPercMRunSnonWbinDr_rfl"; + }; + class BinocKneelRflActionsRunL: BinocKneelRflActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDl_rfl"; + up = "AmovPercMRunSnonWbinDl_rfl"; + }; + class BinocKneelRflActionsRunB: BinocKneelRflActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDb_rfl"; + up = "AmovPercMRunSnonWbinDB_rfl"; + }; + class BinocKneelRflActionsRunBL: BinocKneelRflActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDbl_rfl"; + up = "AmovPercMRunSnonWbinDbl_rfl"; + }; + class BinocKneelRflActionsRunBR: BinocKneelRflActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDbr_rfl"; + up = "AmovPercMRunSnonWbinDbr_rfl"; + }; + class BinocKneelRflActionsEvasiveF: BinocKneelRflActions + { + PlayerCrouch = "AmovPercMevaSnonWbinDf_rfl"; + up = "AmovPercMevaSnonWbinDf_rfl"; + }; + class BinocKneelRflActionsEvasiveFL: BinocKneelRflActions + { + PlayerCrouch = "AmovPercMevaSnonWbinDfl_rfl"; + up = "AmovPercMevaSnonWbinDfl_rfl"; + }; + class BinocKneelRflActionsEvasiveFR: BinocKneelRflActions + { + PlayerCrouch = "AmovPercMevaSnonWbinDfr_rfl"; + up = "AmovPercMevaSnonWbinDfr_rfl"; + }; + class BinocProneRflActions: RifleProneActions + { + AdjustF = ""; + AdjustB = ""; + binocOn = ""; + stop = "AwopPpneMstpSoptWbinDnon_rfl"; + stopRelaxed = "AwopPpneMstpSoptWbinDnon_rfl"; + default = "AwopPpneMstpSoptWbinDnon_rfl"; + PlayerStand = "AwopPercMstpSoptWbinDnon_rfl"; + PlayerCrouch = "AwopPknlMstpSoptWbinDnon_rfl"; + PlayerProne = "AwopPpneMstpSoptWbinDnon_rfl"; + upDegree = "ManPosBinocLying"; + down = "AwopPercMstpSoptWbinDnon_rfl"; + up = "AwopPknlMstpSoptWbinDnon_rfl"; + TurnL = "AwopPpneMstpSoptWbinDnon_rfl_turnL"; + TurnR = "AwopPpneMstpSoptWbinDnon_rfl_turnR"; + TurnLRelaxed = "AwopPpneMstpSoptWbinDnon_rfl_turnL"; + TurnRRelaxed = "AwopPpneMstpSoptWbinDnon_rfl_turnR"; + WalkF = "AmovPpneMwlkSoptWbinDf_rfl"; + WalkLF = "AmovPpneMwlkSoptWbinDfl_rfl"; + WalkRF = "AmovPpneMwlkSoptWbinDfr_rfl"; + WalkL = "AmovPpneMwlkSoptWbinDl_rfl"; + WalkR = "AmovPpneMwlkSoptWbinDr_rfl"; + WalkLB = "AmovPpneMwlkSoptWbinDbl_rfl"; + WalkRB = "AmovPpneMwlkSoptWbinDbr_rfl"; + WalkB = "AmovPpneMwlkSoptWbinDb_rfl"; + PlayerWalkF = "AmovPpneMwlkSoptWbinDf_rfl"; + PlayerWalkLF = "AmovPpneMwlkSoptWbinDfl_rfl"; + PlayerWalkRF = "AmovPpneMwlkSoptWbinDfr_rfl"; + PlayerWalkL = "AmovPpneMwlkSoptWbinDl_rfl"; + PlayerWalkR = "AmovPpneMwlkSoptWbinDr_rfl"; + PlayerWalkLB = "AmovPpneMwlkSoptWbinDbl_rfl"; + PlayerWalkRB = "AmovPpneMwlkSoptWbinDbr_rfl"; + PlayerWalkB = "AmovPpneMwlkSoptWbinDb_rfl"; + SlowF = "AmovPpneMrunSnonWbinDf_rfl"; + SlowLF = "AmovPpneMrunSnonWbinDfl_rfl"; + SlowRF = "AmovPpneMrunSnonWbinDfr_rfl"; + SlowL = "AmovPpneMrunSnonWbinDl_rfl"; + SlowR = "AmovPpneMrunSnonWbinDr_rfl"; + SlowLB = "AmovPpneMrunSnonWbinDbl_rfl"; + SlowRB = "AmovPpneMrunSnonWbinDbr_rfl"; + SlowB = "AmovPpneMrunSnonWbinDb_rfl"; + PlayerSlowF = "AmovPpneMrunSnonWbinDf_rfl"; + PlayerSlowLF = "AmovPpneMrunSnonWbinDfl_rfl"; + PlayerSlowRF = "AmovPpneMrunSnonWbinDfr_rfl"; + PlayerSlowL = "AmovPpneMrunSnonWbinDl_rfl"; + PlayerSlowR = "AmovPpneMrunSnonWbinDr_rfl"; + PlayerSlowLB = "AmovPpneMrunSnonWbinDbl_rfl"; + PlayerSlowRB = "AmovPpneMrunSnonWbinDbr_rfl"; + PlayerSlowB = "AmovPpneMrunSnonWbinDb_rfl"; + FastF = "AmovPpneMevaSnonWbinDf_rfl"; + FastLF = "AmovPpneMrunSnonWbinDfl_rfl"; + FastRF = "AmovPpneMrunSnonWbinDfr_rfl"; + FastL = "AmovPpneMrunSnonWbinDl_rfl"; + FastR = "AmovPpneMrunSnonWbinDr_rfl"; + FastLB = "AmovPpneMrunSnonWbinDbl_rfl"; + FastRB = "AmovPpneMrunSnonWbinDbr_rfl"; + FastB = "AmovPpneMrunSnonWbinDb_rfl"; + TactF = "AmovPpneMwlkSoptWbinDf_rfl"; + TactLF = "AmovPpneMwlkSoptWbinDfl_rfl"; + TactRF = "AmovPpneMwlkSoptWbinDfr_rfl"; + TactL = "AmovPpneMwlkSoptWbinDl_rfl"; + TactR = "AmovPpneMwlkSoptWbinDr_rfl"; + TactLB = "AmovPpneMwlkSoptWbinDbl_rfl"; + TactRB = "AmovPpneMwlkSoptWbinDbr_rfl"; + TactB = "AmovPpneMwlkSoptWbinDb_rfl"; + PlayerTactF = "AmovPpneMwlkSoptWbinDf_rfl"; + PlayerTactLF = "AmovPpneMwlkSoptWbinDfl_rfl"; + PlayerTactRF = "AmovPpneMwlkSoptWbinDfr_rfl"; + PlayerTactL = "AmovPpneMwlkSoptWbinDl_rfl"; + PlayerTactR = "AmovPpneMwlkSoptWbinDr_rfl"; + PlayerTactLB = "AmovPpneMwlkSoptWbinDbl_rfl"; + PlayerTactRB = "AmovPpneMwlkSoptWbinDbr_rfl"; + PlayerTactB = "AmovPpneMwlkSoptWbinDb_rfl"; + EvasiveRight = ""; + EvasiveLeft = ""; + }; + class BinocProneRflActionsWlkF: BinocProneRflActions{}; + class BinocProneRflActionsWlkFL: BinocProneRflActions{}; + class BinocProneRflActionsWlkFR: BinocProneRflActions{}; + class BinocProneRflActionsWlkR: BinocProneRflActions{}; + class BinocProneRflActionsWlkL: BinocProneRflActions{}; + class BinocProneRflActionsWlkB: BinocProneRflActions{}; + class BinocProneRflActionsWlkBL: BinocProneRflActions{}; + class BinocProneRflActionsWlkBR: BinocProneRflActions{}; + class BinocProneRflActionsRunF: BinocProneRflActions{}; + class BinocProneRflActionsRunFL: BinocProneRflActions{}; + class BinocProneRflActionsRunFR: BinocProneRflActions{}; + class BinocProneRflActionsRunR: BinocProneRflActions{}; + class BinocProneRflActionsRunL: BinocProneRflActions{}; + class BinocProneRflActionsRunB: BinocProneRflActions{}; + class BinocProneRflActionsRunBL: BinocProneRflActions{}; + class BinocProneRflActionsRunBR: BinocProneRflActions{}; + class BinocProneRflActionsEvasiveF: BinocProneRflActions{}; + class BinocStandPstActions: PistolStandActions + { + gestureGo[] = {"GestureGoBStand","Gesture"}; + Crouch = "AwopPercMstpSoptWbinDnon_Pst"; + Stand = ""; + handGunOn = "AwopPercMstpSoptWbinDnon_Pst"; + binocOn = "AwopPercMstpSoptWbinDnon_Pst"; + down = "AwopPpneMstpSoptWbinDnon_Pst"; + up = "AwopPknlMstpSoptWbinDnon_Pst"; + stop = "AwopPercMstpSoptWbinDnon_Pst"; + stopRelaxed = "AwopPercMstpSoptWbinDnon_Pst"; + default = "AwopPercMstpSoptWbinDnon_Pst"; + PlayerStand = "AwopPercMstpSoptWbinDnon_Pst"; + PlayerCrouch = "AwopPknlMstpSoptWbinDnon_Pst"; + PlayerProne = "AwopPpneMstpSoptWbinDnon_Pst"; + upDegree = "ManPosBinocStand"; + TurnL = "AwopPercMstpSoptWbinDnon_Pst_turnL"; + TurnR = "AwopPercMstpSoptWbinDnon_Pst_turnR"; + TurnLRelaxed = "AwopPercMstpSoptWbinDnon_Pst_turnL"; + TurnRRelaxed = "AwopPercMstpSoptWbinDnon_Pst_turnR"; + WalkF = "AmovPercMwlkSoptWbinDf_Pst"; + WalkLF = "AmovPercMwlkSoptWbinDfl_Pst"; + WalkRF = "AmovPercMwlkSoptWbinDfr_Pst"; + WalkL = "AmovPercMwlkSoptWbinDl_Pst"; + WalkR = "AmovPercMwlkSoptWbinDr_Pst"; + WalkLB = "AmovPercMwlkSoptWbinDbl_Pst"; + WalkRB = "AmovPercMwlkSoptWbinDbr_Pst"; + WalkB = "AmovPercMwlkSoptWbinDb_Pst"; + PlayerWalkF = "AmovPercMwlkSoptWbinDf_Pst"; + PlayerWalkLF = "AmovPercMwlkSoptWbinDfl_Pst"; + PlayerWalkRF = "AmovPercMwlkSoptWbinDfr_Pst"; + PlayerWalkL = "AmovPercMwlkSoptWbinDl_Pst"; + PlayerWalkR = "AmovPercMwlkSoptWbinDr_Pst"; + PlayerWalkLB = "AmovPercMwlkSoptWbinDbl_Pst"; + PlayerWalkRB = "AmovPercMwlkSoptWbinDbr_Pst"; + PlayerWalkB = "AmovPercMwlkSoptWbinDb_Pst"; + SlowF = "AmovPercMrunSnonWbinDf_Pst"; + SlowLF = "AmovPercMrunSnonWbinDfl_Pst"; + SlowRF = "AmovPercMrunSnonWbinDfr_Pst"; + SlowL = "AmovPercMrunSnonWbinDl_Pst"; + SlowR = "AmovPercMrunSnonWbinDr_Pst"; + SlowLB = "AmovPercMrunSnonWbinDbl_Pst"; + SlowRB = "AmovPercMrunSnonWbinDbr_Pst"; + SlowB = "AmovPercMrunSnonWbinDb_Pst"; + PlayerSlowF = "AmovPercMrunSnonWbinDf_Pst"; + PlayerSlowLF = "AmovPercMrunSnonWbinDfl_Pst"; + PlayerSlowRF = "AmovPercMrunSnonWbinDfr_Pst"; + PlayerSlowL = "AmovPercMrunSnonWbinDl_Pst"; + PlayerSlowR = "AmovPercMrunSnonWbinDr_Pst"; + PlayerSlowLB = "AmovPercMrunSnonWbinDbl_Pst"; + PlayerSlowRB = "AmovPercMrunSnonWbinDbr_Pst"; + PlayerSlowB = "AmovPercMrunSnonWbinDb_Pst"; + FastF = "AmovPercMevaSnonWbinDf_Pst"; + FastLF = "AmovPercMevaSnonWbinDfl_Pst"; + FastRF = "AmovPercMevaSnonWbinDfr_Pst"; + FastL = "AmovPercMrunSnonWbinDl_Pst"; + FastR = "AmovPercMrunSnonWbinDr_Pst"; + FastLB = "AmovPercMrunSnonWbinDbl_Pst"; + FastRB = "AmovPercMrunSnonWbinDbr_Pst"; + FastB = "AmovPercMrunSnonWbinDb_Pst"; + TactF = "AmovPercMwlkSoptWbinDf_Pst"; + TactLF = "AmovPercMwlkSoptWbinDfl_Pst"; + TactRF = "AmovPercMwlkSoptWbinDfr_Pst"; + TactL = "AmovPercMwlkSoptWbinDl_Pst"; + TactR = "AmovPercMwlkSoptWbinDr_Pst"; + TactLB = "AmovPercMwlkSoptWbinDbl_Pst"; + TactRB = "AmovPercMwlkSoptWbinDbr_Pst"; + TactB = "AmovPercMwlkSoptWbinDb_Pst"; + PlayerTactF = "AmovPercMwlkSoptWbinDf_Pst"; + PlayerTactLF = "AmovPercMwlkSoptWbinDfl_Pst"; + PlayerTactRF = "AmovPercMwlkSoptWbinDfr_Pst"; + PlayerTactL = "AmovPercMwlkSoptWbinDl_Pst"; + PlayerTactR = "AmovPercMwlkSoptWbinDr_Pst"; + PlayerTactLB = "AmovPercMwlkSoptWbinDbl_Pst"; + PlayerTactRB = "AmovPercMwlkSoptWbinDbr_Pst"; + PlayerTactB = "AmovPercMwlkSoptWbinDb_Pst"; + EvasiveRight = ""; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + Diary = ""; + Gear = ""; + GetOver = ""; + }; + class BinocStandPstActionsWlkF: BinocStandPstActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDf_Pst"; + up = "AmovPknlMwlkSoptWbinDf_Pst"; + }; + class BinocStandPstActionsWlkFL: BinocStandPstActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDfl_Pst"; + up = "AmovPknlMwlkSoptWbinDfl_Pst"; + }; + class BinocStandPstActionsWlkFR: BinocStandPstActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDfr_Pst"; + up = "AmovPknlMwlkSoptWbinDfr_Pst"; + }; + class BinocStandPstActionsWlkR: BinocStandPstActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDr_Pst"; + up = "AmovPknlMwlkSoptWbinDr_Pst"; + }; + class BinocStandPstActionsWlkL: BinocStandPstActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDl_Pst"; + up = "AmovPknlMwlkSoptWbinDl_Pst"; + }; + class BinocStandPstActionsWlkB: BinocStandPstActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDb_Pst"; + up = "AmovPknlMwlkSoptWbinDB_Pst"; + }; + class BinocStandPstActionsWlkBL: BinocStandPstActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDbl_Pst"; + up = "AmovPknlMwlkSoptWbinDbl_Pst"; + }; + class BinocStandPstActionsWlkBR: BinocStandPstActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDbr_Pst"; + up = "AmovPknlMwlkSoptWbinDbr_Pst"; + }; + class BinocStandPstActionsRunF: BinocStandPstActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDf_Pst"; + up = "AmovPknlMRunSnonWbinDf_Pst"; + }; + class BinocStandPstActionsRunFL: BinocStandPstActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDfl_Pst"; + up = "AmovPknlMRunSnonWbinDfl_Pst"; + }; + class BinocStandPstActionsRunFR: BinocStandPstActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDfr_Pst"; + up = "AmovPknlMRunSnonWbinDfr_Pst"; + }; + class BinocStandPstActionsRunR: BinocStandPstActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDr_Pst"; + up = "AmovPknlMRunSnonWbinDr_Pst"; + }; + class BinocStandPstActionsRunL: BinocStandPstActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDl_Pst"; + up = "AmovPknlMRunSnonWbinDl_Pst"; + }; + class BinocStandPstActionsRunB: BinocStandPstActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDb_Pst"; + up = "AmovPknlMRunSnonWbinDB_Pst"; + }; + class BinocStandPstActionsRunBL: BinocStandPstActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDbl_Pst"; + up = "AmovPknlMRunSnonWbinDbl_Pst"; + }; + class BinocStandPstActionsRunBR: BinocStandPstActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDbr_Pst"; + up = "AmovPknlMRunSnonWbinDbr_Pst"; + }; + class BinocStandPstActionsEvasiveF: BinocStandPstActions + { + PlayerCrouch = "AmovPknlMevaSnonWbinDf_Pst"; + up = "AmovPknlMevaSnonWbinDf_Pst"; + }; + class BinocStandPstActionsEvasiveFL: BinocStandPstActions + { + PlayerCrouch = "AmovPknlMevaSnonWbinDfl_Pst"; + up = "AmovPknlMevaSnonWbinDfl_Pst"; + }; + class BinocStandPstActionsEvasiveFR: BinocStandPstActions + { + PlayerCrouch = "AmovPknlMevaSnonWbinDfr_Pst"; + up = "AmovPknlMevaSnonWbinDfr_Pst"; + }; + class BinocKneelPstActions: PistolKneelActions + { + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + Crouch = "AwopPknlMstpSoptWbinDnon_Pst"; + binocOn = "AwopPknlMstpSoptWbinDnon_Pst"; + down = "AwopPpneMstpSoptWbinDnon_Pst"; + up = "AwopPercMstpSoptWbinDnon_Pst"; + stop = "AwopPknlMstpSoptWbinDnon_Pst"; + stopRelaxed = "AwopPknlMstpSoptWbinDnon_Pst"; + default = "AwopPknlMstpSoptWbinDnon_Pst"; + PlayerStand = "AwopPercMstpSoptWbinDnon_Pst"; + PlayerCrouch = "AwopPknlMstpSoptWbinDnon_Pst"; + PlayerProne = "AwopPpneMstpSoptWbinDnon_Pst"; + upDegree = "ManPosBinoc"; + TurnL = "AwopPknlMstpSoptWbinDnon_Pst_turnL"; + TurnR = "AwopPknlMstpSoptWbinDnon_Pst_turnR"; + TurnLRelaxed = "AwopPknlMstpSoptWbinDnon_Pst_turnL"; + TurnRRelaxed = "AwopPknlMstpSoptWbinDnon_Pst_turnR"; + WalkF = "AmovPknlMwlkSoptWbinDf_Pst"; + WalkLF = "AmovPknlMwlkSoptWbinDfl_Pst"; + WalkRF = "AmovPknlMwlkSoptWbinDfr_Pst"; + WalkL = "AmovPknlMwlkSoptWbinDl_Pst"; + WalkR = "AmovPknlMwlkSoptWbinDr_Pst"; + WalkLB = "AmovPknlMwlkSoptWbinDbl_Pst"; + WalkRB = "AmovPknlMwlkSoptWbinDbr_Pst"; + WalkB = "AmovPknlMwlkSoptWbinDb_Pst"; + PlayerWalkF = "AmovPknlMwlkSoptWbinDf_Pst"; + PlayerWalkLF = "AmovPknlMwlkSoptWbinDfl_Pst"; + PlayerWalkRF = "AmovPknlMwlkSoptWbinDfr_Pst"; + PlayerWalkL = "AmovPknlMwlkSoptWbinDl_Pst"; + PlayerWalkR = "AmovPknlMwlkSoptWbinDr_Pst"; + PlayerWalkLB = "AmovPknlMwlkSoptWbinDbl_Pst"; + PlayerWalkRB = "AmovPknlMwlkSoptWbinDbr_Pst"; + PlayerWalkB = "AmovPknlMwlkSoptWbinDb_Pst"; + SlowF = "AmovPknlMrunSnonWbinDf_Pst"; + SlowLF = "AmovPknlMrunSnonWbinDfl_Pst"; + SlowRF = "AmovPknlMrunSnonWbinDfr_Pst"; + SlowL = "AmovPknlMrunSnonWbinDl_Pst"; + SlowR = "AmovPknlMrunSnonWbinDr_Pst"; + SlowLB = "AmovPknlMrunSnonWbinDbl_Pst"; + SlowRB = "AmovPknlMrunSnonWbinDbr_Pst"; + SlowB = "AmovPknlMrunSnonWbinDb_Pst"; + PlayerSlowF = "AmovPknlMrunSnonWbinDf_Pst"; + PlayerSlowLF = "AmovPknlMrunSnonWbinDfl_Pst"; + PlayerSlowRF = "AmovPknlMrunSnonWbinDfr_Pst"; + PlayerSlowL = "AmovPknlMrunSnonWbinDl_Pst"; + PlayerSlowR = "AmovPknlMrunSnonWbinDr_Pst"; + PlayerSlowLB = "AmovPknlMrunSnonWbinDbl_Pst"; + PlayerSlowRB = "AmovPknlMrunSnonWbinDbr_Pst"; + PlayerSlowB = "AmovPknlMrunSnonWbinDb_Pst"; + FastF = "AmovPknlMevaSnonWbinDf_Pst"; + FastLF = "AmovPknlMevaSnonWbinDfl_Pst"; + FastRF = "AmovPknlMevaSnonWbinDfr_Pst"; + FastL = "AmovPknlMrunSnonWbinDl_Pst"; + FastR = "AmovPknlMrunSnonWbinDr_Pst"; + FastLB = "AmovPknlMrunSnonWbinDbl_Pst"; + FastRB = "AmovPknlMrunSnonWbinDbr_Pst"; + FastB = "AmovPknlMrunSnonWbinDb_Pst"; + TactF = "AmovPknlMwlkSoptWbinDf_Pst"; + TactLF = "AmovPknlMwlkSoptWbinDfl_Pst"; + TactRF = "AmovPknlMwlkSoptWbinDfr_Pst"; + TactL = "AmovPknlMwlkSoptWbinDl_Pst"; + TactR = "AmovPknlMwlkSoptWbinDr_Pst"; + TactLB = "AmovPknlMwlkSoptWbinDbl_Pst"; + TactRB = "AmovPknlMwlkSoptWbinDbr_Pst"; + TactB = "AmovPknlMwlkSoptWbinDb_Pst"; + PlayerTactF = "AmovPknlMwlkSoptWbinDf_Pst"; + PlayerTactLF = "AmovPknlMwlkSoptWbinDfl_Pst"; + PlayerTactRF = "AmovPknlMwlkSoptWbinDfr_Pst"; + PlayerTactL = "AmovPknlMwlkSoptWbinDl_Pst"; + PlayerTactR = "AmovPknlMwlkSoptWbinDr_Pst"; + PlayerTactLB = "AmovPknlMwlkSoptWbinDbl_Pst"; + PlayerTactRB = "AmovPknlMwlkSoptWbinDbr_Pst"; + PlayerTactB = "AmovPknlMwlkSoptWbinDb_Pst"; + EvasiveRight = ""; + EvasiveLeft = ""; + Diary = ""; + Gear = ""; + }; + class BinocKneelPstActionsWlkF: BinocKneelPstActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDf_Pst"; + up = "AmovPercMwlkSoptWbinDf_Pst"; + }; + class BinocKneelPstActionsWlkFL: BinocKneelPstActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDfl_Pst"; + up = "AmovPercMwlkSoptWbinDfl_Pst"; + }; + class BinocKneelPstActionsWlkFR: BinocKneelPstActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDfr_Pst"; + up = "AmovPercMwlkSoptWbinDfr_Pst"; + }; + class BinocKneelPstActionsWlkR: BinocKneelPstActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDr_Pst"; + up = "AmovPercMwlkSoptWbinDr_Pst"; + }; + class BinocKneelPstActionsWlkL: BinocKneelPstActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDl_Pst"; + up = "AmovPercMwlkSoptWbinDl_Pst"; + }; + class BinocKneelPstActionsWlkB: BinocKneelPstActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDb_Pst"; + up = "AmovPercMwlkSoptWbinDB_Pst"; + }; + class BinocKneelPstActionsWlkBL: BinocKneelPstActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDbl_Pst"; + up = "AmovPercMwlkSoptWbinDbl_Pst"; + }; + class BinocKneelPstActionsWlkBR: BinocKneelPstActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDbr_Pst"; + up = "AmovPercMwlkSoptWbinDbr_Pst"; + }; + class BinocKneelPstActionsRunF: BinocKneelPstActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDf_Pst"; + up = "AmovPercMRunSnonWbinDf_Pst"; + }; + class BinocKneelPstActionsRunFL: BinocKneelPstActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDfl_Pst"; + up = "AmovPercMRunSnonWbinDfl_Pst"; + }; + class BinocKneelPstActionsRunFR: BinocKneelPstActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDfr_Pst"; + up = "AmovPercMRunSnonWbinDfr_Pst"; + }; + class BinocKneelPstActionsRunR: BinocKneelPstActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDr_Pst"; + up = "AmovPercMRunSnonWbinDr_Pst"; + }; + class BinocKneelPstActionsRunL: BinocKneelPstActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDl_Pst"; + up = "AmovPercMRunSnonWbinDl_Pst"; + }; + class BinocKneelPstActionsRunB: BinocKneelPstActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDb_Pst"; + up = "AmovPercMRunSnonWbinDB_Pst"; + }; + class BinocKneelPstActionsRunBL: BinocKneelPstActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDbl_Pst"; + up = "AmovPercMRunSnonWbinDbl_Pst"; + }; + class BinocKneelPstActionsRunBR: BinocKneelPstActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDbr_Pst"; + up = "AmovPercMRunSnonWbinDbr_Pst"; + }; + class BinocKneelPstActionsEvasiveF: BinocKneelPstActions + { + PlayerCrouch = "AmovPercMevaSnonWbinDf_Pst"; + up = "AmovPercMevaSnonWbinDf_Pst"; + }; + class BinocKneelPstActionsEvasiveFL: BinocKneelPstActions + { + PlayerCrouch = "AmovPercMevaSnonWbinDfl_Pst"; + up = "AmovPercMevaSnonWbinDfl_Pst"; + }; + class BinocKneelPstActionsEvasiveFR: BinocKneelPstActions + { + PlayerCrouch = "AmovPercMevaSnonWbinDfr_Pst"; + up = "AmovPercMevaSnonWbinDfr_Pst"; + }; + class BinocPronePstActions: PistolProneActions + { + AdjustF = ""; + AdjustB = ""; + binocOn = ""; + stop = "AwopPpneMstpSoptWbinDnon_Pst"; + stopRelaxed = "AwopPpneMstpSoptWbinDnon_Pst"; + default = "AwopPpneMstpSoptWbinDnon_Pst"; + PlayerStand = "AwopPercMstpSoptWbinDnon_Pst"; + PlayerCrouch = "AwopPknlMstpSoptWbinDnon_Pst"; + PlayerProne = "AwopPpneMstpSoptWbinDnon_Pst"; + upDegree = "ManPosBinocLying"; + down = "AwopPercMstpSoptWbinDnon_Pst"; + up = "AwopPknlMstpSoptWbinDnon_Pst"; + TurnL = "AwopPpneMstpSoptWbinDnon_Pst_turnL"; + TurnR = "AwopPpneMstpSoptWbinDnon_Pst_turnR"; + TurnLRelaxed = "AwopPpneMstpSoptWbinDnon_Pst_turnL"; + TurnRRelaxed = "AwopPpneMstpSoptWbinDnon_Pst_turnR"; + WalkF = "AmovPpneMwlkSoptWbinDf_Pst"; + WalkLF = "AmovPpneMwlkSoptWbinDfl_Pst"; + WalkRF = "AmovPpneMwlkSoptWbinDfr_Pst"; + WalkL = "AmovPpneMwlkSoptWbinDl_Pst"; + WalkR = "AmovPpneMwlkSoptWbinDr_Pst"; + WalkLB = "AmovPpneMwlkSoptWbinDbl_Pst"; + WalkRB = "AmovPpneMwlkSoptWbinDbr_Pst"; + WalkB = "AmovPpneMwlkSoptWbinDb_Pst"; + PlayerWalkF = "AmovPpneMwlkSoptWbinDf_Pst"; + PlayerWalkLF = "AmovPpneMwlkSoptWbinDfl_Pst"; + PlayerWalkRF = "AmovPpneMwlkSoptWbinDfr_Pst"; + PlayerWalkL = "AmovPpneMwlkSoptWbinDl_Pst"; + PlayerWalkR = "AmovPpneMwlkSoptWbinDr_Pst"; + PlayerWalkLB = "AmovPpneMwlkSoptWbinDbl_Pst"; + PlayerWalkRB = "AmovPpneMwlkSoptWbinDbr_Pst"; + PlayerWalkB = "AmovPpneMwlkSoptWbinDb_Pst"; + SlowF = "AmovPpneMrunSnonWbinDf_Pst"; + SlowLF = "AmovPpneMrunSnonWbinDfl_Pst"; + SlowRF = "AmovPpneMrunSnonWbinDfr_Pst"; + SlowL = "AmovPpneMrunSnonWbinDl_Pst"; + SlowR = "AmovPpneMrunSnonWbinDr_Pst"; + SlowLB = "AmovPpneMrunSnonWbinDbl_Pst"; + SlowRB = "AmovPpneMrunSnonWbinDbr_Pst"; + SlowB = "AmovPpneMrunSnonWbinDb_Pst"; + PlayerSlowF = "AmovPpneMrunSnonWbinDf_Pst"; + PlayerSlowLF = "AmovPpneMrunSnonWbinDfl_Pst"; + PlayerSlowRF = "AmovPpneMrunSnonWbinDfr_Pst"; + PlayerSlowL = "AmovPpneMrunSnonWbinDl_Pst"; + PlayerSlowR = "AmovPpneMrunSnonWbinDr_Pst"; + PlayerSlowLB = "AmovPpneMrunSnonWbinDbl_Pst"; + PlayerSlowRB = "AmovPpneMrunSnonWbinDbr_Pst"; + PlayerSlowB = "AmovPpneMrunSnonWbinDb_Pst"; + FastF = "AmovPpneMevaSnonWbinDf_Pst"; + FastLF = "AmovPpneMrunSnonWbinDfl_Pst"; + FastRF = "AmovPpneMrunSnonWbinDfr_Pst"; + FastL = "AmovPpneMrunSnonWbinDl_Pst"; + FastR = "AmovPpneMrunSnonWbinDr_Pst"; + FastLB = "AmovPpneMrunSnonWbinDbl_Pst"; + FastRB = "AmovPpneMrunSnonWbinDbr_Pst"; + FastB = "AmovPpneMrunSnonWbinDb_Pst"; + TactF = "AmovPpneMwlkSoptWbinDf_Pst"; + TactLF = "AmovPpneMwlkSoptWbinDfl_Pst"; + TactRF = "AmovPpneMwlkSoptWbinDfr_Pst"; + TactL = "AmovPpneMwlkSoptWbinDl_Pst"; + TactR = "AmovPpneMwlkSoptWbinDr_Pst"; + TactLB = "AmovPpneMwlkSoptWbinDbl_Pst"; + TactRB = "AmovPpneMwlkSoptWbinDbr_Pst"; + TactB = "AmovPpneMwlkSoptWbinDb_Pst"; + PlayerTactF = "AmovPpneMwlkSoptWbinDf_Pst"; + PlayerTactLF = "AmovPpneMwlkSoptWbinDfl_Pst"; + PlayerTactRF = "AmovPpneMwlkSoptWbinDfr_Pst"; + PlayerTactL = "AmovPpneMwlkSoptWbinDl_Pst"; + PlayerTactR = "AmovPpneMwlkSoptWbinDr_Pst"; + PlayerTactLB = "AmovPpneMwlkSoptWbinDbl_Pst"; + PlayerTactRB = "AmovPpneMwlkSoptWbinDbr_Pst"; + PlayerTactB = "AmovPpneMwlkSoptWbinDb_Pst"; + EvasiveRight = ""; + EvasiveLeft = ""; + }; + class BinocPronePstActionsWlkF: BinocPronePstActions{}; + class BinocPronePstActionsWlkFL: BinocPronePstActions{}; + class BinocPronePstActionsWlkFR: BinocPronePstActions{}; + class BinocPronePstActionsWlkR: BinocPronePstActions{}; + class BinocPronePstActionsWlkL: BinocPronePstActions{}; + class BinocPronePstActionsWlkB: BinocPronePstActions{}; + class BinocPronePstActionsWlkBL: BinocPronePstActions{}; + class BinocPronePstActionsWlkBR: BinocPronePstActions{}; + class BinocPronePstActionsRunF: BinocPronePstActions{}; + class BinocPronePstActionsRunFL: BinocPronePstActions{}; + class BinocPronePstActionsRunFR: BinocPronePstActions{}; + class BinocPronePstActionsRunR: BinocPronePstActions{}; + class BinocPronePstActionsRunL: BinocPronePstActions{}; + class BinocPronePstActionsRunB: BinocPronePstActions{}; + class BinocPronePstActionsRunBL: BinocPronePstActions{}; + class BinocPronePstActionsRunBR: BinocPronePstActions{}; + class BinocPronePstActionsEvasiveF: BinocPronePstActions{}; + class BinocStandLnrActions: LauncherStandActions + { + gestureGo[] = {"GestureGoBStand","Gesture"}; + binocOn = ""; + WeaponOff = "AmovPercMstpSrasWlnrDnon"; + down = "AwopPpneMstpSoptWbinDnon_Lnr"; + up = "AwopPknlMstpSoptWbinDnon_Lnr"; + stop = "AwopPercMstpSoptWbinDnon_Lnr"; + stopRelaxed = "AwopPercMstpSoptWbinDnon_Lnr"; + default = "AwopPercMstpSoptWbinDnon_Lnr"; + PlayerStand = "AwopPercMstpSoptWbinDnon_Lnr"; + PlayerCrouch = "AwopPknlMstpSoptWbinDnon_Lnr"; + PlayerProne = "AwopPpneMstpSoptWbinDnon_Lnr"; + upDegree = "ManPosBinocStand"; + TurnL = "AwopPercMstpSoptWbinDnon_Lnr_turnL"; + TurnR = "AwopPercMstpSoptWbinDnon_Lnr_turnR"; + TurnLRelaxed = "AwopPercMstpSoptWbinDnon_Lnr_turnL"; + TurnRRelaxed = "AwopPercMstpSoptWbinDnon_Lnr_turnR"; + WalkF = "AmovPercMwlkSoptWbinDf_Lnr"; + WalkLF = "AmovPercMwlkSoptWbinDfl_Lnr"; + WalkRF = "AmovPercMwlkSoptWbinDfr_Lnr"; + WalkL = "AmovPercMwlkSoptWbinDl_Lnr"; + WalkR = "AmovPercMwlkSoptWbinDr_Lnr"; + WalkLB = "AmovPercMwlkSoptWbinDbl_Lnr"; + WalkRB = "AmovPercMwlkSoptWbinDbr_Lnr"; + WalkB = "AmovPercMwlkSoptWbinDb_Lnr"; + PlayerWalkF = "AmovPercMwlkSoptWbinDf_Lnr"; + PlayerWalkLF = "AmovPercMwlkSoptWbinDfl_Lnr"; + PlayerWalkRF = "AmovPercMwlkSoptWbinDfr_Lnr"; + PlayerWalkL = "AmovPercMwlkSoptWbinDl_Lnr"; + PlayerWalkR = "AmovPercMwlkSoptWbinDr_Lnr"; + PlayerWalkLB = "AmovPercMwlkSoptWbinDbl_Lnr"; + PlayerWalkRB = "AmovPercMwlkSoptWbinDbr_Lnr"; + PlayerWalkB = "AmovPercMwlkSoptWbinDb_Lnr"; + SlowF = "AmovPercMrunSnonWbinDf_Lnr"; + SlowLF = "AmovPercMrunSnonWbinDfl_Lnr"; + SlowRF = "AmovPercMrunSnonWbinDfr_Lnr"; + SlowL = "AmovPercMrunSnonWbinDl_Lnr"; + SlowR = "AmovPercMrunSnonWbinDr_Lnr"; + SlowLB = "AmovPercMrunSnonWbinDbl_Lnr"; + SlowRB = "AmovPercMrunSnonWbinDbr_Lnr"; + SlowB = "AmovPercMrunSnonWbinDb_Lnr"; + PlayerSlowF = "AmovPercMrunSnonWbinDf_Lnr"; + PlayerSlowLF = "AmovPercMrunSnonWbinDfl_Lnr"; + PlayerSlowRF = "AmovPercMrunSnonWbinDfr_Lnr"; + PlayerSlowL = "AmovPercMrunSnonWbinDl_Lnr"; + PlayerSlowR = "AmovPercMrunSnonWbinDr_Lnr"; + PlayerSlowLB = "AmovPercMrunSnonWbinDbl_Lnr"; + PlayerSlowRB = "AmovPercMrunSnonWbinDbr_Lnr"; + PlayerSlowB = "AmovPercMrunSnonWbinDb_Lnr"; + FastF = "AmovPercMevaSnonWbinDf_Lnr"; + FastLF = "AmovPercMevaSnonWbinDfl_Lnr"; + FastRF = "AmovPercMevaSnonWbinDfr_Lnr"; + FastL = "AmovPercMrunSnonWbinDl_Lnr"; + FastR = "AmovPercMrunSnonWbinDr_Lnr"; + FastLB = "AmovPercMrunSnonWbinDbl_Lnr"; + FastRB = "AmovPercMrunSnonWbinDbr_Lnr"; + FastB = "AmovPercMrunSnonWbinDb_Lnr"; + TactF = "AmovPercMwlkSoptWbinDf_Lnr"; + TactLF = "AmovPercMwlkSoptWbinDfl_Lnr"; + TactRF = "AmovPercMwlkSoptWbinDfr_Lnr"; + TactL = "AmovPercMwlkSoptWbinDl_Lnr"; + TactR = "AmovPercMwlkSoptWbinDr_Lnr"; + TactLB = "AmovPercMwlkSoptWbinDbl_Lnr"; + TactRB = "AmovPercMwlkSoptWbinDbr_Lnr"; + TactB = "AmovPercMwlkSoptWbinDb_Lnr"; + PlayerTactF = "AmovPercMwlkSoptWbinDf_Lnr"; + PlayerTactLF = "AmovPercMwlkSoptWbinDfl_Lnr"; + PlayerTactRF = "AmovPercMwlkSoptWbinDfr_Lnr"; + PlayerTactL = "AmovPercMwlkSoptWbinDl_Lnr"; + PlayerTactR = "AmovPercMwlkSoptWbinDr_Lnr"; + PlayerTactLB = "AmovPercMwlkSoptWbinDbl_Lnr"; + PlayerTactRB = "AmovPercMwlkSoptWbinDbr_Lnr"; + PlayerTactB = "AmovPercMwlkSoptWbinDb_Lnr"; + EvasiveRight = ""; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + Diary = ""; + Gear = ""; + GetOver = ""; + }; + class BinocStandLnrActionsWlkF: BinocStandLnrActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDf_Lnr"; + up = "AmovPknlMwlkSoptWbinDf_Lnr"; + }; + class BinocStandLnrActionsWlkFL: BinocStandLnrActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDfl_Lnr"; + up = "AmovPknlMwlkSoptWbinDfl_Lnr"; + }; + class BinocStandLnrActionsWlkFR: BinocStandLnrActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDfr_Lnr"; + up = "AmovPknlMwlkSoptWbinDfr_Lnr"; + }; + class BinocStandLnrActionsWlkR: BinocStandLnrActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDr_Lnr"; + up = "AmovPknlMwlkSoptWbinDr_Lnr"; + }; + class BinocStandLnrActionsWlkL: BinocStandLnrActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDl_Lnr"; + up = "AmovPknlMwlkSoptWbinDl_Lnr"; + }; + class BinocStandLnrActionsWlkB: BinocStandLnrActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDb_Lnr"; + up = "AmovPknlMwlkSoptWbinDB_Lnr"; + }; + class BinocStandLnrActionsWlkBL: BinocStandLnrActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDbl_Lnr"; + up = "AmovPknlMwlkSoptWbinDbl_Lnr"; + }; + class BinocStandLnrActionsWlkBR: BinocStandLnrActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDbr_Lnr"; + up = "AmovPknlMwlkSoptWbinDbr_Lnr"; + }; + class BinocStandLnrActionsRunF: BinocStandLnrActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDf_Lnr"; + up = "AmovPknlMRunSnonWbinDf_Lnr"; + }; + class BinocStandLnrActionsRunFL: BinocStandLnrActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDfl_Lnr"; + up = "AmovPknlMRunSnonWbinDfl_Lnr"; + }; + class BinocStandLnrActionsRunFR: BinocStandLnrActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDfr_Lnr"; + up = "AmovPknlMRunSnonWbinDfr_Lnr"; + }; + class BinocStandLnrActionsRunR: BinocStandLnrActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDr_Lnr"; + up = "AmovPknlMRunSnonWbinDr_Lnr"; + }; + class BinocStandLnrActionsRunL: BinocStandLnrActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDl_Lnr"; + up = "AmovPknlMRunSnonWbinDl_Lnr"; + }; + class BinocStandLnrActionsRunB: BinocStandLnrActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDb_Lnr"; + up = "AmovPknlMRunSnonWbinDB_Lnr"; + }; + class BinocStandLnrActionsRunBL: BinocStandLnrActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDbl_Lnr"; + up = "AmovPknlMRunSnonWbinDbl_Lnr"; + }; + class BinocStandLnrActionsRunBR: BinocStandLnrActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDbr_Lnr"; + up = "AmovPknlMRunSnonWbinDbr_Lnr"; + }; + class BinocStandLnrActionsEvasiveF: BinocStandLnrActions + { + PlayerCrouch = "AmovPknlMevaSnonWbinDf_Lnr"; + up = "AmovPknlMevaSnonWbinDf_Lnr"; + }; + class BinocStandLnrActionsEvasiveFL: BinocStandLnrActions + { + PlayerCrouch = "AmovPknlMevaSnonWbinDfl_Lnr"; + up = "AmovPknlMevaSnonWbinDfl_Lnr"; + }; + class BinocStandLnrActionsEvasiveFR: BinocStandLnrActions + { + PlayerCrouch = "AmovPknlMevaSnonWbinDfr_Lnr"; + up = "AmovPknlMevaSnonWbinDfr_Lnr"; + }; + class BinocKneelLnrActions: LauncherKneelActions + { + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + binocOn = ""; + WeaponOff = "AmovPknlMstpSrasWlnrDnon"; + down = "AwopPpneMstpSoptWbinDnon_Lnr"; + up = "AwopPercMstpSoptWbinDnon_Lnr"; + stop = "AwopPknlMstpSoptWbinDnon_Lnr"; + stopRelaxed = "AwopPknlMstpSoptWbinDnon_Lnr"; + default = "AwopPknlMstpSoptWbinDnon_Lnr"; + PlayerStand = "AwopPercMstpSoptWbinDnon_Lnr"; + PlayerCrouch = "AwopPknlMstpSoptWbinDnon_Lnr"; + PlayerProne = "AwopPpneMstpSoptWbinDnon_Lnr"; + upDegree = "ManPosBinoc"; + TurnL = "AwopPknlMstpSoptWbinDnon_Lnr_turnL"; + TurnR = "AwopPknlMstpSoptWbinDnon_Lnr_turnR"; + TurnLRelaxed = "AwopPknlMstpSoptWbinDnon_Lnr_turnL"; + TurnRRelaxed = "AwopPknlMstpSoptWbinDnon_Lnr_turnR"; + WalkF = "AmovPknlMwlkSoptWbinDf_Lnr"; + WalkLF = "AmovPknlMwlkSoptWbinDfl_Lnr"; + WalkRF = "AmovPknlMwlkSoptWbinDfr_Lnr"; + WalkL = "AmovPknlMwlkSoptWbinDl_Lnr"; + WalkR = "AmovPknlMwlkSoptWbinDr_Lnr"; + WalkLB = "AmovPknlMwlkSoptWbinDbl_Lnr"; + WalkRB = "AmovPknlMwlkSoptWbinDbr_Lnr"; + WalkB = "AmovPknlMwlkSoptWbinDb_Lnr"; + PlayerWalkF = "AmovPknlMwlkSoptWbinDf_Lnr"; + PlayerWalkLF = "AmovPknlMwlkSoptWbinDfl_Lnr"; + PlayerWalkRF = "AmovPknlMwlkSoptWbinDfr_Lnr"; + PlayerWalkL = "AmovPknlMwlkSoptWbinDl_Lnr"; + PlayerWalkR = "AmovPknlMwlkSoptWbinDr_Lnr"; + PlayerWalkLB = "AmovPknlMwlkSoptWbinDbl_Lnr"; + PlayerWalkRB = "AmovPknlMwlkSoptWbinDbr_Lnr"; + PlayerWalkB = "AmovPknlMwlkSoptWbinDb_Lnr"; + SlowF = "AmovPknlMrunSnonWbinDf_Lnr"; + SlowLF = "AmovPknlMrunSnonWbinDfl_Lnr"; + SlowRF = "AmovPknlMrunSnonWbinDfr_Lnr"; + SlowL = "AmovPknlMrunSnonWbinDl_Lnr"; + SlowR = "AmovPknlMrunSnonWbinDr_Lnr"; + SlowLB = "AmovPknlMrunSnonWbinDbl_Lnr"; + SlowRB = "AmovPknlMrunSnonWbinDbr_Lnr"; + SlowB = "AmovPknlMrunSnonWbinDb_Lnr"; + PlayerSlowF = "AmovPknlMrunSnonWbinDf_Lnr"; + PlayerSlowLF = "AmovPknlMrunSnonWbinDfl_Lnr"; + PlayerSlowRF = "AmovPknlMrunSnonWbinDfr_Lnr"; + PlayerSlowL = "AmovPknlMrunSnonWbinDl_Lnr"; + PlayerSlowR = "AmovPknlMrunSnonWbinDr_Lnr"; + PlayerSlowLB = "AmovPknlMrunSnonWbinDbl_Lnr"; + PlayerSlowRB = "AmovPknlMrunSnonWbinDbr_Lnr"; + PlayerSlowB = "AmovPknlMrunSnonWbinDb_Lnr"; + FastF = "AmovPknlMevaSnonWbinDf_Lnr"; + FastLF = "AmovPknlMevaSnonWbinDfl_Lnr"; + FastRF = "AmovPknlMevaSnonWbinDfr_Lnr"; + FastL = "AmovPknlMrunSnonWbinDl_Lnr"; + FastR = "AmovPknlMrunSnonWbinDr_Lnr"; + FastLB = "AmovPknlMrunSnonWbinDbl_Lnr"; + FastRB = "AmovPknlMrunSnonWbinDbr_Lnr"; + FastB = "AmovPknlMrunSnonWbinDb_Lnr"; + TactF = "AmovPknlMwlkSoptWbinDf_Lnr"; + TactLF = "AmovPknlMwlkSoptWbinDfl_Lnr"; + TactRF = "AmovPknlMwlkSoptWbinDfr_Lnr"; + TactL = "AmovPknlMwlkSoptWbinDl_Lnr"; + TactR = "AmovPknlMwlkSoptWbinDr_Lnr"; + TactLB = "AmovPknlMwlkSoptWbinDbl_Lnr"; + TactRB = "AmovPknlMwlkSoptWbinDbr_Lnr"; + TactB = "AmovPknlMwlkSoptWbinDb_Lnr"; + PlayerTactF = "AmovPknlMwlkSoptWbinDf_Lnr"; + PlayerTactLF = "AmovPknlMwlkSoptWbinDfl_Lnr"; + PlayerTactRF = "AmovPknlMwlkSoptWbinDfr_Lnr"; + PlayerTactL = "AmovPknlMwlkSoptWbinDl_Lnr"; + PlayerTactR = "AmovPknlMwlkSoptWbinDr_Lnr"; + PlayerTactLB = "AmovPknlMwlkSoptWbinDbl_Lnr"; + PlayerTactRB = "AmovPknlMwlkSoptWbinDbr_Lnr"; + PlayerTactB = "AmovPknlMwlkSoptWbinDb_Lnr"; + EvasiveRight = ""; + EvasiveLeft = ""; + Diary = ""; + Gear = ""; + }; + class BinocKneelLnrActionsWlkF: BinocKneelLnrActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDf_Lnr"; + up = "AmovPercMwlkSoptWbinDf_Lnr"; + }; + class BinocKneelLnrActionsWlkFL: BinocKneelLnrActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDfl_Lnr"; + up = "AmovPercMwlkSoptWbinDfl_Lnr"; + }; + class BinocKneelLnrActionsWlkFR: BinocKneelLnrActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDfr_Lnr"; + up = "AmovPercMwlkSoptWbinDfr_Lnr"; + }; + class BinocKneelLnrActionsWlkR: BinocKneelLnrActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDr_Lnr"; + up = "AmovPercMwlkSoptWbinDr_Lnr"; + }; + class BinocKneelLnrActionsWlkL: BinocKneelLnrActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDl_Lnr"; + up = "AmovPercMwlkSoptWbinDl_Lnr"; + }; + class BinocKneelLnrActionsWlkB: BinocKneelLnrActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDb_Lnr"; + up = "AmovPercMwlkSoptWbinDB_Lnr"; + }; + class BinocKneelLnrActionsWlkBL: BinocKneelLnrActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDbl_Lnr"; + up = "AmovPercMwlkSoptWbinDbl_Lnr"; + }; + class BinocKneelLnrActionsWlkBR: BinocKneelLnrActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDbr_Lnr"; + up = "AmovPercMwlkSoptWbinDbr_Lnr"; + }; + class BinocKneelLnrActionsRunF: BinocKneelLnrActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDf_Lnr"; + up = "AmovPercMRunSnonWbinDf_Lnr"; + }; + class BinocKneelLnrActionsRunFL: BinocKneelLnrActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDfl_Lnr"; + up = "AmovPercMRunSnonWbinDfl_Lnr"; + }; + class BinocKneelLnrActionsRunFR: BinocKneelLnrActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDfr_Lnr"; + up = "AmovPercMRunSnonWbinDfr_Lnr"; + }; + class BinocKneelLnrActionsRunR: BinocKneelLnrActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDr_Lnr"; + up = "AmovPercMRunSnonWbinDr_Lnr"; + }; + class BinocKneelLnrActionsRunL: BinocKneelLnrActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDl_Lnr"; + up = "AmovPercMRunSnonWbinDl_Lnr"; + }; + class BinocKneelLnrActionsRunB: BinocKneelLnrActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDb_Lnr"; + up = "AmovPercMRunSnonWbinDB_Lnr"; + }; + class BinocKneelLnrActionsRunBL: BinocKneelLnrActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDbl_Lnr"; + up = "AmovPercMRunSnonWbinDbl_Lnr"; + }; + class BinocKneelLnrActionsRunBR: BinocKneelLnrActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDbr_Lnr"; + up = "AmovPercMRunSnonWbinDbr_Lnr"; + }; + class BinocKneelLnrActionsEvasiveF: BinocKneelLnrActions + { + PlayerCrouch = "AmovPercMevaSnonWbinDf_Lnr"; + up = "AmovPercMevaSnonWbinDf_Lnr"; + }; + class BinocKneelLnrActionsEvasiveFL: BinocKneelLnrActions + { + PlayerCrouch = "AmovPercMevaSnonWbinDfl_Lnr"; + up = "AmovPercMevaSnonWbinDfl_Lnr"; + }; + class BinocKneelLnrActionsEvasiveFR: BinocKneelLnrActions + { + PlayerCrouch = "AmovPercMevaSnonWbinDfr_Lnr"; + up = "AmovPercMevaSnonWbinDfr_Lnr"; + }; + class BinocProneLnrActions: LauncherKneelActions + { + AdjustF = ""; + AdjustB = ""; + binocOn = ""; + BinocOff = "AmovPpneMstpSnonWnonDnon"; + stop = "AwopPpneMstpSoptWbinDnon_Lnr"; + stopRelaxed = "AwopPpneMstpSoptWbinDnon_Lnr"; + default = "AwopPpneMstpSoptWbinDnon_Lnr"; + PlayerStand = "AwopPercMstpSoptWbinDnon_Lnr"; + PlayerCrouch = "AwopPknlMstpSoptWbinDnon_Lnr"; + PlayerProne = "AwopPpneMstpSoptWbinDnon_Lnr"; + upDegree = "ManPosBinocLying"; + down = "AwopPercMstpSoptWbinDnon_Lnr"; + up = "AwopPknlMstpSoptWbinDnon_Lnr"; + TurnL = "AwopPpneMstpSoptWbinDnon_Lnr_turnL"; + TurnR = "AwopPpneMstpSoptWbinDnon_Lnr_turnR"; + TurnLRelaxed = "AwopPpneMstpSoptWbinDnon_Lnr_turnL"; + TurnRRelaxed = "AwopPpneMstpSoptWbinDnon_Lnr_turnR"; + WalkF = "AmovPpneMwlkSoptWbinDf_Lnr"; + WalkLF = "AmovPpneMwlkSoptWbinDfl_Lnr"; + WalkRF = "AmovPpneMwlkSoptWbinDfr_Lnr"; + WalkL = "AmovPpneMwlkSoptWbinDl_Lnr"; + WalkR = "AmovPpneMwlkSoptWbinDr_Lnr"; + WalkLB = "AmovPpneMwlkSoptWbinDbl_Lnr"; + WalkRB = "AmovPpneMwlkSoptWbinDbr_Lnr"; + WalkB = "AmovPpneMwlkSoptWbinDb_Lnr"; + PlayerWalkF = "AmovPpneMwlkSoptWbinDf_Lnr"; + PlayerWalkLF = "AmovPpneMwlkSoptWbinDfl_Lnr"; + PlayerWalkRF = "AmovPpneMwlkSoptWbinDfr_Lnr"; + PlayerWalkL = "AmovPpneMwlkSoptWbinDl_Lnr"; + PlayerWalkR = "AmovPpneMwlkSoptWbinDr_Lnr"; + PlayerWalkLB = "AmovPpneMwlkSoptWbinDbl_Lnr"; + PlayerWalkRB = "AmovPpneMwlkSoptWbinDbr_Lnr"; + PlayerWalkB = "AmovPpneMwlkSoptWbinDb_Lnr"; + SlowF = "AmovPpneMrunSnonWbinDf_Lnr"; + SlowLF = "AmovPpneMrunSnonWbinDfl_Lnr"; + SlowRF = "AmovPpneMrunSnonWbinDfr_Lnr"; + SlowL = "AmovPpneMrunSnonWbinDl_Lnr"; + SlowR = "AmovPpneMrunSnonWbinDr_Lnr"; + SlowLB = "AmovPpneMrunSnonWbinDbl_Lnr"; + SlowRB = "AmovPpneMrunSnonWbinDbr_Lnr"; + SlowB = "AmovPpneMrunSnonWbinDb_Lnr"; + PlayerSlowF = "AmovPpneMrunSnonWbinDf_Lnr"; + PlayerSlowLF = "AmovPpneMrunSnonWbinDfl_Lnr"; + PlayerSlowRF = "AmovPpneMrunSnonWbinDfr_Lnr"; + PlayerSlowL = "AmovPpneMrunSnonWbinDl_Lnr"; + PlayerSlowR = "AmovPpneMrunSnonWbinDr_Lnr"; + PlayerSlowLB = "AmovPpneMrunSnonWbinDbl_Lnr"; + PlayerSlowRB = "AmovPpneMrunSnonWbinDbr_Lnr"; + PlayerSlowB = "AmovPpneMrunSnonWbinDb_Lnr"; + FastF = "AmovPpneMevaSnonWbinDf_Lnr"; + FastLF = "AmovPpneMrunSnonWbinDfl_Lnr"; + FastRF = "AmovPpneMrunSnonWbinDfr_Lnr"; + FastL = "AmovPpneMrunSnonWbinDl_Lnr"; + FastR = "AmovPpneMrunSnonWbinDr_Lnr"; + FastLB = "AmovPpneMrunSnonWbinDbl_Lnr"; + FastRB = "AmovPpneMrunSnonWbinDbr_Lnr"; + FastB = "AmovPpneMrunSnonWbinDb_Lnr"; + TactF = "AmovPpneMwlkSoptWbinDf_Lnr"; + TactLF = "AmovPpneMwlkSoptWbinDfl_Lnr"; + TactRF = "AmovPpneMwlkSoptWbinDfr_Lnr"; + TactL = "AmovPpneMwlkSoptWbinDl_Lnr"; + TactR = "AmovPpneMwlkSoptWbinDr_Lnr"; + TactLB = "AmovPpneMwlkSoptWbinDbl_Lnr"; + TactRB = "AmovPpneMwlkSoptWbinDbr_Lnr"; + TactB = "AmovPpneMwlkSoptWbinDb_Lnr"; + PlayerTactF = "AmovPpneMwlkSoptWbinDf_Lnr"; + PlayerTactLF = "AmovPpneMwlkSoptWbinDfl_Lnr"; + PlayerTactRF = "AmovPpneMwlkSoptWbinDfr_Lnr"; + PlayerTactL = "AmovPpneMwlkSoptWbinDl_Lnr"; + PlayerTactR = "AmovPpneMwlkSoptWbinDr_Lnr"; + PlayerTactLB = "AmovPpneMwlkSoptWbinDbl_Lnr"; + PlayerTactRB = "AmovPpneMwlkSoptWbinDbr_Lnr"; + PlayerTactB = "AmovPpneMwlkSoptWbinDb_Lnr"; + EvasiveRight = ""; + EvasiveLeft = ""; + }; + class BinocProneLnrActionsWlkF: BinocProneLnrActions{}; + class BinocProneLnrActionsWlkFL: BinocProneLnrActions{}; + class BinocProneLnrActionsWlkFR: BinocProneLnrActions{}; + class BinocProneLnrActionsWlkR: BinocProneLnrActions{}; + class BinocProneLnrActionsWlkL: BinocProneLnrActions{}; + class BinocProneLnrActionsWlkB: BinocProneLnrActions{}; + class BinocProneLnrActionsWlkBL: BinocProneLnrActions{}; + class BinocProneLnrActionsWlkBR: BinocProneLnrActions{}; + class BinocProneLnrActionsRunF: BinocProneLnrActions{}; + class BinocProneLnrActionsRunFL: BinocProneLnrActions{}; + class BinocProneLnrActionsRunFR: BinocProneLnrActions{}; + class BinocProneLnrActionsRunR: BinocProneLnrActions{}; + class BinocProneLnrActionsRunL: BinocProneLnrActions{}; + class BinocProneLnrActionsRunB: BinocProneLnrActions{}; + class BinocProneLnrActionsRunBL: BinocProneLnrActions{}; + class BinocProneLnrActionsRunBR: BinocProneLnrActions{}; + class BinocProneLnrActionsEvasiveF: BinocProneLnrActions{}; + class BinocStandCivilActions: CivilStandActions + { + gestureGo[] = {"GestureGoBStand","Gesture"}; + binocOn = "AwopPercMstpSoptWbinDnon_non"; + down = "AwopPpneMstpSoptWbinDnon_non"; + up = "AwopPknlMstpSoptWbinDnon_non"; + stop = "AwopPercMstpSoptWbinDnon_non"; + stopRelaxed = "AwopPercMstpSoptWbinDnon_non"; + default = "AwopPercMstpSoptWbinDnon_non"; + PlayerStand = "AwopPercMstpSoptWbinDnon_non"; + PlayerCrouch = "AwopPknlMstpSoptWbinDnon_non"; + PlayerProne = "AwopPpneMstpSoptWbinDnon_non"; + upDegree = "ManPosBinocStand"; + TurnL = "AwopPercMstpSoptWbinDnon_non_turnL"; + TurnR = "AwopPercMstpSoptWbinDnon_non_turnR"; + TurnLRelaxed = "AwopPercMstpSoptWbinDnon_non_turnL"; + TurnRRelaxed = "AwopPercMstpSoptWbinDnon_non_turnR"; + WalkF = "AmovPercMwlkSoptWbinDf_non"; + WalkLF = "AmovPercMwlkSoptWbinDfl_non"; + WalkRF = "AmovPercMwlkSoptWbinDfr_non"; + WalkL = "AmovPercMwlkSoptWbinDl_non"; + WalkR = "AmovPercMwlkSoptWbinDr_non"; + WalkLB = "AmovPercMwlkSoptWbinDbl_non"; + WalkRB = "AmovPercMwlkSoptWbinDbr_non"; + WalkB = "AmovPercMwlkSoptWbinDb_non"; + PlayerWalkF = "AmovPercMwlkSoptWbinDf_non"; + PlayerWalkLF = "AmovPercMwlkSoptWbinDfl_non"; + PlayerWalkRF = "AmovPercMwlkSoptWbinDfr_non"; + PlayerWalkL = "AmovPercMwlkSoptWbinDl_non"; + PlayerWalkR = "AmovPercMwlkSoptWbinDr_non"; + PlayerWalkLB = "AmovPercMwlkSoptWbinDbl_non"; + PlayerWalkRB = "AmovPercMwlkSoptWbinDbr_non"; + PlayerWalkB = "AmovPercMwlkSoptWbinDb_non"; + SlowF = "AmovPercMrunSnonWbinDf_non"; + SlowLF = "AmovPercMrunSnonWbinDfl_non"; + SlowRF = "AmovPercMrunSnonWbinDfr_non"; + SlowL = "AmovPercMrunSnonWbinDl_non"; + SlowR = "AmovPercMrunSnonWbinDr_non"; + SlowLB = "AmovPercMrunSnonWbinDbl_non"; + SlowRB = "AmovPercMrunSnonWbinDbr_non"; + SlowB = "AmovPercMrunSnonWbinDb_non"; + PlayerSlowF = "AmovPercMrunSnonWbinDf_non"; + PlayerSlowLF = "AmovPercMrunSnonWbinDfl_non"; + PlayerSlowRF = "AmovPercMrunSnonWbinDfr_non"; + PlayerSlowL = "AmovPercMrunSnonWbinDl_non"; + PlayerSlowR = "AmovPercMrunSnonWbinDr_non"; + PlayerSlowLB = "AmovPercMrunSnonWbinDbl_non"; + PlayerSlowRB = "AmovPercMrunSnonWbinDbr_non"; + PlayerSlowB = "AmovPercMrunSnonWbinDb_non"; + FastF = "AmovPercMevaSnonWbinDf_non"; + FastLF = "AmovPercMevaSnonWbinDfl_non"; + FastRF = "AmovPercMevaSnonWbinDfr_non"; + FastL = "AmovPercMrunSnonWbinDl_non"; + FastR = "AmovPercMrunSnonWbinDr_non"; + FastLB = "AmovPercMrunSnonWbinDbl_non"; + FastRB = "AmovPercMrunSnonWbinDbr_non"; + FastB = "AmovPercMrunSnonWbinDb_non"; + TactF = "AmovPercMwlkSoptWbinDf_non"; + TactLF = "AmovPercMwlkSoptWbinDfl_non"; + TactRF = "AmovPercMwlkSoptWbinDfr_non"; + TactL = "AmovPercMwlkSoptWbinDl_non"; + TactR = "AmovPercMwlkSoptWbinDr_non"; + TactLB = "AmovPercMwlkSoptWbinDbl_non"; + TactRB = "AmovPercMwlkSoptWbinDbr_non"; + TactB = "AmovPercMwlkSoptWbinDb_non"; + PlayerTactF = "AmovPercMwlkSoptWbinDf_non"; + PlayerTactLF = "AmovPercMwlkSoptWbinDfl_non"; + PlayerTactRF = "AmovPercMwlkSoptWbinDfr_non"; + PlayerTactL = "AmovPercMwlkSoptWbinDl_non"; + PlayerTactR = "AmovPercMwlkSoptWbinDr_non"; + PlayerTactLB = "AmovPercMwlkSoptWbinDbl_non"; + PlayerTactRB = "AmovPercMwlkSoptWbinDbr_non"; + PlayerTactB = "AmovPercMwlkSoptWbinDb_non"; + EvasiveRight = ""; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + Diary = ""; + Gear = ""; + GetOver = ""; + }; + class BinocStandCivilActionsWlkF: BinocStandCivilActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDf_non"; + up = "AmovPknlMwlkSoptWbinDf_non"; + }; + class BinocStandCivilActionsWlkFL: BinocStandCivilActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDfl_non"; + up = "AmovPknlMwlkSoptWbinDfl_non"; + }; + class BinocStandCivilActionsWlkFR: BinocStandCivilActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDfr_non"; + up = "AmovPknlMwlkSoptWbinDfr_non"; + }; + class BinocStandCivilActionsWlkR: BinocStandCivilActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDr_non"; + up = "AmovPknlMwlkSoptWbinDr_non"; + }; + class BinocStandCivilActionsWlkL: BinocStandCivilActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDl_non"; + up = "AmovPknlMwlkSoptWbinDl_non"; + }; + class BinocStandCivilActionsWlkB: BinocStandCivilActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDb_non"; + up = "AmovPknlMwlkSoptWbinDB_non"; + }; + class BinocStandCivilActionsWlkBL: BinocStandCivilActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDbl_non"; + up = "AmovPknlMwlkSoptWbinDbl_non"; + }; + class BinocStandCivilActionsWlkBR: BinocStandCivilActions + { + PlayerCrouch = "AmovPknlMwlkSoptWbinDbr_non"; + up = "AmovPknlMwlkSoptWbinDbr_non"; + }; + class BinocStandCivilActionsRunF: BinocStandCivilActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDf_non"; + up = "AmovPknlMRunSnonWbinDf_non"; + }; + class BinocStandCivilActionsRunFL: BinocStandCivilActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDfl_non"; + up = "AmovPknlMRunSnonWbinDfl_non"; + }; + class BinocStandCivilActionsRunFR: BinocStandCivilActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDfr_non"; + up = "AmovPknlMRunSnonWbinDfr_non"; + }; + class BinocStandCivilActionsRunR: BinocStandCivilActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDr_non"; + up = "AmovPknlMRunSnonWbinDr_non"; + }; + class BinocStandCivilActionsRunL: BinocStandCivilActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDl_non"; + up = "AmovPknlMRunSnonWbinDl_non"; + }; + class BinocStandCivilActionsRunB: BinocStandCivilActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDb_non"; + up = "AmovPknlMRunSnonWbinDB_non"; + }; + class BinocStandCivilActionsRunBL: BinocStandCivilActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDbl_non"; + up = "AmovPknlMRunSnonWbinDbl_non"; + }; + class BinocStandCivilActionsRunBR: BinocStandCivilActions + { + PlayerCrouch = "AmovPknlMRunSnonWbinDbr_non"; + up = "AmovPknlMRunSnonWbinDbr_non"; + }; + class BinocStandCivilActionsEvasiveF: BinocStandCivilActions + { + PlayerCrouch = "AmovPknlMevaSnonWbinDf_non"; + up = "AmovPknlMevaSnonWbinDf_non"; + }; + class BinocStandCivilActionsEvasiveFL: BinocStandCivilActions + { + PlayerCrouch = "AmovPknlMevaSnonWbinDfl_non"; + up = "AmovPknlMevaSnonWbinDfl_non"; + }; + class BinocStandCivilActionsEvasiveFR: BinocStandCivilActions + { + PlayerCrouch = "AmovPknlMevaSnonWbinDfr_non"; + up = "AmovPknlMevaSnonWbinDfr_non"; + }; + class BinocKneelCivilActions: CivilKneelActions + { + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + binocOn = "AwopPknlMstpSoptWbinDnon_non"; + down = "AwopPpneMstpSoptWbinDnon_non"; + up = "AwopPercMstpSoptWbinDnon_non"; + stop = "AwopPknlMstpSoptWbinDnon_non"; + stopRelaxed = "AwopPknlMstpSoptWbinDnon_non"; + default = "AwopPknlMstpSoptWbinDnon_non"; + PlayerStand = "AwopPercMstpSoptWbinDnon_non"; + PlayerCrouch = "AwopPknlMstpSoptWbinDnon_non"; + PlayerProne = "AwopPpneMstpSoptWbinDnon_non"; + upDegree = "ManPosBinoc"; + TurnL = "AwopPknlMstpSoptWbinDnon_non_turnL"; + TurnR = "AwopPknlMstpSoptWbinDnon_non_turnR"; + TurnLRelaxed = "AwopPknlMstpSoptWbinDnon_non_turnL"; + TurnRRelaxed = "AwopPknlMstpSoptWbinDnon_non_turnR"; + WalkF = "AmovPknlMwlkSoptWbinDf_non"; + WalkLF = "AmovPknlMwlkSoptWbinDfl_non"; + WalkRF = "AmovPknlMwlkSoptWbinDfr_non"; + WalkL = "AmovPknlMwlkSoptWbinDl_non"; + WalkR = "AmovPknlMwlkSoptWbinDr_non"; + WalkLB = "AmovPknlMwlkSoptWbinDbl_non"; + WalkRB = "AmovPknlMwlkSoptWbinDbr_non"; + WalkB = "AmovPknlMwlkSoptWbinDb_non"; + PlayerWalkF = "AmovPknlMwlkSoptWbinDf_non"; + PlayerWalkLF = "AmovPknlMwlkSoptWbinDfl_non"; + PlayerWalkRF = "AmovPknlMwlkSoptWbinDfr_non"; + PlayerWalkL = "AmovPknlMwlkSoptWbinDl_non"; + PlayerWalkR = "AmovPknlMwlkSoptWbinDr_non"; + PlayerWalkLB = "AmovPknlMwlkSoptWbinDbl_non"; + PlayerWalkRB = "AmovPknlMwlkSoptWbinDbr_non"; + PlayerWalkB = "AmovPknlMwlkSoptWbinDb_non"; + SlowF = "AmovPknlMrunSnonWbinDf_non"; + SlowLF = "AmovPknlMrunSnonWbinDfl_non"; + SlowRF = "AmovPknlMrunSnonWbinDfr_non"; + SlowL = "AmovPknlMrunSnonWbinDl_non"; + SlowR = "AmovPknlMrunSnonWbinDr_non"; + SlowLB = "AmovPknlMrunSnonWbinDbl_non"; + SlowRB = "AmovPknlMrunSnonWbinDbr_non"; + SlowB = "AmovPknlMrunSnonWbinDb_non"; + PlayerSlowF = "AmovPknlMrunSnonWbinDf_non"; + PlayerSlowLF = "AmovPknlMrunSnonWbinDfl_non"; + PlayerSlowRF = "AmovPknlMrunSnonWbinDfr_non"; + PlayerSlowL = "AmovPknlMrunSnonWbinDl_non"; + PlayerSlowR = "AmovPknlMrunSnonWbinDr_non"; + PlayerSlowLB = "AmovPknlMrunSnonWbinDbl_non"; + PlayerSlowRB = "AmovPknlMrunSnonWbinDbr_non"; + PlayerSlowB = "AmovPknlMrunSnonWbinDb_non"; + FastF = "AmovPknlMevaSnonWbinDf_non"; + FastLF = "AmovPknlMevaSnonWbinDfl_non"; + FastRF = "AmovPknlMevaSnonWbinDfr_non"; + FastL = "AmovPknlMrunSnonWbinDl_non"; + FastR = "AmovPknlMrunSnonWbinDr_non"; + FastLB = "AmovPknlMrunSnonWbinDbl_non"; + FastRB = "AmovPknlMrunSnonWbinDbr_non"; + FastB = "AmovPknlMrunSnonWbinDb_non"; + TactF = "AmovPknlMwlkSoptWbinDf_non"; + TactLF = "AmovPknlMwlkSoptWbinDfl_non"; + TactRF = "AmovPknlMwlkSoptWbinDfr_non"; + TactL = "AmovPknlMwlkSoptWbinDl_non"; + TactR = "AmovPknlMwlkSoptWbinDr_non"; + TactLB = "AmovPknlMwlkSoptWbinDbl_non"; + TactRB = "AmovPknlMwlkSoptWbinDbr_non"; + TactB = "AmovPknlMwlkSoptWbinDb_non"; + PlayerTactF = "AmovPknlMwlkSoptWbinDf_non"; + PlayerTactLF = "AmovPknlMwlkSoptWbinDfl_non"; + PlayerTactRF = "AmovPknlMwlkSoptWbinDfr_non"; + PlayerTactL = "AmovPknlMwlkSoptWbinDl_non"; + PlayerTactR = "AmovPknlMwlkSoptWbinDr_non"; + PlayerTactLB = "AmovPknlMwlkSoptWbinDbl_non"; + PlayerTactRB = "AmovPknlMwlkSoptWbinDbr_non"; + PlayerTactB = "AmovPknlMwlkSoptWbinDb_non"; + EvasiveRight = ""; + EvasiveLeft = ""; + Diary = ""; + Gear = ""; + }; + class BinocKneelCivilActionsWlkF: BinocKneelCivilActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDf_non"; + up = "AmovPercMwlkSoptWbinDf_non"; + }; + class BinocKneelCivilActionsWlkFL: BinocKneelCivilActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDfl_non"; + up = "AmovPercMwlkSoptWbinDfl_non"; + }; + class BinocKneelCivilActionsWlkFR: BinocKneelCivilActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDfr_non"; + up = "AmovPercMwlkSoptWbinDfr_non"; + }; + class BinocKneelCivilActionsWlkR: BinocKneelCivilActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDr_non"; + up = "AmovPercMwlkSoptWbinDr_non"; + }; + class BinocKneelCivilActionsWlkL: BinocKneelCivilActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDl_non"; + up = "AmovPercMwlkSoptWbinDl_non"; + }; + class BinocKneelCivilActionsWlkB: BinocKneelCivilActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDb_non"; + up = "AmovPercMwlkSoptWbinDB_non"; + }; + class BinocKneelCivilActionsWlkBL: BinocKneelCivilActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDbl_non"; + up = "AmovPercMwlkSoptWbinDbl_non"; + }; + class BinocKneelCivilActionsWlkBR: BinocKneelCivilActions + { + PlayerCrouch = "AmovPercMwlkSoptWbinDbr_non"; + up = "AmovPercMwlkSoptWbinDbr_non"; + }; + class BinocKneelCivilActionsRunF: BinocKneelCivilActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDf_non"; + up = "AmovPercMRunSnonWbinDf_non"; + }; + class BinocKneelCivilActionsRunFL: BinocKneelCivilActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDfl_non"; + up = "AmovPercMRunSnonWbinDfl_non"; + }; + class BinocKneelCivilActionsRunFR: BinocKneelCivilActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDfr_non"; + up = "AmovPercMRunSnonWbinDfr_non"; + }; + class BinocKneelCivilActionsRunR: BinocKneelCivilActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDr_non"; + up = "AmovPercMRunSnonWbinDr_non"; + }; + class BinocKneelCivilActionsRunL: BinocKneelCivilActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDl_non"; + up = "AmovPercMRunSnonWbinDl_non"; + }; + class BinocKneelCivilActionsRunB: BinocKneelCivilActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDb_non"; + up = "AmovPercMRunSnonWbinDB_non"; + }; + class BinocKneelCivilActionsRunBL: BinocKneelCivilActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDbl_non"; + up = "AmovPercMRunSnonWbinDbl_non"; + }; + class BinocKneelCivilActionsRunBR: BinocKneelCivilActions + { + PlayerCrouch = "AmovPercMRunSnonWbinDbr_non"; + up = "AmovPercMRunSnonWbinDbr_non"; + }; + class BinocKneelCivilActionsEvasiveF: BinocKneelCivilActions + { + PlayerCrouch = "AmovPercMevaSnonWbinDf_non"; + up = "AmovPercMevaSnonWbinDf_non"; + }; + class BinocKneelCivilActionsEvasiveFL: BinocKneelCivilActions + { + PlayerCrouch = "AmovPercMevaSnonWbinDfl_non"; + up = "AmovPercMevaSnonWbinDfl_non"; + }; + class BinocKneelCivilActionsEvasiveFR: BinocKneelCivilActions + { + PlayerCrouch = "AmovPercMevaSnonWbinDfr_non"; + up = "AmovPercMevaSnonWbinDfr_non"; + }; + class BinocProneCivilActions: CivilProneActions + { + AdjustF = ""; + AdjustB = ""; + binocOn = "AwopPpneMstpSoptWbinDnon_non"; + stop = "AwopPpneMstpSoptWbinDnon_non"; + stopRelaxed = "AwopPpneMstpSoptWbinDnon_non"; + default = "AwopPpneMstpSoptWbinDnon_non"; + PlayerStand = "AwopPercMstpSoptWbinDnon_non"; + PlayerCrouch = "AwopPknlMstpSoptWbinDnon_non"; + PlayerProne = "AwopPpneMstpSoptWbinDnon_non"; + upDegree = "ManPosBinocLying"; + down = "AwopPercMstpSoptWbinDnon_non"; + up = "AwopPknlMstpSoptWbinDnon_non"; + TurnL = "AwopPpneMstpSoptWbinDnon_non_turnL"; + TurnR = "AwopPpneMstpSoptWbinDnon_non_turnR"; + TurnLRelaxed = "AwopPpneMstpSoptWbinDnon_non_turnL"; + TurnRRelaxed = "AwopPpneMstpSoptWbinDnon_non_turnR"; + WalkF = "AmovPpneMwlkSoptWbinDf_non"; + WalkLF = "AmovPpneMwlkSoptWbinDfl_non"; + WalkRF = "AmovPpneMwlkSoptWbinDfr_non"; + WalkL = "AmovPpneMwlkSoptWbinDl_non"; + WalkR = "AmovPpneMwlkSoptWbinDr_non"; + WalkLB = "AmovPpneMwlkSoptWbinDbl_non"; + WalkRB = "AmovPpneMwlkSoptWbinDbr_non"; + WalkB = "AmovPpneMwlkSoptWbinDb_non"; + PlayerWalkF = "AmovPpneMwlkSoptWbinDf_non"; + PlayerWalkLF = "AmovPpneMwlkSoptWbinDfl_non"; + PlayerWalkRF = "AmovPpneMwlkSoptWbinDfr_non"; + PlayerWalkL = "AmovPpneMwlkSoptWbinDl_non"; + PlayerWalkR = "AmovPpneMwlkSoptWbinDr_non"; + PlayerWalkLB = "AmovPpneMwlkSoptWbinDbl_non"; + PlayerWalkRB = "AmovPpneMwlkSoptWbinDbr_non"; + PlayerWalkB = "AmovPpneMwlkSoptWbinDb_non"; + SlowF = "AmovPpneMrunSnonWbinDf_non"; + SlowLF = "AmovPpneMrunSnonWbinDfl_non"; + SlowRF = "AmovPpneMrunSnonWbinDfr_non"; + SlowL = "AmovPpneMrunSnonWbinDl_non"; + SlowR = "AmovPpneMrunSnonWbinDr_non"; + SlowLB = "AmovPpneMrunSnonWbinDbl_non"; + SlowRB = "AmovPpneMrunSnonWbinDbr_non"; + SlowB = "AmovPpneMrunSnonWbinDb_non"; + PlayerSlowF = "AmovPpneMrunSnonWbinDf_non"; + PlayerSlowLF = "AmovPpneMrunSnonWbinDfl_non"; + PlayerSlowRF = "AmovPpneMrunSnonWbinDfr_non"; + PlayerSlowL = "AmovPpneMrunSnonWbinDl_non"; + PlayerSlowR = "AmovPpneMrunSnonWbinDr_non"; + PlayerSlowLB = "AmovPpneMrunSnonWbinDbl_non"; + PlayerSlowRB = "AmovPpneMrunSnonWbinDbr_non"; + PlayerSlowB = "AmovPpneMrunSnonWbinDb_non"; + FastF = "AmovPpneMevaSnonWbinDf_non"; + FastLF = "AmovPpneMrunSnonWbinDfl_non"; + FastRF = "AmovPpneMrunSnonWbinDfr_non"; + FastL = "AmovPpneMrunSnonWbinDl_non"; + FastR = "AmovPpneMrunSnonWbinDr_non"; + FastLB = "AmovPpneMrunSnonWbinDbl_non"; + FastRB = "AmovPpneMrunSnonWbinDbr_non"; + FastB = "AmovPpneMrunSnonWbinDb_non"; + TactF = "AmovPpneMwlkSoptWbinDf_non"; + TactLF = "AmovPpneMwlkSoptWbinDfl_non"; + TactRF = "AmovPpneMwlkSoptWbinDfr_non"; + TactL = "AmovPpneMwlkSoptWbinDl_non"; + TactR = "AmovPpneMwlkSoptWbinDr_non"; + TactLB = "AmovPpneMwlkSoptWbinDbl_non"; + TactRB = "AmovPpneMwlkSoptWbinDbr_non"; + TactB = "AmovPpneMwlkSoptWbinDb_non"; + PlayerTactF = "AmovPpneMwlkSoptWbinDf_non"; + PlayerTactLF = "AmovPpneMwlkSoptWbinDfl_non"; + PlayerTactRF = "AmovPpneMwlkSoptWbinDfr_non"; + PlayerTactL = "AmovPpneMwlkSoptWbinDl_non"; + PlayerTactR = "AmovPpneMwlkSoptWbinDr_non"; + PlayerTactLB = "AmovPpneMwlkSoptWbinDbl_non"; + PlayerTactRB = "AmovPpneMwlkSoptWbinDbr_non"; + PlayerTactB = "AmovPpneMwlkSoptWbinDb_non"; + EvasiveRight = ""; + EvasiveLeft = ""; + }; + class BinocProneCivilActionsWlkF: BinocProneCivilActions{}; + class BinocProneCivilActionsWlkFL: BinocProneCivilActions{}; + class BinocProneCivilActionsWlkFR: BinocProneCivilActions{}; + class BinocProneCivilActionsWlkR: BinocProneCivilActions{}; + class BinocProneCivilActionsWlkL: BinocProneCivilActions{}; + class BinocProneCivilActionsWlkB: BinocProneCivilActions{}; + class BinocProneCivilActionsWlkBL: BinocProneCivilActions{}; + class BinocProneCivilActionsWlkBR: BinocProneCivilActions{}; + class BinocProneCivilActionsRunF: BinocProneCivilActions{}; + class BinocProneCivilActionsRunFL: BinocProneCivilActions{}; + class BinocProneCivilActionsRunFR: BinocProneCivilActions{}; + class BinocProneCivilActionsRunR: BinocProneCivilActions{}; + class BinocProneCivilActionsRunL: BinocProneCivilActions{}; + class BinocProneCivilActionsRunB: BinocProneCivilActions{}; + class BinocProneCivilActionsRunBL: BinocProneCivilActions{}; + class BinocProneCivilActionsRunBR: BinocProneCivilActions{}; + class BinocProneCivilActionsEvasiveF: BinocProneCivilActions{}; + class RifleProneActions_injured: RifleProneActions + { + stop = ""; + default = ""; + stopRelaxed = ""; + turnL = ""; + turnR = ""; + turnLRelaxed = ""; + turnRRelaxed = ""; + reloadMagazine = ""; + reloadGM6 = ""; + reloadMGun = ""; + reloadMortar = ""; + throwPrepare = ""; + throwGrenade[] = {"GestureThrowGrenade","Gesture"}; + WalkF = "AmovPpneMsprSlowWrflDf_injured"; + WalkLF = ""; + WalkRF = ""; + WalkL = ""; + WalkR = ""; + WalkLB = ""; + WalkRB = ""; + WalkB = ""; + PlayerWalkF = "AmovPpneMsprSlowWrflDf_injured"; + PlayerWalkLF = ""; + PlayerWalkRF = ""; + PlayerWalkL = ""; + PlayerWalkR = ""; + PlayerWalkLB = ""; + PlayerWalkRB = ""; + PlayerWalkB = ""; + SlowF = "AmovPpneMsprSlowWrflDf_injured"; + SlowLF = ""; + SlowRF = ""; + SlowL = ""; + SlowR = ""; + SlowLB = ""; + SlowRB = ""; + SlowB = ""; + PlayerSlowF = "AmovPpneMsprSlowWrflDf_injured"; + PlayerSlowLF = ""; + PlayerSlowRF = ""; + PlayerSlowL = ""; + PlayerSlowR = ""; + PlayerSlowLB = ""; + PlayerSlowRB = ""; + PlayerSlowB = ""; + FastF = "AmovPpneMsprSlowWrflDf_injured"; + FastLF = ""; + FastRF = ""; + FastL = ""; + FastR = ""; + FastLB = ""; + FastRB = ""; + FastB = ""; + EvasiveLeft = ""; + EvasiveRight = ""; + down = ""; + up = "AmovPpneMsprSlowWrflDf_injured"; + weaponOn = ""; + weaponOff = ""; + binocOn = ""; + binocOff = ""; + handGunOn = ""; + takeFlag = ""; + putDown = ""; + treated = "AmovPpneMstpSrasWrflDnon_injuredHealed"; + healingFinished = "AmovPpneMstpSrasWrflDnon"; + Combat = ""; + Lying = ""; + Stand = "AmovPpneMsprSlowWrflDf_injured"; + Crouch = ""; + CanNotMove = ""; + Civil = ""; + CivilLying = ""; + FireNotPossible = ""; + strokeGun = ""; + turnSpeed = 0.4; + limitFast = 0.5; + PlayerProne = "AmovPpneMstpSrasWrflDnon"; + }; + class HealActionBase: RifleKneelActions + { + updegree = "ManPosHealing"; + toAgony = "AinjPpneMstpSnonWrflDnon"; + healStop = "AinvPknlMstpSnonWrflDnon_medicEnd"; + healStart = "AinvPknlMstpSnonWrflDnon_medic"; + healStartUp = "AinvPknlMstpSnonWrflDnon_medicUp"; + healingFinished = "AinjPpneMstpSnonWrflDnon"; + medicStop = "AinvPknlMstpSnonWrflDnon_medicEnd"; + Stop = "AinvPknlMstpSnonWrflDnon_medic0s"; + StopRelaxed = "AinvPknlMstpSnonWrflDnon_medic0s"; + Default = "AinvPknlMstpSnonWrflDnon_medic"; + SceneCommanderTalk = ""; + SceneSleepC = ""; + SceneSleepB = ""; + SceneSleepA = ""; + SceneSitUnarm_R = ""; + SceneSitUnarm_L = ""; + SceneSitRfl_L = ""; + SceneSitRfl_R = ""; + ScenePoslechVelitele = ""; + dooraction = ""; + ReloadMortar = ""; + ThrowPrepare = ""; + startSwim = ""; + surfaceSwim = ""; + bottomSwim = ""; + StartDive = ""; + Up = ""; + Down = ""; + Lying = ""; + Stand = ""; + Combat = "amovpercmstpsraswrfldnon"; + Crouch = ""; + CanNotMove = ""; + Civil = ""; + CivilLying = ""; + FireNotPossible = ""; + WeaponOn = ""; + WeaponOff = ""; + StrokeGun = ""; + saluteOff = ""; + GetOver = ""; + Diary = ""; + Surrender = ""; + Gear = ""; + BinocOn = ""; + BinocOff = ""; + PutDown = ""; + LadderOnDown = ""; + LadderOnUp = ""; + GetInLow = ""; + GetInMedium = ""; + GetInHigh = ""; + GetInSDV = ""; + GetOutPara = ""; + GetOutLow = ""; + GetOutMedium = ""; + GetOutHigh = ""; + GetOutHighZamak = ""; + GetOutHighHemtt = ""; + GetOutSDV = ""; + TakeFlag = ""; + TurnL = "AinvPknlMstpSnonWrflDnon_medic0S"; + TurnR = "AinvPknlMstpSnonWrflDnon_medic0S"; + TurnLRelaxed = "AinvPknlMstpSnonWrflDnon_medic0S"; + TurnRRelaxed = "AinvPknlMstpSnonWrflDnon_medic0S"; + }; + class HealSelfActionBase: HealActionBase + { + Stop = "AmovPknlMstpSrasWrflDnon"; + StopRelaxed = "AmovPknlMstpSrasWrflDnon"; + medicStop = "AmovPknlMstpSrasWrflDnon"; + medicStartUp = "AmovPknlMstpSrasWrflDnon"; + }; + class HealSelfActionProne: HealSelfActionBase + { + Stop = "AmovPpneMstpSrasWrflDnon"; + StopRelaxed = "AmovPpneMstpSrasWrflDnon"; + medicStop = "AmovPpneMstpSrasWrflDnon"; + medicStartUp = "AmovPpneMstpSrasWrflDnon"; + }; + class HealSelfPistolActionBase: HealActionBase + { + Stop = "AmovPknlMstpSrasWpstDnon"; + StopRelaxed = "AmovPknlMstpSrasWpstDnon"; + medicStop = "AmovPknlMstpSrasWpstDnon"; + medicStartUp = "AmovPknlMstpSrasWpstDnon"; + }; + class HealSelfPistolActionProne: HealSelfPistolActionBase + { + Stop = "AmovPpneMstpSrasWpstDnon"; + StopRelaxed = "AmovPpneMstpSrasWpstDnon"; + medicStop = "AmovPpneMstpSrasWpstDnon"; + medicStartUp = "AmovPpneMstpSrasWpstDnon"; + }; + class HealSelfCivilActionBase: HealActionBase + { + Stop = "AmovPknlMstpsnonWnonDnon"; + StopRelaxed = "AmovPknlMstpsnonWnonDnon"; + medicStop = "AmovPknlMstpsnonWnonDnon"; + medicStartUp = "AmovPknlMstpsnonWnonDnon"; + Civil = "AmovPknlMstpsnonWnonDnon"; + }; + class HealSelfCivilActionProne: HealSelfCivilActionBase + { + Stop = "AmovPpneMstpsnonWnonDnon"; + StopRelaxed = "AmovPpneMstpsnonWnonDnon"; + medicStop = "AmovPpneMstpsnonWnonDnon"; + medicStartUp = "AmovPpneMstpsnonWnonDnon"; + Civil = "AmovPpneMstpsnonWnonDnon"; + }; + class HealActionBaseDr: HealActionBase + { + Stop = "AinvPknlMstpSnonWrflDr_medic0S"; + StopRelaxed = "AinvPknlMstpSnonWrflDr_medic0S"; + TurnL = "AinvPknlMstpSnonWrflDr_medic0S"; + TurnR = "AinvPknlMstpSnonWrflDr_medic0S"; + TurnLRelaxed = "AinvPknlMstpSnonWrflDr_medic0S"; + TurnRRelaxed = "AinvPknlMstpSnonWrflDr_medic0S"; + }; + class HealActionsNon: CivilKneelActions_gear + { + upDegree = "ManPosHealing"; + turnSpeed = 0; + TestDriver = ""; + TestDriverOut = ""; + TestGunner = ""; + LadderOnUp = ""; + LadderOnDown = ""; + medicStart = "AinvPknlMstpSnonWnonDnon_medic"; + medicStartUp = "AinvPknlMstpSnonWrflDnon_medicUp"; + medicMove = ""; + toAgony = "AinjPpneMstpSnonWrflDnon"; + carriedStill = "AinjPfalMstpSnonWnonDnon_carried_still"; + grabCarry = "AcinPknlMstpSnonWnonDnon_AcinPercMrunSnonWnonDnon"; + PlayerWalkB = "AinvPknlMstpSnonWnonDnon_medicEnd"; + PlayerSlowB = "AinvPknlMstpSnonWnonDnon_medicEnd"; + WalkB = "AinvPknlMstpSnonWnonDnon_medicEnd"; + SlowB = "AinvPknlMstpSnonWnonDnon_medicEnd"; + FastB = "AinvPknlMstpSnonWnonDnon_medicEnd"; + Down = "AinvPknlMstpSnonWnonDnon_medicEnd"; + Stand = "AinvPknlMstpSnonWnonDnon_medicEnd"; + Stop = "AmovPknlMstpSnonWnonDnon"; + StopRelaxed = "AmovPknlMstpSnonWnonDnon"; + }; + class HealActionsNonDr: HealActionsNon + { + Stop = "AinvPknlMstpSnonWnonDr_medic0s"; + StopRelaxed = "AinvPknlMstpSnonWnonDr_medic0s"; + }; + class HealSelfActionsNon: HealActionsNon{}; + class MoveWithInjuredMan: NoActions + { + upDegree = "ManPosStand"; + stance = "ManStanceCrouch"; + stop = "Helper_SwitchToCarryRfl"; + default = "AcinPknlMstpSrasWrflDnon"; + WalkLB = "AcinPknlMwlkSrasWrflDb"; + WalkRB = "AcinPknlMwlkSrasWrflDb"; + WalkB = "AcinPknlMwlkSrasWrflDb"; + PlayerWalkLB = "AcinPknlMwlkSrasWrflDb"; + PlayerWalkRB = "AcinPknlMwlkSrasWrflDb"; + PlayerWalkB = "AcinPknlMwlkSrasWrflDb"; + SlowLB = "AcinPknlMwlkSrasWrflDb"; + SlowRB = "AcinPknlMwlkSrasWrflDb"; + SlowB = "AcinPknlMwlkSrasWrflDb"; + PlayerSlowLB = "AcinPknlMwlkSrasWrflDb"; + PlayerSlowRB = "AcinPknlMwlkSrasWrflDb"; + PlayerSlowB = "AcinPknlMwlkSrasWrflDb"; + turnSpeed = 2; + grabCarry = "AcinPknlMstpSrasWrflDnon_AcinPercMrunSrasWrflDnon"; + startSwim = "AswmPercMrunSnonWnonDf"; + surfaceSwim = "AsswPercMrunSnonWnonDf"; + bottomSwim = "AbswPercMrunSnonWnonDf"; + startDive = "AdvePercMstpSnonWnonDnon"; + SurfaceDive = "AsdvPercMstpSnonWnonDnon"; + BottomDive = "AbdvPercMstpSnonWnonDnon"; + }; + class MoveWithInjuredMan_helperRfl: MoveWithInjuredMan + { + Combat = "AcinPercMstpSrasWrflDnon"; + WalkF = "AcinPercMstpSrasWrflDnon"; + WalkLF = "AcinPercMstpSrasWrflDnon"; + WalkRF = "AcinPercMstpSrasWrflDnon"; + WalkL = "AcinPercMstpSrasWrflDnon"; + WalkR = "AcinPercMstpSrasWrflDnon"; + WalkLB = "AcinPercMstpSrasWrflDnon"; + WalkRB = "AcinPercMstpSrasWrflDnon"; + WalkB = "AcinPercMstpSrasWrflDnon"; + PlayerWalkF = "AcinPercMstpSrasWrflDnon"; + PlayerWalkLF = "AcinPercMstpSrasWrflDnon"; + PlayerWalkRF = "AcinPercMstpSrasWrflDnon"; + PlayerWalkL = "AcinPercMstpSrasWrflDnon"; + PlayerWalkR = "AcinPercMstpSrasWrflDnon"; + PlayerWalkLB = "AcinPercMstpSrasWrflDnon"; + PlayerWalkRB = "AcinPercMstpSrasWrflDnon"; + PlayerWalkB = "AcinPercMstpSrasWrflDnon"; + SlowF = "AcinPercMstpSrasWrflDnon"; + SlowLF = "AcinPercMstpSrasWrflDnon"; + SlowRF = "AcinPercMstpSrasWrflDnon"; + SlowL = "AcinPercMstpSrasWrflDnon"; + SlowR = "AcinPercMstpSrasWrflDnon"; + SlowLB = "AcinPercMstpSrasWrflDnon"; + SlowRB = "AcinPercMstpSrasWrflDnon"; + SlowB = "AcinPercMstpSrasWrflDnon"; + PlayerSlowF = "AcinPercMstpSrasWrflDnon"; + PlayerSlowLF = "AcinPercMstpSrasWrflDnon"; + PlayerSlowRF = "AcinPercMstpSrasWrflDnon"; + PlayerSlowL = "AcinPercMstpSrasWrflDnon"; + PlayerSlowR = "AcinPercMstpSrasWrflDnon"; + PlayerSlowLB = "AcinPercMstpSrasWrflDnon"; + PlayerSlowRB = "AcinPercMstpSrasWrflDnon"; + PlayerSlowB = "AcinPercMstpSrasWrflDnon"; + FastF = "AcinPercMstpSrasWrflDnon"; + FastLF = "AcinPercMstpSrasWrflDnon"; + FastRF = "AcinPercMstpSrasWrflDnon"; + FastL = "AcinPercMstpSrasWrflDnon"; + FastR = "AcinPercMstpSrasWrflDnon"; + FastLB = "AcinPercMstpSrasWrflDnon"; + FastRB = "AcinPercMstpSrasWrflDnon"; + FastB = "AcinPercMstpSrasWrflDnon"; + TactF = "AcinPercMstpSrasWrflDnon"; + TactLF = "AcinPercMstpSrasWrflDnon"; + TactRF = "AcinPercMstpSrasWrflDnon"; + TactL = "AcinPercMstpSrasWrflDnon"; + TactR = "AcinPercMstpSrasWrflDnon"; + TactLB = "AcinPercMstpSrasWrflDnon"; + TactRB = "AcinPercMstpSrasWrflDnon"; + TactB = "AcinPercMstpSrasWrflDnon"; + PlayerTactF = "AcinPercMstpSrasWrflDnon"; + PlayerTactLF = "AcinPercMstpSrasWrflDnon"; + PlayerTactRF = "AcinPercMstpSrasWrflDnon"; + PlayerTactL = "AcinPercMstpSrasWrflDnon"; + PlayerTactR = "AcinPercMstpSrasWrflDnon"; + PlayerTactLB = "AcinPercMstpSrasWrflDnon"; + PlayerTactRB = "AcinPercMstpSrasWrflDnon"; + PlayerTactB = "AcinPercMstpSrasWrflDnon"; + }; + class MoveWithInjuredMan_helperNon: MoveWithInjuredMan_helperRfl + { + medicStart = "AinvPknlMstpSnonWnonDnon_medic"; + medicStartUp = "AinvPknlMstpSnonWrflDnon_medicUp"; + grabCarry = "AcinPercMstpSnonWnonDnon"; + grabDrag = "AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_2"; + WalkLB = "AcinPknlMwlkSnonWnonDb"; + WalkRB = "AcinPknlMwlkSnonWnonDb"; + WalkB = "AcinPknlMwlkSnonWnonDb"; + PlayerWalkLB = "AcinPknlMwlkSnonWnonDb"; + PlayerWalkRB = "AcinPknlMwlkSnonWnonDb"; + PlayerWalkB = "AcinPknlMwlkSnonWnonDb"; + SlowLB = "AcinPknlMwlkSnonWnonDb"; + SlowRB = "AcinPknlMwlkSnonWnonDb"; + SlowB = "AcinPknlMwlkSnonWnonDb"; + PlayerSlowLB = "AcinPknlMwlkSnonWnonDb"; + PlayerSlowRB = "AcinPknlMwlkSnonWnonDb"; + PlayerSlowB = "AcinPknlMwlkSnonWnonDb"; + FastLB = "AcinPknlMwlkSnonWnonDb"; + FastB = "AcinPknlMwlkSnonWnonDb"; + FastRB = "AcinPknlMwlkSnonWnonDb"; + PlayerStand = "Helper_SwitchToCarryNon"; + Civil = "AcinPknlMstpSrasWrflDnon"; + }; + class MoveWithInjuredMan_helperNonPst: MoveWithInjuredMan_helperNon + { + updegree = "ManPosHandGunStand"; + Default = "AcinPknlMstpSnonWpstDnon_AcinPercMrunSnonWpstDnon"; + Civil = "AcinPknlMstpSnonWpstDnon_AcinPercMrunSnonWpstDnon"; + HandGunOn = "AcinPercMstpSnonWpstDnon"; + stop = "AcinPknlMstpSnonWpstDnon_AcinPercMrunSnonWpstDnon"; + grabCarry = "AcinPercMstpSnonWpstDnon"; + }; + class MoveWithInjuredManDragger: MoveWithInjuredMan + { + released = "AcinPknlMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon"; + Up = "Helper_SwitchToCarryRfl"; + Stop = "AcinPknlMstpSrasWrflDnon"; + StopRelaxed = "AcinPknlMstpSrasWrflDnon"; + }; + class MoveWithInjuredManDraggerRfl: MoveWithInjuredManDragger + { + WalkF = "AcinPknlMstpSrasWrflDnon"; + WalkLF = "AcinPknlMstpSrasWrflDnon"; + WalkRF = "AcinPknlMstpSrasWrflDnon"; + WalkL = "AcinPknlMstpSrasWrflDnon"; + WalkR = "AcinPknlMstpSrasWrflDnon"; + PlayerWalkF = "AcinPknlMstpSrasWrflDnon"; + PlayerWalkLF = "AcinPknlMstpSrasWrflDnon"; + PlayerWalkRF = "AcinPknlMstpSrasWrflDnon"; + PlayerWalkL = "AcinPknlMstpSrasWrflDnon"; + PlayerWalkR = "AcinPknlMstpSrasWrflDnon"; + SlowF = "AcinPknlMstpSrasWrflDnon"; + SlowLF = "AcinPknlMstpSrasWrflDnon"; + SlowRF = "AcinPknlMstpSrasWrflDnon"; + SlowL = "AcinPknlMstpSrasWrflDnon"; + SlowR = "AcinPknlMstpSrasWrflDnon"; + PlayerSlowF = "AcinPknlMstpSrasWrflDnon"; + PlayerSlowLF = "AcinPknlMstpSrasWrflDnon"; + PlayerSlowRF = "AcinPknlMstpSrasWrflDnon"; + PlayerSlowL = "AcinPknlMstpSrasWrflDnon"; + PlayerSlowR = "AcinPknlMstpSrasWrflDnon"; + FastF = "AcinPknlMstpSrasWrflDnon"; + FastLF = "AcinPknlMstpSrasWrflDnon"; + FastRF = "AcinPknlMstpSrasWrflDnon"; + FastL = "AcinPknlMstpSrasWrflDnon"; + FastR = "AcinPknlMstpSrasWrflDnon"; + EvasiveLeft = "AcinPknlMstpSrasWrflDnon"; + EvasiveRight = "AcinPknlMstpSrasWrflDnon"; + agonyStart = "AinjPpneMstpSnonWrflDnon"; + agonyStop = "AmovPpneMstpSrasWrflDnon"; + medicStop = "AinvPknlMstpSnonWrflDnon_medicEnd"; + medicStart = "AinvPknlMstpSnonWrflDnon_medic"; + medicStartUp = "AinvPknlMstpSnonWrflDnon_medicUp"; + released = "AmovPknlMstpSrasWrflDnon"; + medicStartRightSide = "AinvPknlMstpSnonWrflDr_medic0S"; + }; + class MoveWithInjuredManDraggerPst: MoveWithInjuredManDragger + { + upDegree = "ManPosHandGunStand"; + grabDrag = "AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_2"; + grabDragged = "AinjPpneMrunSnonWnonDb_grab"; + released = "AmovPknlMstpSrasWpstDnon"; + Stop = "AcinPknlMstpSnonWpstDnon"; + StopRelaxed = "AcinPknlMstpSnonWpstDnon"; + WalkLB = "AcinPknlMwlkSnonWpstDb"; + WalkRB = "AcinPknlMwlkSnonWpstDb"; + WalkB = "AcinPknlMwlkSnonWpstDb"; + PlayerWalkLB = "AcinPknlMwlkSnonWpstDb"; + PlayerWalkRB = "AcinPknlMwlkSnonWpstDb"; + PlayerWalkB = "AcinPknlMwlkSnonWpstDb"; + SlowLB = "AcinPknlMwlkSnonWpstDb"; + SlowRB = "AcinPknlMwlkSnonWpstDb"; + SlowB = "AcinPknlMwlkSnonWpstDb"; + PlayerSlowLB = "AcinPknlMwlkSnonWpstDb"; + PlayerSlowRB = "AcinPknlMwlkSnonWpstDb"; + PlayerSlowB = "AcinPknlMwlkSnonWpstDb"; + FastLB = "AcinPknlMwlkSnonWpstDb"; + FastRB = "AcinPknlMwlkSnonWpstDb"; + FastB = "AcinPknlMwlkSnonWpstDb"; + Up = ""; + grabCarry = "Helper_SwitchToCarrynon_pst"; + Default = "AcinPknlMstpSnonWpstDnon"; + HandGunOn = "AcinPknlMstpSnonWpstDnon"; + }; + class MoveWithInjuredManDraggerNon: MoveWithInjuredManDragger + { + upDegree = "ManPosNoWeapon"; + grabDrag = "AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_2"; + grabDragged = "AinjPpneMrunSnonWnonDb_grab"; + released = "AmovPknlMstpSnonWnonDnon"; + Stop = "AcinPknlMstpSnonWnonDnon"; + StopRelaxed = "AcinPknlMstpSnonWnonDnon"; + WalkLB = "AcinPknlMwlkSnonWnonDb"; + WalkRB = "AcinPknlMwlkSnonWnonDb"; + WalkB = "AcinPknlMwlkSnonWnonDb"; + PlayerWalkLB = "AcinPknlMwlkSnonWnonDb"; + PlayerWalkRB = "AcinPknlMwlkSnonWnonDb"; + PlayerWalkB = "AcinPknlMwlkSnonWnonDb"; + SlowLB = "AcinPknlMwlkSnonWnonDb"; + SlowRB = "AcinPknlMwlkSnonWnonDb"; + SlowB = "AcinPknlMwlkSnonWnonDb"; + PlayerSlowLB = "AcinPknlMwlkSnonWnonDb"; + PlayerSlowRB = "AcinPknlMwlkSnonWnonDb"; + PlayerSlowB = "AcinPknlMwlkSnonWnonDb"; + FastLB = "AcinPknlMwlkSnonWnonDb"; + FastRB = "AcinPknlMwlkSnonWnonDb"; + FastB = "AcinPknlMwlkSnonWnonDb"; + Up = ""; + grabCarry = "Helper_SwitchToCarrynon"; + Default = "AcinPknlMstpSnonWnonDnon"; + HandGunOn = "AcinPknlMstpSnonWnonDnon"; + }; + class MoveWithInjuredManCarrier: MoveWithInjuredMan + { + Stop = "AcinPercMstpSrasWrflDnon"; + WalkLB = ""; + WalkRB = ""; + WalkB = ""; + PlayerWalkLB = ""; + PlayerWalkRB = ""; + PlayerWalkB = ""; + SlowLB = ""; + SlowRB = ""; + SlowB = ""; + PlayerSlowLB = ""; + PlayerSlowRB = ""; + PlayerSlowB = ""; + Default = "AcinPercMstpSrasWrflDnon"; + LadderOnDown = ""; + LadderOnUp = ""; + TestDriver = ""; + TestDriverOut = ""; + TestGunner = ""; + WalkF = "AcinPercMrunSrasWrflDf"; + WalkLF = "AcinPercMrunSrasWrflDf"; + WalkRF = "AcinPercMrunSrasWrflDf"; + PlayerWalkF = "AcinPercMrunSrasWrflDf"; + PlayerWalkLF = "AcinPercMrunSrasWrflDf"; + PlayerWalkRF = "AcinPercMrunSrasWrflDf"; + SlowF = "AcinPercMrunSrasWrflDf"; + SlowLF = "AcinPercMrunSrasWrflDf"; + SlowRF = "AcinPercMrunSrasWrflDf"; + PlayerSlowF = "AcinPercMrunSrasWrflDf"; + PlayerSlowLF = "AcinPercMrunSrasWrflDf"; + PlayerSlowRF = "AcinPercMrunSrasWrflDf"; + FastF = "AcinPercMrunSrasWrflDf"; + FastLF = "AcinPercMrunSrasWrflDf"; + FastRF = "AcinPercMrunSrasWrflDf"; + PlayerProne = "AcinPercMrunSrasWrflDf_AmovPercMstpSlowWrflDnon"; + StopRelaxed = "AcinPercMstpSrasWrflDnon"; + released = "AcinPercMrunSrasWrflDf_AmovPercMstpSlowWrflDnon"; + grabCarry = "AcinPercMstpSrasWrflDnon"; + grabDrag = ""; + stance = "ManStanceStand"; + }; + class MoveWithInjuredManCarrierRfl: MoveWithInjuredManCarrier + { + updegree = "ManPosCombat"; + PlayerProne = ""; + WalkLF = "AcinPercMrunSrasWrflDfl"; + WalkRF = "AcinPercMrunSrasWrflDfr"; + WalkL = "AcinPercMrunSrasWrflDl"; + WalkR = "AcinPercMrunSrasWrflDr"; + WalkLB = "AcinPercMrunSrasWrflDbl"; + WalkRB = "AcinPercMrunSrasWrflDbr"; + WalkB = "AcinPercMrunSrasWrflDb"; + PlayerWalkLF = "AcinPercMrunSrasWrflDfl"; + PlayerWalkRF = "AcinPercMrunSrasWrflDfr"; + PlayerWalkL = "AcinPercMrunSrasWrflDl"; + PlayerWalkR = "AcinPercMrunSrasWrflDr"; + PlayerWalkLB = "AcinPercMrunSrasWrflDbl"; + PlayerWalkRB = "AcinPercMrunSrasWrflDbr"; + PlayerWalkB = "AcinPercMrunSrasWrflDb"; + SlowL = "AcinPercMrunSrasWrflDl"; + SlowR = "AcinPercMrunSrasWrflDr"; + SlowLB = "AcinPercMrunSrasWrflDbl"; + SlowRB = "AcinPercMrunSrasWrflDbr"; + SlowLF = "AcinPercMrunSrasWrflDfl"; + SlowRF = "AcinPercMrunSrasWrflDfr"; + SlowB = "AcinPercMrunSrasWrflDb"; + PlayerSlowL = "AcinPercMrunSrasWrflDl"; + PlayerSlowR = "AcinPercMrunSrasWrflDr"; + PlayerSlowLB = "AcinPercMrunSrasWrflDbl"; + PlayerSlowRB = "AcinPercMrunSrasWrflDbr"; + PlayerSlowLF = "AcinPercMrunSrasWrflDfl"; + PlayerSlowRF = "AcinPercMrunSrasWrflDfr"; + PlayerSlowB = "AcinPercMrunSrasWrflDb"; + TactF = "AcinPercMrunSrasWrflDf"; + TactL = "AcinPercMrunSrasWrflDl"; + TactR = "AcinPercMrunSrasWrflDr"; + TactLB = "AcinPercMrunSrasWrflDbl"; + TactRB = "AcinPercMrunSrasWrflDbr"; + TactLF = "AcinPercMrunSrasWrflDfl"; + TactRF = "AcinPercMrunSrasWrflDfr"; + TactB = "AcinPercMrunSrasWrflDb"; + PlayerTactF = "AcinPercMrunSrasWrflDf"; + PlayerTactL = "AcinPercMrunSrasWrflDl"; + PlayerTactR = "AcinPercMrunSrasWrflDr"; + PlayerTactLB = "AcinPercMrunSrasWrflDbl"; + PlayerTactRB = "AcinPercMrunSrasWrflDbr"; + PlayerTactLF = "AcinPercMrunSrasWrflDfl"; + PlayerTactRF = "AcinPercMrunSrasWrflDfr"; + PlayerTactB = "AcinPercMrunSrasWrflDb"; + FastRF = "AcinPercMrunSrasWrflDfr"; + FastLF = "AcinPercMrunSrasWrflDfl"; + FastL = "AcinPercMrunSrasWrflDl"; + FastR = "AcinPercMrunSrasWrflDl"; + FastLB = "AcinPercMrunSrasWrflDbl"; + FastRB = "AcinPercMrunSrasWrflDbr"; + FastB = "AcinPercMrunSrasWrflDb"; + EvasiveLeft = "AcinPercMstpSrasWrflDnon"; + EvasiveRight = "AcinPercMstpSrasWrflDnon"; + PlayerStand = "AcinPercMstpSrasWrflDnon"; + Stand = "AmovPercMstpSlowWrflDnon"; + CanNotMove = "AcinPercMstpSrasWrflDnon"; + toAgony = "AmovPpneMstpSrasWrflDnon_injured"; + StartSwim = ""; + StartDive = ""; + agonyStart = "AinjPpneMstpSnonWrflDnon"; + agonyStop = "AmovPpneMstpSrasWrflDnon"; + medicStop = "AinvPknlMstpSnonWrflDnon_medicEnd"; + medicStart = "AinvPknlMstpSnonWrflDnon_medic"; + medicStartUp = "AinvPknlMstpSnonWrflDnon_medicUp"; + }; + class MoveWithInjuredManCarrierRflStill: MoveWithInjuredManCarrierRfl + { + upDegree = "manPosCarrying"; + grabDrag = "AmovPercMstpSlowWrflDnon_AcinPknlMwlkSlowWrflDb_2"; + }; + class MoveWithInjuredManCarrierNon: MoveWithInjuredManCarrierRfl + { + upDegree = "ManPosNoWeapon"; + agonyStart = "AinjPpneMstpSnonWnonDnon"; + agonyStop = "AmovPpneMstpSnonWnonDnon"; + medicStop = "AinvPknlMstpSnonWnonDnon_medicEnd"; + medicStart = "AinvPknlMstpSnonWnonDnon_medic"; + released = "AcinPercMrunSnonWnonDf_AmovPercMstpSnonWnonDnon"; + Stop = "AcinPercMstpSnonWnonDnon"; + StopRelaxed = "AcinPercMstpSnonWnonDnon"; + WalkF = "AcinPercMrunSnonWnonDf"; + WalkLF = "AcinPercMrunSnonWnonDfl"; + WalkRF = "AcinPercMrunSnonWnonDfr"; + WalkL = "AcinPercMrunSnonWnonDl"; + WalkR = "AcinPercMrunSnonWnonDr"; + WalkLB = "AcinPercMrunSnonWnonDbl"; + WalkRB = "AcinPercMrunSnonWnonDbr"; + WalkB = "AcinPercMrunSnonWnonDb"; + PlayerWalkF = "AcinPercMrunSnonWnonDf"; + PlayerWalkLF = "AcinPercMrunSnonWnonDfl"; + PlayerWalkRF = "AcinPercMrunSnonWnonDfr"; + PlayerWalkL = "AcinPercMrunSnonWnonDl"; + PlayerWalkR = "AcinPercMrunSnonWnonDr"; + PlayerWalkLB = "AcinPercMrunSnonWnonDbl"; + PlayerWalkRB = "AcinPercMrunSnonWnonDbr"; + PlayerWalkB = "AcinPercMrunSnonWnonDb"; + SlowF = "AcinPercMrunSnonWnonDf"; + SlowL = "AcinPercMrunSnonWnonDl"; + SlowR = "AcinPercMrunSnonWnonDr"; + SlowLB = "AcinPercMrunSnonWnonDbl"; + SlowRB = "AcinPercMrunSnonWnonDbr"; + SlowLF = "AcinPercMrunSnonWnonDfl"; + SlowRF = "AcinPercMrunSnonWnonDfr"; + SlowB = "AcinPercMrunSnonWnonDb"; + PlayerSlowF = "AcinPercMrunSnonWnonDf"; + PlayerSlowL = "AcinPercMrunSnonWnonDl"; + PlayerSlowR = "AcinPercMrunSnonWnonDr"; + PlayerSlowLB = "AcinPercMrunSnonWnonDbl"; + PlayerSlowRB = "AcinPercMrunSnonWnonDbr"; + PlayerSlowLF = "AcinPercMrunSnonWnonDfl"; + PlayerSlowRF = "AcinPercMrunSnonWnonDfr"; + PlayerSlowB = "AcinPercMrunSnonWnonDb"; + FastF = "AcinPercMrunSnonWnonDf"; + FastRF = "AcinPercMrunSnonWnonDfr"; + FastLF = "AcinPercMrunSnonWnonDfl"; + FastL = "AcinPercMrunSnonWnonDl"; + FastR = "AcinPercMrunSnonWnonDl"; + FastLB = "AcinPercMrunSnonWnonDbl"; + FastRB = "AcinPercMrunSnonWnonDbr"; + FastB = "AcinPercMrunSnonWnonDb"; + EvasiveLeft = "AcinPercMstpSnonWnonDnon"; + EvasiveRight = "AcinPercMstpSnonWnonDnon"; + PlayerStand = "AcinPercMstpSnonWnonDnon"; + Stand = ""; + CanNotMove = ""; + Default = "AcinPercMstpSnonWnonDnon"; + grabCarry = "AcinPercMstpSnonWnonDnon"; + Civil = "AcinPercMstpSnonWnonDnon"; + }; + class MoveWithInjuredManCarrierPst: MoveWithInjuredManCarrierRfl + { + upDegree = "ManPosHandGunStand"; + HandGunOn = "AcinPercMstpSnonWpstDnon"; + }; + class MoveWithInjuredManCarrierNonStill: MoveWithInjuredManCarrierNon + { + upDegree = "manPosCarrying"; + TactF = "AcinPercMrunSnonWnonDf"; + TactLF = "AcinPercMrunSnonWnonDfl"; + TactRF = "AcinPercMrunSnonWnonDfr"; + TactL = "AcinPercMrunSnonWnonDl"; + TactR = "AcinPercMrunSnonWnonDr"; + TactLB = "AcinPercMrunSnonWnonDbl"; + TactRB = "AcinPercMrunSnonWnonDbr"; + TactB = "AcinPercMrunSnonWnonDb"; + PlayerTactF = "AcinPercMrunSnonWnonDf"; + PlayerTactLF = "AcinPercMrunSnonWnonDfl"; + PlayerTactRF = "AcinPercMrunSnonWnonDfr"; + PlayerTactL = "AcinPercMrunSnonWnonDl"; + PlayerTactR = "AcinPercMrunSnonWnonDr"; + PlayerTactLB = "AcinPercMrunSnonWnonDbl"; + PlayerTactRB = "AcinPercMrunSnonWnonDbr"; + PlayerTactB = "AcinPercMrunSnonWnonDb"; + grabDrag = "AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_2"; + }; + class MoveWithInjuredManCarrierPstStill: MoveWithInjuredManCarrierNon + { + upDegree = "manPosCarrying"; + released = "AcinPercMrunSnonWpstDf_AmovPercMstpSrasWpstDnon"; + Stop = "AcinPercMstpSnonWpstDnon"; + StopRelaxed = "AcinPercMstpSnonWpstDnon"; + WalkF = "AcinPercMrunSnonWpstDf"; + WalkLF = "AcinPercMrunSnonWpstDfl"; + WalkRF = "AcinPercMrunSnonWpstDfr"; + WalkL = "AcinPercMrunSnonWpstDl"; + WalkR = "AcinPercMrunSnonWpstDr"; + WalkLB = "AcinPercMrunSnonWpstDbl"; + WalkRB = "AcinPercMrunSnonWpstDbr"; + WalkB = "AcinPercMrunSnonWpstDb"; + PlayerWalkF = "AcinPercMrunSnonWpstDf"; + PlayerWalkLF = "AcinPercMrunSnonWpstDfl"; + PlayerWalkRF = "AcinPercMrunSnonWpstDfr"; + PlayerWalkL = "AcinPercMrunSnonWpstDl"; + PlayerWalkR = "AcinPercMrunSnonWpstDr"; + PlayerWalkLB = "AcinPercMrunSnonWpstDbl"; + PlayerWalkRB = "AcinPercMrunSnonWpstDbr"; + PlayerWalkB = "AcinPercMrunSnonWpstDb"; + SlowF = "AcinPercMrunSnonWpstDf"; + SlowL = "AcinPercMrunSnonWpstDl"; + SlowR = "AcinPercMrunSnonWpstDr"; + SlowLB = "AcinPercMrunSnonWpstDbl"; + SlowRB = "AcinPercMrunSnonWpstDbr"; + SlowLF = "AcinPercMrunSnonWpstDfl"; + SlowRF = "AcinPercMrunSnonWpstDfr"; + SlowB = "AcinPercMrunSnonWpstDb"; + PlayerSlowF = "AcinPercMrunSnonWpstDf"; + PlayerSlowL = "AcinPercMrunSnonWpstDl"; + PlayerSlowR = "AcinPercMrunSnonWpstDr"; + PlayerSlowLB = "AcinPercMrunSnonWpstDbl"; + PlayerSlowRB = "AcinPercMrunSnonWpstDbr"; + PlayerSlowLF = "AcinPercMrunSnonWpstDfl"; + PlayerSlowRF = "AcinPercMrunSnonWpstDfr"; + PlayerSlowB = "AcinPercMrunSnonWpstDb"; + FastF = "AcinPercMrunSnonWpstDf"; + FastRF = "AcinPercMrunSnonWpstDfr"; + FastLF = "AcinPercMrunSnonWpstDfl"; + FastL = "AcinPercMrunSnonWpstDl"; + FastR = "AcinPercMrunSnonWpstDl"; + FastLB = "AcinPercMrunSnonWpstDbl"; + FastRB = "AcinPercMrunSnonWpstDbr"; + FastB = "AcinPercMrunSnonWpstDb"; + PlayerStand = "AcinPercMstpSnonWpstDnon"; + CanNotMove = "AcinPercMstpSnonWpstDnon"; + Default = "AcinPercMstpSnonWpstDnon"; + TactF = "AcinPercMrunSnonWpstDf"; + TactLF = "AcinPercMrunSnonWpstDfl"; + TactRF = "AcinPercMrunSnonWpstDfr"; + TactL = "AcinPercMrunSnonWpstDl"; + TactR = "AcinPercMrunSnonWpstDr"; + TactLB = "AcinPercMrunSnonWpstDbl"; + TactRB = "AcinPercMrunSnonWpstDbr"; + TactB = "AcinPercMrunSnonWpstDb"; + PlayerTactF = "AcinPercMrunSnonWpstDf"; + PlayerTactLF = "AcinPercMrunSnonWpstDfl"; + PlayerTactRF = "AcinPercMrunSnonWpstDfr"; + PlayerTactL = "AcinPercMrunSnonWpstDl"; + PlayerTactR = "AcinPercMrunSnonWpstDr"; + PlayerTactLB = "AcinPercMrunSnonWpstDbl"; + PlayerTactRB = "AcinPercMrunSnonWpstDbr"; + PlayerTactB = "AcinPercMrunSnonWpstDb"; + grabDrag = "AmovPercMstpSrasWpstDnon_AcinPknlMwlkSnonWpstDb_2"; + }; + class MoveWithInjuredManCarrierRflWc: MoveWithInjuredManCarrierRfl + { + toAgony = "AinjPpneMstpSnonWrflDnon"; + }; + class MoveWithInjuredManCarrierPstWc: MoveWithInjuredManCarrierRflWc{}; + class MoveWithInjuredManCarrierNonWc: MoveWithInjuredManCarrierNon{}; + class MoveWithInjuredMan_2Death2: MoveWithInjuredMan{}; + class MoveWithInjuredMan_release: RifleBaseLowStandActions + { + Diary = ""; + }; + class InjuredManActions: NoActions + { + upDegree = "ManPosLying"; + stance = "ManStanceProne"; + turnSpeed = 0; + healingFinished = "AmovPpneMstpSrasWrflDnon"; + PlayerWalkF = "AmovPpneMsprSlowWrflDf_injured"; + PlayerSlowF = "AmovPpneMsprSlowWrflDf_injured"; + WalkF = "AmovPpneMsprSlowWrflDf_injured"; + SlowF = "AmovPpneMsprSlowWrflDf_injured"; + FastF = "AmovPpneMsprSlowWrflDf_injured"; + LadderOnDown = ""; + LadderOnUp = ""; + TestDriver = ""; + TestDriverOut = ""; + TestGunner = ""; + medicStop = ""; + medicStart = ""; + medicStartUp = ""; + medic = "AinvPknlMstpSlayWrflDnon_medic"; + medicUp = "AinvPknlMstpSlayWrflDnon_medicUp"; + }; + class InjuredManActionsRfl: InjuredManActions + { + turnSpeed = 2; + Combat = "Unconscious"; + Stop = "AmovPpneMstpSrasWrflDnon_injured"; + Lying = "AmovPpneMstpSrasWrflDnon_injured"; + healedStart = "AinjPpneMstpSnonWrflDnon_injuredHealed"; + healedStop = "AinjPpneMstpSnonWrflDnon"; + agonyStart = "AinjPpneMstpSnonWrflDnon"; + agonyStop = "AmovPpneMstpSrasWrflDnon"; + medicStop = "AinvPknlMstpSnonWrflDnon_medicEnd"; + medicStart = "AinvPknlMstpSnonWrflDnon_medic"; + medicStartUp = "AinvPknlMstpSnonWrflDnon_medicUp"; + }; + class InjuredManActionsNon: InjuredManActionsRfl + { + agonyStart = "AinjPpneMstpSnonWnonDnon"; + agonyStop = "AmovPpneMstpSnonWnonDnon"; + medicStop = "AinvPknlMstpSnonWnonDnon_medicEnd"; + medicStart = "AinvPknlMstpSnonWnonDnon_medic"; + grabDrag = "AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_2"; + Stop = "AmovPpneMstpSnonWnonDnon_injured"; + PlayerWalkF = "AmovPpneMsprSnonWnonDf_injured"; + PlayerSlowF = "AmovPpneMsprSnonWnonDf_injured"; + WalkF = "AmovPpneMsprSnonWnonDf_injured"; + SlowF = "AmovPpneMsprSnonWnonDf_injured"; + FastF = "AmovPpneMsprSnonWnonDf_injured"; + Lying = "AmovPpneMstpSnonWnonDnon_injured"; + healedStart = "AinjPpneMstpSnonWnonDnon_injuredHealed"; + healedStop = "AinjPpneMstpSnonWnonDnon"; + grabDragged = "AinjPpneMrunSnonWnonDb_grab"; + grabCarried = "AinjPfalMstpSnonWnonDnon_carried_Up"; + released = "AinjPpneMstpSnonWnonDnon"; + releasedBad = "AinjPpneMstpSnonWnonDnon"; + carriedStill = "AinjPfalMstpSnonWnonDnon_carried_still"; + medic = "AinvPknlMstpSnonWnonDnon_medic_1"; + }; + class InjuredManActionsNon_norot: InjuredManActionsNon + { + turnSpeed = 0; + }; + class InjuredManActionsNon_healed: InjuredManActionsNon_norot{}; + class InjuredManActionsRfl_norot: InjuredManActionsRfl + { + turnSpeed = 0; + Stop = "AinjPpneMstpSnonWrflDnon"; + }; + class InjuredManActionsRfl_healed: InjuredManActionsRfl_norot + { + medicStop = ""; + medicStart = ""; + medicStartUp = ""; + Stop = "AinjPpneMstpSnonWrflDnon_injuredHealed"; + PlayerWalkF = ""; + PlayerSlowF = ""; + WalkF = ""; + SlowF = ""; + FastF = ""; + Lying = ""; + Default = "AinjPpneMstpSnonWrflDnon_injuredHealed"; + PlayerProne = "AinjPpneMstpSnonWrflDnon_injuredHealed"; + PlayerCrouch = "AinjPpneMstpSnonWrflDnon_injuredHealed"; + PlayerStand = "AinjPpneMstpSnonWrflDnon_injuredHealed"; + }; + class InjuredManCarriedActions: InjuredManActions + { + WalkF = ""; + PlayerWalkF = ""; + Stop = "AinjPfalMstpSnonWrflDnon_carried_still"; + StopRelaxed = "AinjPfalMstpSnonWrflDnon_carried_still"; + PlayerSlowF = ""; + SlowF = ""; + FastF = ""; + released = "AmovPpneMstpSrasWrflDnon"; + healingFinished = ""; + Default = "AinjPfalMstpSnonWrflDnon_carried_still"; + Lying = "AinjPfalMstpSnonWrflDnon_carried_still"; + PlayerProne = "AinjPfalMstpSnonWrflDnon_carried_still"; + PlayerCrouch = "AinjPfalMstpSnonWrflDnon_carried_still"; + PlayerStand = "AinjPfalMstpSnonWrflDnon_carried_still"; + agonyStop = "AmovPpneMstpSrasWrflDnon"; + Combat = "AinjPfalMstpSnonWnonDnon_carried_still"; + }; + class InjuredManCarriedActionsNon: InjuredManActionsNon + { + turnSpeed = 0; + released = "AinjPfalMstpSnonWnonDnon_carried_Down"; + Stop = "AinjPfalMstpSnonWnonDnon_carried_still"; + StopRelaxed = "AinjPfalMstpSnonWnonDnon_carried_still"; + PlayerStand = "AinjPfalMstpSnonWnonDnon_carried_still"; + Lying = "AinjPfalMstpSnonWnonDnon_carried_still"; + Default = "AinjPfalMstpSnonWnonDnon_carried_still"; + releasedBad = "AinjPfalMstpSnonWnonDf_carried_fall"; + FastF = ""; + SlowF = ""; + WalkF = ""; + upDegree = "ManPosDragged"; + }; + class InjuredManCarriedActionsNonStill: InjuredManCarriedActionsNon{}; + class InjuredManCarriedActionsNonWc: InjuredManCarriedActionsNon + { + releasedBad = "AinjPfalMstpSnonWnonDf_carried_fallwc"; + }; + class InjuredManCarriedActionsRfl: InjuredManCarriedActions + { + agonyStart = "AinjPpneMstpSnonWrflDnon"; + released = "AinjPfalMstpSnonWrflDnon_carried_Down"; + releasedBad = "AinjPfalMstpSnonWrflDf_carried_fall"; + upDegree = "ManPosDragged"; + }; + class InjuredManCarriedActionsRflStill: InjuredManCarriedActionsRfl + { + combat = ""; + }; + class InjuredManCarriedActionsRflWc: InjuredManCarriedActionsRfl + { + releasedBad = "AinjPfalMstpSnonWrflDf_carried_fallwc"; + }; + class InjuredManDraggedActions: InjuredManActions + { + upDegree = "ManPosDragged"; + released = "AmovPpneMstpSnonWnonDnon"; + PlayerWalkF = ""; + PlayerSlowF = ""; + WalkF = ""; + SlowF = ""; + FastF = ""; + Stop = "AcinPknlMwlkSlowWrflDb_still"; + StopRelaxed = "AcinPknlMwlkSlowWrflDb_still"; + Default = "AcinPknlMwlkSlowWrflDb_still"; + }; + class InjuredManDraggedActionsRfl: InjuredManDraggedActions + { + released = "AinjPpneMstpSnonWrflDb_release"; + releasedBad = "AinjPpneMstpSnonWrflDb_release"; + agonyStart = "AinjPpneMstpSnonWrflDnon"; + agonyStop = "AmovPpneMstpSrasWrflDnon"; + }; + class InjuredManDraggedActionsNon: InjuredManDraggedActions + { + released = "AinjPpneMrunSnonWnonDb_release"; + grabDrag = "AmovPercMstpSnonWnonDnon_AcinPknlMwlkSnonWnonDb_2"; + releasedBad = "AinjPpneMrunSnonWnonDb_release"; + Stop = "AinjPpneMrunSnonWnonDb_still"; + StopRelaxed = "AinjPpneMrunSnonWnonDb_still"; + Default = "AinjPpneMrunSnonWnonDb_still"; + grabDragged = "AinjPpneMrunSnonWnonDb_grab"; + grabCarried = "AinjPfalMstpSnonWnonDnon_carried_Up"; + }; + class InjuredManDraggedDeadActions: InjuredManDraggedActions + { + released = "Unconscious"; + }; + class PistolAdjustStandBaseActions: PistolStandActions + { + Lying = ""; + Crouch = ""; + }; + class PistolAdjustLStandActions: PistolAdjustStandBaseActions + { + stop = "AadjPercMstpSrasWpstDleft"; + default = "AadjPercMstpSrasWpstDleft"; + StopRelaxed = "AadjPercMstpSrasWpstDleft"; + turnL = "AadjPercMstpSrasWpstDleft"; + turnR = "AadjPercMstpSrasWpstDleft"; + turnLRelaxed = "AadjPercMstpSrasWpstDleft"; + turnRRelaxed = "AadjPercMstpSrasWpstDleft"; + WalkF = "AadjPercMwlkSrasWpstDf_left"; + WalkLF = "AadjPercMwlkSrasWpstDfl_left"; + WalkRF = "AadjPercMwlkSrasWpstDfr_left"; + WalkL = "AadjPercMwlkSrasWpstDl_left"; + WalkR = "AadjPercMwlkSrasWpstDr_left"; + WalkLB = "AadjPercMwlkSrasWpstDbl_left"; + WalkRB = "AadjPercMwlkSrasWpstDbr_left"; + WalkB = "AadjPercMwlkSrasWpstDb_left"; + PlayerWalkF = "AadjPercMwlkSrasWpstDf_left"; + PlayerWalkLF = "AadjPercMwlkSrasWpstDfl_left"; + PlayerWalkRF = "AadjPercMwlkSrasWpstDfr_left"; + PlayerWalkL = "AadjPercMwlkSrasWpstDl_left"; + PlayerWalkR = "AadjPercMwlkSrasWpstDr_left"; + PlayerWalkLB = "AadjPercMwlkSrasWpstDbl_left"; + PlayerWalkRB = "AadjPercMwlkSrasWpstDbr_left"; + PlayerWalkB = "AadjPercMwlkSrasWpstDb_left"; + SlowF = "AadjPercMrunSrasWpstDf_left"; + SlowLF = "AadjPercMrunSrasWpstDfl_left"; + SlowRF = "AadjPercMrunSrasWpstDfr_left"; + SlowL = "AadjPercMrunSrasWpstDl_left"; + SlowR = "AadjPercMrunSrasWpstDr_left"; + SlowLB = "AadjPercMrunSrasWpstDbl_left"; + SlowRB = "AadjPercMrunSrasWpstDbr_left"; + SlowB = "AadjPercMrunSrasWpstDb_left"; + PlayerSlowF = "AadjPercMrunSrasWpstDf_left"; + PlayerSlowLF = "AadjPercMrunSrasWpstDfl_left"; + PlayerSlowRF = "AadjPercMrunSrasWpstDfr_left"; + PlayerSlowL = "AadjPercMrunSrasWpstDl_left"; + PlayerSlowR = "AadjPercMrunSrasWpstDr_left"; + PlayerSlowLB = "AadjPercMrunSrasWpstDbl_left"; + PlayerSlowRB = "AadjPercMrunSrasWpstDbr_left"; + PlayerSlowB = "AadjPercMrunSrasWpstDb_left"; + FastF = "AadjPercMevaSrasWpstDf_left"; + FastLF = "AadjPercMevaSrasWpstDfl_left"; + FastRF = "AadjPercMevaSrasWpstDfr_left"; + FastL = "AadjPercMrunSrasWpstDl_left"; + FastR = "AadjPercMrunSrasWpstDr_left"; + FastLB = "AadjPercMrunSrasWpstDbl_left"; + FastRB = "AadjPercMrunSrasWpstDbr_left"; + FastB = "AadjPercMrunSrasWpstDb_left"; + TactF = "AadjPercMtacSrasWpstDf_left"; + TactLF = "AadjPercMtacSrasWpstDfl_left"; + TactRF = "AadjPercMtacSrasWpstDfr_left"; + TactL = "AadjPercMtacSrasWpstDl_left"; + TactR = "AadjPercMtacSrasWpstDr_left"; + TactLB = "AadjPercMtacSrasWpstDbl_left"; + TactRB = "AadjPercMtacSrasWpstDbr_left"; + TactB = "AadjPercMtacSrasWpstDb_left"; + PlayerTactF = "AadjPercMtacSrasWpstDf_left"; + PlayerTactLF = "AadjPercMtacSrasWpstDfl_left"; + PlayerTactRF = "AadjPercMtacSrasWpstDfr_left"; + PlayerTactL = "AadjPercMtacSrasWpstDl_left"; + PlayerTactR = "AadjPercMtacSrasWpstDr_left"; + PlayerTactLB = "AadjPercMtacSrasWpstDbl_left"; + PlayerTactRB = "AadjPercMtacSrasWpstDbr_left"; + PlayerTactB = "AadjPercMtacSrasWpstDb_left"; + up = "AadjPknlMstpSrasWpstDleft"; + down = "AadjPpneMstpSrasWpstDleft"; + PlayerStand = "AmovPercMstpSrasWpstDnon"; + PlayerCrouch = "AadjPknlMstpSrasWpstDleft"; + Combat = "AadjPercMstpSrasWpstDleft"; + FireNotPossible = "AadjPercMstpSrasWpstDleft"; + Crouch = "AadjPknlMstpSrasWpstDleft"; + AdjustR = "AmovPercMstpSrasWpstDnon"; + }; + class PistolAdjustRStandActions: PistolAdjustStandBaseActions + { + stop = "AadjPercMstpSrasWpstDright"; + default = "AadjPercMstpSrasWpstDright"; + StopRelaxed = "AadjPercMstpSrasWpstDright"; + turnL = "AadjPercMstpSrasWpstDright"; + turnR = "AadjPercMstpSrasWpstDright"; + turnLRelaxed = "AadjPercMstpSrasWpstDright"; + turnRRelaxed = "AadjPercMstpSrasWpstDright"; + WalkF = "AadjPercMwlkSrasWpstDf_right"; + WalkLF = "AadjPercMwlkSrasWpstDfl_right"; + WalkRF = "AadjPercMwlkSrasWpstDfr_right"; + WalkL = "AadjPercMwlkSrasWpstDl_right"; + WalkR = "AadjPercMwlkSrasWpstDr_right"; + WalkLB = "AadjPercMwlkSrasWpstDbl_right"; + WalkRB = "AadjPercMwlkSrasWpstDbr_right"; + WalkB = "AadjPercMwlkSrasWpstDb_right"; + PlayerWalkF = "AadjPercMwlkSrasWpstDf_right"; + PlayerWalkLF = "AadjPercMwlkSrasWpstDfl_right"; + PlayerWalkRF = "AadjPercMwlkSrasWpstDfr_right"; + PlayerWalkL = "AadjPercMwlkSrasWpstDl_right"; + PlayerWalkR = "AadjPercMwlkSrasWpstDr_right"; + PlayerWalkLB = "AadjPercMwlkSrasWpstDbl_right"; + PlayerWalkRB = "AadjPercMwlkSrasWpstDbr_right"; + PlayerWalkB = "AadjPercMwlkSrasWpstDb_right"; + SlowF = "AadjPercMrunSrasWpstDf_right"; + SlowLF = "AadjPercMrunSrasWpstDfl_right"; + SlowRF = "AadjPercMrunSrasWpstDfr_right"; + SlowL = "AadjPercMrunSrasWpstDl_right"; + SlowR = "AadjPercMrunSrasWpstDr_right"; + SlowLB = "AadjPercMrunSrasWpstDbl_right"; + SlowRB = "AadjPercMrunSrasWpstDbr_right"; + SlowB = "AadjPercMrunSrasWpstDb_right"; + PlayerSlowF = "AadjPercMrunSrasWpstDf_right"; + PlayerSlowLF = "AadjPercMrunSrasWpstDfl_right"; + PlayerSlowRF = "AadjPercMrunSrasWpstDfr_right"; + PlayerSlowL = "AadjPercMrunSrasWpstDl_right"; + PlayerSlowR = "AadjPercMrunSrasWpstDr_right"; + PlayerSlowLB = "AadjPercMrunSrasWpstDbl_right"; + PlayerSlowRB = "AadjPercMrunSrasWpstDbr_right"; + PlayerSlowB = "AadjPercMrunSrasWpstDb_right"; + FastF = "AadjPercMevaSrasWpstDf_right"; + FastLF = "AadjPercMevaSrasWpstDfl_right"; + FastRF = "AadjPercMevaSrasWpstDfr_right"; + FastL = "AadjPercMrunSrasWpstDl_right"; + FastR = "AadjPercMrunSrasWpstDr_right"; + FastLB = "AadjPercMrunSrasWpstDbl_right"; + FastRB = "AadjPercMrunSrasWpstDbr_right"; + FastB = "AadjPercMrunSrasWpstDb_right"; + TactF = "AadjPercMtacSrasWpstDf_right"; + TactLF = "AadjPercMtacSrasWpstDfl_right"; + TactRF = "AadjPercMtacSrasWpstDfr_right"; + TactL = "AadjPercMtacSrasWpstDl_right"; + TactR = "AadjPercMtacSrasWpstDr_right"; + TactLB = "AadjPercMtacSrasWpstDbl_right"; + TactRB = "AadjPercMtacSrasWpstDbr_right"; + TactB = "AadjPercMtacSrasWpstDb_right"; + PlayerTactF = "AadjPercMtacSrasWpstDf_right"; + PlayerTactLF = "AadjPercMtacSrasWpstDfl_right"; + PlayerTactRF = "AadjPercMtacSrasWpstDfr_right"; + PlayerTactL = "AadjPercMtacSrasWpstDl_right"; + PlayerTactR = "AadjPercMtacSrasWpstDr_right"; + PlayerTactLB = "AadjPercMtacSrasWpstDbl_right"; + PlayerTactRB = "AadjPercMtacSrasWpstDbr_right"; + PlayerTactB = "AadjPercMtacSrasWpstDb_right"; + up = "AadjPknlMstpSrasWpstDright"; + down = "AadjPpneMstpSrasWpstDright"; + PlayerStand = "AmovPercMstpSrasWpstDnon"; + PlayerCrouch = "AadjPknlMstpSrasWpstDright"; + Combat = "AadjPercMstpSrasWpstDright"; + FireNotPossible = "AadjPercMstpSrasWpstDright"; + Crouch = "AadjPknlMstpSrasWpstDright"; + AdjustL = "AmovPercMstpSrasWpstDnon"; + }; + class PistolAdjustFStandActions: PistolAdjustStandBaseActions + { + stop = "AadjPercMstpSrasWpstDup"; + default = "AadjPercMstpSrasWpstDup"; + StopRelaxed = "AadjPercMstpSrasWpstDup"; + turnL = "AadjPercMstpSrasWpstDup"; + turnR = "AadjPercMstpSrasWpstDup"; + turnLRelaxed = "AadjPercMstpSrasWpstDup"; + turnRRelaxed = "AadjPercMstpSrasWpstDup"; + WalkF = "AadjPercMwlkSrasWpstDf_up"; + WalkLF = "AadjPercMwlkSrasWpstDfl_up"; + WalkRF = "AadjPercMwlkSrasWpstDfr_up"; + WalkL = "AadjPercMwlkSrasWpstDl_up"; + WalkR = "AadjPercMwlkSrasWpstDr_up"; + WalkLB = "AadjPercMwlkSrasWpstDbl_up"; + WalkRB = "AadjPercMwlkSrasWpstDbr_up"; + WalkB = "AadjPercMwlkSrasWpstDb_up"; + PlayerWalkF = "AadjPercMwlkSrasWpstDf_up"; + PlayerWalkLF = "AadjPercMwlkSrasWpstDfl_up"; + PlayerWalkRF = "AadjPercMwlkSrasWpstDfr_up"; + PlayerWalkL = "AadjPercMwlkSrasWpstDl_up"; + PlayerWalkR = "AadjPercMwlkSrasWpstDr_up"; + PlayerWalkLB = "AadjPercMwlkSrasWpstDbl_up"; + PlayerWalkRB = "AadjPercMwlkSrasWpstDbr_up"; + PlayerWalkB = "AadjPercMwlkSrasWpstDb_up"; + SlowF = "AadjPercMrunSrasWpstDf_up"; + SlowLF = "AadjPercMrunSrasWpstDfl_up"; + SlowRF = "AadjPercMrunSrasWpstDfr_up"; + SlowL = "AadjPercMrunSrasWpstDl_up"; + SlowR = "AadjPercMrunSrasWpstDr_up"; + SlowLB = "AadjPercMrunSrasWpstDbl_up"; + SlowRB = "AadjPercMrunSrasWpstDbr_up"; + SlowB = "AadjPercMrunSrasWpstDb_up"; + PlayerSlowF = "AadjPercMrunSrasWpstDf_up"; + PlayerSlowLF = "AadjPercMrunSrasWpstDfl_up"; + PlayerSlowRF = "AadjPercMrunSrasWpstDfr_up"; + PlayerSlowL = "AadjPercMrunSrasWpstDl_up"; + PlayerSlowR = "AadjPercMrunSrasWpstDr_up"; + PlayerSlowLB = "AadjPercMrunSrasWpstDbl_up"; + PlayerSlowRB = "AadjPercMrunSrasWpstDbr_up"; + PlayerSlowB = "AadjPercMrunSrasWpstDb_up"; + FastF = "AadjPercMevaSrasWpstDf_up"; + FastLF = "AadjPercMevaSrasWpstDfl_up"; + FastRF = "AadjPercMevaSrasWpstDfr_up"; + FastL = "AadjPercMrunSrasWpstDl_up"; + FastR = "AadjPercMrunSrasWpstDr_up"; + FastLB = "AadjPercMrunSrasWpstDbl_up"; + FastRB = "AadjPercMrunSrasWpstDbr_up"; + FastB = "AadjPercMrunSrasWpstDb_up"; + TactF = "AadjPercMtacSrasWpstDf_up"; + TactLF = "AadjPercMtacSrasWpstDfl_up"; + TactRF = "AadjPercMtacSrasWpstDfr_up"; + TactL = "AadjPercMtacSrasWpstDl_up"; + TactR = "AadjPercMtacSrasWpstDr_up"; + TactLB = "AadjPercMtacSrasWpstDbl_up"; + TactRB = "AadjPercMtacSrasWpstDbr_up"; + TactB = "AadjPercMtacSrasWpstDb_up"; + PlayerTactF = "AadjPercMtacSrasWpstDf_up"; + PlayerTactLF = "AadjPercMtacSrasWpstDfl_up"; + PlayerTactRF = "AadjPercMtacSrasWpstDfr_up"; + PlayerTactL = "AadjPercMtacSrasWpstDl_up"; + PlayerTactR = "AadjPercMtacSrasWpstDr_up"; + PlayerTactLB = "AadjPercMtacSrasWpstDbl_up"; + PlayerTactRB = "AadjPercMtacSrasWpstDbr_up"; + PlayerTactB = "AadjPercMtacSrasWpstDb_up"; + up = "AadjPknlMstpSrasWpstDup"; + PlayerStand = "AmovPercMstpSrasWpstDnon"; + PlayerCrouch = "AadjPknlMstpSrasWpstDup"; + Combat = "AadjPercMstpSrasWpstDup"; + FireNotPossible = "AadjPercMstpSrasWpstDup"; + Crouch = "AadjPknlMstpSrasWpstDup"; + AdjustB = "AmovPercMstpSrasWpstDnon"; + }; + class PistolAdjustBStandActions: PistolAdjustStandBaseActions + { + stop = "AadjPercMstpSrasWpstDdown"; + default = "AadjPercMstpSrasWpstDdown"; + StopRelaxed = "AadjPercMstpSrasWpstDdown"; + turnL = "AadjPercMstpSrasWpstDdown"; + turnR = "AadjPercMstpSrasWpstDdown"; + turnLRelaxed = "AadjPercMstpSrasWpstDdown"; + turnRRelaxed = "AadjPercMstpSrasWpstDdown"; + WalkF = "AadjPercMwlkSrasWpstDf_down"; + WalkLF = "AadjPercMwlkSrasWpstDfl_down"; + WalkRF = "AadjPercMwlkSrasWpstDfr_down"; + WalkL = "AadjPercMwlkSrasWpstDl_down"; + WalkR = "AadjPercMwlkSrasWpstDr_down"; + WalkLB = "AadjPercMwlkSrasWpstDbl_down"; + WalkRB = "AadjPercMwlkSrasWpstDbr_down"; + WalkB = "AadjPercMwlkSrasWpstDb_down"; + PlayerWalkF = "AadjPercMwlkSrasWpstDf_down"; + PlayerWalkLF = "AadjPercMwlkSrasWpstDfl_down"; + PlayerWalkRF = "AadjPercMwlkSrasWpstDfr_down"; + PlayerWalkL = "AadjPercMwlkSrasWpstDl_down"; + PlayerWalkR = "AadjPercMwlkSrasWpstDr_down"; + PlayerWalkLB = "AadjPercMwlkSrasWpstDbl_down"; + PlayerWalkRB = "AadjPercMwlkSrasWpstDbr_down"; + PlayerWalkB = "AadjPercMwlkSrasWpstDb_down"; + SlowF = "AadjPercMrunSrasWpstDf_down"; + SlowLF = "AadjPercMrunSrasWpstDfl_down"; + SlowRF = "AadjPercMrunSrasWpstDfr_down"; + SlowL = "AadjPercMrunSrasWpstDl_down"; + SlowR = "AadjPercMrunSrasWpstDr_down"; + SlowLB = "AadjPercMrunSrasWpstDbl_down"; + SlowRB = "AadjPercMrunSrasWpstDbr_down"; + SlowB = "AadjPercMrunSrasWpstDb_down"; + PlayerSlowF = "AadjPercMrunSrasWpstDf_down"; + PlayerSlowLF = "AadjPercMrunSrasWpstDfl_down"; + PlayerSlowRF = "AadjPercMrunSrasWpstDfr_down"; + PlayerSlowL = "AadjPercMrunSrasWpstDl_down"; + PlayerSlowR = "AadjPercMrunSrasWpstDr_down"; + PlayerSlowLB = "AadjPercMrunSrasWpstDbl_down"; + PlayerSlowRB = "AadjPercMrunSrasWpstDbr_down"; + PlayerSlowB = "AadjPercMrunSrasWpstDb_down"; + FastF = "AadjPercMevaSrasWpstDf_down"; + FastLF = "AadjPercMevaSrasWpstDfl_down"; + FastRF = "AadjPercMevaSrasWpstDfr_down"; + FastL = "AadjPercMrunSrasWpstDl_down"; + FastR = "AadjPercMrunSrasWpstDr_down"; + FastLB = "AadjPercMrunSrasWpstDbl_down"; + FastRB = "AadjPercMrunSrasWpstDbr_down"; + FastB = "AadjPercMrunSrasWpstDb_down"; + TactF = "AadjPercMtacSrasWpstDf_down"; + TactLF = "AadjPercMtacSrasWpstDfl_down"; + TactRF = "AadjPercMtacSrasWpstDfr_down"; + TactL = "AadjPercMtacSrasWpstDl_down"; + TactR = "AadjPercMtacSrasWpstDr_down"; + TactLB = "AadjPercMtacSrasWpstDbl_down"; + TactRB = "AadjPercMtacSrasWpstDbr_down"; + TactB = "AadjPercMtacSrasWpstDb_down"; + PlayerTactF = "AadjPercMtacSrasWpstDf_down"; + PlayerTactLF = "AadjPercMtacSrasWpstDfl_down"; + PlayerTactRF = "AadjPercMtacSrasWpstDfr_down"; + PlayerTactL = "AadjPercMtacSrasWpstDl_down"; + PlayerTactR = "AadjPercMtacSrasWpstDr_down"; + PlayerTactLB = "AadjPercMtacSrasWpstDbl_down"; + PlayerTactRB = "AadjPercMtacSrasWpstDbr_down"; + PlayerTactB = "AadjPercMtacSrasWpstDb_down"; + up = "AadjPknlMstpSrasWpstDdown"; + PlayerStand = "AmovPercMstpSrasWpstDnon"; + PlayerCrouch = "AadjPknlMstpSrasWpstDdown"; + Combat = "AadjPercMstpSrasWpstDdown"; + FireNotPossible = "AadjPercMstpSrasWpstDdown"; + Crouch = "AadjPknlMstpSrasWpstDdown"; + AdjustF = "AmovPercMstpSrasWpstDnon"; + AdjustB = "AadjPknlMstpSrasWpstDup"; + }; + class PistolAdjustKneelBaseActions: PistolKneelActions + { + Lying = ""; + Crouch = ""; + }; + class PistolAdjustLKneelActions: PistolAdjustKneelBaseActions + { + stop = "AadjPknlMstpSrasWpstDleft"; + default = "AadjPknlMstpSrasWpstDleft"; + StopRelaxed = "AadjPknlMstpSrasWpstDleft"; + turnL = "AadjPknlMstpSrasWpstDleft"; + turnR = "AadjPknlMstpSrasWpstDleft"; + turnLRelaxed = "AadjPknlMstpSrasWpstDleft"; + turnRRelaxed = "AadjPknlMstpSrasWpstDleft"; + WalkF = "AadjPknlMwlkSrasWpstDf_left"; + WalkLF = "AadjPknlMwlkSrasWpstDfl_left"; + WalkRF = "AadjPknlMwlkSrasWpstDfr_left"; + WalkL = "AadjPknlMwlkSrasWpstDl_left"; + WalkR = "AadjPknlMwlkSrasWpstDr_left"; + WalkLB = "AadjPknlMwlkSrasWpstDbl_left"; + WalkRB = "AadjPknlMwlkSrasWpstDbr_left"; + WalkB = "AadjPknlMwlkSrasWpstDb_left"; + PlayerWalkF = "AadjPknlMwlkSrasWpstDf_left"; + PlayerWalkLF = "AadjPknlMwlkSrasWpstDfl_left"; + PlayerWalkRF = "AadjPknlMwlkSrasWpstDfr_left"; + PlayerWalkL = "AadjPknlMwlkSrasWpstDl_left"; + PlayerWalkR = "AadjPknlMwlkSrasWpstDr_left"; + PlayerWalkLB = "AadjPknlMwlkSrasWpstDbl_left"; + PlayerWalkRB = "AadjPknlMwlkSrasWpstDbr_left"; + PlayerWalkB = "AadjPknlMwlkSrasWpstDb_left"; + SlowF = "AadjPknlMrunSrasWpstDf_left"; + SlowLF = "AadjPknlMrunSrasWpstDfl_left"; + SlowRF = "AadjPknlMrunSrasWpstDfr_left"; + SlowL = "AadjPknlMrunSrasWpstDl_left"; + SlowR = "AadjPknlMrunSrasWpstDr_left"; + SlowLB = "AadjPknlMrunSrasWpstDbl_left"; + SlowRB = "AadjPknlMrunSrasWpstDbr_left"; + SlowB = "AadjPknlMrunSrasWpstDb_left"; + PlayerSlowF = "AadjPknlMrunSrasWpstDf_left"; + PlayerSlowLF = "AadjPknlMrunSrasWpstDfl_left"; + PlayerSlowRF = "AadjPknlMrunSrasWpstDfr_left"; + PlayerSlowL = "AadjPknlMrunSrasWpstDl_left"; + PlayerSlowR = "AadjPknlMrunSrasWpstDr_left"; + PlayerSlowLB = "AadjPknlMrunSrasWpstDbl_left"; + PlayerSlowRB = "AadjPknlMrunSrasWpstDbr_left"; + PlayerSlowB = "AadjPknlMrunSrasWpstDb_left"; + FastF = "AadjPknlMevaSrasWpstDf_left"; + FastLF = "AadjPknlMevaSrasWpstDfl_left"; + FastRF = "AadjPknlMevaSrasWpstDfr_left"; + FastL = "AadjPknlMrunSrasWpstDl_left"; + FastR = "AadjPknlMrunSrasWpstDr_left"; + FastLB = "AadjPknlMrunSrasWpstDbl_left"; + FastRB = "AadjPknlMrunSrasWpstDbr_left"; + FastB = "AadjPknlMrunSrasWpstDb_left"; + TactF = "AadjPknlMtacSrasWpstDf_left"; + TactLF = "AadjPknlMtacSrasWpstDfl_left"; + TactRF = "AadjPknlMtacSrasWpstDfr_left"; + TactL = "AadjPknlMtacSrasWpstDl_left"; + TactR = "AadjPknlMtacSrasWpstDr_left"; + TactLB = "AadjPknlMtacSrasWpstDbl_left"; + TactRB = "AadjPknlMtacSrasWpstDbr_left"; + TactB = "AadjPknlMtacSrasWpstDb_left"; + PlayerTactF = "AadjPknlMtacSrasWpstDf_left"; + PlayerTactLF = "AadjPknlMtacSrasWpstDfl_left"; + PlayerTactRF = "AadjPknlMtacSrasWpstDfr_left"; + PlayerTactL = "AadjPknlMtacSrasWpstDl_left"; + PlayerTactR = "AadjPknlMtacSrasWpstDr_left"; + PlayerTactLB = "AadjPknlMtacSrasWpstDbl_left"; + PlayerTactRB = "AadjPknlMtacSrasWpstDbr_left"; + PlayerTactB = "AadjPknlMtacSrasWpstDb_left"; + up = "AadjPercMstpSrasWpstDleft"; + PlayerStand = "AadjPercMstpSrasWpstDleft"; + Combat = "AadjPknlMstpSrasWpstDleft"; + FireNotPossible = "AadjPknlMstpSrasWpstDleft"; + Stand = "AmovPknlMstpSlowWpstDnon"; + AdjustR = "AmovPknlMstpSrasWpstDnon"; + down = "AadjPpneMstpSrasWpstDleft"; + PlayerProne = "AadjPpneMstpSrasWpstDleft"; + }; + class PistolAdjustRKneelActions: PistolAdjustKneelBaseActions + { + stop = "AadjPknlMstpSrasWpstDright"; + default = "AadjPknlMstpSrasWpstDright"; + StopRelaxed = "AadjPknlMstpSrasWpstDright"; + turnL = "AadjPknlMstpSrasWpstDright"; + turnR = "AadjPknlMstpSrasWpstDright"; + turnLRelaxed = "AadjPknlMstpSrasWpstDright"; + turnRRelaxed = "AadjPknlMstpSrasWpstDright"; + WalkF = "AadjPknlMwlkSrasWpstDf_right"; + WalkLF = "AadjPknlMwlkSrasWpstDfl_right"; + WalkRF = "AadjPknlMwlkSrasWpstDfr_right"; + WalkL = "AadjPknlMwlkSrasWpstDl_right"; + WalkR = "AadjPknlMwlkSrasWpstDr_right"; + WalkLB = "AadjPknlMwlkSrasWpstDbl_right"; + WalkRB = "AadjPknlMwlkSrasWpstDbr_right"; + WalkB = "AadjPknlMwlkSrasWpstDb_right"; + PlayerWalkF = "AadjPknlMwlkSrasWpstDf_right"; + PlayerWalkLF = "AadjPknlMwlkSrasWpstDfl_right"; + PlayerWalkRF = "AadjPknlMwlkSrasWpstDfr_right"; + PlayerWalkL = "AadjPknlMwlkSrasWpstDl_right"; + PlayerWalkR = "AadjPknlMwlkSrasWpstDr_right"; + PlayerWalkLB = "AadjPknlMwlkSrasWpstDbl_right"; + PlayerWalkRB = "AadjPknlMwlkSrasWpstDbr_right"; + PlayerWalkB = "AadjPknlMwlkSrasWpstDb_right"; + SlowF = "AadjPknlMrunSrasWpstDf_right"; + SlowLF = "AadjPknlMrunSrasWpstDfl_right"; + SlowRF = "AadjPknlMrunSrasWpstDfr_right"; + SlowL = "AadjPknlMrunSrasWpstDl_right"; + SlowR = "AadjPknlMrunSrasWpstDr_right"; + SlowLB = "AadjPknlMrunSrasWpstDbl_right"; + SlowRB = "AadjPknlMrunSrasWpstDbr_right"; + SlowB = "AadjPknlMrunSrasWpstDb_right"; + PlayerSlowF = "AadjPknlMrunSrasWpstDf_right"; + PlayerSlowLF = "AadjPknlMrunSrasWpstDfl_right"; + PlayerSlowRF = "AadjPknlMrunSrasWpstDfr_right"; + PlayerSlowL = "AadjPknlMrunSrasWpstDl_right"; + PlayerSlowR = "AadjPknlMrunSrasWpstDr_right"; + PlayerSlowLB = "AadjPknlMrunSrasWpstDbl_right"; + PlayerSlowRB = "AadjPknlMrunSrasWpstDbr_right"; + PlayerSlowB = "AadjPknlMrunSrasWpstDb_right"; + FastF = "AadjPknlMevaSrasWpstDf_right"; + FastLF = "AadjPknlMevaSrasWpstDfl_right"; + FastRF = "AadjPknlMevaSrasWpstDfr_right"; + FastL = "AadjPknlMrunSrasWpstDl_right"; + FastR = "AadjPknlMrunSrasWpstDr_right"; + FastLB = "AadjPknlMrunSrasWpstDbl_right"; + FastRB = "AadjPknlMrunSrasWpstDbr_right"; + FastB = "AadjPknlMrunSrasWpstDb_right"; + TactF = "AadjPknlMtacSrasWpstDf_right"; + TactLF = "AadjPknlMtacSrasWpstDfl_right"; + TactRF = "AadjPknlMtacSrasWpstDfr_right"; + TactL = "AadjPknlMtacSrasWpstDl_right"; + TactR = "AadjPknlMtacSrasWpstDr_right"; + TactLB = "AadjPknlMtacSrasWpstDbl_right"; + TactRB = "AadjPknlMtacSrasWpstDbr_right"; + TactB = "AadjPknlMtacSrasWpstDb_right"; + PlayerTactF = "AadjPknlMtacSrasWpstDf_right"; + PlayerTactLF = "AadjPknlMtacSrasWpstDfl_right"; + PlayerTactRF = "AadjPknlMtacSrasWpstDfr_right"; + PlayerTactL = "AadjPknlMtacSrasWpstDl_right"; + PlayerTactR = "AadjPknlMtacSrasWpstDr_right"; + PlayerTactLB = "AadjPknlMtacSrasWpstDbl_right"; + PlayerTactRB = "AadjPknlMtacSrasWpstDbr_right"; + PlayerTactB = "AadjPknlMtacSrasWpstDb_right"; + up = "AadjPercMstpSrasWpstDright"; + PlayerStand = "AadjPercMstpSrasWpstDright"; + Combat = "AadjPknlMstpSrasWpstDright"; + FireNotPossible = "AadjPknlMstpSrasWpstDright"; + Stand = "AmovPknlMstpSlowWpstDnon"; + AdjustL = "AmovPknlMstpSrasWpstDnon"; + down = "AadjPpneMstpSrasWpstDright"; + PlayerProne = "AadjPpneMstpSrasWpstDright"; + }; + class PistolAdjustFKneelActions: PistolAdjustKneelBaseActions + { + stop = "AadjPknlMstpSrasWpstDup"; + default = "AadjPknlMstpSrasWpstDup"; + StopRelaxed = "AadjPknlMstpSrasWpstDup"; + turnL = "AadjPknlMstpSrasWpstDup"; + turnR = "AadjPknlMstpSrasWpstDup"; + turnLRelaxed = "AadjPknlMstpSrasWpstDup"; + turnRRelaxed = "AadjPknlMstpSrasWpstDup"; + WalkF = "AadjPknlMwlkSrasWpstDf_up"; + WalkLF = "AadjPknlMwlkSrasWpstDfl_up"; + WalkRF = "AadjPknlMwlkSrasWpstDfr_up"; + WalkL = "AadjPknlMwlkSrasWpstDl_up"; + WalkR = "AadjPknlMwlkSrasWpstDr_up"; + WalkLB = "AadjPknlMwlkSrasWpstDbl_up"; + WalkRB = "AadjPknlMwlkSrasWpstDbr_up"; + WalkB = "AadjPknlMwlkSrasWpstDb_up"; + PlayerWalkF = "AadjPknlMwlkSrasWpstDf_up"; + PlayerWalkLF = "AadjPknlMwlkSrasWpstDfl_up"; + PlayerWalkRF = "AadjPknlMwlkSrasWpstDfr_up"; + PlayerWalkL = "AadjPknlMwlkSrasWpstDl_up"; + PlayerWalkR = "AadjPknlMwlkSrasWpstDr_up"; + PlayerWalkLB = "AadjPknlMwlkSrasWpstDbl_up"; + PlayerWalkRB = "AadjPknlMwlkSrasWpstDbr_up"; + PlayerWalkB = "AadjPknlMwlkSrasWpstDb_up"; + SlowF = "AadjPknlMrunSrasWpstDf_up"; + SlowLF = "AadjPknlMrunSrasWpstDfl_up"; + SlowRF = "AadjPknlMrunSrasWpstDfr_up"; + SlowL = "AadjPknlMrunSrasWpstDl_up"; + SlowR = "AadjPknlMrunSrasWpstDr_up"; + SlowLB = "AadjPknlMrunSrasWpstDbl_up"; + SlowRB = "AadjPknlMrunSrasWpstDbr_up"; + SlowB = "AadjPknlMrunSrasWpstDb_up"; + PlayerSlowF = "AadjPknlMrunSrasWpstDf_up"; + PlayerSlowLF = "AadjPknlMrunSrasWpstDfl_up"; + PlayerSlowRF = "AadjPknlMrunSrasWpstDfr_up"; + PlayerSlowL = "AadjPknlMrunSrasWpstDl_up"; + PlayerSlowR = "AadjPknlMrunSrasWpstDr_up"; + PlayerSlowLB = "AadjPknlMrunSrasWpstDbl_up"; + PlayerSlowRB = "AadjPknlMrunSrasWpstDbr_up"; + PlayerSlowB = "AadjPknlMrunSrasWpstDb_up"; + FastF = "AadjPknlMevaSrasWpstDf_up"; + FastLF = "AadjPknlMevaSrasWpstDfl_up"; + FastRF = "AadjPknlMevaSrasWpstDfr_up"; + FastL = "AadjPknlMrunSrasWpstDl_up"; + FastR = "AadjPknlMrunSrasWpstDr_up"; + FastLB = "AadjPknlMrunSrasWpstDbl_up"; + FastRB = "AadjPknlMrunSrasWpstDbr_up"; + FastB = "AadjPknlMrunSrasWpstDb_up"; + TactF = "AadjPknlMtacSrasWpstDf_up"; + TactLF = "AadjPknlMtacSrasWpstDfl_up"; + TactRF = "AadjPknlMtacSrasWpstDfr_up"; + TactL = "AadjPknlMtacSrasWpstDl_up"; + TactR = "AadjPknlMtacSrasWpstDr_up"; + TactLB = "AadjPknlMtacSrasWpstDbl_up"; + TactRB = "AadjPknlMtacSrasWpstDbr_up"; + TactB = "AadjPknlMtacSrasWpstDb_up"; + PlayerTactF = "AadjPknlMtacSrasWpstDf_up"; + PlayerTactLF = "AadjPknlMtacSrasWpstDfl_up"; + PlayerTactRF = "AadjPknlMtacSrasWpstDfr_up"; + PlayerTactL = "AadjPknlMtacSrasWpstDl_up"; + PlayerTactR = "AadjPknlMtacSrasWpstDr_up"; + PlayerTactLB = "AadjPknlMtacSrasWpstDbl_up"; + PlayerTactRB = "AadjPknlMtacSrasWpstDbr_up"; + PlayerTactB = "AadjPknlMtacSrasWpstDb_up"; + up = "AadjPercMstpSrasWpstDup"; + PlayerStand = "AadjPercMstpSrasWpstDup"; + Combat = "AadjPknlMstpSrasWpstDup"; + FireNotPossible = "AadjPknlMstpSrasWpstDup"; + Stand = "AmovPknlMstpSlowWpstDnon"; + AdjustF = "AadjPercMstpSrasWpstDdown"; + AdjustB = "AmovPknlMstpSrasWpstDnon"; + }; + class PistolAdjustBKneelActions: PistolAdjustKneelBaseActions + { + stop = "AadjPknlMstpSrasWpstDdown"; + default = "AadjPknlMstpSrasWpstDdown"; + StopRelaxed = "AadjPknlMstpSrasWpstDdown"; + turnL = "AadjPknlMstpSrasWpstDdown"; + turnR = "AadjPknlMstpSrasWpstDdown"; + turnLRelaxed = "AadjPknlMstpSrasWpstDdown"; + turnRRelaxed = "AadjPknlMstpSrasWpstDdown"; + WalkF = "AadjPknlMwlkSrasWpstDf_down"; + WalkLF = "AadjPknlMwlkSrasWpstDfl_down"; + WalkRF = "AadjPknlMwlkSrasWpstDfr_down"; + WalkL = "AadjPknlMwlkSrasWpstDl_down"; + WalkR = "AadjPknlMwlkSrasWpstDr_down"; + WalkLB = "AadjPknlMwlkSrasWpstDbl_down"; + WalkRB = "AadjPknlMwlkSrasWpstDbr_down"; + WalkB = "AadjPknlMwlkSrasWpstDb_down"; + PlayerWalkF = "AadjPknlMwlkSrasWpstDf_down"; + PlayerWalkLF = "AadjPknlMwlkSrasWpstDfl_down"; + PlayerWalkRF = "AadjPknlMwlkSrasWpstDfr_down"; + PlayerWalkL = "AadjPknlMwlkSrasWpstDl_down"; + PlayerWalkR = "AadjPknlMwlkSrasWpstDr_down"; + PlayerWalkLB = "AadjPknlMwlkSrasWpstDbl_down"; + PlayerWalkRB = "AadjPknlMwlkSrasWpstDbr_down"; + PlayerWalkB = "AadjPknlMwlkSrasWpstDb_down"; + SlowF = "AadjPknlMrunSrasWpstDf_down"; + SlowLF = "AadjPknlMrunSrasWpstDfl_down"; + SlowRF = "AadjPknlMrunSrasWpstDfr_down"; + SlowL = "AadjPknlMrunSrasWpstDl_down"; + SlowR = "AadjPknlMrunSrasWpstDr_down"; + SlowLB = "AadjPknlMrunSrasWpstDbl_down"; + SlowRB = "AadjPknlMrunSrasWpstDbr_down"; + SlowB = "AadjPknlMrunSrasWpstDb_down"; + PlayerSlowF = "AadjPknlMrunSrasWpstDf_down"; + PlayerSlowLF = "AadjPknlMrunSrasWpstDfl_down"; + PlayerSlowRF = "AadjPknlMrunSrasWpstDfr_down"; + PlayerSlowL = "AadjPknlMrunSrasWpstDl_down"; + PlayerSlowR = "AadjPknlMrunSrasWpstDr_down"; + PlayerSlowLB = "AadjPknlMrunSrasWpstDbl_down"; + PlayerSlowRB = "AadjPknlMrunSrasWpstDbr_down"; + PlayerSlowB = "AadjPknlMrunSrasWpstDb_down"; + FastF = "AadjPknlMevaSrasWpstDf_down"; + FastLF = "AadjPknlMevaSrasWpstDfl_down"; + FastRF = "AadjPknlMevaSrasWpstDfr_down"; + FastL = "AadjPknlMrunSrasWpstDl_down"; + FastR = "AadjPknlMrunSrasWpstDr_down"; + FastLB = "AadjPknlMrunSrasWpstDbl_down"; + FastRB = "AadjPknlMrunSrasWpstDbr_down"; + FastB = "AadjPknlMrunSrasWpstDb_down"; + TactF = "AadjPknlMtacSrasWpstDf_down"; + TactLF = "AadjPknlMtacSrasWpstDfl_down"; + TactRF = "AadjPknlMtacSrasWpstDfr_down"; + TactL = "AadjPknlMtacSrasWpstDl_down"; + TactR = "AadjPknlMtacSrasWpstDr_down"; + TactLB = "AadjPknlMtacSrasWpstDbl_down"; + TactRB = "AadjPknlMtacSrasWpstDbr_down"; + TactB = "AadjPknlMtacSrasWpstDb_down"; + PlayerTactF = "AadjPknlMtacSrasWpstDf_down"; + PlayerTactLF = "AadjPknlMtacSrasWpstDfl_down"; + PlayerTactRF = "AadjPknlMtacSrasWpstDfr_down"; + PlayerTactL = "AadjPknlMtacSrasWpstDl_down"; + PlayerTactR = "AadjPknlMtacSrasWpstDr_down"; + PlayerTactLB = "AadjPknlMtacSrasWpstDbl_down"; + PlayerTactRB = "AadjPknlMtacSrasWpstDbr_down"; + PlayerTactB = "AadjPknlMtacSrasWpstDb_down"; + up = "AadjPercMstpSrasWpstDdown"; + PlayerStand = "AadjPercMstpSrasWpstDdown"; + Combat = "AadjPknlMstpSrasWpstDdown"; + FireNotPossible = "AadjPknlMstpSrasWpstDdown"; + Stand = "AmovPknlMstpSlowWpstDnon"; + AdjustF = "AmovPknlMstpSrasWpstDnon"; + AdjustB = "AadjPpneMstpSrasWpstDup"; + }; + class PistolAdjustLStandActionsRunF: PistolAdjustLStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDf_left"; + PlayerCrouch = "AadjPknlMrunSrasWpstDf_left"; + Up = "AadjPknlMrunSrasWpstDf_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandActionsWlkF: PistolAdjustLStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDf_left"; + Up = "AadjPknlMwlkSrasWpstDf_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandActionsRunFL: PistolAdjustLStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDfl_left"; + PlayerCrouch = "AadjPknlMrunSrasWpstDfl_left"; + Up = "AadjPknlMrunSrasWpstDfl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandActionsWlkFL: PistolAdjustLStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDfl_left"; + Up = "AadjPknlMwlkSrasWpstDfl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandActionsRunL: PistolAdjustLStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDl_left"; + PlayerCrouch = "AadjPknlMrunSrasWpstDl_left"; + Up = "AadjPknlMrunSrasWpstDl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandActionsWlkL: PistolAdjustLStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDl_left"; + Up = "AadjPknlMwlkSrasWpstDl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandActionsRunBL: PistolAdjustLStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDbl_left"; + PlayerCrouch = "AadjPknlMrunSrasWpstDbl_left"; + Up = "AadjPknlMrunSrasWpstDbl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandActionsWlkBL: PistolAdjustLStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDbl_left"; + Up = "AadjPknlMwlkSrasWpstDbl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandActionsRunB: PistolAdjustLStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDb_left"; + PlayerCrouch = "AadjPknlMrunSrasWpstDb_left"; + Up = "AadjPknlMrunSrasWpstDb_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandActionsWlkB: PistolAdjustLStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDb_left"; + Up = "AadjPknlMwlkSrasWpstDb_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandActionsRunBR: PistolAdjustLStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDbr_left"; + PlayerCrouch = "AadjPknlMrunSrasWpstDbr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandActionsWlkBR: PistolAdjustLStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDbr_left"; + Up = "AadjPknlMwlkSrasWpstDbr_left"; + Stand = "AadjPercMwlkSrasWpstDbr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandActionsRunR: PistolAdjustLStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDr_left"; + PlayerCrouch = "AadjPknlMrunSrasWpstDr_left"; + Up = "AadjPknlMrunSrasWpstDr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandActionsWlkR: PistolAdjustLStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDr_left"; + Up = "AadjPknlMwlkSrasWpstDr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandActionsRunFR: PistolAdjustLStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDfr_left"; + PlayerCrouch = "AadjPknlMrunSrasWpstDfr_left"; + Up = "AadjPknlMrunSrasWpstDfr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandActionsWlkFR: PistolAdjustLStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDfr_left"; + Up = "AadjPknlMwlkSrasWpstDfr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandEvasiveActionsF: PistolAdjustLStandActions + { + PlayerCrouch = "AadjPknlMevaSrasWpstDf_left"; + Up = "AadjPknlMevaSrasWpstDf_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandEvasiveActionsFR: PistolAdjustLStandActions + { + PlayerCrouch = "AadjPknlMevaSrasWpstDfr_left"; + Up = "AadjPknlMevaSrasWpstDfr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandEvasiveActionsFL: PistolAdjustLStandActions + { + PlayerCrouch = "AadjPknlMevaSrasWpstDfl_left"; + Up = "AadjPknlMevaSrasWpstDfl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandActionsRunF: PistolAdjustRStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDf_right"; + PlayerCrouch = "AadjPknlMrunSrasWpstDf_right"; + Up = "AadjPknlMrunSrasWpstDf_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandActionsWlkF: PistolAdjustRStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDf_right"; + Up = "AadjPknlMwlkSrasWpstDf_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandActionsRunFL: PistolAdjustRStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDfl_right"; + PlayerCrouch = "AadjPknlMrunSrasWpstDfl_right"; + Up = "AadjPknlMrunSrasWpstDfl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandActionsWlkFL: PistolAdjustRStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDfl_right"; + Up = "AadjPknlMwlkSrasWpstDfl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandActionsRunL: PistolAdjustRStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDl_right"; + PlayerCrouch = "AadjPknlMrunSrasWpstDl_right"; + Up = "AadjPknlMrunSrasWpstDl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandActionsWlkL: PistolAdjustRStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDl_right"; + Up = "AadjPknlMwlkSrasWpstDl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandActionsRunBL: PistolAdjustRStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDbl_right"; + PlayerCrouch = "AadjPknlMrunSrasWpstDbl_right"; + Up = "AadjPknlMrunSrasWpstDbl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandActionsWlkBL: PistolAdjustRStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDbl_right"; + Up = "AadjPknlMwlkSrasWpstDbl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandActionsRunB: PistolAdjustRStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDb_right"; + PlayerCrouch = "AadjPknlMrunSrasWpstDb_right"; + Up = "AadjPknlMrunSrasWpstDb_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandActionsWlkB: PistolAdjustRStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDb_right"; + Up = "AadjPknlMwlkSrasWpstDb_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandActionsRunBR: PistolAdjustRStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDbr_right"; + PlayerCrouch = "AadjPknlMrunSrasWpstDbr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandActionsWlkBR: PistolAdjustRStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDbr_right"; + Up = "AadjPknlMwlkSrasWpstDbr_right"; + Stand = "AadjPercMwlkSrasWpstDbr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandActionsRunR: PistolAdjustRStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDr_right"; + PlayerCrouch = "AadjPknlMrunSrasWpstDr_right"; + Up = "AadjPknlMrunSrasWpstDr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandActionsWlkR: PistolAdjustRStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDr_right"; + Up = "AadjPknlMwlkSrasWpstDr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandActionsRunFR: PistolAdjustRStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDfr_right"; + PlayerCrouch = "AadjPknlMrunSrasWpstDfr_right"; + Up = "AadjPknlMrunSrasWpstDfr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandActionsWlkFR: PistolAdjustRStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDfr_right"; + Up = "AadjPknlMwlkSrasWpstDfr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandEvasiveActionsF: PistolAdjustRStandActions + { + PlayerCrouch = "AadjPknlMevaSrasWpstDf_right"; + Up = "AadjPknlMevaSrasWpstDf_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandEvasiveActionsFR: PistolAdjustRStandActions + { + PlayerCrouch = "AadjPknlMevaSrasWpstDfr_right"; + Up = "AadjPknlMevaSrasWpstDfr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandEvasiveActionsFL: PistolAdjustRStandActions + { + PlayerCrouch = "AadjPknlMevaSrasWpstDfl_right"; + Up = "AadjPknlMevaSrasWpstDfl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandActionsRunF: PistolAdjustFStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDf_up"; + PlayerCrouch = "AadjPknlMrunSrasWpstDf_up"; + Up = "AadjPknlMrunSrasWpstDf_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandActionsWlkF: PistolAdjustFStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDf_up"; + Up = "AadjPknlMwlkSrasWpstDf_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandActionsRunFL: PistolAdjustFStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDfl_up"; + PlayerCrouch = "AadjPknlMrunSrasWpstDfl_up"; + Up = "AadjPknlMrunSrasWpstDfl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandActionsWlkFL: PistolAdjustFStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDfl_up"; + Up = "AadjPknlMwlkSrasWpstDfl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandActionsRunL: PistolAdjustFStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDl_up"; + PlayerCrouch = "AadjPknlMrunSrasWpstDl_up"; + Up = "AadjPknlMrunSrasWpstDl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandActionsWlkL: PistolAdjustFStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDl_up"; + Up = "AadjPknlMwlkSrasWpstDl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandActionsRunBL: PistolAdjustFStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDbl_up"; + PlayerCrouch = "AadjPknlMrunSrasWpstDbl_up"; + Up = "AadjPknlMrunSrasWpstDbl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandActionsWlkBL: PistolAdjustFStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDbl_up"; + Up = "AadjPknlMwlkSrasWpstDbl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandActionsRunB: PistolAdjustFStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDb_up"; + PlayerCrouch = "AadjPknlMrunSrasWpstDb_up"; + Up = "AadjPknlMrunSrasWpstDb_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandActionsWlkB: PistolAdjustFStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDb_up"; + Up = "AadjPknlMwlkSrasWpstDb_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandActionsRunBR: PistolAdjustFStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDbr_up"; + PlayerCrouch = "AadjPknlMrunSrasWpstDbr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandActionsWlkBR: PistolAdjustFStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDbr_up"; + Up = "AadjPknlMwlkSrasWpstDbr_up"; + Stand = "AadjPercMwlkSrasWpstDbr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandActionsRunR: PistolAdjustFStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDr_up"; + PlayerCrouch = "AadjPknlMrunSrasWpstDr_up"; + Up = "AadjPknlMrunSrasWpstDr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandActionsWlkR: PistolAdjustFStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDr_up"; + Up = "AadjPknlMwlkSrasWpstDr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandActionsRunFR: PistolAdjustFStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDfr_up"; + PlayerCrouch = "AadjPknlMrunSrasWpstDfr_up"; + Up = "AadjPknlMrunSrasWpstDfr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandActionsWlkFR: PistolAdjustFStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDfr_up"; + Up = "AadjPknlMwlkSrasWpstDfr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandEvasiveActionsF: PistolAdjustFStandActions + { + PlayerCrouch = "AadjPknlMevaSrasWpstDf_up"; + Up = "AadjPknlMevaSrasWpstDf_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandEvasiveActionsFR: PistolAdjustFStandActions + { + PlayerCrouch = "AadjPknlMevaSrasWpstDfr_up"; + Up = "AadjPknlMevaSrasWpstDfr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandEvasiveActionsFL: PistolAdjustFStandActions + { + PlayerCrouch = "AadjPknlMevaSrasWpstDfl_up"; + Up = "AadjPknlMevaSrasWpstDfl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandActionsRunF: PistolAdjustBStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDf_down"; + PlayerCrouch = "AadjPknlMrunSrasWpstDf_down"; + Up = "AadjPknlMrunSrasWpstDf_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandActionsWlkF: PistolAdjustBStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDf_down"; + Up = "AadjPknlMwlkSrasWpstDf_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandActionsRunFL: PistolAdjustBStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDfl_down"; + PlayerCrouch = "AadjPknlMrunSrasWpstDfl_down"; + Up = "AadjPknlMrunSrasWpstDfl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandActionsWlkFL: PistolAdjustBStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDfl_down"; + Up = "AadjPknlMwlkSrasWpstDfl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandActionsRunL: PistolAdjustBStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDl_down"; + PlayerCrouch = "AadjPknlMrunSrasWpstDl_down"; + Up = "AadjPknlMrunSrasWpstDl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandActionsWlkL: PistolAdjustBStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDl_down"; + Up = "AadjPknlMwlkSrasWpstDl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandActionsRunBL: PistolAdjustBStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDbl_down"; + PlayerCrouch = "AadjPknlMrunSrasWpstDbl_down"; + Up = "AadjPknlMrunSrasWpstDbl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandActionsWlkBL: PistolAdjustBStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDbl_down"; + Up = "AadjPknlMwlkSrasWpstDbl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandActionsRunB: PistolAdjustBStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDb_down"; + PlayerCrouch = "AadjPknlMrunSrasWpstDb_down"; + Up = "AadjPknlMrunSrasWpstDb_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandActionsWlkB: PistolAdjustBStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDb_down"; + Up = "AadjPknlMwlkSrasWpstDb_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandActionsRunBR: PistolAdjustBStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDbr_down"; + PlayerCrouch = "AadjPknlMrunSrasWpstDbr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandActionsWlkBR: PistolAdjustBStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDbr_down"; + Up = "AadjPknlMwlkSrasWpstDbr_down"; + Stand = "AadjPercMwlkSrasWpstDbr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandActionsRunR: PistolAdjustBStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDr_down"; + PlayerCrouch = "AadjPknlMrunSrasWpstDr_down"; + Up = "AadjPknlMrunSrasWpstDr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandActionsWlkR: PistolAdjustBStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDr_down"; + Up = "AadjPknlMwlkSrasWpstDr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandActionsRunFR: PistolAdjustBStandActions + { + PlayerStand = "AadjPercMtacSrasWpstDfr_down"; + PlayerCrouch = "AadjPknlMrunSrasWpstDfr_down"; + Up = "AadjPknlMrunSrasWpstDfr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandActionsWlkFR: PistolAdjustBStandActions + { + PlayerCrouch = "AadjPknlMwlkSrasWpstDfr_down"; + Up = "AadjPknlMwlkSrasWpstDfr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandEvasiveActionsF: PistolAdjustBStandActions + { + PlayerCrouch = "AadjPknlMevaSrasWpstDf_down"; + Up = "AadjPknlMevaSrasWpstDf_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandEvasiveActionsFR: PistolAdjustBStandActions + { + PlayerCrouch = "AadjPknlMevaSrasWpstDfr_down"; + Up = "AadjPknlMevaSrasWpstDfr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandEvasiveActionsFL: PistolAdjustBStandActions + { + PlayerCrouch = "AadjPknlMevaSrasWpstDfl_down"; + Up = "AadjPknlMevaSrasWpstDfl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandActionsTacF: PistolAdjustLStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDf_left"; + PlayerCrouch = "AadjPknlMtacSrasWpstDf_left"; + Up = "AadjPknlMtacSrasWpstDf_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandActionsTacFL: PistolAdjustLStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDfl_left"; + PlayerCrouch = "AadjPknlMtacSrasWpstDfl_left"; + Up = "AadjPknlMtacSrasWpstDfl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandActionsTacL: PistolAdjustLStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDl_left"; + PlayerCrouch = "AadjPknlMtacSrasWpstDl_left"; + Up = "AadjPknlMtacSrasWpstDl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandActionsTacBL: PistolAdjustLStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDbl_left"; + PlayerCrouch = "AadjPknlMtacSrasWpstDbl_left"; + Up = "AadjPknlMtacSrasWpstDbl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandActionsTacB: PistolAdjustLStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDb_left"; + PlayerCrouch = "AadjPknlMtacSrasWpstDb_left"; + Up = "AadjPknlMtacSrasWpstDb_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandActionsTacBR: PistolAdjustLStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDbr_left"; + PlayerCrouch = "AadjPknlMtacSrasWpstDbr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandActionsTacR: PistolAdjustLStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDr_left"; + PlayerCrouch = "AadjPknlMtacSrasWpstDr_left"; + Up = "AadjPknlMtacSrasWpstDr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLStandActionsTacFR: PistolAdjustLStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDfr_left"; + PlayerCrouch = "AadjPknlMtacSrasWpstDfr_left"; + Up = "AadjPknlMtacSrasWpstDfr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandActionsTacF: PistolAdjustRStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDf_right"; + PlayerCrouch = "AadjPknlMtacSrasWpstDf_right"; + Up = "AadjPknlMtacSrasWpstDf_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandActionsTacFL: PistolAdjustRStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDfl_right"; + PlayerCrouch = "AadjPknlMtacSrasWpstDfl_right"; + Up = "AadjPknlMtacSrasWpstDfl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandActionsTacL: PistolAdjustRStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDl_right"; + PlayerCrouch = "AadjPknlMtacSrasWpstDl_right"; + Up = "AadjPknlMtacSrasWpstDl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandActionsTacBL: PistolAdjustRStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDbl_right"; + PlayerCrouch = "AadjPknlMtacSrasWpstDbl_right"; + Up = "AadjPknlMtacSrasWpstDbl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandActionsTacB: PistolAdjustRStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDb_right"; + PlayerCrouch = "AadjPknlMtacSrasWpstDb_right"; + Up = "AadjPknlMtacSrasWpstDb_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandActionsTacBR: PistolAdjustRStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDbr_right"; + PlayerCrouch = "AadjPknlMtacSrasWpstDbr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandActionsTacR: PistolAdjustRStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDr_right"; + PlayerCrouch = "AadjPknlMtacSrasWpstDr_right"; + Up = "AadjPknlMtacSrasWpstDr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRStandActionsTacFR: PistolAdjustRStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDfr_right"; + PlayerCrouch = "AadjPknlMtacSrasWpstDfr_right"; + Up = "AadjPknlMtacSrasWpstDfr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandActionsTacF: PistolAdjustFStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDf_up"; + PlayerCrouch = "AadjPknlMtacSrasWpstDf_up"; + Up = "AadjPknlMtacSrasWpstDf_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandActionsTacFL: PistolAdjustFStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDfl_up"; + PlayerCrouch = "AadjPknlMtacSrasWpstDfl_up"; + Up = "AadjPknlMtacSrasWpstDfl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandActionsTacL: PistolAdjustFStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDl_up"; + PlayerCrouch = "AadjPknlMtacSrasWpstDl_up"; + Up = "AadjPknlMtacSrasWpstDl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandActionsTacBL: PistolAdjustFStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDbl_up"; + PlayerCrouch = "AadjPknlMtacSrasWpstDbl_up"; + Up = "AadjPknlMtacSrasWpstDbl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandActionsTacB: PistolAdjustFStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDb_up"; + PlayerCrouch = "AadjPknlMtacSrasWpstDb_up"; + Up = "AadjPknlMtacSrasWpstDb_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandActionsTacBR: PistolAdjustFStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDbr_up"; + PlayerCrouch = "AadjPknlMtacSrasWpstDbr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandActionsTacR: PistolAdjustFStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDr_up"; + PlayerCrouch = "AadjPknlMtacSrasWpstDr_up"; + Up = "AadjPknlMtacSrasWpstDr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFStandActionsTacFR: PistolAdjustFStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDfr_up"; + PlayerCrouch = "AadjPknlMtacSrasWpstDfr_up"; + Up = "AadjPknlMtacSrasWpstDfr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandActionsTacF: PistolAdjustBStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDf_down"; + PlayerCrouch = "AadjPknlMtacSrasWpstDf_down"; + Up = "AadjPknlMtacSrasWpstDf_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandActionsTacFL: PistolAdjustBStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDfl_down"; + PlayerCrouch = "AadjPknlMtacSrasWpstDfl_down"; + Up = "AadjPknlMtacSrasWpstDfl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandActionsTacL: PistolAdjustBStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDl_down"; + PlayerCrouch = "AadjPknlMtacSrasWpstDl_down"; + Up = "AadjPknlMtacSrasWpstDl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandActionsTacBL: PistolAdjustBStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDbl_down"; + PlayerCrouch = "AadjPknlMtacSrasWpstDbl_down"; + Up = "AadjPknlMtacSrasWpstDbl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandActionsTacB: PistolAdjustBStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDb_down"; + PlayerCrouch = "AadjPknlMtacSrasWpstDb_down"; + Up = "AadjPknlMtacSrasWpstDb_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandActionsTacBR: PistolAdjustBStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDbr_down"; + PlayerCrouch = "AadjPknlMtacSrasWpstDbr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandActionsTacR: PistolAdjustBStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDr_down"; + PlayerCrouch = "AadjPknlMtacSrasWpstDr_down"; + Up = "AadjPknlMtacSrasWpstDr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBStandActionsTacFR: PistolAdjustBStandActions + { + PlayerStand = "AadjPercMrunSrasWpstDfr_down"; + PlayerCrouch = "AadjPknlMtacSrasWpstDfr_down"; + Up = "AadjPknlMtacSrasWpstDfr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelActionsRunF: PistolAdjustLKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDf_left"; + PlayerStand = "AadjPercMrunSrasWpstDf_left"; + Up = "AadjPercMrunSrasWpstDf_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelActionsWlkF: PistolAdjustLKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDf_left"; + Up = "AadjPercMwlkSrasWpstDf_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelActionsRunFL: PistolAdjustLKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDfl_left"; + PlayerStand = "AadjPercMrunSrasWpstDfl_left"; + Up = "AadjPercMrunSrasWpstDfl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelActionsWlkFL: PistolAdjustLKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDfl_left"; + Up = "AadjPercMwlkSrasWpstDfl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelActionsRunL: PistolAdjustLKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDl_left"; + PlayerStand = "AadjPercMrunSrasWpstDl_left"; + Up = "AadjPercMrunSrasWpstDl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelActionsWlkL: PistolAdjustLKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDl_left"; + Up = "AadjPercMwlkSrasWpstDl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelActionsRunBL: PistolAdjustLKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDbl_left"; + PlayerStand = "AadjPercMrunSrasWpstDbl_left"; + Up = "AadjPercMrunSrasWpstDbl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelActionsWlkBL: PistolAdjustLKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDbl_left"; + Up = "AadjPercMwlkSrasWpstDbl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelActionsRunB: PistolAdjustLKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDb_left"; + PlayerStand = "AadjPercMrunSrasWpstDb_left"; + Up = "AadjPercMrunSrasWpstDb_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelActionsWlkB: PistolAdjustLKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDb_left"; + Up = "AadjPercMwlkSrasWpstDb_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelActionsRunBR: PistolAdjustLKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDbr_left"; + PlayerStand = "AadjPercMrunSrasWpstDbr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelActionsWlkBR: PistolAdjustLKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDbr_left"; + Up = "AadjPercMwlkSrasWpstDbr_left"; + Stand = "AadjPknlMwlkSrasWpstDbr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelActionsRunR: PistolAdjustLKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDr_left"; + PlayerStand = "AadjPercMrunSrasWpstDr_left"; + Up = "AadjPercMrunSrasWpstDr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelActionsWlkR: PistolAdjustLKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDr_left"; + Up = "AadjPercMwlkSrasWpstDr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelActionsRunFR: PistolAdjustLKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDfr_left"; + PlayerStand = "AadjPercMrunSrasWpstDfr_left"; + Up = "AadjPercMrunSrasWpstDfr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelActionsWlkFR: PistolAdjustLKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDfr_left"; + Up = "AadjPercMwlkSrasWpstDfr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelEvasiveActionsF: PistolAdjustLKneelActions + { + PlayerStand = "AadjPercMevaSrasWpstDf_left"; + Up = "AadjPercMevaSrasWpstDf_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelEvasiveActionsFR: PistolAdjustLKneelActions + { + PlayerStand = "AadjPercMevaSrasWpstDfr_left"; + Up = "AadjPercMevaSrasWpstDfr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelEvasiveActionsFL: PistolAdjustLKneelActions + { + PlayerStand = "AadjPercMevaSrasWpstDfl_left"; + Up = "AadjPercMevaSrasWpstDfl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelActionsRunF: PistolAdjustRKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDf_right"; + PlayerStand = "AadjPercMrunSrasWpstDf_right"; + Up = "AadjPercMrunSrasWpstDf_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelActionsWlkF: PistolAdjustRKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDf_right"; + Up = "AadjPercMwlkSrasWpstDf_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelActionsRunFL: PistolAdjustRKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDfl_right"; + PlayerStand = "AadjPercMrunSrasWpstDfl_right"; + Up = "AadjPercMrunSrasWpstDfl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelActionsWlkFL: PistolAdjustRKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDfl_right"; + Up = "AadjPercMwlkSrasWpstDfl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelActionsRunL: PistolAdjustRKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDl_right"; + PlayerStand = "AadjPercMrunSrasWpstDl_right"; + Up = "AadjPercMrunSrasWpstDl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelActionsWlkL: PistolAdjustRKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDl_right"; + Up = "AadjPercMwlkSrasWpstDl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelActionsRunBL: PistolAdjustRKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDbl_right"; + PlayerStand = "AadjPercMrunSrasWpstDbl_right"; + Up = "AadjPercMrunSrasWpstDbl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelActionsWlkBL: PistolAdjustRKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDbl_right"; + Up = "AadjPercMwlkSrasWpstDbl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelActionsRunB: PistolAdjustRKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDb_right"; + PlayerStand = "AadjPercMrunSrasWpstDb_right"; + Up = "AadjPercMrunSrasWpstDb_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelActionsWlkB: PistolAdjustRKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDb_right"; + Up = "AadjPercMwlkSrasWpstDb_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelActionsRunBR: PistolAdjustRKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDbr_right"; + PlayerStand = "AadjPercMrunSrasWpstDbr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelActionsWlkBR: PistolAdjustRKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDbr_right"; + Up = "AadjPercMwlkSrasWpstDbr_right"; + Stand = "AadjPknlMwlkSrasWpstDbr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelActionsRunR: PistolAdjustRKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDr_right"; + PlayerStand = "AadjPercMrunSrasWpstDr_right"; + Up = "AadjPercMrunSrasWpstDr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelActionsWlkR: PistolAdjustRKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDr_right"; + Up = "AadjPercMwlkSrasWpstDr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelActionsRunFR: PistolAdjustRKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDfr_right"; + PlayerStand = "AadjPercMrunSrasWpstDfr_right"; + Up = "AadjPercMrunSrasWpstDfr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelActionsWlkFR: PistolAdjustRKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDfr_right"; + Up = "AadjPercMwlkSrasWpstDfr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelEvasiveActionsF: PistolAdjustRKneelActions + { + PlayerStand = "AadjPercMevaSrasWpstDf_left"; + Up = "AadjPercMevaSrasWpstDf_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelEvasiveActionsFR: PistolAdjustRKneelActions + { + PlayerStand = "AadjPercMevaSrasWpstDfr_left"; + Up = "AadjPercMevaSrasWpstDfr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelEvasiveActionsFL: PistolAdjustRKneelActions + { + PlayerStand = "AadjPercMevaSrasWpstDfl_left"; + Up = "AadjPercMevaSrasWpstDfl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelActionsRunF: PistolAdjustFKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDf_up"; + PlayerStand = "AadjPercMrunSrasWpstDf_up"; + Up = "AadjPercMrunSrasWpstDf_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelActionsWlkF: PistolAdjustFKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDf_up"; + Up = "AadjPercMwlkSrasWpstDf_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelActionsRunFL: PistolAdjustFKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDfl_up"; + PlayerStand = "AadjPercMrunSrasWpstDfl_up"; + Up = "AadjPercMrunSrasWpstDfl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelActionsWlkFL: PistolAdjustFKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDfl_up"; + Up = "AadjPercMwlkSrasWpstDfl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelActionsRunL: PistolAdjustFKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDl_up"; + PlayerStand = "AadjPercMrunSrasWpstDl_up"; + Up = "AadjPercMrunSrasWpstDl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelActionsWlkL: PistolAdjustFKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDl_up"; + Up = "AadjPercMwlkSrasWpstDl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelActionsRunBL: PistolAdjustFKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDbl_up"; + PlayerStand = "AadjPercMrunSrasWpstDbl_up"; + Up = "AadjPercMrunSrasWpstDbl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelActionsWlkBL: PistolAdjustFKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDbl_up"; + Up = "AadjPercMwlkSrasWpstDbl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelActionsRunB: PistolAdjustFKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDb_up"; + PlayerStand = "AadjPercMrunSrasWpstDb_up"; + Up = "AadjPercMrunSrasWpstDb_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelActionsWlkB: PistolAdjustFKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDb_up"; + Up = "AadjPercMwlkSrasWpstDb_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelActionsRunBR: PistolAdjustFKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDbr_up"; + PlayerStand = "AadjPercMrunSrasWpstDbr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelActionsWlkBR: PistolAdjustFKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDbr_up"; + Up = "AadjPercMwlkSrasWpstDbr_up"; + Stand = "AadjPknlMwlkSrasWpstDbr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelActionsRunR: PistolAdjustFKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDr_up"; + PlayerStand = "AadjPercMrunSrasWpstDr_up"; + Up = "AadjPercMrunSrasWpstDr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelActionsWlkR: PistolAdjustFKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDr_up"; + Up = "AadjPercMwlkSrasWpstDr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelActionsRunFR: PistolAdjustFKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDfr_up"; + PlayerStand = "AadjPercMrunSrasWpstDfr_up"; + Up = "AadjPercMrunSrasWpstDfr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelActionsWlkFR: PistolAdjustFKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDfr_up"; + Up = "AadjPercMwlkSrasWpstDfr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelEvasiveActionsF: PistolAdjustFKneelActions + { + PlayerStand = "AadjPercMevaSrasWpstDf_left"; + Up = "AadjPercMevaSrasWpstDf_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelEvasiveActionsFR: PistolAdjustFKneelActions + { + PlayerStand = "AadjPercMevaSrasWpstDfr_left"; + Up = "AadjPercMevaSrasWpstDfr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelEvasiveActionsFL: PistolAdjustFKneelActions + { + PlayerStand = "AadjPercMevaSrasWpstDfl_left"; + Up = "AadjPercMevaSrasWpstDfl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelActionsRunF: PistolAdjustBKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDf_down"; + PlayerStand = "AadjPercMrunSrasWpstDf_down"; + Up = "AadjPercMrunSrasWpstDf_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelActionsWlkF: PistolAdjustBKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDf_down"; + Up = "AadjPercMwlkSrasWpstDf_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelActionsRunFL: PistolAdjustBKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDfl_down"; + PlayerStand = "AadjPercMrunSrasWpstDfl_down"; + Up = "AadjPercMrunSrasWpstDfl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelActionsWlkFL: PistolAdjustBKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDfl_down"; + Up = "AadjPercMwlkSrasWpstDfl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelActionsRunL: PistolAdjustBKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDl_down"; + PlayerStand = "AadjPercMrunSrasWpstDl_down"; + Up = "AadjPercMrunSrasWpstDl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelActionsWlkL: PistolAdjustBKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDl_down"; + Up = "AadjPercMwlkSrasWpstDl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelActionsRunBL: PistolAdjustBKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDbl_down"; + PlayerStand = "AadjPercMrunSrasWpstDbl_down"; + Up = "AadjPercMrunSrasWpstDbl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelActionsWlkBL: PistolAdjustBKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDbl_down"; + Up = "AadjPercMwlkSrasWpstDbl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelActionsRunB: PistolAdjustBKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDb_down"; + PlayerStand = "AadjPercMrunSrasWpstDb_down"; + Up = "AadjPercMrunSrasWpstDb_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelActionsWlkB: PistolAdjustBKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDb_down"; + Up = "AadjPercMwlkSrasWpstDb_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelActionsRunBR: PistolAdjustBKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDbr_down"; + PlayerStand = "AadjPercMrunSrasWpstDbr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelActionsWlkBR: PistolAdjustBKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDbr_down"; + Up = "AadjPercMwlkSrasWpstDbr_down"; + Stand = "AadjPknlMwlkSrasWpstDbr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelActionsRunR: PistolAdjustBKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDr_down"; + PlayerStand = "AadjPercMrunSrasWpstDr_down"; + Up = "AadjPercMrunSrasWpstDr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelActionsWlkR: PistolAdjustBKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDr_down"; + Up = "AadjPercMwlkSrasWpstDr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelActionsRunFR: PistolAdjustBKneelActions + { + PlayerCrouch = "AadjPknlMtacSrasWpstDfr_down"; + PlayerStand = "AadjPercMrunSrasWpstDfr_down"; + Up = "AadjPercMrunSrasWpstDfr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelActionsWlkFR: PistolAdjustBKneelActions + { + PlayerStand = "AadjPercMwlkSrasWpstDfr_down"; + Up = "AadjPercMwlkSrasWpstDfr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelEvasiveActionsF: PistolAdjustBKneelActions + { + PlayerStand = "AadjPercMevaSrasWpstDf_left"; + Up = "AadjPercMevaSrasWpstDf_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelEvasiveActionsFR: PistolAdjustBKneelActions + { + PlayerStand = "AadjPercMevaSrasWpstDfr_left"; + Up = "AadjPercMevaSrasWpstDfr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelEvasiveActionsFL: PistolAdjustBKneelActions + { + PlayerStand = "AadjPercMevaSrasWpstDfl_left"; + Up = "AadjPercMevaSrasWpstDfl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelActionsTacF: PistolAdjustLKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDf_left"; + PlayerCrouch = "AadjPknlMrunSrasWpstDf_left"; + Up = "AadjPercMtacSrasWpstDf_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelActionsTacFL: PistolAdjustLKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDfl_left"; + PlayerCrouch = "AadjPknlMrunSrasWpstDfl_left"; + Up = "AadjPercMtacSrasWpstDfl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelActionsTacL: PistolAdjustLKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDl_left"; + PlayerCrouch = "AadjPknlMrunSrasWpstDl_left"; + Up = "AadjPercMtacSrasWpstDl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelActionsTacBL: PistolAdjustLKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDbl_left"; + PlayerCrouch = "AadjPknlMrunSrasWpstDbl_left"; + Up = "AadjPercMtacSrasWpstDbl_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelActionsTacB: PistolAdjustLKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDb_left"; + PlayerCrouch = "AadjPknlMrunSrasWpstDb_left"; + Up = "AadjPercMtacSrasWpstDb_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelActionsTacBR: PistolAdjustLKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDbr_left"; + PlayerCrouch = "AadjPknlMrunSrasWpstDbr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelActionsTacR: PistolAdjustLKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDr_left"; + PlayerCrouch = "AadjPknlMrunSrasWpstDr_left"; + Up = "AadjPercMtacSrasWpstDr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustLKneelActionsTacFR: PistolAdjustLKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDfr_left"; + PlayerCrouch = "AadjPknlMrunSrasWpstDfr_left"; + Up = "AadjPercMtacSrasWpstDfr_left"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelActionsTacF: PistolAdjustRKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDf_right"; + PlayerCrouch = "AadjPknlMrunSrasWpstDf_right"; + Up = "AadjPercMtacSrasWpstDf_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelActionsTacFL: PistolAdjustRKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDfl_right"; + PlayerCrouch = "AadjPknlMrunSrasWpstDfl_right"; + Up = "AadjPercMtacSrasWpstDfl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelActionsTacL: PistolAdjustRKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDl_right"; + PlayerCrouch = "AadjPknlMrunSrasWpstDl_right"; + Up = "AadjPercMtacSrasWpstDl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelActionsTacBL: PistolAdjustRKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDbl_right"; + PlayerCrouch = "AadjPknlMrunSrasWpstDbl_right"; + Up = "AadjPercMtacSrasWpstDbl_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelActionsTacB: PistolAdjustRKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDb_right"; + PlayerCrouch = "AadjPknlMrunSrasWpstDb_right"; + Up = "AadjPercMtacSrasWpstDb_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelActionsTacBR: PistolAdjustRKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDbr_right"; + PlayerCrouch = "AadjPknlMrunSrasWpstDbr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelActionsTacR: PistolAdjustRKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDr_right"; + PlayerCrouch = "AadjPknlMrunSrasWpstDr_right"; + Up = "AadjPercMtacSrasWpstDr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustRKneelActionsTacFR: PistolAdjustRKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDfr_right"; + PlayerCrouch = "AadjPknlMrunSrasWpstDfr_right"; + Up = "AadjPercMtacSrasWpstDfr_right"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelActionsTacF: PistolAdjustFKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDf_up"; + PlayerCrouch = "AadjPknlMrunSrasWpstDf_up"; + Up = "AadjPercMtacSrasWpstDf_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelActionsTacFL: PistolAdjustFKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDfl_up"; + PlayerCrouch = "AadjPknlMrunSrasWpstDfl_up"; + Up = "AadjPercMtacSrasWpstDfl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelActionsTacL: PistolAdjustFKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDl_up"; + PlayerCrouch = "AadjPknlMrunSrasWpstDl_up"; + Up = "AadjPercMtacSrasWpstDl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelActionsTacBL: PistolAdjustFKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDbl_up"; + PlayerCrouch = "AadjPknlMrunSrasWpstDbl_up"; + Up = "AadjPercMtacSrasWpstDbl_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelActionsTacB: PistolAdjustFKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDb_up"; + PlayerCrouch = "AadjPknlMrunSrasWpstDb_up"; + Up = "AadjPercMtacSrasWpstDb_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelActionsTacBR: PistolAdjustFKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDbr_up"; + PlayerCrouch = "AadjPknlMrunSrasWpstDbr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelActionsTacR: PistolAdjustFKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDr_up"; + PlayerCrouch = "AadjPknlMrunSrasWpstDr_up"; + Up = "AadjPercMtacSrasWpstDr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustFKneelActionsTacFR: PistolAdjustFKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDfr_up"; + PlayerCrouch = "AadjPknlMrunSrasWpstDfr_up"; + Up = "AadjPercMtacSrasWpstDfr_up"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelActionsTacF: PistolAdjustBKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDf_down"; + PlayerCrouch = "AadjPknlMrunSrasWpstDf_down"; + Up = "AadjPercMtacSrasWpstDf_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelActionsTacFL: PistolAdjustBKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDfl_down"; + PlayerCrouch = "AadjPknlMrunSrasWpstDfl_down"; + Up = "AadjPercMtacSrasWpstDfl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelActionsTacL: PistolAdjustBKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDl_down"; + PlayerCrouch = "AadjPknlMrunSrasWpstDl_down"; + Up = "AadjPercMtacSrasWpstDl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelActionsTacBL: PistolAdjustBKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDbl_down"; + PlayerCrouch = "AadjPknlMrunSrasWpstDbl_down"; + Up = "AadjPercMtacSrasWpstDbl_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelActionsTacB: PistolAdjustBKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDb_down"; + PlayerCrouch = "AadjPknlMrunSrasWpstDb_down"; + Up = "AadjPercMtacSrasWpstDb_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelActionsTacBR: PistolAdjustBKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDbr_down"; + PlayerCrouch = "AadjPknlMrunSrasWpstDbr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelActionsTacR: PistolAdjustBKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDr_down"; + PlayerCrouch = "AadjPknlMrunSrasWpstDr_down"; + Up = "AadjPercMtacSrasWpstDr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class PistolAdjustBKneelActionsTacFR: PistolAdjustBKneelActions + { + PlayerStand = "AadjPercMtacSrasWpstDfr_down"; + PlayerCrouch = "AadjPknlMrunSrasWpstDfr_down"; + Up = "AadjPercMtacSrasWpstDfr_down"; + AdjustF = ""; + AdjustB = ""; + AdjustL = ""; + AdjustR = ""; + }; + class ParachuteFreeFall: NoActions + { + upDegree = "ManPosFreefall"; + Stop = "AmovPpneMstpSnonWnonDnon"; + StopRelaxed = "AmovPpneMstpSnonWnonDnon"; + Default = "HaloFreeFall_non"; + WalkF = "HaloFreeFall_F"; + WalkLF = "HaloFreeFall_FL"; + WalkRF = "HaloFreeFall_FR"; + WalkL = "HaloFreeFall_L"; + WalkR = "HaloFreeFall_R"; + WalkLB = "HaloFreeFall_BL"; + WalkRB = "HaloFreeFall_BR"; + WalkB = "HaloFreeFall_B"; + PlayerWalkF = "HaloFreeFall_F"; + PlayerWalkLF = "HaloFreeFall_FL"; + PlayerWalkRF = "HaloFreeFall_FR"; + PlayerWalkL = "HaloFreeFall_L"; + PlayerWalkR = "HaloFreeFall_R"; + PlayerWalkLB = "HaloFreeFall_BL"; + PlayerWalkRB = "HaloFreeFall_BR"; + PlayerWalkB = "HaloFreeFall_B"; + SlowF = "HaloFreeFall_F"; + SlowLF = "HaloFreeFall_FL"; + SlowRF = "HaloFreeFall_FR"; + SlowL = "HaloFreeFall_L"; + SlowR = "HaloFreeFall_R"; + SlowLB = "HaloFreeFall_BL"; + SlowRB = "HaloFreeFall_BR"; + SlowB = "HaloFreeFall_B"; + PlayerSlowF = "HaloFreeFall_F"; + PlayerSlowLF = "HaloFreeFall_FL"; + PlayerSlowRF = "HaloFreeFall_FR"; + PlayerSlowL = "HaloFreeFall_L"; + PlayerSlowR = "HaloFreeFall_R"; + PlayerSlowLB = "HaloFreeFall_BL"; + PlayerSlowRB = "HaloFreeFall_BR"; + PlayerSlowB = "HaloFreeFall_B"; + FastF = "HaloFreeFall_F"; + FastLF = "HaloFreeFall_FL"; + FastRF = "HaloFreeFall_FR"; + FastL = "HaloFreeFall_L"; + FastR = "HaloFreeFall_R"; + FastLB = "HaloFreeFall_BL"; + FastRB = "HaloFreeFall_BR"; + FastB = "HaloFreeFall_B"; + TactF = "HaloFreeFall_F"; + TactLF = "HaloFreeFall_FL"; + TactRF = "HaloFreeFall_FR"; + TactL = "HaloFreeFall_L"; + TactR = "HaloFreeFall_R"; + TactLB = "HaloFreeFall_BL"; + TactRB = "HaloFreeFall_BR"; + TactB = "HaloFreeFall_B"; + PlayerTactF = "HaloFreeFall_F"; + PlayerTactLF = "HaloFreeFall_FL"; + PlayerTactRF = "HaloFreeFall_FR"; + PlayerTactL = "HaloFreeFall_L"; + PlayerTactR = "HaloFreeFall_R"; + PlayerTactLB = "HaloFreeFall_BL"; + PlayerTactRB = "HaloFreeFall_BR"; + PlayerTactB = "HaloFreeFall_B"; + EvasiveLeft = "HaloFreeFall_FL"; + EvasiveRight = "HaloFreeFall_FR"; + Combat = "AmovPercMstpSrasWrflDnon"; + Civil = "AmovPercMstpSnonWnonDnon"; + startSwim = "AswmPercMrunSnonWnonDf"; + surfaceSwim = "AsswPercMrunSnonWnonDf"; + bottomSwim = "AbswPercMrunSnonWnonDf"; + StopSwim = "AmovPercMstpSnonWnonDnon"; + }; + class RifleStandActions_inv: RifleLowStandActions + { + Stop = "AinvPercMstpSrasWrflDnon"; + StopRelaxed = "AinvPercMstpSrasWrflDnon"; + Default = "AinvPercMstpSrasWrflDnon"; + PlayerStand = "AmovPercMstpSrasWrflDnon"; + Civil = "AinvPercMstpSnonWnonDnon"; + HandGunOn = "AinvPercMstpSraswpstDnon"; + }; + class RifleKneelActions_inv: RifleKneelLowActions + { + Stop = "AinvPknlMstpSrasWrflDnon"; + StopRelaxed = "AinvPknlMstpSrasWrflDnon"; + Default = "AinvPknlMstpSrasWrflDnon"; + PlayerCrouch = "AmovPknlMstpSrasWrflDnon"; + Civil = "AinvPknlMstpSnonWnonDnon"; + HandGunOn = "AinvPknlMstpSraswpstDnon"; + }; + class RifleProneActions_inv: RifleProneActions + { + Stop = "AinvPpneMstpSrasWrflDnon"; + StopRelaxed = "AinvPpneMstpSrasWrflDnon"; + Default = "AinvPpneMstpSrasWrflDnon"; + PlayerProne = "AmovPpneMstpSrasWrflDnon"; + Civil = "AinvPpneMstpSnonWnonDnon"; + HandGunOn = "AinvPpneMstpSraswpstDnon"; + }; + class PistolStandActions_inv: PistolStandActions + { + Stop = "AinvPercMstpSraswpstDnon"; + StopRelaxed = "AinvPercMstpSraswpstDnon"; + Default = "AinvPercMstpSraswpstDnon"; + PlayerStand = "AmovPercMstpSraswpstDnon"; + Civil = "AinvPercMstpSnonWnonDnon"; + }; + class PistolKneelActions_inv: PistolKneelActions + { + Stop = "AinvPknlMstpSraswpstDnon"; + StopRelaxed = "AinvPknlMstpSraswpstDnon"; + Default = "AinvPknlMstpSraswpstDnon"; + Civil = "AinvPknlMstpSnonWnonDnon"; + }; + class PistolProneActions_inv: PistolProneActions + { + Stop = "AinvPpneMstpSraswpstDnon"; + StopRelaxed = "AinvPpneMstpSraswpstDnon"; + Default = "AinvPpneMstpSraswpstDnon"; + PlayerProne = "AinvPpneMstpSnonWnonDnon"; + Civil = "AmovPknlMstpSnonWnonDnon_gear"; + }; + class CivilStandActions_inv: CivilStandActions + { + Stop = "AinvPercMstpSnonWnonDnon"; + StopRelaxed = "AinvPercMstpSnonWnonDnon"; + Default = "AinvPercMstpSnonWnonDnon"; + PlayerStand = "AmovPercMstpSnonWnonDnon"; + HandGunOn = "AinvPercMstpSraswpstDnon"; + }; + class CivilKneelActions_inv: CivilKneelActions + { + Stop = "AinvPknlMstpSnonWnonDnon"; + StopRelaxed = "AinvPknlMstpSnonWnonDnon"; + Default = "AinvPknlMstpSnonWnonDnon"; + PlayerCrouch = "AmovPknlMstpSnonWnonDnon"; + HandGunOn = "AinvPknlMstpSraswpstDnon"; + }; + class CivilProneActions_inv: CivilProneActions + { + Stop = "AinvPpneMstpSnonWnonDnon"; + StopRelaxed = "AinvPpneMstpSnonWnonDnon"; + Default = "AinvPpneMstpSnonWnonDnon"; + HandGunOn = "AinvPpneMstpSraswpstDnon"; + }; + class LauncherStandActions_inv: LauncherStandActions + { + Stop = "AinvPercMstpsraswlnrDnon"; + StopRelaxed = "AinvPercMstpsraswlnrDnon"; + Default = "AinvPercMstpsraswlnrDnon"; + PlayerStand = "AmovPercMstpsraswlnrDnon"; + Civil = "AinvPercMstpSnonWnonDnon"; + HandGunOn = "AinvPercMstpSraswpstDnon"; + }; + class LauncherKneelActions_inv: LauncherKneelActions + { + Stop = "AinvPknlMstpsraswlnrDnon"; + StopRelaxed = "AinvPknlMstpsraswlnrDnon"; + Default = "AinvPknlMstpsraswlnrDnon"; + Civil = "AinvPknlMstpSnonWnonDnon"; + HandGunOn = "AinvPknlMstpSraswpstDnon"; + }; + class Acts_SittingJumpingSaluting_actions: RifleBaseLowStandActions + { + Stop = "Acts_SittingJumpingSaluting_loop"; + StopRelaxed = "Acts_SittingJumpingSaluting_loop"; + Default = "Acts_SittingJumpingSaluting_loop"; + WeaponOn = "Acts_SittingJumpingSaluting_loop"; + WeaponOff = "Acts_SittingJumpingSaluting_loop"; + Stand = "Acts_SittingJumpingSaluting_loop"; + Combat = "Acts_SittingJumpingSaluting_loop"; + }; + class Acts_SittingJumpingSaluting2_actions: RifleLowStandActions + { + GetOver = ""; + }; + class Acts_NavigatingChopper_Actions: RifleLowStandActions + { + Stop = "Acts_NavigatingChopper_Loop"; + StopRelaxed = "Acts_NavigatingChopper_Loop"; + Default = "Acts_NavigatingChopper_Loop"; + Combat = "Acts_NavigatingChopper_Loop"; + }; + class Acts_TreatingWounded_actions: RifleLowStandActions + { + Stop = "Acts_TreatingWounded_loop"; + StopRelaxed = "Acts_TreatingWounded_loop"; + Default = "Acts_TreatingWounded_loop"; + Combat = "Acts_TreatingWounded_loop"; + }; + class Acts_LyingWounded_actions: RifleLowStandActions + { + Stop = "Acts_LyingWounded_loop"; + StopRelaxed = "Acts_LyingWounded_loop"; + Combat = "Acts_LyingWounded_loop"; + Default = "Acts_LyingWounded_loop"; + }; + class Acts_ShowingTheRightWay_actions: RifleLowStandActions + { + Stop = "Acts_ShowingTheRightWay_loop"; + StopRelaxed = "Acts_ShowingTheRightWay_loop"; + Default = "Acts_ShowingTheRightWay_loop"; + Combat = "Acts_ShowingTheRightWay_loop"; + }; + class Acts_ShieldFromSun_actions: RifleLowStandActions + { + Stop = "Acts_ShieldFromSun_loop"; + StopRelaxed = "Acts_ShieldFromSun_loop"; + Combat = "Acts_ShieldFromSun_loop"; + Default = "Acts_ShieldFromSun_loop"; + }; + class Acts_listeningToRadio_actions: RifleLowStandActions + { + Stop = "Acts_listeningToRadio_Loop"; + StopRelaxed = "Acts_listeningToRadio_Loop"; + Combat = "Acts_listeningToRadio_Loop"; + Default = "Acts_listeningToRadio_Loop"; + }; + class Acts_UnconsciousStandUp_Actions: CivilStandActions + { + Stop = "Acts_UnconsciousStandUp_part1"; + StopRelaxed = "Acts_UnconsciousStandUp_part1"; + Combat = "Acts_UnconsciousStandUp_part1"; + Default = "Acts_UnconsciousStandUp_part1"; + }; + }; + primaryActionMaps[] = {"RifleProneActions_injured","DeadActions","LauncherKneelActions","BinocProneRflActions","BinocProneCivilActions","RifleProneActions","PistolProneActions","RifleKneelActions","PistolKneelActions","RifleStandActions","PistolStandActions","RifleLowStandActions","SwimmingActions","CivilStandActions","BinocKneelRflActions","BinocStandRflActions"}; + class Interpolations{}; + transitionsInterpolated[] = {}; + transitionsSimple[] = {}; + transitionsDisabled[] = {}; + class BlendAnims + { + aimingDefault[] = {}; + aimingKneelUnarmedDefault = ""; + legsDefault[] = {}; + headDefault[] = {}; + aimingNo[] = {}; + legsNo[] = {}; + headNo[] = {}; + aimingUpDefault[] = {}; + empty[] = {}; + }; + class AgonyBase: Default + { + disableWeaponsLong = 1; + actions = "InjuredManActions"; + headBobMode = 2; + headBobStrength = -1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_Adth.p3d"; + collisionShapeSafe = "A3\anims_f\Data\Geom\Sdr\geom_Adth.p3d"; + }; + class AgonyBaseRfl: AgonyBase + { + actions = "InjuredManActionsRfl"; + }; + class InjuredMovedBase: Default + { + actions = "InjuredManCarriedActions"; + speed = 1; + visibleSize = 0.600122; + headBobMode = 1; + headBobStrength = -1; + }; +}; \ No newline at end of file diff --git a/Sources/epoch_config/Configs/CfgMovesMaleSdr.hpp b/Sources/epoch_config/Configs/CfgMovesMaleSdr.hpp new file mode 100644 index 00000000..a3fc44e8 --- /dev/null +++ b/Sources/epoch_config/Configs/CfgMovesMaleSdr.hpp @@ -0,0 +1,24 @@ +class CfgMovesMaleSdr : CfgMovesBasic +{ + skeletonName = "OFP2_ManSkeleton"; + gestures = "CfgGesturesMale"; + class States { + + class AovrPercMstpSnonWnonDf; + class epoch_unarmed_jump : AovrPercMstpSnonWnonDf + { + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\un_jump.rtm"; + speed = 1.23849; + forceaim = 1; + looped = 0; + soundEnabled = 0; + disableWeapons = 0; + canblendstep = 1; + minPlayTime = 1; + + 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 }; + }; + }; +}; \ No newline at end of file diff --git a/Sources/epoch_config/Configs/CfgMovesMaleSdr2.hpp b/Sources/epoch_config/Configs/CfgMovesMaleSdr2.hpp new file mode 100644 index 00000000..5d56c3d7 --- /dev/null +++ b/Sources/epoch_config/Configs/CfgMovesMaleSdr2.hpp @@ -0,0 +1,26051 @@ +class CfgMovesMaleSdr2: CfgMovesBasic +{ + skeletonName = "SapperSkeleton"; + gestures = "CfgGesturesSapper"; + 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.rtm"; + 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}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class BasicDriver: Default + { + actions = "CargoActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\sit\stp\non\non\AmovPsitMstpSnonWnonDnon_basicGunner.rtm"; + 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.rtm"; + 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.rtm"; + ConnectTo[] = {"BasicSittingGunner_Dead",1.0}; + InterpolateTo[] = {"BasicSittingGunner_Dead",0.1}; + }; + class SprintBaseDf: StandBase + { + turnSpeed = 2; + actions = "RifleStandEvasiveActionsF"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\low\Rfl\AmovPercMsprSlowWrflDf.rtm"; + speed = 1.666; + soundOverride = "sprint"; + duty = 0.5; + showWeaponAim = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + limitGunMovement = 0.7; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + visibleSize = 1.000121; + 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.rtm"; + speed = 1.41525; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class SprintBaseDfr: SprintBaseDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\low\Rfl\AmovPercMsprSlowWrflDfr.rtm"; + speed = 1.41525; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class SprintCivilBaseDf: SprintBaseDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\non\non\AmovPercMsprSnonWnonDf.rtm"; + speed = 1.371432; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class SprintCivilBaseDfl: SprintCivilBaseDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\non\non\AmovPercMsprSnonWnonDfl.rtm"; + }; + class SprintCivilBaseDfr: SprintCivilBaseDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\non\non\AmovPercMsprSnonWnonDfr.rtm"; + }; + 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.rtm"; + collisionShape = "A3\anims_f\data\geom\sdr\Perc_Wrfl_Low.p3d"; + showWeaponAim = 0; + disableWeapons = 0; + disableWeaponsLong = 1; + speed = 1e+010; + relSpeedMin = 1.1; + 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.0; + canBlendStep = 1; + headBobStrength = 0.054726; + weaponLowered = 1; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AmovPercMstpSlowWrflDnon_turnL",0.02,"AmovPercMstpSlowWrflDnon_turnR",0.02,"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}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon_turnL",0.02,"AmovPercMstpSlowWrflDnon_turnR",0.02,"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,"AmovPercMstpSlowWrflDnon_AmovPercMevaSrasWrflDl",0.05,"AmovPercMstpSlowWrflDnon_AmovPercMevaSrasWrflDr",0.05,"AmovPercMstpSlowWrflDnon_AmovPercMevaSrasWrflDb",0.05,"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.001,"Acts_SittingJumpingSaluting_in",0.001,"Acts_listeningToRadio_In",0.001,"Acts_ShieldFromSun_in",0.001,"Acts_ShowingTheRightWay_in",0.001}; + }; + 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 + { + 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"; + relSpeedMin = 1; + relSpeedMax = 1; + duty = 1.0; + limitGunMovement = 1.0; + headBobStrength = 0.23; + interpolationspeed = 3; + interpolationrestart = 1; + leftHandIKCurve[] = {0.6,0,0.85,1}; + }; + class AmovPercMstpSlowWrflDnon_turnL: AidlPercMstpSlowWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_AIturn90L"; + speed = 0.5; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSlowWrflDnon_turnR: AidlPercMstpSlowWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_AIturn90R"; + speed = 0.5; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon: AmovPercMstpSlowWrflDnon + { + variantsPlayer[] = {"AidlPercMstpSrasWrflDnon_G01_player",0.25,"AidlPercMstpSrasWrflDnon_G02_player",0.25,"AidlPercMstpSrasWrflDnon_G03_player",0.25,"AidlPercMstpSrasWrflDnon_G04_player",0.25}; + interpolationSpeed = 4.0; + visibleSize = 0.700121; + actions = "RifleStandActions"; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon.rtm"; + 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_AmovPercMevaSrasWrflDl",0.05,"AmovPercMstpSrasWrflDnon_AmovPercMevaSrasWrflDr",0.05,"AmovPercMstpSrasWrflDnon_AmovPercMevaSrasWrflDb",0.05,"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}; + }; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + leftHandIKCurve[] = {1}; + }; + class AidlPercMstpSrasWrflDnon_G01_player: AidlPercMstpSrasWrflDnon_G04 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\ras\rfl\AidlPercMstpSrasWrflDnon_G01_player.rtm"; + }; + class AidlPercMstpSrasWrflDnon_G02_player: AidlPercMstpSrasWrflDnon_G04 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\ras\rfl\AidlPercMstpSrasWrflDnon_G02_player.rtm"; + }; + class AidlPercMstpSrasWrflDnon_G03_player: AidlPercMstpSrasWrflDnon_G04 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\ras\rfl\AidlPercMstpSrasWrflDnon_G03_player.rtm"; + }; + class AidlPercMstpSrasWrflDnon_G04_player: AidlPercMstpSrasWrflDnon_G04 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\ras\rfl\AidlPercMstpSrasWrflDnon_G04_player.rtm"; + }; + class AmovPercMstpSrasWrflDnon_turnL: AidlPercMstpSrasWrflDnon_G0S + { + variantsAI[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AIturn90L"; + speed = 1.2; + aimPrecision = 2; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.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 + { + variantsAI[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AIturn90R"; + speed = 1.7; + aimPrecision = 2; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.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.0; + looped = 0; + aimPrecision = 1.0; + 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.rtm"; + speed = -0.25; + actions = "RifleAdjustBStandActions"; + limitgunmovement = 1.0; + looped = 0; + aimPrecision = 1.0; + 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.rtm"; + speed = -0.25; + actions = "RifleAdjustLStandActions"; + limitgunmovement = 1.0; + looped = 0; + aimPrecision = 1.0; + 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.rtm"; + speed = -0.25; + actions = "RifleAdjustRStandActions"; + limitgunmovement = 1.0; + looped = 0; + aimPrecision = 1.0; + 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.rtm"; + 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.rtm"; + speed = -0.25; + actions = "RifleStandActions"; + limitgunmovement = 1.0; + 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.rtm"; + 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.rtm"; + speed = -0.25; + actions = "RifleStandActions"; + limitgunmovement = 1.0; + 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.rtm"; + 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.rtm"; + speed = -0.25; + limitgunmovement = 1.0; + 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.rtm"; + 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.rtm"; + speed = -0.25; + actions = "RifleStandActions"; + limitgunmovement = 1.0; + adjstance = "m"; + soundOverride = "adjust_stand_side"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AovrPercMstpSrasWrflDf: AmovPercMstpSrasWrflDnon + { + 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"; + relSpeedMin = 1; + relSpeedMax = 1; + duty = 1.0; + limitGunMovement = 1.0; + headBobStrength = 0.23; + interpolationspeed = 10.0; + interpolationrestart = 1; + }; + class AovrPercMrunSrasWrflDf: AovrPercMstpSrasWrflDf + { + forceAim = 1; + minPlayTime = 0.9; + duty = 10.0; + 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.rtm"; + visibleSize = 0.300122; + aimprecision = 0.5; + camShakeFire = 0.5; + collisionShape = "A3\anims_f\data\geom\sdr\Pknl_Wrfl_Low.p3d"; + interpolationSpeed = 4.0; + 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.01,"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.0; + 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.0; + 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = 10.0; + 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.0; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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 + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\rfl\AmovPknlMstpSlowWrflDnon_AIturn90L"; + speed = 0.5; + ConnectTo[] = {"AmovPknlMstpSlowWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSlowWrflDnon_turnR: AidlPknlMstpSlowWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\rfl\AmovPknlMstpSlowWrflDnon_AIturn90R"; + speed = 0.5; + ConnectTo[] = {"AmovPknlMstpSlowWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWrflDnon: AmovPknlMstpSlowWrflDnon + { + 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.rtm"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl.p3d"; + showWeaponAim = 1; + enableOptics = 1; + actions = "RifleKneelActions"; + disableWeaponsLong = 0; + canPullTrigger = 1; + limitGunMovement = 0.8; + 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.02,"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,"AmovPknlMstpSrasWrflDnon_AmovPknlMevaSrasWrflDl",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMevaSrasWrflDr",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMevaSrasWrflDb",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,"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}; + }; + 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.rtm"; + 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}; + }; + 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.rtm"; + speed = -0.25; + actions = "RifleAdjustFKneelActions"; + limitgunmovement = 1.0; + 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.rtm"; + speed = -0.25; + actions = "RifleAdjustBKneelActions"; + limitgunmovement = 1.0; + 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.rtm"; + speed = -0.25; + actions = "RifleAdjustLKneelActions"; + limitgunmovement = 1.0; + 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.rtm"; + speed = -0.25; + actions = "RifleAdjustRKneelActions"; + limitgunmovement = 1.0; + looped = 0; + adjstance = "r"; + soundOverride = "adjust_stand_side"; + ConnectTo[] = {"AadjPknlMstpSrasWrflDright",0.02}; + InterpolateTo[] = {"AadjPknlMstpSrasWrflDright_AmovPknlMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AadjPknlMstpSrasWrflDup: AidlPknlMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AadjPknlMstpSrasWrflDup.rtm"; + 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.rtm"; + speed = -0.25; + actions = "RifleKneelActions"; + limitgunmovement = 1.0; + adjstance = "m"; + soundOverride = "adjust_short"; + }; + class AadjPknlMstpSrasWrflDdown: AadjPknlMstpSrasWrflDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AadjPknlMstpSrasWrflDdown.rtm"; + 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.rtm"; + speed = -0.25; + actions = "RifleKneelActions"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_adjdown.p3d"; + limitgunmovement = 1.0; + adjstance = "m"; + soundOverride = "adjust_short"; + }; + class AadjPknlMstpSrasWrflDleft: AadjPknlMstpSrasWrflDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AadjPknlMstpSrasWrflDleft.rtm"; + 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.rtm"; + speed = -0.25; + actions = "RifleKneelActions"; + limitgunmovement = 1.0; + adjstance = "m"; + soundOverride = "adjust_stand_side"; + }; + class AadjPknlMstpSrasWrflDright: AadjPknlMstpSrasWrflDup + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\Knl\stp\ras\rfl\AadjPknlMstpSrasWrflDright.rtm"; + 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.rtm"; + speed = -0.25; + actions = "RifleKneelActions"; + limitgunmovement = 1.0; + 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 + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AIturn90L"; + speed = 1.35; + aimPrecision = 2.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.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 + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AIturn90R"; + speed = 1.35; + aimPrecision = 2.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wnon.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 = -1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon.rtm"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Ppne.p3d"; + onLandBeg = 1; + onLandEnd = 1; + visibleSize = 0.100123; + aimprecision = 0.2; + 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,"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,"AmovPercMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon",0.02,"AfalPpneMstpSrasWrflDnon",0.025}; + }; + 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.rtm"; + 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.rtm"; + }; + class AidlPpneMstpSrasWrflDnon_G03: AidlPpneMstpSrasWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\rfl\AidlPpneMstpSrasWrflDnon_G03.rtm"; + }; + class AidlPpneMstpSrasWrflDnon_G01_player: AidlPpneMstpSrasWrflDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\rfl\AidlPpneMstpSrasWrflDnon_G01_player.rtm"; + }; + class AidlPpneMstpSrasWrflDnon_G02_player: AidlPpneMstpSrasWrflDnon_G02 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\rfl\AidlPpneMstpSrasWrflDnon_G02_player.rtm"; + }; + class AidlPpneMstpSrasWrflDnon_G03_player: AidlPpneMstpSrasWrflDnon_G03 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\rfl\AidlPpneMstpSrasWrflDnon_G03_player.rtm"; + }; + class IncapacitatedRifle_AmovPpneMstpSrasWrflDnon: AidlPpneMstpSrasWrflDnon_G0S + { + interpolationSpeed = 0.7; + speed = -1.0; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.2}; + InterpolateTo[] = {}; + }; + class AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDup: AidlPpneMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AadjPpneMstpSrasWrflDup.rtm"; + speed = -0.95; + canBlendStep = 0; + actions = "RifleAdjustFProneActions"; + limitgunmovement = 1.0; + 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.rtm"; + speed = -0.5; + actions = "RifleAdjustBProneActions"; + canBlendStep = 0; + limitgunmovement = 1.0; + 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 + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDup.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = -0.87; + actions = "RifleProneActions"; + limitgunmovement = 1.0; + 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = 0.5; + ConnectTo[] = {"AadjPpneMstpSrasWrflDdown",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWrflDdown",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWrflDleft: AidlPpneMstpSrasWrflDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDleft.rtm"; + actions = "RifleAdjustLProneActions"; + speed = 0.084746; + adjstance = "l"; + enableOptics = 0; + soundEnabled = 0; + 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 + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AadjPpneMstpSrasWrflDright.rtm"; + actions = "RifleAdjustRProneActions"; + speed = 0.084746; + adjstance = "r"; + enableOptics = 0; + soundEnabled = 0; + 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 + { + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright.rtm"; + speed = -1.6; + limitgunmovement = 1.0; + looped = 0; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_stand_to_right_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft: AadjPpneMstpSrasWrflDleft + { + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft.rtm"; + speed = -1.6; + limitgunmovement = 1.0; + looped = 0; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_stand_to_left_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright: AadjPpneMstpSrasWrflDright + { + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AadjPpneMstpSrasWrflDright.rtm"; + speed = -1.8; + limitgunmovement = 1.0; + 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 + { + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AadjPpneMstpSrasWrflDleft.rtm"; + speed = -1.6; + limitgunmovement = 1.0; + 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.rtm"; + speed = -0.5; + actions = "RifleProneActions"; + limitgunmovement = 1.0; + 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.rtm"; + speed = -1; + limitgunmovement = 1.0; + 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.rtm"; + speed = -1; + limitgunmovement = 1.0; + looped = 0; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_prone_left"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWrflDleft_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\AadjPpneMstpSrasWrflDleft_AmovPercMstpSrasWrflDnon.rtm"; + speed = -2; + limitgunmovement = 1.0; + 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.rtm"; + speed = -2; + limitgunmovement = 1.0; + 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 + { + 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.rtm"; + speed = -1.75; + limitgunmovement = 1.0; + 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.rtm"; + speed = -1.35; + limitgunmovement = 1.0; + 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.rtm"; + speed = -1.3; + limitgunmovement = 1.0; + 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.rtm"; + speed = -1.3; + limitgunmovement = 1.0; + 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.0; + disableWeapons = 1; + aimPrecision = 0.3; + 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 = 2; + 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 + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AIturn90L"; + speed = 0.705882; + aimPrecision = 4; + headBobStrength = 0.054726; + 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 + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AIturn90R"; + speed = 0.857143; + aimPrecision = 4; + headBobStrength = 0.054726; + 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.6; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\stp\ras\pst\AmovPercMstpSrasWpstDnon.rtm"; + disableWeapons = 0; + showHandGun = 1; + speed = 1e+010; + relSpeedMin = 1.1; + 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.0; + 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}; + 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}; + }; + 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.rtm"; + 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.rtm"; + }; + class AidlPercMstpSrasWpstDnon_G03: AidlPercMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\pst\AidlPercMstpSrasWpstDnon_G03.rtm"; + }; + class AidlPercMstpSrasWpstDnon_G01_player: AidlPercMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\pst\AidlPercMstpSrasWpstDnon_G01_player.rtm"; + }; + class AidlPercMstpSrasWpstDnon_G02_player: AidlPercMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\pst\AidlPercMstpSrasWpstDnon_G02_player.rtm"; + }; + class AidlPercMstpSrasWpstDnon_G03_player: AidlPercMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\pst\AidlPercMstpSrasWpstDnon_G03_player.rtm"; + }; + class AovrPercMstpSrasWpstDf: AidlPercMstpSrasWpstDnon_G0S + { + 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"; + relSpeedMin = 1; + 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.rtm"; + speed = -0.2; + actions = "PistolAdjustFStandActions"; + limitgunmovement = 1.0; + aimprecision = 1.0; + 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.rtm"; + speed = -0.2; + actions = "PistolAdjustBStandActions"; + limitgunmovement = 1.0; + aimprecision = 1.0; + 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.rtm"; + speed = -0.3; + actions = "PistolAdjustLStandActions"; + limitgunmovement = 1.0; + aimprecision = 1.0; + 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.rtm"; + speed = -0.3; + actions = "PistolAdjustRStandActions"; + limitgunmovement = 1.0; + aimprecision = 1.0; + 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.rtm"; + 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.rtm"; + speed = -0.2; + limitgunmovement = 1.0; + 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.rtm"; + 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.rtm"; + speed = -0.2; + actions = "PistolStandActions"; + limitgunmovement = 1.0; + 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.rtm"; + 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.rtm"; + speed = -0.2; + actions = "PistolStandActions"; + limitgunmovement = 1.0; + 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.rtm"; + 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.rtm"; + speed = -0.2; + actions = "PistolStandActions"; + limitgunmovement = 1.0; + adjstance = "m"; + soundOverride = "adjust_stand_side"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSlowWpstDnon: AmovPercMstpSrasWpstDnon + { + 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.rtm"; + 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}; + }; + 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 + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\pst\AmovPercMstpSlowWpstDnon_AIturn90L"; + speed = 1.3; + ConnectTo[] = {"AmovPercMstpSlowWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSlowWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSlowWpstDnon_turnR: AidlPercMstpSlowWpstDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\pst\AmovPercMstpSlowWpstDnon_AIturn90R"; + speed = 1.3; + 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.rtm"; + 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.rtm"; + }; + class AidlPercMstpSlowWpstDnon_G03: AidlPercMstpSlowWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\low\pst\AidlPercMstpSlowWpstDnon_G03.rtm"; + }; + class AovrPercMstpSlowWpstDf: AovrPercMstpSrasWpstDf + { + ConnectTo[] = {"AmovPercMstpSlowWpstDnon",0.01}; + }; + class AmovPercMstpSrasWpstDnon_AidlPercMstpSlowWpstDnon: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + speed = 1.666667; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\amovpercmstpsraswpstdnon_amovpercmstpSlowwpstdnon.rtm"; + 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.rtm"; + speed = 1.764706; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.01}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AidlPercMstpSlowWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_turnL: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AIturn90L"; + speed = 1.3; + aimPrecision = 2; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_turnR: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AIturn90R"; + speed = 1.3; + aimPrecision = 2; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + variantsPlayer[] = {"AidlPknlMstpSrasWpstDnon_G01_player",0.333,"AidlPknlMstpSrasWpstDnon_G02_player",0.333,"AidlPknlMstpSrasWpstDnon_G03_player",0.334}; + actions = "PistolKneelActions"; + duty = -0.8; + visibleSize = 0.300122; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon.rtm"; + 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,"AmovPknlMstpSrasWpstDnon_AmovPknlMrunSrasWpstDf",0.01,"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,"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}; + }; + 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.rtm"; + 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.rtm"; + }; + class AidlPknlMstpSrasWpstDnon_G03: AidlPknlMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\ras\pst\AidlPknlMstpSrasWpstDnon_G03.rtm"; + }; + class AidlPknlMstpSrasWpstDnon_G01_player: AidlPknlMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\ras\pst\AidlPknlMstpSrasWpstDnon_G01_player.rtm"; + }; + class AidlPknlMstpSrasWpstDnon_G02_player: AidlPknlMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\ras\pst\AidlPknlMstpSrasWpstDnon_G02_player.rtm"; + }; + class AidlPknlMstpSrasWpstDnon_G03_player: AidlPknlMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\ras\pst\AidlPknlMstpSrasWpstDnon_G03_player.rtm"; + }; + 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.rtm"; + speed = 2.666667; + limitgunmovement = 1.0; + aimprecision = 1.05; + 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.rtm"; + speed = 2.88; + limitgunmovement = 1.0; + aimprecision = 1.05; + 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.rtm"; + speed = 2.25; + limitgunmovement = 1.0; + aimprecision = 1.05; + 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.rtm"; + speed = 2.181819; + limitgunmovement = 1.0; + aimprecision = 1.05; + 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.rtm"; + aimprecision = 1.05; + 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.rtm"; + speed = 1.638095; + limitgunmovement = 1.0; + 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.rtm"; + 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.rtm"; + speed = 2.0; + limitgunmovement = 1.0; + 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.rtm"; + 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.rtm"; + speed = 1.4; + limitgunmovement = 1.0; + 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.rtm"; + 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.rtm"; + speed = 2.161905; + limitgunmovement = 1.0; + 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.rtm"; + speed = -0.2; + actions = "PistolAdjustFKneelActions"; + limitgunmovement = 1.0; + 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.rtm"; + speed = -0.2; + limitgunmovement = 1.0; + 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.rtm"; + speed = -0.3; + limitgunmovement = 1.0; + 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.rtm"; + speed = -0.3; + limitgunmovement = 1.0; + 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.rtm"; + 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.rtm"; + speed = -0.2; + actions = "PistolKneelActions"; + limitgunmovement = 1.0; + 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.rtm"; + 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.rtm"; + speed = -0.2; + actions = "PistolKneelActions"; + limitgunmovement = 1.0; + 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.rtm"; + 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.rtm"; + speed = -0.4; + actions = "PistolKneelActions"; + limitgunmovement = 1.0; + 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.rtm"; + 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.rtm"; + speed = -0.4; + actions = "PistolKneelActions"; + limitgunmovement = 1.0; + adjstance = "m"; + soundOverride = "adjust_stand_side"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSlowWpstDnon: AmovPknlMstpSrasWpstDnon + { + 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.02,"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,"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}; + }; + 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.rtm"; + 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.rtm"; + }; + class AidlPknlMstpSlowWpstDnon_G03: AidlPknlMstpSlowWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\knl\stp\low\pst\AidlPknlMstpSlowWpstDnon_G03.rtm"; + }; + class AmovPknlMstpSlowWpstDnon_turnL: AidlPknlMstpSlowWpstDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\pst\AmovPknlMstpSlowWpstDnon_AIturn90L"; + speed = 1.3; + ConnectTo[] = {"AmovPknlMstpSlowWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSlowWpstDnon_turnR: AidlPknlMstpSlowWpstDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\pst\AmovPknlMstpSlowWpstDnon_AIturn90R"; + speed = 1.3; + ConnectTo[] = {"AmovPknlMstpSlowWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSlowWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMwlkSlowWpstDf: AidlPknlMstpSlowWpstDnon_G0S + { + duty = 0.1; + relSpeedMin = 0.8; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\low\pst\AmovPknlMwlkSlowWpstDf"; + speed = 0.337079; + actions = "PistolLowKneelActionsWlkF"; + enableOptics = 0; + 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 + { + 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 = 3.0; + }; + 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 + { + 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.666667; + 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.666667; + 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.307692; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\pst\amovpknlmstpSlowwpstdnon_amovpknlmstpsraswpstdnon.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = 10.0; + 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.0; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + looped = 0; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon_gear",0.02,"AmovPercMstpSrasWpstDnon_gear",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon_turnL: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AIturn90L"; + speed = 1.3; + aimPrecision = 3; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWpstDnon_turnR: AmovPknlMstpSrasWpstDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AIturn90R"; + speed = 1.3; + aimPrecision = 3; + 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.0; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon.rtm"; + 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 = 0.2; + 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,"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}; + }; + 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.rtm"; + 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.rtm"; + }; + class AidlPpneMstpSrasWpstDnon_G03: AidlPpneMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\pst\AidlPpneMstpSrasWpstDnon_G03.rtm"; + }; + class AidlPpneMstpSrasWpstDnon_G01_player: AidlPpneMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\pst\AidlPpneMstpSrasWpstDnon_G01_player.rtm"; + }; + class AidlPpneMstpSrasWpstDnon_G02_player: AidlPpneMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\pst\AidlPpneMstpSrasWpstDnon_G02_player.rtm"; + }; + class AidlPpneMstpSrasWpstDnon_G03_player: AidlPpneMstpSrasWpstDnon_G01 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\pne\stp\ras\pst\AidlPpneMstpSrasWpstDnon_G03_player.rtm"; + }; + class AadjPpneMstpSrasWpstDup: AidlPpneMstpSrasWpstDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDup.rtm"; + 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.rtm"; + 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.rtm"; + speed = 0.5; + ConnectTo[] = {"AadjPpneMstpSrasWpstDup",0.02}; + InterpolateTo[] = {"AadjPpneMstpSrasWpstDup",0.02,"Unconscious",0.1}; + }; + class AadjPpneMstpSrasWpstDdown: AadjPpneMstpSrasWpstDup + { + enableOptics = 0; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AadjPpneMstpSrasWpstDdown.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + actions = "PistolAdjustLProneActions"; + speed = 0.084746; + adjstance = "l"; + enableOptics = 0; + 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.rtm"; + actions = "PistolAdjustRProneActions"; + speed = 0.084746; + adjstance = "r"; + enableOptics = 0; + 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.rtm"; + speed = 0.58; + limitgunmovement = 1.0; + 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.rtm"; + speed = -0.5; + limitgunmovement = 1.0; + 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.rtm"; + speed = -1; + limitgunmovement = 1.0; + 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.rtm"; + speed = -1; + limitgunmovement = 1.0; + looped = 0; + variantsAI[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_prone_left"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright: AadjPpneMstpSrasWpstDright + { + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AmovPercMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright.rtm"; + speed = -1.6; + limitgunmovement = 1.0; + looped = 0; + variantsAI[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_stand_to_right_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft: AadjPpneMstpSrasWpstDleft + { + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AmovPercMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft.rtm"; + speed = -1.6; + limitgunmovement = 1.0; + looped = 0; + variantsAI[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_stand_to_left_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright: AadjPpneMstpSrasWpstDright + { + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AadjPpneMstpSrasWpstDright.rtm"; + speed = -1.8; + limitgunmovement = 1.0; + looped = 0; + variantsAI[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_stand_to_right_prone"; + soundEnabled = 1; + }; + class AmovPknlMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft: AadjPpneMstpSrasWpstDleft + { + interpolationRestart = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AadjPpneMstpSrasWpstDleft.rtm"; + speed = -1.6; + limitgunmovement = 1.0; + looped = 0; + variantsAI[] = {}; + minPlayTime = 0.65; + canBlendStep = 0; + soundOverride = "adjust_stand_to_left_prone"; + soundEnabled = 1; + }; + 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.rtm"; + speed = -1; + limitgunmovement = 1.0; + 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.rtm"; + speed = -0.35; + limitgunmovement = 1.0; + soundOverride = "adjust_prone_up"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWpstDleft_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\AadjPpneMstpSrasWpstDleft_AmovPercMstpSrasWpstDnon.rtm"; + speed = -2; + limitgunmovement = 1.0; + soundOverride = "adjust_left_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AadjPpneMstpSrasWpstDleft_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\AadjPpneMstpSrasWpstDleft_AmovPknlMstpSrasWpstDnon.rtm"; + 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.rtm"; + speed = -1.35; + limitgunmovement = 1.0; + 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.rtm"; + 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.rtm"; + speed = -1.3; + limitgunmovement = 1.0; + 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.rtm"; + speed = -1.3; + limitgunmovement = 1.0; + soundOverride = "adjust_prone_left"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSrasWpstDnon_relax: AidlPpneMstpSrasWpstDnon_G0S + { + speed = -10.0; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",10.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWpstDnon_turnL: AidlPpneMstpSrasWpstDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AIturn90L"; + speed = 0.5; + aimPrecision = 4; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWpstDnon_turnR: AidlPpneMstpSrasWpstDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AIturn90R"; + speed = 0.5; + aimPrecision = 4; + 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.rtm"; + showWeaponAim = 0; + enableMissile = 1; + canPullTrigger = 0; + aimprecision = 0.5; + camShakeFire = 0.5; + speed = 1e+010; + relSpeedMin = 1.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,"AfalPknlMstpSrasWlnrDnon",0.025}; + }; + class AmovPknlMstpSrasWlnrDnon_relax: AmovPknlMstpSrasWlnrDnon + { + speed = -10.0; + 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.rtm"; + speed = 0.339149; + looped = 0; + disableWeapons = 1; + duty = 0.6; + enableOptics = 0; + LeftHandIKCurve[] = {0.16,1,0.224,0,0.936,0,0.97,1}; + RightHandIKCurve[] = {0.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 + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AIturn90L"; + speed = 1.35; + aimPrecision = 3; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWlnrDnon_turnR: AidlPknlMstpSrasWlnrDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AIturn90R"; + speed = 1.35; + aimPrecision = 3; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon",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.rtm"; + 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}; + }; + class amovppnemstpsraswlnrdnon_turnl: amovppnemstpsraswlnrdnon + { + aimPrecision = 4; + ConnectTo[] = {"amovppnemstpsraswlnrdnon",0.02}; + InterpolateTo[] = {"amovppnemstpsraswlnrdnon",0.02,"Unconscious",0.1}; + }; + class amovppnemstpsraswlnrdnon_turnr: amovppnemstpsraswlnrdnon + { + aimPrecision = 4; + 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"; + 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.rtm"; + showWeaponAim = 0; + disableWeapons = 0; + canPullTrigger = 0; + speed = 1e+010; + relSpeedMin = 1.1; + 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}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon_turnL",0.02,"AmovPercMstpSnonWnonDnon_turnR",0.02,"AovrPercMstpSnonWnonDf",0.02,"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}; + }; + 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.rtm"; + 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.rtm"; + }; + class AidlPercMstpSnonWnonDnon_G03: AidlPercMstpSnonWnonDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\non\non\AidlPercMstpSnonWnonDnon_G03.rtm"; + }; + class AidlPercMstpSnonWnonDnon_G04: AidlPercMstpSnonWnonDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\non\non\AidlPercMstpSnonWnonDnon_G04.rtm"; + }; + class AidlPercMstpSnonWnonDnon_G05: AidlPercMstpSnonWnonDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\non\non\AidlPercMstpSnonWnonDnon_G05.rtm"; + }; + class AidlPercMstpSnonWnonDnon_G06: AidlPercMstpSnonWnonDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\erc\stp\non\non\AidlPercMstpSnonWnonDnon_G06.rtm"; + }; + 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.rtm"; + 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.rtm"; + speed = 0.021053; + }; + class InBaseMoves_HandsBehindBack1: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_HandsBehindBack1.rtm"; + 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.rtm"; + ConnectTo[] = {"InBaseMoves_HandsBehindBack2",0.02,"AidlPercMstpSrasWrflDnon_G0S",0.02}; + }; + class InBaseMoves_repairVehicleKnl: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_repairVehicleKnl.rtm"; + speed = -25; + }; + class InBaseMoves_repairVehiclePne: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_repairVehiclePne.rtm"; + speed = -60; + }; + class InBaseMoves_patrolling1: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_patrolling1.rtm"; + 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.rtm"; + 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.rtm"; + speed = 0.019262; + weaponIK = 1; + rightHandIKCurve[] = {1}; + }; + class InBaseMoves_SittingRifle2: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_SittingRifle2.rtm"; + speed = 0.015686; + weaponIK = 1; + rightHandIKCurve[] = {1}; + }; + class InBaseMoves_Lean1: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_Lean1.rtm"; + weaponIK = 1; + leftHandIKCurve[] = {0}; + rightHandIKCurve[] = {1}; + }; + class InBaseMoves_holdleft_idle1: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_holdleft_idle1.rtm"; + speed = 0.0553; + leftHandIKCurve[] = {0}; + rightHandIKCurve[] = {0}; + }; + class InBaseMoves_sitHighUp1: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\InBaseMoves_sitHighUp1.rtm"; + 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.rtm"; + speed = -25; + access = 1; + InterpolateTo[] = {}; + }; + class c4coming2cdf_genericstani2: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\c4coming2cdf_genericstani2.rtm"; + speed = 0.031704; + InterpolateTo[] = {}; + }; + class c4coming2cdf_genericstani4: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\c4coming2cdf_genericstani4.rtm"; + speed = 0.024666; + InterpolateTo[] = {}; + access = 1; + }; + class c5efe_HonzaLoop: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\c5efe_HonzaLoop.rtm"; + 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.rtm"; + 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.rtm"; + speed = 0.010877; + }; + class sitTableRfl_listening: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\sitTableRfl_listening.rtm"; + speed = 0.1; + weaponIK = 1; + leftHandIKCurve[] = {1}; + rightHandIKCurve[] = {1}; + }; + class UnaErcPoslechVelitele1: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\UnaErcPoslechVelitele1.rtm"; + speed = 0.066667; + }; + class UnaErcPoslechVelitele2: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\UnaErcPoslechVelitele2.rtm"; + speed = 0.066667; + }; + class UnaErcPoslechVelitele3: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\UnaErcPoslechVelitele3.rtm"; + speed = 0.090909; + }; + class UnaErcPoslechVelitele4: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\arma2\UnaErcPoslechVelitele4.rtm"; + speed = 0.05; + }; + class Poster_pose_01: InBaseMoves_assemblingVehicleErc + { + file = "A3\anims_f\data\Anim\sdr\cts\poster_pose_01.rtm"; + 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.rtm"; + }; + class AovrPercMstpSnonWnonDf: AmovPercMstpSnonWnonDnon + { + 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"; + relSpeedMin = 0.5; + relSpeedMax = 1; + duty = 2; + disableWeapons = 1; + enableOptics = 0; + limitGunMovement = 0.3; + forceAim = 1; + interpolationspeed = 3.0; + 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.0; + 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,"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}; + }; + 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; + }; + class AidlPknlMstpSnonWnonDnon_G01: AidlPknlMstpSnonWnonDnon_G0S + { + file = "\A3\anims_f\Data\Anim\sdr\idl\knl\stp\non\non\AidlPknlMstpSnonWnonDnon_G01.rtm"; + 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.rtm"; + }; + class AidlPknlMstpSnonWnonDnon_G03: AidlPknlMstpSnonWnonDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\knl\stp\non\non\AidlPknlMstpSnonWnonDnon_G03.rtm"; + }; + 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.0; + 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.0; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon.rtm"; + 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,"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}; + }; + 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.rtm"; + 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.rtm"; + }; + class AidlPpneMstpSnonWnonDnon_G03: AidlPpneMstpSnonWnonDnon_G01 + { + file = "\A3\anims_f\Data\Anim\sdr\idl\pne\stp\non\non\AidlPpneMstpSnonWnonDnon_G03.rtm"; + }; + 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; + 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; + 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.rtm"; + speed = 1.666667; + 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.rtm"; + 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.rtm"; + speed = 1.304348; + 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.rtm"; + 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.rtm"; + speed = 2.727273; + 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.rtm"; + speed = 0.857143; + leftHandIKEnd = 1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPercMwlkSlowWrflDf: AmovPercMstpSlowWrflDnon + { + 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 = 3.0; + interpolationSpeed = 3.0; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.02,"AidlPercMwlkSrasWrflDf",0.01,"AmovPercMwlkSlowWrflDfl",0.025,"AmovPercMwlkSlowWrflDfr",0.025,"AmovPercMrunSlowWrflDf",0.025,"AmovPknlMwlkSlowWrflDf",0.03,"AmovPercMevaSlowWrflDf",0.025,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDl",0.05,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDr",0.05,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDb",0.05,"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.0,10.0,30.0}; + 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,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDl",0.05,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDr",0.05,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDb",0.05,"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"; + 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,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDl",0.05,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDr",0.05,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDb",0.05,"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,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDl",0.05,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDr",0.05,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDb",0.05,"Unconscious",0.01,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDfr",0.02,"AmovPercMwlkSrasWrflDfr",0.02}; + }; + class AmovPercMrunSlowWrflDf: AmovPercMstpSlowWrflDnon + { + variantsPlayer[] = {}; + visibleSize = 0.900121; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\run\low\rfl\amovpercmrunslowwrfldf.rtm"; + soundEdge[] = {0.25,0.5,0.75,1}; + speed = 0.705882; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_Low.p3d"; + 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.0; + 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,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDl",0.05,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDr",0.05,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDb",0.05,"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.rtm"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl_Low.p3d"; + duty = 0.3; + 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,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDl",0.05,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDr",0.05,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDb",0.05,"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 + { + 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 + { + 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 + { + 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 + { + file = "\A3\anims_f\data\Anim\sdr\mov\erc\run\low\rfl\amovpercmrunslowwrfldfr.rtm"; + 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,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDl",0.05,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDr",0.05,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDb",0.05,"Unconscious",0.01,"AmovPercMrunSlowWrflDf_AmovPercMstpSrasWrflDnon_gthStart",0.1,"AmovPknlMstpSlowWrflDnon_relax",0.1,"AmovPercMtacSlowWrflDfr",0.2,"AmovPercMtacSrasWrflDfr",0.02}; + }; + class AmovPercMwlkSrasWrflDf: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + relSpeedMin = 0.8; + relSpeedMax = 1; + variantsAI[] = {}; + visibleSize = 0.800121; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\wlk\ras\Rfl\AmovPercMwlkSrasWrflDf"; + speed = 0.850529; + duty = -0.2; + soundOverride = "Walk"; + leaningFactorBeg = 0.75; + leaningFactorEnd = 0.75; + aimPrecision = 1.5; + soundEnabled = 1; + limitGunMovement = 0.6; + actions = "RifleStandActionsWlkF"; + headBobStrength = 0.024876; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon",0.02,"AmovPercMwlkSrasWrflDfl",0.025,"AmovPercMwlkSrasWrflDfr",0.025,"AmovPercMrunSrasWrflDf",0.025,"AmovPknlMwlkSrasWrflDf",0.03,"AmovPercMevaSrasWrflDf",0.025,"AmovPercMrunSrasWrflDf_AmovPercMevaSrasWrflDl",0.05,"AmovPercMrunSrasWrflDf_AmovPercMevaSrasWrflDr",0.05,"AmovPercMrunSrasWrflDf_AmovPercMevaSrasWrflDb",0.05,"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,"AmovPercMrunSrasWrflDf_AmovPercMevaSrasWrflDl",0.05,"AmovPercMrunSrasWrflDf_AmovPercMevaSrasWrflDr",0.05,"AmovPercMrunSrasWrflDf_AmovPercMevaSrasWrflDb",0.05,"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,"AmovPercMrunSrasWrflDf_AmovPercMevaSrasWrflDl",0.05,"AmovPercMrunSrasWrflDf_AmovPercMevaSrasWrflDr",0.05,"AmovPercMrunSrasWrflDf_AmovPercMevaSrasWrflDb",0.05,"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 + { + relSpeedMin = 0.5; + duty = 0.5; + aimPrecision = 3.0; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\ras\Rfl\AmovPercMtacSrasWrflDf"; + speed = 0.785714; + headBobStrength = 0.174129; + actions = "RifleStandActionsTacF"; + 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 + { + duty = 0.1; + speed = 1.55; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\Rfl\AmovPercMtacSlowWrflDf"; + interpolationSpeed = 3.0; + 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 + { + speed = 1.55; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\tac\low\Rfl\AmovPercMtacSlowWrflDfl"; + interpolationSpeed = 3.0; + 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.578947; + 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.578947; + 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.578947; + 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.514286; + 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 + { + 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.p3d"; + soundOverride = "run"; + duty = 0.3; + aimPrecision = 5; + 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,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDl",0.05,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDr",0.05,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDb",0.05,"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,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDl",0.05,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDr",0.05,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDb",0.05,"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,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDl",0.05,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDr",0.05,"AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDb",0.05,"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 + { + 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 + { + variantsPlayer[] = {}; + actions = "CivilRunActionsF"; + file = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\sapper_run.rtm"; + speed = 1.2485; + soundEdge[] = {0.25,0.5,0.75,1}; + duty = 0.1; + soundOverride = "run"; + soundEnabled = 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; + 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: AmovPercMrunSnonWnonDl + { + 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 + { + 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.0; + aimPrecision = 1.65; + 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}; + }; + 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.0; + 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.071429; + 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 + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\low\Rfl\AmovPknlMrunSlowWrflDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + speed = 0.715685; + visibleSize = 0.600122; + duty = 0.4; + soundOverride = "run"; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + soundEnabled = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl_Low.p3d"; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + actions = "RifleKneelLowActionsRunF"; + headBobStrength = 0.174129; + limitGunMovement = 0.1; + disableWeapons = 1; + interpolationSpeed = 3.0; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.03,"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; + relSpeedMin = 0.5; + actions = "RifleKneelLowActionsRunFL"; + InterpolateTo[] = {"AmovPknlMstpSlowWrflDnon",0.03,"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.03,"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.03,"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.03,"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[] = {"AmovPknlMstpSlowWrflDnon",0.02,"AmovPercMrunSlowWrflDbr",0.03,"AmovPknlMwlkSlowWrflDbr",0.025,"AmovPknlMtacSlowWrflDbr",0.025,"AmovPknlMrunSrasWrflDbr",0.025,"AmovPknlMrunSlowWrflDb",0.025,"AmovPknlMrunSlowWrflDr",0.025,"AmovPknlMstpSlowWrflDnon",0.03,"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.03,"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.03,"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 + { + 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 = 1.65; + duty = 0.3; + interpolationSpeed = 3.0; + 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 = 1.65; + duty = 0.2; + interpolationSpeed = 3.0; + 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 = 1.65; + duty = 0.2; + interpolationSpeed = 3.0; + 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 = 1.65; + duty = 0.2; + interpolationSpeed = 3.0; + 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 = 1.65; + duty = 0.2; + interpolationSpeed = 3.0; + 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 = 1.65; + duty = 0.2; + interpolationSpeed = 3.0; + 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.714286; + actions = "RifleKneelLowActionsTacR"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\low\Rfl\AmovPknlMtacSlowWrflDr"; + camShakeFire = 1.15; + aimPrecision = 1.65; + duty = 0.2; + interpolationSpeed = 3.0; + 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 = 1.65; + duty = 0.2; + interpolationSpeed = 3.0; + 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 + { + relSpeedMin = 0.8; + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\Rfl\AmovPknlMwlkSrasWrflDf"; + speed = 0.369135; + duty = 0.2; + soundOverride = "Walk"; + leaningFactorBeg = 0.75; + leaningFactorEnd = 0.75; + soundEnabled = 1; + visibleSize = 0.400122; + actions = "RifleKneelActionsWlkF"; + limitGunMovement = 0.6; + headBobStrength = 0.074627; + aimPrecision = 1.2; + camShakeFire = 1; + 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 + { + variantsPlayer[] = {}; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\run\ras\Rfl\AmovPknlMrunSrasWrflDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + speed = 0.775862; + soundOverride = "run"; + visibleSize = 0.600122; + duty = 0.4; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + soundEnabled = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl.p3d"; + 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 + { + duty = 0.6; + limitgunmovement = 0.8; + actions = "RifleKneelActionsTacF"; + speed = 0.613246; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\Rfl\AmovPknlMtacSrasWrflDf"; + camShakeFire = 1.15; + aimPrecision = 2.5; + interpolationSpeed = 4.0; + headBobStrength = 0.293532; + disableWeaponsLong = 0; + disableWeapons = 0; + 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}; + relSpeedMin = 0.8; + speed = 0.463483; + Walkcycles = 2; + visibleSize = 0.800121; + duty = -0.4; + soundOverride = "Walk"; + leaningFactorBeg = 0.75; + leaningFactorEnd = 0.75; + soundEnabled = 1; + limitGunMovement = 0.6; + aimPrecision = 1.5; + interpolationSpeed = 5.5; + 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.0; + 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.46875; + 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.0; + 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.0; + 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.0; + 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 + { + duty = 0.1; + 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 = 3.0; + }; + 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 + { + duty = 0.3; + 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 = 3.0; + }; + 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.672554; + 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.456965; + 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 + { + 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.2; + soundOverride = "run"; + showWeaponAim = 0; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + soundEnabled = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.5; + Walkcycles = 2; + interpolationSpeed = 3.05; + headBobStrength = 0.094527; + disableWeaponsLong = 1; + disableWeapons = 1; + 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 + { + duty = 0.1; + 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.462236; + 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.518864; + 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.1; + soundOverride = "Walk"; + leaningFactorBeg = 0.75; + leaningFactorEnd = 0.75; + soundEnabled = 1; + limitGunMovement = 0.6; + aimPrecision = 1.2; + actions = "PistolKneelActionsWlkF"; + Walkcycles = 2; + interpolationSpeed = 5.5; + headBobStrength = 0.094527; + 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 + { + 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_Wrfl.p3d"; + 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 AmovPknlMstpSrasWpstDnon_AmovPknlMrunSrasWpstDf: AmovPknlMrunSrasWpstDf + { + file = "\A3\anims_f\data\Anim\sdr\mov\erc\stp\non\non\thisstateisobsolete.rtm"; + speed = 1.5; + looped = 0; + ConnectTo[] = {"AmovPknlMrunSrasWpstDf",0.01}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon",0.02,"AmovPknlMstpSrasWpstDnon_AmovPercMsprSrasWpstDf",0.01,"Unconscious",0.01}; + }; + 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.413449; + 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 + { + aimPrecision = 2.5; + limitgunmovement = 1.0; + 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; + 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.506592; + 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.398602; + 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 + { + 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_Wnon.p3d"; + 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 + { + 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.406977; + 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; + 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.275159; + 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.4; + 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 + { + actions = "LauncherStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\spr\low\lnr\AmovPercMsprSlowWlnrDf"; + duty = 1.4; + 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,"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,"AmovPknlMrunSrasWlnrDfl",0.025,"AmovPercMevaSlowWlnrDf",0.025,"AmovPercMevaSlowWlnrDfr",0.025}; + }; + class AmovPknlMevaSlowWlnrDf: AmovPercMrunSlowWlnrDf + { + 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}; + }; + 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}; + }; + class AmovPknlMwlkSrasWlnrDf: AidlPknlMstpSrasWlnrDnon_G0S + { + relSpeedMin = 1; + visibleSize = 0.400122; + actions = "LauncherKneelActionsWlkF"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\Wlk\ras\lnr\AmovPknlMwlkSrasWlnrDf"; + speed = 0.455581; + duty = 0.3; + soundOverride = "Walk"; + leaningFactorBeg = 0.75; + leaningFactorEnd = 0.75; + soundEnabled = 1; + canPullTrigger = 1; + limitGunMovement = 0.6; + aimPrecision = 1.5; + 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 + { + visibleSize = 0.400122; + actions = "LauncherKneelActionstacF"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\tac\ras\lnr\AmovPknlMtacSrasWlnrDf"; + speed = 0.766871; + duty = 0.8; + soundOverride = "Walk"; + leaningFactorBeg = 0.75; + leaningFactorEnd = 0.75; + soundEnabled = 1; + canPullTrigger = 1; + limitGunMovement = 0.6; + aimPrecision = 1.65; + 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 + { + 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,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMwlkSnonWnonDf: AmovPknlMrunSnonWnonDf + { + relSpeedMin = 0.8; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\amovpknlmwlksnonwnondf"; + speed = 0.505619; + duty = 0.0; + actions = "CivilKneelActionsWlkF"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDf",0.03,"AmovPknlMrunSnonWnonDf",0.025,"AmovPknlMwlkSnonWnonDfr",0.025,"AmovPknlMwlkSnonWnonDfl",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; + 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,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPknlMwlkSnonWnonDfl: AmovPknlMwlkSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\wlk\non\non\amovpknlmwlksnonwnondfl"; + actions = "CivilKneelActionsWlkFL"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDfl",0.03,"AmovPknlMwlkSnonWnonDf",0.025,"AmovPknlMwlkSnonWnonDl",0.025,"AmovPknlMrunSnonWnonDfl",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"; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon",0.06,"AmovPercMrunSnonWnonDfl",0.03,"AmovPknlMrunSnonWnonDf",0.025,"AmovPknlMwlkSnonWnonDfl",0.025,"AmovPknlMrunSnonWnonDl",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; + 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,"AmovPknlMstpSnonWnonDnon_AmovPercMsprSnonWnonDf",0.01,"Unconscious",0.1,"AmovPknlMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPpneMrunSlowWrflDf: AmovPpneMstpSrasWrflDnon + { + variantsPlayer[] = {}; + visibleSize = 0.150123; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\low\Rfl\AmovPpneMrunSlowWrflDf"; + speed = 0.650541; + duty = 1.0; + showWeaponAim = 0; + disableWeapons = 1; + disableWeaponsLong = 1; + soundEnabled = 1; + limitGunMovement = 0; + legs = "wholeBody"; + leaning = "empty"; + 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.rtm"; + speed = 0.795239; + duty = 1.0; + 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 + { + actions = "RifleProneActionsEvasiveF"; + visibleSize = 0.250123; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\spr\low\Rfl\AmovPpneMevaSlowWrflDf.rtm"; + speed = 0.35; + duty = 1.4; + soundEdge[] = {0.25,0.5,0.75,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.rtm"; + 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.rtm"; + 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.rtm"; + speed = 1.139121; + 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = 1.427665; + 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.rtm"; + 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_l",0.025,"AadjPpneMwlkSrasWrflDup_r",0.025,"AadjPpneMwlkSrasWrflDup_f",0.025,"Unconscious",0.1,"AadjPpneMstpSrasWrflDup_AmovPpneMstpSrasWrflDnon",0.02,"AadjPpneMstpSrasWrflDup_AadjPknlMstpSrasWrflDdown",0.02}; + }; + class AadjPpneMwlkSrasWrflDup_b: AadjPpneMwlkSrasWrflDup_f + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\aadjppnemwlksraswrfldup_back"; + speed = 1; + }; + class AadjPpneMwlkSrasWrflDup_l: AadjPpneMwlkSrasWrflDup_f + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\aadjppnemwlksraswrfldup_left"; + speed = 1; + }; + class AadjPpneMwlkSrasWrflDup_r: AadjPpneMwlkSrasWrflDup_f + { + file = "\A3\anims_f\Data\Anim\Sdr\Adj\pne\wlk\ras\rfl\aadjppnemwlksraswrfldup_right"; + speed = 1; + }; + 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 + { + 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; + legs = "wholeBody"; + leaning = "empty"; + aimingBody = "empty"; + aiming = "empty"; + 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 + { + visibleSize = 0.200123; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\spr\low\pst\amovppnemsprSlowwpstdf.rtm"; + speed = 0.732886; + duty = 1.2; + leftHandIKBeg = 0; + leftHandIKCurve[] = {}; + leftHandIKEnd = 0; + soundEdge[] = {0.25,0.5,0.75,1}; + 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.115242; + 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 + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + speed = 0.517241; + duty = 0.3; + soundEnabled = 1; + leaning = "empty"; + aiming = "empty"; + 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}; + }; + class AmovPpneMrunSnonWnonDfl: AmovPpneMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfl"; + speed = 0.545455; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf",0.05,"AmovPpneMrunSnonWnonDf",0.025,"AmovPpneMrunSnonWnonDl",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPpneMrunSnonWnonDl: AmovPpneMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDl"; + speed = 0.833333; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMrunSnonWnonDfl",0.025,"AmovPpneMrunSnonWnonDbl",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPpneMrunSnonWnonDbl: AmovPpneMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbl"; + speed = 0.681818; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMrunSnonWnonDl",0.025,"AmovPpneMrunSnonWnonDb",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPpneMrunSnonWnonDb: AmovPpneMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDb"; + speed = 0.434783; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMrunSnonWnonDbl",0.025,"AmovPpneMrunSnonWnonDbr",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPpneMrunSnonWnonDbr: AmovPpneMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDbr"; + speed = 0.789474; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMrunSnonWnonDb",0.025,"AmovPpneMrunSnonWnonDr",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPpneMrunSnonWnonDr: AmovPpneMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDr"; + speed = 0.666667; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMrunSnonWnonDbr",0.025,"AmovPpneMrunSnonWnonDfr",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPpneMrunSnonWnonDfr: AmovPpneMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\run\non\non\AmovPpneMrunSnonWnonDfr"; + speed = 0.625; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf",0.05,"AmovPpneMrunSnonWnonDf",0.025,"AmovPpneMrunSnonWnonDr",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPpneMsprSnonWnonDf: AmovPpneMrunSnonWnonDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\spr\low\pst\amovppnemsprSlowwpstdf.rtm"; + duty = 1.0; + speed = 0.730541; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon",0.02,"AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf",0.05,"AmovPpneMrunSnonWnonDf",0.025,"Unconscious",0.1,"AmovPpneMstpSnonWnonDnon_relax",0.1}; + }; + class AmovPincMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + variantsPlayer[] = {}; + actions = "IncapacitatedRifleAction"; + aimPrecision = 0.3; + 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.rtm"; + 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; + 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.rtm"; + 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; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {1}; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class RifleReloadProneMk20: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadMk20Prone.rtm"; + speed = -2.833333; + leftHandIKCurve[] = {0,1,0.04321,0,0.9259,0,0.969136,1}; + }; + class RifleReloadProneMX: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadMXProne.rtm"; + speed = 0.37; + leftHandIKCurve[] = {0.012,1,0.041,0,0.941,0,0.982,1}; + }; + class RifleReloadProneTRGUGL: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadTRGUglProne.rtm"; + 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.rtm"; + }; + class RifleReloadProneMXSniper: RifleReloadProneMX + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadMXSniperprone.rtm"; + }; + class RifleReloadProneTRG: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadTRGProne.rtm"; + speed = 0.252; + 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.rtm"; + speed = 0.256; + leftHandIKCurve[] = {0.038,1,0.076,0,0.911,0,0.968,1}; + }; + class RifleReloadProneM200: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadM200Prone.rtm"; + speed = 0.159403; + leftHandIKCurve[] = {0,1,0.0215,0,0.96129,0,1,1}; + }; + class RifleReloadProneLRR: RifleReloadProneBase + { + file = "\A3\anims_f\Data\Anim\Sdr\gst\GestureReloadLRRProne.rtm"; + 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.rtm"; + speed = 0.37; + 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.rtm"; + 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.rtm"; + speed = 0.26; + leftHandIKCurve[] = {0.065,1,0.11,0,0.917,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.rtm"; + 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.rtm"; + speed = 0.25; + leftHandIKCurve[] = {0.016,1,0.09,0,0.967,0,0.993,1}; + }; + class RifleReloadProneGM6: RifleReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadLynxProne.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = 0.28; + }; + class PistolReloadProneFlaregun: PistolReloadProneBase + { + file = "\A3\anims_f\data\Anim\sdr\Gst\GestureReloadFlaregun.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + actions = "LauncherStandActions"; + speed = 0.4; + ConnectTo[] = {"amovpercmstpsraswlnrdnon",0.02}; + }; + class TransAnimBase: Default + { + file = "\A3\anims_f\Data\Anim\sdr\trigger.rtm"; + visibleSize = 0.500125; + 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.rtm"; + 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.rtm"; + 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.034483; + 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.307692; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",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; + speed = 1.304348; + 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.764706; + 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.071429; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"amovpknlmstpsraswpstdnon_amovpknlmstpsnonwnondnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSlowWpstDnon_AmovPercMstpSrasWpstDnon: TransAnimBase + { + relSpeedMin = 1; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\pst\AmovPercMstpSlowWpstDnon_AmovPercMstpSrasWpstDnon"; + actions = "PistolStandActions"; + speed = 2.727273; + showHandGun = 1; + interpolationRestart = 2; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon: TransAnimBase + { + relSpeedMin = 1; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon"; + actions = "PistolLowStandActions"; + speed = 1.304348; + 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.rtm"; + 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.rtm"; + 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 + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\amovpercmstpsraswlnrdnon_amovpercmstpsraswrfldnon.rtm"; + 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 + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\amovpercmstpsraswlnrdnon_amovpercmstpsraswrfldnon_end.rtm"; + 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 + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\amovpercmstpsraswrfldnon_amovpercmstpsraswlnrdnon_end.rtm"; + 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 + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\amovpercmstpsraswrfldnon_amovpercmstpsraswlnrdnon.rtm"; + 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 + { + actions = "LauncherKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\amovpercmstpsraswlnrdnon_amovpknlmstpsraswlnrdnon.rtm"; + speed = 1.428571; + interpolationRestart = 2; + leaningFactorBeg = 0.5; + leaningFactorEnd = 0.5; + weaponIK = 4; + duty = 0.6; + relSpeedMin = 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 + { + visibleSize = 0.600125; + actions = "LauncherStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\lnr\AmovPpneMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon.rtm"; + 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.rtm"; + 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.0; + headBobStrength = 0.512438; + aimprecision = 0.2; + weaponIK = 4; + ConnectTo[] = {"amovppnemstpsraswlnrdnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWlnrDnon_AmovPercMstpSrasWlnrDnon",0.02,"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWlnrDnon_AmovPknlMstpSrasWlnrDnon: TransAnimBase + { + visibleSize = 0.250125; + actions = "LauncherKneelActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\lnr\AmovPpneMstpSrasWlnrDnon_AmovPknlMstpSrasWlnrDnon.rtm"; + 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.0; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class amovpknlmstpsraswlnrdnon_amovpercmstpsraswlnrdnon: TransAnimBase + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\lnr\amovpknlmstpsraswlnrdnon_amovpercmstpsraswlnrdnon.rtm"; + actions = "LauncherStandActions"; + speed = 1.153846; + interpolationRestart = 2; + leaningFactorBeg = 0.5; + leaningFactorEnd = 0.5; + weaponIK = 4; + duty = 0.8; + 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 + { + visibleSize = 0.300125; + actions = "CivilProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\lnr\AmovPercMstpSrasWlnrDnon_AmovPpneMstpSnonWnonDnon.rtm"; + speed = 0.578948; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + onLandEnd = 1; + interpolationRestart = 1; + duty = 2.0; + 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.0; + 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.rtm"; + soundOverride = "adjust_kneel_to_prone"; + }; + class AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon_Putdown: AmovPercMstpSrasWrflDnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\rfl\ainvpercmstpsraswrfldnon_in.rtm"; + speed = 1.8; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AinvPercMstpSrasWrflDnon_Putdown_AmovPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPercMstpSrasWrflDnon_Putdown: AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon_Putdown + { + relSpeedMin = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\rfl\ainvpercmstpsraswrfldnon.rtm"; + 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 + { + relSpeedMin = 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.rtm"; + speed = 0.731707; + leftHandIKBeg = 0; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPercMstpSrasWrflDnon_AinvPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + actions = "RifleStandActions_inv"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\rfl\ainvpercmstpsraswrfldnon_gin.rtm"; + 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.rtm"; + 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.rtm"; + speed = -11; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + 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.rtm"; + speed = 1.25; + leftHandIKBeg = 0; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPknlMstpSrasWrflDnon_AinvPknlMstpSrasWrflDnon_Putdown: AmovPknlMstpSrasWrflDnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\rfl\ainvPknlmstpsraswrfldnon_in.rtm"; + speed = 1.428571; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + enableOptics = 0; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AinvPknlMstpSrasWrflDnon_Putdown_AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPknlMstpSrasWrflDnon_Putdown: AmovPknlMstpSrasWrflDnon_AinvPknlMstpSrasWrflDnon_Putdown + { + relSpeedMin = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\rfl\ainvPknlmstpsraswrfldnon.rtm"; + 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[] = {}; + relSpeedMin = 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.rtm"; + speed = 0.833333; + leftHandIKBeg = 0; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPknlMstpSrasWrflDnon_AinvPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + relSpeedMin = 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = -6; + 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.rtm"; + speed = 1.75; + leftHandIKBeg = 0; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPpneMstpSrasWrflDnon_AinvPpneMstpSrasWrflDnon_Putdown: AmovPpneMstpSrasWrflDnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\rfl\ainvPpnemstpsraswrfldnon_in.rtm"; + speed = 0.731707; + interpolationRestart = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AinvPpneMstpSrasWrflDnon_Putdown_AmovPpneMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPpneMstpSrasWrflDnon_Putdown: AmovPpneMstpSrasWrflDnon_AinvPpneMstpSrasWrflDnon_Putdown + { + relSpeedMin = 1; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\rfl\ainvPpnemstpsraswrfldnon.rtm"; + 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 + { + relSpeedMin = 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.rtm"; + speed = 0.588235; + leftHandIKBeg = 0; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPpneMstpSrasWrflDnon_AinvPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + looped = 0; + canBlendStep = 0; + actions = "rifleproneActions_inv"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\rfl\ainvPpnemstpsraswrfldnon_gin.rtm"; + speed = 1.111111; + 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.rtm"; + 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.rtm"; + speed = -6.95; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + 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.rtm"; + speed = 1.85; + leftHandIKBeg = 0; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPercMstpSrasWpstDnon_AinvPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + relSpeedMin = 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = -6.95; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + 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.rtm"; + speed = 1.25; + leftHandIKBeg = 0; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPknlMstpSrasWpstDnon_AinvPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + relSpeedMin = 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = -6; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + 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.rtm"; + speed = 1.25; + leftHandIKBeg = 0; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPpneMstpSrasWpstDnon_AinvPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + relSpeedMin = 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = -8; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + 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.rtm"; + speed = 1.25; + leftHandIKBeg = 0; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPercMstpSrasWpstDnon_AinvPercMstpSrasWpstDnon_Putdown: AmovPercMstpSrasWpstDnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\pst\ainvpercmstpsraswpstdnon_in.rtm"; + speed = 1.8; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AinvPercMstpSrasWpstDnon_Putdown_AmovPercMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPercMstpSrasWpstDnon_Putdown_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + relSpeedMin = 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.rtm"; + speed = 0.731707; + leftHandIKBeg = 0; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPknlMstpSrasWpstDnon_AinvPknlMstpSrasWpstDnon_Putdown: AmovPknlMstpSrasWpstDnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\pst\ainvpknlmstpsraswpstdnon_in.rtm"; + speed = 1.428571; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AinvPknlMstpSrasWpstDnon_Putdown_AmovPknlMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPknlMstpSrasWpstDnon_Putdown_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + relSpeedMin = 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.rtm"; + speed = 0.833333; + leftHandIKBeg = 0; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPpneMstpSrasWpstDnon_AinvPpneMstpSrasWpstDnon_Putdown: AmovPpneMstpSrasWpstDnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\ras\pst\ainvppnemstpsraswpstdnon_in.rtm"; + speed = 0.731707; + interpolationRestart = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AinvPpneMstpSrasWpstDnon_Putdown_AmovPpneMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPpneMstpSrasWpstDnon_Putdown_AmovPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + relSpeedMin = 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.rtm"; + speed = 0.588235; + leftHandIKBeg = 0; + 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = -6; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = -4; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = -8; + 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.rtm"; + speed = 1.25; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.35; + visibleSize = 0.400125; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon.rtm"; + speed = -0.45; + interpolationRestart = 1; + soundOverride = "adjust_stand_to_kneel"; + soundEnabled = 1; + headBobStrength = 0.0; + duty = 0.4; + relSpeedMin = 1; + reverse = "AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon"; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSlowWrflDnon_AmovPknlMstpSlowWrflDnon: AmovPknlMstpSlowWrflDnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.5; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\rfl\amovpercmstpSlowwrfldnon_amovpknlmstpSlowwrfldnon.rtm"; + speed = -0.75; + soundOverride = "Walk"; + interpolationRestart = 1; + soundEnabled = 1; + disableWeapons = 1; + headBobStrength = 0.512438; + reverse = "AmovPknlMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon"; + }; + 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 + { + 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.rtm"; + speed = 0.710527; + soundOverride = "adjust_stand_to_prone"; + onLandBeg = 0; + leaningFactorBeg = 1; + interpolationRestart = 1; + duty = 0.5; + relSpeedMin = 1; + 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 = 0.2; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSlowWrflDnon_AmovPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.51; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_AmovPpneMstpSrasWrflDnon.rtm"; + 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 + { + 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.rtm"; + speed = -1; + }; + class AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon: AmovPercMstpSlowWrflDnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.55; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon.rtm"; + speed = -0.5; + interpolationRestart = 2; + disableWeapons = 1; + headBobStrength = 0.512438; + reverse = "AmovPercMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon"; + }; + class AmovPercMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.55; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\low\rfl\AmovPercMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon.rtm"; + speed = 3.055385; + interpolationRestart = 2; + disableWeapons = 1; + disableWeaponsLong = 1; + headBobStrength = 0.512438; + weaponLowered = 1; + reverse = "AmovPercMstpSrasWrflDnon_AmovPercMstpSlowWrflDnon"; + }; + class amovpknlmstpsraswrfldnon_amovpknlmstpSlowwrfldnon: AmovPknlMstpSlowWrflDnon + { + relSpeedMin = 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 + { + relSpeedMin = 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.297143; + reverse = "amovpknlmstpsraswrfldnon_amovpknlmstpSlowwrfldnon"; + }; + class AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon: TransAnimBase + { + variantsAI[] = {}; + boundingSphere = 3; + actions = "RifleProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\spr\low\rfl\AmovPercMsprSlowWrflDf_AmovPpneMstpSrasWrflDnon.rtm"; + speed = 1.2; + soundOverride = "laydown"; + enableDirectControl = 0; + leaningFactorBeg = 1; + duty = 1.0; + weaponIK = 1; + interpolationRestart = 1; + leftHandIKCurve[] = {0.52,1,0.72,0}; + 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.rtm"; + speed = 0.923077; + onLandEnd = 1; + leaningFactorBeg = 0; + leftHandIKCurve[] = {0.54,0,0.71,1}; + interpolationRestart = 0; + ConnectTo[] = {"AmovPpneMstpSrasWrflDnon",0.02}; + }; + class AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + 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.034483; + soundOverride = "laydown"; + enableDirectControl = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + soundEnabled = 1; + duty = 2; + leftHandIKBeg = 0; + leftHandIKEnd = 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 + { + 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.538462; + onLandBeg = 0; + soundOverride = "laydown"; + enableDirectControl = 0; + leaningFactorBeg = 1; + interpolationRestart = 1; + soundEnabled = 1; + duty = 2; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKCurve[] = {0.564103,0,0.794872,1}; + soundEdge[] = {0.01}; + }; + class AmovPercMrunSlowWrflDf_AmovPpneMstpSrasWrflDnon_old: AmovPpneMstpSrasWrflDnon + { + 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 + { + 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.rtm"; + speed = -0.55; + interpolationRestart = 1; + enableOptics = 1; + soundEnabled = 1; + headBobStrength = 0.0; + duty = 0.6; + relSpeedMin = 0.8; + reverse = "AmovPercMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon"; + soundOverride = "adjust_kneel_to_stand"; + }; + class AmovPknlMstpSlowWrflDnon_AmovPercMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon + { + disableWeapons = 1; + disableWeaponsLong = 1; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon: AmovPpneMstpSrasWrflDnon + { + 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.rtm"; + 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 = 0.2; + duty = 0.4; + relSpeedMin = 1; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSrasWrflDnon_AmovPknlMsprSrasWrflDf: TransAnimBase + { + actions = "RifleProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AmovPercMsprSlowWrflDf.rtm"; + 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; + 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 + { + relSpeedMax = 1; + relSpeedMin = 0.8; + variantsPlayer[] = {}; + variantsAI[] = {}; + visibleSize = 0.600125; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AmovPercMstpSrasWrflDnon.rtm"; + speed = 0.604477; + onLandBeg = 1; + canBlendStep = 0; + soundOverride = "adjust_prone_to_stand"; + soundEnabled = 1; + leaningFactorBeg = 0; + interpolationRestart = 1; + duty = 2; + looped = 0; + leftHandIKBeg = 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 + { + 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 + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + minPlayTime = 0.47; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\rfl\amovpknlmstpSlowwrfldnon_amovpercmstpSlowwrfldnon.rtm"; + speed = -0.75; + soundOverride = "Walk"; + soundEnabled = 1; + disableWeapons = 1; + relSpeedMin = 0.8; + headBobStrength = 0.512438; + interpolationRestart = 1; + reverse = "AmovPercMstpSlowWrflDnon_AmovPknlMstpSlowWrflDnon"; + }; + class AmovPpneMstpSrasWrflDnon_AmovPknlMstpSrasWrflDnon: AmovPknlMstpSrasWrflDnon + { + relSpeedMax = 1; + 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.rtm"; + speed = 0.987804; + onLandBeg = 1; + soundOverride = "adjust_prone_to_stand"; + soundEnabled = 1; + leaningFactorBeg = 0; + interpolationRestart = 1; + reverse = "AmovPknlMstpSrasWrflDnon_AmovPpneMstpSrasWrflDnon"; + soundEdge[] = {0.01}; + leftHandIKCurve[] = {0.03125,1,0.1,0,0.75,0,0.84375,1}; + duty = 0.6; + relSpeedMin = 0.8; + }; + class AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon: AmovPknlMstpSrasWpstDnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.35; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon.rtm"; + speed = -0.35; + interpolationRestart = 1; + duty = 0.2; + headBobStrength = 0.0; + reverse = "AmovPknlMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon"; + soundOverride = "adjust_stand_to_kneel"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSlowWpstDnon_AmovPknlMstpSlowWpstDnon: AmovPknlMstpSlowWpstDnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.35; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\pst\AmovPercMstpSlowWpstDnon_AmovPknlMstpSlowWpstDnon.rtm"; + speed = 1.111111; + disableWeapons = 1; + interpolationRestart = 1; + reverse = "AmovPknlMstpSlowWpstDnon_AmovPercMstpSlowWpstDnon"; + }; + class AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon: TransAnimBase + { + relSpeedMin = 1.15; + actions = "PistolRunFActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\spr\low\pst\AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon.rtm"; + speed = 2.181818; + 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 + { + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.45; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\spr\low\pst\AmovPercMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon_2.rtm"; + speed = 1.043478; + }; + class AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + relSpeedMin = 1; + 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}; + 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 + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\low\pst\AmovPknlMstpSlowWpstDnon_AmovPpneMstpSrasWpstDnon"; + speed = 0.566038; + reverse = "AmovPpneMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon"; + }; + class AmovPknlMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + 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; + relSpeedMin = 1; + headBobStrength = 0.0; + reverse = "AmovPercMstpSrasWpstDnon_AmovPknlMstpSrasWpstDnon"; + soundOverride = "adjust_kneel_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSlowWpstDnon_AmovPercMstpSlowWpstDnon: AmovPercMstpSlowWpstDnon + { + 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 + { + 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"; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon_AmovPercMsprSrasWpstDf_2",0.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWpstDnon_AmovPercMsprSrasWpstDf_2: AmovPknlMstpSrasWpstDnon_AmovPercMsprSrasWpstDf + { + actions = "PistolRunFActions"; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\stp\non\non\thisstateisobsolete.rtm"; + speed = 1.48; + ConnectTo[] = {"AmovPercMevaSrasWpstDf",0.02}; + InterpolateTo[] = {"AmovPercMevaSrasWpstDf",0.02,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon: AmovPpneMstpSrasWpstDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon.rtm"; + 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; + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.35; + }; + class AmovPpneMstpSrasWpstDnon_AmovPercMstpSrasWpstDnon: AmovPercMstpSrasWpstDnon + { + 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 + { + 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.0,1,0.0588,0,0.745,0,0.8823,1}; + leftHandIKEnd = 0; + rightHandIKBeg = 0; + rightHandIKCurve[] = {}; + rightHandIKEnd = 0; + duty = 0.4; + relSpeedMin = 0.5; + relSpeedMax = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + minPlayTime = 0.65; + soundOverride = "adjust_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AmovPercMsprSlowWpstDf: TransAnimBase + { + 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 + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.35; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon.rtm"; + speed = 1.538462; + duty = 0.1; + relSpeedMin = 1; + disableWeapons = 1; + reverse = "AmovPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon"; + soundOverride = "adjust_stand_to_kneel"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon: TransAnimBase + { + relSpeedMin = 1.15; + canBlendStep = 0; + actions = "CivilStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\spr\non\non\AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon.rtm"; + 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 + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.55; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\spr\non\non\AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon_2.rtm"; + speed = 1.5; + soundOverride = "laydown"; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + duty = 2; + soundEdge[] = {0.01}; + }; + class AmovPercMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon: AmovPpneMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.55; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon.rtm"; + speed = 0.886936; + onLandBeg = 0; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 2; + duty = 0.6; + relSpeedMin = 1; + disableWeapons = 1; + reverse = "AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon"; + soundOverride = "adjust_stand_to_prone"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.4; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon.rtm"; + speed = 1.467391; + aiming = "aimingCivil"; + duty = 0.2; + relSpeedMin = 1; + 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 + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.45; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon.rtm"; + speed = 1.323529; + 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 + { + relSpeedMax = 1; + relSpeedMin = 0.5; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.55; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AmovPercMstpSnonWnonDnon.rtm"; + speed = 0.8; + onLandBeg = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorEnd = 1; + interpolationRestart = 2; + duty = 1; + disableWeapons = 1; + reverse = "AmovPercMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon"; + soundOverride = "adjust_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon: AmovPknlMstpSnonWnonDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + minPlayTime = 0.45; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AmovPknlMstpSnonWnonDnon.rtm"; + speed = 0.895522; + onLandBeg = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + leaningFactorEnd = 1; + interpolationRestart = 2; + duty = 0.4; + relSpeedMin = 0.5; + relSpeedMax = 1; + disableWeapons = 1; + reverse = "AmovPknlMstpSnonWnonDnon_AmovPpneMstpSnonWnonDnon"; + soundOverride = "adjust_prone_to_stand"; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + class AmovPpneMstpSnonWnonDnon_AmovPercMsprSnonWnonDf: TransAnimBase + { + 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 + { + actions = "PistolStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AmovPercMstpSrasWpstDnon.rtm"; + 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; + 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 + { + 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 + { + 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 + { + 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"; + 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; + leftHandIKCurve[] = {0}; + rightHandIKCurve[] = {0}; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon",0.02,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWlnrDnon: amovpercmstpsraswrfldnon_amovpercmstpsraswlnrdnon + { + 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 + { + 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 + { + actions = "RifleStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\erc\stp\ras\pst\AmovPercMstpSrasWpstDnon_AmovPercMstpSrasWrflDnon"; + speed = 1.232877; + 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; + 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 + { + 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 + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\knl\stp\ras\pst\AmovPknlMstpSrasWpstDnon_AmovPknlMstpSrasWrflDnon_end"; + visibleSize = 0.350125; + actions = "RifleKneelActions"; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_AmovPknlMstpSrasWpstDnon",0.02,"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon: TransAnimBase + { + visibleSize = 0.125013; + actions = "RifleProneActions"; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\stp\ras\pst\AmovPpneMstpSrasWpstDnon_AmovPpneMstpSrasWrflDnon"; + speed = 1.935484; + disableWeapons = 1; + showHandGun = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + 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; + 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 + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\amovpercmstpsraswlnrdnon_amovpercmstpsraswpstdnon.rtm"; + 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 + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\amovpercmstpsraswlnrdnon_amovpercmstpsraswpstdnon_end.rtm"; + 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 + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\amovpercmstpsraswpstdnon_amovpercmstpsraswlnrdnon.rtm"; + 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 + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\pst\amovpercmstpsraswpstdnon_amovpercmstpsraswlnrdnon_end.rtm"; + disableWeapons = 1; + 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 + { + 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 + { + actions = "LauncherKneelActions"; + 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.034483; + 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; + 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.111111; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.02}; + }; + class AmovPknlMstpSrasWlnrDnon_AmovPknlMstpSrasWrflDnon: amovpercmstpsraswlnrdnon_amovpercmstpsraswrfldnon + { + 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 + { + 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 + { + 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 + { + 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.157894; + showItemInHand = 1; + disableWeapons = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "from_binoc"; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon_end",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWrflDnon_end: AmovPercMstpSrasWrflDnon + { + relSpeedMin = 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; + 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.157894; + 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 = "from_binoc"; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon_end",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWrflDnon_end: AmovPknlMstpSrasWrflDnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 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 = "from_binoc"; + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon_end",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWrflDnon_end: AmovPpneMstpSrasWrflDnon + { + relSpeedMin = 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.666667; + showItemInHand = 1; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "from_binoc"; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon_end",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon_end: AmovPercMstpSrasWpstDnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\erc\stp\opt\bin\awoppercmstpsoptwbindnon_AmovPercMstpSrasWpstDnon_end"; + speed = 1.153846; + }; + 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.666667; + showItemInHand = 1; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "from_binoc"; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon_end",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon_end: AmovPknlMstpSrasWpstDnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\knl\stp\opt\bin\awoppknlmstpsoptwbindnon_AmovPknlMstpSrasWpstDnon_end"; + speed = 1.153846; + 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.776317; + showItemInHand = 1; + disableWeapon = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + onLandBeg = 1; + onLandEnd = 1; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "from_binoc"; + ConnectTo[] = {"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon_end",0.02}; + InterpolateTo[] = {"AmovPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon_end: AmovPpneMstpSrasWpstDnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\wop\pne\stp\opt\bin\awopppnemstpsoptwbindnon_AmovPpneMstpSrasWpstDnon_end"; + speed = 1.273586; + 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 = "from_binoc_civil"; + 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 = "from_binoc_civil"; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon_end",0.02}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon_end: AmovPknlMstpSnonWnonDnon + { + relSpeedMin = 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.323529; + showItemInHand = 1; + disableWeapon = 1; + aiming = "aimingCivil"; + aimingBody = "aimingUpCivil"; + onLandBeg = 1; + onLandEnd = 1; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "from_binoc_civil"; + 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.764706; + 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.071429; + 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.609708; + relSpeedMin = 0.5; + limitGunMovement = 0.7; + weaponIK = 1; + headBobStrength = 0.25; + duty = 1.0; + disableWeaponsLong = 1; + enableOptics = 0; + 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.rtm"; + speed = 1.3; + limitGunMovement = 1.0; + ConnectTo[] = {"AmovPknlMstpSrasWrflDnon",0.02}; + InterpolateTo[] = {}; + }; + class AmovPercMevaSrasWrflDfr_AmovPknlMstpSrasWrflDnon: AmovPercMevaSrasWrflDf_AmovPknlMstpSrasWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\mov\erc\spr\low\rfl\amovpercmsprsraswrfldfr_amovpknlmstpsraswrfldnon.rtm"; + speed = 0.9; + }; + class AmovPercMevaSrasWrflDfl_AmovPknlMstpSrasWrflDnon: AmovPercMevaSrasWrflDf_AmovPknlMstpSrasWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\mov\erc\spr\low\rfl\amovpercmsprsraswrfldfl_amovpknlmstpsraswrfldnon.rtm"; + speed = 0.9; + }; + class AmovPercMevaSrasWrflDf_AmovPercMevaSrasWrflDfl: AmovPercMevaSrasWrflDf + { + interpolationspeed = 0.6; + interpolationrestart = 1; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\stp\non\non\thisstateisobsolete.rtm"; + speed = 0.96; + looped = 0; + ConnectTo[] = {"AmovPercMevaSrasWrflDfl",0.02}; + InterpolateTo[] = {"AmovPercMevaSrasWrflDfl",0.02,"AmovPercMevaSrasWrflDfl_AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDf_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMevaSrasWrflDf_AmovPercMevaSrasWrflDfr: AmovPercMevaSrasWrflDf_AmovPercMevaSrasWrflDfl + { + speed = 1.043478; + ConnectTo[] = {"AmovPercMevaSrasWrflDfr",0.02}; + InterpolateTo[] = {"AmovPercMevaSrasWrflDfr",0.02,"AmovPercMevaSrasWrflDfr_AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDf_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMevaSrasWrflDf_AmovPercMstpSrasWrflDnon: AmovPercMevaSrasWrflDf + { + looped = 0; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\stp\non\non\thisstateisobsolete.rtm"; + speed = 1.6; + ConnectTo[] = {"AmovPercMstpSrasWrflDnon",0.01}; + InterpolateTo[] = {"AmovPercMevaSrasWrflDf_AmovPercMevaSrasWrflDfr",0.02,"AmovPercMevaSrasWrflDf_AmovPercMevaSrasWrflDfl",0.02,"AmovPercMevaSrasWrflDfr_AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDfl_AmovPercMevaSrasWrflDfr",0.02,"AmovPercMevaSrasWrflDfr_AmovPercMevaSrasWrflDfl",0.02,"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDfl",0.02,"AmovPercMevaSrasWrflDfr",0.02,"Unconscious",0.1}; + }; + class AmovPknlMevaSrasWrflDf: AmovPercMevaSrasWrflDf + { + duty = 1.2; + Walkcycles = 2; + speed = 1.475986; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Knl\spr\low\Rfl\AmovPknlMsprSlowWrflDf.rtm"; + actions = "RifleKneelEvasiveActionsF"; + 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.rtm"; + 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 AmovPercMevaSrasWrflDfl_AmovPercMevaSrasWrflDf: AmovPercMevaSrasWrflDfl + { + interpolationspeed = 0.6; + interpolationrestart = 1; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\stp\non\non\thisstateisobsolete.rtm"; + speed = 0.96; + looped = 0; + ConnectTo[] = {"AmovPercMevaSrasWrflDf",0.02}; + InterpolateTo[] = {"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDf_AmovPercMevaSrasWrflDfl",0.02,"AmovPercMevaSrasWrflDf_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMevaSrasWrflDfl_AmovPercMevaSrasWrflDfr: AmovPercMevaSrasWrflDfl + { + interpolationspeed = 0.6; + interpolationrestart = 1; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\stp\non\non\thisstateisobsolete.rtm"; + speed = 0.631579; + looped = 0; + ConnectTo[] = {"AmovPercMevaSrasWrflDfr",0.02}; + InterpolateTo[] = {"AmovPercMevaSrasWrflDfr",0.02,"AmovPercMevaSrasWrflDfr_AmovPercMevaSrasWrflDfl",0.02,"AmovPercMevaSrasWrflDf_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMevaSrasWrflDfl: AmovPknlMevaSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Knl\spr\low\Rfl\AmovPknlMsprSlowWrflDfl.rtm"; + 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.rtm"; + aimPrecision = 3.0; + 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.rtm"; + 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 AmovPercMevaSrasWrflDfr_AmovPercMevaSrasWrflDfl: AmovPercMevaSrasWrflDfr + { + interpolationspeed = 0.6; + interpolationrestart = 1; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\stp\non\non\thisstateisobsolete.rtm"; + speed = 0.857143; + looped = 0; + ConnectTo[] = {"AmovPercMevaSrasWrflDfl",0.02}; + InterpolateTo[] = {"AmovPercMevaSrasWrflDfl",0.02,"AmovPercMevaSrasWrflDfl_AmovPercMevaSrasWrflDfr",0.02,"AmovPercMevaSrasWrflDf_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPercMevaSrasWrflDfr_AmovPercMevaSrasWrflDf: AmovPercMevaSrasWrflDfr + { + interpolationspeed = 0.6; + interpolationrestart = 1; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\stp\non\non\thisstateisobsolete.rtm"; + speed = 1.043478; + looped = 0; + ConnectTo[] = {"AmovPercMevaSrasWrflDf",0.02}; + InterpolateTo[] = {"AmovPercMevaSrasWrflDf",0.02,"AmovPercMevaSrasWrflDf_AmovPercMevaSrasWrflDfr",0.02,"AmovPercMevaSrasWrflDf_AmovPercMstpSrasWrflDnon",0.02,"Unconscious",0.1}; + }; + class AmovPknlMevaSrasWrflDfr: AmovPercMevaSrasWrflDfr + { + speed = 1.666667; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Knl\spr\low\Rfl\AmovPknlMsprSlowWrflDfr.rtm"; + 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 AmovPercMstpSlowWrflDnon_AmovPercMevaSrasWrflDl: AmovPercMstpSlowWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\mov\erc\stp\non\non\thisstateisobsolete.rtm"; + speed = 0.55; + soundOverride = "run"; + soundEnabled = 1; + looped = 0; + headBobStrength = 0.512438; + ConnectTo[] = {"AmovPercMwlkSrasWrflDl",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDl: AmovPercMstpSlowWrflDnon + { + actions = "RifleStandActions"; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\stp\non\non\thisstateisobsolete.rtm"; + speed = 0.6; + soundOverride = "sprint"; + soundEnabled = 1; + headBobStrength = 0.512438; + ConnectTo[] = {"AmovPercMwlkSrasWrflDl",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_AmovPercMevaSrasWrflDl: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\stp\non\non\thisstateisobsolete.rtm"; + speed = 0.57; + soundOverride = "run"; + soundEnabled = 1; + looped = 0; + headBobStrength = 0.512438; + ConnectTo[] = {"AmovPercMwlkSrasWrflDl",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMrunSrasWrflDf_AmovPercMevaSrasWrflDl: AmovPercMrunSrasWrflDf + { + actions = "RifleStandActions"; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\stp\non\non\thisstateisobsolete.rtm"; + speed = 0.57; + headBobStrength = 0.512438; + ConnectTo[] = {"AmovPercMwlkSrasWrflDl",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + 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 AmovPercMstpSlowWrflDnon_AmovPercMevaSrasWrflDr: AmovPercMstpSlowWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\mov\erc\stp\non\non\thisstateisobsolete.rtm"; + speed = 0.52; + soundOverride = "run"; + soundEnabled = 1; + looped = 0; + headBobStrength = 0.512438; + ConnectTo[] = {"AmovPercMwlkSrasWrflDr",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDr: AmovPercMstpSlowWrflDnon + { + actions = "RifleStandActions"; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\stp\non\non\thisstateisobsolete.rtm"; + speed = 0.54; + soundOverride = "sprint"; + soundEnabled = 1; + headBobStrength = 0.512438; + ConnectTo[] = {"AmovPercMwlkSrasWrflDr",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_AmovPercMevaSrasWrflDr: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\stp\non\non\thisstateisobsolete.rtm"; + speed = 0.51; + soundOverride = "run"; + soundEnabled = 1; + looped = 0; + headBobStrength = 0.512438; + ConnectTo[] = {"AmovPercMwlkSrasWrflDr",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMrunSrasWrflDf_AmovPercMevaSrasWrflDr: AmovPercMrunSrasWrflDf + { + actions = "RifleStandActions"; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\stp\non\non\thisstateisobsolete.rtm"; + speed = 0.55; + headBobStrength = 0.512438; + ConnectTo[] = {"AmovPercMwlkSrasWrflDr",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSlowWrflDnon_AmovPercMevaSrasWrflDb: AmovPercMstpSlowWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\mov\erc\stp\non\non\thisstateisobsolete.rtm"; + speed = 0.97; + soundOverride = "run"; + soundEnabled = 1; + looped = 0; + headBobStrength = 0.512438; + ConnectTo[] = {"AmovPercMwlkSrasWrflDb",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMrunSlowWrflDf_AmovPercMevaSrasWrflDb: AmovPercMstpSlowWrflDnon + { + actions = "RifleStandActions"; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\stp\non\non\thisstateisobsolete.rtm"; + speed = 0.92; + soundOverride = "sprint"; + soundEnabled = 1; + headBobStrength = 0.512438; + ConnectTo[] = {"AmovPercMwlkSrasWrflDb",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMstpSrasWrflDnon_AmovPercMevaSrasWrflDb: AmovPercMstpSrasWrflDnon + { + variantsPlayer[] = {}; + variantsAI[] = {}; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\stp\non\non\thisstateisobsolete.rtm"; + speed = 0.95; + soundOverride = "run"; + soundEnabled = 1; + looped = 0; + headBobStrength = 0.512438; + ConnectTo[] = {"AmovPercMwlkSrasWrflDb",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPercMrunSrasWrflDf_AmovPercMevaSrasWrflDb: AmovPercMrunSrasWrflDf + { + actions = "RifleStandActions"; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\stp\non\non\thisstateisobsolete.rtm"; + speed = 0.92; + headBobStrength = 0.512438; + ConnectTo[] = {"AmovPercMwlkSrasWrflDb",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPknlMstpSrasWrflDnon_AmovPknlMevaSrasWrflDl: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\stp\non\non\thisstateisobsolete.rtm"; + speed = 0.57; + soundOverride = "sprint"; + soundEnabled = 1; + headBobStrength = 0.512438; + ConnectTo[] = {"AmovPknlMwlkSrasWrflDl",0.02}; + InterpolateTo[] = {"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 AmovPknlMstpSrasWrflDnon_AmovPknlMevaSrasWrflDb: AmovPknlMstpSrasWrflDnon + { + variantsPlayer[] = {}; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\stp\non\non\thisstateisobsolete.rtm"; + speed = 0.7; + soundOverride = "sprint"; + soundEnabled = 1; + headBobStrength = 0.512438; + ConnectTo[] = {"AmovPknlMwlkSrasWrflDb",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPpneMstpSrasWrflDnon_AmovPpneMevaSlowWrflDl: AmovPpneMstpSrasWrflDnon + { + 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; + relSpeedMin = 0.5; + interpolationSpeed = 4.5; + interpolationRestart = 1; + headBobStrength = -1; + enableOptics = 0; + 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; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + enableOptics = 0; + speed = 1.725227; + 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 + { + duty = 1.0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\spr\low\pst\AmovPknlMsprSlowWpstDf"; + speed = 1.588437; + 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}; + }; + 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[] = {"AmovPknlMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.025,"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[] = {"AmovPknlMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon",0.025,"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 + { + 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"; + 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 + { + actions = "CivilEvasiveActions"; + speed = 1.685716; + canPullTrigger = 0; + duty = 0.6; + relSpeedMax = 1.106489; + 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,"Unconscious",0.1}; + }; + class AmovPercMevaSnonWnonDfl: AmovPercMevaSnonWnonDf + { + speed = 1.542859; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\non\non\AmovPercMsprSnonWnonDfl.rtm"; + InterpolateTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDfl",0.025,"AmovPercMrunSnonWnonDfl",0.02,"AmovPercMevaSnonWnonDf",0.02,"AmovPercMevaSnonWnonDfr",0.02,"Unconscious",0.1}; + }; + class AmovPercMevaSnonWnonDfr: AmovPercMevaSnonWnonDf + { + speed = 1.542859; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\spr\non\non\AmovPercMsprSnonWnonDfr.rtm"; + InterpolateTo[] = {"AmovPercMsprSnonWnonDf_AmovPpneMstpSnonWnonDnon",0.02,"AmovPercMstpSnonWnonDnon",0.06,"AmovPercMwlkSnonWnonDfr",0.025,"AmovPercMrunSnonWnonDfr",0.02,"AmovPercMevaSnonWnonDf",0.02,"AmovPercMevaSnonWnonDfl",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSnonWnonDnon_AmovPpneMevaSnonWnonDl: AidlPpneMstpSnonWnonDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AmovPpneMevaSnonWnonDl"; + speed = 0.95; + duty = 2; + soundOverride = "roll"; + enableOptics = 0; + enableDirectControl = 0; + headBobStrength = -1; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AmovPpneMstpSnonWnonDnon_AmovPpneMevaSnonWnonDr: AidlPpneMstpSnonWnonDnon_G0S + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AmovPpneMevaSnonWnonDr"; + speed = 0.95; + duty = 2; + soundOverride = "roll"; + enableOptics = 0; + enableDirectControl = 0; + headBobStrength = -1; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class CutSceneAnimationBase: AmovPercMstpSnonWnonDnon + { + affectedByFatigue = 0; + 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[] = {}; + }; + class CutSceneAnimationBaseSit: CutSceneAnimationBase + { + boundingSphere = 4; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + 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,"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}; + }; + 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}; + }; + 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}; + }; + 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.0; + 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.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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = 4.363637; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = 2.307692; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + }; + class LadderCivilDownLoop: LadderCivilUpLoop + { + file = "\A3\anims_f\Data\Anim\Sdr\ldr\erc\wlk\non\non\AldrPercMwlkSnonWnonDd.rtm"; + 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.rtm"; + 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.rtm"; + ConnectTo[] = {"LadderRifleStatic",1.0}; + }; + class LadderRifleTopOff: LadderCivilTopOff + { + actions = "RifleLowStandActions"; + file = "\A3\anims_f\Data\Anim\Sdr\ldr\erc\stp\low\rfl\AldrPercMstpSlowWrflDnon_AmovPercMstpSlowWrflDnon.rtm"; + 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.rtm"; + }; + class LadderRifleUpLoop: LadderCivilUpLoop + { + actions = "LadderRifleActions"; + file = "\A3\anims_f\Data\Anim\Sdr\ldr\erc\wlk\low\rfl\AldrPercMwlkSlowWrflDu.rtm"; + 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.rtm"; + 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.rtm"; + speed = 0.188347; + relSpeedMin = 0.5; + soundEdge[] = {0.5}; + headBobStrength = 0.57; + InterpolationSpeed = 1.5; + duty = -0.1; + 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; + relSpeedMin = 0.5; + canBlendStep = 0; + file = "\A3\anims_f\data\Anim\sdr\swm\erc\stp\non\non\Aswmpercmstpsnonwnondnon_invin.rtm"; + speed = 1.636364; + 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; + 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.rtm"; + speed = 0.470588; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AswmPercMstpSnonWnonDnon_goup: AswmPercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_goup.rtm"; + duty = 0.3; + InterpolateTo[] = {"AswmPercMstpSnonWnonDnon",0.2,"AsswPercMstpSnonWnonDnon",0.2}; + }; + class AswmPercMstpSnonWnonDnon_godown: AswmPercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_godown.rtm"; + duty = 0.3; + InterpolateTo[] = {"AswmPercMstpSnonWnonDnon",0.2,"AbswPercMstpSnonWnonDnon",0.2}; + }; + class AswmPercMstpSnonWnonDnon_relax: AswmPercMstpSnonWnonDnon + { + speed = -5.0; + ConnectTo[] = {"AswmPercMstpSnonWnonDnon",10.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AswmPercMstpSnonWnonDnon_putDown: AswmPercMstpSnonWnonDnon + { + speed = 10.0; + canPullTrigger = 1; + duty = 0.3; + InterpolateTo[] = {"AswmPercMstpSnonWnonDnon",0.2,"Unconscious",0.1}; + }; + class AswmPercMrunSnonWnonDf: AswmPercMstpSnonWnonDnon + { + actions = "SwimmingActionsRunF"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDf.rtm"; + speed = 0.238347; + relSpeedMin = 0.5; + relSpeedMax = 1.3; + duty = 0.3; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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"; + 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"; + 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"; + 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.rtm"; + 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.rtm"; + 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 + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_goup.rtm"; + duty = 0.1; + InterpolateTo[] = {"AsswPercMstpSnonWnonDnon",0.2}; + }; + class AsswPercMstpSnonWnonDnon_goDown: AsswPercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_godown.rtm"; + duty = 0.1; + InterpolateTo[] = {"AsswPercMstpSnonWnonDnon",0.2,"AswmPercMstpSnonWnonDnon",0.2,"AbswPercMstpSnonWnonDnon",0.2}; + }; + class AsswPercMstpSnonWnonDnon_relax: AsswPercMstpSnonWnonDnon + { + speed = -5.0; + ConnectTo[] = {"AsswPercMstpSnonWnonDnon",10.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AsswPercMstpSnonWnonDnon_putDown: AsswPercMstpSnonWnonDnon + { + speed = 10.0; + canPullTrigger = 1; + duty = 0.1; + InterpolateTo[] = {"AsswPercMstpSnonWnonDnon",0.2,"Unconscious",0.1}; + }; + class AsswPercMrunSnonWnonDf: AsswPercMstpSnonWnonDnon + { + actions = "SurfaceSwimmingActionsRunF"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDf.rtm"; + speed = 0.238347; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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"; + 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"; + 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"; + 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.rtm"; + 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.rtm"; + 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\bdv\erc\stp\non\non\AbdvPercMstpSnonWnonDnon.rtm"; + 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.0; + ConnectTo[] = {"AbswPercMstpSnonWnonDnon",10.01}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AbswPercMstpSnonWnonDnon_goup: AbswPercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_goup.rtm"; + duty = 0.3; + InterpolateTo[] = {"AswmPercMstpSnonWnonDnon",0.2,"AbswPercMstpSnonWnonDnon",0.2,"AsswPercMstpSnonWnonDnon",0.2}; + }; + class AbswPercMstpSnonWnonDnon_goDown: AbswPercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_godown.rtm"; + duty = 0.3; + InterpolateTo[] = {"AbswPercMstpSnonWnonDnon",0.2}; + }; + class AbswPercMstpSnonWnonDnon_putDown: AbswPercMstpSnonWnonDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\stp\non\non\AswmPercMstpSnonWnonDnon.rtm"; + speed = 10.0; + canPullTrigger = 1; + duty = 0.3; + InterpolateTo[] = {"AbswPercMstpSnonWnonDnon",0.2,"Unconscious",0.1}; + }; + class AbswPercMrunSnonWnonDf: AbswPercMstpSnonWnonDnon + { + actions = "BottomSwimmingActionsRunF"; + file = "\A3\anims_f\Data\Anim\Sdr\swm\erc\run\non\non\AswmPercMrunSnonWnonDf.rtm"; + speed = 0.238347; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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"; + 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"; + 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"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = 0.12; + 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; + relSpeedMin = 0.5; + canBlendStep = 0; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\advepercmstpsnonwnondnon_invin.rtm"; + speed = 1.636364; + 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; + 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.rtm"; + speed = 0.470588; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AdvePercMstpSnonWnonDnon_relax: AdvePercMstpSnonWnonDnon + { + speed = -5.0; + 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.rtm"; + speed = 0.32; + duty = 0.06; + actions = "DivingRifleActions"; + 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.rtm"; + speed = 0.32; + duty = 0.06; + actions = "DivingRifleActions"; + relSpeedMin = 0.5; + ConnectTo[] = {"AdvePercMstpSnonWnonDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AdvePercMstpSnonWnonDnon_goup: AdvePercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_goup.rtm"; + speed = 0.6; + canPullTrigger = 1; + duty = 0.06; + 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 + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_godown.rtm"; + speed = 0.8; + canPullTrigger = 1; + duty = 0.06; + 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.rtm"; + interpolationSpeed = 7.0; + 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.rtm"; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AdvePercMstpSnonWnonDnon_turnl: AdvePercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_turnl.rtm"; + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = 0.06; + 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.rtm"; + speed = 0.171429; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = 0.06; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMstpSnonWnonDnon",0.05,"AsdvPercMstpSnonWnonDnon_turnr",0.05,"AbdvPercMstpSnonWnonDnon_turnr",0.05}; + }; + class AdvePercMwlkSnonWnonDf: AdvePercMstpSnonWnonDnon + { + actions = "DivingActionsWlkF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDf.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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 + { + actions = "DivingActionsRunF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDf.rtm"; + 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,"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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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 + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\spr\non\non\AdvePercMsprSnonWnonDf.rtm"; + actions = "DivingActionsFastF"; + speed = 0.14336; + duty = 0.6; + 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.rtm"; + InterpolationSpeed = 2.5; + speed = 0.08; + relSpeedMin = 0.5; + soundEdge[] = {0.5}; + legs = "legsNo"; + limitGunMovement = 1.0; + soundOverride = "swim"; + soundEnabled = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mnon.p3d"; + aimPrecision = 1.7; + 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; + relSpeedMin = 0.5; + canBlendStep = 0; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\advepercmstpsnonwrfldnon_invin.rtm"; + speed = 1.636364; + 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; + 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.rtm"; + speed = 0.470588; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AdvePercMstpSnonWrflDnon_relax: AdvePercMstpSnonWrflDnon + { + speed = -5.0; + 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.rtm"; + speed = 0.32; + duty = 0.06; + 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.rtm"; + speed = 0.32; + duty = 0.06; + relSpeedMin = 0.5; + ConnectTo[] = {"AdvePercMstpSnonWrflDnon",0.2}; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class AdvePercMstpSnonWrflDnon_goup: AdvePercMstpSnonWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_goup.rtm"; + speed = 0.6; + duty = 0.06; + 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 + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_godown.rtm"; + speed = 0.8; + duty = 0.06; + 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.rtm"; + interpolationSpeed = 7.0; + 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.06; + 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.06; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AdvePercMstpSnonWrflDnon",0.05,"AsdvPercMstpSnonWrflDnon_turnr",0.05,"AbdvPercMstpSnonWrflDnon_turnr",0.05}; + }; + class AdvePercMwlkSnonWrflDf: AdvePercMstpSnonWrflDnon + { + limitGunMovement = 0.0; + disableWeaponsLong = 1; + disableWeapons = 1; + actions = "DivingRifleActionsWlkF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDf.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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 + { + limitGunMovement = 0.0; + disableWeaponsLong = 1; + disableWeapons = 1; + actions = "DivingRifleActionsTacF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDf.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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 + { + limitGunMovement = 0.0; + disableWeaponsLong = 1; + disableWeapons = 1; + actions = "DivingRifleActionsRunF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDf.rtm"; + 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,"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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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 + { + leftHandIKCurve[] = {0}; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\spr\non\rfl\AdvePercMsprSnonWrflDf.rtm"; + actions = "DivingRifleActionsFastF"; + speed = 0.14336; + duty = 0.6; + 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.rtm"; + speed = 0.12; + 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; + relSpeedMin = 0.5; + canBlendStep = 0; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\Advepercmstpsnonwnondnon_invin.rtm"; + speed = 1.636364; + 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; + 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.rtm"; + speed = 0.470588; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AsdvPercMstpSnonWnonDnon_relax: AsdvPercMstpSnonWnonDnon + { + speed = -5.0; + 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.rtm"; + speed = 0.32; + duty = 0.06; + actions = "SurfaceDivingRifleActions"; + 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.rtm"; + speed = 0.32; + duty = 0.06; + actions = "SurfaceDivingRifleActions"; + relSpeedMin = 0.5; + ConnectTo[] = {"AsdvPercMstpSnonWnonDnon",0.2}; + enableBinocular = 0; + }; + class AsdvPercMstpSnonWnonDnon_goup: AsdvPercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_goup.rtm"; + speed = 0.6; + canPullTrigger = 1; + duty = 0.06; + 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 + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_godown.rtm"; + speed = 0.8; + canPullTrigger = 1; + duty = 0.06; + 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.06; + 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.06; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMstpSnonWnonDnon",0.05,"AdvePercMstpSnonWnonDnon_turnr",0.05,"AbdvPercMstpSnonWnonDnon_turnr",0.05}; + }; + class AsdvPercMwlkSnonWnonDf: AsdvPercMstpSnonWnonDnon + { + actions = "SurfaceDivingActionsWlkF"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDf.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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 + { + actions = "SurfaceDivingActionsTacF"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDf.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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 + { + actions = "SurfaceDivingActionsRunF"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\non\AsdvPercMrunSnonWnonDf.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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 + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\spr\non\non\AdvePercMsprSnonWnonDf.rtm"; + actions = "SurfaceDivingActionsFastF"; + speed = 0.14336; + duty = 0.6; + 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.rtm"; + InterpolationSpeed = 2.5; + speed = 0.08; + relSpeedMin = 0.5; + soundEdge[] = {0.5}; + limitGunMovement = 1.0; + soundOverride = "swim"; + soundEnabled = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mnon.p3d"; + aimPrecision = 1.7; + 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; + relSpeedMin = 0.5; + canBlendStep = 0; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\Advepercmstpsnonwrfldnon_invin.rtm"; + speed = 1.636364; + 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; + 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.rtm"; + speed = 0.470588; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AsdvPercMstpSnonWrflDnon_relax: AsdvPercMstpSnonWrflDnon + { + speed = -5.0; + 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.rtm"; + speed = 0.32; + duty = 0.06; + 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.rtm"; + speed = 0.32; + duty = 0.06; + relSpeedMin = 0.5; + ConnectTo[] = {"AsdvPercMstpSnonWrflDnon",0.2}; + enableBinocular = 0; + }; + class AsdvPercMstpSnonWrflDnon_goup: AsdvPercMstpSnonWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_goup.rtm"; + speed = 0.6; + duty = 0.06; + 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 + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_godown.rtm"; + speed = 0.8; + duty = 0.06; + 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.06; + 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.06; + ConnectTo[] = {}; + InterpolateTo[] = {"Unconscious",0.01,"AsdvPercMstpSnonWrflDnon",0.05,"AdvePercMstpSnonWrflDnon_turnr",0.05,"AbdvPercMstpSnonWrflDnon_turnr",0.05}; + enableBinocular = 0; + }; + class AsdvPercMwlkSnonWrflDf: AsdvPercMstpSnonWrflDnon + { + limitGunMovement = 0.0; + disableWeaponsLong = 1; + disableWeapons = 1; + actions = "SurfaceDivingRifleActionsWlkF"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDf.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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 + { + limitGunMovement = 0.0; + disableWeaponsLong = 1; + disableWeapons = 1; + leftHandIKCurve[] = {0}; + actions = "SurfaceDivingRifleActionsTacF"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDf.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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 + { + limitGunMovement = 0; + disableWeaponsLong = 1; + disableWeapons = 1; + actions = "SurfaceDivingRifleActionsRunF"; + file = "\A3\anims_f\data\Anim\sdr\sdv\erc\run\non\rfl\AsdvPercMrunSnonWrflDf.rtm"; + speed = 0.122414; + relSpeedMax = 1.5; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mrun.p3d"; + duty = 0.06; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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 + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\spr\non\rfl\AdvePercMsprSnonWrflDf.rtm"; + 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.rtm"; + speed = 0.12; + 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; + relSpeedMin = 0.5; + canBlendStep = 0; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\Advepercmstpsnonwnondnon_invin.rtm"; + speed = 1.636364; + 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; + 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.rtm"; + speed = 0.470588; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AbdvPercMstpSnonWnonDnon_relax: AbdvPercMstpSnonWnonDnon + { + speed = -5.0; + 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.rtm"; + speed = 0.32; + duty = 0.06; + actions = "BottomDivingRifleActions"; + 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.rtm"; + speed = 0.32; + duty = 0.06; + actions = "BottomDivingRifleActions"; + relSpeedMin = 0.5; + ConnectTo[] = {"AbdvPercMstpSnonWnonDnon",0.2}; + enableBinocular = 0; + }; + class AbdvPercMstpSnonWnonDnon_goup: AbdvPercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_goup.rtm"; + 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 + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_godown.rtm"; + 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 + { + actions = "BottomDivingActionsWlkF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDf.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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 + { + actions = "BottomDivingActionsTacF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDf.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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 + { + actions = "BottomDivingActionsRunF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\non\AdvePercMrunSnonWnonDf.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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 + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\spr\non\non\AdvePercMsprSnonWnonDf.rtm"; + 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.rtm"; + InterpolationSpeed = 2.5; + speed = 0.08; + relSpeedMin = 0.5; + soundEdge[] = {0.5}; + legs = "legsNo"; + limitGunMovement = 1.0; + soundOverride = "swim"; + soundEnabled = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pswm_Mnon.p3d"; + aimPrecision = 1.7; + 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; + relSpeedMin = 0.5; + canBlendStep = 0; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\Advepercmstpsnonwrfldnon_invin.rtm"; + speed = 1.636364; + 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; + 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.rtm"; + speed = 0.470588; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AbdvPercMstpSnonWrflDnon_relax: AbdvPercMstpSnonWrflDnon + { + speed = -5.0; + 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.rtm"; + speed = 0.32; + duty = 0.06; + 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.rtm"; + speed = 0.32; + duty = 0.06; + relSpeedMin = 0.5; + ConnectTo[] = {"AbdvPercMstpSnonWrflDnon",0.2}; + enableBinocular = 0; + }; + class AbdvPercMstpSnonWrflDnon_goup: AbdvPercMstpSnonWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_goup.rtm"; + 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 + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_godown.rtm"; + 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 + { + limitGunMovement = 0.0; + disableWeaponsLong = 1; + disableWeapons = 1; + actions = "BottomDivingRifleActionsWlkF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDf.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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 + { + limitGunMovement = 0.0; + disableWeaponsLong = 1; + disableWeapons = 1; + actions = "BottomDivingRifleActionsTacF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDf.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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 + { + limitGunMovement = 0.0; + disableWeaponsLong = 1; + disableWeapons = 1; + actions = "BottomDivingRifleActionsRunF"; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\run\non\rfl\AdvePercMrunSnonWrflDf.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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 + { + leftHandIKCurve[] = {0}; + file = "\A3\anims_f\data\Anim\sdr\dve\erc\spr\non\rfl\AdvePercMsprSnonWrflDf.rtm"; + 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.rtm"; + interpolationRestart = 1; + speed = 0.42; + leftHandIKCurve[] = {0,1,0.06,0}; + rightHandIKCurve[] = {0.04,1,0.12,0}; + relSpeedMin = 0.5; + looped = 0; + aimPrecision = 0.7; + disableWeaponsLong = 1; + ConnectTo[] = {"AdvePercMstpSnonWnonDnon",0.2}; + InterpolateTo[] = {"AsdvPercMstpSnonWrflDnon_AsdvPercMstpSnonWnonDnon",0.1,"AbdvPercMstpSnonWrflDnon_AbdvPercMstpSnonWnonDnon",0.1}; + }; + class AdvePercMstpSnonWnonDnon_AdvePercMstpSnonWrflDnon: AdvePercMstpSnonWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_AdvePercMstpSnonWrflDnon.rtm"; + interpolationSpeed = 2.5; + interpolationRestart = 2; + speed = 0.33; + leftHandIKCurve[] = {0.895,0,0.951,1}; + rightHandIKCurve[] = {0.362,0,0.434,1}; + relSpeedMin = 1; + looped = 0; + minPlayTime = 0.9; + aimPrecision = 0.7; + }; + class AbdvPercMstpSnonWrflDnon_AbdvPercMstpSnonWnonDnon: AbdvPercMstpSnonWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_AdvePercMstpSnonWnonDnon.rtm"; + speed = 0.32; + leftHandIKCurve[] = {0,1,0.06,0}; + rightHandIKCurve[] = {0.04,1,0.12,0}; + 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 + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_AdvePercMstpSnonWrflDnon.rtm"; + interpolationSpeed = 2.5; + interpolationRestart = 2; + speed = 0.33; + leftHandIKCurve[] = {0.895,0,0.951,1}; + rightHandIKCurve[] = {0.362,0,0.434,1}; + relSpeedMin = 1; + looped = 0; + minPlayTime = 0.9; + aimPrecision = 0.7; + }; + class AsdvPercMstpSnonWrflDnon_AsdvPercMstpSnonWnonDnon: AsdvPercMstpSnonWrflDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\rfl\AdvePercMstpSnonWrflDnon_AdvePercMstpSnonWnonDnon.rtm"; + speed = 0.32; + leftHandIKCurve[] = {0,1,0.06,0}; + rightHandIKCurve[] = {0.04,1,0.12,0}; + relSpeedMin = 0.5; + looped = 0; + aimPrecision = 0.7; + disableWeaponsLong = 1; + ConnectTo[] = {"AsdvPercMstpSnonWnonDnon",0.2}; + InterpolateTo[] = {"AdvePercMstpSnonWrflDnon_AdvePercMstpSnonWnonDnon",0.1,"AbdvPercMstpSnonWrflDnon_AbdvPercMstpSnonWnonDnon",0.1}; + enableBinocular = 0; + }; + class AsdvPercMstpSnonWnonDnon_AsdvPercMstpSnonWrflDnon: AsdvPercMstpSnonWnonDnon + { + file = "\A3\anims_f\data\Anim\sdr\dve\erc\stp\non\non\AdvePercMstpSnonWnonDnon_AdvePercMstpSnonWrflDnon.rtm"; + interpolationSpeed = 2.5; + interpolationRestart = 2; + speed = 0.33; + leftHandIKCurve[] = {0.895,0,0.951,1}; + rightHandIKCurve[] = {0.362,0,0.434,1}; + relSpeedMin = 1; + looped = 0; + aimPrecision = 0.7; + 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; + 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}; + }; + 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.5; + speed = 0.47619; + duty = -0.1; + 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 + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + 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 + { + speed = 1.542859; + duty = 1; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDf"; + actions = "BinocStandActionsEvasiveF"; + InterpolateTo[] = {"AmovPercMstpSoptWbinDnon",0.02,"AmovPercMwlkSoptWbinDf",0.025,"AmovPercMrunSnonWbinDf",0.025,"AmovPercMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPercMevaSnonWbinDf",0.025,"AmovPercMevaSnonWbinDfl",0.025,"AmovPercMevaSnonWbinDfr",0.025,"Unconscious",0.1}; + }; + class AmovPercMevaSnonWbinDfl: AmovPercMevaSnonWbinDf + { + speed = 1.542859; + actions = "BinocStandActionsEvasiveFL"; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfl"; + 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}; + }; + class AmovPercMevaSnonWbinDfr: AmovPercMevaSnonWbinDf + { + speed = 1.542859; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfr"; + 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}; + }; + 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}; + }; + 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 = 2.5; + 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 + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + 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 + { + speed = 1.542859; + duty = 1; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDf"; + actions = "BinocKneelActionsEvasiveF"; + InterpolateTo[] = {"AmovPknlMstpSoptWbinDnon",0.02,"AmovPknlMwlkSoptWbinDf",0.025,"AmovPknlMrunSnonWbinDf",0.025,"AmovPknlMstpSoptWbinDnon_AmovPpneMstpSoptWbinDnon",0.025,"AmovPknlMevaSnonWbinDf",0.025,"AmovPknlMevaSnonWbinDfl",0.025,"AmovPknlMevaSnonWbinDfr",0.025,"Unconscious",0.1}; + }; + class AmovPknlMevaSnonWbinDfl: AmovPknlMevaSnonWbinDf + { + speed = 1.542859; + actions = "BinocKneelActionsEvasiveFL"; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfl"; + 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}; + }; + class AmovPknlMevaSnonWbinDfr: AmovPknlMevaSnonWbinDf + { + speed = 1.542859; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfr"; + 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}; + }; + 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}; + 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}; + }; + class AmovPpneMwlkSoptWbinDf: AmovPpneMstpSoptWbinDnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\run\non\non\AmovPpneMrunSnonWnonDf"; + soundEdge[] = {0.25,0.5,0.75,1}; + aimprecision = 2.5; + speed = 0.47619; + duty = -0.1; + 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 + { + enableBinocular = 0; + enableOptics = 0; + duty = 0.4; + relSpeedMin = 0.5; + relSpeedMax = 1.1; + limitGunMovement = 0.3; + soundOverride = "crawl"; + speed = 0.517241; + 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 = 0.666667; + 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.434783; + 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 = 0.789474; + 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 = 0.681818; + 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 = 0.833333; + 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.545455; + 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 + { + speed = 0.732886; + duty = 1; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\pne\spr\low\pst\amovppnemsprSlowwpstdf.rtm"; + actions = "BinocProneActionsEvasiveF"; + 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 + { + ConnectTo[] = {"AmovPpneMstpSoptWbinDnon",0.02}; + InterpolateTo[] = {"AmovPpneMstpSoptWbinDnon",0.02,"Unconscious",0.1}; + }; + class AmovPpneMstpSoptWbinDnon_turnR: AmovPpneMstpSoptWbinDnon_turnL{}; + 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 = 2.5; + 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; + 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.542859; + 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.542859; + 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.542859; + 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 = 2.5; + 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; + 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.542859; + duty = 1; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDf"; + 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.542859; + actions = "BinocKneelRflActionsEvasiveFL"; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfl"; + 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.542859; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfr"; + 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 = 2.5; + 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; + 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.rtm"; + 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 = 2.5; + 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; + 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.542859; + 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.542859; + 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.542859; + 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 = 2.5; + 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; + 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.542859; + duty = 1; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDf"; + 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.542859; + actions = "BinocKneelPstActionsEvasiveFL"; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfl"; + 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.542859; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfr"; + 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 = 2.5; + 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; + 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.rtm"; + 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 = 2.5; + 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; + 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.542859; + 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.542859; + 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.542859; + 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 = 2.5; + 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; + 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.542859; + duty = 1; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDf"; + 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.542859; + actions = "BinocKneelLnrActionsEvasiveFL"; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfl"; + 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.542859; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfr"; + 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 = 2.5; + 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; + 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.rtm"; + 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 = 2.5; + 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; + 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.542859; + 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.542859; + 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.542859; + 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 = 2.5; + 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; + 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.542859; + duty = 1; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDf"; + 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.542859; + actions = "BinocKneelCivilActionsEvasiveFL"; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfl"; + 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.542859; + file = "\A3\anims_f\Data\Anim\sdr\mov\erc\spr\non\non\AmovPercMsprSnonWnonDfr"; + 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 = 2.5; + 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; + 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.rtm"; + 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 + { + 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 + { + 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 + { + 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 + { + 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 + { + 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 + { + 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.081081; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + soundEdge[] = {0.01}; + soundOverride = "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 + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\rfl\AmovPercMstpSrasWrflDnon_AwopPercMstpSoptWbinDnon_end"; + speed = 2.105263; + 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.081081; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + leftHandIKBeg = 0; + soundEdge[] = {0.01}; + soundOverride = "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 + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\rfl\AmovPknlMstpSrasWrflDnon_AwopPknlMstpSoptWbinDnon_end"; + speed = 2.105263; + 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; + soundEdge[] = {0.01}; + soundOverride = "to_binoc"; + 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 + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\ras\rfl\AmovPpneMstpSrasWrflDnon_AwopPpneMstpSoptWbinDnon_end"; + speed = 1.431126; + 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.034483; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + weaponIK = 0; + showHandGun = 1; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "to_binoc"; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWpstDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWpstDnon_AwopPercMstpSoptWbinDnon_end: AmovPercMstpSoptWbinDnon + { + relSpeedMin = 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.034483; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + showHandGun = 1; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "to_binoc"; + ConnectTo[] = {"AmovPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWpstDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWpstDnon_AwopPknlMstpSoptWbinDnon_end: AmovPknlMstpSoptWbinDnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 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 = "to_binoc"; + ConnectTo[] = {"AmovPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSrasWpstDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPpneMstpSrasWpstDnon_AwopPpneMstpSoptWbinDnon_end: AmovPpneMstpSoptWbinDnon + { + relSpeedMin = 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.045454; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "to_binoc_civil"; + ConnectTo[] = {"AmovPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_AmovPercMstpSnonWnonDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon_end: AmovPercMstpSoptWbinDnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\non\non\AmovPercMstpSnonWnonDnon_AwopPercMstpSoptWbinDnon_end"; + speed = 2.045454; + 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.045454; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "to_binoc_civil"; + ConnectTo[] = {"AmovPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSnonWnonDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon_end: AmovPknlMstpSoptWbinDnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\non\non\AmovPknlMstpSnonWnonDnon_AwopPknlMstpSoptWbinDnon_end"; + speed = 2.045454; + 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.377551; + disableWeapons = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + onLandBeg = 1; + onLandEnd = 1; + interpolationRestart = 2; + canPullTrigger = 0; + soundEdge[] = {0.01}; + soundOverride = "to_binoc_civil"; + ConnectTo[] = {"AmovPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPpneMstpSoptWbinDnon_AmovPpneMstpSnonWnonDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon_end: AmovPpneMstpSoptWbinDnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\pne\stp\non\non\AmovPpneMstpSnonWnonDnon_AwopPpneMstpSoptWbinDnon_end"; + speed = 1.298077; + 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_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 = -7; + 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; + 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}; + }; + 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 + { + relSpeedMin = 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_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; + soundEdge[] = {0.01}; + rightHandIKCurve[] = {0}; + leftHandIKCurve[] = {0}; + looped = 0; + canBlendStep = 0; + ConnectTo[] = {"AinvPknlMstpSlayWpstDnon_medicOut",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + 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 AinvPpneMstpSlayWpstDnon_medic: AinvPknlMstpSlayWpstDnon_medic + { + relSpeedMin = 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 AinvPknlMstpSlayWnonDnon_medic: AmovPknlMstpSnonWnonDnon + { + actions = "HealSelfCivilActionBase"; + interpolationRestart = 1; + soundOverride = "healself"; + 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; + rightHandIKCurve[] = {0}; + leftHandIKCurve[] = {0}; + looped = 0; + canBlendStep = 0; + ConnectTo[] = {"AinvPknlMstpSlayWnonDnon_medicOut",0.1}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + 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 + { + relSpeedMin = 1; + soundOverride = "healself"; + actions = "HealSelfCivilActionProne"; + file = "\A3\anims_f\Data\Anim\Sdr\inv\pne\stp\lay\pst\AinvPpneMstpSlayWpstDnon_medic"; + speed = -8; + 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 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 + { + relSpeedMin = 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; + 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.rtm"; + 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.0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\AinjPpneMstpSnonWrflDnon_rolltoback"; + speed = -2.0; + 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 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 = 3.0; + 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 = 5.0; + 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 = 5; + visibleSize = 0.750126; + relSpeedMin = 0.5; + duty = 0.5; + speed = 1.304348; + canReload = 0; + headBobStrength = 0.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.rtm"; + speed = -15.0; + actions = "MoveWithInjuredMan_helperRfl"; + limitGunMovement = 0; + duty = 1; + canPullTrigger = 0; + showWeaponAim = 0; + interpolationSpeed = 1.0; + 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 = 0.0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\AcinPknlMstpSrasWrflDnon_Helper"; + forceAim = 0; + interpolationSpeed = 6.0; + 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.rtm"; + limitGunMovement = 0.5; + aimPrecision = 3.0; + visibleSize = 0; + duty = -0.2; + actions = "MoveWithInjuredManCarrierRflStill"; + canPullTrigger = 1; + forceAim = 0; + headBobStrength = 0; + disableWeapons = 0; + 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.rtm"; + speed = -6.0; + 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.rtm"; + 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.rtm"; + speed = -15.0; + actions = "InjuredManCarriedActionsRfl"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + interpolationSpeed = 1.0; + 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.rtm"; + speed = -6.0; + 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.rtm"; + speed = -6.0; + 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 = 2; + 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.0; + 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.0; + 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 = 5; + visibleSize = 0.750126; + relSpeedMin = 0.5; + duty = 0.5; + headBobStrength = 0; + speed = 1.304348; + 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.rtm"; + speed = -15.0; + actions = "MoveWithInjuredManCarrierNon"; + limitGunMovement = 0; + duty = 1; + canPullTrigger = 0; + showWeaponAim = 0; + interpolationSpeed = 1.0; + 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.rtm"; + showHandGun = 1; + ConnectTo[] = {"AcinPercMstpSnonWpstDnon",0.1}; + }; + class Helper_SwitchToCarrynon: AcinPknlMstpSnonWnonDnon_AcinPercMrunSnonWnonDnon + { + speed = 0.0; + actions = "MoveWithInjuredMan_helpernon"; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\Helper_SwitchToCarrynon"; + interpolationSpeed = 6.0; + 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.rtm"; + aimPrecision = 5; + visibleSize = 0; + duty = -0.2; + actions = "MoveWithInjuredManCarrierNonStill"; + forceAim = 0; + headBobStrength = 0; + 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.rtm"; + showHandGun = 1; + aimPrecision = 3.0; + 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.rtm"; + speed = -6.0; + 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.rtm"; + showHandGun = 1; + ConnectTo[] = {"AmovPercMstpSrasWpstDnon",0.1}; + }; + class AinjPfalMstpSnonWnonDnon_carried_Up: AgonyBase + { + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inj\carrying\injured_pickup.rtm"; + speed = -15.0; + 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.rtm"; + speed = -6.0; + 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.rtm"; + speed = 0.3; + InterpolateTo[] = {"Unconscious",0.1}; + }; + class amovpercmstpsraswlnrdnon: AmovPknlMstpSrasWlnrDnon + { + 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.rtm"; + 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.01,"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.01,"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}; + }; + 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.rtm"; + speed = 0.369149; + 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 + { + 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; + 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.0; + 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.rtm"; + 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.rtm"; + }; + class aidlpercmstpsraswlnrdnon_2: aidlpercmstpsraswlnrdnon_3 + { + file = "\A3\anims_f\Data\Anim\Sdr\idl\erc\stp\ras\lnr\aidlpercmstpsraswlnrdnon03.rtm"; + }; + class amovpercmstpSlowwlnrdnon: amovpercmstpsraswlnrdnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\low\lnr\amovpercmstpSlowwlnrdnon.rtm"; + disableWeapons = 1; + disableWeaponsLong = 1; + enableMissile = 0; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wnon.p3d"; + actions = "LauncherStandLowStpActions"; + aimPrecision = 1.0; + 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 + { + file = "\A3\anims_f\Data\Anim\Sdr\ovr\erc\stp\low\lnr\AovrPercMstpSlowWlnrDf"; + speed = 0.5; + looped = 0; + duty = 2; + relSpeedMin = 1; + 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.rtm"; + ConnectTo[] = {"amovpercmstpSlowwlnrdnon",0.01}; + InterpolateTo[] = {"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.rtm"; + }; + class AmovPercMwlkSlowWlnrDf: amovpercmstpSlowwlnrdnon + { + relSpeedMin = 0.8; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\low\lnr\amovpercmwlkSlowwlnrdf.rtm"; + speed = 0.555556; + canPullTrigger = 1; + duty = -0.2; + soundOverride = "Walk"; + soundEnabled = 1; + limitGunMovement = 0.6; + aimPrecision = 3.0; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + InterpolateTo[] = {"Unconscious",0.01,"AmovPercMrunSlowWlnrDfr",0.025,"AmovPknlMwlkSrasWlnrDfr",0.03,"amovpercmstpSlowwlnrdnon",0.02,"AmovPercMwlkSlowWlnrDf",0.025,"AmovPercMwlkSlowWlnrDl",0.025}; + }; + class AmovPercMwlkSrasWlnrDf: AidlPercMstpSrasWlnrDnon_G0S + { + relSpeedMin = 0.8; + headBobStrength = 0.10199; + speed = 0.614224; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\wlk\ras\lnr\amovpercmwlksraswlnrdf.rtm"; + duty = -0.1; + soundOverride = "Walk"; + soundEnabled = 1; + limitGunMovement = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + actions = "LauncherStandActionsWlkF"; + aimPrecision = 3.0; + interpolationSpeed = 3.0; + 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = 0.524476; + actions = "LauncherStandActionsWlkB"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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 + { + headBobStrength = 0.164179; + speed = 1.226994; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\lnr\amovpercmtacsraswlnrdf.rtm"; + duty = 0.7; + soundOverride = "run"; + soundEnabled = 1; + limitGunMovement = 0.6; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Perc_Wrfl.p3d"; + actions = "LauncherStandActionstacF"; + aimPrecision = 3.0; + interpolationSpeed = 3.0; + 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.rtm"; + 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.266968; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\lnr\amovpercmtacsraswlnrdl.rtm"; + 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.050328; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\lnr\amovpercmtacsraswlnrdb.rtm"; + actions = "LauncherStandActionstacB"; + 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.rtm"; + 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.rtm"; + 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.126761; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\lnr\amovpercmtacsraswlnrdr.rtm"; + 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.rtm"; + 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}; + }; + class AmovPercMrunSrasWlnrDl: AmovPercMrunSrasWlnrDf + { + speed = 1.726027; + 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.570202; + 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}; + }; + class amovpercmstpsraswlnrdnon_turnl: amovpercmstpsraswlnrdnon + { + speed = 1.2; + aimPrecision = 2; + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\amovpercmstpsraswlnrdnon_aiturn90l.rtm"; + ConnectTo[] = {"amovpercmstpsraswlnrdnon",0.02}; + }; + class amovpercmstpSraswlnrdnon_turnr: amovpercmstpsraswlnrdnon + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\stp\ras\lnr\amovpercmstpsraswlnrdnon_aiturn90r.rtm"; + speed = 1.4; + aimPrecision = 2; + ConnectTo[] = {"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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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 = "from_binoc_lnr"; + ConnectTo[] = {"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon_end",0.02}; + InterpolateTo[] = {"AmovPercMstpSrasWlnrDnon_AwopPercMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon_end: amovpercmstpsraswlnrdnon + { + relSpeedMin = 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 = "from_binoc_lnr"; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon_end",0.02}; + InterpolateTo[] = {"AmovPknlMstpSrasWlnrDnon_AwopPknlMstpSoptWbinDnon_end",0.01,"Unconscious",0.01}; + }; + class AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon_end: AmovPknlMstpSrasWlnrDnon + { + relSpeedMin = 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 = "to_binoc_lnr"; + ConnectTo[] = {"AmovPercMstpSrasWlnrDnon_AwopPercMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPercMstpSoptWbinDnon_AmovPercMstpSrasWlnrDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPercMstpSrasWlnrDnon_AwopPercMstpSoptWbinDnon_end: AmovPercMstpSoptWbinDnon + { + relSpeedMin = 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.578947; + 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.081081; + 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 = "to_binoc_lnr"; + ConnectTo[] = {"AmovPknlMstpSrasWlnrDnon_AwopPknlMstpSoptWbinDnon_end",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_AmovPknlMstpSrasWlnrDnon_end",0.01,"Unconscious",0.01}; + }; + class AmovPknlMstpSrasWlnrDnon_AwopPknlMstpSoptWbinDnon_end: AmovPknlMstpSoptWbinDnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + canBlendStep = 0; + looped = 0; + file = "\A3\anims_f\Data\Anim\Sdr\mov\knl\stp\ras\lnr\AmovPknlMstpSrasWlnrDnon_AwopPknlMstpSoptWbinDnon_end"; + speed = 2.105263; + showItemInHand = 1; + aiming = "aimingPistol"; + aimingBody = "aimingUpPistol"; + leftHandIKCurve[] = {}; + rightHandIKCurve[] = {}; + }; + class AmovPercMrunSrasWrflDf_AmovPercMrunSrasWrflDfr: AmovPercMrunSrasWrflDf + { + interpolationspeed = 0.6; + interpolationrestart = 1; + file = "\A3\anims_f\data\Anim\sdr\mov\erc\stp\non\non\thisstateisobsolete.rtm"; + speed = 1.088889; + looped = 0; + aimPrecision = 2.0; + ConnectTo[] = {"AmovPercMrunSrasWrflDfr",0.01}; + InterpolateTo[] = {"AmovPercMrunSrasWrflDfr",0.01,"AmovPercMstpSrasWrflDnon",0.05,"AmovPercMrunSrasWrflDfr_AmovPercMrunSrasWrflDf",0.025,"Unconscious",0.1}; + }; + 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.533333; + looped = 0; + aimPrecision = 2.0; + 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.088889; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSrasWrflDfl_AmovPercMrunSrasWrflDfr"; + looped = 0; + aimPrecision = 2.0; + 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.088889; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSrasWrflDfl_AmovPercMrunSrasWrflDf"; + looped = 0; + aimPrecision = 2.0; + 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 = 2.0; + 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.533333; + file = "\A3\anims_f\Data\Anim\Sdr\Mov\Erc\run\low\Rfl\AmovPercMrunSrasWrflDfr_AmovPercMrunSrasWrflDf"; + looped = 0; + aimPrecision = 2.0; + ConnectTo[] = {"AmovPercMrunSrasWrflDf",0.01}; + InterpolateTo[] = {"AmovPercMrunSrasWrflDf",0.01,"AmovPercMrunSrasWrflDfl",0.2,"AmovPercMstpSrasWrflDnon",0.05,"AmovPercMrunSrasWrflDf_AmovPercMrunSrasWrflDfr",0.025,"Unconscious",0.1}; + }; + class AfalPercMstpSrasWrflDnon: AmovPercMstpSrasWrflDnon + { + file = "\A3\anims_f\Data\Anim\sdr\fal\erc\stp\ras\rfl\afalpercmstpsraswrfldnon"; + speed = -1.5; + aimPrecision = 7.0; + 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_AmovPercMevaSrasWrflDl",0.05,"AmovPercMstpSrasWrflDnon_AmovPercMevaSrasWrflDr",0.05,"AmovPercMstpSrasWrflDnon_AmovPercMevaSrasWrflDb",0.05,"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.0; + 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,"AmovPknlMstpSrasWrflDnon_AmovPknlMevaSrasWrflDl",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMevaSrasWrflDr",0.02,"AmovPknlMstpSrasWrflDnon_AmovPknlMevaSrasWrflDb",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,"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.0; + 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,"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,"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.0; + 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.0; + 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.0; + 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.0; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AmovPercMstpSnonWnonDnon_turnL",0.02,"AmovPercMstpSnonWnonDnon_turnR",0.02,"AovrPercMstpSnonWnonDf",0.02,"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.0; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AmovPknlMstpSnonWnonDnon_turnL",0.02,"AmovPknlMstpSnonWnonDnon_turnR",0.02,"AinvPknlMstpSlayWnonDnon_medicIn",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.0; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"AmovPpneMstpSnonWnonDnon_turnL",0.02,"AmovPpneMstpSnonWnonDnon_turnR",0.02,"AinvPpneMstpSlayWnonDnon_medicIn",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.0; + interpolationRestart = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + InterpolateTo[] = {"amovpercmstpsraswlnrdnon_turnl",0.02,"amovpercmstpSraswlnrdnon_turnr",0.02,"AmovPercMwlkSrasWlnrDf",0.02,"AovrPercMstpSrasWlnrDf",0.01,"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.0; + 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 AmovPercMtacSrasWrflDf_AmovPercMtacSrasWlnrDf: AmovPercMtacSrasWrflDf + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\rfl\AmovPercMtacSrasWrflDf_AmovPercMtacSrasWlnrDf.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + actions = "RifleStandActionsTacLnr"; + speed = 0.576923; + looped = 0; + enableMissile = 1; + disableWeapons = 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 AmovPercMtacSrasWrflDfr_AmovPercMtacSrasWlnrDfr: AmovPercMtacSrasWrflDfr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\rfl\AmovPercMtacSrasWrflDfr_AmovPercMtacSrasWlnrDfr.rtm"; + 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 AmovPercMtacSrasWrflDfr_AmovPercMtacSrasWlnrDfr_2: AmovPercMtacSrasWlnrDfr + { + file = "\A3\anims_f\Data\Anim\Sdr\mov\erc\tac\ras\rfl\AmovPercMtacSrasWrflDfr_AmovPercMtacSrasWlnrDfr_2.rtm"; + actions = "RifleStandActionsTacLnr"; + speed = 0.576923; + enableMissile = 1; + looped = 0; + disableWeapons = 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 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.034483; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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 + { + relSpeedMin = 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = -6.95; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + 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.rtm"; + speed = 1.25; + leftHandIKBeg = 0; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPknlMstpSrasWlnrDnon_AinvPknlMstpSrasWlnrDnon: AmovPknlMstpSrasWlnrDnon + { + relSpeedMin = 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.rtm"; + 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 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.rtm"; + 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.rtm"; + speed = -6.95; + leftHandIKBeg = 0; + leftHandIKEnd = 0; + 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.rtm"; + speed = 1.25; + leftHandIKBeg = 0; + HeadBobMode = 5; + HeadBobStrength = -1; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPercMstpSrasWlnrDnon_AinvPercMstpSrasWlnrDnon_Putdown: amovpercmstpsraswlnrdnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\erc\stp\ras\lnr\ainvpercmstpsraswlnrdnon_in.rtm"; + speed = 1.8; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AinvPercMstpSrasWlnrDnon_Putdown_AmovPercMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPercMstpSrasWlnrDnon_Putdown_AmovPercMstpSrasWlnrDnon: amovpercmstpsraswlnrdnon + { + relSpeedMin = 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.rtm"; + speed = 0.731707; + leftHandIKBeg = 0; + leftHandIKCurve[] = {0.8,0,1,1}; + }; + class AmovPknlMstpSrasWlnrDnon_AinvPknlMstpSrasWlnrDnon_Putdown: AmovPknlMstpSrasWlnrDnon + { + relSpeedMin = 1; + variantsPlayer[] = {}; + variantsAI[] = {}; + looped = 0; + canBlendStep = 0; + file = "\A3\anims_f\Data\Anim\Sdr\inv\knl\stp\ras\lnr\ainvpknlmstpsraswlnrdnon_in.rtm"; + speed = 1.428571; + leaningFactorBeg = 0; + leaningFactorEnd = 0; + interpolationRestart = 1; + leftHandIKCurve[] = {0,1,0.3,0}; + ConnectTo[] = {"AinvPknlMstpSrasWlnrDnon_Putdown_AmovPknlMstpSrasWlnrDnon",0.02}; + InterpolateTo[] = {"Unconscious",0.01}; + }; + class AinvPknlMstpSrasWlnrDnon_Putdown_AmovPknlMstpSrasWlnrDnon: AmovPknlMstpSrasWlnrDnon + { + relSpeedMin = 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.rtm"; + speed = 0.833333; + leftHandIKBeg = 0; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.354,0.74}; + 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.462,0.721}; + 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.54,0.98}; + 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.0335,0.0854,0.1039,0.1929,0.2784,0.3441,0.5847,0.5951,0.6626,0.6842,0.7525,0.7732,0.9023,0.9145,0.9829,0.9932}; + 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.1295,0.15,0.3901,0.4398,0.45,0.4561,0.502,0.5285,0.5536,0.579,0.5917,0.7529,0.7668,0.7914,0.815,0.85,0.9071,0.9236,0.9489,0.9642,0.98}; + InterpolateTo[] = {}; + }; + class acts_InjuredLyingRifle01: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredLyingRifle01"; + speed = 0.106; + actions = "NoActions"; + soundOverride = "acts_InjuredLyingRifle01"; + InterpolateTo[] = {}; + }; + class acts_InjuredLookingRifle01: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredLookingRifle01"; + speed = 0.167; + actions = "NoActions"; + soundOverride = "acts_InjuredLookingRifle01"; + InterpolateTo[] = {}; + }; + class acts_InjuredLookingRifle02: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredLookingRifle02"; + speed = 0.102; + actions = "NoActions"; + soundOverride = "acts_InjuredLookingRifle02"; + InterpolateTo[] = {}; + }; + class acts_InjuredLookingRifle03: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredLookingRifle03"; + speed = 0.088; + actions = "NoActions"; + soundOverride = "acts_InjuredLookingRifle03"; + InterpolateTo[] = {}; + }; + class acts_InjuredLookingRifle04: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredLookingRifle04"; + speed = 0.06; + actions = "NoActions"; + soundOverride = "acts_InjuredLookingRifle04"; + InterpolateTo[] = {}; + }; + class acts_InjuredLookingRifle05: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredLookingRifle05"; + speed = 0.067; + actions = "NoActions"; + soundOverride = "acts_InjuredLookingRifle05"; + InterpolateTo[] = {}; + }; + class acts_InjuredAngryRifle01: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredAngryRifle01"; + speed = 0.098; + actions = "NoActions"; + soundOverride = "acts_InjuredAngryRifle01"; + InterpolateTo[] = {}; + }; + class acts_InjuredSpeakingRifle01: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredSpeakingRifle01"; + speed = 0.064; + actions = "NoActions"; + soundOverride = "acts_InjuredSpeakingRifle01"; + InterpolateTo[] = {}; + }; + class acts_InjuredCoughRifle02: CutSceneAnimationBaseZoZo + { + file = "\a3\anims_f\data\Anim\sdr\cts\cts_InjuredCoughRifle02"; + speed = 0.142; + actions = "ToIncapacitatedRifleAction"; + soundOverride = "acts_InjuredCoughRifle02"; + InterpolateTo[] = {}; + 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.rtm"; + 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.rtm"; + 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.rtm"; + legs = "legsNo"; + }; + 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.rtm"; + 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.rtm"; + speed = 0.0545; + }; + class HubSittingChairA_idle3: HubSittingChairA_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairA_idle3.rtm"; + speed = 0.0769; + }; + class HubSittingChairA_move1: HubSittingChairA_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairA_move1.rtm"; + speed = 0.1132; + }; + class HubSittingChairB_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairB_idle1.rtm"; + 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.rtm"; + speed = 0.0652; + }; + class HubSittingChairB_idle3: HubSittingChairB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairB_idle3.rtm"; + speed = 0.0293; + }; + class HubSittingChairB_move1: HubSittingChairB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairB_move1.rtm"; + speed = 0.0932; + }; + class HubSittingChairC_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairC_idle1.rtm"; + 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.rtm"; + speed = 0.0667; + }; + class HubSittingChairC_idle3: HubSittingChairC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairC_idle3.rtm"; + speed = 0.0667; + }; + class HubSittingChairC_move1: HubSittingChairC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairC_move1.rtm"; + speed = 0.0621; + }; + class HubSittingChairUA_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUA_idle1.rtm"; + 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.rtm"; + 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.rtm"; + }; + class HubSittingChairUB_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUB_idle1.rtm"; + 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.rtm"; + speed = 0.0652; + }; + class HubSittingChairUB_idle3: HubSittingChairUB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUB_idle3.rtm"; + speed = 0.0293; + }; + class HubSittingChairUB_move1: HubSittingChairUB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUB_move1.rtm"; + speed = 0.0932; + }; + class HubSittingChairUC_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUC_idle1.rtm"; + 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.rtm"; + speed = 0.0667; + }; + class HubSittingChairUC_idle3: HubSittingChairUC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUC_idle3.rtm"; + speed = 0.0667; + }; + class HubSittingChairUC_move1: HubSittingChairUC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingChairUC_move1.rtm"; + speed = 0.0621; + }; + class HubSittingAtTableU_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingAtTableU_idle1.rtm"; + 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.rtm"; + speed = 0.0882; + }; + class HubSittingAtTableU_idle3: HubSittingAtTableU_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingChair\HubSittingAtTableU_idle3.rtm"; + speed = 0.0488; + }; + class HubSittingHighA_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingHigh\HubSittingHighA_idle1.rtm"; + speed = 0.1; + }; + class HubSittingHighB_idle1: HubTemplateU + { + speed = 0.0648; + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingHigh\HubSittingHighB_idle1.rtm"; + }; + class HubSittingHighB_idle2: HubSittingHighB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingHigh\HubSittingHighB_idle2.rtm"; + speed = 0.068; + }; + class HubSittingHighB_idle3: HubSittingHighB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingHigh\HubSittingHighB_idle3.rtm"; + speed = 0.0716; + }; + class HubSittingHighB_move1: HubSittingHighB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingHigh\HubSittingHighB_move1.rtm"; + speed = 0.030303; + }; + class HubSittingHighB_in: HubSittingHighB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingHigh\HubSittingHighB_in.rtm"; + speed = 0.1345; + }; + class HubSittingHighB_out: HubSittingHighB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingHigh\HubSittingHighB_out.rtm"; + speed = 0.3333; + }; + class HubSittingHighB_outSalute: HubSittingHighB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\SittingHigh\HubSittingHighB_outSalute.rtm"; + speed = 0.24; + }; + class HubWoundedProne_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Wounded\HubWoundedProne_idle1.rtm"; + speed = 0.04; + }; + class HubWoundedProne_idle2: HubWoundedProne_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Wounded\HubWoundedProne_idle2.rtm"; + speed = 0.0342; + }; + class HubFixingVehicleProne_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\FixingVehicle\HubFixingVehicleProne_idle1.rtm"; + 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.rtm"; + looped = 1; + speed = 1e+010; + actions = "RifleKneelActions"; + collisionShape = "A3\anims_f\Data\Geom\Sdr\Pknl_Wrfl.p3d"; + canBlendStep = 1; + interpolationSpeed = 4.0; + 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.rtm"; + 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.rtm"; + speed = 0.075; + }; + class HubShootingRangeKneel_move3: HubShootingRangeKneel_move1 + { + file = "\A3\anims_f\data\Anim\sdr\cts\HUB\ShootingRange\Hub_ShootingRange_Kneel_move3.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = 0.0444; + }; + class HubShootingRangeProne_move3: HubShootingRangeProne_move1 + { + file = "\A3\anims_f\data\Anim\sdr\cts\HUB\ShootingRange\Hub_ShootingRange_Prone_move3.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = 0.1195; + }; + class HubShootingRangeStand_move3: HubShootingRangeStand_move1 + { + file = "\A3\anims_f\data\Anim\sdr\cts\HUB\ShootingRange\Hub_ShootingRange_Stand_move3.rtm"; + speed = 0.0779; + }; + class HubShootingRangeStand_move4: HubShootingRangeStand_move1 + { + file = "\A3\anims_f\data\Anim\sdr\cts\HUB\ShootingRange\Hub_ShootingRange_Stand_move4.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = 0.0545; + }; + class HubStandingUA_idle2: HubStandingUA_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUA_idle2.rtm"; + speed = 0.0577; + }; + class HubStandingUA_idle3: HubStandingUA_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUA_idle3.rtm"; + speed = 0.0556; + }; + class HubStandingUA_move1: HubStandingUA_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUA_move1.rtm"; + speed = 0.0659; + }; + class HubStandingUA_move2: HubStandingUA_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUA_move2.rtm"; + speed = 0.0645; + }; + class HubStandingUB_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUB_idle1.rtm"; + speed = 0.0567; + }; + class HubStandingUB_idle2: HubStandingUB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUB_idle2.rtm"; + speed = 0.069; + }; + class HubStandingUB_idle3: HubStandingUB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUB_idle3.rtm"; + speed = 0.0667; + }; + class HubStandingUB_move1: HubStandingUB_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUB_move1.rtm"; + speed = 0.0714; + }; + class HubStandingUC_idle1: HubTemplateU + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUC_idle1.rtm"; + speed = 0.0659; + }; + class HubStandingUC_idle2: HubStandingUC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUC_idle2.rtm"; + speed = 0.1027; + }; + class HubStandingUC_idle3: HubStandingUC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUC_idle3.rtm"; + speed = 0.0706; + }; + class HubStandingUC_move1: HubStandingUC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUC_move1.rtm"; + speed = 0.0432; + }; + class HubStandingUC_move2: HubStandingUC_idle1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStandingUC_move2.rtm"; + speed = 0.0741; + }; + class HubStanding_idle1: HubTemplate + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Standing\HubStanding_idle1.rtm"; + speed = -25.0; + 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = 0.3333; + }; + class HubWave_move2: HubWave_move1 + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Wave\HubWave_move2.rtm"; + speed = 0.2222; + }; + class HubTemplate_Briefing: HubTemplateU + { + useIdles = 0; + }; + class HubBriefing_loop: HubTemplate_Briefing + { + file = "\A3\Anims_F_EPA\data\Anim\sdr\cts\HubCleaned\Briefing\HubBriefing_loop.rtm"; + 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}; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = 0.1136; + ConnectTo[] = {"HubBriefing_loop",0.01}; + InterpolateTo[] = {"HubBriefing_loop",0.01}; + }; + class Campaign_Base: AmovPercMstpSnonWnonDnon + { + affectedByFatigue = 0; + looped = 0; + weaponIK = 1; + leftHandIKEnd = 1.0; + leftHandIKBeg = 1.0; + rightHandIKBeg = 1.0; + rightHandIKEnd = 1.0; + interpolationSpeed = 2.5; + preload = 1; + relSpeedMin = 1.0; + relSpeedMax = 1; + soundEnabled = 1; + soundEdge[] = {0.01}; + }; + 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.rtm"; + speed = 0.3846; + leftHandIKCurve[] = {0.17,1,0.23,0,0.7,0,0.84,1}; + rightHandIKCurve[] = {1}; + }; + class Acts_PercMwlkSlowWrflDf: Campaign_Base + { + relSpeedMin = 0.8; + relSpeedMax = 1; + file = "\A3\anims_f\data\Anim\sdr\cts\Custom\A_in\Acts_PercMwlkSlowWrflDf.rtm"; + 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.rtm"; + speed = 0.25; + soundEdge[] = {0.25,0.5,0.75,1}; + looped = 1; + headBobStrength = 0.054726; + relSpeedMin = 0.996672; + }; + class Acts_PercMstpSlowWrflDnon_handup2: Campaign_Base + { + file = "\A3\anims_f\data\Anim\sdr\cts\Custom\A_in\Acts_PercMstpSlowWrflDnon_handup2.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = 0.0382; + soundOverride = "Acts_WalkingChecking"; + boundingSphere = 10.0; + 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.rtm"; + 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.0; + 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.rtm"; + 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 = 3.0; + 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 Acts_UnconsciousStandUp_part1: Campaign_Base + { + variantAfter[] = {99,99,""}; + 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.rtm"; + speed = 0.0228; + actions = "Acts_UnconsciousStandUp_Actions"; + interpolationRestart = 1; + enableDirectControl = 0; + interpolationSpeed = 0.05; + headBobMode = 1; + headBobStrength = -1.0; + canBlendStep = 0; + aiming = "aimingNo"; + aimingBody = "aimingNo"; + head = "headNo"; + forceAim = 1; + soundEdge[] = {0.4673,0.4848,0.5121,0.5221,0.5606,0.5804,0.6312,0.679,0.72,0.7625,0.8626,0.9097,0.9757}; + }; + 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.rtm"; + 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.rtm"; + speed = 0.025; + disableWeapons = 1; + relSpeedMin = 0.5; + relSpeedMax = 1; + boundingSphere = 4.0; + soundOverride = "Acts_HUBABriefing"; + soundEdge[] = {0.029,0.046,0.059,0.074,0.288,0.315,0.323,0.402,0.424,0.447,0.467,0.478,0.985,0.997}; + }; + class Acts_SignalToCheck: Campaign_Base + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_SignalToCheck.rtm"; + 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.rtm"; + speed = 0.05; + soundOverride = "Acts_carFixingWheel"; + ConnectTo[] = {}; + }; + class Acts_SittingJumpingSaluting_in: Campaign_Base + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_in\Acts_SittingJumpingSaluting_in.rtm"; + speed = 0.1345; + soundOverride = "Acts_SittingJumpingSaluting_in"; + soundEdge[] = {0.0582,0.1838,0.2511,0.2959,0.3856}; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = 0.5456; + soundOverride = "Acts_NavigatingChopper_Loop"; + looped = 1; + 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.rtm"; + 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.rtm"; + actions = "Acts_TreatingWounded_actions"; + interpolationRestart = 1; + speed = 0.3261; + soundOverride = "Acts_TreatingWounded_in"; + soundEdge[] = {0.2717,0.3611,0.7711}; + }; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = 0.1911; + soundOverride = "Acts_TreatingWounded04"; + 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.rtm"; + 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.rtm"; + speed = 0.1604; + soundOverride = "Acts_TreatingWounded06"; + 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.rtm"; + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.0001}; + soundEdge[] = {0.1864,0.3728,0.6864,0.7966}; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = 0.5556; + 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.rtm"; + speed = 0.5456; + looped = 1; + actions = "Acts_ShowingTheRightWay_actions"; + }; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + speed = 0.0773; + looped = 0; + legs = "legsNo"; + interpolationRestart = 1; + soundOverride = "Acts_BoatAttacked01"; + }; + class Acts_BoatAttacked02: CutSceneAnimationBaseZoZo + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_out\Acts_BoatAttacked02.rtm"; + speed = 0.0674; + looped = 0; + legs = "legsNo"; + interpolationRestart = 1; + soundOverride = "Acts_BoatAttacked02"; + }; + class Acts_BoatAttacked03: CutSceneAnimationBaseZoZo + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_out\Acts_BoatAttacked03.rtm"; + speed = 0.0642; + looped = 0; + legs = "legsNo"; + interpolationRestart = 1; + soundOverride = "Acts_BoatAttacked03"; + }; + class Acts_BoatAttacked04: AmovPercMstpSnonWnonDnon_Scared + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_out\Acts_BoatAttacked04.rtm"; + 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.rtm"; + speed = 0.0968; + looped = 0; + legs = "legsNo"; + headBobMode = 3; + headBobStrength = 0.004975; + interpolationRestart = 1; + soundOverride = "Acts_BoatAttacked05"; + }; + class Acts_AidlPercMstpSlowWrflDnon_pissing: Campaign_Base + { + ConnectTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + file = "\a3\Anims_F\data\Anim\sdr\cts\Custom\A_in\Acts_PercMstpSlowWrflDnon_pissing.rtm"; + speed = 0.0522; + soundOverride = "Acts_AidlPercMstpSlowWrflDnon_pissing"; + InterpolateTo[] = {}; + }; + class Acts_A_M01_briefing: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_A_M01_briefing.rtm"; + speed = 0.011; + looped = 0; + preload = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class Acts_A_M02_briefing: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_A_M02_briefing.rtm"; + speed = 0.0245; + looped = 0; + preload = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class Acts_A_M03_briefing: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_A_M03_briefing.rtm"; + speed = 0.015; + looped = 0; + preload = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class Acts_A_M04_briefing: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_A_M04_briefing.rtm"; + speed = 0.014; + looped = 0; + preload = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class Acts_A_M05_briefing: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\A_hub01\Acts_A_M05_briefing.rtm"; + speed = 0.0147; + looped = 0; + preload = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class Acts_A_OUT_briefing: CutSceneAnimationBase + { + rightHandIKCurve[] = {0.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.rtm"; + speed = 0.0131; + weaponIK = 1; + looped = 0; + preload = 1; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + 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.rtm"; + speed = 0.011; + collisionShape = "A3\anims_f\Data\Geom\Sdr\geom_empty.p3d"; + }; + class Acts_B_hub01_briefing: Acts_B_briefings + { + speed = 0.0097; + }; + class Acts_B_m06_briefing: Acts_B_briefings + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_B_m06_briefing.rtm"; + speed = 0.0115; + }; + class Acts_B_M01_briefing: Acts_B_briefings + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_B_m01_briefing.rtm"; + speed = 0.0126; + }; + class Acts_B_M02_briefing: Acts_B_briefings + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_B_m02_briefing.rtm"; + speed = 0.0106; + canBlendStep = 0; + }; + class Acts_B_M03_briefing: Acts_B_briefings + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_B_m03_briefing.rtm"; + speed = 0.0118; + }; + class Acts_B_M05_briefing: Acts_B_briefings + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_B_m05_briefing.rtm"; + speed = 0.0144; + }; + class Acts_B_out2_briefing: Acts_B_briefings + { + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_B_out2_briefing.rtm"; + speed = 0.0089; + }; + class Acts_C_in1_briefing: CutSceneAnimationBase + { + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_in1\Acts_C_in1_briefing.rtm"; + looped = 0; + speed = 0.0122; + 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.rtm"; + }; + 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.rtm"; + soundEnabled = 1; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_welcomeOnHUB01_AIWalk_1b",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30.0; + 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.rtm"; + soundEdge[] = {0.072,0.16,0.236,0.328,0.416,0.5,0.584,0.656,0.748,0.84,0.924,0.999}; + 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.rtm"; + soundEdge[] = {0.138,0.288,0.37,0.722,0.861,0.999}; + 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.rtm"; + soundEdge[] = {0.06,0.12,0.18,0.24,0.3,0.362,0.42,0.482,0.554,0.608,0.68,0.731,0.8,0.86,0.92,0.985}; + 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.rtm"; + soundEdge[] = {0.07,0.194,0.294,0.774,0.889}; + 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.rtm"; + soundEdge[] = {0.02,0.123,0.228,0.333,0.423,0.533,0.633,0.723,0.819,0.923,0.999}; + 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.rtm"; + soundEdge[] = {0.182,0.288,0.923}; + 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.rtm"; + soundEdge[] = {0.047,0.166,0.729,0.398,0.505,0.619,0.72,0.827,0.934}; + 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.rtm"; + soundEnabled = 1; + soundEdge[] = {0.8}; + ConnectTo[] = {"Acts_welcomeOnHUB02_AIWalk_2",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30.0; + 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.rtm"; + soundEdge[] = {0.095,0.209,0.3,0.4,0.5,0.6,0.68,0.78,0.87,0.98}; + 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.rtm"; + soundEdge[] = {0.24,0.55,0.84}; + 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.rtm"; + soundEdge[] = {0.043,0.139,0.239,0.334,0.434,0.533,0.633,0.713,0.808,0.904,0.995}; + 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.rtm"; + soundEdge[] = {0.063,0.154,0.218,0.99}; + 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.rtm"; + soundEdge[] = {0.096,0.183,0.27,0.349,0.432,0.51,0.589,0.672,0.751,0.825,0.908,""}; + 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.rtm"; + ConnectTo[] = {"Acts_welcomeOnHUB01_PlayerWalk_1",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30.0; + 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.rtm"; + soundEdge[] = {0.013,0.1,0.17,0.246,0.316,0.39,0.46,0.53,0.6,0.673,0.736,0.816,0.893,0.966}; + 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.rtm"; + soundEdge[] = {0.1,0.25,0.79}; + 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.rtm"; + soundEdge[] = {0.015,0.062,0.113,0.155,0.202,0.248,0.295,0.346,0.393,0.44,0.484,0.535,0.582,0.628,0.673,0.722,0.773,0.822,0.868,0.928,0.984}; + 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.rtm"; + soundEdge[] = {0.07,0.85}; + 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.rtm"; + soundEdge[] = {0.056,0.148,0.236,0.328,0.412,0.5,0.576,0.668,0.756,0.844,0.932}; + 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.rtm"; + soundEdge[] = {0.015,0.084,0.013,0.869,0.915}; + 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.rtm"; + ConnectTo[] = {"Acts_welcomeOnHUB02_PlayerWalk_1",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30.0; + 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.rtm"; + soundEdge[] = {0.013,0.1,0.17,0.246,0.316,0.39,0.46,0.53,0.6,0.673,0.736,0.816,0.893,0.966}; + 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.rtm"; + soundEdge[] = {0.1,0.25,0.79}; + 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.rtm"; + soundEdge[] = {0.015,0.062,0.113,0.155,0.202,0.248,0.295,0.346,0.393,0.44,0.484,0.535,0.582,0.628,0.673,0.722,0.773,0.822,0.868,0.928,0.984}; + ConnectTo[] = {}; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + /* + class Acts_welcomeOnHUB03_AIWalk_test: CutSceneAnimationBase + { + speed = 0.0277; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_welcomeOnHUB03_AIWalk.rtm"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30.0; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + + class Acts_welcomeOnHUB03_playerWalk_test: CutSceneAnimationBase + { + speed = 0.0277; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub01\Acts_welcomeOnHUB03_playerWalk.rtm"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30.0; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + */ + 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.rtm"; + 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.0; + 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.rtm"; + 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.0; + 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.rtm"; + 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.0; + 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.rtm"; + 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.0; + 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.rtm"; + 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.0; + 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.rtm"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30.0; + 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.rtm"; + 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.0; + 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.rtm"; + 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.0; + 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.rtm"; + 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.0; + 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.rtm"; + 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.0; + 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.rtm"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30.0; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + /* + class Acts_welcomeOnHUB04_AIWalk_test: CutSceneAnimationBase + { + speed = 0.0289; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_welcomeOnHUB04_AIWalk.rtm"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30.0; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB04_playerWalk_test: CutSceneAnimationBase + { + speed = 0.0289; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub02\Acts_welcomeOnHUB04_playerWalk.rtm"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30.0; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + */ + 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.rtm"; + 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.0; + 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.rtm"; + 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.0; + 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.rtm"; + 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.0; + 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.rtm"; + 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.0; + 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.rtm"; + 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.0; + 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.rtm"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30.0; + 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.rtm"; + 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.0; + 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.rtm"; + 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.0; + 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.rtm"; + 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.0; + 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.rtm"; + 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.0; + 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.rtm"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30.0; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + /* + class Acts_welcomeOnHUB05_AIWalk_test: CutSceneAnimationBase + { + speed = 0.0289; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_AIWalk.rtm"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30.0; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_welcomeOnHUB05_playerWalk_test: CutSceneAnimationBase + { + speed = 0.0289; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_playerWalk.rtm"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30.0; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + */ + 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.rtm"; + 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.0; + 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.rtm"; + 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.0; + 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.rtm"; + 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.0; + 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.rtm"; + 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.0; + 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.rtm"; + 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.0; + 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.0; + file = "\a3\Anims_F_EPA\data\Anim\sdr\cts\Custom\B_hub03\Acts_welcomeOnHUB05_AIWalk6.rtm"; + 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.rtm"; + 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.0; + 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.rtm"; + 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.0; + 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.rtm"; + 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.0; + 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.rtm"; + 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.0; + 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.rtm"; + 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.0; + 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.rtm"; + 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.0; + 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.rtm"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30.0; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + 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.rtm"; + InterpolateTo[] = {"Acts_BoatAttacked05",0.001}; + ConnectTo[] = {"Acts_BoatAttacked05",0.001}; + headBobStrength = 0.004975; + headBobMode = 3; + interpolationRestart = 0; + }; + class Acts_ComingInSpeakingWalkingOut_1: CutSceneAnimationBase + { + speed = 0.0909; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut1.rtm"; + 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 = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30.0; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_ComingInSpeakingWalkingOut_2: CutSceneAnimationBase + { + speed = 0.0938; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut2.rtm"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.05,0.125}; + ConnectTo[] = {"Acts_ComingInSpeakingWalkingOut_3",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30.0; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_ComingInSpeakingWalkingOut_3: CutSceneAnimationBase + { + speed = 0.1961; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut3.rtm"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.189542,0.346405,0.496732,0.633987,0.75817,0.928105}; + ConnectTo[] = {"Acts_ComingInSpeakingWalkingOut_4",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30.0; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_ComingInSpeakingWalkingOut_4: CutSceneAnimationBase + { + speed = 0.3261; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut4.rtm"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + ConnectTo[] = {"Acts_ComingInSpeakingWalkingOut_5",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30.0; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_ComingInSpeakingWalkingOut_5: CutSceneAnimationBase + { + speed = 0.2609; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut5.rtm"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.095652,0.26087,0.478261,0.695652,0.904348}; + ConnectTo[] = {"Acts_ComingInSpeakingWalkingOut_6",0.001}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30.0; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + }; + class Acts_ComingInSpeakingWalkingOut_6: CutSceneAnimationBase + { + speed = 0.4; + looped = 0; + actions = "StaticCutsceneLoopPlayerWalk"; + file = "\a3\Anims_F_EPC\data\Anim\sdr\cts\Custom\C_out2\Acts_ComingInSpeakingWalkingOut6.rtm"; + soundEnabled = 1; + soundOverride = "walk"; + soundEdge[] = {0.9}; + legs = "legsDefault"; + collisionShape = "A3\Anims_F\Data\Geom\Sdr\geom_empty.p3d"; + canBlendStep = 0; + boundingSphere = 30.0; + weaponIK = 1; + rightHandIKCurve[] = {1}; + leftHandIKCurve[] = {0}; + headBobMode = 5; + headBobStrength = -0.5; + preload = 1; + InterpolateTo[] = {"AmovPercMstpSlowWrflDnon",0.001}; + }; + }; + 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}; + 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}; + 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}; + }; +}; \ No newline at end of file diff --git a/Sources/epoch_config/Configs/CfgPricing.hpp b/Sources/epoch_config/Configs/CfgPricing.hpp new file mode 100644 index 00000000..34396ca6 --- /dev/null +++ b/Sources/epoch_config/Configs/CfgPricing.hpp @@ -0,0 +1,684 @@ +class CfgPricing +{ + class ChainSaw {price = 125;}; + class CircuitParts {price = 50;}; + class ItemCoolerE {price = 50;}; + class JackKit {price = 25;}; + class ItemLockbox {price = 250; tax = 0.5;}; + class ItemCompass {price = 3;}; + class ItemGPS {price = 20;}; + + // Radios + class EpochRadio0 {price = 2;}; + class EpochRadio1 {price = 4;}; + class EpochRadio2 {price = 6;}; + class EpochRadio3 {price = 8;}; + class EpochRadio4 {price = 10;}; + class EpochRadio5 {price = 12;}; + class EpochRadio6 {price = 14;}; + class EpochRadio7 {price = 16;}; + class EpochRadio8 {price = 18;}; + class EpochRadio9 {price = 20;}; + + class VehicleRepair {price = 35;}; + class VehicleRepairLg {price = 50;}; + + class WhiskeyNoodle {price = 80;}; + + class ItemWatch {price = 2;}; + + class Binocular {price = 4;}; + class NVG_EPOCH {price = 35;}; + class acc_flashlight {price = 4;}; + class acc_pointer_IR {price = 5;}; + + class srifle_EBR_F {price = 150;}; + class srifle_GM6_F {price = 150;}; + class srifle_LRR_F {price = 200;}; + class srifle_DMR_01_F {price = 200;}; + + class 20Rnd_762x51_Mag {price = 4; tax = 0.9;}; + class 5Rnd_127x108_Mag {price = 3; tax = 0.9;}; + class 5Rnd_127x108_APDS_Mag {price = 6; tax = 0.9;}; + class 7Rnd_408_Mag {price = 4; tax = 0.9;}; + class 10Rnd_762x54_Mag {price = 2; tax = 0.9;}; + class 10Rnd_338_Mag { price = 2; tax = 0.9; }; + class 130Rnd_338_Mag{ price = 2; tax = 0.9; }; + class 10Rnd_93x64_DMR_05_Mag { price = 2; tax = 0.9; }; + class 10Rnd_127x54_Mag { price = 2; tax = 0.9; }; + + // Paint + class PaintCanClear {price = 1;}; + class PaintCanBlk {price = 1;}; + class PaintCanBlu {price = 1;}; + class PaintCanBrn {price = 1;}; + class PaintCanGrn {price = 1;}; + class PaintCanOra {price = 1;}; + class PaintCanPur {price = 1;}; + class PaintCanRed {price = 1;}; + class PaintCanTeal {price = 1;}; + class PaintCanYel {price = 1;}; + + class ItemDocument {price = 5;}; + class ItemDocumentMission {price = 5;}; + class ItemMixOil {price = 5;}; + class emptyjar_epoch {price = 5;}; + class jerrycan_epoch { price = 10; }; + class speargun_epoch { price = 75; }; + class spear_magazine { price = 5; tax = 0.9; }; + class lighter_epoch { price = 50; }; + class WoodLog_EPOCH { price = 1; }; + class ItemRope { price = 5; }; + class ItemStick { price = 1; }; + class ItemRock { price = 1; }; + + // Food + class FoodBioMeat {price = 1;}; + class FoodMeeps {price = 50;}; + class FoodSnooter {price = 5;}; + class sardines_epoch {price = 2;}; + class meatballs_epoch {price = 2;}; + class scam_epoch {price = 1;}; + class TacticalBacon {price = 5;}; + class sweetcorn_epoch {price = 2;}; + class CookedSheep_EPOCH {price = 5;}; + class CookedGoat_EPOCH {price = 5;}; + class SnakeMeat_EPOCH {price = 3;}; + class CookedRabbit_EPOCH {price = 5;}; + class CookedChicken_EPOCH {price = 3;}; + class ItemTrout {price = 1;}; + class ItemSeaBass {price = 5;}; + class ItemTuna {price = 10;}; + + // Drinks + class FoodWalkNSons {price = 5;}; + class ItemSodaOrangeSherbet {price = 4;}; + class ItemSodaPurple {price = 5;}; + class ItemSodaMocha {price = 8;}; + class ItemSodaBurst {price = 4;}; + class ItemSodaRbull {price = 5;}; + + // Medical + class FAK {price = 3;}; + class Towelette {price = 1;}; + class HeatPack {price = 2;}; + class ColdPack {price = 2;}; + + class sr25_epoch { price = 50; }; + class l85a2_epoch { price = 50; }; + class l85a2_pink_epoch { price = 50; }; + class l85a2_ugl_epoch { price = 50; }; + class arifle_Katiba_F {price = 50;}; + class arifle_Katiba_C_F {price = 50;}; + class arifle_Katiba_GL_F {price = 75;}; + class arifle_MXC_F {price = 50;}; + class arifle_MX_F {price = 50;}; + class arifle_MX_GL_F {price = 75;}; + class arifle_MXM_F {price = 50;}; + class arifle_SDAR_F {price = 50;}; + class arifle_TRG21_F {price = 50;}; + class arifle_TRG20_F {price = 50;}; + class arifle_TRG21_GL_F {price = 75;}; + class arifle_Mk20_F {price = 50;}; + class arifle_Mk20C_F {price = 50;}; + class arifle_Mk20_GL_F {price = 75;}; + class arifle_Mk20_plain_F {price = 50;}; + class arifle_Mk20C_plain_F {price = 50;}; + class arifle_Mk20_GL_plain_F {price = 75;}; + class SMG_01_F {price = 35;}; + class SMG_02_F {price = 35;}; + class hgun_PDW2000_F {price = 35;}; + class arifle_MXM_Black_F {price = 50;}; + class arifle_MX_GL_Black_F {price = 75;}; + class arifle_MX_Black_F {price = 50;}; + class arifle_MXC_Black_F {price = 50;}; + class Rollins_F {price = 50;}; + + class 30Rnd_65x39_caseless_green {price = 3; tax = 0.9;}; + class 30Rnd_65x39_caseless_green_mag_Tracer {price = 4; tax = 0.9;}; + class 30Rnd_65x39_caseless_mag {price = 3; tax = 0.9;}; + class 30Rnd_65x39_caseless_mag_Tracer {price = 4; tax = 0.9;}; + class 20Rnd_556x45_UW_mag {price = 3; tax = 0.9;}; + class 30Rnd_556x45_Stanag {price = 3; tax = 0.9;}; + class 30Rnd_556x45_Stanag_Tracer_Red {price = 4; tax = 0.9;}; + class 30Rnd_556x45_Stanag_Tracer_Green {price = 4; tax = 0.9;}; + class 30Rnd_556x45_Stanag_Tracer_Yellow {price = 4; tax = 0.9;}; + class 30Rnd_45ACP_Mag_SMG_01 {price = 2; tax = 0.9;}; + class 30Rnd_45ACP_Mag_SMG_01_Tracer_Green {price = 3; tax = 0.9;}; + class 5Rnd_rollins_mag {price = 2; tax = 0.9;}; + + class UGL_FlareWhite_F {price = 2;}; + class UGL_FlareGreen_F {price = 2;}; + class UGL_FlareRed_F {price = 2;}; + class UGL_FlareYellow_F {price = 2;}; + class UGL_FlareCIR_F {price = 2;}; + class 1Rnd_Smoke_Grenade_shell {price = 4;}; + class 1Rnd_SmokeRed_Grenade_shell {price = 4;}; + class 1Rnd_SmokeGreen_Grenade_shell {price = 4;}; + class 1Rnd_SmokeYellow_Grenade_shell {price = 4;}; + class 1Rnd_SmokePurple_Grenade_shell {price = 4;}; + class 1Rnd_SmokeBlue_Grenade_shell {price = 4;}; + class 1Rnd_SmokeOrange_Grenade_shell {price = 4;}; + class 3Rnd_HE_Grenade_shell {price = 10;}; + class 3Rnd_UGL_FlareWhite_F {price = 4;}; + class 3Rnd_UGL_FlareGreen_F {price = 4;}; + class 3Rnd_UGL_FlareRed_F {price = 4;}; + class 3Rnd_UGL_FlareYellow_F {price = 4;}; + class 3Rnd_UGL_FlareCIR_F {price = 4;}; + class 3Rnd_Smoke_Grenade_shell {price = 3;}; + class 3Rnd_SmokeRed_Grenade_shell {price = 3;}; + class 3Rnd_SmokeGreen_Grenade_shell {price = 3;}; + class 3Rnd_SmokeYellow_Grenade_shell {price = 3;}; + class 3Rnd_SmokePurple_Grenade_shell {price = 3;}; + class 3Rnd_SmokeBlue_Grenade_shell {price = 3;}; + class 3Rnd_SmokeOrange_Grenade_shell {price = 3;}; + + class LMG_Mk200_F {price = 150;}; + class arifle_MX_SW_F {price = 150;}; + class LMG_Zafir_F {price = 150;}; + class arifle_MX_SW_Black_F {price = 150;}; + + // DLC sniper rifles + class srifle_DMR_02_F { price = 150; }; + class srifle_DMR_02_camo_F { price = 150; }; + class srifle_DMR_02_sniper_F { price = 150; }; + class srifle_DMR_03_F { price = 150; }; + class srifle_DMR_03_khaki_F { price = 150; }; + class srifle_DMR_03_tan_F { price = 150; }; + class srifle_DMR_03_multicam_F { price = 150; }; + class srifle_DMR_03_woodland_F { price = 150; }; + class srifle_DMR_03_spotter_F { price = 150; }; + class srifle_DMR_04_Tan_F { price = 150; }; + class srifle_DMR_05_blk_F { price = 150; }; + class srifle_DMR_05_hex_F { price = 150; }; + class srifle_DMR_05_tan_f { price = 150; }; + class srifle_DMR_06_camo_F { price = 150; }; + class srifle_DMR_06_olive_F { price = 150; }; + // DLC machine guns + class MMG_01_hex_F { price = 150; }; + class MMG_01_tan_F { price = 150; }; + class MMG_02_camo_F { price = 150; }; + class MMG_02_black_F { price = 150; }; + class MMG_02_sand_F { price = 150; }; + + // new weapons + class m249_EPOCH {price = 150;}; + class m249Tan_EPOCH {price = 150;}; + class m107Tan_EPOCH {price = 200;}; + class m107_EPOCH {price = 200;}; + class m16_EPOCH {price = 100;}; + class m16Red_EPOCH {price = 125;}; + class M14_EPOCH {price = 125;}; + class M14Grn_EPOCH {price = 150;}; + class m4a3_EPOCH {price = 100;}; + class AKM_EPOCH {price = 100;}; + + // new magazines kiory + class 30rnd_556_magazine{ price = 5; tax = 0.9; }; + class 20rnd_762_magazine{ price = 5; tax = 0.9; }; + // new magazines seq + class 30Rnd_762x39_Mag {price = 5; tax = 0.9;}; + class 200Rnd_556x45_M249 {price = 5; tax = 0.9;}; + + class 200Rnd_65x39_cased_Box {price = 5; tax = 0.9;}; + class 100Rnd_65x39_caseless_mag {price = 3; tax = 0.9;}; + class 200Rnd_65x39_cased_Box_Tracer {price = 5; tax = 0.9;}; + class 100Rnd_65x39_caseless_mag_Tracer {price = 4; tax = 0.9;}; + class 150Rnd_762x51_Box {price = 4; tax = 0.9;}; + class 150Rnd_762x51_Box_Tracer {price = 5; tax = 0.9;}; + class 150Rnd_762x54_Box{ price = 4; tax = 0.9; }; + class 150Rnd_762x54_Box_Tracer{ price = 5; tax = 0.9; }; + class 150Rnd_93x64_Mag{ price = 6; tax = 0.9; }; + + class Rangefinder {price = 4;}; + class Laserdesignator {price = 4;}; + class hgun_ACPC2_F {price = 5;}; + class hgun_Rook40_F {price = 5;}; + class hgun_P07_F {price = 5;}; + class hgun_Pistol_heavy_01_F {price = 7;}; + class hgun_Pistol_heavy_02_F {price = 10;}; + class ruger_pistol_epoch {price = 4;}; + class 1911_pistol_epoch {price = 6;}; + class hgun_Pistol_Signal_F {price = 4;}; + class Hatchet {price = 25;}; + class MultiGun {price = 100;}; + class MeleeSledge {price = 50;}; + + class CrudeHatchet { price = 5; }; + class MeleeMaul { price = 10; }; + class WoodClub { price = 5; }; + class Plunger { price = 15; }; + + class 16Rnd_9x21_Mag {price = 2; tax = 0.9;}; + class 30Rnd_9x21_Mag {price = 3; tax = 0.9;}; + class 9Rnd_45ACP_Mag {price = 1; tax = 0.9;}; + class 11Rnd_45ACP_Mag {price = 1; tax = 0.9;}; + class 6Rnd_45ACP_Cylinder {price = 1; tax = 0.9;}; + class 10rnd_22X44_magazine {price = 2; tax = 0.9;}; + class 9rnd_45X88_magazine {price = 2; tax = 0.9;}; + class 6Rnd_GreenSignal_F {price = 1;}; + class 6Rnd_RedSignal_F {price = 1; tax = 0.9;}; + class EnergyPack {price = 3; tax = 0.9;}; + class EnergyPackLg {price = 30; tax = 0.9;}; + + class optic_Arco {price = 3;}; + class optic_Hamr {price = 3;}; + class optic_Aco {price = 2;}; + class optic_ACO_grn {price = 3;}; + class optic_Aco_smg {price = 2;}; + class optic_ACO_grn_smg {price = 3;}; + class optic_Holosight {price = 2;}; + class optic_Holosight_smg {price = 2;}; + class optic_SOS {price = 3;}; + class optic_MRCO {price = 3;}; + class optic_DMS {price = 3;}; + class optic_Yorris {price = 2;}; + class optic_MRD {price = 1;}; + class optic_LRPS {price = 3;}; + class optic_NVS {price = 7;}; + class optic_Nightstalker {price = 10;}; + class optic_tws {price = 5;}; + class optic_tws_mg {price = 5;}; + + // DLC optics + class optic_AMS { price = 5; }; + class optic_AMS_khk { price = 5; }; + class optic_AMS_snd { price = 5; }; + class optic_KHS_blk { price = 5; }; + class optic_KHS_hex { price = 5; }; + class optic_KHS_old { price = 5; }; + class optic_KHS_tan { price = 5; }; + + // DLC bipods + class bipod_01_F_snd { price = 15; }; + class bipod_01_F_blk { price = 15; }; + class bipod_01_F_mtp { price = 15; }; + class bipod_02_F_blk { price = 15; }; + class bipod_02_F_tan { price = 15; }; + class bipod_02_F_hex { price = 15; }; + class bipod_03_F_blk { price = 15; }; + class bipod_03_F_oli { price = 15; }; + + // Epoch + class Elcan_epoch { price = 5; }; + class Elcan_reflex_epoch { price = 10; }; + + class muzzle_snds_H {price = 2;}; + class muzzle_snds_L {price = 2;}; + class muzzle_snds_M {price = 2;}; + class muzzle_snds_B {price = 2;}; + class muzzle_snds_H_MG {price = 2;}; + class muzzle_snds_acp {price = 2;}; + class Heal_EPOCH {price = 3;}; + class Defib_EPOCH {price = 5;}; + class Repair_EPOCH {price = 2;}; + + // DLC muzzles + class muzzle_snds_338_black { price = 3; }; + class muzzle_snds_338_green { price = 3; }; + class muzzle_snds_93mmg { price = 3; }; + class muzzle_snds_93mmg_tan { price = 3; }; + + class muzzle_sr25S_epoch { price = 2; }; + + class PartOreGold {price = 70;}; + class PartOreSilver {price = 7;}; + class PartOre {price = 1;}; + class ItemGoldBar {price = 100;}; + class ItemSilverBar {price = 10;}; + class ItemGoldBar10oz {price = 1000;}; + class ItemTopaz {price = 25;}; + class ItemOnyx {price = 30;}; + class ItemSapphire {price = 50;}; + class ItemAmethyst {price = 25;}; + class ItemEmerald {price = 25;}; + class ItemCitrine {price = 25;}; + class ItemRuby {price = 75;}; + class ItemQuartz {price = 5;}; + class ItemJade {price = 100;}; + class ItemGarnet {price = 25;}; + class ItemKiloHemp {price = 100;}; + + // Building resources + class PartPlankPack {price = 2;}; + class CinderBlocks {price = 20;}; + class MortarBucket {price = 20;}; + class ItemScraps {price = 2;}; + class ItemCorrugated {price = 8;}; + class ItemCorrugatedLg {price = 25;}; + + // Building parts + class KitStudWall {price = 10;}; + class KitWoodFloor {price = 10;}; + class KitWoodStairs {price = 10;}; + class KitWoodTower {price = 10;}; + class KitWoodRamp {price = 14;}; + class KitWoodLadder { price = 10; }; + + class KitFirePlace {price = 4;}; + class KitTiPi {price = 10;}; + class KitShelf {price = 90;}; + class KitWoodFoundation { price = 20; }; + class KitFoundation {price = 90;}; + class KitPlotPole {price = 300;}; + class KitSolarGen { price = 200; }; + class KitCinderWall {price = 140;}; + + class ItemSolar { price = 75; }; + class ItemCables { price = 50; }; + class ItemBattery { price = 50; }; + + class honey_epoch {price = 5;}; + class Pelt_EPOCH {price = 1;}; + class Venom_EPOCH {price = 10;}; + + class HandGrenade_Stone {price = 1;}; + class SmokeShell {price = 2;}; + class SmokeShellYellow {price = 2;}; + class SmokeShellGreen {price = 2;}; + class SmokeShellRed {price = 2;}; + class SmokeShellPurple {price = 2;}; + class SmokeShellOrange {price = 2;}; + class SmokeShellBlue {price = 2;}; + class Chemlight_green {price = 1;}; + class Chemlight_red {price = 1;}; + class Chemlight_yellow {price = 1;}; + class Chemlight_blue {price = 1;}; + + class HandGrenade {price = 15;}; + class MiniGrenade {price = 10;}; + class DemoCharge_Remote_Mag {price = 40;}; + class SatchelCharge_Remote_Mag {price = 75;}; + class ATMine_Range_Mag {price = 50;}; + class ClaymoreDirectionalMine_Remote_Mag {price = 50;}; + class APERSMine_Range_Mag {price = 30;}; + class APERSBoundingMine_Range_Mag {price = 50;}; + class SLAMDirectionalMine_Wire_Mag {price = 40;}; + class APERSTripMine_Wire_Mag {price = 30;}; + + + class B_AssaultPack_cbr {price = 10;}; + class B_AssaultPack_dgtl {price = 10;}; + class B_AssaultPack_khk {price = 10;}; + class B_AssaultPack_mcamo {price = 10;}; + class B_AssaultPack_ocamo {price = 10;}; + class B_AssaultPack_rgr {price = 10;}; + class B_AssaultPack_sgg {price = 10;}; + class B_AssaultPack_blk { price = 10; }; + class B_Carryall_cbr {price = 1;}; + class B_Carryall_khk {price = 10;}; + class B_Carryall_mcamo {price = 10;}; + class B_Carryall_ocamo {price = 10;}; + class B_Carryall_oli {price = 10;}; + class B_Carryall_oucamo {price = 10;}; + class B_FieldPack_blk {price = 10;}; + class B_FieldPack_cbr {price = 10;}; + class B_FieldPack_khk {price = 10;}; + class B_FieldPack_ocamo {price = 10;}; + class B_FieldPack_oli {price = 10;}; + class B_FieldPack_oucamo {price = 10;}; + class B_Kitbag_cbr {price = 10;}; + class B_Kitbag_mcamo {price = 10;}; + class B_Kitbag_rgr {price = 10;}; + class B_Kitbag_sgg {price = 10;}; + class B_Parachute {price = 15;}; + class B_TacticalPack_blk {price = 10;}; + class B_TacticalPack_mcamo {price = 10;}; + class B_TacticalPack_ocamo {price = 10;}; + class B_TacticalPack_oli {price = 10;}; + class B_TacticalPack_rgr {price = 10;}; + class smallbackpack_red_epoch {price = 10;}; + class smallbackpack_green_epoch {price = 10;}; + class smallbackpack_teal_epoch {price = 10;}; + class smallbackpack_pink_epoch {price = 10;}; + + // Marksman DLC + class U_O_FullGhillie_lsh { price = 7; }; + class U_O_FullGhillie_sard { price = 7; }; + class U_O_FullGhillie_ard { price = 7; }; + + class U_O_CombatUniform_ocamo {price = 5;}; + class U_O_GhillieSuit {price = 5;}; + class U_O_PilotCoveralls {price = 5;}; + class U_O_Wetsuit {price = 5;}; + class U_OG_Guerilla1_1 {price = 5;}; + class U_OG_Guerilla2_1 {price = 5;}; + class U_OG_Guerilla2_2 {price = 5;}; + class U_OG_Guerilla2_3 {price = 5;}; + class U_OG_Guerilla3_1 {price = 5;}; + class U_OG_Guerilla3_2 {price = 5;}; + class U_OG_leader {price = 5;}; + + class U_C_Poloshirt_stripped {price = 4;}; + class U_C_Poloshirt_blue {price = 4;}; + class U_C_Poloshirt_burgundy {price = 4;}; + class U_C_Poloshirt_tricolour {price = 4;}; + class U_C_Poloshirt_salmon {price = 4;}; + class U_C_Poloshirt_redwhite {price = 4;}; + class U_C_Poor_1 {price = 5;}; + class U_C_WorkerCoveralls {price = 5;}; + class U_C_Journalist {price = 5;}; + class U_C_Scientist {price = 5;}; + class U_OrestesBody {price = 5;}; + class U_Wetsuit_uniform {price = 5;}; + class U_Wetsuit_White {price = 5;}; + class U_Wetsuit_Blue {price = 5;}; + class U_Wetsuit_Purp {price = 5;}; + class U_Wetsuit_Camo {price = 5;}; + class U_Camo_uniform {price = 5;}; + class U_ghillie1_uniform {price = 5;}; + class U_ghillie2_uniform {price = 5;}; + class U_ghillie3_uniform {price = 5;}; + class U_CamoBlue_uniform {price = 5;}; + class U_CamoBrn_uniform {price = 5;}; + class U_CamoRed_uniform {price = 5;}; + + class U_C_Driver_1 {price = 5;}; + class U_C_Driver_2 {price = 5;}; + class U_C_Driver_3 {price = 5;}; + class U_C_Driver_4 {price = 5;}; + class U_C_Driver_1_black {price = 5;}; + class U_C_Driver_1_blue {price = 5;}; + class U_C_Driver_1_green {price = 5;}; + class U_C_Driver_1_red {price = 5;}; + class U_C_Driver_1_white {price = 5;}; + class U_C_Driver_1_yellow {price = 5;}; + class U_C_Driver_1_orange {price = 5;}; + + class V_1_EPOCH {price = 5;}; + class V_2_EPOCH {price = 5;}; + class V_3_EPOCH {price = 5;}; + class V_4_EPOCH {price = 5;}; + class V_5_EPOCH {price = 5;}; + class V_6_EPOCH {price = 5;}; + class V_7_EPOCH {price = 5;}; + class V_8_EPOCH {price = 5;}; + class V_9_EPOCH {price = 5;}; + class V_10_EPOCH {price = 5;}; + class V_11_EPOCH {price = 5;}; + class V_12_EPOCH {price = 5;}; + class V_13_EPOCH {price = 5;}; + class V_14_EPOCH {price = 5;}; + class V_15_EPOCH {price = 5;}; + class V_16_EPOCH {price = 5;}; + class V_17_EPOCH {price = 5;}; + class V_18_EPOCH {price = 5;}; + class V_19_EPOCH {price = 5;}; + class V_20_EPOCH {price = 5;}; + class V_21_EPOCH {price = 5;}; + class V_22_EPOCH {price = 5;}; + class V_23_EPOCH {price = 5;}; + class V_24_EPOCH {price = 5;}; + class V_25_EPOCH {price = 5;}; + class V_26_EPOCH {price = 5;}; + class V_27_EPOCH {price = 5;}; + class V_28_EPOCH {price = 5;}; + class V_29_EPOCH {price = 5;}; + class V_30_EPOCH {price = 5;}; + class V_31_EPOCH {price = 5;}; + class V_32_EPOCH {price = 5;}; + class V_33_EPOCH {price = 5;}; + class V_34_EPOCH {price = 5;}; + class V_35_EPOCH {price = 5;}; + class V_36_EPOCH {price = 5;}; + class V_37_EPOCH {price = 5;}; + class V_38_EPOCH {price = 5;}; + class V_39_EPOCH {price = 5;}; + class V_40_EPOCH {price = 5;}; + + class H_1_EPOCH {price = 3;}; + class H_2_EPOCH {price = 3;}; + class H_3_EPOCH {price = 3;}; + class H_4_EPOCH {price = 3;}; + class H_5_EPOCH {price = 3;}; + class H_6_EPOCH {price = 3;}; + class H_7_EPOCH {price = 3;}; + class H_8_EPOCH {price = 3;}; + class H_9_EPOCH {price = 3;}; + class H_10_EPOCH {price = 3;}; + class H_11_EPOCH {price = 3;}; + class H_12_EPOCH {price = 3;}; + class H_13_EPOCH {price = 3;}; + class H_14_EPOCH {price = 3;}; + class H_15_EPOCH {price = 3;}; + class H_16_EPOCH {price = 3;}; + class H_17_EPOCH {price = 3;}; + class H_18_EPOCH {price = 3;}; + class H_19_EPOCH {price = 3;}; + class H_20_EPOCH {price = 3;}; + class H_21_EPOCH {price = 3;}; + class H_22_EPOCH {price = 3;}; + class H_23_EPOCH {price = 3;}; + class H_24_EPOCH {price = 3;}; + class H_25_EPOCH {price = 3;}; + class H_26_EPOCH {price = 3;}; + class H_27_EPOCH {price = 3;}; + class H_28_EPOCH {price = 3;}; + class H_29_EPOCH {price = 3;}; + class H_30_EPOCH {price = 3;}; + class H_31_EPOCH {price = 3;}; + class H_32_EPOCH {price = 3;}; + class H_33_EPOCH {price = 3;}; + class H_34_EPOCH {price = 3;}; + class H_35_EPOCH {price = 3;}; + class H_36_EPOCH {price = 3;}; + class H_37_EPOCH {price = 3;}; + class H_38_EPOCH {price = 3;}; + class H_39_EPOCH {price = 3;}; + class H_40_EPOCH {price = 3;}; + class H_41_EPOCH {price = 3;}; + class H_42_EPOCH {price = 3;}; + class H_43_EPOCH {price = 3;}; + class H_44_EPOCH {price = 3;}; + class H_45_EPOCH {price = 3;}; + class H_46_EPOCH {price = 3;}; + class H_47_EPOCH {price = 3;}; + class H_48_EPOCH {price = 3;}; + class H_49_EPOCH {price = 3;}; + class H_50_EPOCH {price = 3;}; + class H_51_EPOCH {price = 3;}; + class H_52_EPOCH {price = 3;}; + class H_53_EPOCH {price = 3;}; + class H_54_EPOCH {price = 3;}; + class H_55_EPOCH {price = 3;}; + class H_56_EPOCH {price = 3;}; + class H_57_EPOCH {price = 3;}; + class H_58_EPOCH {price = 3;}; + class H_59_EPOCH {price = 3;}; + class H_60_EPOCH {price = 3;}; + class H_61_EPOCH {price = 3;}; + class H_62_EPOCH {price = 3;}; + class H_63_EPOCH {price = 3;}; + class H_64_EPOCH {price = 3;}; + class H_65_EPOCH {price = 3;}; + class H_66_EPOCH {price = 3;}; + class H_67_EPOCH {price = 3;}; + class H_68_EPOCH {price = 3;}; + class H_69_EPOCH {price = 3;}; + class H_70_EPOCH {price = 3;}; + class H_71_EPOCH {price = 3;}; + class H_72_EPOCH {price = 3;}; + class H_73_EPOCH {price = 3;}; + class H_74_EPOCH {price = 3;}; + class H_75_EPOCH {price = 3;}; + class H_76_EPOCH {price = 3;}; + class H_77_EPOCH {price = 3;}; + class H_78_EPOCH {price = 3;}; + class H_79_EPOCH {price = 3;}; + class H_80_EPOCH {price = 3;}; + class H_81_EPOCH {price = 3;}; + class H_82_EPOCH {price = 3;}; + class H_83_EPOCH {price = 3;}; + class H_84_EPOCH {price = 3;}; + class H_85_EPOCH {price = 3;}; + class H_86_EPOCH {price = 3;}; + class H_87_EPOCH {price = 3;}; + class H_88_EPOCH {price = 3;}; + class H_89_EPOCH {price = 3;}; + class H_90_EPOCH {price = 3;}; + class H_91_EPOCH {price = 3;}; + class H_92_EPOCH {price = 3;}; + class H_93_EPOCH {price = 3;}; + class H_94_EPOCH {price = 5;}; + class H_95_EPOCH {price = 5;}; + class H_96_EPOCH {price = 5;}; + class H_97_EPOCH {price = 5;}; + class H_98_EPOCH {price = 5;}; + class H_99_EPOCH {price = 5;}; + class H_100_EPOCH {price = 5;}; + class H_101_EPOCH {price = 5;}; + class H_102_EPOCH {price = 5;}; + class H_103_EPOCH {price = 5;}; + class H_104_EPOCH {price = 3;}; + class wolf_mask_epoch {price = 30;}; + class pkin_mask_epoch {price = 30;}; + + class C_Offroad_01_EPOCH {price = 750;}; + class C_Quadbike_01_EPOCH {price = 500;}; + class C_Hatchback_01_EPOCH {price = 750;}; + class C_Hatchback_02_EPOCH {price = 1000;}; + class C_SUV_01_EPOCH {price = 750;}; + class C_Rubberboat_EPOCH {price = 500;}; + class C_Rubberboat_02_EPOCH {price = 500;}; + class C_Rubberboat_03_EPOCH {price = 500;}; + class C_Rubberboat_04_EPOCH {price = 500;}; + class C_Van_01_box_EPOCH {price = 1000;}; + class C_Van_01_transport_EPOCH {price = 1000;}; + class C_Boat_Civil_01_EPOCH {price = 750;}; + class C_Boat_Civil_01_police_EPOCH {price = 750;}; + class C_Boat_Civil_01_rescue_EPOCH {price = 750;}; + class B_Heli_Light_01_EPOCH {price = 2500;}; + class B_SDV_01_EPOCH {price = 1000;}; + class B_MRAP_01_EPOCH {price = 2500;}; + class B_G_Offroad_01_armed_EPOCH {price = 2500;}; + class B_Truck_01_transport_EPOCH {price = 1000;}; + class B_Truck_01_covered_EPOCH {price = 1000;}; + class B_Truck_01_mover_EPOCH {price = 1000;}; + class B_Truck_01_box_EPOCH {price = 1000;}; + class O_Truck_02_covered_EPOCH {price = 1000;}; + class O_Truck_02_transport_EPOCH {price = 1000;}; + class O_Truck_03_covered_EPOCH {price = 1000;}; + class O_Truck_02_box_EPOCH {price = 1000;}; + class O_Heli_Light_02_unarmed_EPOCH {price = 2500;}; + class I_Heli_Transport_02_EPOCH {price = 2500;}; + class I_Heli_light_03_unarmed_EPOCH {price = 2500;}; + class C_Heli_Light_01_civil_EPOCH {price = 2500;}; + + class O_Heli_Transport_04_EPOCH {price = 2500;}; + class O_Heli_Transport_04_bench_EPOCH {price = 2500;}; + class O_Heli_Transport_04_box_EPOCH {price = 2500;}; + class O_Heli_Transport_04_covered_EPOCH {price = 2500;}; + class B_Heli_Transport_03_unarmed_EPOCH {price = 2500;}; + + class jetski_epoch {price = 500;}; + class ebike_epoch {price = 1500;}; + class mosquito_epoch { price = 1500; }; + class K01 {price = 300;}; + class K02 {price = 300;}; + class K03 {price = 300;}; + class K04 {price = 300;}; + + //Mission Items + class B_UavTerminal {price = 10;}; + class O_UavTerminal {price = 10;}; +}; diff --git a/Sources/epoch_config/Configs/CfgSounds.hpp b/Sources/epoch_config/Configs/CfgSounds.hpp new file mode 100644 index 00000000..cb52d75f --- /dev/null +++ b/Sources/epoch_config/Configs/CfgSounds.hpp @@ -0,0 +1,104 @@ +class CfgSounds +{ + class dog_bark + { + sound[] = { "\A3\Sounds_F\ambient\animals\dog1", 0.6, 1.0 }; + titles[] = {}; + }; + class dog_cry + { + sound[] = { "\A3\Sounds_F\ambient\animals\dog4", 0.6, 1.0 }; + titles[] = {}; + }; + class hed_cluck0 + { + sound[] = { "\A3\Sounds_F\ambient\animals\hen1", 0.3, 1.0 }; + titles[] = {}; + }; + class hed_cluck1 + { + sound[] = { "\A3\Sounds_F\ambient\animals\hen2", 0.3, 1.0 }; + titles[] = {}; + }; + class hed_cluck2 + { + sound[] = { "\A3\Sounds_F\ambient\animals\hen3", 0.3, 1.0 }; + titles[] = {}; + }; + class cultist_talk + { + sound[] = { "\x\addons\a3_epoch_assets\sounds\cloak\cultist_banter1", 0.7, 1.0 }; + titles[] = {}; + }; + class cultist_death + { + sound[] = { "\x\addons\a3_epoch_assets\sounds\cloak\cultist_death", 0.7, 1.0 }; + titles[] = {}; + }; + class cultist_laugh + { + sound[] = { "\x\addons\a3_epoch_assets\sounds\cloak\cultist_laugh", 0.7, 1.0 }; + titles[] = {}; + }; + class cultist_nearby + { + sound[] = { "\x\addons\a3_epoch_assets\sounds\cloak\cultist_nearby", 0.7, 1.0 }; + titles[] = {}; + }; + class cultist_taunt + { + sound[] = { "\x\addons\a3_epoch_assets\sounds\cloak\cultist_taunt", 0.7, 1.0 }; + titles[] = {}; + }; +}; + +class CfgSay3Dhandler { + class snake_bite0 { + distance = 100; + }; + class cultist_nearby { + distance = 100; + }; + class dog_bark { + distance = 750; + }; + class dog_cry { + distance = 600; + }; + class hed_cluck0 { + distance = 600; + }; + class hed_cluck1 { + distance = 600; + }; + class hed_cluck2 { + distance = 600; + }; + class cultist_talk { + distance = 30; + }; + class cultist_laugh { + distance = 30; + }; + class cloak_death { + distance = 30; + }; + class drone_alert0 { + distance = 400; + }; + class sapper_alert0 { + distance = 400; + }; + class sapper_groan0 { + distance = 400; + }; + class sapper_groan1 { + distance = 400; + }; + class sapper_groan2 { + distance = 400; + }; + class sapper_explode { + distance = 1000; + }; +}; diff --git a/Sources/epoch_config/Configs/CfgTraderMissions.hpp b/Sources/epoch_config/Configs/CfgTraderMissions.hpp new file mode 100644 index 00000000..d822f92a --- /dev/null +++ b/Sources/epoch_config/Configs/CfgTraderMissions.hpp @@ -0,0 +1,473 @@ +class MissionList{ + traderMissionNames[] = {"Mission - Pikes Peak Express","Mission - Animal Control","Mission - Track a Raider","Mission - VIP Chauffeur","What's the time ?","Who is near by ?","What's New ?","What is your name ?"}; + traderMissionDisabled[] = { 1, 2, 3 }; + traderMissionActiveNames[] = {"Intercept Package","","","VIP Capture"}; + traderMissionLongDesc[] = {"Deliver an important message to another trader.","I need a wild animal bringing back here.","Take control of an UAV and track down a bounty.","Deliver a person safely to another location.","ASk the trader the local time.","Find out information about nearby people.","Ask the trader for any news.","Find out the traders name."}; + traderMissionActiveLongDesc[] = {"Intercept a mission delivery and bring me the message.","","","Capture a VIP being driven."}; +}; +class IGUIBack; +class RscListBox; +class RscButtonMenu; +class RscText; +class MissionSelect +{ + idd = -3000; + duration = -1; + onLoad = "[] spawn { waitUntil {!isNull (findDisplay -3000) };_this call EPOCH_mission_refresh;}"; + class controls + { + class IGUIBack_3001: IGUIBack + { + idc = 3001; + + x = "0.310025 * safezoneW + safezoneX"; + y = "0.22222 * safezoneH + safezoneY"; + w = "0.390469 * safezoneW"; + h = "0.578 * safezoneH"; + }; + class RscListbox_1500: RscListBox + { + idc = 1500; + onLBSelChanged = "_this call EPOCH_mission_description;"; + + x = "0.316719 * safezoneW + safezoneX"; + y = "0.279 * safezoneH + safezoneY"; + w = "0.374531 * safezoneW"; + h = "0.323 * safezoneH"; + }; + class RscButtonMenu_2400: RscButtonMenu + { + idc = 2400; + action = "if ((lbCurSel 1500) >= 0) then { call EPOCH_mission_accept; closeDialog 0;};"; + + text = "CHOOSE"; + x = "0.316719 * safezoneW + safezoneX"; + y = "0.755 * safezoneH + safezoneY"; + w = "0.0717188 * safezoneW"; + h = "0.034 * safezoneH"; + colorText[] = {1,1,1,1}; + colorBackground[] = {0,0,0,0.8}; + }; + class RscButtonMenu_2401: RscButtonMenu + { + idc = 2401; + action = "closeDialog 0"; + + text = "CANCEL"; + x = "0.619531 * safezoneW + safezoneX"; + y = "0.755 * safezoneH + safezoneY"; + w = "0.0717188 * safezoneW"; + h = "0.034 * safezoneH"; + colorText[] = {1,1,1,1}; + colorBackground[] = {0,0,0,0.8}; + }; + class RscText_1000: RscText + { + idc = 1000; + + text = "Request from Trader."; + x = "0.316719 * safezoneW + safezoneX"; + y = "0.228 * safezoneH + safezoneY"; + w = "0.374531 * safezoneW"; + h = "0.034 * safezoneH"; + }; + class RscText_1002: RscText + { + idc = 1001; + + text = "Description"; + x = "0.316719 * safezoneW + safezoneX"; + y = "0.636 * safezoneH + safezoneY"; + w = "0.374531 * safezoneW"; + h = "0.102 * safezoneH"; + }; + }; +}; +class traderMissions { + + class MissionDelivery{ + author = "axeman"; + missionName = "Pikes Peak Express.";//Not used + + class welcome{ + condition = "(false)";//no longer used - button triggers mission + dialogue[] = {"Hi, Can you take this item to another trader town. You will be paid well.","I have an important message to get out, take it to any other trader camp for a reward ?"}; + dialogue2[] = {"I have added the document to your inventory.","It's in your gear. If you don't have enough room try again later."}; + item[] = {"ItemDocumentMission","ItemDocumentMission"}; + action = ""; + }; + + class accept{ + condition = "(false)";//Decided in code - change to true to default accept mission. + dialogue[] = {"Great, now get out of here.. I will keep an eye on you through a drone.","Head toward one of the traders further away. I have a UAV to monitor your progress. Don't let me down !"}; + dialogue2[] = {"You now have an implant that allows me to send you messages.","I will try and help you with messages during your mission if possible."}; + missionDeclined[] = {"Not interested then ? Ok, maybe another time.","Ok, so you have better things to do. I will wait for someone else."}; + crypto[] = {0,0}; + weapon[] = {"",""}; + magazine[] = {"",""}; + item[] = {"",""}; + action = ""; + }; + + class inmission1{ + condition = "(count (player nearEntities [[""Epoch_Male_F"",""Epoch_Female_F"",""C_man_hunter_1_F"",""Epoch_Female_Camo_F""], 150]) > 1)"; + dialogue[] = {"Look out, you have other survivors in the area.","Find a place to hide, UAV reports other survivors in your area."}; + dialogue2[] = {"",""}; + action = ""; + frequency = 560; + }; + + class inmission2{ + condition = "(count (player nearEntities [[""Epoch_Sapper_F"",""Alsatian_Random_EPOCH"",""Epoch_cloak_F"",""Fin_random_EPOCH""], 150]) > 0)"; + dialogue[] = {"You have something following you, watch your back..","Keep moving, you have something nearby."}; + dialogue2[] = {"",""}; + action = ""; + frequency = 560; + }; + + class inmission3{ + condition = "(false)"; + dialogue[] = {"",""}; + dialogue2[] = {"",""}; + action = ""; + frequency = 1024; + }; + + class completed{ + condition = "";//handled in code + dialogue[] = {"Well Done, you made it. Let me see the document.", "So, you made it then, congratulations. Now for the message ?"}; + dialogue2[] = {"Hmm, interesting news, here's your reward, thanks for your assistance.","That is good news, I guess I should pay you now."}; + action[] = {""}; + crypto[] = {100,150}; + weapon[] = {"arifle_MX_SW_Hamr_pointer_F","Hatchet"}; + magazine[] = {"100Rnd_65x39_caseless_mag_Tracer","hatchet_swing"}; + item[] = {"RabbitCarcass_EPOCH","ChickenCarcass_EPOCH"}; + }; + + class missioncheck{ + + class health{ + dialogue[] = {"You look hurt, I am going to inject some adrenaline using your implant.","Hang in there buddy.. Your implant is about to give you a boost."}; + dialogue2[] = {"",""}; + action = ""; + frequency = 60; + }; + + class characters{ + dialogue[] = {"The drone picks up a mild heat signature nearby, could be a body to loot","Have spotted a prone player near your location, might be worth investigating."}; + }; + + class itemlost{ + dialogue[] = {"Looks like you've lost the message, are you giving up on me ?","Don't leave that message lying around, it's essential that it arrives."}; + dialogue2[] = {"If you are thinking about taking the goods and running I would have a re-think.","I wouldn't run out on me now, the last person who tried didn't get very far !"}; + action = ""; + }; + + class passed{ + dialogue[] = {"So you're taking over this mission. Deliver this message to another trader for a reward.","New blood eh. This document needs delivering to a trader as soon as possible."}; + dialogue2[] = {"",""}; + action = "hint ""Mission Passed Action.."""; + }; + + class abandoned{ + condition = "(player distance _trader > 150)"; + dialogue[] = {"You running out with my gear..Not good, not good at all.","Take the gear and run eh ? You were supposed to be delivering a message !"}; + dialogue2[] = {"There's a price to pay for letting me down. Here it comes.","That's the last time you will cheat a trader. We don't take kindly to traitors."}; + delay = 60; + action = ""; + }; + + }; + + + }; + class MissionSapper{ + author = "axeman"; + missionName = "Animal Control.";//Not used + + class welcome{ + condition = "(false)";//no longer used - button triggers mission + dialogue[] = {"I need a loose animal in the area capturing. He is known to be a bit wild","A brave survivor I see.. You need to find me a Sapper."}; + dialogue2[] = {"Go out and start looting, when you attract the attention of a Sapper Lure him to my location, I will do the rest.","Lure a sapper to my location. Hint: You need to get dirty to attract one."}; + item[] = {"",""}; + action = ""; + }; + + class accept{ + condition = "(true)";//Decided in code - change to true to default accept mission. i.e. Doesn't require the player to be holding welcome item above e.g. + dialogue[] = {"Get out there and try and attract a sapper.","On your way then."}; + dialogue2[] = {"I have a UAV patrolling the area. I will keep my eye out for you.","I will be watching. Try not to get too close to that sapper."}; + missionDeclined[] = {""}; + crypto[] = {0,0}; + weapon[] = {"",""}; + magazine[] = {"",""}; + item[] = {"",""}; + action = ""; + }; + + class inmission1{ + condition = "((player distance _trader) < 60 && (_sapper distance _trader < 150))"; + dialogue[] = {"You need to get him close to me. I need to see the stitchings of his eyes.","I need him closer if I am to catch him. Come on you are nearly there !"}; + dialogue2[] = {"",""}; + action = ""; + frequency = 240; + }; + + class inmission2{ + condition = "(count (player nearEntities [[""Alsatian_Random_EPOCH"",""Epoch_cloak_F"",""Fin_random_EPOCH"",""Epoch_Male_F"",""Epoch_Female_F""], 250]) > 0)"; + dialogue[] = {"The UAV picked up a heat signature. Could be a person..","There is some.. thing in your area. Watch your back."}; + dialogue2[] = {"",""}; + action = ""; + frequency = 560; + }; + + class inmission3{ + condition = "(count (player nearEntities [[""Epoch_Sapper_F""], 250]) > 0)"; + dialogue[] = {"I think we have a target. The UAV picked up an unusual profile in your area.","Well done, you've found one. Now just lure him back to my location."}; + dialogue2[] = {"",""}; + action = ""; + frequency = 360; + }; + + class completed{ + condition = "";//handled in code + dialogue[] = {"Well Done, you made it. Get out of the way. I need to cage this animal.", "Great work, let me deal with this guy first."}; + dialogue2[] = {"You've been a great help, here is your reward. Now clear the area as I may release him soon.","I get a good price for these guys. Here is your cut, pleasure doing business."}; + action[] = {""}; + crypto[] = {100,150}; + weapon[] = {"Hatchet","hgun_P07_F"}; + magazine[] = {"hatchet_swing","16Rnd_9x21_Mag"}; + item[] = {"RabbitCarcass_EPOCH","ChickenCarcass_EPOCH"}; + }; + + class missioncheck{ + + class health{ + dialogue[] = {"You look hurt, I am going to inject some adrenaline using your implant.","Hang in there buddy.. Your implant is about to give you a boost."}; + dialogue2[] = {"",""}; + action = ""; + frequency = 60; + }; + + class characters{ + dialogue[] = {"The drone picks up a mild heat signature nearby, could be a body to loot","Have spotted a prone player near your location, might be worth investigating."}; + }; + + class itemlost{ + dialogue[] = {"Looks like you've lost the message, are you giving up on me ?","Don't leave that message lying around, it's essential that it arrives."}; + dialogue2[] = {"If you are thinking about taking the goods and running I would have a re-think.","I wouldn't run out on me now, the last person who tried didn't get very far !"}; + action = ""; + }; + + class passed{ + dialogue[] = {"So you're taking over this mission. Deliver this message to another trader for a reward.","New blood eh. This document needs delivering to a trader as soon as possible."}; + dialogue2[] = {"",""}; + action = ""; + }; + + class abandoned{ + condition = "(player distance _trader > 150)"; + dialogue[] = {"You running out with my gear..Not good, not good at all.","Take the gear and run eh ? You were supposed to be delivering a message !"}; + dialogue2[] = {"There's a price to pay for letting me down. Here it comes.","That's the last time you will cheat a trader. We don't take kindly to traitors."}; + delay = 60; + action = ""; + }; + + }; + + + }; + + class MissionUav{ + author = "axeman"; + missionName = "Bounty Hunter.";//Not used + + class welcome{ + condition = "(false)";//no longer used - button triggers mission + dialogue[] = {"I need to top up my coffers with some bounty. You are going to take control of a UAV and find a target for me.","How are your flying skills ? I need you to fly over nearby towns looking for a bounty."}; + dialogue2[] = {"I am giving you a Terminal Equip yourself with it.","Check your gear for the terminal. Equip yourself with it to start."}; + item[] = {"B_UavTerminal","B_UavTerminal"}; + action = ""; + }; + + class accept{ + condition = "(false)";//Decided in code - change to true to default accept mission. i.e. Doesn't require the player to be holding welcome item above e.g. + dialogue[] = {"Great, you are ready.I am preparing the UAV, it is outside. Once it is ready you can connect to it.","Splendid, you are a natural. Next, you will then need to connect to my UAV. Go look for it, I am preparing it for flight."}; + dialogue2[] = {"Once in control fly it around and get another player in you sights. Find a good spot to hide in during the mission.","Once you have control target another player in the UAV sights. You might want to find a quiet corner to operate from."}; + missionDeclined[] = {"Flying isn't for everyone. Come back when you have had some more practice eh ?","I guess you are just too busy right now. Come back later."}; + crypto[] = {0,0}; + weapon[] = {"",""}; + magazine[] = {"",""}; + item[] = {"",""}; + action = ""; + }; + + class inmission1{ + condition = "(count (getPos Epoch_mission_uav nearObjects[""Man"",250]) > 1)"; + dialogue[] = {"I think you have a target in the area. Keep looking !","The UAV is pinging back heat signatures. You are close, keep looking."}; + dialogue2[] = {"",""}; + action = ""; + frequency = 240; + }; + + class inmission2{ + condition = "(false)"; + dialogue[] = {"",""}; + dialogue2[] = {"",""}; + action = ""; + frequency = 560; + }; + + class inmission3{ + condition = "(false)"; + dialogue[] = {"",""}; + dialogue2[] = {"",""}; + action = ""; + frequency = 360; + }; + + class completed{ + condition = "";//handled in code + dialogue[] = {"That was some nice flying kid. Come back soon.", "Great work, was a pleasure working with you."}; + dialogue2[] = {"Here's an extra reward. Pick up what you need.","Here is a bit extra for your troubles.."}; + action[] = {""}; + crypto[] = {75,100}; + weapon[] = {"",""}; + magazine[] = {"",""}; + item[] = {"",""}; + }; + + class missioncheck{ + + class health{ + dialogue[] = {"You look hurt, I am going to inject some adrenaline using your implant.","Hang in there buddy.. Your implant is about to give you a boost."}; + dialogue2[] = {"",""}; + action = ""; + frequency = 60; + }; + + class characters{ + dialogue[] = {"The drone picks up a mild heat signature nearby, could be a body to loot","Have spotted a prone player near your location, might be worth investigating."}; + }; + + class itemlost{ + dialogue[] = {"Looks like you've lost the message, are you giving up on me ?","Don't leave that message lying around, it's essential that it arrives."}; + dialogue2[] = {"If you are thinking about taking the goods and running I would have a re-think.","I wouldn't run out on me now, the last person who tried didn't get very far !"}; + action = ""; + }; + + class passed{ + dialogue[] = {"So you're taking over this mission. Deliver this message to another trader for a reward.","New blood eh. This document needs delivering to a trader as soon as possible."}; + dialogue2[] = {"",""}; + action = ""; + }; + + class abandoned{ + condition = ""; + dialogue[] = {"Oh dear, smashing up my gear. Not good at all..","Hmm, do you think those UAVs grown on trees ?"}; + dialogue2[] = {"That's going to cost you, watch your back !","I am not happy about that ! Be more careful next time."}; + delay = 10; + action = ""; + }; + + }; + + + }; + + + class MissionDriver{ + author = "axeman"; + missionName = "The Generals Daughter."; + + class welcome{ + condition = "(false)"; + dialogue[] = {"I have an important delivery for you to make. She needs to arrive safely. Let me see if you need a GPS.","Can you drive ? My friend here needs a lift. Drop this person off to the general. I will make sure you have some equipment"}; + dialogue2[] = {"Take the generals daughter to the pick up point. There is a boat waiting so do not hang around.","This VIP must make it to the rendezvous. Wait for coordinates.. and make sure she gets there."}; + item[] = {"itemGPS","itemGPS"}; + action = ""; + }; + + class accept{ + condition = "(true)";//Decided in code - change to true to default accept mission. i.e. Doesn't require the player to be holding welcome item above e.g. + dialogue[] = {"",""}; + dialogue2[] = {"",""}; + missionDeclined[] = {"",""}; + crypto[] = {0,0}; + weapon[] = {"",""}; + magazine[] = {"",""}; + item[] = {"",""}; + action = ""; + }; + + class inmission1{ + condition = "(count (player nearEntities [[""Epoch_Male_F"",""Epoch_Female_F"",""C_man_hunter_1_F"",""Epoch_Female_Camo_F""], 150]) > 1)"; + dialogue[] = {"I think I saw someone.. Over there !","Was that a person ? I think there are survivors here."}; + dialogue2[] = {"",""}; + action = ""; + }; + + class inmission2{ + condition = "(count (player nearEntities [[""Epoch_Sapper_F"",""Alsatian_Random_EPOCH"",""Epoch_cloak_F"",""Fin_random_EPOCH""], 150]) > 0)"; + dialogue[] = {"I just spotted.. something. It could have been a dog ?","We need to keep moving ! I am sure I just saw some.. thing."}; + dialogue2[] = {"",""}; + action = ""; + }; + + class inmission3{ + condition = "(diag_tickTime - _missionTimer > 1200)"; + dialogue[] = {"Are we there yet ? If we take too long the boat will be gone.","Are you lost ? Daddy is not a patient man, can we hurry it up please."}; + dialogue2[] = {"",""}; + action = "_missionTimer = diag_tickTime"; + }; + + class completed{ + condition = ""; + dialogue[] = {"The General has sent us to collect his Daughter. Luckily for you she looks in good health.", "Nice work, you delivered her safely. Thankfully, or the General would not be happy."}; + dialogue2[] = {"Help yourself to supplies from our boat. Hurry, we are leaving shortly.","Our boat is laden with supplies. Take all you can carry as a reward for your good work."}; + action[] = {""}; + crypto[] = {75,100}; + weapon[] = {"arifle_MX_SW_Hamr_pointer_F","speargun_epoch"}; + magazine[] = {"100Rnd_65x39_caseless_mag_Tracer","spear_magazine"}; + item[] = {{"KitTiPi","ItemJade","wolf_mask_epoch","lighter_epoch"},{"KitPlotPole","KitShelf","pkin_mask_epoch","ItemGoldBar"}}; + }; + + class missioncheck{ + + class health{ + dialogue[] = {"You look hurt, I am not driving myself there.","You are bleeding ! Yuk, don't get blood on my seat."}; + dialogue2[] = {"Stop and find some medical supplies ?","Do you want to try and find a bandage or something ?"}; + action = ""; + frequency = 60; + }; + + class characters{ + dialogue[] = {"",""}; + }; + + class gotout{ + dialogue[] = {"Where are you going ?","Are you leaving me here ?"}; + dialogue2[] = {"Don't be long, I will wait here.","The heating is on, I am staying here and keeping warm !"}; + action = ""; + }; + + class passed{ + dialogue[] = {"",""}; + dialogue2[] = {"",""}; + action = ""; + }; + + class vehlost{ + condition = ""; + dialogue[] = {"Oh dear, that didn't go well. Maybe stop before driving into something next time ?","Nice driving, now what are going to do ?"}; + dialogue2[] = {"You need to find us another vehicle. I am not walking all the way there.","How are we going to get there now? You had best find another vehicle !"}; + delay = 10; + action = ""; + }; + + }; + + + }; + +}; diff --git a/Sources/epoch_config/Configs/CfgVehicles.hpp b/Sources/epoch_config/Configs/CfgVehicles.hpp new file mode 100644 index 00000000..b129e05e --- /dev/null +++ b/Sources/epoch_config/Configs/CfgVehicles.hpp @@ -0,0 +1,5800 @@ +class UniformSlotInfo; +class CfgVehicles +{ + class Static; + class Const_Ghost_EPOCH : Static {}; + class Animated_Loot : Static {}; + class NonStrategic; + class WeaponHolder; + + class Man; + class CAManBase: Man + { + class ViewPilot; + class HitPoints + { + class HitHead; + class HitBody; + class HitHands; + class HitLegs; + }; + }; + class CAManBase2: CAManBase + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "CAManBase2"; + picture = ""; + Icon = "iconMan"; + fsmDanger = "A3\characters_f\scripts\danger.fsm"; + moves = "CfgMovesMaleSdr2"; + movesFatigue = "CfgMovesFatigue"; + gestures = "CfgGesturesSapper"; + bonePrimaryWeapon = "weapon"; + oxygenCapacity = 70; + formationTimeDiving = 2; + formationTimeSwimming = 3; + triggerAnim = "A3\anims_f\data\Anim\sdr\trigger.rtm"; + woman = 0; + faceType = "Man_A3"; + minGunElev = -80; + maxGunElev = 60; + minGunTurn = -1; + maxGunTurn = 1; + minGunTurnAI = -30; + maxGunTurnAI = 30; + extCameraPosition[] = {0.22,0.05,-2.2}; + class HeadLimits; + boneHead = "head"; + boneHeadCutScene = "headcutscene"; + boneLEye = "eyeleft"; + boneREye = "eyeright"; + boneLEyelidUp = "face_eyelidupperleft"; + boneREyelidUp = "face_eyelidupperright"; + boneLEyelidDown = "face_eyelidlowerleft"; + boneREyelidDown = "face_eyelidlowerright"; + boneLPupil = "l_pupila"; + boneRPupil = "r_pupila"; + minHeadTurnAI = -60; + maxHeadTurnAI = 60; + class ViewPilot: ViewPilot + { + initFov = 0.75; + minFov = 0.375; + maxFov = 1.1; + initAngleX = 8; + minAngleX = -85; + maxAngleX = 85; + initAngleY = 0; + minAngleY = -150; + maxAngleY = 150; + }; + ISangleMod[] = {0.1,0.03,0.1}; + ISrecoilMod[] = {0,0,0.2}; + ISspeedMod[] = {0.0001,0.0001,0}; + ISmaxTurn = 0.5; + ISanimMod[] = {0.03,0.06,0.04}; + class HitPoints + { + class HitHead + { + armor = 1; + material = -1; + name = "head"; + passThrough = 1; + radius = 0.1; + explosionShielding = 0.5; + minimalHit = 0; + }; + class HitBody + { + armor = 1; + material = -1; + name = "body"; + passThrough = 1; + radius = 0.15; + explosionShielding = 6; + visual = "injury_body"; + minimalHit = 0; + }; + class HitHands + { + armor = 1; + material = -1; + name = "hands"; + passThrough = 1; + radius = 0.08; + explosionShielding = 1; + visual = "injury_hands"; + minimalHit = 0; + }; + class HitLegs + { + armor = 1; + material = -1; + name = "legs"; + passThrough = 1; + radius = 0.1; + explosionShielding = 1; + visual = "injury_legs"; + minimalHit = 0; + }; + }; + armor = 2; + armorStructural = 5; + selectionHeadWound = "head_injury"; + selectionBodyWound = "injury_body"; + selectionLArmWound = "injury_hands"; + selectionRArmWound = "injury_hands"; + selectionLLegWound = "injury_legs"; + selectionRLegWound = "injury_legs"; + selectionLArmWound1 = "injury_hands"; + selectionRArmWound1 = "injury_hands"; + selectionLLegWound1 = "injury_legs"; + selectionRLegWound1 = "injury_legs"; + selectionLArmWound2 = "hl"; + selectionRArmWound2 = "hl"; + selectionLLegWound2 = "hl"; + selectionRLegWound2 = "hl"; + selectionHeadHide = ""; + selectionNeckHide = ""; + memoryPointLStep = "footstepL"; + memoryPointRStep = "footstepR"; + memoryPointAim = "aimPoint"; + memoryPointCameraTarget = "camera"; + memoryPointCommonDamage = "l_femur_hit"; + memoryPointLeaningAxis = "leaning_axis"; + memoryPointAimingAxis = "aiming_axis"; + memoryPointHeadAxis = "head_axis"; + memoryPointWaterSurface = "water_surface"; + selectionLBrow = "lBrow"; + selectionMBrow = "mBrow"; + selectionRBrow = "rBrow"; + selectionLMouth = "lMouth"; + selectionMMouth = "mMouth"; + selectionRMouth = "rMouth"; + selectionEyelid = "Eyelids"; + selectionLip = "LLip"; + useInternalLODInVehicles = 1; + accuracy = 0; + vehicleClass = "Men"; + type = 0; + threat[] = {1,0.05,0.05}; + vegetation0[] = {"A3\Sounds_F\characters\movements\bush_001",0.25118864,1,30}; + vegetation1[] = {"A3\Sounds_F\characters\movements\bush_002",0.31622776,1,30}; + vegetation2[] = {"A3\Sounds_F\characters\movements\bush_003",0.31622776,1,30}; + vegetation3[] = {"A3\Sounds_F\characters\movements\bush_004",0.2818383,1,30}; + vegetation4[] = {"A3\Sounds_F\characters\movements\bush_005",0.25118864,1,30}; + vegetation5[] = {"A3\Sounds_F\characters\movements\bush_006",0.2238721,1,30}; + vegetation6[] = {"A3\Sounds_F\characters\movements\bush_007",0.56234133,1,30}; + vegetation7[] = {"A3\Sounds_F\characters\movements\bush_008",0.56234133,1,30}; + vegetation8[] = {"A3\Sounds_F\characters\movements\bush_009",0.56234133,1,30}; + vegetation9[] = {"A3\Sounds_F\characters\movements\bush_010",0.56234133,1,30}; + vegetation10[] = {"A3\Sounds_F\characters\movements\bush_011",0.56234133,1,30}; + vegetation11[] = {"A3\Sounds_F\characters\movements\bush_012",0.56234133,1,30}; + vegetationSounds[] = {"vegetation0",0.08,"vegetation1",0.08,"vegetation2",0.08,"vegetation3",0.08,"vegetation4",0.08,"vegetation5",0.08,"vegetation6",0.08,"vegetation7",0.08,"vegetation8",0.09,"vegetation9",0.09,"vegetation10",0.09,"vegetation11",0.09}; + class PulsationSound + { + sample0[] = {{ { { "A3\sounds_f\characters\human-sfx\other\heart_3",0.056234132,1 },1.0 } }}; + sample1[] = {{ { { "A3\sounds_f\characters\human-sfx\other\heart_3",0.056234132,1 },1.0 } }}; + sample2[] = {{ { { "A3\sounds_f\characters\human-sfx\other\heart_3",0.056234132,1 },1.0 } }}; + sample3[] = {{ { { "A3\sounds_f\characters\human-sfx\other\heart_3",0.056234132,1 },1.0 } }}; + }; + class HealingSound + { + sound[] = {"A3\sounds_f\characters\human-sfx\other\fak1_loop",0.1,1,10}; + }; + class StabilizingSound + { + sound[] = {"A3\sounds_f\characters\human-sfx\other\fak1_loop",0.056234132,1,10}; + }; + class HealingSoundWithMedikit + { + sound[] = {"A3\sounds_f\characters\human-sfx\other\medikit1",0.056234132,1,10}; + }; + class FreefallSound + { + sound[] = {"A3\Sounds_F\characters\human-sfx\other\freefall1",0.5011872,1,40}; + }; + class SoundRecovered + { + Person1[] = {{ "Male08ENG" },{ { { "A3\sounds_f\characters\human-sfx\P01\SoundRecovered_01",0.35481337,1,20 },0.25 },{ { "A3\sounds_f\characters\human-sfx\P01\SoundRecovered_02",0.35481337,1,20 },0.25 },{ { "A3\sounds_f\characters\human-sfx\P01\SoundRecovered_03",0.35481337,1,20 },0.25 },{ { "A3\sounds_f\characters\human-sfx\P01\SoundRecovered_04",0.35481337,1,20 },0.25 } }}; + Person2[] = {{ { { "A3\sounds_f\characters\human-sfx\P02\SoundRecovered_01",0.35481337,1,20 },0.25 },{ { "A3\sounds_f\characters\human-sfx\P02\SoundRecovered_02",0.35481337,1,20 },0.25 },{ { "A3\sounds_f\characters\human-sfx\P02\SoundRecovered_03",0.35481337,1,20 },0.25 },{ { "A3\sounds_f\characters\human-sfx\P02\SoundRecovered_04",0.35481337,1,20 },0.25 } }}; + Person3[] = {{ { { "A3\sounds_f\characters\human-sfx\P03\SoundRecovered_01",0.35481337,1,20 },0.25 },{ { "A3\sounds_f\characters\human-sfx\P03\SoundRecovered_02",0.35481337,1,20 },0.25 },{ { "A3\sounds_f\characters\human-sfx\P03\SoundRecovered_03",0.35481337,1,20 },0.25 },{ { "A3\sounds_f\characters\human-sfx\P03\SoundRecovered_04",0.35481337,1,20 },0.25 } }}; + Person4[] = {{ { { "A3\sounds_f\characters\human-sfx\P04\SoundRecovered_01",0.35481337,1,20 },0.25 },{ { "A3\sounds_f\characters\human-sfx\P04\SoundRecovered_02",0.35481337,1,20 },0.25 },{ { "A3\sounds_f\characters\human-sfx\P04\SoundRecovered_03",0.35481337,1,20 },0.25 },{ { "A3\sounds_f\characters\human-sfx\P04\SoundRecovered_04",0.35481337,1,20 },0.25 } }}; + }; + class SoundChoke + { + breath0[] = {{ { { "A3\sounds_f\characters\human-sfx\P01\SoundRecovered_water_01",0.35481337,1,20 },0.3 },{ { "A3\sounds_f\characters\human-sfx\P01\SoundRecovered_water_02",0.35481337,1,20 },0.3 },{ { "A3\sounds_f\characters\human-sfx\P01\SoundRecovered_water_03",0.35481337,1,20 },0.4 } }}; + breath1[] = {{ { { "A3\sounds_f\characters\human-sfx\P02\SoundRecovered_water_01",0.35481337,1,20 },0.3 },{ { "A3\sounds_f\characters\human-sfx\P02\SoundRecovered_water_02",0.35481337,1,20 },0.3 },{ { "A3\sounds_f\characters\human-sfx\P02\SoundRecovered_water_03",0.35481337,1,20 },0.4 } }}; + breath2[] = {{ { { "A3\sounds_f\characters\human-sfx\P03\SoundRecovered_water_01",0.35481337,1,20 },0.3 },{ { "A3\sounds_f\characters\human-sfx\P03\SoundRecovered_water_02",0.35481337,1,20 },0.3 },{ { "A3\sounds_f\characters\human-sfx\P03\SoundRecovered_water_03",0.35481337,1,20 },0.4 } }}; + breath3[] = {{ { { "A3\sounds_f\characters\human-sfx\P04\SoundRecovered_water_01",0.35481337,1,20 },0.3 },{ { "A3\sounds_f\characters\human-sfx\P04\SoundRecovered_water_02",0.35481337,1,20 },0.3 },{ { "A3\sounds_f\characters\human-sfx\P04\SoundRecovered_water_03",0.35481337,1,20 },0.4 } }}; + }; + class SoundDrown + { + breath0[] = {{ { { "A3\sounds_f\characters\human-sfx\08_hum_inside_head1",0.31622776,1,20 },1.0 } }}; + breath1[] = {{ { { "A3\sounds_f\characters\human-sfx\08_hum_inside_head1",0.31622776,1,20 },1.0 } }}; + breath2[] = {{ { { "A3\sounds_f\characters\human-sfx\08_hum_inside_head1",0.31622776,1,20 },1.0 } }}; + breath3[] = {{ { { "A3\sounds_f\characters\human-sfx\08_hum_inside_head1",0.31622776,1,20 },1.0 } }}; + }; + class SoundDrowning + { + breath0[] = {{ { { "A3\sounds_f\characters\human-sfx\P01\drowning_01",0.5011872,1,20 },0.5 },{ { "A3\sounds_f\characters\human-sfx\P01\drowning_02",0.5011872,1,20 },0.5 } }}; + breath1[] = {{ { { "A3\sounds_f\characters\human-sfx\P01\drowning_01",0.5011872,1,20 },0.5 },{ { "A3\sounds_f\characters\human-sfx\P01\drowning_02",0.5011872,1,20 },0.5 } }}; + breath2[] = {{ { { "A3\sounds_f\characters\human-sfx\P01\drowning_01",0.5011872,1,20 },0.5 },{ { "A3\sounds_f\characters\human-sfx\P01\drowning_02",0.5011872,1,20 },0.5 } }}; + breath3[] = {{ { { "A3\sounds_f\characters\human-sfx\P01\drowning_01",0.5011872,1,20 },0.5 },{ { "A3\sounds_f\characters\human-sfx\P01\drowning_02",0.5011872,1,20 },0.5 } }}; + }; + class SoundBurning + { + Person1[] = {{ { { "A3\Sounds_F\characters\human-sfx\P01\Burning_01",0.56234133,1,20 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\P01\Burning_02",0.56234133,1,25 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\P01\Burning_03",0.56234133,1,25 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\P01\Burning_04",0.56234133,1,25 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\P01\Burning_05",0.56234133,1,25 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P01\Burning_06",0.56234133,1,25 },0.1 } }}; + Person2[] = {{ { { "A3\Sounds_F\characters\human-sfx\Person1\Burning_01",0.56234133,1,20 },0.25 },{ { "A3\Sounds_F\characters\human-sfx\Person1\Burning_02",0.56234133,1,25 },0.25 },{ { "A3\Sounds_F\characters\human-sfx\Person1\Burning_03",0.56234133,1,25 },0.25 },{ { "A3\Sounds_F\characters\human-sfx\Person1\Burning_04",0.56234133,1,25 },0.25 } }}; + Person3[] = {{ { { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_01",0.56234133,1,20 },0.25 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_02",0.56234133,1,25 },0.25 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_03",0.56234133,1,25 },0.25 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_08",0.56234133,1,25 },0.25 } }}; + Person4[] = {{ { { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_01",0.56234133,1,20 },0.25 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_02",0.56234133,1,25 },0.25 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_03",0.56234133,1,25 },0.25 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_09",0.56234133,1,25 },0.25 } }}; + }; + class SoundBreathSwimming + { + breathSwimming0[] = {{ { { "A3\Sounds_F\characters\human-sfx\P01\Water_breath_01",0.56234133,1,25 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P01\Water_breath_02",0.56234133,1,25 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\P01\Water_breath_03",0.56234133,1,25 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\P01\Water_breath_04",0.56234133,1,25 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\P01\Water_breath_05",0.56234133,1,25 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\P01\Water_breath_06",0.56234133,1,25 },0.1 } }}; + breathSwimming1[] = {{ { { "A3\Sounds_F\characters\human-sfx\P02\Water_Breath_01",0.56234133,1.1,25 },0.25 },{ { "A3\Sounds_F\characters\human-sfx\P02\Water_Breath_02",0.56234133,1.1,25 },0.25 },{ { "A3\Sounds_F\characters\human-sfx\P02\Water_Breath_03",0.56234133,1.1,25 },0.25 },{ { "A3\Sounds_F\characters\human-sfx\P02\Water_Breath_04",0.56234133,1.1,25 },0.25 } }}; + breathSwimming2[] = {{ { { "A3\Sounds_F\characters\human-sfx\water-breath-01",0.56234133,0.8,25 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\water-breath-02",0.56234133,0.8,25 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\water-breath-03",0.56234133,0.8,25 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\water-breath-04",0.56234133,0.8,25 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\water-breath-05",0.56234133,0.8,25 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\water-breath-06",0.56234133,0.8,25 },0.1 } }}; + breathSwimming3[] = {{ { { "A3\Sounds_F\characters\human-sfx\water-breath-01",0.56234133,1.2,25 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\water-breath-02",0.56234133,1.2,25 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\water-breath-03",0.56234133,1.2,25 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\water-breath-04",0.56234133,1.2,25 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\water-breath-05",0.56234133,1.2,25 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\water-breath-06",0.56234133,1.2,25 },0.1 } }}; + }; + class SoundHitScream + { + person0[] = {{ { { "A3\sounds_f\characters\human-sfx\P01\Low_hit_01",0.56234133,1,40 },0.2 },{ { "A3\sounds_f\characters\human-sfx\P01\Low_hit_02",0.56234133,1,40 },0.2 },{ { "A3\sounds_f\characters\human-sfx\P01\Low_hit_03",0.56234133,1,40 },0.2 },{ { "A3\sounds_f\characters\human-sfx\P01\Low_hit_04",0.56234133,1,40 },0.2 },{ { "A3\sounds_f\characters\human-sfx\P01\Low_hit_05",0.56234133,1,40 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Low_hit_06",0.56234133,1,40 },0.1 } },{ { { "A3\sounds_f\characters\human-sfx\P01\Mid_hit_01",0.70794576,1,60 },0.25 },{ { "A3\sounds_f\characters\human-sfx\P01\Mid_hit_02",0.70794576,1,60 },0.25 },{ { "A3\sounds_f\characters\human-sfx\P01\Mid_hit_03",0.70794576,1,60 },0.25 },{ { "A3\sounds_f\characters\human-sfx\P01\Mid_hit_04",0.70794576,1,60 },0.25 } },{ { { "A3\sounds_f\characters\human-sfx\P01\Max_hit_01",0.8912509,1,80 },0.2 },{ { "A3\sounds_f\characters\human-sfx\P01\Max_hit_02",0.8912509,1,80 },0.2 },{ { "A3\sounds_f\characters\human-sfx\P01\Max_hit_03",0.8912509,1,80 },0.2 },{ { "A3\sounds_f\characters\human-sfx\P01\Max_hit_04",0.8912509,1,80 },0.2 },{ { "A3\sounds_f\characters\human-sfx\P01\Max_hit_05",0.8912509,1,80 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Max_hit_06",0.8912509,1,80 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P01\Max_hit_07",0.8912509,1,80 },0.05 } }}; + person1[] = {{ { { "A3\sounds_f\characters\human-sfx\P01\Low_hit_01",0.56234133,1,40 },0.2 },{ { "A3\sounds_f\characters\human-sfx\P01\Low_hit_02",0.56234133,1,40 },0.2 },{ { "A3\sounds_f\characters\human-sfx\P01\Low_hit_03",0.56234133,1,40 },0.2 },{ { "A3\sounds_f\characters\human-sfx\P01\Low_hit_04",0.56234133,1,40 },0.2 },{ { "A3\sounds_f\characters\human-sfx\P01\Low_hit_05",0.56234133,1,40 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Low_hit_06",0.56234133,1,40 },0.1 } },{ { { "A3\sounds_f\characters\human-sfx\P01\Mid_hit_01",0.70794576,1,60 },0.25 },{ { "A3\sounds_f\characters\human-sfx\P01\Mid_hit_02",0.70794576,1,60 },0.25 },{ { "A3\sounds_f\characters\human-sfx\P01\Mid_hit_03",0.70794576,1,60 },0.25 },{ { "A3\sounds_f\characters\human-sfx\P01\Mid_hit_04",0.70794576,1,60 },0.25 } },{ { { "A3\sounds_f\characters\human-sfx\P01\Max_hit_01",0.8912509,1,80 },0.25 },{ { "A3\sounds_f\characters\human-sfx\P01\Max_hit_02",0.8912509,1,80 },0.25 },{ { "A3\sounds_f\characters\human-sfx\P01\Max_hit_03",0.8912509,1,80 },0.25 },{ { "A3\sounds_f\characters\human-sfx\P01\Max_hit_04",0.8912509,1,80 },0.25 } }}; + person2[] = {{ { { "A3\sounds_f\characters\human-sfx\person2\P2_hit_small_01",0.56234133,1,40 },0.25 },{ { "A3\sounds_f\characters\human-sfx\person2\P2_hit_small_02",0.56234133,1,40 },0.25 },{ { "A3\sounds_f\characters\human-sfx\person2\P2_hit_small_03",0.56234133,1,40 },0.25 },{ { "A3\sounds_f\characters\human-sfx\person2\P2_hit_small_04",0.56234133,1,40 },0.25 } },{ { { "A3\sounds_f\characters\human-sfx\person2\P2_hit_02",0.70794576,1,60 },0.25 },{ { "A3\sounds_f\characters\human-sfx\person2\P2_hit_03",0.70794576,1,60 },0.25 },{ { "A3\sounds_f\characters\human-sfx\person2\P2_hit_04",0.70794576,1,60 },0.25 },{ { "A3\sounds_f\characters\human-sfx\person2\P2_hit_05",0.70794576,1,60 },0.25 } },{ { { "A3\sounds_f\characters\human-sfx\person2\P2_hit_01",0.8912509,1,80 },0.25 },{ { "A3\sounds_f\characters\human-sfx\person2\P2_hit_07",0.8912509,1,80 },0.25 },{ { "A3\sounds_f\characters\human-sfx\person2\P2_hit_08",0.8912509,1,80 },0.25 },{ { "A3\sounds_f\characters\human-sfx\person2\P2_hit_09",0.8912509,1,80 },0.25 } }}; + person3[] = {{ { { "A3\sounds_f\characters\human-sfx\person3\P3_hit_01",0.56234133,1,30 },0.25 },{ { "A3\sounds_f\characters\human-sfx\person3\P3_hit_06",0.56234133,1,30 },0.25 },{ { "A3\sounds_f\characters\human-sfx\person3\P3_hit_07",0.56234133,1,30 },0.25 },{ { "A3\sounds_f\characters\human-sfx\person3\P3_hit_08",0.56234133,1,30 },0.25 } },{ { { "A3\sounds_f\characters\human-sfx\person3\P3_hit_02",0.70794576,1,60 },0.25 },{ { "A3\sounds_f\characters\human-sfx\person3\P3_hit_03",0.70794576,1,60 },0.25 },{ { "A3\sounds_f\characters\human-sfx\person3\P3_hit_04",0.70794576,1,60 },0.25 },{ { "A3\sounds_f\characters\human-sfx\person3\P3_hit_05",0.70794576,1,60 },0.25 } },{ { { "A3\sounds_f\characters\human-sfx\person3\P3_hit_10",0.8912509,1,80 },0.25 },{ { "A3\sounds_f\characters\human-sfx\person3\P3_hit_11",0.8912509,1,80 },0.25 },{ { "A3\sounds_f\characters\human-sfx\person3\P3_hit_12",0.8912509,1,80 },0.25 },{ { "A3\sounds_f\characters\human-sfx\person3\P3_hit_13",0.8912509,1,80 },0.25 } }}; + }; + class SoundBreath + { + breath0[] = {{ { { "A3\sounds_f\characters\human-sfx\P01\Breath_Low_01",0.056234132,1,7 },0.2 },{ { "A3\sounds_f\characters\human-sfx\P01\Breath_Low_02",0.056234132,1,7 },0.2 },{ { "A3\sounds_f\characters\human-sfx\P01\Breath_Low_03",0.056234132,1,7 },0.2 },{ { "A3\sounds_f\characters\human-sfx\P01\Breath_Low_04",0.056234132,1,7 },0.2 },{ { "A3\sounds_f\characters\human-sfx\P01\Breath_Low_05",0.056234132,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Breath_Low_06",0.056234132,1,7 },0.1 } },{ { { "A3\sounds_f\characters\human-sfx\P01\Breath_Mid_01",0.1,1,7 },0.2 },{ { "A3\sounds_f\characters\human-sfx\P01\Breath_Mid_02",0.1,1,7 },0.2 },{ { "A3\sounds_f\characters\human-sfx\P01\Breath_Mid_03",0.1,1,7 },0.2 },{ { "A3\sounds_f\characters\human-sfx\P01\Breath_Mid_04",0.1,1,7 },0.2 },{ { "A3\sounds_f\characters\human-sfx\P01\Breath_Mid_05",0.1,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Breath_Mid_06",0.1,1,7 },0.1 } },{ { { "A3\sounds_f\characters\human-sfx\P01\Breath_Max_01",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Breath_Max_02",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Breath_Max_03",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Breath_Max_04",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Breath_Max_05",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Breath_Max_06",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Breath_Max_07",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Breath_Max_08",0.11220185,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P01\Breath_Max_09",0.11220185,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P01\Breath_Max_10",0.11220185,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P01\Breath_Max_11",0.11220185,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P01\Breath_Max_12",0.11220185,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P01\Breath_Max_13z",0.11220185,1,7 },0.025 },{ { "A3\sounds_f\characters\human-sfx\P01\Breath_Max_14z",0.11220185,1,7 },0.025 } }}; + breath1[] = {{ { { "A3\sounds_f\characters\human-sfx\P02\Breath_Low_01",0.056234132,1,7 },0.2 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Low_02",0.056234132,1,7 },0.2 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Low_03",0.056234132,1,7 },0.2 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Low_04",0.056234132,1,7 },0.2 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Low_05",0.056234132,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Low_06",0.056234132,1,7 },0.1 } },{ { { "A3\sounds_f\characters\human-sfx\P02\Breath_Mid_01",0.07943282,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Mid_02",0.07943282,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Mid_03",0.07943282,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Mid_04",0.07943282,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Mid_05",0.07943282,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Mid_06",0.07943282,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Mid_07",0.07943282,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Mid_08",0.07943282,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Mid_09",0.07943282,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Mid_10",0.07943282,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Mid_11",0.07943282,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Mid_12",0.07943282,1,7 },0.05 } },{ { { "A3\sounds_f\characters\human-sfx\P02\Breath_Max_01",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Max_02",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Max_03",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Max_04",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Max_05",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Max_06",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Max_07",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Max_08",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Max_09",0.11220185,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Max_10",0.11220185,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Max_11",0.11220185,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Breath_Max_12",0.11220185,1,7 },0.05 } }}; + breath2[] = {{ { { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_low_01",0.056234132,1,7 },0.15 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_low_02",0.056234132,1,7 },0.15 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_low_03",0.056234132,1,7 },0.15 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_low_04",0.056234132,1,7 },0.15 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_low_05",0.056234132,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_low_06",0.056234132,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_low_07",0.056234132,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_low_08",0.056234132,1,7 },0.1 } },{ { { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_mid_01",0.08912508,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_mid_02",0.08912508,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_mid_03",0.08912508,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_mid_04",0.08912508,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_mid_05",0.08912508,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_mid_06",0.08912508,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_mid_07",0.08912508,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_mid_08",0.08912508,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_mid_09",0.08912508,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_mid_10_z",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_mid_11_z",0.08912508,1,7 },0.05 } },{ { { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_01",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_02",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_03",0.11220185,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_04",0.11220185,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_05",0.11220185,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_06",0.11220185,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_07",0.11220185,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_08",0.11220185,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_09",0.11220185,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_10",0.11220185,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_11",0.11220185,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_12",0.11220185,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_13",0.11220185,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_14",0.11220185,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_15",0.11220185,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_16_z",0.11220185,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_17_z",0.11220185,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_18_z",0.11220185,1,7 },0.05 } }}; + breath3[] = {{ { { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_low_01",0.056234132,1,7 },0.2 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_low_02",0.056234132,1,7 },0.2 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_low_03",0.056234132,1,7 },0.15 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_low_04",0.056234132,1,7 },0.15 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_low_05",0.056234132,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_low_06",0.056234132,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_low_07",0.056234132,1,7 },0.1 } },{ { { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_mid_01",0.07943282,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_mid_02",0.07943282,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_mid_03",0.07943282,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_mid_04",0.07943282,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_mid_05",0.07943282,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_mid_06",0.07943282,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_mid_07",0.07943282,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_mid_08",0.07943282,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_mid_09",0.07943282,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_mid_10",0.07943282,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_mid_11",0.07943282,1,7 },0.05 } },{ { { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_high_01",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_high_02",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_high_03",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_high_04",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_high_05",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_high_06",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_high_07",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_high_08",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_high_09",0.11220185,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_high_10",0.11220185,1,7 },0.1 } }}; + }; + class SoundBreathInjured + { + Person0[] = {{ { { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Low_01",0.056234132,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Low_02",0.056234132,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Low_03",0.056234132,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Low_04",0.056234132,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Low_05",0.056234132,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Low_06",0.056234132,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Low_07",0.056234132,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Low_08",0.056234132,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Low_09",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Low_10",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Low_11",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Low_12",0.056234132,1,7 },0.05 } },{ { { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Mid_01",0.08912508,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Mid_02",0.08912508,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Mid_03",0.08912508,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Mid_04",0.08912508,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Mid_05",0.08912508,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Mid_06",0.08912508,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Mid_07",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Mid_08",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Mid_09",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Mid_10",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Mid_11",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Mid_12",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Mid_13",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Mid_14",0.08912508,1,7 },0.05 } },{ { { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Max_01",0.12589253,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Max_02",0.12589253,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Max_03",0.12589253,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Max_04",0.12589253,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Max_05",0.12589253,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Max_06",0.12589253,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Max_07",0.12589253,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Max_08",0.12589253,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Max_09",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Max_10",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Max_11",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P01\Soundbreathinjured_Max_12",0.12589253,1,7 },0.05 } }}; + person1[] = {{ { { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Low_01",0.056234132,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Low_02",0.056234132,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Low_03",0.056234132,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Low_04",0.056234132,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Low_05",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Low_06",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Low_07",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Low_08",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Low_09",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Low_10",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Low_11",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Low_12",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Low_13",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Low_14",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Low_15",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Low_16",0.056234132,1,7 },0.05 } },{ { { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Mid_01",0.1,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Mid_02",0.1,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Mid_03",0.1,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Mid_04",0.1,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Mid_05",0.1,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Mid_06",0.1,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Mid_07",0.1,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Mid_08",0.1,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Mid_09",0.1,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Mid_10",0.1,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Mid_11",0.1,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Mid_12",0.1,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Mid_13",0.1,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Mid_14",0.1,1,7 },0.05 } },{ { { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Max_01",0.12589253,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Max_02",0.12589253,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Max_03",0.12589253,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Max_04",0.12589253,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Max_05",0.12589253,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Max_06",0.12589253,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Max_07",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Max_08",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Max_09",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Max_10",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Max_11",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Max_12",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Max_13",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\P02\Soundbreathinjured_Max_14",0.12589253,1,7 },0.05 } }}; + person2[] = {{ { { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_low_01",0.056234132,1,7 },0.0625 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_low_02",0.056234132,1,7 },0.0625 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_low_03",0.056234132,1,7 },0.0625 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_low_04",0.056234132,1,7 },0.0625 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_low_05",0.056234132,1,7 },0.0625 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_low_06",0.056234132,1,7 },0.0625 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_low_07",0.056234132,1,7 },0.0625 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_low_08",0.056234132,1,7 },0.0625 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_low_01",0.056234132,1,7 },0.0625 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_low_02",0.056234132,1,7 },0.0625 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_low_03",0.056234132,1,7 },0.0625 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_low_04",0.056234132,1,7 },0.0625 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_low_05",0.056234132,1,7 },0.0625 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_low_06",0.056234132,1,7 },0.0625 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_low_07",0.056234132,1,7 },0.0625 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_low_08",0.056234132,1,7 },0.0625 } },{ { { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_mid_01",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_mid_02",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_mid_03",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_mid_04",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_mid_05",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_mid_06",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_mid_07",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_mid_08",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_mid_09",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_mid_10_z",0.08912508,1,7 },0.025 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_mid_11_z",0.08912508,1,7 },0.025 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_mid_11",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_mid_12",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_mid_13",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_mid_14",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_mid_15",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_mid_16",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_mid_17",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_mid_18",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_mid_01",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_mid_02",0.08912508,1,7 },0.05 } },{ { { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_01",0.12589253,1,7 },0.75 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_02",0.12589253,1,7 },0.5 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_03",0.12589253,1,7 },0.5 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_04",0.12589253,1,7 },0.5 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_05",0.12589253,1,7 },0.5 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_06",0.12589253,1,7 },0.5 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_07",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_08",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_09",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_10",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_11",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_12",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_13",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_14",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_15",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_16_z",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_17_z",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_high_18_z",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_high_01",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_high_02",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_high_03",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_high_04",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_high_05",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_high_06",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_high_07",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_high_08",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_high_09",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_high_10",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_high_11",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_high_12",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_high_13",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_high_14",0.12589253,1,7 },0.25 },{ { "A3\sounds_f\characters\human-sfx\Person2\P2_breath_damage_high_15",0.12589253,1,7 },0.25 } }}; + person3[] = {{ { { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_low_01",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_low_02",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_low_03",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_low_04",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_low_05",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_low_06",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_low_07",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_low_01",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_low_02",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_low_03",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_low_04",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_low_05",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_low_06",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_low_07",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_low_08",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_low_09",0.056234132,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_low_10",0.056234132,1,7 },0.1 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_low_11",0.056234132,1,7 },0.1 } },{ { { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_mid_01",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_mid_02",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_mid_03",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_mid_04",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_mid_05",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_mid_06",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_mid_07",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_mid_08",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_mid_09",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_mid_10",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_mid_11",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_mid_01",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_mid_02",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_mid_03",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_mid_04",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_mid_05",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_mid_06",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_mid_07",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_mid_08",0.08912508,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_mid_09",0.08912508,1,7 },0.025 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_mid_10",0.08912508,1,7 },0.025 } },{ { { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_high_01",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_high_02",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_high_03",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_high_04",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_high_05",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_high_06",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_high_07",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_high_08",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_high_09",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_high_10",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_high_01",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_high_02",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_high_03",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_high_04",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_high_05",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_high_06",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_high_07",0.12589253,1,7 },0.05 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_high_08",0.12589253,1,7 },0.075 },{ { "A3\sounds_f\characters\human-sfx\Person3\P3_breath_damage_high_09",0.12589253,1,7 },0.075 } }}; + }; + class SoundInjured + { + person_moan0[] = {{ { { "A3\Sounds_F\characters\human-sfx\P01\Soundinjured_Low_01",0.07943282,1,10 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\P01\Soundinjured_Low_02",0.07943282,1,10 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\P01\Soundinjured_Low_03",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P01\Soundinjured_Low_04",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P01\Soundinjured_Low_05",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P01\Soundinjured_Low_06",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P01\Soundinjured_Low_07",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P01\Soundinjured_Low_08",0.07943282,1,10 },0.1 } },{ { { "A3\Sounds_F\characters\human-sfx\P01\Soundinjured_Mid_01",0.12589253,1,10 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\P01\Soundinjured_Mid_02",0.12589253,1,10 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\P01\Soundinjured_Mid_03",0.12589253,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P01\Soundinjured_Mid_04",0.12589253,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P01\Soundinjured_Mid_05",0.12589253,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P01\Soundinjured_Mid_06",0.12589253,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P01\Soundinjured_Mid_07",0.12589253,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P01\Soundinjured_Mid_08",0.12589253,1,10 },0.1 } },{ { { "A3\Sounds_F\characters\human-sfx\P01\Soundinjured_Max_01",0.15848932,1,10 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\P01\Soundinjured_Max_02",0.15848932,1,10 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\P01\Soundinjured_Max_03",0.15848932,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P01\Soundinjured_Max_04",0.15848932,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P01\Soundinjured_Max_05",0.15848932,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P01\Soundinjured_Max_06",0.15848932,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P01\Soundinjured_Max_07",0.15848932,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P01\Soundinjured_Max_08",0.15848932,1,10 },0.1 } }}; + person_moan1[] = {{ { { "A3\Sounds_F\characters\human-sfx\P02\Soundinjured_Low_01",0.07943282,1,10 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\P02\Soundinjured_Low_02",0.07943282,1,10 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\P02\Soundinjured_Low_03",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P02\Soundinjured_Low_04",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P02\Soundinjured_Low_05",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P02\Soundinjured_Low_06",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P02\Soundinjured_Low_07",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P02\Soundinjured_Low_08",0.07943282,1,10 },0.1 } },{ { { "A3\Sounds_F\characters\human-sfx\P02\Soundinjured_Mid_01",0.12589253,1,10 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\P02\Soundinjured_Mid_02",0.12589253,1,10 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\P02\Soundinjured_Mid_03",0.12589253,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P02\Soundinjured_Mid_04",0.12589253,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P02\Soundinjured_Mid_05",0.12589253,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P02\Soundinjured_Mid_06",0.12589253,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P02\Soundinjured_Mid_07",0.12589253,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P02\Soundinjured_Mid_08",0.12589253,1,10 },0.1 } },{ { { "A3\Sounds_F\characters\human-sfx\P02\Soundinjured_Max_01",0.15848932,1,10 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\P02\Soundinjured_Max_02",0.15848932,1,10 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\P02\Soundinjured_Max_03",0.15848932,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P02\Soundinjured_Max_04",0.15848932,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P02\Soundinjured_Max_05",0.15848932,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P02\Soundinjured_Max_06",0.15848932,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P02\Soundinjured_Max_07",0.15848932,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\P02\Soundinjured_Max_08",0.15848932,1,10 },0.1 } }}; + person_moan2[] = {{ { { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_01",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_02",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_03",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_04",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_05",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_06",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_07",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_08",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_09",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_10",0.07943282,1,10 },0.1 } },{ { { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_12",0.12589253,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_13",0.12589253,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_03",0.12589253,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_04",0.12589253,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_05",0.12589253,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_06",0.12589253,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_07",0.12589253,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_08",0.12589253,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_09",0.12589253,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_10",0.12589253,1,10 },0.05 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_11",0.12589253,1,10 },0.05 } },{ { { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_08",0.15848932,1,10 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_09",0.15848932,1,10 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_10",0.15848932,1,10 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_11",0.15848932,1,10 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_12",0.15848932,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person2\P2_moan_13",0.15848932,1,10 },0.1 } }}; + person_moan3[] = {{ { { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_01",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_02",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_03",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_04",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_05",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_06",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_07",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_08",0.07943282,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_09",0.07943282,1,10 },0.2 } },{ { { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_01",0.1,1,10 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_02",0.1,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_03",0.1,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_04",0.1,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_05",0.1,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_06",0.1,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_07",0.1,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_08",0.1,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_09",0.1,1,10 },0.1 } },{ { { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_01",0.15848932,1,10 },0.2 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_02",0.15848932,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_03",0.15848932,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_04",0.15848932,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_05",0.15848932,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_06",0.15848932,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_07",0.15848932,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_08",0.15848932,1,10 },0.1 },{ { "A3\Sounds_F\characters\human-sfx\Person3\P3_moan_09",0.15848932,1,10 },0.1 } }}; + }; + class SoundBreathAutomatic + { + breath0[] = {{ { { "A3\Sounds_F\characters\human-sfx\other\diver-breath-1",0.56234133,1,20 },0.25 },{ { "A3\Sounds_F\characters\human-sfx\other\diver-breath-2",0.56234133,1,20 },0.25 },{ { "A3\Sounds_F\characters\human-sfx\other\diver-breath-3",0.56234133,1,20 },0.25 },{ { "A3\Sounds_F\characters\human-sfx\other\diver-breath-4",0.56234133,1,20 },0.25 } }}; + }; + class SoundGear + { + primary[] = {{ "walk",{ "A3\sounds_f\characters\movements\soldier_gear_walk_01",0.07943282,1,30 } },{ "walk",{ "A3\sounds_f\characters\movements\soldier_gear_walk_02",0.07943282,1,30 } },{ "walk",{ "A3\sounds_f\characters\movements\soldier_gear_walk_03",0.07943282,1,30 } },{ "walk",{ "A3\sounds_f\characters\movements\soldier_gear_walk_04",0.07943282,1,30 } },{ "walk",{ "A3\sounds_f\characters\movements\soldier_gear_walk_05",0.07943282,1,30 } },{ "walk",{ "A3\sounds_f\characters\movements\soldier_gear_walk_06",0.07943282,1,30 } },{ "walk",{ "A3\sounds_f\characters\movements\soldier_gear_walk_07",0.07943282,1,30 } },{ "walk",{ "A3\sounds_f\characters\movements\soldier_gear_walk_08",0.07943282,1,30 } },{ "run",{ "A3\sounds_f\characters\movements\soldier_gear_run_01",0.11220185,1,35 } },{ "run",{ "A3\sounds_f\characters\movements\soldier_gear_run_02",0.11220185,1,35 } },{ "run",{ "A3\sounds_f\characters\movements\soldier_gear_run_03",0.11220185,1,35 } },{ "run",{ "A3\sounds_f\characters\movements\soldier_gear_run_04",0.11220185,1,35 } },{ "run",{ "A3\sounds_f\characters\movements\soldier_gear_run_05",0.11220185,1,35 } },{ "run",{ "A3\sounds_f\characters\movements\soldier_gear_run_06",0.11220185,1,35 } },{ "run",{ "A3\sounds_f\characters\movements\soldier_gear_run_07",0.11220185,1,35 } },{ "run",{ "A3\sounds_f\characters\movements\soldier_gear_run_08",0.11220185,1,35 } },{ "sprint",{ "A3\sounds_f\characters\movements\soldier_gear_sprint_01",0.14125374,1,45 } },{ "sprint",{ "A3\sounds_f\characters\movements\soldier_gear_sprint_02",0.14125374,1,45 } },{ "sprint",{ "A3\sounds_f\characters\movements\soldier_gear_sprint_03",0.14125374,1,45 } },{ "sprint",{ "A3\sounds_f\characters\movements\soldier_gear_sprint_04",0.14125374,1,45 } },{ "sprint",{ "A3\sounds_f\characters\movements\soldier_gear_sprint_05",0.14125374,1,45 } },{ "sprint",{ "A3\sounds_f\characters\movements\soldier_gear_sprint_06",0.14125374,1,45 } },{ "sprint",{ "A3\sounds_f\characters\movements\soldier_gear_sprint_07",0.14125374,1,45 } },{ "sprint",{ "A3\sounds_f\characters\movements\soldier_gear_sprint_08",0.14125374,1,45 } }}; + secondary[] = {{ "run",{ "",1.0,1,10 } },{ "run",{ "",1.0,1,10 } },{ "sprint",{ "",1.0,1,10 } }}; + }; + class SoundEquipment + { + soldier[] = {{ "walk",{ "A3\sounds_f\characters\movements\suit_run_01",0.056234132,1,30 } },{ "walk",{ "A3\sounds_f\characters\movements\suit_run_02",0.056234132,1,30 } },{ "walk",{ "A3\sounds_f\characters\movements\suit_run_03",0.056234132,1,30 } },{ "walk",{ "A3\sounds_f\characters\movements\suit_run_04",0.056234132,1,30 } },{ "walk",{ "A3\sounds_f\characters\movements\suit_run_05",0.056234132,1,30 } },{ "walk",{ "A3\sounds_f\characters\movements\suit_run_06",0.056234132,1,30 } },{ "walk",{ "A3\sounds_f\characters\movements\suit_run_07",0.056234132,1,30 } },{ "walk",{ "A3\sounds_f\characters\movements\suit_run_08",0.056234132,1,30 } },{ "run",{ "A3\sounds_f\characters\movements\suit_run_01",0.063095726,1,32 } },{ "run",{ "A3\sounds_f\characters\movements\suit_run_02",0.063095726,1,32 } },{ "run",{ "A3\sounds_f\characters\movements\suit_run_03",0.063095726,1,32 } },{ "run",{ "A3\sounds_f\characters\movements\suit_run_04",0.063095726,1,32 } },{ "run",{ "A3\sounds_f\characters\movements\suit_run_05",0.063095726,1,32 } },{ "run",{ "A3\sounds_f\characters\movements\suit_run_06",0.063095726,1,32 } },{ "run",{ "A3\sounds_f\characters\movements\suit_run_07",0.063095726,1,32 } },{ "run",{ "A3\sounds_f\characters\movements\suit_run_08",0.063095726,1,32 } },{ "sprint",{ "A3\sounds_f\characters\movements\suit_sprint_01",0.1,1,35 } },{ "sprint",{ "A3\sounds_f\characters\movements\suit_sprint_02",0.1,1,35 } },{ "sprint",{ "A3\sounds_f\characters\movements\suit_sprint_03",0.1,1,35 } },{ "sprint",{ "A3\sounds_f\characters\movements\suit_sprint_04",0.1,1,35 } },{ "sprint",{ "A3\sounds_f\characters\movements\suit_sprint_05",0.1,1,35 } },{ "sprint",{ "A3\sounds_f\characters\movements\suit_sprint_06",0.1,1,35 } },{ "sprint",{ "A3\sounds_f\characters\movements\suit_sprint_07",0.1,1,35 } },{ "sprint",{ "A3\sounds_f\characters\movements\suit_sprint_08",0.1,1,35 } }}; + civilian[] = {{ "walk",{ "A3\sounds_f\characters\movements\suit_run_01",0.056234132,1,20 } },{ "walk",{ "A3\sounds_f\characters\movements\suit_run_02",0.056234132,1,20 } },{ "walk",{ "A3\sounds_f\characters\movements\suit_run_03",0.056234132,1,20 } },{ "walk",{ "A3\sounds_f\characters\movements\suit_run_04",0.056234132,1,20 } },{ "walk",{ "A3\sounds_f\characters\movements\suit_run_05",0.056234132,1,20 } },{ "walk",{ "A3\sounds_f\characters\movements\suit_run_06",0.056234132,1,20 } },{ "walk",{ "A3\sounds_f\characters\movements\suit_run_07",0.056234132,1,20 } },{ "walk",{ "A3\sounds_f\characters\movements\suit_run_08",0.056234132,1,20 } },{ "run",{ "A3\sounds_f\characters\movements\suit_run_01",0.07943282,1,30 } },{ "run",{ "A3\sounds_f\characters\movements\suit_run_02",0.07943282,1,30 } },{ "run",{ "A3\sounds_f\characters\movements\suit_run_03",0.07943282,1,30 } },{ "run",{ "A3\sounds_f\characters\movements\suit_run_04",0.07943282,1,30 } },{ "run",{ "A3\sounds_f\characters\movements\suit_run_05",0.07943282,1,30 } },{ "run",{ "A3\sounds_f\characters\movements\suit_run_06",0.07943282,1,30 } },{ "run",{ "A3\sounds_f\characters\movements\suit_run_07",0.07943282,1,30 } },{ "run",{ "A3\sounds_f\characters\movements\suit_run_08",0.07943282,1,30 } },{ "sprint",{ "A3\sounds_f\characters\movements\suit_sprint_01",0.1,1,40 } },{ "sprint",{ "A3\sounds_f\characters\movements\suit_sprint_02",0.1,1,40 } },{ "sprint",{ "A3\sounds_f\characters\movements\suit_sprint_03",0.1,1,40 } },{ "sprint",{ "A3\sounds_f\characters\movements\suit_sprint_04",0.1,1,40 } },{ "sprint",{ "A3\sounds_f\characters\movements\suit_sprint_05",0.1,1,40 } },{ "sprint",{ "A3\sounds_f\characters\movements\suit_sprint_06",0.1,1,40 } },{ "sprint",{ "A3\sounds_f\characters\movements\suit_sprint_07",0.1,1,40 } },{ "sprint",{ "A3\sounds_f\characters\movements\suit_sprint_08",0.1,1,40 } }}; + }; + + class SoundEnvironExt + { + generic[] = {{ "healself",{ "\A3\Sounds_F\characters\ingame\AinvPknlMstpSlayWrflDnon_medic",0.8912509,1,70 } },{ "healselfprone",{ "\A3\Sounds_F\characters\ingame\AinvPpneMstpSlayWrflDnon_medic",0.8912509,1,70 } },{ "healselfpistolkneelin",{ "\A3\Sounds_F\characters\ingame\AinvPknlMstpSlayWpstDnon_medicIn",0.8912509,1,70 } },{ "healselfpistolkneel",{ "\A3\Sounds_F\characters\ingame\AinvPknlMstpSlayWpstDnon_medic",0.8912509,1,70 } },{ "healselfpistolkneelout",{ "\A3\Sounds_F\characters\ingame\AinvPknlMstpSlayWpstDnon_medicOut",0.8912509,1,70 } },{ "healselfpistolpromein",{ "\A3\Sounds_F\characters\ingame\AinvPpneMstpSlayWpstDnon_medicin",0.8912509,1,70 } },{ "healselfpistolprone",{ "\A3\Sounds_F\characters\ingame\AinvPpneMstpSlayWpstDnon_medic",0.8912509,1,70 } },{ "healselfpistolpromeout",{ "\A3\Sounds_F\characters\ingame\AinvPpneMstpSlayWpstDnon_medicOut",0.8912509,1,70 } },{ "adjust_short",{ "\A3\sounds_f\characters\stances\adjust_short1",0.15848932,1,70 } },{ "adjust_short",{ "\A3\sounds_f\characters\stances\adjust_short2",0.15848932,1,70 } },{ "adjust_short",{ "\A3\sounds_f\characters\stances\adjust_short3",0.15848932,1,70 } },{ "adjust_short",{ "\A3\sounds_f\characters\stances\adjust_short4",0.15848932,1,70 } },{ "adjust_short",{ "\A3\sounds_f\characters\stances\adjust_short5",0.15848932,1,70 } },{ "adjust_stand_to_left_prone",{ "\A3\sounds_f\characters\stances\adjust_short1",0.15848932,1,70 } },{ "adjust_stand_to_right_prone",{ "\A3\sounds_f\characters\stances\adjust_short5",0.15848932,1,70 } },{ "adjust_kneelhigh_to_standlow",{ "\A3\sounds_f\characters\stances\adjust_short3",0.15848932,1,70 } },{ "adjust_standlow_to_kneelhigh",{ "\A3\sounds_f\characters\stances\adjust_short1",0.15848932,1,70 } },{ "roll",{ "\A3\sounds_f\characters\stances\adjust_short4",0.35481337,1,70 } },{ "grenade_throw",{ "\A3\sounds_f\characters\stances\adjust_short1",0.35481337,1,70 } },{ "grenade_throw",{ "\A3\sounds_f\characters\stances\adjust_short2",0.35481337,1,70 } },{ "grenade_throw",{ "\A3\sounds_f\characters\stances\adjust_short3",0.35481337,1,70 } },{ "grenade_throw",{ "\A3\sounds_f\characters\stances\adjust_short4",0.35481337,1,70 } },{ "grenade_throw",{ "\A3\sounds_f\characters\stances\adjust_short5",0.35481337,1,70 } },{ "inventory_in",{ "\A3\sounds_f\characters\stances\adjust_short1",0.25118864,1,70 } },{ "inventory_out",{ "\A3\sounds_f\characters\stances\adjust_short2",0.25118864,1,70 } },{ "handgun_to_launcher",{ "\A3\sounds_f\characters\stances\change_handgun_to_launcher",0.25118864,1,70 } },{ "handgun_to_rifle",{ "\A3\sounds_f\characters\stances\change_handgun_to_rifle",0.25118864,1,70 } },{ "handgun_to_unarmed",{ "\A3\sounds_f\characters\stances\change_handgun_to_unarmed",0.25118864,1,70 } },{ "launcher_to_handgun",{ "\A3\sounds_f\characters\stances\change_launcher_to_handgun",0.25118864,1,70 } },{ "launcher_to_rifle",{ "\A3\sounds_f\characters\stances\change_launcher_to_rifle",0.25118864,1,70 } },{ "launcher_to_unarmed",{ "\A3\sounds_f\characters\stances\change_launcher_to_unarmed",0.25118864,1,70 } },{ "rifle_to_handgun",{ "\A3\sounds_f\characters\stances\change_rifle_to_handgun",0.25118864,1,70 } },{ "rifle_to_launcher",{ "\A3\sounds_f\characters\stances\change_rifle_to_launcher",0.25118864,1,70 } },{ "rifle_to_unarmed",{ "\A3\sounds_f\characters\stances\change_rifle_to_unarmed",0.25118864,1,70 } },{ "unarmed_to_handgun",{ "\A3\sounds_f\characters\stances\change_unarmed_to_handgun",0.25118864,1,70 } },{ "unarmed_to_launcher",{ "\A3\sounds_f\characters\stances\change_unarmed_to_launcher",0.25118864,1,70 } },{ "unarmed_to_rifle",{ "\A3\sounds_f\characters\stances\change_unarmed_to_rifle",0.25118864,1,70 } },{ "to_binoc",{ "\A3\sounds_f\characters\stances\change_rifle_to_binoculars",0.25118864,1,70 } },{ "to_binoc_lnr",{ "\A3\sounds_f\characters\stances\change_rifle_to_binoculars",0.25118864,1,70 } },{ "to_binoc_civil",{ "\A3\sounds_f\characters\stances\change_unarmed_to_binoculars",0.25118864,1,70 } },{ "from_binoc",{ "\A3\sounds_f\characters\stances\change_binoculars_to_rifle",0.25118864,1,70 } },{ "from_binoc_lnr",{ "\A3\sounds_f\characters\stances\change_handgun_to_launcher",0.25118864,1,70 } },{ "from_binoc_civil",{ "\A3\sounds_f\characters\stances\change_binoculars_to_unarmed",0.25118864,1,70 } },{ "ladder",{ "\A3\Sounds_F\characters\movements\ladder\ladder_01",0.5011872,1,70 } },{ "ladder",{ "\A3\Sounds_F\characters\movements\ladder\ladder_02",0.5011872,1,70 } },{ "ladder",{ "\A3\Sounds_F\characters\movements\ladder\ladder_03",0.5011872,1,70 } },{ "ladder",{ "\A3\Sounds_F\characters\movements\ladder\ladder_04",0.5011872,1,70 } },{ "ladder",{ "\A3\Sounds_F\characters\movements\ladder\ladder_05",0.5011872,1,70 } },{ "ladder",{ "\A3\Sounds_F\characters\movements\ladder\ladder_06",0.5011872,1,70 } },{ "Acts_CrouchGetLowGesture",{ "\A3\Sounds_F\characters\cutscenes\Acts_CrouchGetLowGesture",0.8912509,1,70 } },{ "Acts_listeningToRadio_Loop",{ "\A3\Sounds_F\characters\cutscenes\Acts_listeningToRadio_Loop",0.8912509,1,70 } },{ "Acts_listeningToRadio_Out",{ "\A3\Sounds_F\characters\cutscenes\Acts_listeningToRadio_Out",0.8912509,1,70 } },{ "Acts_LyingWounded_loop1",{ "\A3\Sounds_F\characters\cutscenes\Acts_LyingWounded_loop1",0.8912509,1,70 } },{ "Acts_LyingWounded_loop2",{ "\A3\Sounds_F\characters\cutscenes\Acts_LyingWounded_loop2",0.8912509,1,70 } },{ "Acts_LyingWounded_loop3",{ "\A3\Sounds_F\characters\cutscenes\Acts_LyingWounded_loop3",0.8912509,1,70 } },{ "Acts_NavigatingChopper_In",{ "\A3\Sounds_F\characters\cutscenes\Acts_NavigatingChopper_In",0.56234133,1,70 } },{ "Acts_NavigatingChopper_Loop",{ "\A3\Sounds_F\characters\cutscenes\Acts_NavigatingChopper_Loop",0.56234133,1,70 } },{ "Acts_NavigatingChopper_Out",{ "\A3\Sounds_F\characters\cutscenes\Acts_NavigatingChopper_Out",0.56234133,1,70 } },{ "Acts_PercMstpSlowWrflDnon_handup1",{ "\A3\Sounds_F\characters\cutscenes\Acts_PercMstpSlowWrflDnon_handup1",0.56234133,1,70 } },{ "Acts_PercMstpSlowWrflDnon_handup1b",{ "\A3\Sounds_F\characters\cutscenes\Acts_PercMstpSlowWrflDnon_handup1b",0.56234133,1,70 } },{ "Acts_PercMstpSlowWrflDnon_handup1c",{ "\A3\Sounds_F\characters\cutscenes\Acts_PercMstpSlowWrflDnon_handup1c",0.56234133,1,70 } },{ "Acts_PercMstpSlowWrflDnon_handup2",{ "\A3\Sounds_F\characters\cutscenes\Acts_PercMstpSlowWrflDnon_handup2",0.56234133,1,70 } },{ "Acts_PercMstpSlowWrflDnon_handup2b",{ "\A3\Sounds_F\characters\cutscenes\Acts_PercMstpSlowWrflDnon_handup2b",0.8912509,1,70 } },{ "Acts_PercMstpSlowWrflDnon_handup2c",{ "\A3\Sounds_F\characters\cutscenes\Acts_PercMstpSlowWrflDnon_handup2c",0.56234133,1,70 } },{ "Acts_SignalToCheck",{ "\A3\Sounds_F\characters\cutscenes\Acts_SignalToCheck",0.56234133,1,70 } },{ "Acts_ShowingTheRightWay_Loop",{ "\A3\Sounds_F\characters\cutscenes\Acts_ShowingTheRightWay_Loop",0.56234133,1,70 } },{ "Acts_ShowingTheRightWay_Out",{ "\A3\Sounds_F\characters\cutscenes\Acts_ShowingTheRightWay_Out",0.56234133,1,70 } },{ "Acts_ShieldFromSun_Loop",{ "\A3\Sounds_F\characters\cutscenes\Acts_ShieldFromSun_Loop",0.56234133,1,70 } },{ "Acts_ShieldFromSun_Out",{ "\A3\Sounds_F\characters\cutscenes\Acts_ShieldFromSun_Out",0.56234133,1,70 } },{ "Acts_TreatingWounded01",{ "\A3\Sounds_F\characters\cutscenes\Acts_TreatingWounded01",0.56234133,1,70 } },{ "Acts_TreatingWounded02",{ "\A3\Sounds_F\characters\cutscenes\Acts_TreatingWounded02",0.56234133,1,70 } },{ "Acts_TreatingWounded03",{ "\A3\Sounds_F\characters\cutscenes\Acts_TreatingWounded03",0.56234133,1,70 } },{ "Acts_TreatingWounded04",{ "\A3\Sounds_F\characters\cutscenes\Acts_TreatingWounded04",0.56234133,1,70 } },{ "Acts_TreatingWounded05",{ "\A3\Sounds_F\characters\cutscenes\Acts_TreatingWounded05",0.56234133,1,70 } },{ "Acts_TreatingWounded06",{ "\A3\Sounds_F\characters\cutscenes\Acts_TreatingWounded06",0.56234133,1,70 } },{ "Acts_AidlPercMstpSlowWrflDnon_pissing",{ "\A3\Sounds_F\characters\cutscenes\Acts_AidlPercMstpSlowWrflDnon_pissing",0.8912509,1,70 } },{ "Acts_BoatAttacked01",{ "\A3\Sounds_F\characters\cutscenes\Acts_BoatAttacked01",0.8912509,1,70 } },{ "Acts_BoatAttacked02",{ "\A3\Sounds_F\characters\cutscenes\Acts_BoatAttacked02",0.8912509,1,70 } },{ "Acts_BoatAttacked03",{ "\A3\Sounds_F\characters\cutscenes\Acts_BoatAttacked03",0.8912509,1,70 } },{ "Acts_BoatAttacked04",{ "\A3\Sounds_F\characters\cutscenes\Acts_BoatAttacked04",0.8912509,1,70 } },{ "Acts_BoatAttacked05",{ "\A3\Sounds_F\characters\cutscenes\Acts_BoatAttacked05",0.8912509,1,70 } },{ "Acts_CrouchingCoveringRifle01",{ "\A3\Sounds_F\characters\cutscenes\Acts_CrouchingCoveringRifle01",0.56234133,1,70 } },{ "Acts_CrouchingIdleRifle01",{ "\A3\Sounds_F\characters\cutscenes\Acts_CrouchingIdleRifle01",0.56234133,1,70 } },{ "Acts_CrouchingReloadingRifle01",{ "\A3\Sounds_F\characters\cutscenes\Acts_CrouchingReloadingRifle01",0.56234133,1,70 } },{ "Acts_CrouchingWatchingRifle01",{ "\A3\Sounds_F\characters\cutscenes\Acts_CrouchingWatchingRifle01",0.56234133,1,70 } },{ "Acts_InjuredAngryRifle01",{ "\A3\Sounds_F\characters\cutscenes\Acts_InjuredAngryRifle01",0.56234133,1,70 } },{ "Acts_InjuredCoughRifle02",{ "\A3\Sounds_F\characters\cutscenes\Acts_InjuredCoughRifle02",0.56234133,1,70 } },{ "Acts_InjuredLookingRifle01",{ "\A3\Sounds_F\characters\cutscenes\Acts_InjuredLookingRifle01",0.56234133,1,70 } },{ "Acts_InjuredLookingRifle02",{ "\A3\Sounds_F\characters\cutscenes\Acts_InjuredLookingRifle02",0.56234133,1,70 } },{ "Acts_InjuredLookingRifle03",{ "\A3\Sounds_F\characters\cutscenes\Acts_InjuredLookingRifle03",0.56234133,1,70 } },{ "Acts_InjuredLookingRifle04",{ "\A3\Sounds_F\characters\cutscenes\Acts_InjuredLookingRifle04",0.56234133,1,70 } },{ "Acts_InjuredLookingRifle05",{ "\A3\Sounds_F\characters\cutscenes\Acts_InjuredLookingRifle05",0.56234133,1,70 } },{ "Acts_InjuredLyingRifle01",{ "\A3\Sounds_F\characters\cutscenes\Acts_InjuredLyingRifle01",0.56234133,1,70 } },{ "Acts_InjuredSpeakingRIfle01",{ "\A3\Sounds_F\characters\cutscenes\Acts_InjuredSpeakingRIfle01",0.56234133,1,70 } },{ "Acts_PknlMstpSlowWrflDnon",{ "\A3\Sounds_F\characters\cutscenes\Acts_PknlMstpSlowWrflDnon",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_loop1",{ "\A3\Sounds_F\characters\cutscenes\Acts_SittingJumpingSaluting_loop1",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_loop2",{ "\A3\Sounds_F\characters\cutscenes\Acts_SittingJumpingSaluting_loop2",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_loop3",{ "\A3\Sounds_F\characters\cutscenes\Acts_SittingJumpingSaluting_loop3",0.56234133,1,70 } }}; + rock[] = {{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel1",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel2",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand1",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand2",0.25118864,1,70 } },{ "adjust_stand_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_stand",0.25118864,1,70 } },{ "adjust_prone_up",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up",0.25118864,1,70 } },{ "adjust_prone_up_back",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up_back",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_prone_left",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_left",0.25118864,1,70 } },{ "adjust_prone_right",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_right",0.25118864,1,70 } },{ "adjust_kneel_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_kneel",0.25118864,1,70 } },{ "adjust_stand_to_left_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_left_prone",0.25118864,1,70 } },{ "adjust_stand_to_right_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_right_prone",0.25118864,1,70 } },{ "adjust_left_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_left_prone_to_stand",0.25118864,1,70 } },{ "adjust_right_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_right_prone_to_stand",0.25118864,1,70 } },{ "\A3\sounds_f\characters\footsteps\rock_walk_1",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\rock_walk_2",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\rock_walk_3",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\rock_walk_4",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\rock_walk_5",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\rock_walk_6",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\rock_walk_7",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\rock_walk_8",0.5011872,1,100 },{ "run",{ "\A3\sounds_f\characters\footsteps\rock_run_1",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\rock_run_2",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\rock_run_3",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\rock_run_4",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\rock_run_5",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\rock_run_6",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\rock_run_7",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\rock_run_8",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\rock_walk_1",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\rock_walk_2",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\rock_walk_3",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\rock_walk_4",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\rock_walk_5",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\rock_walk_6",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\rock_walk_7",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\rock_walk_8",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\rock_sprint_1",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\rock_sprint_2",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\rock_sprint_3",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\rock_sprint_4",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\rock_sprint_5",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\rock_sprint_6",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\rock_sprint_7",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\rock_sprint_8",0.5011872,1,100 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_1",0.2238721,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_2",0.2238721,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_3",0.2238721,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_4",0.2238721,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_5",0.2238721,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_6",0.2238721,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_7",0.2238721,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_8",0.2238721,1,50 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_1",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_2",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_3",0.5011872,1,70 } },{ "Acts_carFixingWheel",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_carFixingWheel",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PercMwlkSlowWrflDf",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PercMwlkSlowWrflDf2",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_out",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_SittingJumpingSaluting_out",0.56234133,1,70 } },{ "Acts_WalkingChecking",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WalkingChecking",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle02",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle02",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle03",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle03",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle04",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle04",0.56234133,1,70 } },{ "Acts_HUBABriefing",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_HUBABriefing",0.56234133,1,70 } },{ "Acts_PointingLeftUnarmed",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PointingLeftUnarmed",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_in",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_SittingJumpingSaluting_in",0.56234133,1,70 } },{ "Acts_StandingSpeakingUnarmed",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_StandingSpeakingUnarmed",0.56234133,1,70 } },{ "Acts_TreatingWounded_in",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_TreatingWounded_in",0.56234133,1,70 } },{ "Acts_TreatingWounded_out",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_TreatingWounded_out",0.56234133,1,70 } },{ "Acts_UnconsciousStandUp_part1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_UnconsciousStandUp_part1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1b",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_1b",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_3",0.56234133,1,70 } }}; + normal[] = {{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel1",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel2",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand1",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand2",0.25118864,1,70 } },{ "adjust_stand_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_stand",0.25118864,1,70 } },{ "adjust_prone_up",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up",0.25118864,1,70 } },{ "adjust_prone_up_back",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up_back",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_prone_left",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_left",0.25118864,1,70 } },{ "adjust_prone_right",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_right",0.25118864,1,70 } },{ "adjust_kneel_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_kneel",0.25118864,1,70 } },{ "adjust_stand_to_left_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_left_prone",0.25118864,1,70 } },{ "adjust_stand_to_right_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_right_prone",0.25118864,1,70 } },{ "adjust_left_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_left_prone_to_stand",0.25118864,1,70 } },{ "adjust_right_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_right_prone_to_stand",0.25118864,1,70 } },{ "\A3\sounds_f\characters\footsteps\concrete_walk_1",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_walk_2",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_walk_3",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_walk_4",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_walk_5",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_walk_6",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_walk_7",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_walk_8",0.5011872,1,100 },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_run_1",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_run_2",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_run_3",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_run_4",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_run_5",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_run_6",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_run_7",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_run_8",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_walk_1",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_walk_2",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_walk_3",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_walk_4",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_walk_5",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_walk_6",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_walk_7",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_walk_8",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_sprint_1",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_sprint_2",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_sprint_3",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_sprint_4",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_sprint_5",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_sprint_6",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_sprint_7",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_sprint_8",0.5011872,1,100 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_1",0.19952624,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_2",0.19952624,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_3",0.19952624,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_4",0.19952624,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_5",0.19952624,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_6",0.19952624,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_7",0.19952624,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_8",0.19952624,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_1",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_2",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_3",0.5011872,1,70 } },{ "Acts_carFixingWheel",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_carFixingWheel",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PercMwlkSlowWrflDf",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PercMwlkSlowWrflDf2",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_out",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_SittingJumpingSaluting_out",0.56234133,1,70 } },{ "Acts_WalkingChecking",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WalkingChecking",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle02",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle02",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle03",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle03",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle04",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle04",0.56234133,1,70 } },{ "Acts_HUBABriefing",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_HUBABriefing",0.56234133,1,70 } },{ "Acts_PointingLeftUnarmed",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PointingLeftUnarmed",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_in",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_SittingJumpingSaluting_in",0.56234133,1,70 } },{ "Acts_StandingSpeakingUnarmed",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_StandingSpeakingUnarmed",0.56234133,1,70 } },{ "Acts_TreatingWounded_in",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_TreatingWounded_in",0.56234133,1,70 } },{ "Acts_TreatingWounded_out",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_TreatingWounded_out",0.56234133,1,70 } },{ "Acts_UnconsciousStandUp_part1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_UnconsciousStandUp_part1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1b",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_1b",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_3",0.56234133,1,70 } }}; + tarmac[] = {{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel1",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel2",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand1",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand2",0.25118864,1,70 } },{ "adjust_stand_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_stand",0.25118864,1,70 } },{ "adjust_prone_up",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up",0.25118864,1,70 } },{ "adjust_prone_up_back",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up_back",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_prone_left",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_left",0.25118864,1,70 } },{ "adjust_prone_right",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_right",0.25118864,1,70 } },{ "adjust_kneel_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_kneel",0.25118864,1,70 } },{ "adjust_stand_to_left_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_left_prone",0.25118864,1,70 } },{ "adjust_stand_to_right_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_right_prone",0.25118864,1,70 } },{ "adjust_left_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_left_prone_to_stand",0.25118864,1,70 } },{ "adjust_right_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_right_prone_to_stand",0.25118864,1,70 } },{ "\A3\sounds_f\characters\footsteps\concrete_walk_1",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_walk_2",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_walk_3",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_walk_4",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_walk_5",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_walk_6",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_walk_7",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_walk_8",0.5011872,1,100 },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_run_1",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_run_2",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_run_3",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_run_4",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_run_5",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_run_6",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_run_7",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_run_8",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_walk_1",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_walk_2",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_walk_3",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_walk_4",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_walk_5",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_walk_6",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_walk_7",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_walk_8",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_sprint_1",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_sprint_2",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_sprint_3",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_sprint_4",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_sprint_5",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_sprint_6",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_sprint_7",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_sprint_8",0.5011872,1,100 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_1",0.2238721,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_2",0.2238721,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_3",0.2238721,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_4",0.2238721,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_5",0.2238721,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_6",0.2238721,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_7",0.2238721,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_8",0.2238721,1,50 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_1",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_2",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_3",0.5011872,1,70 } },{ "Acts_carFixingWheel",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_carFixingWheel",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PercMwlkSlowWrflDf",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PercMwlkSlowWrflDf2",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_out",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_SittingJumpingSaluting_out",0.56234133,1,70 } },{ "Acts_WalkingChecking",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WalkingChecking",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle02",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle02",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle03",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle03",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle04",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle04",0.56234133,1,70 } },{ "Acts_HUBABriefing",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_HUBABriefing",0.56234133,1,70 } },{ "Acts_PointingLeftUnarmed",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PointingLeftUnarmed",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_in",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_SittingJumpingSaluting_in",0.56234133,1,70 } },{ "Acts_StandingSpeakingUnarmed",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_StandingSpeakingUnarmed",0.56234133,1,70 } },{ "Acts_TreatingWounded_in",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_TreatingWounded_in",0.56234133,1,70 } },{ "Acts_TreatingWounded_out",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_TreatingWounded_out",0.56234133,1,70 } },{ "Acts_UnconsciousStandUp_part1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_UnconsciousStandUp_part1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1b",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_1b",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_3",0.56234133,1,70 } }}; + stony[] = {{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel1",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel2",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand1",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand2",0.25118864,1,70 } },{ "adjust_stand_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_stand",0.25118864,1,70 } },{ "adjust_prone_up",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up",0.25118864,1,70 } },{ "adjust_prone_up_back",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up_back",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_prone_left",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_left",0.25118864,1,70 } },{ "adjust_prone_right",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_right",0.25118864,1,70 } },{ "adjust_kneel_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_kneel",0.25118864,1,70 } },{ "adjust_stand_to_left_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_left_prone",0.25118864,1,70 } },{ "adjust_stand_to_right_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_right_prone",0.25118864,1,70 } },{ "adjust_left_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_left_prone_to_stand",0.25118864,1,70 } },{ "adjust_right_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_right_prone_to_stand",0.25118864,1,70 } },{ "\A3\sounds_f\characters\footsteps\stony_walk_1",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\stony_walk_2",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\stony_walk_3",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\stony_walk_4",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\stony_walk_5",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\stony_walk_6",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\stony_walk_7",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\stony_walk_8",0.5011872,1,100 },{ "run",{ "\A3\sounds_f\characters\footsteps\stony_run_1",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\stony_run_2",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\stony_run_3",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\stony_run_4",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\stony_run_5",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\stony_run_6",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\stony_run_7",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\stony_run_8",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\stony_walk_1",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\stony_walk_2",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\stony_walk_3",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\stony_walk_4",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\stony_walk_5",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\stony_walk_6",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\stony_walk_7",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\stony_walk_8",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\stony_sprint_1",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\stony_sprint_2",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\stony_sprint_3",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\stony_sprint_4",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\stony_sprint_5",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\stony_sprint_6",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\stony_sprint_7",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\stony_sprint_8",0.5011872,1,100 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_1",0.19952624,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_2",0.19952624,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_3",0.19952624,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_4",0.19952624,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_5",0.19952624,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_6",0.19952624,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_7",0.19952624,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_8",0.19952624,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_1",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_2",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_3",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani1",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani2",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani3",0.5011872,1,70 } },{ "Acts_carFixingWheel",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_carFixingWheel",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PercMwlkSlowWrflDf",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PercMwlkSlowWrflDf2",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_out",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_SittingJumpingSaluting_out",0.56234133,1,70 } },{ "Acts_WalkingChecking",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WalkingChecking",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle02",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle02",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle03",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle03",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle04",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle04",0.56234133,1,70 } },{ "Acts_HUBABriefing",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_HUBABriefing",0.56234133,1,70 } },{ "Acts_PointingLeftUnarmed",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PointingLeftUnarmed",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_in",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_SittingJumpingSaluting_in",0.56234133,1,70 } },{ "Acts_StandingSpeakingUnarmed",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_StandingSpeakingUnarmed",0.56234133,1,70 } },{ "Acts_TreatingWounded_in",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_TreatingWounded_in",0.56234133,1,70 } },{ "Acts_TreatingWounded_out",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_TreatingWounded_out",0.56234133,1,70 } },{ "Acts_UnconsciousStandUp_part1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_UnconsciousStandUp_part1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1b",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_1b",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_3",0.56234133,1,70 } }}; + water[] = {{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel1",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel2",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand1",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand2",0.25118864,1,70 } },{ "adjust_stand_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_stand",0.25118864,1,70 } },{ "adjust_prone_up",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up",0.25118864,1,70 } },{ "adjust_prone_up_back",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up_back",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_prone_left",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_left",0.25118864,1,70 } },{ "adjust_prone_right",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_right",0.25118864,1,70 } },{ "adjust_kneel_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_kneel",0.25118864,1,70 } },{ "adjust_stand_to_left_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_left_prone",0.25118864,1,70 } },{ "adjust_stand_to_right_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_right_prone",0.25118864,1,70 } },{ "adjust_left_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_left_prone_to_stand",0.25118864,1,70 } },{ "adjust_right_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_right_prone_to_stand",0.25118864,1,70 } },{ "\A3\sounds_f\characters\footsteps\water_walk_1",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\water_walk_2",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\water_walk_3",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\water_walk_4",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\water_walk_5",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\water_walk_6",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\water_walk_7",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\water_walk_8",0.5011872,1,100 },{ "run",{ "\A3\sounds_f\characters\footsteps\water_run_1",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\water_run_2",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\water_run_3",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\water_run_4",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\water_run_5",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\water_run_6",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\water_run_7",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\water_run_8",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\water_walk_1",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\water_walk_2",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\water_walk_3",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\water_walk_4",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\water_walk_5",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\water_walk_6",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\water_walk_7",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\water_walk_8",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\water_sprint_1",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\water_sprint_2",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\water_sprint_3",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\water_sprint_4",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\water_sprint_5",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\water_sprint_6",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\water_sprint_7",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\water_sprint_8",0.5011872,1,100 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_water_1",0.19952624,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_water_2",0.19952624,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_water_3",0.19952624,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_water_4",0.19952624,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_water_5",0.19952624,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_water_6",0.19952624,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_water_7",0.19952624,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_water_8",0.19952624,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_water_1",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_water_2",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_water_3",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani1",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani2",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani3",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani4",0.5011872,1,70 } },{ "dive",{ "A3\Sounds_F\characters\movements\diver-swim-1",0.5011872,1.0,70 } },{ "dive",{ "A3\Sounds_F\characters\movements\diver-swim-2",0.5011872,1.0,70 } },{ "dive",{ "A3\Sounds_F\characters\movements\diver-swim-3",0.5011872,1.0,70 } },{ "dive",{ "A3\Sounds_F\characters\movements\diver-swim-4",0.5011872,1.0,70 } },{ "dive",{ "A3\Sounds_F\characters\movements\diver-swim-5",0.5011872,1.0,70 } },{ "dive",{ "A3\Sounds_F\characters\movements\diver-swim-6",0.5011872,1.0,70 } },{ "dive_dry",{ "A3\Sounds_F\characters\movements\diver-dry-swim-1",0.5011872,1.0,70 } },{ "dive_dry",{ "A3\Sounds_F\characters\movements\diver-dry-swim-2",0.5011872,1.0,70 } },{ "dive_dry",{ "A3\Sounds_F\characters\movements\diver-dry-swim-3",0.5011872,1.0,70 } },{ "dive_dry",{ "A3\Sounds_F\characters\movements\diver-dry-swim-4",0.5011872,1.0,70 } },{ "dive_dry",{ "A3\Sounds_F\characters\movements\diver-dry-swim-5",0.5011872,1.0,70 } },{ "dive_dry",{ "A3\Sounds_F\characters\movements\diver-dry-swim-6",0.5011872,1.0,70 } },{ "Acts_carFixingWheel",{ "A3\Sounds_F\characters\cutscenes\water_Acts_carFixingWheel",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf",{ "A3\Sounds_F\characters\cutscenes\water_Acts_PercMwlkSlowWrflDf",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf2",{ "A3\Sounds_F\characters\cutscenes\water_Acts_PercMwlkSlowWrflDf2",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_out",{ "A3\Sounds_F\characters\cutscenes\water_Acts_SittingJumpingSaluting_out",0.56234133,1,70 } },{ "Acts_WalkingChecking",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WalkingChecking",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle02",{ "A3\Sounds_F\characters\cutscenes\water_Acts_CrouchingFiringLeftRifle02",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle03",{ "A3\Sounds_F\characters\cutscenes\water_Acts_CrouchingFiringLeftRifle03",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle04",{ "A3\Sounds_F\characters\cutscenes\water_Acts_CrouchingFiringLeftRifle04",0.56234133,1,70 } },{ "Acts_HUBABriefing",{ "A3\Sounds_F\characters\cutscenes\water_Acts_HUBABriefing",0.56234133,1,70 } },{ "Acts_PointingLeftUnarmed",{ "A3\Sounds_F\characters\cutscenes\water_Acts_PointingLeftUnarmed",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_in",{ "A3\Sounds_F\characters\cutscenes\water_Acts_SittingJumpingSaluting_in",0.56234133,1,70 } },{ "Acts_StandingSpeakingUnarmed",{ "A3\Sounds_F\characters\cutscenes\water_Acts_StandingSpeakingUnarmed",0.56234133,1,70 } },{ "Acts_TreatingWounded_in",{ "A3\Sounds_F\characters\cutscenes\water_Acts_TreatingWounded_in",0.56234133,1,70 } },{ "Acts_TreatingWounded_out",{ "A3\Sounds_F\characters\cutscenes\water_Acts_TreatingWounded_out",0.56234133,1,70 } },{ "Acts_UnconsciousStandUp_part1",{ "A3\Sounds_F\characters\cutscenes\water_Acts_UnconsciousStandUp_part1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB01_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB01_AIWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1b",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB01_AIWalk_1b",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB01_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB01_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB01_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB01_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB01_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB01_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB01_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB01_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB01_PlayerWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_4",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB01_PlayerWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_5",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB01_PlayerWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_6",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB01_PlayerWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB02_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB02_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB02_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB02_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB02_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB02_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB02_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB02_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB02_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\water_Acts_WelcomeOnHUB02_PlayerWalk_3",0.56234133,1,70 } }}; + gravel[] = {{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel1",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel2",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand1",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand2",0.25118864,1,70 } },{ "adjust_stand_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_stand",0.25118864,1,70 } },{ "adjust_prone_up",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up",0.25118864,1,70 } },{ "adjust_prone_up_back",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up_back",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_prone_left",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_left",0.25118864,1,70 } },{ "adjust_prone_right",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_right",0.25118864,1,70 } },{ "adjust_kneel_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_kneel",0.25118864,1,70 } },{ "adjust_stand_to_left_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_left_prone",0.25118864,1,70 } },{ "adjust_stand_to_right_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_right_prone",0.25118864,1,70 } },{ "adjust_left_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_left_prone_to_stand",0.25118864,1,70 } },{ "adjust_right_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_right_prone_to_stand",0.25118864,1,70 } },{ "\A3\sounds_f\characters\footsteps\gravel_walk_1",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\gravel_walk_2",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\gravel_walk_3",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\gravel_walk_4",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\gravel_walk_5",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\gravel_walk_6",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\gravel_walk_7",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\gravel_walk_8",0.5011872,1,100 },{ "run",{ "\A3\sounds_f\characters\footsteps\gravel_run_1",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\gravel_run_2",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\gravel_run_3",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\gravel_run_4",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\gravel_run_5",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\gravel_run_6",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\gravel_run_7",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\gravel_run_8",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\gravel_walk_1",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\gravel_walk_2",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\gravel_walk_3",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\gravel_walk_4",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\gravel_walk_5",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\gravel_walk_6",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\gravel_walk_7",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\gravel_walk_8",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\gravel_sprint_1",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\gravel_sprint_2",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\gravel_sprint_3",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\gravel_sprint_4",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\gravel_sprint_5",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\gravel_sprint_6",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\gravel_sprint_7",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\gravel_sprint_8",0.5011872,1,100 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_dirt_1",0.19952624,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_dirt_2",0.19952624,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_dirt_3",0.19952624,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_dirt_4",0.19952624,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_dirt_5",0.19952624,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_dirt_6",0.19952624,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_dirt_7",0.19952624,1,40 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_gravel_1",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_gravel_2",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_gravel_3",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani1",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani2",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani3",0.5011872,1,70 } },{ "Acts_carFixingWheel",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_carFixingWheel",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_PercMwlkSlowWrflDf",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_PercMwlkSlowWrflDf2",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_out",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_SittingJumpingSaluting_out",0.56234133,1,70 } },{ "Acts_WalkingChecking",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WalkingChecking",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle02",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_CrouchingFiringLeftRifle02",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle03",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_CrouchingFiringLeftRifle03",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle04",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_CrouchingFiringLeftRifle04",0.56234133,1,70 } },{ "Acts_HUBABriefing",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_HUBABriefing",0.56234133,1,70 } },{ "Acts_PointingLeftUnarmed",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_PointingLeftUnarmed",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_in",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_SittingJumpingSaluting_in",0.56234133,1,70 } },{ "Acts_StandingSpeakingUnarmed",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_StandingSpeakingUnarmed",0.56234133,1,70 } },{ "Acts_TreatingWounded_in",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_TreatingWounded_in",0.56234133,1,70 } },{ "Acts_TreatingWounded_out",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_TreatingWounded_out",0.56234133,1,70 } },{ "Acts_UnconsciousStandUp_part1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_UnconsciousStandUp_part1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1b",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_1b",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_4",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_5",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_6",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_PlayerWalk_3",0.56234133,1,70 } }}; + roof_tiles[] = {{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel1",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel2",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand1",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand2",0.25118864,1,70 } },{ "adjust_stand_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_stand",0.25118864,1,70 } },{ "adjust_prone_up",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up",0.25118864,1,70 } },{ "adjust_prone_up_back",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up_back",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_prone_left",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_left",0.25118864,1,70 } },{ "adjust_prone_right",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_right",0.25118864,1,70 } },{ "adjust_kneel_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_kneel",0.25118864,1,70 } },{ "adjust_stand_to_left_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_left_prone",0.25118864,1,70 } },{ "adjust_stand_to_right_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_right_prone",0.25118864,1,70 } },{ "adjust_left_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_left_prone_to_stand",0.25118864,1,70 } },{ "adjust_right_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_right_prone_to_stand",0.25118864,1,70 } },{ "\A3\sounds_f\characters\footsteps\roof_tiles_walk_1",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\roof_tiles_walk_2",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\roof_tiles_walk_3",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\roof_tiles_walk_4",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\roof_tiles_walk_5",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\roof_tiles_walk_6",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\roof_tiles_walk_7",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\roof_tiles_walk_8",0.5011872,1,100 },{ "run",{ "\A3\sounds_f\characters\footsteps\roof_tiles_run_1",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\roof_tiles_run_2",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\roof_tiles_run_3",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\roof_tiles_run_4",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\roof_tiles_run_5",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\roof_tiles_run_6",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\roof_tiles_run_7",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\roof_tiles_run_8",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\roof_tiles_walk_1",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\roof_tiles_walk_2",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\roof_tiles_walk_3",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\roof_tiles_walk_4",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\roof_tiles_walk_5",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\roof_tiles_walk_6",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\roof_tiles_walk_7",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\roof_tiles_walk_8",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\roof_tiles_sprint_1",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\roof_tiles_sprint_2",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\roof_tiles_sprint_3",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\roof_tiles_sprint_4",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\roof_tiles_sprint_5",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\roof_tiles_sprint_6",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\roof_tiles_sprint_7",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\roof_tiles_sprint_8",0.5011872,1,100 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_1",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_2",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_3",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_4",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_5",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_6",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_7",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_8",0.19952624,1,50 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_1",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_2",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_3",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani1",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani2",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani3",0.5011872,1,70 } },{ "Acts_carFixingWheel",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_carFixingWheel",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PercMwlkSlowWrflDf",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PercMwlkSlowWrflDf2",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_out",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_SittingJumpingSaluting_out",0.56234133,1,70 } },{ "Acts_WalkingChecking",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WalkingChecking",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle02",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle02",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle03",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle03",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle04",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle04",0.56234133,1,70 } },{ "Acts_HUBABriefing",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_HUBABriefing",0.56234133,1,70 } },{ "Acts_PointingLeftUnarmed",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PointingLeftUnarmed",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_in",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_SittingJumpingSaluting_in",0.56234133,1,70 } },{ "Acts_StandingSpeakingUnarmed",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_StandingSpeakingUnarmed",0.56234133,1,70 } },{ "Acts_TreatingWounded_in",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_TreatingWounded_in",0.56234133,1,70 } },{ "Acts_TreatingWounded_out",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_TreatingWounded_out",0.56234133,1,70 } },{ "Acts_UnconsciousStandUp_part1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_UnconsciousStandUp_part1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1b",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_1b",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_3",0.56234133,1,70 } }}; + sand[] = {{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel1",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel2",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand1",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand2",0.25118864,1,70 } },{ "adjust_stand_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_stand",0.25118864,1,70 } },{ "adjust_prone_up",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up",0.25118864,1,70 } },{ "adjust_prone_up_back",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up_back",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_prone_left",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_left",0.25118864,1,70 } },{ "adjust_prone_right",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_right",0.25118864,1,70 } },{ "adjust_kneel_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_kneel",0.25118864,1,70 } },{ "adjust_stand_to_left_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_left_prone",0.25118864,1,70 } },{ "adjust_stand_to_right_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_right_prone",0.25118864,1,70 } },{ "adjust_left_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_left_prone_to_stand",0.25118864,1,70 } },{ "adjust_right_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_right_prone_to_stand",0.25118864,1,70 } },{ "\A3\sounds_f\characters\footsteps\sand_walk_1",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\sand_walk_2",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\sand_walk_3",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\sand_walk_4",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\sand_walk_5",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\sand_walk_6",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\sand_walk_7",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\sand_walk_8",0.5011872,1,100 },{ "run",{ "\A3\sounds_f\characters\footsteps\sand_run_1",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\sand_run_2",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\sand_run_3",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\sand_run_4",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\sand_run_5",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\sand_run_6",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\sand_run_7",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\sand_run_8",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\sand_walk_1",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\sand_walk_2",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\sand_walk_3",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\sand_walk_4",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\sand_walk_5",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\sand_walk_6",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\sand_walk_7",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\sand_walk_8",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\sand_sprint_1",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\sand_sprint_2",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\sand_sprint_3",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\sand_sprint_4",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\sand_sprint_5",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\sand_sprint_6",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\sand_sprint_7",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\sand_sprint_8",0.5011872,1,100 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_sand_01",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_sand_02",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_sand_03",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_sand_04",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_sand_05",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_sand_06",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_sand_07",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_sand_08",0.19952624,1,50 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_sand_1",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_sand_2",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_sand_3",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani1",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani2",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani3",0.5011872,1,70 } },{ "Acts_carFixingWheel",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_carFixingWheel",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_PercMwlkSlowWrflDf",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf2",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_PercMwlkSlowWrflDf2",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_out",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_SittingJumpingSaluting_out",0.56234133,1,70 } },{ "Acts_WalkingChecking",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WalkingChecking",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle02",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_CrouchingFiringLeftRifle02",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle03",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_CrouchingFiringLeftRifle03",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle04",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_CrouchingFiringLeftRifle04",0.56234133,1,70 } },{ "Acts_HUBABriefing",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_HUBABriefing",0.56234133,1,70 } },{ "Acts_PointingLeftUnarmed",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_PointingLeftUnarmed",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_in",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_SittingJumpingSaluting_in",0.56234133,1,70 } },{ "Acts_StandingSpeakingUnarmed",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_StandingSpeakingUnarmed",0.56234133,1,70 } },{ "Acts_TreatingWounded_in",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_TreatingWounded_in",0.56234133,1,70 } },{ "Acts_TreatingWounded_out",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_TreatingWounded_out",0.56234133,1,70 } },{ "Acts_UnconsciousStandUp_part1",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_UnconsciousStandUp_part1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_AIWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1b",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_AIWalk_1b",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_PlayerWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_4",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_PlayerWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_5",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_PlayerWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_6",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_PlayerWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_PlayerWalk_3",0.56234133,1,70 } }}; + drygrass[] = {{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel1",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel2",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand1",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand2",0.25118864,1,70 } },{ "adjust_stand_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_stand",0.25118864,1,70 } },{ "adjust_prone_up",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up",0.25118864,1,70 } },{ "adjust_prone_up_back",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up_back",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_prone_left",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_left",0.25118864,1,70 } },{ "adjust_prone_right",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_right",0.25118864,1,70 } },{ "adjust_kneel_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_kneel",0.25118864,1,70 } },{ "adjust_stand_to_left_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_left_prone",0.25118864,1,70 } },{ "adjust_stand_to_right_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_right_prone",0.25118864,1,70 } },{ "adjust_left_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_left_prone_to_stand",0.25118864,1,70 } },{ "adjust_right_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_right_prone_to_stand",0.25118864,1,70 } },{ "\A3\sounds_f\characters\footsteps\new_dry_grass_walk_1",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\new_dry_grass_walk_2",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\new_dry_grass_walk_3",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\new_dry_grass_walk_4",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\new_dry_grass_walk_5",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\new_dry_grass_walk_6",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\new_dry_grass_walk_7",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\new_dry_grass_walk_8",0.5011872,1,100 },{ "run",{ "\A3\sounds_f\characters\footsteps\new_dry_grass_run_1",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\new_dry_grass_run_2",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\new_dry_grass_run_3",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\new_dry_grass_run_4",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\new_dry_grass_run_5",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\new_dry_grass_run_6",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\new_dry_grass_run_7",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\new_dry_grass_run_8",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\new_dry_grass_walk_1",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\new_dry_grass_walk_2",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\new_dry_grass_walk_3",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\new_dry_grass_walk_4",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\new_dry_grass_walk_5",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\new_dry_grass_walk_6",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\new_dry_grass_walk_7",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\new_dry_grass_walk_8",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\new_dry_grass_sprint_1",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\new_dry_grass_sprint_2",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\new_dry_grass_sprint_3",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\new_dry_grass_sprint_4",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\new_dry_grass_sprint_5",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\new_dry_grass_sprint_6",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\new_dry_grass_sprint_7",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\new_dry_grass_sprint_8",0.5011872,1,100 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_grass_01",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_grass_02",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_grass_03",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_grass_04",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_grass_05",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_grass_06",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_grass_07",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_grass_08",0.19952624,1,50 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_drygrass_1",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_drygrass_2",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_drygrass_3",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani1",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani2",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani3",0.5011872,1,70 } },{ "Acts_carFixingWheel",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_carFixingWheel",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_PercMwlkSlowWrflDf",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf2",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_PercMwlkSlowWrflDf2",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_out",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_SittingJumpingSaluting_out",0.56234133,1,70 } },{ "Acts_WalkingChecking",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WalkingChecking",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle02",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_CrouchingFiringLeftRifle02",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle03",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_CrouchingFiringLeftRifle03",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle04",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_CrouchingFiringLeftRifle04",0.56234133,1,70 } },{ "Acts_HUBABriefing",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_HUBABriefing",0.56234133,1,70 } },{ "Acts_PointingLeftUnarmed",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_PointingLeftUnarmed",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_in",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_SittingJumpingSaluting_in",0.56234133,1,70 } },{ "Acts_StandingSpeakingUnarmed",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_StandingSpeakingUnarmed",0.56234133,1,70 } },{ "Acts_TreatingWounded_in",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_TreatingWounded_in",0.56234133,1,70 } },{ "Acts_TreatingWounded_out",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_TreatingWounded_out",0.56234133,1,70 } },{ "Acts_UnconsciousStandUp_part1",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_UnconsciousStandUp_part1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_AIWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1b",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_AIWalk_1b",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_PlayerWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_4",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_PlayerWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_5",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_PlayerWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_6",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_PlayerWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_PlayerWalk_3",0.56234133,1,70 } }}; + grass[] = {{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel1",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel2",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand1",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand2",0.25118864,1,70 } },{ "adjust_stand_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_stand",0.25118864,1,70 } },{ "adjust_prone_up",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up",0.25118864,1,70 } },{ "adjust_prone_up_back",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up_back",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_prone_left",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_left",0.25118864,1,70 } },{ "adjust_prone_right",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_right",0.25118864,1,70 } },{ "adjust_kneel_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_kneel",0.25118864,1,70 } },{ "adjust_stand_to_left_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_left_prone",0.25118864,1,70 } },{ "adjust_stand_to_right_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_right_prone",0.25118864,1,70 } },{ "adjust_left_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_left_prone_to_stand",0.25118864,1,70 } },{ "adjust_right_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_right_prone_to_stand",0.25118864,1,70 } },{ "\A3\sounds_f\characters\footsteps\new_grass_walk_1",0.15848932,1,70 },{ "\A3\sounds_f\characters\footsteps\new_grass_walk_2",0.15848932,1,70 },{ "\A3\sounds_f\characters\footsteps\new_grass_walk_3",0.15848932,1,70 },{ "\A3\sounds_f\characters\footsteps\new_grass_walk_4",0.15848932,1,70 },{ "\A3\sounds_f\characters\footsteps\new_grass_walk_5",0.15848932,1,70 },{ "\A3\sounds_f\characters\footsteps\new_grass_walk_6",0.15848932,1,70 },{ "\A3\sounds_f\characters\footsteps\new_grass_walk_7",0.15848932,1,70 },{ "\A3\sounds_f\characters\footsteps\new_grass_walk_8",0.15848932,1,70 },{ "run",{ "\A3\sounds_f\characters\footsteps\new_grass_run_1",0.25118864,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\new_grass_run_2",0.25118864,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\new_grass_run_3",0.25118864,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\new_grass_run_4",0.25118864,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\new_grass_run_5",0.25118864,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\new_grass_run_6",0.25118864,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\new_grass_run_7",0.25118864,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\new_grass_run_8",0.25118864,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\new_grass_walk_1",0.15848932,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\new_grass_walk_2",0.15848932,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\new_grass_walk_3",0.15848932,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\new_grass_walk_4",0.15848932,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\new_grass_walk_5",0.15848932,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\new_grass_walk_6",0.15848932,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\new_grass_walk_7",0.15848932,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\new_grass_walk_8",0.15848932,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\new_grass_sprint_1",0.31622776,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\new_grass_sprint_2",0.31622776,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\new_grass_sprint_3",0.31622776,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\new_grass_sprint_4",0.31622776,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\new_grass_sprint_5",0.31622776,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\new_grass_sprint_6",0.31622776,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\new_grass_sprint_7",0.31622776,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\new_grass_sprint_8",0.31622776,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_grass_01",0.17782794,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_grass_02",0.17782794,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_grass_03",0.17782794,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_grass_04",0.17782794,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_grass_05",0.17782794,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_grass_06",0.17782794,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_grass_07",0.17782794,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_grass_08",0.17782794,1,50 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_grass_1",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_grass_2",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_grass_3",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani1",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani2",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani3",0.5011872,1,70 } },{ "Acts_carFixingWheel",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_carFixingWheel",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_PercMwlkSlowWrflDf",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf2",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_PercMwlkSlowWrflDf2",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_out",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_SittingJumpingSaluting_out",0.56234133,1,70 } },{ "Acts_WalkingChecking",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WalkingChecking",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle02",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_CrouchingFiringLeftRifle02",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle03",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_CrouchingFiringLeftRifle03",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle04",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_CrouchingFiringLeftRifle04",0.56234133,1,70 } },{ "Acts_HUBABriefing",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_HUBABriefing",0.56234133,1,70 } },{ "Acts_PointingLeftUnarmed",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_PointingLeftUnarmed",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_in",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_SittingJumpingSaluting_in",0.56234133,1,70 } },{ "Acts_StandingSpeakingUnarmed",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_StandingSpeakingUnarmed",0.56234133,1,70 } },{ "Acts_TreatingWounded_in",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_TreatingWounded_in",0.56234133,1,70 } },{ "Acts_TreatingWounded_out",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_TreatingWounded_out",0.56234133,1,70 } },{ "Acts_UnconsciousStandUp_part1",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_UnconsciousStandUp_part1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_AIWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1b",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_AIWalk_1b",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_PlayerWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_4",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_PlayerWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_5",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_PlayerWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_6",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB01_PlayerWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\grass_Acts_WelcomeOnHUB02_PlayerWalk_3",0.56234133,1,70 } }}; + debris[] = {{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel1",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel2",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand1",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand2",0.25118864,1,70 } },{ "adjust_stand_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_stand",0.25118864,1,70 } },{ "adjust_prone_up",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up",0.25118864,1,70 } },{ "adjust_prone_up_back",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up_back",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_prone_left",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_left",0.25118864,1,70 } },{ "adjust_prone_right",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_right",0.25118864,1,70 } },{ "adjust_kneel_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_kneel",0.25118864,1,70 } },{ "adjust_stand_to_left_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_left_prone",0.25118864,1,70 } },{ "adjust_stand_to_right_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_right_prone",0.25118864,1,70 } },{ "adjust_left_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_left_prone_to_stand",0.25118864,1,70 } },{ "adjust_right_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_right_prone_to_stand",0.25118864,1,70 } },{ "\A3\sounds_f\characters\footsteps\debris_walk_1",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\debris_walk_2",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\debris_walk_3",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\debris_walk_4",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\debris_walk_5",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\debris_walk_6",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\debris_walk_7",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\debris_walk_8",0.5011872,1,100 },{ "run",{ "\A3\sounds_f\characters\footsteps\debris_run_1",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\debris_run_2",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\debris_run_3",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\debris_run_4",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\debris_run_5",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\debris_run_6",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\debris_run_7",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\debris_run_8",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\debris_walk_1",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\debris_walk_2",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\debris_walk_3",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\debris_walk_4",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\debris_walk_5",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\debris_walk_6",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\debris_walk_7",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\debris_walk_8",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\debris_sprint_1",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\debris_sprint_2",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\debris_sprint_3",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\debris_sprint_4",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\debris_sprint_5",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\debris_sprint_6",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\debris_sprint_7",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\debris_sprint_8",0.5011872,1,100 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_dirt_1",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_dirt_2",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_dirt_3",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_dirt_4",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_dirt_5",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_dirt_6",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_dirt_7",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_dirt_8",0.19952624,1,50 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_gravel_1",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_gravel_2",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_gravel_3",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani1",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani2",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani3",0.5011872,1,70 } },{ "Acts_carFixingWheel",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_carFixingWheel",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_PercMwlkSlowWrflDf",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_PercMwlkSlowWrflDf2",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_out",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_SittingJumpingSaluting_out",0.56234133,1,70 } },{ "Acts_WalkingChecking",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WalkingChecking",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle02",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_CrouchingFiringLeftRifle02",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle03",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_CrouchingFiringLeftRifle03",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle04",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_CrouchingFiringLeftRifle04",0.56234133,1,70 } },{ "Acts_HUBABriefing",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_HUBABriefing",0.56234133,1,70 } },{ "Acts_PointingLeftUnarmed",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_PointingLeftUnarmed",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_in",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_SittingJumpingSaluting_in",0.56234133,1,70 } },{ "Acts_StandingSpeakingUnarmed",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_StandingSpeakingUnarmed",0.56234133,1,70 } },{ "Acts_TreatingWounded_in",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_TreatingWounded_in",0.56234133,1,70 } },{ "Acts_TreatingWounded_out",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_TreatingWounded_out",0.56234133,1,70 } },{ "Acts_UnconsciousStandUp_part1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_UnconsciousStandUp_part1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1b",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_1b",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_4",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_5",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_6",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_PlayerWalk_3",0.56234133,1,70 } }}; + wood[] = {{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel1",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel2",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand1",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand2",0.25118864,1,70 } },{ "adjust_stand_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_stand",0.25118864,1,70 } },{ "adjust_prone_up",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up",0.25118864,1,70 } },{ "adjust_prone_up_back",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up_back",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_prone_left",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_left",0.25118864,1,70 } },{ "adjust_prone_right",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_right",0.25118864,1,70 } },{ "adjust_kneel_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_kneel",0.25118864,1,70 } },{ "adjust_stand_to_left_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_left_prone",0.25118864,1,70 } },{ "adjust_stand_to_right_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_right_prone",0.25118864,1,70 } },{ "adjust_left_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_left_prone_to_stand",0.25118864,1,70 } },{ "adjust_right_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_right_prone_to_stand",0.25118864,1,70 } },{ "\A3\sounds_f\characters\footsteps\wood_walk_ext_1",0.5011872,0.7,100 },{ "\A3\sounds_f\characters\footsteps\wood_walk_ext_2",0.5011872,0.7,100 },{ "\A3\sounds_f\characters\footsteps\wood_walk_ext_3",0.5011872,0.7,100 },{ "\A3\sounds_f\characters\footsteps\wood_walk_ext_4",0.5011872,0.7,100 },{ "\A3\sounds_f\characters\footsteps\wood_walk_ext_5",0.5011872,0.7,100 },{ "\A3\sounds_f\characters\footsteps\wood_walk_ext_6",0.5011872,0.7,100 },{ "\A3\sounds_f\characters\footsteps\wood_walk_ext_7",0.5011872,0.7,100 },{ "\A3\sounds_f\characters\footsteps\wood_walk_ext_8",0.5011872,0.7,100 },{ "run",{ "\A3\sounds_f\characters\footsteps\wood_run_ext_1",0.5011872,0.7,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\wood_run_ext_2",0.5011872,0.7,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\wood_run_ext_3",0.5011872,0.7,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\wood_run_ext_4",0.5011872,0.7,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\wood_run_ext_5",0.5011872,0.7,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\wood_run_ext_6",0.5011872,0.7,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\wood_run_ext_7",0.5011872,0.7,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\wood_run_ext_8",0.5011872,0.7,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\wood_walk_ext_1",0.5011872,0.7,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\wood_walk_ext_2",0.5011872,0.7,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\wood_walk_ext_3",0.5011872,0.7,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\wood_walk_ext_4",0.5011872,0.7,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\wood_walk_ext_5",0.5011872,0.7,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\wood_walk_ext_6",0.5011872,0.7,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\wood_walk_ext_7",0.5011872,0.7,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\wood_walk_ext_8",0.5011872,0.7,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\wood_sprint_ext_1",0.5011872,0.7,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\wood_sprint_ext_2",0.5011872,0.7,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\wood_sprint_ext_3",0.5011872,0.7,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\wood_sprint_ext_4",0.5011872,0.7,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\wood_sprint_ext_5",0.5011872,0.7,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\wood_sprint_ext_6",0.5011872,0.7,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\wood_sprint_ext_7",0.5011872,0.7,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\wood_sprint_ext_8",0.5011872,0.7,100 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_1",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_2",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_3",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_4",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_5",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_6",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_7",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_8",0.19952624,1,50 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_wood_1",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_wood_2",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_wood_3",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani1",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani2",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani3",0.5011872,1,70 } },{ "Acts_carFixingWheel",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_carFixingWheel",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_PercMwlkSlowWrflDf",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_PercMwlkSlowWrflDf2",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_out",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_SittingJumpingSaluting_out",0.56234133,1,70 } },{ "Acts_WalkingChecking",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WalkingChecking",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle02",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_CrouchingFiringLeftRifle02",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle03",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_CrouchingFiringLeftRifle03",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle04",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_CrouchingFiringLeftRifle04",0.56234133,1,70 } },{ "Acts_HUBABriefing",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_HUBABriefing",0.56234133,1,70 } },{ "Acts_PointingLeftUnarmed",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_PointingLeftUnarmed",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_in",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_SittingJumpingSaluting_in",0.56234133,1,70 } },{ "Acts_StandingSpeakingUnarmed",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_StandingSpeakingUnarmed",0.56234133,1,70 } },{ "Acts_TreatingWounded_in",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_TreatingWounded_in",0.56234133,1,70 } },{ "Acts_TreatingWounded_out",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_TreatingWounded_out",0.56234133,1,70 } },{ "Acts_UnconsciousStandUp_part1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_UnconsciousStandUp_part1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1b",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_1b",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_4",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_5",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_6",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_PlayerWalk_3",0.56234133,1,70 } }}; + wood_int[] = {{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel1",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel2",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand1",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand2",0.25118864,1,70 } },{ "adjust_stand_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_stand",0.25118864,1,70 } },{ "adjust_prone_up",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up",0.25118864,1,70 } },{ "adjust_prone_up_back",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up_back",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_prone_left",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_left",0.25118864,1,70 } },{ "adjust_prone_right",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_right",0.25118864,1,70 } },{ "adjust_kneel_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_kneel",0.25118864,1,70 } },{ "adjust_stand_to_left_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_left_prone",0.25118864,1,70 } },{ "adjust_stand_to_right_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_right_prone",0.25118864,1,70 } },{ "adjust_left_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_left_prone_to_stand",0.25118864,1,70 } },{ "adjust_right_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_right_prone_to_stand",0.25118864,1,70 } },{ "\A3\sounds_f\characters\footsteps\wood_walk_int_1",0.5011872,0.7,70 },{ "\A3\sounds_f\characters\footsteps\wood_walk_int_2",0.5011872,0.7,70 },{ "\A3\sounds_f\characters\footsteps\wood_walk_int_3",0.5011872,0.7,70 },{ "\A3\sounds_f\characters\footsteps\wood_walk_int_4",0.5011872,0.7,70 },{ "\A3\sounds_f\characters\footsteps\wood_walk_int_5",0.5011872,0.7,70 },{ "\A3\sounds_f\characters\footsteps\wood_walk_int_6",0.5011872,0.7,70 },{ "\A3\sounds_f\characters\footsteps\wood_walk_int_7",0.5011872,0.7,70 },{ "\A3\sounds_f\characters\footsteps\wood_walk_int_8",0.5011872,0.7,70 },{ "run",{ "\A3\sounds_f\characters\footsteps\wood_run_int_1",0.5011872,0.7,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\wood_run_int_2",0.5011872,0.7,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\wood_run_int_3",0.5011872,0.7,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\wood_run_int_4",0.5011872,0.7,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\wood_run_int_5",0.5011872,0.7,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\wood_run_int_6",0.5011872,0.7,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\wood_run_int_7",0.5011872,0.7,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\wood_run_int_8",0.5011872,0.7,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\wood_walk_int_1",0.5011872,0.7,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\wood_walk_int_2",0.5011872,0.7,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\wood_walk_int_3",0.5011872,0.7,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\wood_walk_int_4",0.5011872,0.7,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\wood_walk_int_5",0.5011872,0.7,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\wood_walk_int_6",0.5011872,0.7,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\wood_walk_int_7",0.5011872,0.7,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\wood_walk_int_8",0.5011872,0.7,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\wood_sprint_int_1",0.5011872,0.7,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\wood_sprint_int_2",0.5011872,0.7,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\wood_sprint_int_3",0.5011872,0.7,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\wood_sprint_int_4",0.5011872,0.7,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\wood_sprint_int_5",0.5011872,0.7,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\wood_sprint_int_6",0.5011872,0.7,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\wood_sprint_int_7",0.5011872,0.7,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\wood_sprint_int_8",0.5011872,0.7,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_1",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_2",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_3",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_4",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_5",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_6",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_7",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_8",0.19952624,1,50 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_wood_1",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_wood_2",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_wood_3",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani1",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani2",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani3",0.5011872,1,70 } },{ "Acts_carFixingWheel",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_carFixingWheel",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_PercMwlkSlowWrflDf",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_PercMwlkSlowWrflDf2",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_out",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_SittingJumpingSaluting_out",0.56234133,1,70 } },{ "Acts_WalkingChecking",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WalkingChecking",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle02",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_CrouchingFiringLeftRifle02",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle03",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_CrouchingFiringLeftRifle03",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle04",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_CrouchingFiringLeftRifle04",0.56234133,1,70 } },{ "Acts_HUBABriefing",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_HUBABriefing",0.56234133,1,70 } },{ "Acts_PointingLeftUnarmed",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_PointingLeftUnarmed",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_in",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_SittingJumpingSaluting_in",0.56234133,1,70 } },{ "Acts_StandingSpeakingUnarmed",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_StandingSpeakingUnarmed",0.56234133,1,70 } },{ "Acts_TreatingWounded_in",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_TreatingWounded_in",0.56234133,1,70 } },{ "Acts_TreatingWounded_out",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_TreatingWounded_out",0.56234133,1,70 } },{ "Acts_UnconsciousStandUp_part1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_UnconsciousStandUp_part1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1b",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_1b",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_4",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_5",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_6",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_PlayerWalk_3",0.56234133,1,70 } }}; + concrete_int[] = {{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel1",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel2",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand1",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand2",0.25118864,1,70 } },{ "adjust_stand_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_stand",0.25118864,1,70 } },{ "adjust_prone_up",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up",0.25118864,1,70 } },{ "adjust_prone_up_back",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up_back",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_prone_left",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_left",0.25118864,1,70 } },{ "adjust_prone_right",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_right",0.25118864,1,70 } },{ "adjust_kneel_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_kneel",0.25118864,1,70 } },{ "adjust_stand_to_left_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_left_prone",0.25118864,1,70 } },{ "adjust_stand_to_right_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_right_prone",0.25118864,1,70 } },{ "adjust_left_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_left_prone_to_stand",0.25118864,1,70 } },{ "adjust_right_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_right_prone_to_stand",0.25118864,1,70 } },{ "\A3\sounds_f\characters\footsteps\concrete_int_walk_1",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_int_walk_2",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_int_walk_3",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_int_walk_4",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_int_walk_5",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_int_walk_6",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_int_walk_7",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_int_walk_8",0.5011872,1,100 },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_int_run_1",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_int_run_2",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_int_run_3",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_int_run_4",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_int_run_5",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_int_run_6",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_int_run_7",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_int_run_8",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_int_walk_1",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_int_walk_2",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_int_walk_3",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_int_walk_4",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_int_walk_5",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_int_walk_6",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_int_walk_7",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_int_walk_8",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_int_sprint_1",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_int_sprint_2",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_int_sprint_3",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_int_sprint_4",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_int_sprint_5",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_int_sprint_6",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_int_sprint_7",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_int_sprint_8",0.5011872,1,100 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_1",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_2",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_3",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_4",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_5",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_6",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_7",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_8",0.19952624,1,50 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_1",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_2",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_3",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani1",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani2",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani3",0.5011872,1,70 } },{ "Acts_carFixingWheel",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_carFixingWheel",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PercMwlkSlowWrflDf",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PercMwlkSlowWrflDf2",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_out",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_SittingJumpingSaluting_out",0.56234133,1,70 } },{ "Acts_WalkingChecking",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WalkingChecking",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle02",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle02",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle03",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle03",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle04",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle04",0.56234133,1,70 } },{ "Acts_HUBABriefing",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_HUBABriefing",0.56234133,1,70 } },{ "Acts_PointingLeftUnarmed",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PointingLeftUnarmed",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_in",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_SittingJumpingSaluting_in",0.56234133,1,70 } },{ "Acts_StandingSpeakingUnarmed",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_StandingSpeakingUnarmed",0.56234133,1,70 } },{ "Acts_TreatingWounded_in",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_TreatingWounded_in",0.56234133,1,70 } },{ "Acts_TreatingWounded_out",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_TreatingWounded_out",0.56234133,1,70 } },{ "Acts_UnconsciousStandUp_part1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_UnconsciousStandUp_part1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1b",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_1b",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_3",0.56234133,1,70 } }}; + concrete[] = {{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel1",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel2",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand1",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand2",0.25118864,1,70 } },{ "adjust_stand_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_stand",0.25118864,1,70 } },{ "adjust_prone_up",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up",0.25118864,1,70 } },{ "adjust_prone_up_back",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up_back",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_prone_left",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_left",0.25118864,1,70 } },{ "adjust_prone_right",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_right",0.25118864,1,70 } },{ "adjust_kneel_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_kneel",0.25118864,1,70 } },{ "adjust_stand_to_left_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_left_prone",0.25118864,1,70 } },{ "adjust_stand_to_right_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_right_prone",0.25118864,1,70 } },{ "adjust_left_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_left_prone_to_stand",0.25118864,1,70 } },{ "adjust_right_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_right_prone_to_stand",0.25118864,1,70 } },{ "\A3\sounds_f\characters\footsteps\concrete_walk_1",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_walk_2",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_walk_3",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_walk_4",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_walk_5",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_walk_6",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_walk_7",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\concrete_walk_8",0.5011872,1,100 },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_run_1",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_run_2",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_run_3",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_run_4",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_run_5",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_run_6",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_run_7",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\concrete_run_8",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_walk_1",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_walk_2",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_walk_3",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_walk_4",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_walk_5",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_walk_6",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_walk_7",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\concrete_walk_8",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_sprint_1",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_sprint_2",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_sprint_3",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_sprint_4",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_sprint_5",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_sprint_6",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_sprint_7",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\concrete_sprint_8",0.5011872,1,100 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_1",0.19952624,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_2",0.19952624,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_3",0.19952624,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_4",0.19952624,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_5",0.19952624,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_6",0.19952624,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_7",0.19952624,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_8",0.19952624,1,40 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_1",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_2",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_3",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani1",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani2",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani3",0.5011872,1,70 } },{ "Acts_carFixingWheel",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_carFixingWheel",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PercMwlkSlowWrflDf",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PercMwlkSlowWrflDf2",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_out",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_SittingJumpingSaluting_out",0.56234133,1,70 } },{ "Acts_WalkingChecking",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WalkingChecking",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle02",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle02",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle03",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle03",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle04",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle04",0.56234133,1,70 } },{ "Acts_HUBABriefing",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_HUBABriefing",0.56234133,1,70 } },{ "Acts_PointingLeftUnarmed",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PointingLeftUnarmed",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_in",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_SittingJumpingSaluting_in",0.56234133,1,70 } },{ "Acts_StandingSpeakingUnarmed",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_StandingSpeakingUnarmed",0.56234133,1,70 } },{ "Acts_TreatingWounded_in",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_TreatingWounded_in",0.56234133,1,70 } },{ "Acts_TreatingWounded_out",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_TreatingWounded_out",0.56234133,1,70 } },{ "Acts_UnconsciousStandUp_part1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_UnconsciousStandUp_part1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1b",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_1b",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_3",0.56234133,1,70 } }}; + metal[] = {{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel1",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel2",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand1",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand2",0.25118864,1,70 } },{ "adjust_stand_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_stand",0.25118864,1,70 } },{ "adjust_prone_up",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up",0.25118864,1,70 } },{ "adjust_prone_up_back",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up_back",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_prone_left",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_left",0.25118864,1,70 } },{ "adjust_prone_right",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_right",0.25118864,1,70 } },{ "adjust_kneel_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_kneel",0.25118864,1,70 } },{ "adjust_stand_to_left_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_left_prone",0.25118864,1,70 } },{ "adjust_stand_to_right_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_right_prone",0.25118864,1,70 } },{ "adjust_left_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_left_prone_to_stand",0.25118864,1,70 } },{ "adjust_right_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_right_prone_to_stand",0.25118864,1,70 } },{ "\A3\sounds_f\characters\footsteps\metal_walk_1",0.5011872,1,120 },{ "\A3\sounds_f\characters\footsteps\metal_walk_2",0.5011872,1,120 },{ "\A3\sounds_f\characters\footsteps\metal_walk_3",0.5011872,1,120 },{ "\A3\sounds_f\characters\footsteps\metal_walk_4",0.5011872,1,120 },{ "\A3\sounds_f\characters\footsteps\metal_walk_5",0.5011872,1,120 },{ "\A3\sounds_f\characters\footsteps\metal_walk_6",0.5011872,1,120 },{ "\A3\sounds_f\characters\footsteps\metal_walk_7",0.5011872,1,120 },{ "\A3\sounds_f\characters\footsteps\metal_walk_8",0.5011872,1,120 },{ "run",{ "\A3\sounds_f\characters\footsteps\metal_run_1",0.5011872,1,120 } },{ "run",{ "\A3\sounds_f\characters\footsteps\metal_run_2",0.5011872,1,120 } },{ "run",{ "\A3\sounds_f\characters\footsteps\metal_run_3",0.5011872,1,120 } },{ "run",{ "\A3\sounds_f\characters\footsteps\metal_run_4",0.5011872,1,120 } },{ "run",{ "\A3\sounds_f\characters\footsteps\metal_run_5",0.5011872,1,120 } },{ "run",{ "\A3\sounds_f\characters\footsteps\metal_run_6",0.5011872,1,120 } },{ "run",{ "\A3\sounds_f\characters\footsteps\metal_run_7",0.5011872,1,120 } },{ "run",{ "\A3\sounds_f\characters\footsteps\metal_run_8",0.5011872,1,120 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\metal_walk_1",0.5011872,1,120 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\metal_walk_2",0.5011872,1,120 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\metal_walk_3",0.5011872,1,120 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\metal_walk_4",0.5011872,1,120 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\metal_walk_5",0.5011872,1,120 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\metal_walk_6",0.5011872,1,120 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\metal_walk_7",0.5011872,1,120 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\metal_walk_8",0.5011872,1,120 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\metal_sprint_1",0.5011872,1,120 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\metal_sprint_2",0.5011872,1,120 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\metal_sprint_3",0.5011872,1,120 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\metal_sprint_4",0.5011872,1,120 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\metal_sprint_5",0.5011872,1,120 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\metal_sprint_6",0.5011872,1,120 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\metal_sprint_7",0.5011872,1,120 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\metal_sprint_8",0.5011872,1,120 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_1",0.19952624,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_2",0.19952624,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_3",0.19952624,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_4",0.19952624,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_5",0.19952624,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_6",0.19952624,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_7",0.19952624,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_8",0.19952624,1,40 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_metal_1",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_metal_2",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_metal_3",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani1",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani2",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani3",0.5011872,1,70 } },{ "Acts_carFixingWheel",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_carFixingWheel",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PercMwlkSlowWrflDf",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PercMwlkSlowWrflDf2",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_out",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_SittingJumpingSaluting_out",0.56234133,1,70 } },{ "Acts_WalkingChecking",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WalkingChecking",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle02",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle02",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle03",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle03",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle04",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle04",0.56234133,1,70 } },{ "Acts_HUBABriefing",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_HUBABriefing",0.56234133,1,70 } },{ "Acts_PointingLeftUnarmed",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PointingLeftUnarmed",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_in",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_SittingJumpingSaluting_in",0.56234133,1,70 } },{ "Acts_StandingSpeakingUnarmed",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_StandingSpeakingUnarmed",0.56234133,1,70 } },{ "Acts_TreatingWounded_in",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_TreatingWounded_in",0.56234133,1,70 } },{ "Acts_TreatingWounded_out",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_TreatingWounded_out",0.56234133,1,70 } },{ "Acts_UnconsciousStandUp_part1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_UnconsciousStandUp_part1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1b",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_1b",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_3",0.56234133,1,70 } }}; + metal_int[] = {{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel1",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel2",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand1",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand2",0.25118864,1,70 } },{ "adjust_stand_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_stand",0.25118864,1,70 } },{ "adjust_prone_up",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up",0.25118864,1,70 } },{ "adjust_prone_up_back",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up_back",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_prone_left",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_left",0.25118864,1,70 } },{ "adjust_prone_right",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_right",0.25118864,1,70 } },{ "adjust_kneel_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_kneel",0.25118864,1,70 } },{ "adjust_stand_to_left_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_left_prone",0.25118864,1,70 } },{ "adjust_stand_to_right_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_right_prone",0.25118864,1,70 } },{ "adjust_left_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_left_prone_to_stand",0.25118864,1,70 } },{ "adjust_right_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_right_prone_to_stand",0.25118864,1,70 } },{ "\A3\sounds_f\characters\footsteps\metal_int_walk_1",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\metal_int_walk_2",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\metal_int_walk_3",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\metal_int_walk_4",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\metal_int_walk_5",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\metal_int_walk_6",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\metal_int_walk_7",0.5011872,1,100 },{ "\A3\sounds_f\characters\footsteps\metal_int_walk_8",0.5011872,1,100 },{ "run",{ "\A3\sounds_f\characters\footsteps\metal_int_run_1",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\metal_int_run_2",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\metal_int_run_3",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\metal_int_run_4",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\metal_int_run_5",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\metal_int_run_6",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\metal_int_run_7",0.5011872,1,100 } },{ "run",{ "\A3\sounds_f\characters\footsteps\metal_int_run_8",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\metal_int_walk_1",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\metal_int_walk_2",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\metal_int_walk_3",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\metal_int_walk_4",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\metal_int_walk_5",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\metal_int_walk_6",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\metal_int_walk_7",0.5011872,1,100 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\metal_int_walk_8",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\metal_int_sprint_1",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\metal_int_sprint_2",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\metal_int_sprint_3",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\metal_int_sprint_4",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\metal_int_sprint_5",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\metal_int_sprint_6",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\metal_int_sprint_7",0.5011872,1,100 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\metal_int_sprint_8",0.5011872,1,100 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_1",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_2",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_3",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_4",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_5",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_6",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_7",0.19952624,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_8",0.19952624,1,50 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_metal_1",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_metal_2",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_metal_3",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani1",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani2",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani3",0.5011872,1,70 } },{ "Acts_carFixingWheel",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_carFixingWheel",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PercMwlkSlowWrflDf",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PercMwlkSlowWrflDf2",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_out",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_SittingJumpingSaluting_out",0.56234133,1,70 } },{ "Acts_WalkingChecking",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WalkingChecking",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle02",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle02",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle03",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle03",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle04",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle04",0.56234133,1,70 } },{ "Acts_HUBABriefing",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_HUBABriefing",0.56234133,1,70 } },{ "Acts_PointingLeftUnarmed",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PointingLeftUnarmed",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_in",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_SittingJumpingSaluting_in",0.56234133,1,70 } },{ "Acts_StandingSpeakingUnarmed",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_StandingSpeakingUnarmed",0.56234133,1,70 } },{ "Acts_TreatingWounded_in",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_TreatingWounded_in",0.56234133,1,70 } },{ "Acts_TreatingWounded_out",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_TreatingWounded_out",0.56234133,1,70 } },{ "Acts_UnconsciousStandUp_part1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_UnconsciousStandUp_part1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1b",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_1b",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_3",0.56234133,1,70 } }}; + tiles_int[] = {{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel1",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel2",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand1",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand2",0.25118864,1,70 } },{ "adjust_stand_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_stand",0.25118864,1,70 } },{ "adjust_prone_up",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up",0.25118864,1,70 } },{ "adjust_prone_up_back",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up_back",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_prone_left",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_left",0.25118864,1,70 } },{ "adjust_prone_right",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_right",0.25118864,1,70 } },{ "adjust_kneel_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_kneel",0.25118864,1,70 } },{ "adjust_stand_to_left_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_left_prone",0.25118864,1,70 } },{ "adjust_stand_to_right_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_right_prone",0.25118864,1,70 } },{ "adjust_left_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_left_prone_to_stand",0.25118864,1,70 } },{ "adjust_right_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_right_prone_to_stand",0.25118864,1,70 } },{ "\A3\sounds_f\characters\footsteps\tiles_int_walk_1",0.5011872,1,70 },{ "\A3\sounds_f\characters\footsteps\tiles_int_walk_2",0.5011872,1,70 },{ "\A3\sounds_f\characters\footsteps\tiles_int_walk_3",0.5011872,1,70 },{ "\A3\sounds_f\characters\footsteps\tiles_int_walk_4",0.5011872,1,70 },{ "\A3\sounds_f\characters\footsteps\tiles_int_walk_5",0.5011872,1,70 },{ "\A3\sounds_f\characters\footsteps\tiles_int_walk_6",0.5011872,1,70 },{ "\A3\sounds_f\characters\footsteps\tiles_int_walk_7",0.5011872,1,70 },{ "\A3\sounds_f\characters\footsteps\tiles_int_walk_8",0.5011872,1,70 },{ "run",{ "\A3\sounds_f\characters\footsteps\tiles_int_run_1",0.5011872,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\tiles_int_run_2",0.5011872,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\tiles_int_run_3",0.5011872,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\tiles_int_run_4",0.5011872,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\tiles_int_run_5",0.5011872,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\tiles_int_run_6",0.5011872,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\tiles_int_run_7",0.5011872,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\tiles_int_run_8",0.5011872,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\tiles_int_walk_1",0.5011872,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\tiles_int_walk_2",0.5011872,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\tiles_int_walk_3",0.5011872,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\tiles_int_walk_4",0.5011872,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\tiles_int_walk_5",0.5011872,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\tiles_int_walk_6",0.5011872,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\tiles_int_walk_7",0.5011872,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\tiles_int_walk_8",0.5011872,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\tiles_int_sprint_1",0.5011872,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\tiles_int_sprint_2",0.5011872,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\tiles_int_sprint_3",0.5011872,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\tiles_int_sprint_4",0.5011872,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\tiles_int_sprint_5",0.5011872,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\tiles_int_sprint_6",0.5011872,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\tiles_int_sprint_7",0.5011872,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\tiles_int_sprint_8",0.5011872,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_1",0.17782794,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_2",0.17782794,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_3",0.17782794,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_4",0.17782794,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_5",0.17782794,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_6",0.17782794,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_7",0.17782794,1,40 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_8",0.17782794,1,40 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_1",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_2",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_3",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani1",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani2",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani3",0.5011872,1,70 } },{ "Acts_carFixingWheel",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_carFixingWheel",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PercMwlkSlowWrflDf",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PercMwlkSlowWrflDf2",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_out",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_SittingJumpingSaluting_out",0.56234133,1,70 } },{ "Acts_WalkingChecking",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WalkingChecking",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle02",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle02",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle03",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle03",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle04",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle04",0.56234133,1,70 } },{ "Acts_HUBABriefing",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_HUBABriefing",0.56234133,1,70 } },{ "Acts_PointingLeftUnarmed",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PointingLeftUnarmed",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_in",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_SittingJumpingSaluting_in",0.56234133,1,70 } },{ "Acts_StandingSpeakingUnarmed",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_StandingSpeakingUnarmed",0.56234133,1,70 } },{ "Acts_TreatingWounded_in",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_TreatingWounded_in",0.56234133,1,70 } },{ "Acts_TreatingWounded_out",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_TreatingWounded_out",0.56234133,1,70 } },{ "Acts_UnconsciousStandUp_part1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_UnconsciousStandUp_part1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1b",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_1b",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_3",0.56234133,1,70 } }}; + dirt[] = {{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel1",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel2",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand1",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand2",0.25118864,1,70 } },{ "adjust_stand_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_stand",0.25118864,1,70 } },{ "adjust_prone_up",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up",0.25118864,1,70 } },{ "adjust_prone_up_back",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up_back",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_prone_left",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_left",0.25118864,1,70 } },{ "adjust_prone_right",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_right",0.25118864,1,70 } },{ "adjust_kneel_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_kneel",0.25118864,1,70 } },{ "adjust_stand_to_left_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_left_prone",0.25118864,1,70 } },{ "adjust_stand_to_right_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_right_prone",0.25118864,1,70 } },{ "adjust_left_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_left_prone_to_stand",0.25118864,1,70 } },{ "adjust_right_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_right_prone_to_stand",0.25118864,1,70 } },{ "\A3\sounds_f\characters\footsteps\dirt_walk_new_1",0.5011872,1,70 },{ "\A3\sounds_f\characters\footsteps\dirt_walk_new_2",0.5011872,1,70 },{ "\A3\sounds_f\characters\footsteps\dirt_walk_new_3",0.5011872,1,70 },{ "\A3\sounds_f\characters\footsteps\dirt_walk_new_4",0.5011872,1,70 },{ "\A3\sounds_f\characters\footsteps\dirt_walk_new_5",0.5011872,1,70 },{ "\A3\sounds_f\characters\footsteps\dirt_walk_new_6",0.5011872,1,70 },{ "\A3\sounds_f\characters\footsteps\dirt_walk_new_7",0.5011872,1,70 },{ "\A3\sounds_f\characters\footsteps\dirt_walk_new_8",0.5011872,1,70 },{ "run",{ "\A3\sounds_f\characters\footsteps\dirt_run_new_1",0.5011872,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\dirt_run_new_2",0.5011872,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\dirt_run_new_3",0.5011872,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\dirt_run_new_4",0.5011872,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\dirt_run_new_5",0.5011872,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\dirt_run_new_6",0.5011872,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\dirt_run_new_7",0.5011872,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\dirt_run_new_8",0.5011872,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\dirt_walk_new_1",0.5011872,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\dirt_walk_new_2",0.5011872,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\dirt_walk_new_3",0.5011872,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\dirt_walk_new_4",0.5011872,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\dirt_walk_new_5",0.5011872,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\dirt_walk_new_6",0.5011872,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\dirt_walk_new_7",0.5011872,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\dirt_walk_new_8",0.5011872,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\dirt_sprint_new_1",0.5011872,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\dirt_sprint_new_2",0.5011872,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\dirt_sprint_new_3",0.5011872,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\dirt_sprint_new_4",0.5011872,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\dirt_sprint_new_5",0.5011872,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\dirt_sprint_new_6",0.5011872,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\dirt_sprint_new_7",0.5011872,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\dirt_sprint_new_8",0.5011872,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_dirt_1",0.17782794,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_dirt_2",0.17782794,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_dirt_3",0.17782794,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_dirt_4",0.17782794,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_dirt_5",0.17782794,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_dirt_6",0.17782794,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_dirt_7",0.17782794,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_dirt_8",0.17782794,1,50 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_dirt_1",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_dirt_2",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_dirt_3",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani1",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani2",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani3",0.5011872,1,70 } },{ "Acts_carFixingWheel",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_carFixingWheel",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_PercMwlkSlowWrflDf",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_PercMwlkSlowWrflDf2",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_out",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_SittingJumpingSaluting_out",0.56234133,1,70 } },{ "Acts_WalkingChecking",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WalkingChecking",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle02",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_CrouchingFiringLeftRifle02",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle03",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_CrouchingFiringLeftRifle03",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle04",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_CrouchingFiringLeftRifle04",0.56234133,1,70 } },{ "Acts_HUBABriefing",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_HUBABriefing",0.56234133,1,70 } },{ "Acts_PointingLeftUnarmed",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_PointingLeftUnarmed",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_in",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_SittingJumpingSaluting_in",0.56234133,1,70 } },{ "Acts_StandingSpeakingUnarmed",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_StandingSpeakingUnarmed",0.56234133,1,70 } },{ "Acts_TreatingWounded_in",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_TreatingWounded_in",0.56234133,1,70 } },{ "Acts_TreatingWounded_out",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_TreatingWounded_out",0.56234133,1,70 } },{ "Acts_UnconsciousStandUp_part1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_UnconsciousStandUp_part1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1b",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_1b",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_4",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_5",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_6",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB01_PlayerWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\dirt_Acts_WelcomeOnHUB02_PlayerWalk_3",0.56234133,1,70 } }}; + roof_tin[] = {{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_stand_side",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel1",0.25118864,1,70 } },{ "adjust_stand_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_kneel2",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand1",0.25118864,1,70 } },{ "adjust_kneel_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_stand2",0.25118864,1,70 } },{ "adjust_stand_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_stand",0.25118864,1,70 } },{ "adjust_prone_up",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up",0.25118864,1,70 } },{ "adjust_prone_up_back",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_up_back",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side1",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side2",0.25118864,1,70 } },{ "adjust_prone_down",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_side3",0.25118864,1,70 } },{ "adjust_prone_left",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_left",0.25118864,1,70 } },{ "adjust_prone_right",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_right",0.25118864,1,70 } },{ "adjust_kneel_to_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_kneel_to_prone",0.25118864,1,70 } },{ "adjust_prone_to_kneel",{ "\A3\sounds_f\characters\stances\concrete_adjust_prone_to_kneel",0.25118864,1,70 } },{ "adjust_stand_to_left_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_left_prone",0.25118864,1,70 } },{ "adjust_stand_to_right_prone",{ "\A3\sounds_f\characters\stances\concrete_adjust_stand_to_right_prone",0.25118864,1,70 } },{ "adjust_left_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_left_prone_to_stand",0.25118864,1,70 } },{ "adjust_right_prone_to_stand",{ "\A3\sounds_f\characters\stances\concrete_adjust_right_prone_to_stand",0.25118864,1,70 } },{ "\A3\sounds_f\characters\footsteps\roof_tin_walk_1",0.5011872,1,70 },{ "\A3\sounds_f\characters\footsteps\roof_tin_walk_2",0.5011872,1,70 },{ "\A3\sounds_f\characters\footsteps\roof_tin_walk_3",0.5011872,1,70 },{ "\A3\sounds_f\characters\footsteps\roof_tin_walk_4",0.5011872,1,70 },{ "\A3\sounds_f\characters\footsteps\roof_tin_walk_5",0.5011872,1,70 },{ "\A3\sounds_f\characters\footsteps\roof_tin_walk_6",0.5011872,1,70 },{ "\A3\sounds_f\characters\footsteps\roof_tin_walk_7",0.5011872,1,70 },{ "\A3\sounds_f\characters\footsteps\roof_tin_walk_8",0.5011872,1,70 },{ "run",{ "\A3\sounds_f\characters\footsteps\roof_tin_run_1",0.5011872,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\roof_tin_run_2",0.5011872,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\roof_tin_run_3",0.5011872,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\roof_tin_run_4",0.5011872,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\roof_tin_run_5",0.5011872,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\roof_tin_run_6",0.5011872,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\roof_tin_run_7",0.5011872,1,70 } },{ "run",{ "\A3\sounds_f\characters\footsteps\roof_tin_run_8",0.5011872,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\roof_tin_walk_1",0.0056234132,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\roof_tin_walk_2",0.0056234132,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\roof_tin_walk_3",0.0056234132,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\roof_tin_walk_4",0.0056234132,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\roof_tin_walk_5",0.0056234132,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\roof_tin_walk_6",0.0056234132,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\roof_tin_walk_7",0.0056234132,1,70 } },{ "walk",{ "\A3\sounds_f\characters\footsteps\roof_tin_walk_8",0.0056234132,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\roof_tin_sprint_1",0.5011872,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\roof_tin_sprint_2",0.5011872,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\roof_tin_sprint_3",0.5011872,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\roof_tin_sprint_4",0.5011872,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\roof_tin_sprint_5",0.5011872,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\roof_tin_sprint_6",0.5011872,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\roof_tin_sprint_7",0.5011872,1,70 } },{ "sprint",{ "\A3\sounds_f\characters\footsteps\roof_tin_sprint_8",0.5011872,1,70 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_1",0.17782794,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_2",0.17782794,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_3",0.17782794,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_4",0.17782794,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_5",0.17782794,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_6",0.17782794,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_7",0.17782794,1,50 } },{ "crawl",{ "\A3\sounds_f\characters\crawl\crawl_concrete_8",0.17782794,1,50 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_1",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_2",0.5011872,1,70 } },{ "bodyfall",{ "\A3\sounds_f\characters\movements\bodyfalls\bodyfall_concrete_3",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani1",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani2",0.5011872,1,70 } },{ "swim",{ "A3\Sounds_F\characters\movements\plavani3",0.5011872,1,70 } },{ "Acts_carFixingWheel",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_carFixingWheel",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PercMwlkSlowWrflDf",0.56234133,1,70 } },{ "Acts_PercMwlkSlowWrflDf2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PercMwlkSlowWrflDf2",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_out",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_SittingJumpingSaluting_out",0.56234133,1,70 } },{ "Acts_WalkingChecking",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WalkingChecking",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle02",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle02",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle03",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle03",0.56234133,1,70 } },{ "Acts_CrouchingFiringLeftRifle04",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_CrouchingFiringLeftRifle04",0.56234133,1,70 } },{ "Acts_HUBABriefing",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_HUBABriefing",0.56234133,1,70 } },{ "Acts_PointingLeftUnarmed",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_PointingLeftUnarmed",0.56234133,1,70 } },{ "Acts_SittingJumpingSaluting_in",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_SittingJumpingSaluting_in",0.56234133,1,70 } },{ "Acts_StandingSpeakingUnarmed",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_StandingSpeakingUnarmed",0.56234133,1,70 } },{ "Acts_TreatingWounded_in",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_TreatingWounded_in",0.56234133,1,70 } },{ "Acts_TreatingWounded_out",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_TreatingWounded_out",0.56234133,1,70 } },{ "Acts_UnconsciousStandUp_part1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_UnconsciousStandUp_part1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_1b",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_1b",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB01_PlayerWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB01_PlayerWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_3",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_4",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_4",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_5",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_5",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_AIWalk_6",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_AIWalk_6",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_1",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_1",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_2",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_2",0.56234133,1,70 } },{ "Acts_WelcomeOnHUB02_PlayerWalk_3",{ "A3\Sounds_F\characters\cutscenes\concrete_Acts_WelcomeOnHUB02_PlayerWalk_3",0.56234133,1,70 } }}; + }; + + weaponSlots = "1 + 4 + 12* 256 + 4096 + 2 + 8* 16 + 12*131072"; + fsmFormation = "Formation"; + leftArmToElbow[] = {"LeftArm",0.5,"LeftArmRoll",0}; + leftArmFromElbow[] = {"LeftForeArm",0,"LeftForeArmRoll",0.5}; + leftWrist = "LeftHand"; + leftShoulder = "LeftShoulder"; + leftHand[] = {"LeftHandThumb3","LeftHandThumb2","LeftHandThumb1","LeftHandIndex3","LeftHandIndex2","LeftHandIndex1","LeftHandMiddle3","LeftHandMiddle2","LeftHandMiddle1","LeftHandRing3","LeftHandRing2","LeftHandRing1","LeftHandRing","LeftHandPinky3","LeftHandPinky2","LeftHandPinky1"}; + leftArmPoints[] = {"LeftShoulder","lelbow","lelbow_axis","lwrist"}; + rightArmToElbow[] = {"rightArm",0.5,"rightArmRoll",0}; + rightArmFromElbow[] = {"rightForeArm",0,"rightForeArmRoll",0.5}; + rightWrist = "rightHand"; + rightShoulder = "rightShoulder"; + rightHand[] = {"rightHandThumb3","rightHandThumb2","rightHandThumb1","rightHandIndex3","rightHandIndex2","rightHandIndex1","rightHandMiddle3","rightHandMiddle2","rightHandMiddle1","rightHandRing3","rightHandRing2","rightHandRing1","rightHandRing","rightHandPinky3","rightHandPinky2","rightHandPinky1"}; + rightArmPoints[] = {"rightShoulder","relbow","relbow_axis","rwrist"}; + leftLegToKnee[] = {"LeftUpLeg",0.5,"LeftUpLegRoll",0}; + leftLegFromKnee[] = {"LeftLeg",0,"LeftLegRoll",0.5}; + leftHeel = "leftFoot"; + leftHip = "pelvis"; + leftFoot[] = {"LeftToeBase"}; + leftLegPoints[] = {"lfemur","lknee","lknee_axis","lankle"}; + rightLegToKnee[] = {"rightUpLeg",0.5,"rightUpLegRoll",0}; + rightLegFromKnee[] = {"rightLeg",0,"rightLegRoll",0.5}; + rightHeel = "rightFoot"; + rightHip = "pelvis"; + rightFoot[] = {"RightToeBase"}; + rightLegPoints[] = {"rfemur","rknee","rknee_axis","rankle"}; + launcherBone = "launcher"; + handGunBone = "RightHand"; + weaponBone = "weapon"; + impactEffectsSea = "ImpactEffectsSeaMen"; + AnimEffectShortExhaust = 0.12; + AnimEffectShortRest = 0.04; + canCarryBackPack = 1; + class UniformInfo + { + class SlotsInfo + { + class NVG: UniformSlotInfo + { + slotType = 602; + }; + class Scuba: UniformSlotInfo + { + slotType = 604; + }; + class Googles: UniformSlotInfo + { + slotType = 603; + }; + class Headgear: UniformSlotInfo + { + slotType = 605; + }; + }; + }; + grenadeThrowDir[] = {0,0.2,1}; + }; + class Civilian2: CAManBase2 + { + class SpeechVariants + { + class Default + { + speechSingular[] = {"veh_infantry_civilian_s"}; + speechPlural[] = {"veh_infantry_civilian_p"}; + }; + }; + textSingular = "$STR_A3_nameSound_veh_infantry_civilian_s"; + textPlural = "$STR_A3_nameSound_veh_infantry_civilian_p"; + nameSound = "veh_infantry_civilian_s"; + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "Civilian"; + side = 3; + scope = 0; + displayName = "$STR_DN_CIVILIAN"; + class HitPoints : HitPoints + { + class HitHead : HitHead + { + armor = 1; + }; + class HitBody : HitBody + { + armor = 2; + }; + class HitHands : HitHands + { + armor = 2; + }; + class HitLegs : HitLegs + { + armor = 2; + }; + }; + accuracy = 1.6; + camouflage = 1.2; + threat[] = {0,0,0}; + magazines[] = {}; + cost = 100000; + minHeadTurnAI = -50; + maxHeadTurnAI = 50; + formationX = 2; + formationZ = 5; + class Wounds + { + tex[] = {}; + mat[] = {}; + }; + class EventHandlers; + primaryAmmoCoef = 0.0; + secondaryAmmoCoef = 0.0; + handgunAmmoCoef = 0.0; + }; + class Civilian: CAManBase + { + class SpeechVariants + { + class Default + { + speechSingular[] = {"veh_infantry_civilian_s"}; + speechPlural[] = {"veh_infantry_civilian_p"}; + }; + }; + textSingular = "$STR_A3_nameSound_veh_infantry_civilian_s"; + textPlural = "$STR_A3_nameSound_veh_infantry_civilian_p"; + nameSound = "veh_infantry_civilian_s"; + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "Civilian"; + side = 3; + scope = 0; + displayName = "$STR_DN_CIVILIAN"; + class HitPoints: HitPoints + { + class HitHead: HitHead + { + armor = 1; + }; + class HitBody: HitBody + { + armor = 2; + }; + class HitHands: HitHands + { + armor = 2; + }; + class HitLegs: HitLegs + { + armor = 2; + }; + }; + accuracy = 1.6; + camouflage = 1.2; + threat[] = {0,0,0}; + magazines[] = {}; + cost = 100000; + minHeadTurnAI = -50; + maxHeadTurnAI = 50; + formationX = 2; + formationZ = 5; + class Wounds + { + tex[] = {}; + mat[] = {}; + }; + class EventHandlers; + primaryAmmoCoef = 0.0; + secondaryAmmoCoef = 0.0; + handgunAmmoCoef = 0.0; + }; + + // allow males to wear CIV clothes Females=1 + class Civilian_F: Civilian + { + modelsides[] = {3,2,0}; // U_C_Commoner1_1 + }; + + class C_man_1: Civilian_F + { + modelsides[] = {3,2,0}; + // U_C_Poloshirt_stripped, U_C_Poloshirt_blue, U_C_Poloshirt_burgundy, U_C_Poloshirt_tricolour, U_C_Poloshirt_salmon, U_C_Poloshirt_redwhite + }; + + class C_man_1_1_F: C_man_1 + { + modelsides[] = {3,2,0}; // U_C_Commoner1_1 + }; + + class C_Driver_1_F: C_man_1 + { + modelsides[] = {3,2,0}; // karts DLC + }; + + class C_man_p_fugitive_F: C_man_1 + { + modelsides[] = {3,2,0}; // U_C_Poor_1 + }; + + class C_man_w_worker_F: C_man_1 + { + modelsides[] = {3,2,0}; // U_C_WorkerCoveralls + }; + + class C_man_hunter_1_F: C_man_1 + { + modelsides[] = {3,2,0}; // U_C_HunterBody_grn + }; + + class C_journalist_F: C_man_1 + { + modelsides[] = {3,2,0}; // U_C_Journalist + }; + + class C_scientist_F: C_man_w_worker_F + { + modelsides[] = {3,2,0}; // U_C_Scientist + }; + class VirtualMan_F; + class VirtualMan_EPOCH : VirtualMan_F + { + displayName = "Epoch Player Slot"; + weapons[] = {}; + class Eventhandlers + { + init = "_this call EPOCH_localCleanup;"; + }; + }; + class I_Soldier_base_F; + class I_Soldier_EPOCH : I_Soldier_base_F + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "I_Soldier_EPOCH"; + scope = 2; + displayName = "Epoch Militia Soldier"; + cost = 90000; + camouflage = 1.2; + uniformClass = "U_I_CombatUniform_shortsleeve"; + weapons[] = { "hgun_PDW2000_F", "hgun_ACPC2_F", "Throw", "Put" }; + respawnWeapons[] = { "hgun_PDW2000_F", "hgun_ACPC2_F", "Throw", "Put" }; + Items[] = { "FAK" }; + RespawnItems[] = { "FAK" }; + magazines[] = { "30Rnd_9x21_Mag", "30Rnd_9x21_Mag", "9Rnd_45ACP_Mag", "9Rnd_45ACP_Mag" }; + respawnMagazines[] = { "30Rnd_9x21_Mag", "30Rnd_9x21_Mag", "9Rnd_45ACP_Mag", "9Rnd_45ACP_Mag" }; + linkedItems[] = { "V_24_EPOCH", "H_89_EPOCH", "ItemMap", "ItemCompass", "ItemWatch", "EpochRadio0" }; + respawnLinkedItems[] = { "V_24_EPOCH", "H_89_EPOCH", "ItemMap", "ItemCompass", "ItemWatch", "EpochRadio0" }; + }; + class I_Soldier2_EPOCH : I_Soldier_base_F + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "I_Soldier2_EPOCH"; + scope = 2; + displayName = "Epoch Militia Guerilla"; + cost = 90000; + camouflage = 1.2; + uniformClass = "U_IG_Guerilla2_1"; + weapons[] = { "AKM_EPOCH", "hgun_ACPC2_F", "Throw", "Put" }; + respawnWeapons[] = { "AKM_EPOCH", "hgun_ACPC2_F", "Throw", "Put" }; + Items[] = { "FAK" }; + RespawnItems[] = { "FAK" }; + magazines[] = { "30Rnd_762x39_Mag", "30Rnd_762x39_Mag", "9Rnd_45ACP_Mag", "9Rnd_45ACP_Mag" }; + respawnMagazines[] = { "30Rnd_762x39_Mag", "30Rnd_762x39_Mag", "9Rnd_45ACP_Mag", "9Rnd_45ACP_Mag" }; + linkedItems[] = { "V_24_EPOCH", "H_89_EPOCH", "ItemMap", "ItemCompass", "ItemWatch", "EpochRadio0" }; + respawnLinkedItems[] = { "V_24_EPOCH", "H_89_EPOCH", "ItemMap", "ItemCompass", "ItemWatch", "EpochRadio0" }; + }; + class I_Soldier3_EPOCH : I_Soldier_base_F + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "I_Soldier3_EPOCH"; + scope = 2; + displayName = "Epoch Militia Ghillie"; + cost = 90000; + camouflage = 1.4; + uniformClass = "U_I_GhillieSuit"; + weapons[] = { "srifle_DMR_01_F", "hgun_ACPC2_F", "Throw", "Put" }; + respawnWeapons[] = { "srifle_DMR_01_F", "hgun_ACPC2_F", "Throw", "Put" }; + Items[] = { "FAK" }; + RespawnItems[] = { "FAK" }; + magazines[] = { "10Rnd_762x54_Mag", "10Rnd_762x54_Mag", "9Rnd_45ACP_Mag", "9Rnd_45ACP_Mag" }; + respawnMagazines[] = { "10Rnd_762x54_Mag", "10Rnd_762x54_Mag", "9Rnd_45ACP_Mag", "9Rnd_45ACP_Mag" }; + linkedItems[] = { "V_24_EPOCH", "H_89_EPOCH", "ItemMap", "ItemCompass", "ItemWatch", "EpochRadio0" }; + respawnLinkedItems[] = { "V_24_EPOCH", "H_89_EPOCH", "ItemMap", "ItemCompass", "ItemWatch", "EpochRadio0" }; + }; + + class B_Soldier_base_F; + class Epoch_Female_base_F : B_Soldier_base_F + { + identityTypes[] = { "Woman", "NoGlasses" }; + + faceType = "Man_A3"; + woman = 1; + side = 1; + engineer = 1; + vehicleClass = "Women"; + scope = 0; + + // fix and normalize base classes + cost = 40000; + headgearProbability = 100; + allowedHeadgear[] = {}; + class HitPoints + { + class HitHead + { + armor = 1; + material = -1; + name = "head"; + passThrough = 1; + radius = 0.1; + explosionShielding = 0.5; + minimalHit = 0; + }; + class HitBody + { + armor = 1; + material = -1; + name = "body"; + passThrough = 1; + radius = 0.15; + explosionShielding = 10; + visual = "injury_body"; + minimalHit = 0; + }; + class HitHands + { + armor = 1; + material = -1; + name = "hands"; + passThrough = 1; + radius = 0.08; + explosionShielding = 1; + visual = "injury_hands"; + minimalHit = 0; + }; + class HitLegs + { + armor = 1; + material = -1; + name = "legs"; + passThrough = 1; + radius = 0.1; + explosionShielding = 1; + visual = "injury_legs"; + minimalHit = 0; + }; + }; + armor = 2; + armorStructural = 5; + + class Wounds + { + tex[] = {}; + mat[] = { "x\addons\a3_epoch_assets\textures\camo\female_camoDark.rvmat", "x\addons\a3_epoch_assets\textures\camo\female_camoinjury.rvmat", "x\addons\a3_epoch_assets\textures\camo\female_camoinjury.rvmat" }; + }; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\Keesha_character.p3d"; + modelSides[] = {1}; + nakedUniform = "U_BasicBodyFemale"; + uniformClass = "U_Test_uniform"; + weapons[] = {"Throw","Put"}; + respawnWeapons[] = {"Throw","Put"}; + Items[] = {}; + RespawnItems[] = {}; + magazines[] = {}; + respawnMagazines[] = {}; + linkedItems[] = { "V_F41_EPOCH", "ItemMap"}; + respawnLinkedItems[] = { "V_F41_EPOCH", "ItemMap" }; + }; + + + + class Underwear_F; + class FemaleUnderwear_F: Underwear_F + { + author = "Epoch"; + _generalMacro = "FemaleUnderwear_F"; + scope = 1; + scopeCurator = 0; + displayName = "TEST: Underwear"; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\Keesha_character.p3d"; + uniformClass = "U_BasicBodyFemale"; + weapons[] = {}; + magazines[] = {}; + respawnWeapons[] = {}; + respawnMagazines[] = {}; + }; + + + class Epoch_Female_wetsuit_F : Epoch_Female_base_F + { + faceType = "Man_A3"; + woman = 1; + side = 1; + engineer = 1; + vehicleClass = "Women"; + displayName = "Female Wetsuit"; + scope = 2; + + hiddenSelections[] = { "Camo" }; + hiddenSelectionsTextures[] = { "\x\addons\a3_epoch_assets\textures\wetsuit\wetsuit_co.paa" }; + + class Wounds + { + tex[] = {}; + mat[] = { "x\addons\a3_epoch_assets\textures\wetsuit\wetsuit.rvmat", "x\addons\a3_epoch_assets\textures\wetsuit\wetsuit_Injury.rvmat", "x\addons\a3_epoch_assets\textures\wetsuit\wetsuit_Injury.rvmat" }; + }; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\Female_WetSuit.p3d"; + + hiddenUnderwaterSelections[] = { "hide" }; + shownUnderwaterSelections[] = { "unhide", "unhide2" }; + + hiddenUnderwaterSelectionsTextures[] = { "\x\addons\a3_epoch_assets\textures\wetsuit\wetsuit_co.paa", "\x\addons\a3_epoch_assets\textures\wetsuit\wetsuit_co.paa", "\A3\characters_f\data\visors_ca.paa" }; + + modelSides[] = {1}; + nakedUniform = "U_BasicBodyFemale"; + uniformClass = "U_Wetsuit_uniform"; + weapons[] = {"Throw","Put"}; + respawnWeapons[] = {"Throw","Put"}; + Items[] = {}; + RespawnItems[] = {}; + magazines[] = {}; + respawnMagazines[] = {}; + + primaryAmmoCoef = 0.4; + secondaryAmmoCoef = 0.1; + handgunAmmoCoef = 0.2; + + // O_Soldier_diver_base_F + class HitPoints: HitPoints + { + class HitHead: HitHead + { + armor = 2; + }; + class HitBody: HitBody + { + armor = 2; + }; + class HitHands: HitHands + { + armor = 2; + }; + class HitLegs: HitLegs + { + armor = 2; + }; + }; + armor = 2; + armorStructural = 5; + + // O_Soldier_base_F + sensitivity = 3; + threat[] = {1,0.1,0.1}; + camouflage = 1.4; + + }; + class Epoch_Female_wetsuitW_F : Epoch_Female_wetsuit_F + { + displayName = "Female Wetsuit (white)"; + scope = 2; + hiddenSelections[] = { "Camo" }; + hiddenSelectionsTextures[] = { "\x\addons\a3_epoch_assets\textures\wetsuit\wetsuitWhite_co.paa" }; + hiddenSelectionsMaterials[] = { "\x\addons\a3_epoch_assets\textures\wetsuit\wetsuitWhite.rvmat" }; + + class Wounds + { + tex[] = {}; + mat[] = { "x\addons\a3_epoch_assets\textures\wetsuit\wetsuitWhite.rvmat", "x\addons\a3_epoch_assets\textures\wetsuit\wetsuit_Injury.rvmat", "x\addons\a3_epoch_assets\textures\wetsuit\wetsuit_Injury.rvmat" }; + }; + + modelSides[] = { 1 }; + uniformClass = "U_Wetsuit_White"; + hiddenUnderwaterSelectionsTextures[] = { "\x\addons\a3_epoch_assets\textures\wetsuit\wetsuitWhite_co.paa", "\x\addons\a3_epoch_assets\textures\wetsuit\wetsuitWhite_co.paa", "\A3\characters_f\data\visors_ca.paa" }; + + }; + class Epoch_Female_wetsuitB_F : Epoch_Female_wetsuit_F + { + displayName = "Female Wetsuit (blue)"; + scope = 2; + hiddenSelections[] = { "Camo" }; + hiddenSelectionsTextures[] = { "\x\addons\a3_epoch_assets\textures\wetsuit\wetsuitBlue_co.paa" }; + modelSides[] = { 1 }; + uniformClass = "U_Wetsuit_Blue"; + hiddenUnderwaterSelectionsTextures[] = { "\x\addons\a3_epoch_assets\textures\wetsuit\wetsuitBlue_co.paa", "\x\addons\a3_epoch_assets\textures\wetsuit\wetsuitBlue_co.paa", "\A3\characters_f\data\visors_ca.paa" }; + }; + class Epoch_Female_wetsuitP_F : Epoch_Female_wetsuit_F + { + displayName = "Female Wetsuit (purple)"; + scope = 2; + hiddenSelections[] = { "Camo" }; + hiddenSelectionsTextures[] = { "\x\addons\a3_epoch_assets\textures\wetsuit\wetsuitPurp_co.paa" }; + modelSides[] = { 1 }; + uniformClass = "U_Wetsuit_Purp"; + hiddenUnderwaterSelectionsTextures[] = { "\x\addons\a3_epoch_assets\textures\wetsuit\wetsuitPurp_co.paa", "\x\addons\a3_epoch_assets\textures\wetsuit\wetsuitPurp_co.paa", "\A3\characters_f\data\visors_ca.paa" }; + }; + class Epoch_Female_wetsuitC_F : Epoch_Female_wetsuit_F + { + displayName = "Female Wetsuit (camo)"; + scope = 2; + hiddenSelections[] = { "Camo" }; + hiddenSelectionsTextures[] = { "\x\addons\a3_epoch_assets\textures\wetsuit\wetsuitCamo_co.paa" }; + modelSides[] = { 1 }; + uniformClass = "U_Wetsuit_Camo"; + hiddenUnderwaterSelectionsTextures[] = { "\x\addons\a3_epoch_assets\textures\wetsuit\wetsuitCamo_co.paa", "\x\addons\a3_epoch_assets\textures\wetsuit\wetsuitCamo_co.paa", "\A3\characters_f\data\visors_ca.paa" }; + + camouflage = 1.0; + }; + + class Epoch_Female_Ghillie1_F : Epoch_Female_base_F + { + displayName = "Female Ghillie (tan)"; + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\female_ghillie.p3d"; + + hiddenSelections[] = { "Camo" }; + hiddenSelectionsTextures[] = { "\a3\characters_f\common\data\ghillie_3_ca.paa" }; + // hiddenSelectionsMaterials[] = { "\x\addons\a3_epoch_assets\textures\camo\female_camoDark.rvmat" }; + + modelSides[] = { 1 }; + uniformClass = "U_ghillie1_uniform"; + + // O_Soldier_sniper_base_F + primaryAmmoCoef = 0.2; + secondaryAmmoCoef = 0.05; + handgunAmmoCoef = 0.1; + + // O_Soldier_base_F + class HitPoints: HitPoints + { + class HitHead: HitHead + { + armor = 1; + passThrough = 1; + explosionShielding = 0.5; + }; + class HitBody: HitBody + { + armor = 6; + passThrough = 0.5; + explosionShielding = 1.5; + }; + class HitHands: HitHands + { + armor = 8; + passThrough = 0.5; + explosionShielding = 0.8; + }; + class HitLegs: HitLegs + { + armor = 8; + passThrough = 0.5; + explosionShielding = 0.8; + }; + }; + armor = 2; + armorStructural = 5; + + // O_sniper_F + threat[] = {1,0.6,0.6}; + camouflage = 0.4; + sensitivity = 3.3; + }; + class Epoch_Female_Ghillie2_F : Epoch_Female_Ghillie1_F + { + displayName = "Female Ghillie (light green)"; + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\female_ghillie.p3d"; + + hiddenSelections[] = { "Camo" }; + hiddenSelectionsTextures[] = { "\a3\characters_f\common\data\ghillie_2_ca.paa" }; + // hiddenSelectionsMaterials[] = { "\x\addons\a3_epoch_assets\textures\camo\female_camoDark.rvmat" }; + + modelSides[] = { 1 }; + uniformClass = "U_ghillie2_uniform"; + }; + class Epoch_Female_Ghillie3_F : Epoch_Female_Ghillie1_F + { + displayName = "Female Ghillie (green)"; + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\female_ghillie.p3d"; + + hiddenSelections[] = { "Camo" }; + hiddenSelectionsTextures[] = { "\a3\characters_f\common\data\ghillie_1_ca.paa" }; + // hiddenSelectionsMaterials[] = { "\x\addons\a3_epoch_assets\textures\camo\female_camoDark.rvmat" }; + + modelSides[] = { 1 }; + uniformClass = "U_ghillie3_uniform"; + }; + + class Epoch_Female_Camo_F : Epoch_Female_base_F + { + displayName = "Female Camo"; + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\female_camo.p3d"; + hiddenSelections[] = { "Camo" }; + hiddenSelectionsTextures[] = { "\x\addons\a3_epoch_assets\textures\camo\camoDark_co.paa" }; + hiddenSelectionsMaterials[] = { "\x\addons\a3_epoch_assets\textures\camo\female_camoDark.rvmat" }; + + class Wounds + { + tex[] = {}; + mat[] = { "x\addons\a3_epoch_assets\textures\camo\female_camoDark.rvmat", "x\addons\a3_epoch_assets\textures\camo\female_camoinjury.rvmat", "x\addons\a3_epoch_assets\textures\camo\female_camoinjury.rvmat" }; + }; + + modelSides[] = { 1 }; + uniformClass = "U_Camo_uniform"; + + }; + class Epoch_Female_CamoBlue_F : Epoch_Female_Camo_F + { + displayName = "Female Camo (Blue)"; + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\female_camo.p3d"; + hiddenSelections[] = { "Camo" }; + hiddenSelectionsTextures[] = { "\x\addons\a3_epoch_assets\textures\camo\camoBlue_co.paa" }; + hiddenSelectionsMaterials[] = { "\x\addons\a3_epoch_assets\textures\camo\female_camoBlue.rvmat" }; + + class Wounds + { + tex[] = {}; + mat[] = { "x\addons\a3_epoch_assets\textures\camo\female_camoBlue.rvmat", "x\addons\a3_epoch_assets\textures\camo\female_camoinjury.rvmat", "x\addons\a3_epoch_assets\textures\camo\female_camoinjury.rvmat" }; + }; + + modelSides[] = { 1 }; + uniformClass = "U_CamoBlue_uniform"; + }; + class Epoch_Female_CamoBrn_F : Epoch_Female_Camo_F + { + displayName = "Female Camo (Brown)"; + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\female_camo.p3d"; + hiddenSelections[] = { "Camo" }; + hiddenSelectionsTextures[] = { "\x\addons\a3_epoch_assets\textures\camo\camoBrown_co.paa" }; + hiddenSelectionsMaterials[] = { "\x\addons\a3_epoch_assets\textures\camo\female_camoBrown.rvmat" }; + + class Wounds + { + tex[] = {}; + mat[] = { "x\addons\a3_epoch_assets\textures\camo\female_camoBrown.rvmat", "x\addons\a3_epoch_assets\textures\camo\female_camoinjury.rvmat", "x\addons\a3_epoch_assets\textures\camo\female_camoinjury.rvmat" }; + }; + + modelSides[] = { 1 }; + uniformClass = "U_CamoBrn_uniform"; + }; + class Epoch_Female_CamoRed_F : Epoch_Female_Camo_F + { + displayName = "Female Camo (Red)"; + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\female_camo.p3d"; + hiddenSelections[] = { "Camo" }; + hiddenSelectionsTextures[] = { "\x\addons\a3_epoch_assets\textures\camo\camoRed_co.paa" }; + hiddenSelectionsMaterials[] = { "\x\addons\a3_epoch_assets\textures\camo\female_camoRed.rvmat" }; + + class Wounds + { + tex[] = {}; + mat[] = { "x\addons\a3_epoch_assets\textures\camo\female_camoRed.rvmat", "x\addons\a3_epoch_assets\textures\camo\female_camoinjury.rvmat", "x\addons\a3_epoch_assets\textures\camo\female_camoinjury.rvmat" }; + }; + + modelSides[] = { 1 }; + uniformClass = "U_CamoRed_uniform"; + }; + + class O_Soldier_base_F; + class Epoch_Man_base_F : O_Soldier_base_F + { + identityTypes[] = { "Kerry", "NoGlasses" }; + + faceType = "Man_A3"; + side = 0; + vehicleClass = "Men"; + engineer = 1; + scope = 0; + class Wounds + { + tex[] = {}; + mat[] = {"A3\Characters_F\Common\Data\basicbody.rvmat","A3\Characters_F\Common\Data\basicbody_injury.rvmat","A3\Characters_F\Common\Data\basicbody_injury.rvmat","A3\Characters_F\Heads\Data\hl_white_bald_muscular.rvmat","A3\Characters_F\Heads\Data\hl_white_bald_muscular_injury.rvmat","A3\Characters_F\Heads\Data\hl_white_bald_muscular_injury.rvmat","A3\Characters_F\Heads\Data\hl_black_bald_muscular.rvmat","A3\Characters_F\Heads\Data\hl_black_bald_muscular_injury.rvmat","A3\Characters_F\Heads\Data\hl_black_bald_muscular_injury.rvmat","A3\Characters_F\Heads\Data\hl_white_hairy_muscular.rvmat","A3\Characters_F\Heads\Data\hl_white_hairy_muscular_injury.rvmat","A3\Characters_F\Heads\Data\hl_white_hairy_muscular_injury.rvmat","A3\Characters_F\Heads\Data\hl_white_old.rvmat","A3\Characters_F\Heads\Data\hl_white_old_injury.rvmat","A3\Characters_F\Heads\Data\hl_white_old_injury.rvmat","A3\Characters_F\Heads\Data\hl_asian_bald_muscular.rvmat","A3\Characters_F\Heads\Data\hl_asian_bald_muscular_injury.rvmat","A3\Characters_F\Heads\Data\hl_asian_bald_muscular_injury.rvmat"}; + }; + model = "\A3\Characters_F\Common\basicbody"; + modelSides[] = {0}; + nakedUniform = "U_BasicBody"; + uniformClass = "U_Test1_uniform"; + weapons[] = {"Throw","Put"}; + respawnWeapons[] = {"Throw","Put"}; + Items[] = {}; + RespawnItems[] = {}; + magazines[] = {}; + respawnMagazines[] = {}; + linkedItems[] = { "V_41_EPOCH", "ItemMap" }; + respawnLinkedItems[] = { "V_41_EPOCH", "ItemMap" }; + + // fix and normalize base classes + cost = 40000; + headgearProbability = 100; + allowedHeadgear[] = {}; + class HitPoints + { + class HitHead + { + armor = 1; + material = -1; + name = "head"; + passThrough = 1; + radius = 0.1; + explosionShielding = 0.5; + minimalHit = 0; + }; + class HitBody + { + armor = 1; + material = -1; + name = "body"; + passThrough = 1; + radius = 0.15; + explosionShielding = 10; + visual = "injury_body"; + minimalHit = 0; + }; + class HitHands + { + armor = 1; + material = -1; + name = "hands"; + passThrough = 1; + radius = 0.08; + explosionShielding = 1; + visual = "injury_hands"; + minimalHit = 0; + }; + class HitLegs + { + armor = 1; + material = -1; + name = "legs"; + passThrough = 1; + radius = 0.1; + explosionShielding = 1; + visual = "injury_legs"; + minimalHit = 0; + }; + }; + armor = 2; + armorStructural = 5; + + + }; + class Epoch_Char_base_F : Civilian + { + faceType = "Man_A3"; + side = 4; + faction = "CIV_F"; + genericNames = "GreekMen"; + vehicleClass = "Men"; + scope = 0; + class Wounds + { + tex[] = {}; + mat[] = { "A3\Characters_F\Common\Data\basicbody.rvmat", "A3\Characters_F\Common\Data\basicbody_injury.rvmat", "A3\Characters_F\Common\Data\basicbody_injury.rvmat", "A3\Characters_F\Heads\Data\hl_white_bald_muscular.rvmat", "A3\Characters_F\Heads\Data\hl_white_bald_muscular_injury.rvmat", "A3\Characters_F\Heads\Data\hl_white_bald_muscular_injury.rvmat", "A3\Characters_F\Heads\Data\hl_black_bald_muscular.rvmat", "A3\Characters_F\Heads\Data\hl_black_bald_muscular_injury.rvmat", "A3\Characters_F\Heads\Data\hl_black_bald_muscular_injury.rvmat", "A3\Characters_F\Heads\Data\hl_white_hairy_muscular.rvmat", "A3\Characters_F\Heads\Data\hl_white_hairy_muscular_injury.rvmat", "A3\Characters_F\Heads\Data\hl_white_hairy_muscular_injury.rvmat", "A3\Characters_F\Heads\Data\hl_white_old.rvmat", "A3\Characters_F\Heads\Data\hl_white_old_injury.rvmat", "A3\Characters_F\Heads\Data\hl_white_old_injury.rvmat", "A3\Characters_F\Heads\Data\hl_asian_bald_muscular.rvmat", "A3\Characters_F\Heads\Data\hl_asian_bald_muscular_injury.rvmat", "A3\Characters_F\Heads\Data\hl_asian_bald_muscular_injury.rvmat" }; + }; + model = "\A3\Characters_F\Common\basicbody"; + modelSides[] = {4}; + //nakedUniform = "U_Char_uniform"; + //uniformClass = "U_Char_uniform"; + class UniformInfo + { + class SlotsInfo + { + class NVG : UniformSlotInfo + { + slotType = 602; + }; + class Scuba : UniformSlotInfo + { + slotType = "SCUBA_SLOT"; + }; + class Googles : UniformSlotInfo + { + slotType = 603; + }; + class Headgear : UniformSlotInfo + { + slotType = 605; + }; + }; + }; + class HitPoints : HitPoints + { + class HitHead : HitHead + { + armor = "0.3*2.5"; + }; + class HitBody : HitBody + { + armor = "0.5*10"; + }; + class HitHands : HitHands + { + armor = "0.8*5"; + }; + class HitLegs : HitLegs + { + armor = "0.8*5"; + }; + }; + weapons[] = { "Throw", "Put" }; + respawnWeapons[] = { "Throw", "Put" }; + Items[] = {}; + RespawnItems[] = {}; + magazines[] = {}; + respawnMagazines[] = {}; + linkedItems[] = {}; + respawnLinkedItems[] = {}; + }; + class Epoch_Sapper_base_F: Civilian2 + { + faceType = "Default"; + side = 4; + faction = "CIV_F"; + genericNames = "GreekMen"; + vehicleClass = "Men"; + scope = 0; + class Wounds + { + tex[] = {}; + mat[] = {"A3\Characters_F\Common\Data\basicbody.rvmat","A3\Characters_F\Common\Data\basicbody_injury.rvmat","A3\Characters_F\Common\Data\basicbody_injury.rvmat","A3\Characters_F\Heads\Data\hl_white_bald_muscular.rvmat","A3\Characters_F\Heads\Data\hl_white_bald_muscular_injury.rvmat","A3\Characters_F\Heads\Data\hl_white_bald_muscular_injury.rvmat","A3\Characters_F\Heads\Data\hl_black_bald_muscular.rvmat","A3\Characters_F\Heads\Data\hl_black_bald_muscular_injury.rvmat","A3\Characters_F\Heads\Data\hl_black_bald_muscular_injury.rvmat","A3\Characters_F\Heads\Data\hl_white_hairy_muscular.rvmat","A3\Characters_F\Heads\Data\hl_white_hairy_muscular_injury.rvmat","A3\Characters_F\Heads\Data\hl_white_hairy_muscular_injury.rvmat","A3\Characters_F\Heads\Data\hl_white_old.rvmat","A3\Characters_F\Heads\Data\hl_white_old_injury.rvmat","A3\Characters_F\Heads\Data\hl_white_old_injury.rvmat","A3\Characters_F\Heads\Data\hl_asian_bald_muscular.rvmat","A3\Characters_F\Heads\Data\hl_asian_bald_muscular_injury.rvmat","A3\Characters_F\Heads\Data\hl_asian_bald_muscular_injury.rvmat"}; + }; + model = "\A3\Characters_F\Common\basicbody"; + modelSides[] = {4}; + //nakedUniform = "U_Sapper_uniform"; + //uniformClass = "U_Sapper_uniform"; + class UniformInfo + { + class SlotsInfo + { + class NVG: UniformSlotInfo + { + slotType = 602; + }; + class Scuba: UniformSlotInfo + { + slotType = "SCUBA_SLOT"; + }; + class Googles: UniformSlotInfo + { + slotType = 603; + }; + class Headgear: UniformSlotInfo + { + slotType = 605; + }; + }; + }; + class HitPoints: HitPoints + { + class HitHead: HitHead + { + armor = "0.3*2.5"; + }; + class HitBody: HitBody + { + armor = "0.5*10"; + }; + class HitHands: HitHands + { + armor = "0.8*5"; + }; + class HitLegs: HitLegs + { + armor = "0.8*5"; + }; + }; + weapons[] = {"Throw","Put"}; + respawnWeapons[] = {"Throw","Put"}; + Items[] = {}; + RespawnItems[] = {}; + magazines[] = {}; + respawnMagazines[] = {}; + linkedItems[] = {}; + respawnLinkedItems[] = {}; + }; + class Epoch_Female_F: Epoch_Female_base_F + { + woman = 1; + scope = 2; + displayName = "Female"; + interactMode = 2; + }; + class Epoch_Male_F: Epoch_Man_base_F + { + scope = 2; + displayName = "Male"; + interactMode = 2; + }; + class Epoch_Cloak_F : Epoch_Char_base_F + { + scope = 2; + faceType = "Default"; + displayName = "Cloak"; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\Cloak_Character.p3d"; + glassesEnabled = 0; + modelSides[] = {6}; + armor = 10; + armorStructural = 20; + class HitPoints : HitPoints + { + class HitHead : HitHead + { + armor = 10; + }; + class HitBody : HitBody + { + armor = 10; + }; + class HitHands : HitHands + { + armor = 10; + }; + class HitLegs : HitLegs + { + armor = 10; + }; + }; + }; + class Epoch_Sapper_F: Epoch_Sapper_base_F + { + scope = 2; + faceType = "Default"; + displayName = "Sapper"; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\Sapper_Character.p3d"; + hiddenSelections[] = {"sapper","remains"}; + hiddenSelectionsTextures[] = {"x\addons\a3_epoch_assets\textures\sapper\sapper_eco.paa",""}; + glassesEnabled = 0; + modelSides[] = {6}; + armor = 6; + armorStructural = 13; + + magazines[] = {}; + respawnMagazines[] = {}; + + class HitPoints : HitPoints + { + class HitHead : HitHead + { + armor = 4; + }; + class HitBody : HitBody + { + armor = 7; + }; + class HitHands : HitHands + { + armor = 1000; + }; + class HitLegs : HitLegs + { + armor = 9; + }; + }; + }; + class Epoch_SapperB_F : Epoch_Sapper_base_F + { + scope = 2; + faceType = "Default"; + displayName = "Sapper (Bloated)"; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\Sapper_Bloated.p3d"; + //hiddenSelections[] = { "sapper", "remains" }; + //hiddenSelectionsTextures[] = { "x\addons\a3_epoch_assets\textures\sapper\sapper_eco.paa", "" }; + glassesEnabled = 0; + modelSides[] = { 6 }; + armor = 9; + armorStructural = 13; + + magazines[] = {}; + respawnMagazines[] = {}; + + class HitPoints : HitPoints + { + class HitHead : HitHead + { + armor = 4; + }; + class HitBody : HitBody + { + armor = 7; + }; + class HitHands : HitHands + { + armor = 1000; + }; + class HitLegs : HitLegs + { + armor = 9; + }; + }; + }; + + /* + class Epoch_Ent_Small_F : Epoch_Char_base_F + { + scope = 2; + faceType = "Default"; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\Elemental_Small.p3d"; + displayName = "Ent (small)"; + glassesEnabled = 0; + modelSides[] = {6}; + class HitPoints: HitPoints + { + class HitHead: HitHead + { + armor = 100; + }; + class HitBody: HitBody + { + armor = 200; + }; + class HitHands: HitHands + { + armor = 200; + }; + class HitLegs: HitLegs + { + armor = 200; + }; + }; + }; + class Epoch_Ent_Med_F : Epoch_Char_base_F + { + scope = 2; + faceType = "Default"; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\Elemental_Med.p3d"; + displayName = "Ent (medium)"; + extCameraPosition[] = {0,1.5,-9}; + glassesEnabled = 0; + modelSides[] = {6}; + class HitPoints: HitPoints + { + class HitHead: HitHead + { + armor = 200; + }; + class HitBody: HitBody + { + armor = 300; + }; + class HitHands: HitHands + { + armor = 300; + }; + class HitLegs: HitLegs + { + armor = 300; + }; + }; + }; + class Epoch_Ent_Large_F : Epoch_Char_base_F + { + scope = 2; + faceType = "Default"; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\Elemental_Large.p3d"; + displayName = "Ent (large)"; + extCameraPosition[] = {0,1.5,-18}; + glassesEnabled = 0; + modelSides[] = {6}; + class HitPoints: HitPoints + { + class HitHead: HitHead + { + armor = 250; + }; + class HitBody: HitBody + { + armor = 500; + }; + class HitHands: HitHands + { + armor = 500; + }; + class HitLegs: HitLegs + { + armor = 500; + }; + }; + }; + */ + class House; + class House_F: House + { + class DestructionEffects; + }; + class House_Small_F; + class Ruins_F; + + class PowerLines_base_F : House_F + { + mapSize = 2.35; + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "PowerLines_base_F"; + scope = 0; + scopeCurator = 0; + displayName = ""; + model = "\A3\Weapons_F\empty.p3d"; + vehicleClass = "Structures_Infrastructure"; + cost = 100; + compatibleWires[] = {}; + class EventHandlers + { + killed = "if (isServer) then {this call compile preprocessFileLineNumbers ""\A3\Structures_F\Ind\PowerLines\Scripts\column_ruins.sqf""};"; + }; + }; + + class PowerLines_Small_base_F : House_Small_F + { + mapSize = 2.79; + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "PowerLines_Small_base_F"; + scope = 0; + scopeCurator = 0; + displayName = ""; + model = "\A3\Weapons_F\empty.p3d"; + vehicleClass = "Structures_Infrastructure"; + compatibleWires[] = {}; + cost = 100; + class EventHandlers + { + killed = "if (isServer) then {this call compile preprocessFileLineNumbers ""\A3\Structures_F\Ind\PowerLines\Scripts\column_ruins.sqf""};"; + }; + }; + + class Land_Communication_anchor_F : House_F + { + mapSize = 9.73; + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "Land_Communication_anchor_F"; + scope = 1; + scopeCurator = 2; + displayName = "$STR_A3_CfgVehicles_Land_Communication_anchor_F0"; + model = "\A3\Structures_F\Ind\Transmitter_Tower\Communication_anchor_F.p3d"; + vehicleClass = "Structures_Infrastructure"; + class DestructionEffects + { + class DestroyPhase1 + { + simulation = "destroy"; + type = "DelayedDestruction"; + lifeTime = 1; + position = ""; + intensity = 1; + interval = 1; + }; + }; + class EventHandlers + { + killed = "if (isServer) then {this call compile preprocessFileLineNumbers ""\A3\Structures_F\Ind\Transmitter_Tower\Scripts\anchor_ruins.sqf""};"; + }; + }; + class Land_Communication_F : House_F + { + mapSize = 4.53; + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "Land_Communication_F"; + scope = 1; + scopeCurator = 2; + displayName = "$STR_A3_CfgVehicles_Land_Communication_F0"; + model = "\A3\Structures_F\Ind\Transmitter_Tower\Communication_F.p3d"; + vehicleClass = "Structures_Infrastructure"; + cost = 40000; + class EventHandlers + { + killed = "if (isServer) then {this call compile preprocessFileLineNumbers ""\A3\Structures_F\Ind\Transmitter_Tower\Scripts\tower_ruins.sqf""};"; + }; + }; + + class Car; + class Car_F: Car + { + class HitPoints + { + class HitLFWheel; + class HitLF2Wheel; + class HitRFWheel; + class HitRF2Wheel; + class HitBody; + class HitGlass1; + class HitGlass2; + class HitGlass3; + class HitGlass4; + }; + }; + + class C_Hatchback_01_F; + class C_Hatchback_01_EPOCH: C_Hatchback_01_F + { + _generalMacro = "C_Hatchback_01_EPOCH"; + scope = 2; + crew = ""; + side = 3; + + armor = 40; + fuelCapacity = 45; + fuelConsumptionRate = 0.02; + transportMaxWeapons = 12; + transportMaxMagazines = 64; + transportMaxBackpacks = 12; + maximumLoad = 1500; + faction = "CIV_F"; + typicalCargo[] = {}; + class TransportItems{}; + textureSelectionIndex[] = {0}; + availableColors[] = {{ "\A3\soft_f_gamma\Hatchback_01\data\Hatchback_01_ext_CO.paa","\A3\soft_f_gamma\Hatchback_01\data\Hatchback_01_ext_BASE01_CO.paa","\A3\soft_f_gamma\Hatchback_01\data\Hatchback_01_ext_BASE02_CO.paa","\A3\soft_f_gamma\Hatchback_01\data\Hatchback_01_ext_BASE03_CO.paa","\A3\soft_f_gamma\Hatchback_01\data\Hatchback_01_ext_BASE04_CO.paa","\A3\soft_f_gamma\Hatchback_01\data\Hatchback_01_ext_BASE05_CO.paa","\A3\soft_f_gamma\Hatchback_01\data\Hatchback_01_ext_BASE06_CO.paa","\A3\soft_f_gamma\Hatchback_01\data\Hatchback_01_ext_BASE07_CO.paa","\A3\soft_f_gamma\Hatchback_01\data\Hatchback_01_ext_BASE08_CO.paa","\A3\soft_f_gamma\Hatchback_01\data\Hatchback_01_ext_BASE09_CO.paa" }}; + class Eventhandlers{}; + }; + + class C_Hatchback_01_sport_F; + class C_Hatchback_02_EPOCH: C_Hatchback_01_sport_F + { + _generalMacro = "C_Hatchback_02_EPOCH"; + scope = 2; + crew = ""; + side = 3; + + armor = 40; + fuelCapacity = 45; + fuelConsumptionRate = 0.03; + transportMaxWeapons = 12; + transportMaxMagazines = 64; + transportMaxBackpacks = 12; + maximumLoad = 1500; + faction = "CIV_F"; + typicalCargo[] = {}; + class TransportItems{}; + textureSelectionIndex[] = {0}; + availableColors[] = {{ "\A3\soft_f_gamma\Hatchback_01\data\Hatchback_01_ext_SPORT01_CO.paa","\A3\soft_f_gamma\Hatchback_01\data\Hatchback_01_ext_SPORT02_CO.paa","\A3\soft_f_gamma\Hatchback_01\data\Hatchback_01_ext_SPORT03_CO.paa","\A3\soft_f_gamma\Hatchback_01\data\Hatchback_01_ext_SPORT04_CO.paa","\A3\soft_f_gamma\Hatchback_01\data\Hatchback_01_ext_SPORT05_CO.paa","\A3\soft_f_gamma\Hatchback_01\data\Hatchback_01_ext_SPORT06_CO.paa" }}; + class Eventhandlers{}; + }; + class C_Offroad_01_F; + class C_Offroad_01_EPOCH: C_Offroad_01_F + { + _generalMacro = "C_Offroad_01_EPOCH"; + scope = 2; + crew = ""; + side = 3; + + armor = 50; + fuelCapacity = 75; + fuelConsumptionRate = 0.03; + maximumLoad = 3500; + faction = "CIV_F"; + typicalCargo[] = {}; + class TransportItems{}; + textureSelectionIndex[] = {0,1}; + availableColors[] = {{ "\A3\soft_F\Offroad_01\Data\Offroad_01_ext_co.paa","\A3\soft_F\Offroad_01\Data\Offroad_01_ext_BASE01_CO.paa","\A3\soft_F\Offroad_01\Data\Offroad_01_ext_BASE02_CO.paa","\A3\soft_F\Offroad_01\Data\Offroad_01_ext_BASE03_CO.paa","\A3\soft_F\Offroad_01\Data\Offroad_01_ext_BASE04_CO.paa","\A3\soft_F\Offroad_01\Data\Offroad_01_ext_BASE05_CO.paa" }}; + class Eventhandlers{}; + }; + class C_Quadbike_01_F; + class C_Quadbike_01_EPOCH: C_Quadbike_01_F + { + _generalMacro = "C_Quadbike_01_EPOCH"; + scope = 2; + crew = ""; + side = 3; + + armor = 30; + fuelCapacity = 30; + fuelConsumptionRate = 0.01; + maximumLoad = 600; + faction = "CIV_F"; + typicalCargo[] = {}; + class TransportItems{}; + textureSelectionIndex[] = {0,1}; + availableColors[] = {{ "\A3\Soft_F_Beta\Quadbike_01\Data\Quadbike_01_CIV_BLACK_CO.paa","\A3\Soft_F_Beta\Quadbike_01\Data\Quadbike_01_CIV_BLUE_CO.paa","\A3\Soft_F_Beta\Quadbike_01\Data\Quadbike_01_CIV_RED_CO.paa","\A3\Soft_F_Beta\Quadbike_01\Data\Quadbike_01_CIV_WHITE_CO.paa" },{ "\A3\Soft_F_Beta\Quadbike_01\Data\Quadbike_01_wheel_CIVBLACK_CO.paa","\A3\Soft_F_Beta\Quadbike_01\Data\Quadbike_01_wheel_CIVBLUE_CO.paa","\A3\Soft_F_Beta\Quadbike_01\Data\Quadbike_01_wheel_CIVRED_CO.paa","\A3\Soft_F_Beta\Quadbike_01\Data\Quadbike_01_wheel_CIVWHITE_CO.paa" }}; + class Eventhandlers{}; + class UserActions + { + class PressXToFlipTheThing + { + displayNameDefault = "Flip ATV"; + displayName = "Flip ATV"; + position = ""; + radius = 2.7; + onlyForPlayer = 1; + condition = "alive this && not canmove this && crew this isEqualTo []"; + statement = "this setvectorup [0,0,1]"; + }; + }; + }; + class C_SUV_01_F; + class C_SUV_01_EPOCH: C_SUV_01_F + { + _generalMacro = "C_SUV_01_EPOCH"; + scope = 2; + crew = ""; + side = 3; + + armor = 45; + fuelCapacity = 45; + fuelConsumptionRate = 0.02; + transportMaxWeapons = 12; + transportMaxMagazines = 64; + transportMaxBackpacks = 12; + maximumLoad = 2000; + faction = "CIV_F"; + typicalCargo[] = {}; + class TransportItems{}; + textureSelectionIndex[] = {0}; + availableColors[] = {{ "\A3\Soft_F_Gamma\SUV_01\Data\SUV_01_ext_CO.paa","\A3\Soft_F_Gamma\SUV_01\Data\SUV_01_ext_02_CO.paa","\A3\Soft_F_Gamma\SUV_01\Data\SUV_01_ext_03_CO.paa","\A3\Soft_F_Gamma\SUV_01\Data\SUV_01_ext_04_CO.paa" }}; + class Eventhandlers{}; + }; + class C_Rubberboat; + class C_Rubberboat_EPOCH: C_Rubberboat + { + _generalMacro = "C_Rubberboat_EPOCH"; + scope = 2; + crew = ""; + side = 3; + faction = "CIV_F"; + maximumLoad = 500; + typicalCargo[] = {}; + class TransportItems{}; + hiddenSelectionsTextures[] = {"\A3\boat_F\Boat_Transport_01\data\Boat_Transport_01_civilian_CO.paa"}; + class Eventhandlers{}; + + class UserActions + { + class PushTheThing + { + displayNameDefault = "Push"; + displayName = "Push"; + position = ""; + radius = 5; + onlyForPlayer = 1; + condition = "alive this && crew this isEqualTo [] && local this && isTouchingGround player"; + statement = "_vel = velocity this; _dir = getDir player; this setVelocity[(_vel select 0)+(sin _dir * 2),(_vel select 1)+(cos _dir * 2),(_vel select 2)]; "; + }; + }; + }; + class O_Boat_Transport_01_F; + class C_Rubberboat_02_EPOCH: O_Boat_Transport_01_F + { + _generalMacro = "C_Rubberboat_02_EPOCH"; + scope = 2; + crew = ""; + side = 3; + faction = "CIV_F"; + maximumLoad = 500; + typicalCargo[] = {}; + class TransportItems{}; + hiddenSelectionsTextures[] = {"\A3\boat_F\Boat_Transport_01\data\Boat_Transport_01_OPFOR_CO.paa"}; + class Eventhandlers{}; + + class UserActions + { + class PushTheThing + { + displayNameDefault = "Push"; + displayName = "Push"; + position = ""; + radius = 5; + onlyForPlayer = 1; + condition = "alive this && crew this isEqualTo [] && local this && isTouchingGround player"; + statement = "_vel = velocity this; _dir = getDir player; this setVelocity[(_vel select 0)+(sin _dir * 2),(_vel select 1)+(cos _dir * 2),(_vel select 2)]; "; + }; + }; + }; + class O_Lifeboat; + class C_Rubberboat_03_EPOCH: O_Lifeboat + { + _generalMacro = "C_Rubberboat_03_EPOCH"; + scope = 2; + crew = ""; + side = 3; + faction = "CIV_F"; + maximumLoad = 500; + typicalCargo[] = {}; + class TransportItems{}; + hiddenSelectionsTextures[] = {"\A3\boat_F\Boat_Transport_01\data\Boat_Transport_01_rescue_CO.paa"}; + class Eventhandlers{}; + + class UserActions + { + class PushTheThing + { + displayNameDefault = "Push"; + displayName = "Push"; + position = ""; + radius = 5; + onlyForPlayer = 1; + condition = "alive this && crew this isEqualTo [] && local this && isTouchingGround player"; + statement = "_vel = velocity this; _dir = getDir player; this setVelocity[(_vel select 0)+(sin _dir * 2),(_vel select 1)+(cos _dir * 2),(_vel select 2)]; "; + }; + }; + }; + class I_Boat_Transport_01_F; + class C_Rubberboat_04_EPOCH: I_Boat_Transport_01_F + { + _generalMacro = "C_Rubberboat_04_EPOCH"; + scope = 2; + crew = ""; + side = 3; + faction = "CIV_F"; + maximumLoad = 500; + typicalCargo[] = {}; + class TransportItems{}; + hiddenSelectionsTextures[] = {"\A3\boat_F\Boat_Transport_01\data\Boat_Transport_01_INDP_CO.paa"}; + class Eventhandlers{}; + + class UserActions + { + class PushTheThing + { + displayNameDefault = "Push"; + displayName = "Push"; + position = ""; + radius = 5; + onlyForPlayer = 1; + condition = "alive this && crew this isEqualTo [] && local this && isTouchingGround player"; + statement = "_vel = velocity this; _dir = getDir player; this setVelocity[(_vel select 0)+(sin _dir * 2),(_vel select 1)+(cos _dir * 2),(_vel select 2)]; "; + }; + }; + }; + class C_Van_01_box_F; + class C_Van_01_box_EPOCH: C_Van_01_box_F + { + _generalMacro = "C_Van_01_box_EPOCH"; + scope = 2; + crew = ""; + side = 3; + + armor = 80; + fuelCapacity = 55; + fuelConsumptionRate = 0.02; + maximumLoad = 4000; + faction = "CIV_F"; + typicalCargo[] = {}; + class TransportItems{}; + textureSelectionIndex[] = {0}; + availableColors[] = {{ "\A3\soft_f_gamma\van_01\Data\van_01_ext_CO.paa","\A3\soft_f_gamma\van_01\Data\van_01_ext_red_CO.paa" }}; + class Eventhandlers{}; + }; + class C_Van_01_transport_F; + class C_Van_01_transport_EPOCH: C_Van_01_transport_F + { + scope = 2; + crew = ""; + side = 3; + + armor = 80; + fuelCapacity = 55; + fuelConsumptionRate = 0.02; + maximumLoad = 4000; + faction = "CIV_F"; + typicalCargo[] = {}; + class TransportItems{}; + textureSelectionIndex[] = {0}; + availableColors[] = {{ "\A3\soft_f_gamma\van_01\Data\van_01_ext_CO.paa","\A3\soft_f_gamma\van_01\Data\van_01_ext_red_CO.paa" }}; + class Eventhandlers{}; + }; + class C_Boat_Civil_01_F; + class C_Boat_Civil_01_EPOCH: C_Boat_Civil_01_F + { + scope = 2; + crew = ""; + side = 3; + faction = "CIV_F"; + maximumLoad = 800; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + + class UserActions + { + class PushTheThing + { + displayNameDefault = "Push"; + displayName = "Push"; + position = ""; + radius = 5; + onlyForPlayer = 1; + condition = "alive this && crew this isEqualTo [] && local this && isTouchingGround player"; + statement = "_vel = velocity this; _dir = getDir player; this setVelocity[(_vel select 0)+(sin _dir * 2),(_vel select 1)+(cos _dir * 2),(_vel select 2)]; "; + }; + }; + }; + class C_Boat_Civil_01_police_F; + class C_Boat_Civil_01_police_EPOCH: C_Boat_Civil_01_police_F + { + scope = 2; + crew = ""; + side = 3; + faction = "CIV_F"; + maximumLoad = 800; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + + class UserActions + { + class PushTheThing + { + displayNameDefault = "Push"; + displayName = "Push"; + position = ""; + radius = 5; + onlyForPlayer = 1; + condition = "alive this && crew this isEqualTo [] && local this && isTouchingGround player"; + statement = "_vel = velocity this; _dir = getDir player; this setVelocity[(_vel select 0)+(sin _dir * 2),(_vel select 1)+(cos _dir * 2),(_vel select 2)]; "; + }; + }; + }; + class C_Boat_Civil_01_rescue_F; + class C_Boat_Civil_01_rescue_EPOCH: C_Boat_Civil_01_rescue_F + { + scope = 2; + crew = ""; + side = 3; + faction = "CIV_F"; + maximumLoad = 600; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + + class UserActions + { + class PushTheThing + { + displayNameDefault = "Push"; + displayName = "Push"; + position = ""; + radius = 5; + onlyForPlayer = 1; + condition = "alive this && crew this isEqualTo [] && local this && isTouchingGround player"; + statement = "_vel = velocity this; _dir = getDir player; this setVelocity[(_vel select 0)+(sin _dir * 2),(_vel select 1)+(cos _dir * 2),(_vel select 2)]; "; + }; + }; + }; + class B_Heli_Light_01_F; + class B_Heli_Light_01_EPOCH: B_Heli_Light_01_F + { + scope = 2; + crew = ""; + side = 3; + + armor = 35; + + faction = "CIV_F"; + maximumLoad = 1000; + commanderCanSee = 2 + 16 + 32; + gunnerCanSee = 2 + 16 + 32; + driverCanSee = 2 + 16 + 32; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + }; + class B_Heli_Transport_01_F; + class B_Heli_Transport_01_EPOCH: B_Heli_Transport_01_F + { + scope = 2; + crew = ""; + side = 3; + armor = 60; + faction = "CIV_F"; + maximumLoad = 3000; + commanderCanSee = 2 + 16 + 32; + gunnerCanSee = 2 + 16 + 32; + driverCanSee = 2 + 16 + 32; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + }; + class B_Heli_Transport_01_camo_F; + class B_Heli_Transport_01_camo_EPOCH: B_Heli_Transport_01_camo_F + { + scope = 2; + crew = ""; + side = 3; + + armor = 60; + + faction = "CIV_F"; + maximumLoad = 3000; + commanderCanSee = 2 + 16 + 32; + gunnerCanSee = 2 + 16 + 32; + driverCanSee = 2 + 16 + 32; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + }; + class B_SDV_01_F; + class B_SDV_01_EPOCH: B_SDV_01_F + { + scope = 2; + crew = ""; + side = 3; + faction = "CIV_F"; + maximumLoad = 500; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + class UserActions + { + class PushTheThing + { + displayNameDefault = "Push"; + displayName = "Push"; + position = ""; + radius = 5; + onlyForPlayer = 1; + condition = "alive this && crew this isEqualTo [] && local this && isTouchingGround player"; + statement = "_vel = velocity this; _dir = getDir player; this setVelocity[(_vel select 0)+(sin _dir * 2),(_vel select 1)+(cos _dir * 2),(_vel select 2)]; "; + }; + }; + }; + + class B_MRAP_01_F; + class B_MRAP_01_EPOCH : B_MRAP_01_F + { + scope = 2; + crew = ""; + side = 3; + armor = 75; + faction = "CIV_F"; + maximumLoad = 3500; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + }; + class B_Truck_01_transport_F; + class B_Truck_01_transport_EPOCH: B_Truck_01_transport_F + { + scope = 2; + crew = ""; + side = 3; + + armor = 80; + fuelCapacity = 350; + fuelConsumptionRate = 26; + maximumLoad = 6000; + transportMaxBackpacks = 64; + transportMaxMagazines = 256; + transportMaxWeapons = 64; + faction = "CIV_F"; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + }; + class B_G_Offroad_01_armed_F; + class B_G_Offroad_01_armed_EPOCH: B_G_Offroad_01_armed_F + { + scope = 2; + crew = ""; + side = 3; + + armor = 80; + fuelCapacity = 350; + fuelConsumptionRate = 26; + maximumLoad = 3500; + faction = "CIV_F"; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + }; + class B_Truck_01_covered_F; + class B_Truck_01_covered_EPOCH: B_Truck_01_covered_F + { + scope = 2; + crew = ""; + side = 3; + + armor = 80; + fuelCapacity = 350; + fuelConsumptionRate = 26; + maximumLoad = 6000; + faction = "CIV_F"; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + }; + class B_Truck_01_mover_F; + class B_Truck_01_mover_EPOCH: B_Truck_01_mover_F + { + scope = 2; + crew = ""; + side = 3; + + armor = 80; + fuelCapacity = 350; + fuelConsumptionRate = 26; + maximumLoad = 4000; + faction = "CIV_F"; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + }; + class B_Truck_01_box_F; + class B_Truck_01_box_EPOCH: B_Truck_01_box_F + { + scope = 2; + crew = ""; + side = 3; + faction = "CIV_F"; + + armor = 80; + fuelCapacity = 350; + fuelConsumptionRate = 26; + maximumLoad = 6000; + transportMaxBackpacks = 64; + transportMaxMagazines = 256; + transportMaxWeapons = 64; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + }; + class O_Truck_02_covered_F; + class O_Truck_02_covered_EPOCH: O_Truck_02_covered_F + { + scope = 2; + crew = ""; + side = 3; + + armor = 45; + fuelCapacity = 350; + fuelConsumptionRate = 26; + maximumLoad = 5000; + faction = "CIV_F"; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + }; + class O_Truck_02_transport_F; + class O_Truck_02_transport_EPOCH: O_Truck_02_transport_F + { + scope = 2; + crew = ""; + side = 3; + + armor = 45; + fuelCapacity = 350; + fuelConsumptionRate = 26; + maximumLoad = 5000; + faction = "CIV_F"; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + }; + class O_Truck_03_covered_F; + class O_Truck_03_covered_EPOCH: O_Truck_03_covered_F + { + scope = 2; + crew = ""; + side = 3; + + armor = 64; + fuelCapacity = 250; + fuelConsumptionRate = 36; + maximumLoad = 5000; + faction = "CIV_F"; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + }; + class O_Truck_02_box_F; + class O_Truck_02_box_EPOCH: O_Truck_02_box_F + { + scope = 2; + crew = ""; + side = 3; + + transportRepair = 0; + armor = 45; + fuelCapacity = 350; + fuelConsumptionRate = 26; + maximumLoad = 5000; + transportMaxBackpacks = 64; + transportMaxMagazines = 256; + transportMaxWeapons = 64; + faction = "CIV_F"; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + }; + class O_Heli_Light_02_unarmed_F; + class O_Heli_Light_02_unarmed_EPOCH: O_Heli_Light_02_unarmed_F + { + scope = 2; + crew = ""; + side = 3; + + armor = 30; + maximumLoad = 3000; + faction = "CIV_F"; + commanderCanSee = 2 + 16 + 32; + gunnerCanSee = 2 + 16 + 32; + driverCanSee = 2 + 16 + 32; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + }; + class I_Heli_Transport_02_F; + class I_Heli_Transport_02_EPOCH: I_Heli_Transport_02_F + { + scope = 2; + crew = ""; + side = 3; + + armor = 50; + maximumLoad = 5000; + faction = "CIV_F"; + commanderCanSee = 2 + 16 + 32; + gunnerCanSee = 2 + 16 + 32; + driverCanSee = 2 + 16 + 32; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + }; + class I_Heli_light_03_unarmed_F; + class I_Heli_light_03_unarmed_EPOCH: I_Heli_light_03_unarmed_F + { + scope = 2; + crew = ""; + side = 3; + + armor = 50; + maximumLoad = 2000; + faction = "CIV_F"; + commanderCanSee = 2 + 16 + 32; + gunnerCanSee = 2 + 16 + 32; + driverCanSee = 2 + 16 + 32; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + class RenderTargets{}; + }; + class O_Heli_Transport_04_F; + class O_Heli_Transport_04_EPOCH : O_Heli_Transport_04_F + { + scope = 2; + crew = ""; + side = 3; + faction = "CIV_F"; + maximumLoad = 4000; + commanderCanSee = 2 + 16 + 32; + gunnerCanSee = 2 + 16 + 32; + driverCanSee = 2 + 16 + 32; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + class RenderTargets{}; + }; + class O_Heli_Transport_04_bench_F; + class O_Heli_Transport_04_bench_EPOCH : O_Heli_Transport_04_bench_F + { + scope = 2; + crew = ""; + side = 3; + faction = "CIV_F"; + maximumLoad = 4000; + commanderCanSee = 2 + 16 + 32; + gunnerCanSee = 2 + 16 + 32; + driverCanSee = 2 + 16 + 32; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + class RenderTargets{}; + }; + class O_Heli_Transport_04_box_F; + class O_Heli_Transport_04_box_EPOCH : O_Heli_Transport_04_box_F + { + scope = 2; + crew = ""; + side = 3; + faction = "CIV_F"; + maximumLoad = 4000; + commanderCanSee = 2 + 16 + 32; + gunnerCanSee = 2 + 16 + 32; + driverCanSee = 2 + 16 + 32; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + class RenderTargets{}; + }; + class O_Heli_Transport_04_covered_F; + class O_Heli_Transport_04_covered_EPOCH : O_Heli_Transport_04_covered_F + { + scope = 2; + crew = ""; + side = 3; + faction = "CIV_F"; + maximumLoad = 4000; + commanderCanSee = 2 + 16 + 32; + gunnerCanSee = 2 + 16 + 32; + driverCanSee = 2 + 16 + 32; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + class RenderTargets{}; + }; + class B_Heli_Transport_03_unarmed_F; + class B_Heli_Transport_03_unarmed_EPOCH : B_Heli_Transport_03_unarmed_F + { + scope = 2; + crew = ""; + side = 3; + faction = "CIV_F"; + maximumLoad = 6000; + commanderCanSee = 2 + 16 + 32; + gunnerCanSee = 2 + 16 + 32; + driverCanSee = 2 + 16 + 32; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + class RenderTargets{}; + }; + + class C_Heli_Light_01_civil_F; + class C_Heli_Light_01_civil_EPOCH : C_Heli_Light_01_civil_F + { + scope = 2; + crew = ""; + side = 3; + faction = "CIV_F"; + maximumLoad = 1000; + commanderCanSee = 2 + 16 + 32; + gunnerCanSee = 2 + 16 + 32; + driverCanSee = 2 + 16 + 32; + typicalCargo[] = {}; + class TransportItems{}; + class Eventhandlers{}; + class RenderTargets{}; + textureSelectionIndex[] = { 0 }; + availableColors[] = { { "A3\Air_f\Heli_Light_01\Data\Heli_Light_01_ext_co.paa", "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_blue_co.paa", "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_co.paa", "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_ion_co.paa", "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_blueLine_co.paa", "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_digital_co.paa", "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_elliptical_co.paa", "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_furious_co.paa", "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_graywatcher_co.paa", "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_jeans_co.paa", "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_light_co.paa", "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_shadow_co.paa", "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_sheriff_co.paa", "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_speedy_co.paa", "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_sunset_co.paa", "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_vrana_co.paa", "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_wasp_co.paa", "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_wave_co.paa" } }; + }; + + + + + class LandVehicle; + class Tank: LandVehicle + { + class NewTurret; + class Sounds; + class HitPoints; + }; + class Tank_F: Tank + { + class Turrets + { + class MainTurret: NewTurret + { + class Turrets + { + class CommanderOptics; + }; + }; + }; + class AnimationSources; + class ViewPilot; + class ViewOptics; + class ViewCargo; + class HeadLimits; + class HitPoints: HitPoints + { + class HitHull; + class HitEngine; + class HitLTrack; + class HitRTrack; + }; + class Sounds: Sounds + { + class Engine; + class Movement; + }; + }; + + class ThingX; + + class Land_MPS_EPOCH : ThingX + { + mapSize = 0.14; + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "Land_MPS_EPOCH"; + scope = 2; + displayName = "$STR_A3_cfgVehicles_Land_MobilePhone_smart_F0"; + model = "\A3\Structures_F\Items\Electronics\MobilePhone_smart_F.p3d"; + + icon = "iconObject_2x3"; + cost = 1000; + hiddenSelections[] = { "camo" }; + hiddenSelectionsTextures[] = { "\A3\Structures_F\Items\Electronics\Data\Electronics_screens_mobilePhone_smart_CO.paa" }; + hiddenSelectionsMaterials[] = { "\A3\Structures_F\Items\Electronics\Data\electronics_screens.rvmat" }; + class UserActions + { + class open_door_l + { + displayName = "Take Krypto"; + position = "left"; + radius = 9; + onlyForPlayer = 0; + condition = "(this getVariable [""Crypto"",0]) > 0"; + statement = "this call EPOCH_takeCrypto;"; + }; + }; + }; + + class Constructions_modular_F: ThingX + { + mapSize = 1.27; + author = "Epoch"; + _generalMacro = "Constructions_base_F"; + scope = 0; + displayName = ""; + model = "\A3\Weapons_F\empty.p3d"; + icon = "iconObject_5x4"; + armor = 1000; + vehicleclass = "Epoch_objects"; + destrType = "DestructNo"; + cost = 1000; + interactMode = 1; + }; + /* + class Sword_SIM_EPOCH: Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\sword.p3d"; + displayName = "Sword"; + }; + */ + class SapperHead_SIM_EPOCH: Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\sapper_head.p3d"; + displayName = "Sapper Head"; + }; + class SapperCorpse_SIM_EPOCH: Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\Sapper_corpse.p3d"; + displayName = "Sapper Corpse"; + }; + + class LockBox_SIM_EPOCH : Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\lockbox.p3d"; + displayName = "Lockbox"; + simulClass = "LockBox_SIM_EPOCH"; + staticClass = "LockBox_EPOCH"; + GhostPreview = "LockBox_EPOCH"; + limitNearby = 2; + bypassJammer = 1; + }; + class Fireplace_SIM_EPOCH : Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_2\fireplace.p3d"; + displayName = "Empty Fireplace (SIM)"; + simulClass = "Fireplace_SIM_EPOCH"; + staticClass = "Fireplace_EPOCH"; + GhostPreview = "Fireplace_EPOCH"; + }; + class Jack_SIM_EPOCH : Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\jack.p3d"; + displayName = "Jack"; + simulClass = "Jack_SIM_EPOCH"; + staticClass = "Jack_EPOCH"; + GhostPreview = "Jack_EPOCH"; + + class AnimationSources + { + class raise + { + source = "user"; + animPeriod = 2; + initPhase = 0; + }; + class pump + { + source = "user"; + animPeriod = 2; + initPhase = 0; + sound = "jack_pump"; + }; + + }; + class UserActions + { + class Open_left + { + displayName = "Raise"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "this animationPhase ""raise"" < 0.5"; + statement = "this animate [""raise"", ((this animationPhase ""raise"")+0.1)]; this animate [""pump"", ((this animationPhase ""pump"")+0.1)];"; + }; + class Close_left : Open_left + { + displayName = "Lower"; + condition = "this animationPhase ""raise"" >= 0.1"; + statement = "this animate [""raise"", ((this animationPhase ""raise"")-0.1)]; this animate [""pump"", ((this animationPhase ""pump"")-0.1)];"; + }; + class Pack + { + displayName = "Pickup"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "this animationPhase ""raise"" == 0"; + statement = "EPOCH_packJack_PVS = [this,player,Epoch_personalToken]; publicVariableServer ""EPOCH_packJack_PVS"";"; + }; + }; + + }; + class WoodRamp_SIM_EPOCH : Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Wood_Ramp.p3d"; + displayName = "Wood Ramp"; + simulClass = "WoodRamp_SIM_EPOCH"; + staticClass = "WoodRamp_EPOCH"; + GhostPreview = "WoodRamp_Ghost_EPOCH"; + snapPointsPara[] = {}; + snapPointsPerp[] = {}; + allowedSnapPoints[] = { "NF", "SF", "EF", "WF", "CB" }; + allowedSnapObjects[] = { "Const_floors_static_F", "Constructions_foundation_F" }; + energyCost = 0.2; + slingLoadCargoMemoryPoints[] = { "N", "S", "E", "W" }; + }; + + + class CinderWallHalf_SIM_EPOCH: Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\cinder_half_SIM.p3d"; + displayName = "Half Cinder Block Wall"; + upgradeBuilding[] = {"CinderWall_EPOCH",{ { "CinderBlocks",4 },{ "MortarBucket",1 } }}; + simulClass = "CinderWallHalf_SIM_EPOCH"; + staticClass = "CinderWallHalf_EPOCH"; + GhostPreview = "CinderWallHalf_Ghost_EPOCH"; + snapType = "snapPointsPara"; + snapPointsPara[] = { "N", "E", "W" }; + allowedSnapPoints[] = { "N", "S", "E", "W" }; + allowedSnapObjects[] = { "Const_Cinder_static_F", "Const_floors_static_F" }; + energyCost = 0.2; + slingLoadCargoMemoryPoints[] = { "N", "S", "E", "W" }; + }; + class CinderWall_SIM_EPOCH: Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\cinder_SIM.p3d"; + displayName = "Cinder Block Wall"; + simulClass = "CinderWall_SIM_EPOCH"; + staticClass = "CinderWall_EPOCH"; + GhostPreview = "CinderWall_EPOCH"; + snapType = "snapPointsPara"; + snapPointsPara[] = { "N", "E", "W" }; + allowedSnapPoints[] = { "N", "S", "E", "W" }; + allowedSnapObjects[] = {"Const_Cinder_static_F","Const_floors_static_F"}; + energyCost = 0.4; + slingLoadCargoMemoryPoints[] = { "N", "S", "E", "W" }; + }; + class CinderWallGarage_SIM_EPOCH : Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\cGarage_SIM.p3d"; + displayName = "Cinder Block Wall"; + simulClass = "CinderWallGarage_SIM_EPOCH"; + staticClass = "CinderWallGarage_EPOCH"; + GhostPreview = "CinderWallGarage_EPOCH"; + snapType = "snapPointsPara"; + snapPointsPara[] = { "N", "E", "W" }; + allowedSnapPoints[] = { "N", "S", "E", "W" }; + allowedSnapObjects[] = { "Const_Cinder_static_F", "Const_floors_static_F" }; + energyCost = 0.5; + slingLoadCargoMemoryPoints[] = { "N", "S", "E", "W" }; + class AnimationSources + { + class open_left + { + source = "user"; + animPeriod = 2; + initPhase = 0; + sound = "MetalBigDoorsSound"; + }; + class open_right + { + source = "user"; + animPeriod = 2; + initPhase = 0; + sound = "MetalOldBigDoorsSound"; + }; + class lock_cGarage + { + source = "user"; + animPeriod = 2; + initPhase = 1; + sound = "ServoDoorsSound"; + }; + + }; + class UserActions + { + class Open_left + { + displayName = "Open"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "(this animationPhase ""open_left"" < 0.5) && (this animationPhase ""lock_cGarage"" < 0.5)"; + statement = "this animate [""open_left"", 1]; this animate [""open_right"", 1]"; + }; + class Close_left : Open_left + { + displayName = "Close"; + condition = "this animationPhase ""open_left"" >= 0.5"; + statement = "this animate [""open_left"", 0]; this animate [""open_right"", 0]"; + }; + + class Lock_cGarage + { + displayName = "Lock"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "(this animationPhase ""open_left"" < 0.5) && (this animationPhase ""lock_cGarage"" < 0.5)"; + statement = "this animate [""lock_cGarage"", 1]"; + }; + class Unlock_cGarage : Lock_cGarage + { + displayName = "Unlock"; + condition = "(this animationPhase ""open_left"" < 0.5) && (this animationPhase ""lock_cGarage"" >= 0.5)"; + statement = "this animate [""lock_cGarage"", 0];"; + }; + }; + }; + + class WoodFloor_SIM_EPOCH: Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Wooden_Floor.p3d"; + displayName = "Wood Floor"; + simulClass = "WoodFloor_SIM_EPOCH"; + staticClass = "WoodFloor_EPOCH"; + GhostPreview = "WoodFloor_Ghost_EPOCH"; + snapPointsPara[] = {"NF","SF","EF","WF","C","CB"}; + snapPointsPerp[] = {"N","S","E","W","CinN","CinS","CinE","CinW"}; + allowedSnapPoints[] = {"NF","SF","EF","WF","C"}; + allowedSnapObjects[] = {"Const_floors_static_F","Constructions_foundation_F"}; + energyCost = 0.2; + slingLoadCargoMemoryPoints[] = { "N", "S", "E", "W" }; + }; + + class WoodLargeWall_SIM_EPOCH: Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Wooden_Wall_SIM.p3d"; + displayName = "Large Wall"; + upgradeBuilding[] = {"WoodLargeWallCor_EPOCH",{ { "PartGlass",1 } }}; + simulClass = "WoodLargeWall_SIM_EPOCH"; + staticClass = "WoodLargeWall_EPOCH"; + GhostPreview = "WoodLargeWall_Ghost_EPOCH"; + snapPointsPara[] = {"N","E","W"}; + allowedSnapPoints[] = {"N","S","E","W"}; + allowedSnapObjects[] = {"Const_floors_static_F","Const_WoodWalls_static_F"}; + slingLoadCargoMemoryPoints[] = { "N", "S", "E", "W" }; + }; + + // lvl 1 + class WoodWall1_SIM_EPOCH : Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Plywood_Upgrades\plywood_wall\Wooden_Wall_ply.p3d"; + displayName = "Plywood Wall (SIM)"; + simulClass = "WoodWall1_SIM_EPOCH"; + staticClass = "WoodWall1_EPOCH"; + GhostPreview = "WoodWall1_EPOCH"; + snapPointsPara[] = { "N", "E", "W" }; + allowedSnapPoints[] = { "N", "S", "E", "W" }; + allowedSnapObjects[] = { "Const_floors_static_F", "Const_WoodWalls_static_F" }; + energyCost = 0.2; + }; + + // lvl 2 + class WoodLargeWallCor_SIM_EPOCH: Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Wooden_Wall_Cor_SIM.p3d"; + displayName = "Wall"; + upgradeBuilding[] = {"WoodLargeWallDoor_EPOCH",{ { "PartGlass",1 } }}; + simulClass = "WoodLargeWallCor_SIM_EPOCH"; + staticClass = "WoodLargeWallCor_EPOCH"; + GhostPreview = "WoodLargeWallCor_EPOCH"; + snapPointsPara[] = {"N","E","W"}; + allowedSnapPoints[] = {"N","S","E","W"}; + allowedSnapObjects[] = {"Const_floors_static_F","Const_WoodWalls_static_F"}; + sections[] = { "camo_cor", "camo" }; + hiddenSelections[] = { "camo_cor", "camo" }; + hiddenSelectionsTextures[] = { "x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "x\addons\a3_epoch_assets\textures\plyplank_eco.paa" }; + availableTextures[] = { "\x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_black_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_blue_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_brown_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_green_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_orange_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_purple_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_red_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_teal_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_yellow_co.paa" }; + energyCost = 0.2; + }; + + // lvl 1 + class WoodWall2_SIM_EPOCH : Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Plywood_Upgrades\plywood_doorway\Wooden_Wall_Doorway.p3d"; + displayName = "Plywood Wall Doorway (SIM)"; + simulClass = "WoodWall2_SIM_EPOCH"; + staticClass = "WoodWall2_EPOCH"; + snapPointsPara[] = { "N", "E", "W" }; + allowedSnapPoints[] = { "N", "S", "E", "W" }; + allowedSnapObjects[] = { "Const_floors_static_F", "Const_WoodWalls_static_F" }; + energyCost = 0.2; + slingLoadCargoMemoryPoints[] = { "N", "S", "E", "W" }; + }; + // lvl 2 + class WoodLargeWallDoorway_SIM_EPOCH: Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Wooden_Wall_Doorway.p3d"; + displayName = "Wall Doorway"; + upgradeBuilding[] = {"WoodLargeWallDoor_EPOCH",{ { "PartWoodPlywood",1 },{ "PartWoodLumber",1 } }}; + simulClass = "WoodLargeWallDoorway_SIM_EPOCH"; + staticClass = "WoodLargeWallDoorway_EPOCH"; + snapPointsPara[] = {"N","E","W"}; + allowedSnapPoints[] = {"N","S","E","W"}; + allowedSnapObjects[] = {"Const_floors_static_F","Const_WoodWalls_static_F"}; + sections[] = { "camo_cor", "camo" }; + hiddenSelections[] = { "camo_cor", "camo" }; + hiddenSelectionsTextures[] = { "x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "x\addons\a3_epoch_assets\textures\plyplank_eco.paa" }; + availableTextures[] = { "\x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_black_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_blue_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_brown_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_green_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_orange_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_purple_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_red_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_teal_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_yellow_co.paa" }; + energyCost = 0.2; + slingLoadCargoMemoryPoints[] = { "N", "S", "E", "W" }; + }; + + // lvl 1 + class WoodWall3_SIM_EPOCH : Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Plywood_Upgrades\plywood_door\Wooden_Wall_Door.p3d"; + displayName = "Plywood Wall Doorway w/ Door (SIM)"; + simulClass = "WoodWall3_SIM_EPOCH"; + staticClass = "WoodWall3_EPOCH"; + snapPointsPara[] = { "N", "E", "W" }; + allowedSnapPoints[] = { "N", "S", "E", "W" }; + allowedSnapObjects[] = { "Const_floors_static_F", "Const_WoodWalls_static_F" }; + + /* + sections[] = { "camo_cor", "camo" }; + hiddenSelections[] = { "camo_cor", "camo" }; + hiddenSelectionsTextures[] = { "x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "x\addons\a3_epoch_assets\textures\plyplank_eco.paa" }; + */ + + energyCost = 0.2; + slingLoadCargoMemoryPoints[] = { "N", "S", "E", "W" }; + class AnimationSources + { + class Open_Door + { + source = "user"; + animPeriod = 2; + initPhase = 0; + }; + }; + class UserActions + { + class Open_door + { + displayName = "Open"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "this animationPhase ""Open_Door"" < 0.5"; + statement = "this animate [""Open_Door"", 1]"; + }; + class Close_door : Open_door + { + displayName = "Close"; + condition = "this animationPhase ""Open_Door"" >= 0.5"; + statement = "this animate [""Open_Door"", 0];"; + }; + }; + }; + + // lvl 2 + class WoodLargeWallDoor_SIM_EPOCH: Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Wooden_Wall_Door_SIM.p3d"; + displayName = "Wall Doorway w/ Door"; + simulClass = "WoodLargeWallDoor_SIM_EPOCH"; + staticClass = "WoodLargeWallDoor_EPOCH"; + snapPointsPara[] = {"N","E","W"}; + allowedSnapPoints[] = {"N","S","E","W"}; + allowedSnapObjects[] = {"Const_floors_static_F","Const_WoodWalls_static_F"}; + + sections[] = { "camo_cor", "camo" }; + hiddenSelections[] = { "camo_cor", "camo" }; + hiddenSelectionsTextures[] = { "x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "x\addons\a3_epoch_assets\textures\plyplank_eco.paa" }; + availableTextures[] = { "\x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_black_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_blue_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_brown_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_green_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_orange_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_purple_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_red_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_teal_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_yellow_co.paa" }; + + energyCost = 0.2; + slingLoadCargoMemoryPoints[] = { "N", "S", "E", "W" }; + class AnimationSources + { + class Open_Door + { + source = "user"; + animPeriod = 2; + initPhase = 0; + }; + }; + class UserActions + { + class Open_door + { + displayName = "Open"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "this animationPhase ""Open_Door"" < 0.5"; + statement = "this animate [""Open_Door"", 1]"; + }; + class Close_door: Open_door + { + displayName = "Close"; + condition = "this animationPhase ""Open_Door"" >= 0.5"; + statement = "this animate [""Open_Door"", 0];"; + }; + }; + }; + // lvl 1 + class WoodWall4_SIM_EPOCH : Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Plywood_Upgrades\Plywood_DoorW_L\Plywood_DoorL.p3d"; + displayName = "Wall Doorway w/ Locking Door"; + simulClass = "WoodWall4_SIM_EPOCH"; + staticClass = "WoodWall4_EPOCH"; + snapPointsPara[] = { "N", "E", "W" }; + allowedSnapPoints[] = { "N", "S", "E", "W" }; + + allowedSnapObjects[] = { "Const_floors_static_F", "Const_WoodWalls_static_F" }; + + /* + sections[] = { "camo_cor", "camo" }; + hiddenSelections[] = { "camo_cor", "camo" }; + hiddenSelectionsTextures[] = { "x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "x\addons\a3_epoch_assets\textures\plyplank_eco.paa" }; + */ + + energyCost = 0.2; + slingLoadCargoMemoryPoints[] = { "N", "S", "E", "W" }; + class AnimationSources + { + class Open_Door + { + source = "user"; + animPeriod = 2; + initPhase = 0; + }; + class lock_Door + { + source = "user"; + animPeriod = 2; + initPhase = 1; + sound = "ServoDoorsSound"; + }; + }; + class UserActions + { + class Open_door + { + displayName = "Open"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "(this animationPhase ""Open_Door"" < 0.5) && (this animationPhase ""lock_Door"" == 0)"; + statement = "this animate [""Open_Door"", 1]"; + }; + class Close_door : Open_door + { + displayName = "Close"; + condition = "(this animationPhase ""Open_Door"" >= 0.5) && (this animationPhase ""lock_Door"" == 0)"; + statement = "this animate [""Open_Door"", 0];"; + }; + + class Lock_Door + { + displayName = "Lock"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "!(call EPOCH_lockCheck) && (this animationPhase ""Open_Door"" == 0) && (this animationPhase ""lock_Door"" == 0)"; + statement = "this animate [""lock_Door"", 1]"; + }; + class Unlock_Door : Lock_Door + { + displayName = "Unlock"; + condition = "!(call EPOCH_lockCheck) && (this animationPhase ""Open_Door"" == 0) && (this animationPhase ""lock_Door"" == 1)"; + statement = "this animate [""lock_Door"", 0];"; + }; + }; + }; + // lvl 2 + class WoodLargeWallDoorL_SIM_EPOCH : Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Wooden_Wall_DoorL_SIM.p3d"; + displayName = "Wall Doorway w/ Locking Door"; + simulClass = "WoodLargeWallDoorL_SIM_EPOCH"; + staticClass = "WoodLargeWallDoorL_EPOCH"; + snapPointsPara[] = { "N", "E", "W" }; + allowedSnapPoints[] = { "N", "S", "E", "W" }; + allowedSnapObjects[] = { "Const_floors_static_F", "Const_WoodWalls_static_F" }; + + sections[] = { "camo_cor", "camo" }; + hiddenSelections[] = { "camo_cor", "camo" }; + hiddenSelectionsTextures[] = { "x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "x\addons\a3_epoch_assets\textures\plyplank_eco.paa" }; + availableTextures[] = { "\x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_black_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_blue_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_brown_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_green_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_orange_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_purple_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_red_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_teal_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_yellow_co.paa" }; + + energyCost = 0.2; + slingLoadCargoMemoryPoints[] = { "N", "S", "E", "W" }; + class AnimationSources + { + class Open_Door + { + source = "user"; + animPeriod = 2; + initPhase = 0; + }; + class lock_Door + { + source = "user"; + animPeriod = 2; + initPhase = 1; + sound = "ServoDoorsSound"; + }; + }; + class UserActions + { + class Open_door + { + displayName = "Open"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "(this animationPhase ""Open_Door"" < 0.5) && (this animationPhase ""lock_Door"" == 0)"; + statement = "this animate [""Open_Door"", 1]"; + }; + class Close_door : Open_door + { + displayName = "Close"; + condition = "(this animationPhase ""Open_Door"" >= 0.5) && (this animationPhase ""lock_Door"" == 0)"; + statement = "this animate [""Open_Door"", 0];"; + }; + + class Lock_Door + { + displayName = "Lock"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "!(call EPOCH_lockCheck) && (this animationPhase ""Open_Door"" == 0) && (this animationPhase ""lock_Door"" == 0)"; + statement = "this animate [""lock_Door"", 1]"; + }; + class Unlock_Door : Lock_Door + { + displayName = "Unlock"; + condition = "!(call EPOCH_lockCheck) && (this animationPhase ""Open_Door"" == 0) && (this animationPhase ""lock_Door"" == 1)"; + statement = "this animate [""lock_Door"", 0];"; + }; + }; + }; + + + + class WoodStairs_SIM_EPOCH: Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Wood_stairs.p3d"; + displayName = "Wood Stairs"; + simulClass = "WoodStairs_SIM_EPOCH"; + staticClass = "WoodStairs_EPOCH"; + GhostPreview = "WoodStairs_Ghost_EPOCH"; + snapPointsPara[] = {}; + snapPointsPerp[] = {}; + allowedSnapPoints[] = {"NF","SF","EF","WF","CB"}; + allowedSnapObjects[] = {"Const_floors_static_F","Constructions_foundation_F"}; + energyCost = 0.2; + slingLoadCargoMemoryPoints[] = { "N", "S", "E", "W" }; + }; + + // Wood_stairs_upgrade + class WoodStairs2_SIM_EPOCH : Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Wood_stairs_upgrade.p3d"; + displayName = "Wood Stairs"; + simulClass = "WoodStairs2_SIM_EPOCH"; + staticClass = "WoodStairs2_EPOCH"; + GhostPreview = "WoodStairs2_EPOCH"; + snapPointsPara[] = { "NF", "SF", "EF", "WF", "C", "CB" }; + snapPointsPerp[] = { "N", "S", "E", "W", "CinN", "CinS", "CinE", "CinW" }; + allowedSnapPoints[] = { "NF", "SF", "EF", "WF", "CB" }; + allowedSnapObjects[] = { "Const_floors_static_F", "Constructions_foundation_F" }; + energyCost = 0.3; + slingLoadCargoMemoryPoints[] = { "N", "S", "E", "W" }; + }; + + class WoodTower_SIM_EPOCH : Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Tower\Tower\Base_Tower_Frame.p3d"; + displayName = "Wood Tower"; + simulClass = "WoodTower_SIM_EPOCH"; + staticClass = "WoodTower_EPOCH"; + GhostPreview = "WoodTower_Ghost_EPOCH"; + snapPointsPara[] = { "NF2", "SF2", "EF2", "WF2","NF", "SF", "EF", "WF", "C", "CB" }; + snapPointsPerp[] = { "N", "S", "E", "W", "CinN", "CinS", "CinE", "CinW" }; + allowedSnapPoints[] = { "NF2", "SF2", "EF2", "WF2", "CB" }; + allowedSnapObjects[] = { "WoodTower_EPOCH", "Const_floors_static_F", "Constructions_foundation_F" }; + energyCost = 0.3; + slingLoadCargoMemoryPoints[] = { "N", "S", "E", "W" }; + + class AnimationSources + { + class NWall + { + source = "user"; + animPeriod = 1; + initPhase = 0; + }; + class EWall + { + source = "user"; + animPeriod = 1; + initPhase = 0; + }; + class SWall + { + source = "user"; + animPeriod = 1; + initPhase = 0; + }; + class WWall + { + source = "user"; + animPeriod = 1; + initPhase = 0; + }; + }; + }; + + class WoodLadder_SIM_EPOCH: Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Ladder\wood_ladder.p3d"; + displayName = "Wood Ladder"; + ladders[] = {}; + simulClass = "WoodLadder_SIM_EPOCH"; + staticClass = "WoodLadder_EPOCH"; + GhostPreview = "WoodLadder_Ghost_EPOCH"; + }; + + // LOOT + class Tipi_SIM_EPOCH : Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\tp.p3d"; + displayName = "Tipi Sim"; + simulClass = "Tipi_SIM_EPOCH"; + staticClass = "Tipi_EPOCH"; + limitNearby = 2; + bypassJammer = 1; + }; + + class Shelf_SIM_EPOCH: Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\metalStorage.p3d"; + displayName = "Metal Shelf Sim"; + simulClass = "Shelf_SIM_EPOCH"; + staticClass = "Shelf_EPOCH"; + }; + + class StorageShelf_SIM_EPOCH : Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\shelf.p3d"; + displayName = "Metal Shelf Sim"; + simulClass = "StorageShelf_SIM_EPOCH"; + staticClass = "StorageShelf_EPOCH"; + limitNearby = 5; + bypassJammer = 1; + }; + + class Tarp_SIM_EPOCH : Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\tarp.p3d"; + displayName = "Tarp Covered Pallet"; + simulClass = "Tarp_SIM_EPOCH"; + staticClass = "Tarp_EPOCH"; + }; + class Freezer_SIM_EPOCH : Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\freezer.p3d"; + displayName = "Chest Freezer"; + simulClass = "Freezer_SIM_EPOCH"; + staticClass = "Freezer_EPOCH"; + }; + + class PlotPole_SIM_EPOCH : Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\jammer.p3d"; + displayName = "Frequency Jammer Sim"; + staticClass = "PlotPole_EPOCH"; + simulClass = "PlotPole_SIM_EPOCH"; + bypassJammer = 1; + }; + + class SolarGen_SIM_EPOCH : Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Solar_Generator_Complete\Solar_generator.p3d"; + displayName = "Solar Power Generator"; + staticClass = "SolarGen_EPOCH"; + simulClass = "SolarGen_SIM_EPOCH"; + }; + + class ToolRack_SIM_EPOCH : Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\toolRack.p3d"; + displayName = "Tool Rack"; + simulClass = "ToolRack_SIM_EPOCH"; + staticClass = "ToolRack_EPOCH"; + }; + + class Chair_SIM_EPOCH: Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\chair_adult.p3d"; + displayName = "Chair"; + simulClass = "Chair_SIM_EPOCH"; + staticClass = "Chair_EPOCH"; + hiddenSelections[] = {"Camo"}; + hiddenSelectionsTextures[] = {"\x\addons\a3_epoch_assets\textures\chair\chair_ECO.paa"}; + hiddenSelectionsMaterials[] = {"\x\addons\a3_epoch_assets\textures\chair\chair.rvmat"}; + }; + class ChairRed_SIM_EPOCH: Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\chair_adult.p3d"; + displayName = "Chair (Red)"; + simulClass = "ChairRed_SIM_EPOCH"; + staticClass = "ChairRed_EPOCH"; + hiddenSelections[] = {"Camo"}; + hiddenSelectionsTextures[] = {"\x\addons\a3_epoch_assets\textures\chair\chair_kid_ECO.paa"}; + hiddenSelectionsMaterials[] = {"\x\addons\a3_epoch_assets\textures\chair\chair_kid.rvmat"}; + }; + class Filing_SIM_EPOCH: Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\filing.p3d"; + displayName = "Filing Cabinet"; + simulClass = "Filing_SIM_EPOCH"; + staticClass = "Filing_EPOCH"; + hiddenSelections[] = {"Camo"}; + hiddenSelectionsTextures[] = {"\x\addons\a3_epoch_assets\textures\filing\filing_co.paa"}; + }; + class Shoebox_SIM_EPOCH : Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\shoebox.p3d"; + displayName = "Shoebox"; + simulClass = "Shoebox_SIM_EPOCH"; + staticClass = "Shoebox_EPOCH"; + // hiddenSelections[] = { "Camo" }; + // hiddenSelectionsTextures[] = { "\x\addons\a3_epoch_assets\textures\filing\filing_co.paa" }; + }; + class Fridge_SIM_EPOCH: Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\fridge_door_anim.p3d"; + displayName = "Fridge"; + simulClass = "Fridge_SIM_EPOCH"; + staticClass = "Fridge_EPOCH"; + hiddenSelections[] = {"Camo"}; + hiddenSelectionsTextures[] = {"\x\addons\a3_epoch_assets\textures\fridge\fridge_CO.paa"}; + availableTextures[] = {"\x\addons\a3_epoch_assets\textures\fridge\fridge_CO.paa","\x\addons\a3_epoch_assets\textures\fridge\fridgeBlack_CO.paa","\x\addons\a3_epoch_assets\textures\fridge\fridgeSteel_co.paa","\x\addons\a3_epoch_assets\textures\fridge\fridgeWhite_co.paa"}; + class AnimationSources + { + class Open_bot + { + source = "user"; + animPeriod = 2; + initPhase = 0; + }; + class Open_top + { + source = "user"; + animPeriod = 2; + initPhase = 0; + }; + }; + class UserActions + { + class Open_bot + { + displayName = "Open Bottom"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "this animationPhase ""Open_bot"" < 0.5"; + statement = "this animate [""Open_bot"", 1]"; + }; + class Close_bot: Open_bot + { + displayName = "Close Bottom"; + condition = "this animationPhase ""Open_bot"" >= 0.5"; + statement = "this animate [""Open_bot"", 0];"; + }; + class Open_top + { + displayName = "Open Top"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "this animationPhase ""Open_top"" < 0.5"; + statement = "this animate [""Open_top"", 1]"; + }; + class Close_top: Open_top + { + displayName = "Close Top"; + condition = "this animationPhase ""Open_top"" >= 0.5"; + statement = "this animate [""Open_top"", 0];"; + }; + }; + }; + class Bed_SIM_EPOCH: Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\bed_dummy.p3d"; + displayName = "Mattress"; + simulClass = "Bed_SIM_EPOCH"; + staticClass = "Bed_EPOCH"; + forceSupply = 0; + }; + class Bunk_SIM_EPOCH : Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\bunk.p3d"; + displayName = "Bunk"; + simulClass = "Bunk_SIM_EPOCH"; + staticClass = "Bunk_EPOCH"; + forceSupply = 0; + }; + + class Couch_SIM_EPOCH: Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\couch_dummy.p3d"; + displayName = "Couch"; + simulClass = "Couch_SIM_EPOCH"; + staticClass = "Couch_EPOCH"; + }; + class Table_SIM_EPOCH : Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\coffee_table.p3d"; + displayName = "Coffee Table"; + simulClass = "Table_SIM_EPOCH"; + staticClass = "Table_EPOCH"; + }; + class Wardrobe_SIM_EPOCH: Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_2\wardrobe.p3d"; + author = "Kiory"; + displayName = "Wardrobe"; + simulClass = "Wardrobe_SIM_EPOCH"; + staticClass = "wardrobe_epoch"; + }; + class Locker_SIM_EPOCH: Constructions_modular_F + { + scope = 2; + author = "Kiory"; + model = "\x\addons\a3_epoch_assets_2\lockers.p3d"; + displayName = "Wardrobe"; + simulClass = "Locker_SIM_EPOCH"; + staticClass = "locker_epoch"; + }; + class Cooker_SIM_EPOCH: Constructions_modular_F + { + scope = 2; + author = "Kiory"; + model = "\x\addons\a3_epoch_assets_2\cooker.p3d"; + displayName = "Cooker"; + simulClass = "Cooker_SIM_EPOCH"; + staticClass = "cooker_epoch"; + }; + class Pelican_SIM_EPOCH: Constructions_modular_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\pelican.p3d"; + displayName = "Pelican"; + simulClass = "Pelican_SIM_EPOCH"; + staticClass = "Pelican_EPOCH"; + forceSupply = 0; + class AnimationSources + { + class Open_top + { + source = "user"; + animPeriod = 2; + initPhase = 0; + }; + }; + class UserActions + { + class Open_top + { + displayName = "Search"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "this animationPhase ""Open_top"" < 0.5"; + statement = "this animate [""Open_top"", 1]; this call EPOCH_LootIT;"; + }; + /* + class Close_top: Open_top + { + displayName = "Close"; + condition = "this animationPhase ""Open_top"" >= 0.5"; + statement = "this animate [""Open_top"", 0];"; + }; + */ + }; + }; + + class Debug_static_F : NonStrategic + { + mapSize = 2.27; + author = "Epoch"; + _generalMacro = "Debug_static_F"; + scope = 2; + displayName = "DEBUG BOX"; + model = "\x\addons\a3_epoch_assets\models\debug.p3d"; + icon = "iconObject_5x4"; + armor = 1000; + vehicleclass = "Epoch_objects"; + destrType = "DestructNo"; + cost = 1000; + }; + class clone_female_static_F : NonStrategic + { + mapSize = 1.27; + author = "Epoch"; + _generalMacro = "clone_female_static_F"; + scope = 2; + displayName = "Female Clone Vat"; + model = "\x\addons\a3_epoch_assets\models\clone_female.p3d"; + icon = "iconObject_1x1"; + armor = 1000; + vehicleclass = "Epoch_objects"; + destrType = "DestructNo"; + cost = 1000; + class AnimationSources + { + class raise + { + source = "user"; + animPeriod = 20; + initPhase = 1; + }; + }; + }; + class clone_male_static_F : NonStrategic + { + mapSize = 1.27; + author = "Epoch"; + _generalMacro = "clone_female_static_F"; + scope = 2; + displayName = "Male Clone Vat"; + model = "\x\addons\a3_epoch_assets\models\clone_male.p3d"; + icon = "iconObject_1x1"; + armor = 1000; + vehicleclass = "Epoch_objects"; + destrType = "DestructNo"; + cost = 1000; + class AnimationSources + { + class raise + { + source = "user"; + animPeriod = 20; + initPhase = 1; + }; + }; + }; + + class clone_empty_static_F : NonStrategic + { + mapSize = 1.27; + author = "Epoch"; + _generalMacro = "clone_empty_static_F"; + scope = 2; + displayName = "Empty Clone Vat"; + model = "\x\addons\a3_epoch_assets\models\clone_male.p3d"; + icon = "iconObject_1x1"; + armor = 1000; + vehicleclass = "Epoch_objects"; + destrType = "DestructNo"; + cost = 1000; + hiddenSelections[] = { "clone" }; + hiddenSelectionsTextures[] = { "" }; + }; + + class Constructions_static_F: NonStrategic + { + mapSize = 1.27; + author = "Epoch"; + _generalMacro = "Constructions_base_F"; + scope = 0; + displayName = ""; + model = "\A3\Weapons_F\empty.p3d"; + icon = "iconObject_5x4"; + armor = 5000; + vehicleclass = "Epoch_objects"; + destrType = "DestructBuilding"; + cost = 1000; + interactMode = 1; + }; + class Constructions_foundation_F: NonStrategic + { + mapSize = 1.27; + author = "Epoch"; + _generalMacro = "Constructions_foundation_F"; + scope = 0; + displayName = ""; + model = "\A3\Weapons_F\empty.p3d"; + icon = "iconObject_5x4"; + armor = 5000; + vehicleclass = "Epoch_objects"; + destrType = "DestructBuilding"; + cost = 1000; + interactMode = 1; + }; + class Foundation_EPOCH: Constructions_foundation_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Concrete_Col.p3d"; + // upgradeBuilding[] = { "Foundation2_EPOCH", { { "MortarBucket", 4 } } }; + displayName = "Concrete Foundation"; + placement = "vertical"; + GhostPreview = "Foundation_Ghost_EPOCH"; + staticClass = "Foundation_EPOCH"; + snapPointsPara[] = {"N","S","E","W","C"}; + snapPointsPerp[] = {}; + allowedSnapPoints[] = {"N","S","E","W"}; + allowedSnapObjects[] = { "Constructions_foundation_F" }; + armor = 15000; + removeParts[] = { {"ItemRock", 4} }; + maxHeight = 2.5; + }; + class WoodFoundation_EPOCH : Constructions_foundation_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Wood_Col.p3d"; + displayName = "Wood Foundation"; + placement = "vertical"; + GhostPreview = "WoodFoundation_Ghost_EPOCH"; + staticClass = "WoodFoundation_EPOCH"; + snapPointsPara[] = { "N", "S", "E", "W", "C" }; + snapPointsPerp[] = {}; + allowedSnapPoints[] = { "N", "S", "E", "W" }; + allowedSnapObjects[] = { "Constructions_foundation_F" }; + armor = 5000; + removeParts[] = { { "PartPlankPack", 4 } }; + maxHeight = 2.5; + }; + class Foundation_Ghost_EPOCH : Const_Ghost_EPOCH + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Concrete_Col_Ghost.p3d"; + displayName = "Concrete Foundation (Ghost)"; + placement = "vertical"; + staticClass = "Foundation_EPOCH"; + snapPointsPara[] = { "N", "S", "E", "W", "C"}; + snapPointsPerp[] = {}; + allowedSnapPoints[] = { "N", "S", "E", "W"}; + allowedSnapObjects[] = { "Constructions_foundation_F" }; + ladders[] = {}; + }; + class WoodFoundation_Ghost_EPOCH : Const_Ghost_EPOCH + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Concrete_Col_Ghost.p3d"; + displayName = "Wood Foundation (Ghost)"; + placement = "vertical"; + staticClass = "WoodFoundation_EPOCH"; + snapPointsPara[] = { "N", "S", "E", "W", "C" }; + snapPointsPerp[] = {}; + allowedSnapPoints[] = { "N", "S", "E", "W" }; + allowedSnapObjects[] = { "Constructions_foundation_F" }; + ladders[] = {}; + }; + + class SolarGen_EPOCH : NonStrategic + { + mapSize = 1.27; + author = "Epoch: SteamPunkGears"; + _generalMacro = "SolarGen_EPOCH"; + icon = "iconObject_5x4"; + armor = 5000; + vehicleclass = "Epoch_objects"; + destrType = "DestructBuilding"; + cost = 1000; + + powerCapacity = 10; + powerType = 1; + + scope = 2; + placement = "vertical"; + + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Solar_Generator_Complete\Solar_generator.p3d"; + displayName = "Solar Power Generator"; + + GhostPreview = "SolarGen_EPOCH"; + staticClass = "SolarGen_EPOCH"; + simulClass = "SolarGen_SIM_EPOCH"; + + removeParts[] = { { "KitSolarGen", 1 } }; + + interactMode = 1; + }; + + class PlotPole_EPOCH : NonStrategic + { + mapSize = 1.27; + author = "Epoch"; + _generalMacro = "PlotPole_EPOCH"; + icon = "iconObject_5x4"; + armor = 15000; + vehicleclass = "Epoch_objects"; + destrType = "DestructBuilding"; + cost = 1000; + + scope = 2; + displayName = "Frequency Jammer"; + placement = "vertical"; + GhostPreview = "PlotPole_EPOCH"; + staticClass = "PlotPole_EPOCH"; + simulClass = "PlotPole_SIM_EPOCH"; + + model = "\x\addons\a3_epoch_assets\models\jammer.p3d"; + class UserActions + { + class MaintainIT + { + displayName = "Maintain"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 10; + condition = "damage this < 1"; + statement = "this call EPOCH_maintainIT"; + }; + }; + removeParts[] = { { "KitPlotPole", 1 } }; + bypassJammer = 1; + interactMode = 1; + }; + + + class Const_floors_static_F: Constructions_static_F{ + selectionDamage = "zbytek"; + class Damage + { + tex[] = {}; + mat[] = { "x\addons\a3_epoch_assets\textures\plyplank.rvmat", "x\addons\a3_epoch_assets\textures\PlyPlank_destruct50.rvmat", "x\addons\a3_epoch_assets\textures\PlyPlank_destruct50.rvmat" }; + }; + }; + class Const_All_Walls_F: Constructions_static_F{}; + class Const_Cinder_static_F: Const_All_Walls_F{ + selectionDamage = "zbytek"; + class Damage + { + tex[] = {}; + mat[] = { "x\addons\a3_epoch_assets\textures\cinder\cinder.rvmat", "x\addons\a3_epoch_assets\textures\cinder\cinder_destruct50.rvmat", "x\addons\a3_epoch_assets\textures\cinder\cinder_destruct50.rvmat" }; + }; + }; + class Const_WoodWalls_static_F: Const_All_Walls_F{ + selectionDamage = "camo_cor"; + class Damage + { + tex[] = {}; + mat[] = { "x\addons\a3_epoch_assets\textures\cor\corrugated.rvmat", "x\addons\a3_epoch_assets\textures\cor\corrugated_destruct50.rvmat", "x\addons\a3_epoch_assets\textures\cor\corrugated_destruct50.rvmat" }; + }; + }; + class WallHolder: WeaponHolder + { + scopeCurator = 0; + class TransportMagazines{}; + forceSupply = 0; + showWeaponCargo = 1; + isGround = 0; + }; + /* + class Land_FirePlace_F; + class FirePlace_EPOCH : Land_FirePlace_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_2\fireplace_full.p3d"; + displayName = "FirePlace EPOCH"; + staticClass = "fireplace_e_epoch"; + GhostPreview = "fireplace_e_epoch"; + }; + + + class Sword_EPOCH: Constructions_static_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\sword.p3d"; + displayName = "Sword"; + }; + */ + + class Constructions_lockedstatic_F : NonStrategic + { + mapSize = 1.27; + author = "Epoch"; + _generalMacro = "Constructions_lockedstatic_F"; + scope = 0; + displayName = ""; + model = "\A3\Weapons_F\empty.p3d"; + icon = "iconObject_5x4"; + armor = 5000; + vehicleclass = "Epoch_objects"; + destrType = "DestructBuilding"; + cost = 1000; + }; + + class LockBox_EPOCH : Constructions_lockedstatic_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\lockbox.p3d"; + displayName = "Lockbox"; + simulClass = "LockBox_SIM_EPOCH"; + staticClass = "LockBox_EPOCH"; + weaponHolderProxy = "LockBoxProxy_EPOCH"; + GhostPreview = "LockBox_EPOCH"; + armor = 5000; + bypassJammer = 1; + limitNearby = 2; + class UserActions + { + class Unlock + { + displayName = "Unlock"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "this getVariable [""EPOCH_Locked"",true]"; + statement = "EPOCH_lockStorage_PVS = [this,false,player,Epoch_personalToken]; publicVariableServer ""EPOCH_lockStorage_PVS"";"; + }; + class Pack + { + displayName = "Pack"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "this getVariable [""EPOCH_Locked"",true]"; + statement = "EPOCH_packStorage_PVS = [this,player,Epoch_personalToken]; publicVariableServer ""EPOCH_packStorage_PVS"";"; + }; + }; + }; + + class WoodRamp_EPOCH : Constructions_static_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Wood_Ramp.p3d"; + displayName = "Wood Ramp"; + simulClass = "WoodRamp_SIM_EPOCH"; + staticClass = "WoodRamp_EPOCH"; + GhostPreview = "WoodRamp_Ghost_EPOCH"; + snapPointsPara[] = {}; + snapPointsPerp[] = {}; + allowedSnapPoints[] = { "NF", "SF", "EF", "WF", "CB" }; + energyCost = 0.2; + removeParts[] = { { "PartPlankPack", 3 } }; + selectionDamage = "zbytek"; + class Damage + { + tex[] = {}; + mat[] = { "x\addons\a3_epoch_assets\textures\plyplank.rvmat", "x\addons\a3_epoch_assets\textures\PlyPlank_destruct50.rvmat", "x\addons\a3_epoch_assets\textures\PlyPlank_destruct50.rvmat" }; + }; + }; + + class CinderWallHalf_EPOCH: Const_Cinder_static_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\cinder_half.p3d"; + displayName = "Half Cinder Block Wall"; + upgradeBuilding[] = {"CinderWall_EPOCH",{ { "CinderBlocks",2 },{ "MortarBucket",1 } }}; + simulClass = "CinderWallHalf_SIM_EPOCH"; + staticClass = "CinderWallHalf_EPOCH"; + GhostPreview = "CinderWallHalf_Ghost_EPOCH"; + snapType = "snapPointsPara"; + snapPointsPara[] = { "N", "E", "W" }; + allowedSnapPoints[] = { "N", "S", "E", "W" }; + armor = 10000; + removeParts[] = { { "CinderBlocks", 2 }, { "ItemRock", 1 } }; + }; + class CinderWall_EPOCH: Const_Cinder_static_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\cinder.p3d"; + displayName = "Cinder Block Wall"; + upgradeBuilding[] = { "CinderWallGarage_EPOCH", { { "ItemCorrugatedLg", 1 }, { "CircuitParts", 1 } } }; + simulClass = "CinderWall_SIM_EPOCH"; + staticClass = "CinderWall_EPOCH"; + GhostPreview = "CinderWall_EPOCH"; + snapType = "snapPointsPara"; + snapPointsPara[] = { "N", "E", "W" }; + allowedSnapPoints[] = { "N", "S", "E", "W" }; + energyCost = 0.4; + armor = 10000; + removeParts[] = { { "CinderBlocks", 4 }, { "ItemRock", 2 } }; + }; + class CinderWallGarage_EPOCH : Const_Cinder_static_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\cGarage.p3d"; + displayName = "Cinder Block Wall"; + simulClass = "CinderWallGarage_SIM_EPOCH"; + staticClass = "CinderWallGarage_EPOCH"; + GhostPreview = "CinderWallGarage_EPOCH"; + snapType = "snapPointsPara"; + snapPointsPara[] = { "N", "E", "W" }; + allowedSnapPoints[] = { "N", "S", "E", "W" }; + energyCost = 0.5; + armor = 15000; + removeParts[] = { { "CinderBlocks", 4 }, { "ItemCorrugatedLg", 1 }, { "CircuitParts", 1 } }; + + class AnimationSources + { + class open_left + { + source = "user"; + animPeriod = 2; + initPhase = 0; + sound = "MetalBigDoorsSound"; + }; + class open_right + { + source = "user"; + animPeriod = 2; + initPhase = 0; + sound = "MetalOldBigDoorsSound"; + }; + class lock_cGarage + { + source = "user"; + animPeriod = 2; + initPhase = 1; + sound = "ServoDoorsSound"; + }; + + }; + class UserActions + { + class Open_left + { + displayName = "Open"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "(this animationPhase ""open_left"" < 0.5) && (this animationPhase ""lock_cGarage"" < 0.5)"; + statement = "this animate [""open_left"", 1]; this animate [""open_right"", 1]"; + }; + class Close_left : Open_left + { + displayName = "Close"; + condition = "this animationPhase ""open_left"" >= 0.5"; + statement = "this animate [""open_left"", 0]; this animate [""open_right"", 0]"; + }; + + class Lock_cGarage + { + displayName = "Lock"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "!(call EPOCH_lockCheck) && (this animationPhase ""open_left"" < 0.5) && (this animationPhase ""lock_cGarage"" < 0.5)"; + statement = "this animate [""lock_cGarage"", 1]"; + }; + class Unlock_cGarage : Lock_cGarage + { + displayName = "Unlock"; + condition = "!(call EPOCH_lockCheck) && (this animationPhase ""open_left"" < 0.5) && (this animationPhase ""lock_cGarage"" >= 0.5)"; + statement = "this animate [""lock_cGarage"", 0];"; + }; + }; + + }; + + class Jack_EPOCH : Constructions_static_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\jack.p3d"; + displayName = "Jack"; + + simulClass = "Jack_SIM_EPOCH"; + staticClass = "Jack_EPOCH"; + GhostPreview = "Jack_EPOCH"; + + limitNearby = 2; + bypassJammer = 1; + + energyCost = 0.1; + + class AnimationSources + { + class raise + { + source = "user"; + animPeriod = 2; + initPhase = 0; + }; + class pump + { + source = "user"; + animPeriod = 2; + initPhase = 0; + }; + + }; + class UserActions + { + class Open_left + { + displayName = "Raise"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "this animationPhase ""raise"" < 0.5"; + statement = "this animate [""raise"", 1]; this animate [""pump"", 1]"; + }; + class Close_left : Open_left + { + displayName = "Lower"; + condition = "this animationPhase ""raise"" >= 0.5"; + statement = "this animate [""raise"", 0]; this animate [""pump"", 0]"; + }; + + }; + + }; + + class WoodFloor_EPOCH: Const_floors_static_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Wooden_Floor.p3d"; + displayName = "Wood Floor"; + simulClass = "WoodFloor_SIM_EPOCH"; + staticClass = "WoodFloor_EPOCH"; + GhostPreview = "WoodFloor_Ghost_EPOCH"; + snapPointsPara[] = {"NF","SF","EF","WF","C","CB"}; + snapPointsPerp[] = {"N","S","E","W","CinN","CinS","CinE","CinW"}; + allowedSnapPoints[] = {"NF","SF","EF","WF","C"}; + energyCost = 0.2; + removeParts[] = { { "PartPlankPack", 2 } }; + }; + + // Wood wall seed item lvl 0 + class WoodLargeWall_EPOCH: Const_WoodWalls_static_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Wooden_Wall.p3d"; + displayName = "Large Wall"; + + simulClass = "WoodLargeWall_SIM_EPOCH"; + staticClass = "WoodLargeWall_EPOCH"; + GhostPreview = "WoodLargeWall_Ghost_EPOCH"; + snapType = "snapPointsPara"; + snapPointsPara[] = {"N","E","W"}; + allowedSnapPoints[] = {"N","S","E","W"}; + removeParts[] = { { "PartPlankPack", 2 } }; + selectionDamage = "zbytek"; + class Damage + { + tex[] = {}; + mat[] = { "x\addons\a3_epoch_assets\textures\plyplank.rvmat", "x\addons\a3_epoch_assets\textures\PlyPlank_destruct50.rvmat", "x\addons\a3_epoch_assets\textures\PlyPlank_destruct50.rvmat" }; + }; + }; + class Tipi_Ghost_EPOCH : Const_Ghost_EPOCH + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\tp_ghost.p3d"; + displayName = "TiPi Ghost"; + staticClass = "Tipi_EPOCH"; + ladders[] = {}; + }; + class StorageShelf_Ghost_EPOCH : Const_Ghost_EPOCH + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\shelf_ghost.p3d"; + displayName = "Shelf Ghost"; + staticClass = "StorageShelf_EPOCH"; + ladders[] = {}; + }; + + class WoodLargeWall_Ghost_EPOCH : Const_Ghost_EPOCH + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Wooden_Wall_Ghost.p3d"; + displayName = "Wood Wall Ghost"; + staticClass = "WoodLargeWall_EPOCH"; + + snapPointsPara[] = { "N", "E", "W" }; + allowedSnapPoints[] = { "N", "S", "E", "W" }; + allowedSnapObjects[] = { "Const_floors_static_F", "Const_WoodWalls_static_F" }; + + ladders[] = {}; + }; + class WoodFloor_Ghost_EPOCH : Const_Ghost_EPOCH + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Wooden_Floor_Ghost.p3d"; + displayName = "Wood Floor Ghost"; + staticClass = "WoodFloor_EPOCH"; + + snapPointsPara[] = { "NF", "SF", "EF", "WF", "C", "CB" }; + snapPointsPerp[] = { "N", "S", "E", "W", "CinN", "CinS", "CinE", "CinW" }; + allowedSnapPoints[] = { "NF", "SF", "EF", "WF", "C" }; + allowedSnapObjects[] = { "Const_floors_static_F", "Constructions_foundation_F" }; + + ladders[] = {}; + }; + + class WoodLadder_Ghost_EPOCH : Const_Ghost_EPOCH + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Ladder\wood_ladder_ghost.p3d"; + displayName = "Wood Ladder Ghost"; + ladders[] = {}; + simulClass = "WoodLadder_SIM_EPOCH"; + staticClass = "WoodLadder_EPOCH"; + GhostPreview = "WoodLadder_Ghost_EPOCH"; + }; + + class WoodStairs_Ghost_EPOCH : Const_Ghost_EPOCH + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Wood_stairs90_Ghost.p3d"; + displayName = "Wood Stairs Ghost"; + staticClass = "WoodStairs_EPOCH"; + + snapPointsPara[] = {}; + snapPointsPerp[] = {}; + allowedSnapPoints[] = { "NF2", "SF2", "EF2", "WF2", "NF", "SF", "EF", "WF", "CB" }; + allowedSnapObjects[] = { "Const_floors_static_F", "Constructions_foundation_F" }; + + ladders[] = {}; + }; + + class WoodTower_Ghost_EPOCH : Const_Ghost_EPOCH + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Tower\Tower\Base_Tower_Frame_Ghost.p3d"; + displayName = "Wood Tower Ghost"; + staticClass = "WoodTower_EPOCH"; + snapPointsPara[] = {}; + snapPointsPerp[] = {}; + allowedSnapPoints[] = { "NF2", "SF2", "EF2", "WF2", "CB" }; + allowedSnapObjects[] = { "Const_floors_static_F", "Constructions_foundation_F" }; + ladders[] = {}; + }; + + + + class WoodRamp_Ghost_EPOCH : Const_Ghost_EPOCH + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Wood_Ramp_Ghost.p3d"; + displayName = "Wood Ramp Ghost"; + staticClass = "WoodRamp_EPOCH"; + + snapPointsPara[] = {}; + snapPointsPerp[] = {}; + allowedSnapPoints[] = { "NF", "SF", "EF", "WF", "CB" }; + allowedSnapObjects[] = { "Const_floors_static_F", "Constructions_foundation_F" }; + + ladders[] = {}; + }; + + class CinderWallHalf_Ghost_EPOCH : Const_Ghost_EPOCH + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\cinder_half_Ghost.p3d"; + displayName = "Cinder Half Wall Ghost"; + staticClass = "CinderWallHalf_EPOCH"; + simulClass = "CinderWallHalf_SIM_EPOCH"; + GhostPreview = "CinderWallHalf_Ghost_EPOCH"; + snapType = "snapPointsPara"; + snapPointsPara[] = { "N", "E", "W" }; + allowedSnapPoints[] = { "N", "S", "E", "W" }; + allowedSnapObjects[] = { "Const_Cinder_static_F", "Const_floors_static_F"}; + ladders[] = {}; + }; + + // Wood only Lvl 1 + class WoodWall1_EPOCH : Const_WoodWalls_static_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Plywood_Upgrades\plywood_wall\Wooden_Wall_ply.p3d"; + displayName = "Large Plywood Wall"; + + simulClass = "WoodWall1_SIM_EPOCH"; + staticClass = "WoodWall1_EPOCH"; + GhostPreview = "WoodWall1_EPOCH"; + + snapType = "snapPointsPara"; + snapPointsPara[] = { "N", "E", "W" }; + allowedSnapPoints[] = { "N", "S", "E", "W" }; + energyCost = 0.2; + + // TODO: selection for just plywood > camo_ply + // TODO: needs colors + // sections[] = { "camo_ply", "camo" }; + // hiddenSelections[] = { "camo_cor", "camo" }; + // hiddenSelectionsTextures[] = { "x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "x\addons\a3_epoch_assets\textures\plyplank_eco.paa" }; + // availableTextures[] = { "\x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_black_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_blue_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_brown_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_green_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_orange_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_purple_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_red_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_teal_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_yellow_co.paa" }; + + armor = 1500; + removeParts[] = { { "PartPlankPack", 2 } }; + }; + // Wood + Metal Lvl 2 + class WoodLargeWallCor_EPOCH: Const_WoodWalls_static_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Wooden_Wall_Cor.p3d"; + displayName = "Large Corrugated Wall"; + upgradeBuilding[] = {"WoodLargeWallDoorway_EPOCH",{ { "PartPlankPack",1 } }}; + simulClass = "WoodLargeWallCor_SIM_EPOCH"; + staticClass = "WoodLargeWallCor_EPOCH"; + GhostPreview = "WoodLargeWallCor_EPOCH"; + snapType = "snapPointsPara"; + snapPointsPara[] = {"N","E","W"}; + allowedSnapPoints[] = {"N","S","E","W"}; + energyCost = 0.2; + sections[] = { "camo_cor", "camo" }; + hiddenSelections[] = { "camo_cor", "camo" }; + hiddenSelectionsTextures[] = {"x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa","x\addons\a3_epoch_assets\textures\plyplank_eco.paa"}; + availableTextures[] = { "\x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_black_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_blue_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_brown_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_green_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_orange_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_purple_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_red_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_teal_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_yellow_co.paa" }; + armor = 7500; + removeParts[] = { { "PartPlankPack", 2 }, { "ItemCorrugated", 1 } }; + }; + + // Wood only lvl 1 + class WoodWall2_EPOCH : Const_WoodWalls_static_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Plywood_Upgrades\plywood_doorway\Wooden_Wall_Doorway.p3d"; + displayName = "Plywood Wall Doorway"; + + simulClass = "WoodWall2_SIM_EPOCH"; + staticClass = "WoodWall2_EPOCH"; + GhostPreview = "WoodWall2_EPOCH"; + snapPointsPara[] = { "N", "E", "W" }; + allowedSnapPoints[] = { "N", "S", "E", "W" }; + energyCost = 0.2; + armor = 1500; + + /* TODO + sections[] = { "camo_cor", "camo" }; + hiddenSelections[] = { "camo_cor", "camo" }; + hiddenSelectionsTextures[] = { "x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "x\addons\a3_epoch_assets\textures\plyplank_eco.paa" }; + availableTextures[] = { "\x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_black_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_blue_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_brown_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_green_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_orange_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_purple_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_red_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_teal_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_yellow_co.paa" }; + */ + + removeParts[] = { { "PartPlankPack", 2 } }; + }; + + // Wood + metal lvl 2 + class WoodLargeWallDoorway_EPOCH: Const_WoodWalls_static_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Wooden_Wall_Doorway.p3d"; + displayName = "Wall Doorway"; + upgradeBuilding[] = {"WoodLargeWallDoor_EPOCH",{ { "ItemCorrugated",1 },{ "PartPlankPack",1 } }}; + simulClass = "WoodLargeWallDoorway_SIM_EPOCH"; + staticClass = "WoodLargeWallDoorway_EPOCH"; + GhostPreview = "WoodLargeWallDoorway_EPOCH"; + snapPointsPara[] = {"N","E","W"}; + allowedSnapPoints[] = {"N","S","E","W"}; + energyCost = 0.2; + sections[] = { "camo_cor", "camo" }; + hiddenSelections[] = { "camo_cor", "camo" }; + hiddenSelectionsTextures[] = {"x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa","x\addons\a3_epoch_assets\textures\plyplank_eco.paa"}; + availableTextures[] = { "\x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_black_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_blue_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_brown_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_green_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_orange_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_purple_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_red_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_teal_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_yellow_co.paa" }; + removeParts[] = { { "PartPlankPack", 2 }, { "ItemCorrugated", 1 } }; + }; + + // Wood only lvl 1 + class WoodWall3_EPOCH : Const_WoodWalls_static_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Plywood_Upgrades\plywood_door\Wooden_Wall_Door.p3d"; + + displayName = "Plywood Wall Doorway w/ Door"; + simulClass = "WoodWall3_SIM_EPOCH"; + staticClass = "WoodWall3_EPOCH"; + GhostPreview = "WoodWall3_EPOCH"; + snapPointsPara[] = { "N", "E", "W" }; + allowedSnapPoints[] = { "N", "S", "E", "W" }; + allowedSnapObjects[] = { "Const_floors_static_F", "Const_WoodWalls_static_F" }; + + /* + sections[] = { "camo_cor", "camo" }; + hiddenSelections[] = { "camo_cor", "camo" }; + hiddenSelectionsTextures[] = { "x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "x\addons\a3_epoch_assets\textures\plyplank_eco.paa" }; + availableTextures[] = { "\x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_black_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_blue_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_brown_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_green_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_orange_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_purple_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_red_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_teal_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_yellow_co.paa" }; + */ + + energyCost = 0.2; + armor = 1500; + + removeParts[] = { { "PartPlankPack", 2 } }; + + class AnimationSources + { + class Open_Door + { + source = "user"; + animPeriod = 2; + initPhase = 0; + }; + }; + class UserActions + { + class Open_door + { + displayName = "Open"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "this animationPhase ""Open_Door"" < 0.5"; + statement = "this animate [""Open_Door"", 1]"; + }; + class Close_door : Open_door + { + displayName = "Close"; + condition = "this animationPhase ""Open_Door"" >= 0.5"; + statement = "this animate [""Open_Door"", 0];"; + }; + }; + }; + + // Wood + meta lvl 2 + class WoodLargeWallDoor_EPOCH: Const_WoodWalls_static_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Wooden_Wall_Door.p3d"; + upgradeBuilding[] = { "WoodLargeWallDoorL_EPOCH", { { "ItemCorrugated", 1 }, { "CircuitParts", 1 } } }; + displayName = "Wall Doorway w/ Door"; + simulClass = "WoodLargeWallDoor_SIM_EPOCH"; + staticClass = "WoodLargeWallDoor_EPOCH"; + GhostPreview = "WoodLargeWallDoor_EPOCH"; + snapPointsPara[] = {"N","E","W"}; + allowedSnapPoints[] = {"N","S","E","W"}; + allowedSnapObjects[] = {"Const_floors_static_F","Const_WoodWalls_static_F"}; + sections[] = { "camo_cor", "camo" }; + hiddenSelections[] = { "camo_cor", "camo" }; + hiddenSelectionsTextures[] = {"x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa","x\addons\a3_epoch_assets\textures\plyplank_eco.paa"}; + availableTextures[] = { "\x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_black_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_blue_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_brown_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_green_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_orange_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_purple_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_red_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_teal_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_yellow_co.paa" }; + energyCost = 0.2; + armor = 7500; + removeParts[] = { { "PartPlankPack", 2 }, { "ItemCorrugated", 1 } }; + class AnimationSources + { + class Open_Door + { + source = "user"; + animPeriod = 2; + initPhase = 0; + }; + }; + class UserActions + { + class Open_door + { + displayName = "Open"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "this animationPhase ""Open_Door"" < 0.5"; + statement = "this animate [""Open_Door"", 1]"; + }; + class Close_door: Open_door + { + displayName = "Close"; + condition = "this animationPhase ""Open_Door"" >= 0.5"; + statement = "this animate [""Open_Door"", 0];"; + }; + }; + }; + + // Wood only lvl 1 + class WoodWall4_EPOCH : Const_WoodWalls_static_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Plywood_Upgrades\Plywood_DoorW_L\Plywood_DoorL.p3d"; + displayName = "Plywood Wall Doorway w/ Locking Door"; + simulClass = "WoodWall4_SIM_EPOCH"; + staticClass = "WoodWall4_EPOCH"; + GhostPreview = "WoodWall4_EPOCH"; + snapPointsPara[] = { "N", "E", "W" }; + allowedSnapPoints[] = { "N", "S", "E", "W" }; + allowedSnapObjects[] = { "Const_floors_static_F", "Const_WoodWalls_static_F" }; + + /* + sections[] = { "camo_cor", "camo" }; + hiddenSelections[] = { "camo_cor", "camo" }; + hiddenSelectionsTextures[] = { "x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "x\addons\a3_epoch_assets\textures\plyplank_eco.paa" }; + availableTextures[] = { "\x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_black_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_blue_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_brown_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_green_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_orange_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_purple_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_red_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_teal_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_yellow_co.paa" }; + */ + + energyCost = 0.2; + armor = 1500; + + removeParts[] = { { "PartPlankPack", 2 }, { "CircuitParts", 1 } }; + + class AnimationSources + { + class Open_Door + { + source = "user"; + animPeriod = 2; + initPhase = 0; + }; + class lock_Door + { + source = "user"; + animPeriod = 2; + initPhase = 1; + sound = "ServoDoorsSound"; + }; + }; + class UserActions + { + class Open_door + { + displayName = "Open"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "(this animationPhase ""Open_Door"" < 0.5) && (this animationPhase ""lock_Door"" == 0)"; + statement = "this animate [""Open_Door"", 1]"; + }; + class Close_door : Open_door + { + displayName = "Close"; + condition = "(this animationPhase ""Open_Door"" >= 0.5) && (this animationPhase ""lock_Door"" == 0)"; + statement = "this animate [""Open_Door"", 0];"; + }; + + class Lock_Door + { + displayName = "Lock"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "!(call EPOCH_lockCheck) && (this animationPhase ""Open_Door"" == 0) && (this animationPhase ""lock_Door"" == 0)"; + statement = "this animate [""lock_Door"", 1]"; + }; + class Unlock_Door : Lock_Door + { + displayName = "Unlock"; + condition = "!(call EPOCH_lockCheck) && (this animationPhase ""Open_Door"" == 0) && (this animationPhase ""lock_Door"" == 1)"; + statement = "this animate [""lock_Door"", 0];"; + }; + }; + }; + + + // Wood + metal lvl 2 + class WoodLargeWallDoorL_EPOCH : Const_WoodWalls_static_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Wooden_Wall_DoorL.p3d"; + displayName = "Wall Doorway w/ Locking Door"; + simulClass = "WoodLargeWallDoorL_SIM_EPOCH"; + staticClass = "WoodLargeWallDoorL_EPOCH"; + GhostPreview = "WoodLargeWallDoorL_EPOCH"; + snapPointsPara[] = { "N", "E", "W" }; + allowedSnapPoints[] = { "N", "S", "E", "W" }; + allowedSnapObjects[] = { "Const_floors_static_F", "Const_WoodWalls_static_F" }; + sections[] = { "camo_cor", "camo" }; + hiddenSelections[] = { "camo_cor", "camo" }; + hiddenSelectionsTextures[] = {"x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa","x\addons\a3_epoch_assets\textures\plyplank_eco.paa"}; + availableTextures[] = { "\x\addons\a3_epoch_assets\textures\cor\corrugated_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_black_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_blue_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_brown_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_green_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_orange_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_purple_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_red_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_teal_co.paa", "\x\addons\a3_epoch_assets\textures\cor\corrugated_yellow_co.paa" }; + energyCost = 0.2; + armor = 7500; + removeParts[] = { { "PartPlankPack", 2 }, { "ItemCorrugated", 1 }, { "CircuitParts", 1 } }; + class AnimationSources + { + class Open_Door + { + source = "user"; + animPeriod = 2; + initPhase = 0; + }; + class lock_Door + { + source = "user"; + animPeriod = 2; + initPhase = 1; + sound = "ServoDoorsSound"; + }; + }; + class UserActions + { + class Open_door + { + displayName = "Open"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "(this animationPhase ""Open_Door"" < 0.5) && (this animationPhase ""lock_Door"" == 0)"; + statement = "this animate [""Open_Door"", 1]"; + }; + class Close_door : Open_door + { + displayName = "Close"; + condition = "(this animationPhase ""Open_Door"" >= 0.5) && (this animationPhase ""lock_Door"" == 0)"; + statement = "this animate [""Open_Door"", 0];"; + }; + + class Lock_Door + { + displayName = "Lock"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "!(call EPOCH_lockCheck) && (this animationPhase ""Open_Door"" == 0) && (this animationPhase ""lock_Door"" == 0)"; + statement = "this animate [""lock_Door"", 1]"; + }; + class Unlock_Door : Lock_Door + { + displayName = "Unlock"; + condition = "!(call EPOCH_lockCheck) && (this animationPhase ""Open_Door"" == 0) && (this animationPhase ""lock_Door"" == 1)"; + statement = "this animate [""lock_Door"", 0];"; + }; + }; + }; + + class WoodStairs_EPOCH: Constructions_static_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Wood_stairs.p3d"; + upgradeBuilding[] = { "WoodStairs2_EPOCH", { { "PartPlankPack", 4 } } }; + displayName = "Wood Stairs"; + simulClass = "WoodStairs_SIM_EPOCH"; + staticClass = "WoodStairs_EPOCH"; + GhostPreview = "WoodStairs_Ghost_EPOCH"; + snapPointsPara[] = {}; + snapPointsPerp[] = {}; + allowedSnapPoints[] = { "NF2", "SF2", "EF2", "WF2", "NF", "SF", "EF", "WF", "CB" }; + allowedSnapObjects[] = { "Const_floors_static_F", "Constructions_foundation_F" }; + energyCost = 0.2; + removeParts[] = { { "PartPlankPack", 4 } }; + selectionDamage = "zbytek"; + class Damage + { + tex[] = {}; + mat[] = { "x\addons\a3_epoch_assets\textures\plyplank.rvmat", "x\addons\a3_epoch_assets\textures\PlyPlank_destruct50.rvmat", "x\addons\a3_epoch_assets\textures\PlyPlank_destruct50.rvmat" }; + }; + }; + class WoodStairs2_EPOCH : Const_floors_static_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Wood_stairs_upgrade.p3d"; + displayName = "Wood Stairs lvl 2"; + simulClass = "WoodStairs2_SIM_EPOCH"; + staticClass = "WoodStairs2_EPOCH"; + GhostPreview = "WoodStairs2_EPOCH"; + snapPointsPara[] = { "NF2", "SF2", "EF2", "WF2", "NF", "SF", "EF", "WF", "C", "CB" }; + snapPointsPerp[] = { "N", "S", "E", "W", "CinN", "CinS", "CinE", "CinW" }; + allowedSnapPoints[] = { "NF2", "SF2", "EF2", "WF2", "NF", "SF", "EF", "WF", "CB" }; + energyCost = 0.3; + armor = 7500; + removeParts[] = { { "PartPlankPack", 4 } }; + }; + + class WoodTower_EPOCH : Const_floors_static_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Tower\Tower\Base_Tower_Frame.p3d"; + displayName = "Wood Tower"; + simulClass = "WoodTower_SIM_EPOCH"; + staticClass = "WoodTower_EPOCH"; + GhostPreview = "WoodTower_Ghost_EPOCH"; + snapPointsPara[] = { "NF2", "SF2", "EF2", "WF2","NF", "SF", "EF", "WF", "C", "CB" }; + snapPointsPerp[] = { "N", "S", "E", "W", "CinN", "CinS", "CinE", "CinW" }; + allowedSnapPoints[] = { "NF2", "SF2", "EF2", "WF2", "CB" }; + allowedSnapObjects[] = { "WoodTower_EPOCH", "Const_floors_static_F", "Constructions_foundation_F" }; + persistAnimations[] = { "NWall", "EWall", "SWall", "WWall" }; + + energyCost = 0.3; + armor = 7500; + removeParts[] = { { "PartPlankPack", 4 } }; + + + class AnimationSources + { + class NWall + { + source = "user"; + animPeriod = 1; + initPhase = 0; + }; + class EWall + { + source = "user"; + animPeriod = 1; + initPhase = 0; + }; + class SWall + { + source = "user"; + animPeriod = 1; + initPhase = 0; + }; + class WWall + { + source = "user"; + animPeriod = 1; + initPhase = 0; + }; + }; + class UserActions + { + class add_nwall + { + displayName = "Add Wall"; + onlyforplayer = 1; + position = "NWall_trigger"; + radius = 2.5; + condition = "!(call EPOCH_lockCheck) && (this animationPhase ""NWall"" < 0.5)"; + statement = "[this,""NWall"",1] call EPOCH_changeWallState"; + }; + class remove_nwall : add_nwall + { + displayName = "Remove Wall"; + position = "NWall_trigger"; + condition = "!(call EPOCH_lockCheck) && (this animationPhase ""NWall"" >= 0.5)"; + statement = "[this,""NWall"",0] call EPOCH_changeWallState"; + }; + + class add_ewall : add_nwall + { + displayName = "Add Wall"; + position = "EWall_trigger"; + condition = "!(call EPOCH_lockCheck) && (this animationPhase ""EWall"" < 0.5)"; + statement = "[this,""EWall"",1] call EPOCH_changeWallState"; + }; + class remove_ewall : add_nwall + { + displayName = "Remove Wall"; + position = "EWall_trigger"; + condition = "!(call EPOCH_lockCheck) && (this animationPhase ""EWall"" >= 0.5)"; + statement = "[this,""EWall"",0] call EPOCH_changeWallState"; + }; + + class add_swall : add_nwall + { + displayName = "Add Wall"; + position = "SWall_trigger"; + condition = "!(call EPOCH_lockCheck) && (this animationPhase ""SWall"" < 0.5)"; + statement = "[this,""SWall"",1] call EPOCH_changeWallState"; + }; + class remove_swall : add_nwall + { + displayName = "Remove Wall"; + position = "SWall_trigger"; + condition = "!(call EPOCH_lockCheck) && (this animationPhase ""SWall"" >= 0.5)"; + statement = "[this,""SWall"",0] call EPOCH_changeWallState"; + }; + + class add_wwall : add_nwall + { + displayName = "Add Wall"; + position = "WWall_trigger"; + condition = "!(call EPOCH_lockCheck) && (this animationPhase ""WWall"" < 0.5)"; + statement = "[this,""WWall"",1] call EPOCH_changeWallState"; + }; + class remove_wwall : add_nwall + { + displayName = "Remove Wall"; + position = "WWall_trigger"; + condition = "!(call EPOCH_lockCheck) && (this animationPhase ""WWall"" >= 0.5)"; + statement = "[this,""WWall"",0] call EPOCH_changeWallState"; + }; + }; + }; + + class WoodLadder_EPOCH: Constructions_static_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Ladder\wood_ladder.p3d"; + displayName = "Wood Ladder"; + ladders[] = {{ "start1","end1" }}; + simulClass = "WoodLadder_SIM_EPOCH"; + staticClass = "WoodLadder_EPOCH"; + GhostPreview = "WoodLadder_Ghost_EPOCH"; + energyCost = 0.1; + armor = 500; + removeParts[] = { { "PartPlankPack", 2 } }; + }; + + class Buildable_Storage : WeaponHolder + { + scope = 0; + forceSupply = 0; + isGround = 0; + author = "Epoch Mod"; + destrType = "DestructBuilding"; + armor = 8000; + maximumLoad = 1000; + }; + + class Tipi_EPOCH : Buildable_Storage + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\tp.p3d"; + GhostPreview = "Tipi_Ghost_EPOCH"; + displayName = "Tipi"; + maximumLoad = 1200; + staticClass = "Tipi_EPOCH"; + simulClass = "Tipi_SIM_EPOCH"; + removeParts[] = { { "Pelt_EPOCH", 2 }, { "PartPlankPack", 1 } }; + limitNearby = 2; + bypassJammer = 1; + interactMode = 4; + }; + class StorageShelf_EPOCH : Buildable_Storage + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\shelf.p3d"; + displayName = "Metal Shelf"; + GhostPreview = "StorageShelf_Ghost_EPOCH"; + maximumLoad = 800; + staticClass = "StorageShelf_EPOCH"; + simulClass = "StorageShelf_SIM_EPOCH"; + removeParts[] = { { "ItemCorrugated", 2 } }; + limitNearby = 5; + bypassJammer = 1; + interactMode = 4; + }; + class ShelfProxy_EPOCH : WeaponHolder + { + scope = 2; + author = "Epoch Mod"; + model = "\x\addons\a3_epoch_assets\models\metalStorage_proxy.p3d"; + displayName = "Shelf Proxy"; + isGround = 0; + }; + class TarpProxy_EPOCH : WeaponHolder + { + scope = 2; + author = "Epoch Mod"; + model = "\x\addons\a3_epoch_assets\models\tarp_proxy.p3d"; + displayName = "Pallet Proxy"; + isGround = 0; + }; + class MineralProxy_EPOCH : WeaponHolder + { + scope = 2; + author = "Epoch Mod"; + model = "\x\addons\a3_epoch_assets\models\mineral_proxy.p3d"; + displayName = "Mineral Proxy"; + isGround = 0; + }; + class MineralDepositCopper_EPOCH : Animated_Loot + { + scope = 2; + author = "Epoch Mod"; + model = "\x\addons\a3_epoch_assets\models\mineral.p3d"; + displayName = "Mineral Deposit (Copper)"; + hiddenSelections[] = { "Camo" }; + hiddenSelectionsTextures[] = { "\x\addons\a3_epoch_assets\textures\minerals\mineralBrown_co.paa" }; + hiddenSelectionsMaterials[] = { "\x\addons\a3_epoch_assets\textures\minerals\mineralCopper.rvmat" }; + weaponHolderProxy = "MineralProxy_EPOCH"; + destrType = "DestructEngine"; + class DestructionEffects{ + class Smoke1 + { + simulation = "particles"; + type = "HouseDestructionSmoke3"; + position = "destructionEffect1"; + qualityLevel = 2; + intensity = 0.15; + interval = 1; + lifeTime = 0.07; + }; + class Smoke1Med + { + simulation = "particles"; + type = "HouseDestructionSmoke3Med"; + position = "destructionEffect1"; + qualityLevel = 1; + intensity = 0.15; + interval = 1; + lifeTime = 0.05; + }; + class Smoke1Low + { + simulation = "particles"; + type = "HouseDestructionSmoke3Low"; + position = "destructionEffect1"; + qualityLevel = 0; + intensity = 0.15; + interval = 1; + lifeTime = 0.05; + }; + }; + class Destruction + { + animations[] = { { "x\addons\a3_epoch_assets\models\mineral_move.rtm", 0.5, 2 } }; + }; + class UserActions + { + class LootIT + { + displayName = "Search"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "damage this > 0.5"; + statement = "this call EPOCH_LootIT;"; + }; + }; + }; + class MineralDepositGold_EPOCH : MineralDepositCopper_EPOCH + { + displayName = "Mineral Deposit (Gold)"; + hiddenSelections[] = { "Camo" }; + hiddenSelectionsTextures[] = { "\x\addons\a3_epoch_assets\textures\minerals\mineralBrown_co.paa" }; + hiddenSelectionsMaterials[] = { "\x\addons\a3_epoch_assets\textures\minerals\mineralGold.rvmat" }; + }; + class MineralDepositSilver_EPOCH : MineralDepositCopper_EPOCH + { + displayName = "Mineral Deposit (Silver)"; + hiddenSelections[] = { "Camo" }; + hiddenSelectionsTextures[] = { "\x\addons\a3_epoch_assets\textures\minerals\mineralBrown_co.paa" }; + hiddenSelectionsMaterials[] = { "\x\addons\a3_epoch_assets\textures\minerals\mineralSilver.rvmat" }; + }; + class Tarp_EPOCH : Animated_Loot + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\tarp.p3d"; + displayName = "Tarp Covered Pallet"; + simulClass = "Tarp_SIM_EPOCH"; + staticClass = "Tarp_EPOCH"; + weaponHolderProxy = "TarpProxy_EPOCH"; + destrType = "DestructEngine"; + class DestructionEffects{}; + class Destruction + { + animations[] = { { "x\addons\a3_epoch_assets\models\tarp_move.rtm", 0.5, 1 } }; + }; + class UserActions + { + class LootIT + { + displayName = "Search"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "damage this < 1"; + statement = "this call EPOCH_LootIT;"; + }; + }; + }; + class Shelf_EPOCH : Animated_Loot + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\metalStorage.p3d"; + displayName = "Metal Shelf"; + simulClass = "Shelf_SIM_EPOCH"; + staticClass = "Shelf_EPOCH"; + hiddenSelections[] = { "Camo" }; + hiddenSelectionsTextures[] = { "\x\addons\a3_epoch_assets\textures\metalstorage\metalStorage_co.paa" }; + availableTextures[] = { "\x\addons\a3_epoch_assets\textures\metalstorage\metalStorage_co.paa", "\x\addons\a3_epoch_assets\textures\metalstorage\metalStorageBlk_CO.paa", "\x\addons\a3_epoch_assets\textures\metalstorage\metalStorageYel_CO.paa", "\x\addons\a3_epoch_assets\textures\metalstorage\metalStorageSil_CO.paa", "\x\addons\a3_epoch_assets\textures\metalstorage\metalStorageBlue_CO.paa" }; + weaponHolderProxy = "ShelfProxy_EPOCH"; + destrType = "DestructEngine"; + class DestructionEffects{}; + class Destruction + { + animations[] = { { "x\addons\a3_epoch_assets\models\metalStorage_move.rtm", 0.5, 2 } }; + }; + class UserActions + { + class LootIT + { + displayName = "Search"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "damage this < 1"; + statement = "this call EPOCH_LootIT;"; + }; + }; + }; + + class WH_Loot : WeaponHolder {}; + + class Freezer_EPOCH : WH_Loot + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\freezer.p3d"; + displayName = "Chest Freezer"; + simulClass = "Freezer_SIM_EPOCH"; + staticClass = "Freezer_EPOCH"; + forceSupply = 0; + isGround = 0; + class AnimationSources + { + class Open_top + { + source = "user"; + animPeriod = 2; + initPhase = 0; + }; + }; + class UserActions + { + class Open_top + { + displayName = "Search"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "this animationPhase ""Open_top"" < 0.5"; + statement = "this animate [""Open_top"", 1]; this call EPOCH_LootIT;"; + }; + /* + class Close_top: Open_top + { + displayName = "Close"; + condition = "this animationPhase ""Open_top"" >= 0.5"; + statement = "this animate [""Open_top"", 0];"; + }; + */ + }; + }; + + + class Cabinet_EPOCH : WH_Loot + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Furniture\medicine_cabinet\mc_door_anim.p3d"; + displayName = "Medicine Cabinet"; + simulClass = "Cabinet_EPOCH"; + staticClass = "Cabinet_EPOCH"; + forceSupply = 0; + isGround = 0; + // hiddenSelections[] = { "Camo" }; + // hiddenSelectionsTextures[] = { "\x\addons\a3_epoch_assets\textures\fridge\fridge_CO.paa" }; + // availableTextures[] = { "\x\addons\a3_epoch_assets\textures\fridge\fridge_CO.paa", "\x\addons\a3_epoch_assets\textures\fridge\fridgeBlack_CO.paa", "\x\addons\a3_epoch_assets\textures\fridge\fridgeSteel_co.paa", "\x\addons\a3_epoch_assets\textures\fridge\fridgeWhite_co.paa" }; + class AnimationSources + { + class Open_bot + { + source = "user"; + animPeriod = 2; + initPhase = 0; + }; + }; + class UserActions + { + class Open_bot + { + displayName = "Search"; + onlyforplayer = 1; + position = "actionPoint"; + radius = 3; + condition = "this animationPhase ""Open_bot"" < 0.5"; + statement = "this animate [""Open_bot"", 1]; this animate [""Open_top"", 1]; this call EPOCH_LootIT;"; + }; + + }; + }; + class Fridge_EPOCH : WH_Loot + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\fridge_door_anim.p3d"; + displayName = "Fridge"; + simulClass = "Fridge_SIM_EPOCH"; + staticClass = "Fridge_EPOCH"; + forceSupply = 0; + isGround = 0; + hiddenSelections[] = {"Camo"}; + hiddenSelectionsTextures[] = {"\x\addons\a3_epoch_assets\textures\fridge\fridge_CO.paa"}; + availableTextures[] = {"\x\addons\a3_epoch_assets\textures\fridge\fridge_CO.paa","\x\addons\a3_epoch_assets\textures\fridge\fridgeBlack_CO.paa","\x\addons\a3_epoch_assets\textures\fridge\fridgeSteel_co.paa","\x\addons\a3_epoch_assets\textures\fridge\fridgeWhite_co.paa"}; + class AnimationSources + { + class Open_bot + { + source = "user"; + animPeriod = 2; + initPhase = 0; + }; + class Open_top + { + source = "user"; + animPeriod = 2; + initPhase = 0; + }; + }; + class UserActions + { + class Open_bot + { + displayName = "Search"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "this animationPhase ""Open_bot"" < 0.5"; + statement = "this animate [""Open_bot"", 1]; this animate [""Open_top"", 1]; this call EPOCH_LootIT;"; + }; + /* + class Close_bot: Open_bot + { + displayName = "Close Bottom"; + condition = "this animationPhase ""Open_bot"" >= 0.5"; + statement = "this animate [""Open_bot"", 0];"; + }; + class Open_top + { + displayName = "Open Top"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "this animationPhase ""Open_top"" < 0.5"; + statement = "this animate [""Open_top"", 1]; this call EPOCH_LootIT;"; + }; + class Close_top: Open_top + { + displayName = "Close Top"; + condition = "this animationPhase ""Open_top"" >= 0.5"; + statement = "this animate [""Open_top"", 0];"; + }; + */ + }; + }; + class Pelican_EPOCH : WH_Loot + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\pelican.p3d"; + displayName = "Pelican"; + simulClass = "Pelican_SIM_EPOCH"; + staticClass = "Pelican_EPOCH"; + forceSupply = 0; + isGround = 0; + class AnimationSources + { + class Open_top + { + source = "user"; + animPeriod = 2; + initPhase = 0; + }; + }; + class UserActions + { + class Open_top + { + displayName = "Search"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "this animationPhase ""Open_top"" < 0.5"; + statement = "this animate [""Open_top"", 1]; this call EPOCH_LootIT;"; + }; + /* + class Close_top: Open_top + { + displayName = "Close"; + condition = "this animationPhase ""Open_top"" >= 0.5"; + statement = "this animate [""Open_top"", 0];"; + }; + */ + }; + }; + + class BedProxy_EPOCH: WeaponHolder + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\Bed_proxy.p3d"; + displayName = "Mattress"; + isGround = 0; + }; + class Bed_EPOCH : Animated_Loot + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\bed.p3d"; + displayName = "Mattress"; + simulClass = "Bed_SIM_EPOCH"; + staticClass = "Bed_EPOCH"; + weaponHolderProxy = "BedProxy_EPOCH"; + destrType = "DestructEngine"; + class DestructionEffects{}; + class Destruction + { + animations[] = {{ "x\addons\a3_epoch_assets\models\bed_move.rtm",0.5,3 }}; + }; + class UserActions + { + class FlipMattress + { + displayName = "Search"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "damage this < 1"; + statement = "this call EPOCH_LootIT;"; + }; + }; + }; + + class Bunk_EPOCH : Animated_Loot + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\bunk.p3d"; + displayName = "Bunk"; + simulClass = "Bunk_SIM_EPOCH"; + staticClass = "Bunk_EPOCH"; + weaponHolderProxy = "BedProxy_EPOCH"; + destrType = "DestructEngine"; + class DestructionEffects{}; + class Destruction + { + animations[] = { { "x\addons\a3_epoch_assets\models\bunk_move.rtm", 0.5, 3 } }; + }; + class UserActions + { + class FlipMattress + { + displayName = "Search"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "damage this < 1"; + statement = "this call EPOCH_LootIT;"; + }; + }; + }; + + class LockBoxProxy_EPOCH : WeaponHolder + { + scope = 2; + model = "\A3\Weapons_f\dummyweapon.p3d"; + displayName = "Lockbox WH"; + isGround = 0; + showWeaponCargo = 0; + forceSupply = 0; + maximumLoad = 600; + + class UserActions + { + class Lock + { + displayName = "Lock"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "this == this"; + statement = "EPOCH_lockStorage_PVS = [this,true,player,Epoch_personalToken]; publicVariableServer ""EPOCH_lockStorage_PVS"";"; + }; + }; + }; + + class CouchProxy_EPOCH: WeaponHolder + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\couch_proxy.p3d"; + displayName = "Couch"; + isGround = 0; + }; + class Couch_EPOCH : Animated_Loot + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\couch.p3d"; + displayName = "Couch"; + simulClass = "Couch_SIM_EPOCH"; + staticClass = "Couch_EPOCH"; + weaponHolderProxy = "CouchProxy_EPOCH"; + destrType = "DestructEngine"; + class DestructionEffects{}; + class Destruction + { + animations[] = {{ "x\addons\a3_epoch_assets\models\couch_move.rtm",0.5,3 }}; + }; + class UserActions + { + class SearchCouch + { + displayName = "Search"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "damage this < 1"; + statement = "this call EPOCH_LootIT;"; + }; + }; + }; + class Table_EPOCH : Animated_Loot + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\coffee_table.p3d"; + displayName = "Coffee Table"; + simulClass = "Table_SIM_EPOCH"; + staticClass = "Table_EPOCH"; + weaponHolderProxy = "TableProxy_EPOCH"; + destrType = "DestructEngine"; + class DestructionEffects{}; + class Destruction + { + animations[] = { { "x\addons\a3_epoch_assets\models\coffeeTable_Move.rtm", 0.5, 3 } }; + }; + class UserActions + { + class SearchCouch + { + displayName = "Search"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "damage this < 1"; + statement = "this call EPOCH_LootIT;"; + }; + }; + }; + class TableProxy_EPOCH : WeaponHolder + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\coffee_table_proxy.p3d"; + displayName = "Coffee Table Proxy"; + isGround = 0; + }; + class ChairProxy_EPOCH: WeaponHolder + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\chair_proxy.p3d"; + displayName = "Chair"; + isGround = 0; + }; + class Chair_EPOCH : Animated_Loot + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\chair_adult.p3d"; + displayName = "Chair"; + simulClass = "Chair_SIM_EPOCH"; + staticClass = "Chair_EPOCH"; + weaponHolderProxy = "ChairProxy_EPOCH"; + availableTextures[] = {"\x\addons\a3_epoch_assets\textures\chair\chair_ECO.paa","\x\addons\a3_epoch_assets\textures\chair\chair_kid_ECO.paa"}; + hiddenSelections[] = {"Camo"}; + hiddenSelectionsTextures[] = {"\x\addons\a3_epoch_assets\textures\chair\chair_ECO.paa"}; + hiddenSelectionsMaterials[] = {"\x\addons\a3_epoch_assets\textures\chair\chair.rvmat"}; + destrType = "DestructEngine"; + class DestructionEffects{}; + class Destruction + { + animations[] = {{ "x\addons\a3_epoch_assets\models\chair_move.rtm",0.5,3 }}; + }; + class UserActions + { + class FlipMattress + { + displayName = "Search"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "damage this < 1"; + statement = "this call EPOCH_LootIT;"; + }; + }; + }; + + + class ToolRackProxy_EPOCH : WeaponHolder + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\toolRack_proxy.p3d"; + displayName = "Tool Rack"; + isGround = 0; + }; + class ToolRack_EPOCH : Animated_Loot + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\toolRack.p3d"; + displayName = "Tool Rack"; + simulClass = "ToolRack_SIM_EPOCH"; + staticClass = "ToolRack_EPOCH"; + weaponHolderProxy = "ToolRackProxy_EPOCH"; + destrType = "DestructEngine"; + class DestructionEffects{}; + class Destruction + { + animations[] = { { "x\addons\a3_epoch_assets\models\toolRack_move.rtm", 0.5, 1 } }; + }; + class UserActions + { + class LootIT + { + displayName = "Search"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "damage this < 1"; + statement = "this call EPOCH_LootIT;"; + }; + }; + }; + + class ChairRed_EPOCH: Chair_EPOCH + { + scope = 2; + displayName = "Chair (Red)"; + simulClass = "ChairRed_SIM_EPOCH"; + staticClass = "ChairRed_EPOCH"; + hiddenSelectionsTextures[] = {"\x\addons\a3_epoch_assets\textures\chair\chair_kid_ECO.paa"}; + hiddenSelectionsMaterials[] = {"\x\addons\a3_epoch_assets\textures\chair\chair_kid.rvmat"}; + availableTextures[] = {"\x\addons\a3_epoch_assets\textures\chair\chair_kid_ECO.paa","\x\addons\a3_epoch_assets\textures\chair\chair_ECO.paa"}; + }; + + class ShoeboxProxy_EPOCH : WeaponHolder + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\shoebox_proxy.p3d"; + displayName = "Shoebox proxy"; + isGround = 0; + }; + class Shoebox_EPOCH : Animated_Loot + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\shoebox.p3d"; + displayName = "Shoebox"; + simulClass = "Shoebox_SIM_EPOCH"; + staticClass = "Shoebox_EPOCH"; + weaponHolderProxy = "ShoeboxProxy_EPOCH"; + destrType = "DestructEngine"; + class DestructionEffects{}; + class Destruction + { + animations[] = { { "x\addons\a3_epoch_assets\models\shoebox_move.rtm", 0.5, 3 } }; + }; + class UserActions + { + class OpenCabinet + { + displayName = "Search"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "damage this < 1"; + statement = "this call EPOCH_LootIT;"; + }; + }; + }; + + class FilingProxy_EPOCH: WeaponHolder + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\filing_proxy.p3d"; + displayName = "Filing Cabinet"; + isGround = 0; + }; + class Filing_EPOCH : Animated_Loot + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\filing.p3d"; + displayName = "Filing Cabinet"; + simulClass = "Filing_SIM_EPOCH"; + staticClass = "Filing_EPOCH"; + weaponHolderProxy = "FilingProxy_EPOCH"; + availableTextures[] = {"\x\addons\a3_epoch_assets\textures\filing\filing_co.paa","\x\addons\a3_epoch_assets\textures\filing\filing_blue_co.paa","\x\addons\a3_epoch_assets\textures\filing\filing_green_co.paa"}; + hiddenSelections[] = {"Camo"}; + hiddenSelectionsTextures[] = {"\x\addons\a3_epoch_assets\textures\filing\filing_co.paa"}; + destrType = "DestructEngine"; + class DestructionEffects{}; + class Destruction + { + animations[] = {{ "x\addons\a3_epoch_assets\models\filing_move.rtm",0.5,3 }}; + }; + class UserActions + { + class OpenCabinet + { + displayName = "Search"; + onlyforplayer = 1; + position = "Door_knopf"; + radius = 3; + condition = "damage this < 1"; + statement = "this call EPOCH_LootIT;"; + }; + }; + }; + class CargoProxy_EPOCH: WeaponHolder + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\filing_proxy.p3d"; + displayName = "Filing Cabinet"; + isGround = 0; + }; + + class Carnival_Tent : Static + { + mapSize = 6.19; + author = "Epoch"; + _generalMacro = "Carnival_Tent"; + scope = 2; + displayName = "Carnival Tent"; + model = "\x\addons\a3_epoch_assets_3\carnival\models\carnyTent.p3d"; + + ladders[] = { { "start1", "end1" } }; + + icon = "iconObject_5x2"; + vehicleclass = "Epoch_objects"; + destrType = "DestructNo"; + cost = 5000; + }; + + + class Cargo_Container: Static + { + mapSize = 6.19; + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "Cargo_Container"; + scope = 2; + displayName = "$STR_A3_CfgVehicles_Land_Cargo20_orange_F0"; + model = "\A3\Structures_F\Ind\Cargo\Cargo20_orange_F.p3d"; + ladders[] = { { "start1", "end1" } }; + weaponHolderProxy = "Land_PaperBox_C_EPOCH"; + maxloot = 8; + icon = "iconObject_5x2"; + vehicleClass = "Container"; + destrType = "DestructNo"; + cost = 5000; + numberOfDoors = 2; + selectionDamage = "DamT_1"; + class AnimationSources + { + class LockedDoor_source + { + source = "user"; + initPhase = 0; + animPeriod = 0.1; + }; + class Door_1_source + { + source = "user"; + initPhase = 0; + animPeriod = 1; + }; + class Door_2_source + { + source = "user"; + initPhase = 0; + animPeriod = 1; + }; + }; + class UserActions + { + class OpenDoor_1 + { + displayNameDefault = ""; + displayName = "Search"; + position = "Door_1_trigger"; + priority = 0.4; + radius = 1.5; + onlyForPlayer = 0; + condition = "(this animationPhase 'Door_1_rot') < 0.5"; + statement = "[this, 'Door_1_rot', 'Door_Handle_1_rot_1', 'Door_Handle_1_rot_2'] call BIS_fnc_DoorOpen; this call EPOCH_LootIT;"; + }; + /* + class CloseDoor_1: OpenDoor_1 + { + displayNameDefault = ""; + displayName = "$STR_DN_OUT_C_DOOR"; + priority = 0.2; + condition = "((this animationPhase 'Door_1_rot') >= 0.5) && ((this getVariable ['bis_disabled_Door_1',0]) != 1)"; + statement = "([this, 'Door_1_rot', 'Door_Handle_1_rot_1', 'Door_Handle_1_rot_2'] execVM ""\A3\Structures_F\scripts\Door_close.sqf"")"; + }; + class OpenLockedDoor_1: OpenDoor_1 + { + displayNameDefault = ""; + condition = "((this animationPhase 'Door_1_rot') < 0.1) && ((this getVariable ['bis_disabled_Door_1',0]) == 1)"; + statement = "([this, 'Door_Handle_1_rot_1', 'Door_Locked_1_rot'] execVM ""\A3\Structures_F\scripts\LockedDoor_open.sqf"")"; + }; + class OpenDoor_2 + { + displayNameDefault = ""; + displayName = "$STR_DN_OUT_O_DOOR"; + position = "Door_2_trigger"; + priority = 0.4; + radius = 1.5; + onlyForPlayer = 0; + condition = "((this animationPhase 'Door_2_rot') < 0.5) && ((this getVariable ['bis_disabled_Door_2',0]) != 1)"; + statement = "([this, 'Door_2_rot', 'Door_Handle_2_rot_1', 'Door_Handle_2_rot_2'] execVM ""\A3\Structures_F\scripts\Door_open.sqf"")"; + }; + class CloseDoor_2: OpenDoor_2 + { + displayNameDefault = ""; + displayName = "$STR_DN_OUT_C_DOOR"; + priority = 0.2; + condition = "((this animationPhase 'Door_2_rot') >= 0.5) && ((this getVariable ['bis_disabled_Door_2',0]) != 1)"; + statement = "([this, 'Door_2_rot', 'Door_Handle_2_rot_1', 'Door_Handle_2_rot_2'] execVM ""\A3\Structures_F\scripts\Door_close.sqf"")"; + }; + class OpenLockedDoor_2: OpenDoor_2 + { + displayNameDefault = ""; + condition = "((this animationPhase 'Door_2_rot') < 0.1) && ((this getVariable ['bis_disabled_Door_2',0]) == 1)"; + statement = "([this, 'Door_Handle_2_rot_1', 'Door_Locked_2_rot'] execVM ""\A3\Structures_F\scripts\LockedDoor_open.sqf"")"; + }; + */ + }; + actionBegin1 = "OpenDoor_1"; + actionEnd1 = "OpenDoor_1"; + actionBegin2 = "OpenDoor_2"; + actionEnd2 = "OpenDoor_2"; + }; + + class WeaponHolder_Single_F; + class Grown_Plants_F: WeaponHolder_Single_F + { + author = "Epoch"; + }; + // TODO make use of plants 0.2+ + class Poppy_EPOCH: Grown_Plants_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\poppy.p3d"; + displayName = "Poppy"; + transportMaxItems = 0; + transportMaxMagazines = 1; + transportMaxWeapons = 0; + class TransportMagazines + { + class _xx_Poppy + { + magazine = "Poppy"; + count = 1; + }; + }; + }; + class Goldenseal_EPOCH : Grown_Plants_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\vegetation\models\goldenseal.p3d"; + displayName = "Goldenseal"; + transportMaxItems = 0; + transportMaxMagazines = 1; + transportMaxWeapons = 0; + class TransportMagazines + { + class _xx_Goldenseal + { + magazine = "Goldenseal"; + count = 1; + }; + }; + }; + class Pumpkin_EPOCH : Grown_Plants_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\vegetation\models\pumpkin.p3d"; + displayName = "Pumpkin"; + transportMaxItems = 0; + transportMaxMagazines = 1; + transportMaxWeapons = 0; + class TransportMagazines + { + class _xx_Pumpkin + { + magazine = "Pumpkin"; + count = 1; + }; + }; + }; + + class ContainerSupply; + class Land_WoodenBox_C_EPOCH: ContainerSupply + { + mapSize = 2.03; + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "Land_WoodenBox_F"; + scope = 2; + displayName = "$STR_A3_CfgVehicles_Land_WoodenBox_F0"; + model = "\A3\Structures_F\Civ\Constructions\WoodenBox_F.p3d"; + icon = "iconObject_4x1"; + }; + class Land_PaperBox_C_EPOCH: ContainerSupply + { + mapSize = 1.459; + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "Land_PaperBox_closed_F"; + scope = 2; + displayName = "$STR_A3_CfgVehicles_Land_PaperBox_closed_F0"; + model = "\A3\Structures_F_EPA\Mil\Scrapyard\PaperBox_closed_F.p3d"; + icon = "iconObject_1x1"; + }; + class Transport_EPOCH: NonStrategic + { + model = "\x\addons\a3_epoch_assets\models\tele.p3d"; + mapSize = 2; + accuracy = 1000; + destrType = "DestructNo"; + class UserActions + { + class EnterBuilding + { + displayNameDefault = ""; + displayName = "Teleport"; + position = "Epoch_Action_Point"; + priority = 1; + radius = 3; + onlyForPlayer = 0; + condition = "this == this"; + statement = "this call EPOCH_EnterBuilding"; + }; + }; + }; + class Transport_E_EPOCH : Transport_EPOCH + { + model = "\x\addons\a3_epoch_assets\models\tele_east.p3d"; + }; + class Transport_W_EPOCH : Transport_EPOCH + { + model = "\x\addons\a3_epoch_assets\models\tele_west.p3d"; + }; + class Transport_N_EPOCH : Transport_EPOCH + { + model = "\x\addons\a3_epoch_assets\models\tele_north.p3d"; + }; + class Transport_C_EPOCH : Transport_EPOCH + { + model = "\x\addons\a3_epoch_assets\models\tele_central.p3d"; + }; + class BloodSplat: NonStrategic + { + model = "\A3\characters_F\blood_splash.p3d"; + mapSize = 2; + accuracy = 1000; + destrType = "DestructNo"; + armor = 20; + }; + /* + class test_EmptyObjectForFireBig; + class Generic_EmitterG_EPOCH: test_EmptyObjectForFireBig + { + displayName = "Generic Emitter (Green)"; + class Eventhandlers + { + init = "(_this select 0) execVM ""\x\addons\a3_epoch_config\scripts\fireG.sqf"";"; + }; + }; + class Generic_EmitterB_EPOCH: test_EmptyObjectForFireBig + { + displayName = "Generic Emitter (Blue)"; + class Eventhandlers + { + init = "(_this select 0) execVM ""\x\addons\a3_epoch_config\scripts\fireB.sqf"";"; + }; + }; + class Generic_EmitterR_EPOCH: test_EmptyObjectForFireBig + { + displayName = "Generic Emitter (Red)"; + class Eventhandlers + { + init = "(_this select 0) execVM ""\x\addons\a3_epoch_config\scripts\fireR.sqf"";"; + }; + }; + + class Generic_BloodE_EPOCH : test_EmptyObjectForFireBig + { + displayName = "Generic Emitter (Blood)"; + class Eventhandlers + { + init = "(_this select 0) execVM ""\x\addons\a3_epoch_config\scripts\Bite.sqf"";"; + }; + }; + */ + + class centerplane_ui: NonStrategic + { + mapSize = 1; + author = "Kiory"; + _generalMacro = "centerplane_ui"; + scope = 2; + displayName = "centerplane"; + vehicleClass = "Helpers"; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\center_plane.p3d"; + hiddenSelections[] = {"usertexture","usertextureL","usertextureR"}; + hiddenSelectionsTextures[] = {""}; + }; + class logo_plane_EPOCH: NonStrategic + { + mapSize = 1; + author = "Epoch"; + _generalMacro = "logo_plane_EPOCH"; + scope = 2; + displayName = "Epoch Logo"; + vehicleClass = "Helpers"; + model = "\x\addons\a3_epoch_assets\models\logo.p3d"; + }; + + + + class Animal; + class Animal_Base_F : Animal + { + class EventHandlers; + }; + /* + class Bear_Base_F: Animal_Base_F + { + scope = 2; + displayName = "Bear"; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\bear.p3d"; + hasGeometry = 1; + moves = "CfgMovesBear_F"; + class VariablesScalar + { + _threatMaxRadius = 30; + _runDistanceMax = 70; + _movePrefer = 0.25; + _formationPrefer = 0.8; + _scareLimit = 0.2; + _dangerLimit = 5.0; + _walkSpeed = 1.2; + }; + class VariablesString + { + _expSafe = "(0.5 * meadow) * (0.5 * trees) * (1 - forest) * (1 - houses) * (1 - sea) * hills"; + _expDanger = "(1 - sea) * hills"; + }; + class Wounds + { + tex[] = {}; + mat[] = {"A3\animals_f_beta\Goat\data\goat.rvmat","A3\animals_f_beta\Goat\data\W1_goat.rvmat","A3\animals_f_beta\Goat\data\W2_goat.rvmat"}; + }; + class EventHandlers; + hiddenSelections[] = {"camo"}; + }; + */ + class Construct_F : Animal_Base_F + { + scope = 2; + displayName = "Constuct"; + model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\construct.p3d"; + hasGeometry = 1; + moves = "CfgMovesConstruct_F"; + class VariablesScalar + { + _threatMaxRadius = 30; + _runDistanceMax = 70; + _movePrefer = 0.25; + _formationPrefer = 0.8; + _scareLimit = 0.2; + _dangerLimit = 5.0; + _walkSpeed = 1.2; + }; + class VariablesString + { + _expSafe = "(0.5 * meadow) * (0.5 * trees) * (1 - forest) * (1 - houses) * (1 - sea) * hills"; + _expDanger = "(1 - sea) * hills"; + }; + class Wounds + { + tex[] = {}; + mat[] = { "A3\animals_f_beta\Goat\data\goat.rvmat", "A3\animals_f_beta\Goat\data\W1_goat.rvmat", "A3\animals_f_beta\Goat\data\W2_goat.rvmat" }; + }; + class EventHandlers; + hiddenSelections[] = { "camo" }; + }; + + + + + class Shark_Base_F : Animal_Base_F + { + moves = "CfgMovesGreatWhite_F"; + memoryPointAim = "pilot"; + memoryPointCameraTarget = "camera"; + minHeight = "(-1 * waterDepth)"; + avgHeight = "(-1 * waterDepth)/4"; + maxHeight = -1.5; + straightDistance = 2; + turning = 5; + class VariablesScalar + { + _threatMaxRadius = 5; + _runDistanceMax = 25; + _movePrefer = 1; + _formationPrefer = 0.7; + _scareLimit = 0.2; + _dangerLimit = 1.0; + _walkSpeed = -1; + }; + class VariablesString + { + _expSafe = "waterDepth interpolate [2,3,0,1]"; + _expDanger = "waterDepth interpolate [2,3,0,1]"; + }; + }; + class GreatWhite_F : Shark_Base_F + { + scope = 1; + displayName = "Great White"; + model = "\x\addons\a3_epoch_assets\models\shark_epoch.p3d"; + moves = "CfgMovesGreatWhite_F"; + hasGeometry = 1; + agentTasks[] = {}; + interactMode = 3; + }; + + class Goat_random_EPOCH : Animal_Base_F + { + scope = 1; + displayName = "$STR_A3_CfgVehicles_Goat_Base_F0"; + model = "\A3\animals_f_beta\Goat\Goat_F.p3d"; + hasGeometry = 1; + agentTasks[] = {}; + moves = "CfgMovesGoat_F"; + class Wounds + { + tex[] = {}; + mat[] = { "A3\animals_f_beta\Goat\data\goat.rvmat", "A3\animals_f_beta\Goat\data\W1_goat.rvmat", "A3\animals_f_beta\Goat\data\W2_goat.rvmat" }; + }; + interactMode = 3; + }; + + class Sheep_random_EPOCH : Animal_Base_F + { + scope = 1; + displayName = "$STR_A3_CfgVehicles_Sheep_random_F0"; + model = "\A3\animals_f_beta\Sheep\Sheep_F.p3d"; + hasGeometry = 1; + moves = "CfgMovesSheep_F"; + class Wounds + { + tex[] = {}; + mat[] = { "A3\animals_f_beta\sheep\data\sheep.rvmat", "A3\animals_f_beta\sheep\data\W1_sheep.rvmat", "A3\animals_f_beta\sheep\data\W2_sheep.rvmat" }; + }; + interactMode = 3; + }; + + class Cock_random_F; + class Cock_random_EPOCH: Cock_random_F { + agentTasks[] = {}; + interactMode = 3; + }; + class Hen_random_F; + class Hen_random_EPOCH: Hen_random_F { + agentTasks[] = {}; + interactMode = 3; + }; + + class Rabbit_F : Animal_Base_F + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "Rabbit_F"; + scope = 2; + displayName = "$STR_A3_CfgVehicles_Rabbit_F0"; + model = "\A3\Animals_F\rabbit\rabbit_F.p3d"; + side = 3; + moves = "CfgMovesRabbit_F"; + fsmFormation = ""; + fsmDanger = ""; + maxTurnAngularVelocity = 30; + costTurnCoef = 1e-005; + boneHead = "head"; + bonePrimaryWeapon = "head"; + weaponBone = "head"; + triggerAnim = ""; + class VariablesScalar + { + _threatMaxRadius = 20; + _runDistanceMax = 50; + _movePrefer = 0.7; + _formationPrefer = 0.2; + _scareLimit = 0.2; + _dangerLimit = 1.0; + _walkSpeed = 0.9; + }; + class VariablesString + { + _expSafe = "(0.5 * meadow) * (0.5 * trees) * (1 - forest) * (1 - houses) * (1 - sea)"; + _expDanger = "(trees) * (forest) * (1 - meadow) * (1 - houses) * (1 - sea)"; + }; + class Wounds + { + tex[] = {}; + mat[] = { "A3\Animals_F\Rabbit\data\Rabbit.rvmat", "A3\Animals_F\Rabbit\data\W1_Rabbit.rvmat", "A3\Animals_F\Rabbit\data\W2_Rabbit.rvmat" }; + }; + class EventHandlers : EventHandlers + { + init = "deleteVehicle (_this select 0)"; + }; + }; + + class Rabbit_EPOCH : Animal_Base_F { + + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "Rabbit_F"; + scope = 2; + displayName = "$STR_A3_CfgVehicles_Rabbit_F0"; + model = "\A3\Animals_F\rabbit\rabbit_F.p3d"; + side = 3; + moves = "CfgMovesRabbit_F"; + fsmFormation = ""; + fsmDanger = ""; + maxTurnAngularVelocity = 30; + costTurnCoef = 1e-005; + boneHead = "head"; + bonePrimaryWeapon = "head"; + weaponBone = "head"; + triggerAnim = ""; + class VariablesScalar + { + _threatMaxRadius = 20; + _runDistanceMax = 50; + _movePrefer = 0.7; + _formationPrefer = 0.2; + _scareLimit = 0.2; + _dangerLimit = 1.0; + _walkSpeed = 0.9; + }; + class VariablesString + { + _expSafe = "(0.5 * meadow) * (0.5 * trees) * (1 - forest) * (1 - houses) * (1 - sea)"; + _expDanger = "(trees) * (forest) * (1 - meadow) * (1 - houses) * (1 - sea)"; + }; + class Wounds + { + tex[] = {}; + mat[] = { "A3\Animals_F\Rabbit\data\Rabbit.rvmat", "A3\Animals_F\Rabbit\data\W1_Rabbit.rvmat", "A3\Animals_F\Rabbit\data\W2_Rabbit.rvmat" }; + }; + + agentTasks[] = {}; + hasGeometry = 1; + interactMode = 3; + }; + + class Snake_random_EPOCH : Animal_Base_F + { + scope = 1; + agentTasks[] = {}; + displayName = "Dice Snake"; + model = "\A3\Animals_F\Snakes\snake_F.p3d"; + side = 3; + moves = "CfgMovesSnakes_F"; + fsmFormation = ""; + fsmDanger = ""; + maxTurnAngularVelocity = 30; + costTurnCoef = 1e-005; + boneHead = "head"; + bonePrimaryWeapon = "head"; + weaponBone = "head"; + triggerAnim = ""; + hiddenSelections[] = { "camo" }; + hiddenSelectionsTextures[] = { "\A3\Animals_F\Snakes\data\Snake_Dice_CO.paa" }; + interactMode = 3; + }; + class Snake2_random_EPOCH : Snake_random_EPOCH + { + displayName = "Leopard Snake"; + hiddenSelectionsTextures[] = { "\A3\Animals_F\Snakes\data\Snake_Leopard_CO.paa" }; + }; + + class Snake_random_F : Animal_Base_F + { + scope = 1; + displayName = "$STR_A3_CfgVehicles_Snake_random_F0"; + model = "\A3\Animals_F\Snakes\snake_F.p3d"; + side = 3; + moves = "CfgMovesSnakes_F"; + fsmFormation = ""; + fsmDanger = ""; + maxTurnAngularVelocity = 30; + costTurnCoef = 1e-005; + boneHead = "head"; + bonePrimaryWeapon = "head"; + weaponBone = "head"; + triggerAnim = ""; + + class EventHandlers : EventHandlers + { + init = "deleteVehicle (_this select 0)"; + }; + }; + + class Fin_blackwhite_F; + class Fin_random_EPOCH : Fin_blackwhite_F { + agentTasks[] = {}; + hasGeometry = 1; + interactMode = -1; + }; + class Alsatian_Black_F; + class Alsatian_Random_EPOCH : Alsatian_Black_F { + agentTasks[] = {}; + hasGeometry = 1; + interactMode = -1; + }; + + class C_Kart_01_Fuel_F; + class K01 : C_Kart_01_Fuel_F + { + class UserActions + { + class PressXToFlipTheThing + { + displayNameDefault = "Flip Kart"; + displayName = "Flip Kart"; + position = ""; + radius = 2.7; + onlyForPlayer = 1; + condition = "alive this && not canmove this && crew this isEqualTo []"; + statement = "this setvectorup [0,0,1]"; + }; + }; + }; + class C_Kart_01_Blu_F; + class K02 : C_Kart_01_Blu_F + { + class UserActions + { + class PressXToFlipTheThing + { + displayNameDefault = "Flip Kart"; + displayName = "Flip Kart"; + position = ""; + radius = 2.7; + onlyForPlayer = 1; + condition = "alive this && not canmove this && crew this isEqualTo []"; + statement = "this setvectorup [0,0,1]"; + }; + }; + }; + class C_Kart_01_Red_F; + class K03 : C_Kart_01_Red_F + { + class UserActions + { + class PressXToFlipTheThing + { + displayNameDefault = "Flip Kart"; + displayName = "Flip Kart"; + position = ""; + radius = 2.7; + onlyForPlayer = 1; + condition = "alive this && not canmove this && crew this isEqualTo []"; + statement = "this setvectorup [0,0,1]"; + }; + }; + }; + class C_Kart_01_Vrana_F; + class K04 : C_Kart_01_Vrana_F + { + class UserActions + { + class PressXToFlipTheThing + { + displayNameDefault = "Flip Kart"; + displayName = "Flip Kart"; + position = ""; + radius = 2.7; + onlyForPlayer = 1; + condition = "alive this && not canmove this && crew this isEqualTo []"; + statement = "this setvectorup [0,0,1]"; + }; + }; + }; + class UAV_01_base_F; + class I_UAV_01_F: UAV_01_base_F + { + fuelCapacity = 50000; + }; +}; diff --git a/Sources/epoch_config/Configs/CfgWeapons.hpp b/Sources/epoch_config/Configs/CfgWeapons.hpp new file mode 100644 index 00000000..7867d707 --- /dev/null +++ b/Sources/epoch_config/Configs/CfgWeapons.hpp @@ -0,0 +1,3518 @@ +class CfgWeapons +{ + class InventoryItem_Base_F; + class ItemCore; + class UniformItem: InventoryItem_Base_F + { + type = 801; + }; + class Uniform_Base : ItemCore + { + scope = 0; + allowedSlots[] = { 901 }; + class ItemInfo : UniformItem + { + uniformModel = "-"; + uniformClass = "B_Soldier_F"; + containerClass = "Supply0"; + mass = 0; + }; + }; + + class U_BasicBodyFemale : ItemCore + { + scope = 2; + displayName = "Keesha Underwear"; + picture = "\x\addons\a3_epoch_assets\textures\keesha\icon_femaleW_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : UniformItem + { + uniformModel = "-"; + uniformClass = "FemaleUnderwear_F"; + containerClass = "Supply0"; + mass = 5; + }; + }; + class U_Test_uniform: Itemcore + { + scope = 2; + allowedSlots[] = {901}; + displayName = "Keesha"; + picture = "\x\addons\a3_epoch_assets\textures\keesha\icon_femaleW_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo: UniformItem + { + uniformModel = "-"; + uniformClass = "Epoch_Female_F"; + containerClass = "Supply0"; + mass = 30; + }; + }; + class U_Wetsuit_uniform : Itemcore + { + scope = 2; + allowedSlots[] = { 901 }; + displayName = "Female Wetsuit"; + picture = "\x\addons\a3_epoch_assets\textures\wetsuit\icon_wetsuit_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : UniformItem + { + uniformModel = "-"; + uniformClass = "Epoch_Female_wetsuit_F"; + containerClass = "Supply80"; + uniformType = "Neopren"; + mass = 60; + }; + }; + class U_Wetsuit_White : Itemcore + { + scope = 2; + allowedSlots[] = { 901 }; + displayName = "Female Wetsuit (white)"; + picture = "\x\addons\a3_epoch_assets\textures\wetsuit\icon_wetsuitWhite_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : UniformItem + { + uniformModel = "-"; + uniformClass = "Epoch_Female_wetsuitW_F"; + containerClass = "Supply80"; + uniformType = "Neopren"; + mass = 60; + }; + }; + class U_Wetsuit_Blue : Itemcore + { + scope = 2; + allowedSlots[] = { 901 }; + displayName = "Female Wetsuit (blue)"; + picture = "\x\addons\a3_epoch_assets\textures\wetsuit\icon_wetsuitBlue_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : UniformItem + { + uniformModel = "-"; + uniformClass = "Epoch_Female_wetsuitB_F"; + containerClass = "Supply80"; + uniformType = "Neopren"; + mass = 60; + }; + }; + class U_Wetsuit_Purp : Itemcore + { + scope = 2; + allowedSlots[] = { 901 }; + displayName = "Female Wetsuit (purple)"; + picture = "\x\addons\a3_epoch_assets\textures\wetsuit\icon_wetsuitPurp_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : UniformItem + { + uniformModel = "-"; + uniformClass = "Epoch_Female_wetsuitP_F"; + containerClass = "Supply80"; + uniformType = "Neopren"; + mass = 60; + }; + }; + class U_Wetsuit_Camo : Itemcore + { + scope = 2; + allowedSlots[] = { 901 }; + displayName = "Female Wetsuit (camo)"; + picture = "\x\addons\a3_epoch_assets\textures\wetsuit\gear_femaleWetsuit_camo_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : UniformItem + { + uniformModel = "-"; + uniformClass = "Epoch_Female_wetsuitC_F"; + containerClass = "Supply80"; + uniformType = "Neopren"; + mass = 60; + }; + }; + + class U_Camo_uniform : Itemcore + { + scope = 2; + allowedSlots[] = { 901 }; + displayName = "Keesha Camo"; + picture = "\x\addons\a3_epoch_assets\textures\camo\icon_camoDark_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : UniformItem + { + uniformModel = "-"; + uniformClass = "Epoch_Female_Camo_F"; + containerClass = "Supply30"; + mass = 30; + }; + }; + class U_ghillie1_uniform : Itemcore + { + scope = 2; + allowedSlots[] = { 901 }; + displayName = "Female Ghillie (tan)"; + picture = "\x\addons\a3_epoch_assets\textures\ghillie\gear_femaleGhillie_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : UniformItem + { + uniformModel = "-"; + uniformClass = "Epoch_Female_Ghillie1_F"; + containerClass = "Supply80"; + mass = 60; + }; + }; + class U_ghillie2_uniform : Itemcore + { + scope = 2; + allowedSlots[] = { 901 }; + displayName = "Female Ghillie (light green)"; + picture = "\x\addons\a3_epoch_assets\textures\ghillie\gear_femaleGhillie2_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : UniformItem + { + uniformModel = "-"; + uniformClass = "Epoch_Female_Ghillie2_F"; + containerClass = "Supply80"; + mass = 60; + }; + }; + + class U_ghillie3_uniform : Itemcore + { + scope = 2; + allowedSlots[] = { 901 }; + displayName = "Female Ghillie (green)"; + picture = "\x\addons\a3_epoch_assets\textures\ghillie\gear_femaleGhillie3_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : UniformItem + { + uniformModel = "-"; + uniformClass = "Epoch_Female_Ghillie3_F"; + containerClass = "Supply80"; + mass = 60; + }; + }; + class U_CamoBlue_uniform : Itemcore + { + scope = 2; + allowedSlots[] = { 901 }; + displayName = "Keesha Camo (Blue)"; + picture = "\x\addons\a3_epoch_assets\textures\camo\icon_camoBlue_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : UniformItem + { + uniformModel = "-"; + uniformClass = "Epoch_Female_CamoBlue_F"; + containerClass = "Supply30"; + mass = 30; + }; + }; + class U_CamoBrn_uniform : Itemcore + { + scope = 2; + allowedSlots[] = { 901 }; + displayName = "Keesha Camo (Brown)"; + picture = "\x\addons\a3_epoch_assets\textures\camo\icon_camoBrown_ca.pqq.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : UniformItem + { + uniformModel = "-"; + uniformClass = "Epoch_Female_CamoBrn_F"; + containerClass = "Supply30"; + mass = 30; + }; + }; + class U_CamoRed_uniform : Itemcore + { + scope = 2; + allowedSlots[] = { 901 }; + displayName = "Keesha Camo (Red)"; + picture = "\x\addons\a3_epoch_assets\textures\camo\icon_camoRed_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : UniformItem + { + uniformModel = "-"; + uniformClass = "Epoch_Female_CamoRed_F"; + containerClass = "Supply30"; + mass = 30; + }; + }; + + class U_Test1_uniform: Itemcore + { + scope = 2; + allowedSlots[] = {901}; + displayName = "Dan"; + picture = "\A3\characters_f\data\ui\icon_U_BasicBody_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo: UniformItem + { + uniformModel = "-"; + uniformClass = "Epoch_Male_F"; + containerClass = "Supply0"; + mass = 30; + }; + }; + class U_Sapper_uniform : Itemcore + { + scope = 2; + allowedSlots[] = { 901 }; + displayName = "Sapper"; + picture = "\A3\characters_f\data\ui\icon_U_BasicBody_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : UniformItem + { + uniformModel = "-"; + uniformClass = "Epoch_Sapper_base_F"; + containerClass = "Supply0"; + mass = 5; + }; + }; + class U_Char_uniform : Itemcore + { + scope = 2; + allowedSlots[] = { 901 }; + displayName = "Unknown"; + picture = "\A3\characters_f\data\ui\icon_U_BasicBody_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : UniformItem + { + uniformModel = "-"; + uniformClass = "Epoch_Char_base_F"; + containerClass = "Supply0"; + mass = 5; + }; + }; + + + + class VestItem : InventoryItem_Base_F + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "VestItem"; + type = 701; + uniformType = "Default"; + hiddenSelections[] = {}; + armor = 0; + passThrough = 1; + hitpointName = "HitBody"; + overlaySelectionsInfo[] = { "Ghillie_hide" }; + showHolsteredPistol = 0; + }; + class Vest_Camo_Base : ItemCore + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "Vest_Camo_Base"; + scope = 0; + weaponPoolAvailable = 1; + allowedSlots[] = { 901 }; + picture = "\A3\characters_f\Data\UI\icon_V_BandollierB_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + hiddenSelections[] = { "camo" }; + class ItemInfo : VestItem + { + uniformModel = "\A3\Characters_F\BLUFOR\equip_b_bandolier"; + hiddenSelections[] = { "camo" }; + containerClass = "Supply0"; + mass = 0; + armor = 0; + passThrough = 1; + }; + }; + class Vest_NoCamo_Base : ItemCore + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "Vest_NoCamo_Base"; + scope = 0; + weaponPoolAvailable = 1; + allowedSlots[] = { 901 }; + picture = "\A3\characters_f\Data\UI\icon_V_BandollierB_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + hiddenSelections[] = {}; + class ItemInfo : VestItem + { + uniformModel = "\A3\Characters_F\BLUFOR\equip_b_bandolier"; + hiddenSelections[] = {}; + containerClass = "Supply0"; + mass = 0; + armor = 0; + passThrough = 1; + }; + }; + + + class V_F0_EPOCH: Vest_Camo_Base + { + maleVest = "V_16_EPOCH"; + scope = 2; + displayName = "Female Vest (Black)"; + picture = "\A3\characters_f\Data\UI\icon_V_TacVest_blk_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + hiddenSelectionsTextures[] = {"\a3\characters_f\common\data\tacticalvest_black_co.paa"}; + class ItemInfo: ItemInfo + { + uniformModel = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\female_tactVest.p3d"; + containerClass = "Supply100"; + mass = 40; + armor = 20; + passThrough = 1; + }; + }; + class V_F1_EPOCH: V_F0_EPOCH + { + maleVest = "V_13_EPOCH"; + scope = 2; + displayName = "Female Vest (Khaki)"; + picture = "\A3\characters_f\Data\UI\icon_V_TacVest_khk_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + hiddenSelectionsTextures[] = {"\a3\characters_f\common\data\tacticalvest_khaki_co.paa"}; + }; + class V_F2_EPOCH: V_F0_EPOCH + { + maleVest = "V_15_EPOCH"; + scope = 2; + displayName = "Female Vest (Olive)"; + picture = "\A3\characters_f\Data\UI\icon_V_TacVest_khk_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + hiddenSelectionsTextures[] = {"\A3\Characters_F\Common\Data\tacticalvest_olive_co.paa"}; + }; + class V_F3_EPOCH: V_F0_EPOCH + { + maleVest = "V_14_EPOCH"; + scope = 2; + displayName = "Female Vest (Brown)"; + picture = "\A3\characters_f\Data\UI\icon_V_TacVest_khk_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + hiddenSelectionsTextures[] = {"\A3\Characters_F\Common\Data\tacticalvest_brown_co.paa"}; + }; + class V_F4_EPOCH: Vest_Camo_Base + { + maleVest = "V_25_EPOCH"; + scope = 2; + displayName = "Female Vest (Camo)"; + picture = "\A3\Characters_F\data\ui\icon_V_TacVest_camo_CA.paa"; + hiddenSelectionsTextures[] = {"\A3\Characters_F\Common\Data\tacticalvest_camo_co.paa"}; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo: ItemInfo + { + uniformModel = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\female_tactVest.p3d"; + containerClass = "Supply100"; + mass = 40; + armor = 20; + passThrough = 1; + }; + }; + class V_F5_EPOCH: Vest_Camo_Base + { + maleVest = "V_26_EPOCH"; + scope = 2; + displayName = "Female Vest (Police)"; + picture = "\A3\characters_f\Data\UI\icon_V_TacVest_blk_police_CA.paa"; + hiddenSelectionsTextures[] = {"\A3\Characters_F\Common\Data\tacticalvest_police_co.paa"}; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo: ItemInfo + { + uniformModel = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\female_tactVest.p3d"; + containerClass = "Supply100"; + mass = 60; + armor = 100; + passThrough = 0.7; + }; + }; + + + class V_1_EPOCH : Vest_NoCamo_Base // V_Rangemaster_belt + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_1_EPOCH"; + scope = 2; + displayName = "$STR_V_Rangemaster_belt0"; + picture = "\A3\Characters_F\data\ui\icon_V_Belt_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : ItemInfo + { + uniformModel = "\A3\Characters_F\BLUFOR\equip_b_belt"; + containerClass = "Supply40"; + mass = 10; + armor = 0; + passThrough = 1; + }; + }; + class V_2_EPOCH : Vest_Camo_Base // V_BandollierB_khk + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_2_EPOCH"; + scope = 2; + weaponPoolAvailable = 1; + displayName = "$STR_A3_V_BandollierB_khk0"; + picture = "\A3\characters_f\Data\UI\icon_V_BandollierB_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + hiddenSelectionsTextures[] = { "\A3\Characters_F\BLUFOR\Data\vests_khk_co.paa" }; + class ItemInfo : ItemInfo + { + uniformModel = "\A3\Characters_F\BLUFOR\equip_b_bandolier"; + containerClass = "Supply80"; + mass = 15; + armor = 0; + passThrough = 1; + }; + }; + class V_3_EPOCH : V_2_EPOCH // V_BandollierB_cbr + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_3_EPOCH"; + displayName = "$STR_A3_V_BandollierB_cbr0"; + picture = "\A3\Characters_F\data\ui\icon_V_bandollier_cbr_CA.paa"; + hiddenSelectionsTextures[] = { "\A3\Characters_F\BLUFOR\Data\vests_cbr_co.paa" }; + class ItemInfo : ItemInfo + { + uniformModel = "\A3\Characters_F\BLUFOR\equip_b_bandolier.p3d"; + }; + }; + class V_4_EPOCH : V_2_EPOCH // V_BandollierB_rgr + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_4_EPOCH"; + displayName = "$STR_A3_V_BandollierB_rgr0"; + hiddenSelectionsTextures[] = { "\A3\Characters_F\BLUFOR\Data\vests_rgr_co.paa" }; + class ItemInfo : ItemInfo + { + uniformModel = "\A3\Characters_F\BLUFOR\equip_b_bandolier.p3d"; + }; + }; + class V_5_EPOCH : V_2_EPOCH // V_BandollierB_blk + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_5_EPOCH"; + displayName = "$STR_A3_V_BandollierB_blk0"; + picture = "\A3\characters_f\Data\UI\icon_V_bandollier_blk_CA.paa"; + hiddenSelectionsTextures[] = { "\A3\Characters_F\BLUFOR\Data\vests_blk_co.paa" }; + class ItemInfo : ItemInfo + { + uniformModel = "\A3\Characters_F\BLUFOR\equip_b_bandolier.p3d"; + }; + }; + class V_6_EPOCH : Vest_NoCamo_Base // V_PlateCarrier1_rgr + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_5_EPOCH"; + scope = 2; + displayName = "$STR_A3_V_PlateCarrier1_rgr0"; + picture = "\A3\characters_f\Data\UI\icon_V_plate_carrier_1_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : ItemInfo + { + uniformModel = "\A3\Characters_F\BLUFOR\equip_b_vest02"; + containerClass = "Supply140"; + mass = 80; + armor = 20; + passThrough = 0.5; + }; + }; + class V_7_EPOCH : V_6_EPOCH // V_PlateCarrier2_rgr + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_7_EPOCH"; + scope = 2; + displayName = "$STR_A3_V_PlateCarrier2_rgr0"; + picture = "\A3\characters_f\Data\UI\icon_V_plate_carrier_2_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : ItemInfo + { + uniformModel = "\A3\Characters_F\BLUFOR\equip_b_vest01"; + containerClass = "Supply140"; + mass = 100; + armor = 30; + passThrough = 0.5; + }; + }; + class V_8_EPOCH : Vest_NoCamo_Base // V_PlateCarrier3_rgr + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_8_EPOCH"; + scope = 1; + displayName = "$STR_A3_V_PlateCarrier2_rgr0"; + picture = "\A3\characters_f\Data\UI\icon_V_plate_carrier_2_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : ItemInfo + { + uniformModel = "\A3\Characters_F\BLUFOR\equip_b_vest01.p3d"; + containerClass = "Supply140"; + mass = 100; + armor = 30; + passThrough = 0.5; + }; + }; + class V_9_EPOCH : Vest_NoCamo_Base // V_PlateCarrierGL_rgr + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_9_EPOCH"; + scope = 2; + displayName = "$STR_A3_V_PlateCarrierGL_rgr0"; + picture = "\A3\Characters_F_Mark\Data\UI\icon_carrier_gl_rig_grn.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + hiddenSelections[] = {"camo"}; + hiddenSelectionsTextures[] = {"\A3\Characters_F_Mark\BLUFOR\Data\carrier_gl_rig_grn_co.paa"}; + class ItemInfo : ItemInfo + { + uniformModel = "\A3\Characters_F\BLUFOR\equip_b_carrier_gl_rig.p3d"; + containerClass = "Supply140"; + mass = 100; + armor = 100; + passThrough = 0.7; + hiddenSelections[] = { "camo" }; + }; + }; + class V_10_EPOCH : Vest_Camo_Base // V_Chestrig_khk + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_10_EPOCH"; + scope = 2; + displayName = "$STR_A3_V_Chestrig_khk0"; + picture = "\A3\characters_f\Data\UI\icon_V_Chestrig_khk_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + hiddenSelections[] = { "Camo1", "Camo2" }; + hiddenSelectionsTextures[] = { "\A3\Characters_F\Common\Data\equip_chestrig_khk_co.paa", "\A3\Characters_F\BLUFOR\Data\vests_khk_co.paa" }; + class ItemInfo : ItemInfo + { + uniformModel = "\A3\Characters_F\Common\equip_chestrig.p3d"; + containerClass = "Supply140"; + mass = 20; + armor = 0; + passThrough = 1; + hiddenSelections[] = { "camo1", "camo2" }; + }; + }; + class V_11_EPOCH : V_10_EPOCH // V_Chestrig_rgr + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_11_EPOCH"; + scope = 2; + displayName = "$STR_A3_V_Chestrig_rgr0"; + picture = "\A3\characters_f\Data\UI\icon_V_Chestrig_rgr_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + hiddenSelectionsTextures[] = { "\A3\Characters_F\Common\Data\equip_chestrig_rgr_co.paa", "\A3\Characters_f\BLUFOR\data\armor1_co.paa" }; + }; + class V_12_EPOCH : V_10_EPOCH // V_Chestrig_blk + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_12_EPOCH"; + scope = 2; + displayName = "$STR_A3_V_ChestrigF_blk0"; + picture = "\A3\characters_F\data\ui\icon_V_FChestrig_blk_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + hiddenSelectionsTextures[] = { "\A3\Characters_F\Common\Data\equip_chestrig_blk_co.paa", "\A3\Characters_F\BLUFOR\Data\vests_blk_co.paa" }; + }; + class V_13_EPOCH : Vest_Camo_Base // V_TacVest_khk + { + femaleVest = "V_F1_EPOCH"; + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_TacVest_khk"; + scope = 2; + displayName = "$STR_A3_V_TacVest_khk0"; + picture = "\A3\characters_f\Data\UI\icon_V_TacVest_khk_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + hiddenSelectionsTextures[] = { "\A3\Characters_F\Common\Data\tacticalvest_khaki_co.paa" }; + class ItemInfo : ItemInfo + { + uniformModel = "A3\Characters_F\Common\equip_tacticalvest"; + containerClass = "Supply100"; + mass = 40; + armor = 20; + passThrough = 1; + }; + }; + class V_14_EPOCH : V_13_EPOCH //V_TacVest_brn + { + femaleVest = "V_F3_EPOCH"; + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_TacVest_brn"; + displayName = "$STR_A3_V_TacVest_brn0"; + picture = "\A3\characters_f\Data\UI\icon_V_TacVest_brn_CA.paa"; + hiddenSelectionsTextures[] = { "\A3\Characters_F\Common\Data\tacticalvest_brown_co.paa" }; + }; + class V_15_EPOCH : V_13_EPOCH // V_TacVest_oli + { + femaleVest = "V_F2_EPOCH"; + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_TacVest_oli"; + displayName = "$STR_V_TacVest_oli0"; + picture = "\A3\characters_f\Data\UI\icon_V_TacVest_blk_CA.paa"; + hiddenSelectionsTextures[] = { "\A3\Characters_F\Common\Data\tacticalvest_olive_co.paa" }; + }; + class V_16_EPOCH : V_13_EPOCH // V_TacVest_blk + { + femaleVest = "V_F0_EPOCH"; + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_TacVest_blk"; + displayName = "$STR_A3_V_TacVest_blk0"; + picture = "\A3\characters_f\Data\UI\icon_V_TacVest_blk_CA.paa"; + hiddenSelectionsTextures[] = { "\A3\Characters_F\Common\Data\tacticalvest_black_co.paa" }; + }; + class V_17_EPOCH : Vest_NoCamo_Base // V_HarnessO_brn + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_HarnessO_brn"; + scope = 2; + displayName = "$STR_A3_V_HarnessO_brn0"; + picture = "\A3\characters_f\Data\UI\icon_V_HarnessO_brn_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : ItemInfo + { + uniformModel = "\A3\Characters_F\OPFOR\equip_o_vest01"; + containerClass = "Supply160"; + mass = 30; + armor = 0; + passThrough = 0.5; + }; + }; + class V_18_EPOCH : Vest_NoCamo_Base // V_HarnessOGL_brn + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_HarnessOGL_brn"; + scope = 2; + displayName = "$STR_A3_V_HarnessOGL_brn0"; + picture = "\A3\characters_f\Data\UI\icon_V_HarnessOGL_brn_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : ItemInfo + { + uniformModel = "\A3\Characters_F\OPFOR\equip_o_vest_gl"; + containerClass = "Supply120"; + mass = 20; + armor = 0; + passThrough = 0.5; + }; + }; + class V_19_EPOCH : Vest_Camo_Base // V_RebreatherB + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_RebreatherB"; + scope = 2; + displayName = "$STR_A3_cfgvests_rebreather_nato0"; + picture = "\A3\characters_f\Data\UI\icon_V_RebreatherB_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + hiddenUnderwaterSelections[] = { "hide" }; + shownUnderwaterSelections[] = { "unhide", "unhide2" }; + hiddenUnderwaterSelectionsTextures[] = { "\A3\characters_f\common\data\diver_equip_nato_co.paa", "\A3\characters_f\common\data\diver_equip_nato_co.paa", "\A3\characters_f\data\visors_ca.paa" }; + hiddenSelectionsTextures[] = { "\A3\characters_f\common\data\diver_equip_nato_co.paa" }; + class ItemInfo : ItemInfo + { + uniformModel = "\A3\Characters_F\Common\equip_rebreather"; + containerClass = "Supply80"; + mass = 80; + vestType = "Rebreather"; + hiddenUnderwaterSelections[] = { "hide" }; + shownUnderwaterSelections[] = { "unhide", "unhide2" }; + hiddenUnderwaterSelectionsTextures[] = { "\A3\characters_f\common\data\diver_equip_nato_co.paa", "\A3\characters_f\common\data\diver_equip_nato_co.paa", "\A3\characters_f\data\visors_ca.paa" }; + armor = 20; + passThrough = 1; + }; + }; + class V_20_EPOCH : V_19_EPOCH // V_RebreatherIR + { + scope = 2; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_RebreatherIR"; + displayName = "$STR_A3_cfgvests_rebreather_csat0"; + picture = "\A3\characters_f\Data\UI\icon_V_RebreatherIR_CA.paa"; + hiddenSelectionsTextures[] = { "\A3\characters_f\common\data\diver_equip_iran_co.paa" }; + hiddenUnderwaterSelectionsTextures[] = { "\A3\characters_f\common\data\diver_equip_iran_co.paa", "\A3\characters_f\common\data\diver_equip_iran_co.paa", "\A3\characters_f\data\visors_ca.paa" }; + }; + class V_21_EPOCH : V_2_EPOCH // V_BandollierB_oli + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_21_EPOCH"; + picture = "\A3\Characters_F_Beta\Data\ui\icon_V_Bandolier_oli_ca.paa"; + displayName = "$STR_A3_V_BANDOLLIERB_OLI0"; + hiddenSelectionsTextures[] = { "\A3\Characters_F_Beta\INDEP\Data\vests_oli_co.paa" }; + class ItemInfo : ItemInfo + { + hiddenSelectionsTextures[] = { "\A3\Characters_F_Beta\INDEP\Data\vests_oli_co.paa" }; + }; + }; + class V_22_EPOCH : Vest_Camo_Base // V_PlateCarrier1_blk + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_22_EPOCH"; + scope = 2; + picture = "\A3\Characters_F\data\ui\icon_V_plate_carrier_2_blk_CA.paa"; + displayName = "$STR_A3_V_PlateCarrier1_blk0"; + hiddenSelectionsTextures[] = { "\A3\Characters_F\BLUFOR\Data\vests_blk_co.paa" }; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : ItemInfo + { + uniformModel = "\A3\Characters_F\BLUFOR\equip_b_vest02.p3d"; + containerClass = "Supply140"; + mass = 80; + armor = 20; + passThrough = 0.5; + }; + }; + class V_23_EPOCH : Vest_NoCamo_Base // V_PlateCarrierSpec_rgr + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_23_EPOCH"; + scope = 2; + displayName = "$STR_A3_V_PlateCarrierSpec_rgr0"; + picture = "\A3\characters_f\Data\UI\icon_V_plate_carrier_1_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + hiddenSelections[] = {"camo"}; + hiddenSelectionsTextures[] = {"\A3\Characters_F_Mark\BLUFOR\Data\carrier_gl_rig_grn_co.paa"}; + class ItemInfo : ItemInfo + { + uniformModel = "\A3\Characters_F\BLUFOR\equip_b_carrier_spec_rig.p3d"; + containerClass = "Supply100"; + mass = 120; + armor = 40; + passThrough = 0.1; + hiddenSelections[] = { "camo" }; + }; + }; + class V_24_EPOCH : Vest_Camo_Base // V_Chestrig_oli + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_24_EPOCH"; + scope = 2; + displayName = "$STR_A3_ChestrigF_oli"; + picture = "\A3\Characters_F\data\ui\icon_V_FChestrig_oli_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + hiddenSelections[] = { "Camo1", "Camo2" }; + hiddenSelectionsTextures[] = { "\A3\Characters_F\Common\Data\equip_chestrig_oli_co.paa", "\A3\Characters_F_Beta\INDEP\Data\armor1_oli_co.paa" }; + class ItemInfo : ItemInfo + { + uniformModel = "\A3\Characters_F\Common\equip_chestrig.p3d"; + containerClass = "Supply140"; + mass = 20; + armor = 0; + passThrough = 1; + hiddenSelections[] = { "Camo1", "Camo2" }; + }; + }; + class V_25_EPOCH : Vest_Camo_Base // V_TacVest_camo + { + femaleVest = "V_F4_EPOCH"; + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_25_EPOCH"; + scope = 2; + displayName = "$STR_A3_V_TacVest_camo0"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + picture = "\A3\Characters_F\data\ui\icon_V_TacVest_camo_CA.paa"; + hiddenSelectionsTextures[] = { "\A3\Characters_F_Bootcamp\Common\Data\tacticalvest_camo_co.paa" }; + class ItemInfo : ItemInfo + { + uniformModel = "A3\Characters_F\Common\equip_tacticalvest"; + containerClass = "Supply100"; + mass = 40; + armor = 20; + passThrough = 1; + }; + }; + class V_26_EPOCH : Vest_Camo_Base // V_TacVest_blk_POLICE + { + femaleVest = "V_F5_EPOCH"; + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_TacVest_blk_POLICE"; + scope = 2; + displayName = "$STR_A3_V_TacVest_blk_POLICE0"; + picture = "\A3\characters_f\Data\UI\icon_V_TacVest_blk_police_CA.paa"; + hiddenSelectionsTextures[] = { "\A3\Characters_F\Common\Data\tacticalvest_police_co.paa" }; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : ItemInfo + { + uniformModel = "A3\Characters_F\Common\equip_tacticalvest"; + containerClass = "Supply100"; + mass = 60; + armor = 100; + passThrough = 0.7; + }; + }; + class V_27_EPOCH : Vest_NoCamo_Base // V_TacVestIR_blk + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_TacVestIR_blk"; + scope = 2; + displayName = "$STR_A3_V_TacVestIR_blk0"; + picture = "\A3\characters_f\Data\UI\icon_V_TacVestIR_blk_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : VestItem + { + uniformModel = "\A3\Characters_F_Beta\INDEP\equip_ir_vest01"; + containerClass = "Supply100"; + mass = 50; + armor = 20; + passThrough = 0.5; + }; + }; + class V_28_EPOCH : Vest_Camo_Base // V_TacVestCamo_khk + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_TacVestCamo_khk"; + scope = 1; + scopeCurator = 1; + displayName = "$STR_A3_V_TacVestCamo_khk0"; + picture = "\A3\characters_f\Data\UI\icon_V_TacVest_Camo_CA.paa"; + hiddenSelectionsTextures[] = { "\A3\Characters_F_Bootcamp\Common\Data\tacticalvest_camo_co.paa" }; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : VestItem + { + uniformModel = "A3\Characters_F\Common\equip_tacticalvest"; + hiddenSelections[] = { "camo" }; + hiddenSelectionsTextures[] = { "\A3\Characters_F_Bootcamp\Common\Data\tacticalvest_camo_co.paa" }; + containerClass = "Supply100"; + mass = 40; + armor = 20; + passThrough = 1; + }; + }; + class V_29_EPOCH : V_17_EPOCH // V_HarnessO_gry + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_HarnessO_gry"; + picture = "\A3\characters_f_beta\Data\UI\icon_V_HarnessOU_gry_CA.paa"; + displayName = "$STR_A3_V_HarnessO_gry0"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + hiddenSelections[] = { "Camo1", "Camo2" }; + hiddenSelectionsTextures[] = { "\A3\Characters_F\OPFOR\Data\clothing_oucamo_co.paa", "\A3\Characters_F\OPFOR\Data\tech_oucamo_co" }; + class ItemInfo : ItemInfo + { + uniformModel = "\A3\Characters_F\OPFOR\equip_o_vest01"; + containerClass = "Supply160"; + mass = 30; + armor = 0; + passThrough = 0.5; + hiddenSelections[] = { "Camo1", "Camo2" }; + }; + }; + class V_30_EPOCH : V_29_EPOCH // V_HarnessOGL_gry + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_HarnessOGL_gry"; + picture = "\A3\characters_f_beta\Data\UI\icon_V_HarnessOUGL_gry_CA.paa"; + displayName = "$STR_A3_V_HarnessOGL_gry0"; + class ItemInfo : ItemInfo + { + uniformModel = "\A3\Characters_F\OPFOR\equip_o_vest_gl"; + containerClass = "Supply120"; + mass = 20; + armor = 0; + passThrough = 0.5; + hiddenSelections[] = { "Camo1", "Camo2" }; + }; + }; + class V_31_EPOCH : V_17_EPOCH // V_HarnessOSpec_brn + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_HarnessOSpec_brn"; + scope = 2; + displayName = "$STR_A3_V_HarnessOSpec_brn0"; + picture = "\A3\characters_f\Data\UI\icon_V_HarnessO_brn_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : VestItem + { + uniformModel = "\A3\Characters_F\OPFOR\equip_o_vest01"; + containerClass = "Supply160"; + mass = 30; + armor = 0; + passThrough = 0.5; + }; + }; + class V_32_EPOCH : V_29_EPOCH // V_HarnessOSpec_gry + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_HarnessOSpec_gry"; + picture = "\A3\characters_f_beta\Data\UI\icon_V_HarnessOU_gry_CA.paa"; + displayName = "$STR_A3_V_HarnessOSpec_gry0"; + class ItemInfo : ItemInfo + { + uniformModel = "\A3\Characters_F\OPFOR\equip_o_vest01"; + containerClass = "Supply160"; + mass = 30; + armor = 0; + passThrough = 0.5; + hiddenSelections[] = { "Camo1", "Camo2" }; + }; + }; + class V_33_EPOCH : Vest_NoCamo_Base // V_PlateCarrierIA1_dgtl + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_PlateCarrierIA1_dgtl"; + scope = 2; + displayName = "$STR_A3_V_PlateCarrierIA1_dgtl0"; + picture = "\A3\characters_f_Beta\Data\UI\icon_V_I_Vest_01_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : VestItem + { + uniformModel = "A3\Characters_F_Beta\INDEP\equip_ia_vest01"; + containerClass = "Supply120"; + mass = 60; + armor = 20; + passThrough = 0.5; + }; + }; + class V_34_EPOCH : V_33_EPOCH // V_PlateCarrierIA2_dgtl + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_PlateCarrierIA2_dgtl"; + displayName = "$STR_A3_V_PlateCarrierIA2_dgtl0"; + picture = "\A3\characters_f_Beta\Data\UI\icon_V_I_Vest_02_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : VestItem + { + uniformModel = "A3\Characters_F_Beta\INDEP\equip_ia_vest02"; + containerClass = "Supply180"; + mass = 60; + armor = 15; + passThrough = 0.5; + }; + }; + class V_35_EPOCH : V_34_EPOCH // V_PlateCarrierIAGL_dgtl + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_PlateCarrierIAGL_dgtl"; + scope = 2; + displayName = "$STR_A3_V_PlateCarrierIAGL_dgtl0"; + picture = "\A3\Characters_F_Beta\Data\UI\icon_V_I_Vest_02_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + DLC = "Mark"; + hiddenSelections[] = {"camo1","camo2"}; + hiddenSelectionsTextures[] = {"\A3\Characters_F_Beta\INDEP\Data\equip_ia_vest01_co.paa","\A3\Characters_F_Mark\INDEP\Data\ga_carrier_gl_rig_digi_co.paa"}; + class ItemInfo : VestItem + { + uniformModel = "\A3\Characters_F_beta\INDEP\equip_ia_ga_carrier_gl_rig.p3d"; + containerClass = "Supply120"; + mass = 80; + armor = 100; + passThrough = 0.7; + hiddenSelections[] = { "camo1", "camo2" }; + }; + }; + class V_36_EPOCH : V_19_EPOCH // V_RebreatherIA + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_RebreatherIA"; + displayName = "$STR_A3_cfgvests_rebreather_aaf0"; + picture = "\A3\characters_f\Data\UI\icon_V_RebreatherRU_CA.paa"; + hiddenSelectionsTextures[] = { "\A3\characters_f\common\data\diver_equip_rus_co.paa" }; + hiddenUnderwaterSelectionsTextures[] = { "\A3\characters_f\common\data\diver_equip_rus_co.paa", "\A3\characters_f\common\data\diver_equip_rus_co.paa", "\A3\characters_f\data\visors_ca.paa" }; + }; + class V_37_EPOCH : V_6_EPOCH // V_PlateCarrier_Kerry + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_37_EPOCH"; + scope = 2; + picture = "\A3\characters_f\Data\UI\icon_V_plate_carrier_1_CA.paa"; + displayName = "$STR_A3_V_PlateCarrier1_rgr_V_PlateCarrier_Kerry0"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + class ItemInfo : ItemInfo + { + uniformModel = "\A3\Characters_F_EPA\BLUFOR\equip_b_vest_kerry.p3d"; + containerClass = "Supply140"; + mass = 80; + armor = 30; + passThrough = 0.5; + }; + }; + class V_38_EPOCH : V_6_EPOCH // V_PlateCarrierL_CTRG + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_PlateCarrierL_CTRG"; + picture = "\A3\Characters_F_EPA\Data\ui\Icon_V_plate_carrier_snake_ca.paa"; + displayName = "$STR_A3_V_PlateCarrierL_CTRG0"; + hiddenSelections[] = { "camo" }; + hiddenSelectionsTextures[] = { "\A3\Characters_F_EPA\BLUFOR\Data\vests_snake_co.paa" }; + class ItemInfo : ItemInfo + { + uniformModel = "\A3\Characters_F\BLUFOR\equip_b_vest02.p3d"; + containerClass = "Supply140"; + mass = 80; + armor = 20; + passThrough = 0.5; + hiddenSelections[] = { "camo" }; + }; + }; + class V_39_EPOCH : V_7_EPOCH // V_PlateCarrierH_CTRG + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_PlateCarrierH_CTRG"; + picture = "\A3\Characters_F_EPA\Data\ui\Icon_V_plate_carrier_snake_ca.paa"; + displayName = "$STR_A3_V_PlateCarrierH_CTRG0"; + hiddenSelections[] = { "camo" }; + hiddenSelectionsTextures[] = { "\A3\Characters_F_EPA\BLUFOR\Data\vests_snake_co.paa" }; + class ItemInfo : ItemInfo + { + uniformModel = "\A3\Characters_F\BLUFOR\equip_b_vest01.p3d"; + containerClass = "Supply140"; + mass = 100; + armor = 30; + passThrough = 0.5; + hiddenSelections[] = { "camo" }; + }; + }; + class V_40_EPOCH : V_25_EPOCH // V_I_G_resistanceLeader_F + { + author = "$STR_A3_Bohemia_Interactive"; + _generalMacro = "V_I_G_resistanceLeader_F"; + picture = "\A3\Characters_F_EPB\data\ui\icon_V_I_G_resistanceLeader_F_ca.paa"; + displayName = "$STR_A3_V_I_G_resistanceLeader_F0"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + hiddenSelections[] = { "camo" }; + hiddenSelectionsTextures[] = { "\A3\Characters_F_EPB\Common\Data\tacticalvest_camo_dark_co.paa" }; + class ItemInfo : ItemInfo + { + uniformModel = "A3\Characters_F\Common\equip_tacticalvest"; + }; + }; + + class V_F41_EPOCH : Vest_Camo_Base + { + maleVest = "V_41_EPOCH"; + scope = 2; + displayName = "Side Pack (female)"; + picture = "\x\addons\a3_epoch_assets\textures\side pack\equip_sidepack_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + hiddenSelectionsTextures[] = { "\x\addons\a3_epoch_assets\textures\side pack\sidepack_co.paa" }; + class ItemInfo : ItemInfo + { + uniformModel = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\sidepack_female.p3d"; + containerClass = "Supply150"; + mass = 20; + armor = 0; + passThrough = 1; + }; + }; + class V_41_EPOCH : Vest_Camo_Base + { + femaleVest = "V_F41_EPOCH"; + scope = 2; + displayName = "Side Pack (male)"; + picture = "\x\addons\a3_epoch_assets\textures\side pack\equip_sidepack_ca.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + hiddenSelectionsTextures[] = { "\x\addons\a3_epoch_assets\textures\side pack\sidepack_co.paa" }; + class ItemInfo : ItemInfo + { + uniformModel = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\sidepack_male.p3d"; + containerClass = "Supply150"; + mass = 20; + armor = 0; + passThrough = 1; + }; + }; + + + + + + + + class HeadgearItem: InventoryItem_Base_F + { + allowedSlots[] = {901,605}; + type = 605; + hiddenSelections[] = {}; + hitpointName = "HitHead"; + }; + class H_F0_EPOCH: ItemCore + { + scope = 2; + displayName = "Red Beret"; + picture = "\A3\characters_f\Data\UI\icon_H_Cap_blk_CA.paa"; + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + hiddenSelections[] = {"camo"}; + hiddenSelectionsTextures[] = {"\x\addons\a3_epoch_assets\textures\Beret\beretRcamo_Co.paa"}; + class ItemInfo: HeadgearItem + { + mass = 10; + uniformModel = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\beret.p3d"; + allowedSlots[] = {801,901,701,605}; + modelSides[] = {6}; + armor = 0; + passThrough = 1; + hiddenSelections[] = {"camo"}; + }; + }; + class H_F1_EPOCH: H_F0_EPOCH + { + scope = 2; + displayName = "Green Beret"; + hiddenSelectionsTextures[] = {"\x\addons\a3_epoch_assets\textures\Beret\beretGcamo_Co.paa"}; + hiddenSelectionsMaterials[] = {"\x\addons\a3_epoch_assets\textures\Beret\beretGcamo.rvmat"}; + }; + class H_F2_EPOCH: H_F0_EPOCH + { + scope = 2; + displayName = "Pink Beret"; + hiddenSelectionsTextures[] = {"\x\addons\a3_epoch_assets\textures\Beret\beretPcamo_Co.paa"}; + hiddenSelectionsMaterials[] = {"\x\addons\a3_epoch_assets\textures\Beret\beretPcamo.rvmat"}; + }; + class H_F3_EPOCH: H_F0_EPOCH + { + scope = 2; + displayName = "Blue Beret"; + hiddenSelectionsTextures[] = {"\x\addons\a3_epoch_assets\textures\Beret\beretBcamo_Co.paa"}; + hiddenSelectionsMaterials[] = {"\x\addons\a3_epoch_assets\textures\Beret\beretBcamo.rvmat"}; + }; + class H_F4_EPOCH: H_F0_EPOCH + { + scope = 2; + displayName = "Orange Beret"; + hiddenSelectionsTextures[] = {"\x\addons\a3_epoch_assets\textures\Beret\beretOcamo_Co.paa"}; + hiddenSelectionsMaterials[] = {"\x\addons\a3_epoch_assets\textures\Beret\beretOcamo.rvmat"}; + }; + class H_F5_EPOCH: H_F0_EPOCH + { + scope = 2; + displayName = "Yellow Beret"; + hiddenSelectionsTextures[] = {"\x\addons\a3_epoch_assets\textures\Beret\beretYcamo_Co.paa"}; + hiddenSelectionsMaterials[] = {"\x\addons\a3_epoch_assets\textures\Beret\beretYcamo.rvmat"}; + }; + class H_HelmetB; + class H_1_EPOCH: H_HelmetB + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_HelmetB_camo; + class H_2_EPOCH: H_HelmetB_camo + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_HelmetB_paint; + class H_3_EPOCH: H_HelmetB_paint + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_HelmetB_light; + class H_4_EPOCH: H_HelmetB_light + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Helmet_Kerry; + class H_5_EPOCH: H_Helmet_Kerry + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_HelmetB_grass; + class H_6_EPOCH: H_HelmetB_grass + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_HelmetB_snakeskin; + class H_7_EPOCH: H_HelmetB_snakeskin + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_HelmetB_desert; + class H_8_EPOCH: H_HelmetB_desert + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_HelmetB_black; + class H_9_EPOCH: H_HelmetB_black + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_HelmetB_sand; + class H_10_EPOCH: H_HelmetB_sand + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_11_EPOCH: H_F0_EPOCH + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_HelmetB_plain_mcamo; + class H_12_EPOCH: H_HelmetB_plain_mcamo + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_HelmetB_plain_blk; + class H_13_EPOCH: H_HelmetB_plain_blk + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_HelmetB_light_grass; + class H_14_EPOCH: H_HelmetB_light_grass + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_HelmetB_light_snakeskin; + class H_15_EPOCH: H_HelmetB_light_snakeskin + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_HelmetB_light_desert; + class H_16_EPOCH: H_HelmetB_light_desert + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_HelmetB_light_black; + class H_17_EPOCH: H_HelmetB_light_black + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_HelmetB_light_sand; + class H_18_EPOCH: H_HelmetB_light_sand + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_HelmetSpecB; + class H_19_EPOCH: H_HelmetSpecB + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_HelmetSpecB_paint1; + class H_20_EPOCH: H_HelmetSpecB_paint1 + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_HelmetSpecB_paint2; + class H_21_EPOCH: H_HelmetSpecB_paint2 + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_HelmetSpecB_blk; + class H_22_EPOCH: H_HelmetSpecB_blk + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_HelmetIA; + class H_23_EPOCH: H_HelmetIA + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_HelmetIA_net; + class H_24_EPOCH: H_HelmetIA_net + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_HelmetIA_camo; + class H_25_EPOCH: H_HelmetIA_camo + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_HelmetCrew_B; + class H_26_EPOCH: H_HelmetCrew_B + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_HelmetCrew_O; + class H_27_EPOCH: H_HelmetCrew_O + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_28_EPOCH: H_F1_EPOCH + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_PilotHelmetFighter_B; + class H_29_EPOCH: H_PilotHelmetFighter_B + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_PilotHelmetFighter_O; + class H_30_EPOCH: H_PilotHelmetFighter_O + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_PilotHelmetFighter_I; + class H_31_EPOCH: H_PilotHelmetFighter_I + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_PilotHelmetHeli_B; + class H_32_EPOCH: H_PilotHelmetHeli_B + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_PilotHelmetHeli_I; + class H_33_EPOCH: H_PilotHelmetHeli_I + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Beret_red; + class H_34_EPOCH: H_Beret_red + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_PilotHelmetHeli_O; + class H_35_EPOCH: H_PilotHelmetHeli_O + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_CrewHelmetHeli_B; + class H_36_EPOCH: H_CrewHelmetHeli_B + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_CrewHelmetHeli_O; + class H_37_EPOCH: H_CrewHelmetHeli_O + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_CrewHelmetHeli_I; + class H_38_EPOCH: H_CrewHelmetHeli_I + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Booniehat_khk; + class H_39_EPOCH: H_Booniehat_khk + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Booniehat_khk_hs; + class H_40_EPOCH: H_Booniehat_khk_hs + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Booniehat_indp; + class H_41_EPOCH: H_Booniehat_indp + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Booniehat_grn; + class H_42_EPOCH: H_Booniehat_grn + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Booniehat_tan; + class H_43_EPOCH: H_Booniehat_tan + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Booniehat_dirty; + class H_44_EPOCH: H_Booniehat_dirty + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Booniehat_dgtl; + class H_45_EPOCH: H_Booniehat_dgtl + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Booniehat_mcamo; + class H_46_EPOCH: H_Booniehat_mcamo + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Cap_red; + class H_47_EPOCH: H_Cap_red + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Cap_blu; + class H_48_EPOCH: H_Cap_blu + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Cap_oli; + class H_49_EPOCH: H_Cap_oli + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Cap_oli_hs; + class H_50_EPOCH: H_Cap_oli_hs + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Cap_tan; + class H_51_EPOCH: H_Cap_tan + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Cap_blk; + class H_52_EPOCH: H_Cap_blk + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Cap_blk_CMMG; + class H_53_EPOCH: H_Cap_blk_CMMG + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Cap_brn_SPECOPS; + class H_54_EPOCH: H_Cap_brn_SPECOPS + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Cap_tan_specops_US; + class H_55_EPOCH: H_Cap_tan_specops_US + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Cap_khaki_specops_UK; + class H_56_EPOCH: H_Cap_khaki_specops_UK + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Cap_grn; + class H_57_EPOCH: H_Cap_grn + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Cap_grn_BI; + class H_58_EPOCH: H_Cap_grn_BI + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Cap_blk_Raven; + class H_59_EPOCH: H_Cap_blk_Raven + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Cap_blk_ION; + class H_60_EPOCH: H_Cap_blk_ION + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Cap_headphones; + class H_61_EPOCH: H_Cap_headphones + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Bandanna_surfer; + class H_62_EPOCH: H_Bandanna_surfer + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Bandanna_khk; + class H_63_EPOCH: H_Bandanna_khk + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Bandanna_khk_hs; + class H_64_EPOCH: H_Bandanna_khk_hs + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Bandanna_cbr; + class H_65_EPOCH: H_Bandanna_cbr + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Bandanna_sgg; + class H_66_EPOCH: H_Bandanna_sgg + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Bandanna_gry; + class H_67_EPOCH: H_Bandanna_gry + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Bandanna_camo; + class H_68_EPOCH: H_Bandanna_camo + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Bandanna_mcamo; + class H_69_EPOCH: H_Bandanna_mcamo + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Shemag_olive; + class H_70_EPOCH: H_Shemag_olive + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Beret_blk; + class H_71_EPOCH: H_Beret_blk + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Beret_ocamo; + class H_72_EPOCH: H_Beret_ocamo + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Beret_02; + class H_73_EPOCH: H_Beret_02 + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Watchcap_blk; + class H_74_EPOCH: H_Watchcap_blk + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Watchcap_khk; + class H_75_EPOCH: H_Watchcap_khk + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Watchcap_camo; + class H_76_EPOCH: H_Watchcap_camo + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Watchcap_sgg; + class H_77_EPOCH: H_Watchcap_sgg + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_StrawHat; + class H_78_EPOCH: H_StrawHat + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_StrawHat_dark; + class H_79_EPOCH: H_StrawHat_dark + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Hat_blue; + class H_80_EPOCH: H_Hat_blue + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Hat_brown; + class H_81_EPOCH: H_Hat_brown + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Hat_camo; + class H_82_EPOCH: H_Hat_camo + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Hat_grey; + class H_83_EPOCH: H_Hat_grey + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Hat_checker; + class H_84_EPOCH: H_Hat_checker + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Hat_tan; + class H_85_EPOCH: H_Hat_tan + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_MilCap_oucamo; + class H_86_EPOCH: H_MilCap_oucamo + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_MilCap_rucamo; + class H_87_EPOCH: H_MilCap_rucamo + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_MilCap_gry; + class H_88_EPOCH: H_MilCap_gry + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_MilCap_dgtl; + class H_89_EPOCH: H_MilCap_dgtl + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_MilCap_blue; + class H_90_EPOCH: H_MilCap_blue + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_MilCap_ocamo; + class H_91_EPOCH: H_MilCap_ocamo + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_MilCap_mcamo; + class H_92_EPOCH: H_MilCap_mcamo + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + // Karts + class H_RacingHelmet_1_F; + class H_93_EPOCH : H_RacingHelmet_1_F + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_RacingHelmet_2_F; + class H_94_EPOCH : H_RacingHelmet_2_F + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_RacingHelmet_3_F; + class H_95_EPOCH : H_RacingHelmet_3_F + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_RacingHelmet_4_F; + class H_96_EPOCH : H_RacingHelmet_4_F + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_RacingHelmet_1_black_F; + class H_97_EPOCH : H_RacingHelmet_1_black_F + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_RacingHelmet_1_blue_F; + class H_98_EPOCH : H_RacingHelmet_1_blue_F + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_RacingHelmet_1_green_F; + class H_99_EPOCH : H_RacingHelmet_1_green_F + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_RacingHelmet_1_red_F; + class H_100_EPOCH : H_RacingHelmet_1_red_F + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_RacingHelmet_1_white_F; + class H_101_EPOCH : H_RacingHelmet_1_white_F + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_RacingHelmet_1_yellow_F; + class H_102_EPOCH : H_RacingHelmet_1_yellow_F + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_RacingHelmet_1_orange_F; + class H_103_EPOCH : H_RacingHelmet_1_orange_F + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + class H_Cap_marshal; + class H_104_EPOCH : H_Cap_marshal + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + + + + class Rifle; + class Rifle_Base_F: Rifle + { + class WeaponSlotsInfo; + class GunParticles; + }; + class UGL_F; + class Test_weapon_01_Base_F: Rifle_Base_F + { + magazines[] = {"30Rnd_test_mag_Tracer","30Rnd_test_mag"}; + reloadAction = "GestureReloadMX"; + discreteDistanceInitIndex = 0; + maxRecoilSway = 0.0125; + swayDecaySpeed = 1.25; + class GunParticles: GunParticles + { + class SecondEffect + { + positionName = "Nabojnicestart"; + directionName = "Nabojniceend"; + effectName = "CaselessAmmoCloud"; + }; + }; + class WeaponSlotsInfo: WeaponSlotsInfo + { + class MuzzleSlot: SlotInfo + { + linkProxy = "\A3\data_f\proxies\weapon_slots\MUZZLE"; + compatibleItems[] = {"test_suppressor"}; + }; + class CowsSlot: CowsSlot{}; + class PointerSlot: PointerSlot{}; + }; + opticsZoomMin = 0.375; + opticsZoomMax = 1.1; + opticsZoomInit = 0.75; + distanceZoomMin = 300; + distanceZoomMax = 300; + descriptionShort = "Testing weapon with grenade launcher"; + handAnim[] = {"OFP2_ManSkeleton","\A3\Weapons_F\Rifles\MX\data\Anim\MX_gl.rtm"}; + dexterity = 1.8; + caseless[] = {"",1,1,1}; + soundBullet[] = {"caseless",1}; + selectionFireAnim = "muzzleFlash"; + modes[] = {"Single","FullAuto","fullauto_medium","single_medium_optics1","single_far_optics2"}; + class Single: Mode_SemiAuto + { + begin1[] = {"A3\sounds_f\weapons\MX\mx-st-full-1","db3",1,1200}; + begin2[] = {"A3\sounds_f\weapons\MX\mx-st-full-2","db3",1,1200}; + soundBegin[] = {"begin1",0.5,"begin2",0.5}; + closure1[] = {"A3\sounds_f\weapons\closure\closure_rifle_6","db3",1,10}; + closure2[] = {"A3\sounds_f\weapons\closure\closure_rifle_7","db3",1,10}; + soundClosure[] = {"closure1",0.5,"closure2",0.5}; + weaponSoundEffect = "DefaultRifle"; + reloadTime = 0.096; + dispersion = 0.00087; + recoil = "recoil_single_Test_rifle_01"; + recoilProne = "recoil_single_prone_Test_rifle_01"; + minRange = 2; + minRangeProbab = 0.5; + midRange = 200; + midRangeProbab = 0.7; + maxRange = 400; + maxRangeProbab = 0.3; + }; + class FullAuto: Mode_FullAuto + { + begin1[] = {"x\addons\a3_epoch_assets\sounds\RollinsA","db3",1,1200}; + begin2[] = {"x\addons\a3_epoch_assets\sounds\RollinsB","db3",1,1200}; + soundBegin[] = {"begin1",0.5,"begin2",0.5}; + closure1[] = {"A3\sounds_f\weapons\closure\sfx_gm6a","db3",1,10}; + closure2[] = {"A3\sounds_f\weapons\closure\sfx_gm6b","db3",1,10}; + soundClosure[] = {"closure1",0.5,"closure2",0.5}; + weaponSoundEffect = "DefaultRifle"; + reloadTime = 0.096; + dispersion = 0.00087; + recoil = "recoil_auto_Test_rifle_01"; + recoilProne = "recoil_auto_prone_Test_rifle_01"; + minRange = 0; + minRangeProbab = 0.9; + midRange = 15; + midRangeProbab = 0.7; + maxRange = 30; + maxRangeProbab = 0.1; + aiRateOfFire = 1e-006; + }; + class fullauto_medium: FullAuto + { + showToPlayer = 0; + burst = 3; + minRange = 2; + minRangeProbab = 0.5; + midRange = 75; + midRangeProbab = 0.7; + maxRange = 150; + maxRangeProbab = 0.05; + aiRateOfFire = 2.0; + aiRateOfFireDistance = 200; + }; + class single_medium_optics1: Single + { + requiredOpticType = 1; + showToPlayer = 0; + minRange = 2; + minRangeProbab = 0.2; + midRange = 450; + midRangeProbab = 0.7; + maxRange = 600; + maxRangeProbab = 0.2; + aiRateOfFire = 6; + aiRateOfFireDistance = 600; + }; + class single_far_optics2: single_medium_optics1 + { + requiredOpticType = 2; + showToPlayer = 0; + minRange = 100; + minRangeProbab = 0.1; + midRange = 500; + midRangeProbab = 0.6; + maxRange = 700; + maxRangeProbab = 0.05; + aiRateOfFire = 8; + aiRateOfFireDistance = 700; + }; + class Test_GL_F: UGL_F + { + displayName = "Test grenade launcher"; + descriptionShort = "TGL"; + useModelOptics = 0; + useExternalOptic = 0; + magazines[] = {"1Rnd_HE_Grenade_shell"}; + cameraDir = "OP_look"; + discreteDistance[] = {100,200,300,400}; + discreteDistanceCameraPoint[] = {"OP_eye","OP_eye2","OP_eye3","OP_eye4"}; + discreteDistanceInitIndex = 1; + }; + aiDispersionCoefY = 6.0; + aiDispersionCoefX = 4.0; + drySound[] = {"A3\sounds_f\weapons\Other\dry_1","db-5",1,10}; + reloadMagazineSound[] = {"A3\sounds_f\weapons\reloads\new_MX","db-8",1,30}; + }; + class Rollins_F: Test_weapon_01_Base_F + { + scope = 2; + displayName = "Rollins Rifle"; + descriptionShort = "1940 .45 Rollins Rifle"; + magazines[] = {"5Rnd_rollins_mag"}; + model = "\x\addons\a3_epoch_assets_3\CfgWeapons\rollins.p3d"; + handAnim[] = {"OFP2_ManSkeleton","\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\rollins.rtm"}; + picture = "\x\addons\a3_epoch_assets\textures\rollins\gear_rollins_x_ca.paa"; + weaponInfoType = "RscWeaponZeroing"; + + modes[] = {"Single"}; + class Single: Mode_SemiAuto + { + sounds[] = { StandardSound, SilencedSound }; + + class BaseSoundModeType + { + weaponSoundEffect = "DefaultRifle"; + + closure1[] = { "x\addons\a3_epoch_assets\sounds\Rollins_Lever", "db3", 1, 10 }; + closure2[] = { "x\addons\a3_epoch_assets\sounds\Rollins_Lever", "db3", 1, 10 }; + soundClosure[] = { "closure1", 0.5, "closure2", 0.5 }; + }; + + class StandardSound : BaseSoundModeType + { + begin1[] = { "x\addons\a3_epoch_assets\sounds\RollinsA", "db3", 1, 1200 }; + begin2[] = { "x\addons\a3_epoch_assets\sounds\RollinsB", "db3", 1, 1200 }; + soundBegin[] = { "begin1", 0.5, "begin2", 0.5 }; + }; + + class SilencedSound : BaseSoundModeType + { + begin1[] = { "x\addons\a3_epoch_assets\sounds\RollinsA", "db3", 1, 1200 }; + begin2[] = { "x\addons\a3_epoch_assets\sounds\RollinsB", "db3", 1, 1200 }; + soundBegin[] = { "begin1", 0.5, "begin2", 0.5 }; + }; + + weaponSoundEffect = "DefaultRifle"; + reloadTime = 0.72; + dispersion = 0.00087; + recoil = "recoil_single_Test_rifle_01"; + recoilProne = "recoil_single_prone_Test_rifle_01"; + minRange = 2; + minRangeProbab = 0.5; + midRange = 200; + midRangeProbab = 0.7; + maxRange = 400; + maxRangeProbab = 0.3; + }; + class WeaponSlotsInfo: WeaponSlotsInfo + { + mass = 60; + }; + drySound[] = {"A3\sounds_f\weapons\Other\dry_1","db-5",1,10}; + reloadMagazineSound[] = {"A3\sounds_f\weapons\reloads\new_MX","db-8",1,30}; + }; + class ChainSaw: Test_weapon_01_Base_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_1\models\chainsaw.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_chainsaw_CA.paa"; + displayName = "Chainsaw"; + descriptionShort = "Hermlite Chainsaw"; + magazines[] = {"CSGAS"}; + handAnim[] = {"OFP2_ManSkeleton","\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\saw_idle.rtm"}; + UiPicture = "\A3\Weapons_F\Data\UI\icon_gl_CA.paa"; + weaponInfoType = "RscWeaponZeroing"; + + class GunParticles {}; + class WeaponSlotsInfo + { + mass = 80; + }; + + modes[] = {"FullAuto"}; + class FullAuto: Mode_FullAuto + { + sounds[] = { StandardSound, SilencedSound }; + + class BaseSoundModeType + { + weaponSoundEffect = "DefaultRifle"; + + closure1[] = { "", "db3", 1, 10 }; + soundClosure[] = { "closure1", 0.5}; + }; + + class StandardSound : BaseSoundModeType + { + begin1[] = { "\x\addons\a3_epoch_assets_1\sounds\chainsaw\running2.ogg", 1.77828, 1, 1000 }; + soundBegin[] = { "begin1", 1 }; + }; + + class SilencedSound : BaseSoundModeType + { + begin1[] = { "\x\addons\a3_epoch_assets_1\sounds\chainsaw\running2.ogg", 1.77828, 1, 1000 }; + soundBegin[] = { "begin1", 1 }; + }; + + reloadTime = 0.15; + dispersion = 0.2; + recoil = "recoil_auto_machinegun_10outof10"; + recoilProne = "recoil_auto_machinegun_prone_10outof10"; + minRange = 0.5; + minRangeProbab = 0.8; + midRange = 1; + midRangeProbab = 1.5; + maxRange = 2; + maxRangeProbab = 2.5; + aiRateOfFire = 1e-006; + }; + drySound[] = {"\x\addons\a3_epoch_assets_1\sounds\chainsaw\start-attempt.ogg",0.01,1,10}; + reloadMagazineSound[] = {"\x\addons\a3_epoch_assets_1\sounds\chainsaw\start-attempt.ogg",0.1,1,20}; + }; + class ChainSawB: ChainSaw + { + model = "\x\addons\a3_epoch_assets_1\models\chainsaw_B.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_chainsawB_CA.paa"; + descriptionShort = "Hermlite Chainsaw (Blue)"; + }; + class ChainSawG: ChainSaw + { + model = "\x\addons\a3_epoch_assets_1\models\chainsaw_G.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_chainsawG_CA.paa"; + descriptionShort = "Hermlite Chainsaw (Green)"; + }; + class ChainSawP: ChainSaw + { + model = "\x\addons\a3_epoch_assets_1\models\chainsaw_P.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_chainsawP_CA.paa"; + descriptionShort = "Hermlite Chainsaw (Pink)"; + }; + class ChainSawR: ChainSaw + { + model = "\x\addons\a3_epoch_assets_1\models\chainsaw_R.p3d"; + picture = "\x\addons\a3_epoch_assets_1\pictures\equip_chainsawR_CA.paa"; + descriptionShort = "Hermlite Chainsaw (Red)"; + }; + class Pistol; + class Pistol_Base_F: Pistol + { + class WeaponSlotsInfo; + }; + + class Hatchet: Pistol_Base_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgWeapons\hatchet.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\hatchet\equip_hatchet_ca.paa"; + magazines[] = {"hatchet_swing"}; + displayname = "Hatchet"; + descriptionShort = "Hatchet"; + cursor = "EmptyCursor"; + cursorAim = "throw"; + cursorSize = 1; + weaponInfoType = "RscWeaponEmpty"; + class WeaponSlotsInfo + { + mass = 20; + }; + + reloadAction = "GestureReloadPistol"; + recoil = "recoil_pistol_zubr"; + + modes[] = { "Single" }; + class Single : Mode_SemiAuto + { + sounds[] = { "StandardSound", "SilencedSound" }; + class BaseSoundModeType + { + closure1[] = { "", 0.2238721, 1, 10 }; + soundClosure[] = { "closure1", 1.0 }; + }; + class StandardSound : BaseSoundModeType + { + begin1[] = { "", 3.981072, 1, 1200 }; + soundBegin[] = { "begin1", 1.0 }; + }; + class SilencedSound : BaseSoundModeType + { + begin1[] = { "", 0.56234133, 1, 400 }; + soundBegin[] = { "begin1", 1.0 }; + }; + recoil = "recoil_pistol_light"; + recoilProne = "recoil_prone_pistol_light"; + reloadTime = 0.13; + dispersion = 0.0029; + minRange = 5; + minRangeProbab = 0.3; + midRange = 25; + midRangeProbab = 0.6; + maxRange = 50; + maxRangeProbab = 0.1; + aiRateOfFire = 2; + aiRateOfFireDistance = 25; + }; + }; + class CrudeHatchet : Pistol_Base_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgWeapons\crude_hatchet.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\improv_weapon\gear_crudeHatchet_ca.paa"; + magazines[] = { "hatchet_swing" }; + displayname = "Crude Hatchet"; + descriptionShort = "Crude Hatchet"; + cursor = "EmptyCursor"; + cursorAim = "throw"; + cursorSize = 1; + weaponInfoType = "RscWeaponEmpty"; + class WeaponSlotsInfo + { + mass = 20; + }; + + reloadAction = "GestureReloadPistol"; + recoil = "recoil_pistol_zubr"; + + modes[] = { "Single" }; + class Single : Mode_SemiAuto + { + sounds[] = { "StandardSound", "SilencedSound" }; + class BaseSoundModeType + { + closure1[] = { "", 0.2238721, 1, 10 }; + soundClosure[] = { "closure1", 1.0 }; + }; + class StandardSound : BaseSoundModeType + { + begin1[] = { "", 3.981072, 1, 1200 }; + soundBegin[] = { "begin1", 1.0 }; + }; + class SilencedSound : BaseSoundModeType + { + begin1[] = { "", 0.56234133, 1, 400 }; + soundBegin[] = { "begin1", 1.0 }; + }; + recoil = "recoil_pistol_light"; + recoilProne = "recoil_prone_pistol_light"; + reloadTime = 0.13; + dispersion = 0.0029; + minRange = 5; + minRangeProbab = 0.3; + midRange = 25; + midRangeProbab = 0.6; + maxRange = 50; + maxRangeProbab = 0.1; + aiRateOfFire = 2; + aiRateOfFireDistance = 25; + }; + + }; + + class MultiGun: Pistol_Base_F + { + scope = 2; + model = "\x\addons\a3_epoch_assets_3\CfgWeapons\repairGun.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\repairGun\gear_multigun_x_ca.paa"; + magazines[] = {"EnergyPack","EnergyPackLg"}; + displayname = "Multi Gun"; + descriptionShort = "Multi Gun"; + class Library + { + libTextDesc = "Multi Gun"; + }; + reloadAction = "GestureReloadPistolHeavy02"; + + reloadTime = 0.5; + dispersion = 0.004; + recoil = "recoil_pistol_heavy"; + recoilProne = "recoil_prone_pistol_heavy"; + closure1[] = {"A3\sounds_f\weapons\closure\closure_handgun_3",1.0,1,10}; + closure2[] = {"A3\sounds_f\weapons\closure\closure_handgun_3",1.0,1.1,10}; + soundClosure[] = {"closure1",0.5,"closure2",0.5}; + weaponSoundEffect = "DefaultRifle"; + drySound[] = {"A3\Sounds_F\weapons\pistol_heavy_01\dry",0.39810717,1,20}; + reloadMagazineSound[] = {"A3\Sounds_F\weapons\pistol_heavy_01\reload",0.56234133,1,30}; + class WeaponSlotsInfo: WeaponSlotsInfo + { + mass = 40; + class CowsSlot + { + linkProxy = "\A3\data_f\proxies\weapon_slots\TOP"; + displayName = "$STR_A3_CowsSlot0"; + compatibleItems[] = {}; + }; + class MuzzleSlot: SlotInfo + { + linkProxy = "\A3\data_f\proxies\weapon_slots\MUZZLE"; + compatibleItems[] = {"Defib_EPOCH","Heal_EPOCH","Repair_EPOCH"}; + }; + }; + }; + class MeleeWeapon: Rifle + { + distanceZoomMin = 50; + distanceZoomMax = 50; + canDrop = 0; + optics = 1; + modelOptics = "-"; + fireLightDuration = 0; + fireLightIntensity = 0; + reloadMagazineSound[] = {"",1}; + muzzles[] = {"this"}; + modes[] = {"Single"}; + class Single: Mode_SemiAuto + { + sounds[] = { StandardSound, SilencedSound }; + + class BaseSoundModeType + { + weaponSoundEffect = "DefaultRifle"; + + closure1[] = { "", "db3", 1, 10 }; + closure2[] = { "", "db3", 1, 10 }; + soundClosure[] = { "closure1", 0.5, "closure2", 0.5 }; + }; + + class StandardSound : BaseSoundModeType + { + begin1[] = { "", "db3", 1, 1200 }; + begin2[] = { "", "db3", 1, 1200 }; + soundBegin[] = { "begin1", 0.5, "begin2", 0.5 }; + }; + + class SilencedSound : BaseSoundModeType + { + begin1[] = { "", "db3", 1, 1200 }; + begin2[] = { "", "db3", 1, 1200 }; + soundBegin[] = { "begin1", 0.5, "begin2", 0.5 }; + }; + + reloadTime = 1.5; + dispersion = 0.00087; + recoil = "recoil_single_Test_rifle_01"; + recoilProne = "recoil_single_prone_Test_rifle_01"; + minRange = 1; + minRangeProbab = 0.5; + midRange = 2; + midRangeProbab = 0.7; + maxRange = 3; + maxRangeProbab = 0.3; + }; + cursor = "EmptyCursor"; + cursorAim = "throw"; + cursorSize = 1; + weaponInfoType = "RscWeaponEmpty"; + cameraDir = "look"; + class WeaponSlotsInfo + { + mass = 50; + }; + }; + class MeleeSledge: MeleeWeapon + { + scope = 2; + type = 4; + primary = 0; + reloadAction = "ReloadRPG"; + autoreload = 1; + magazineReloadTime = 0; + model = "\x\addons\a3_epoch_assets_3\CfgWeapons\sledge_weaponized.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\Sledge\equip_sledge_CA.paa"; + displayName = "Sledge"; + magazines[] = {"sledge_swing"}; + handAnim[] = {"OFP2_ManSkeleton","\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\Sledge_hold.rtm"}; + descriptionShort = "Sledge Hammer"; + + }; + class MeleeMaul : MeleeWeapon + { + scope = 2; + type = 4; + primary = 0; + reloadAction = "ReloadRPG"; + autoreload = 1; + magazineReloadTime = 0; + model = "\x\addons\a3_epoch_assets_3\CfgWeapons\maul_weaponized.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\improv_weapon\gear_maul_ca.paa"; + displayName = "Maul"; + magazines[] = { "sledge_swing" }; + handAnim[] = { "OFP2_ManSkeleton", "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\Sledge_hold.rtm" }; + descriptionShort = "Maul Hammer"; + }; + + class WoodClub : MeleeWeapon + { + scope = 2; + type = 4; + primary = 0; + reloadAction = "ReloadRPG"; + autoreload = 1; + magazineReloadTime = 0; + model = "\x\addons\a3_epoch_assets_3\CfgWeapons\stick_weaponized.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\improv_weapon\gear_stick_ca.paa"; + displayName = "Wood Club"; + magazines[] = { "stick_swing" }; + handAnim[] = { "OFP2_ManSkeleton", "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\Sledge_hold.rtm" }; + descriptionShort = "Wood Club"; + }; + class Plunger : MeleeWeapon + { + scope = 2; + type = 4; + primary = 0; + reloadAction = "ReloadRPG"; + autoreload = 1; + magazineReloadTime = 0; + model = "\x\addons\a3_epoch_assets_3\CfgWeapons\plunger_weaponized.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\improv_weapon\gear_plunger_ca.paa"; + displayName = "Plunger"; + magazines[] = { "stick_swing" }; + handAnim[] = { "OFP2_ManSkeleton", "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\Sledge_hold.rtm" }; + descriptionShort = "Plunger"; + }; + + class InventoryMuzzleItem_Base_F; + class test_suppressor: ItemCore + { + scope = 2; + displayName = "$STR_A3_cfgWeapons_muzzle_snds_H0"; + picture = "\A3\weapons_F\Data\UI\gear_acca_snds_h_CA.paa"; + model = "\A3\weapons_f\acc\acca_snds_h_F"; + class ItemInfo: InventoryMuzzleItem_Base_F + { + mass = 5; + class MagazineCoef + { + initSpeed = 0.6; + }; + class AmmoCoef + { + hit = 0.7; + visibleFire = 0.5; + audibleFire = 0.3; + visibleFireTime = 0.5; + audibleFireTime = 0.5; + cost = 1.0; + typicalSpeed = 0.6; + airFriction = 1.0; + }; + muzzleEnd = "zaslehPoint"; + alternativeFire = "Zasleh2"; + modes[] = {"Single","FullAuto","fullauto_medium","single_medium_optics1","single_far_optics2"}; + class Single: Mode_SemiAuto + { + begin1[] = {"A3\sounds_f\weapons\silenced\silent-18","db-2",1,100}; + begin2[] = {"A3\sounds_f\weapons\silenced\silent-19","db-2",1,100}; + begin3[] = {"A3\sounds_f\weapons\silenced\silent-11","db-2",1,100}; + soundBegin[] = {"begin1",0.333,"begin2",0.333,"begin3",0.333}; + weaponSoundEffect = "DefaultRifle"; + closure1[] = {"A3\sounds_f\weapons\closure\closure_rifle_7","db-4",1,50}; + closure2[] = {"A3\sounds_f\weapons\closure\closure_rifle_6","db-4",1,50}; + soundClosure[] = {"closure1",0.5,"closure2",0.5}; + reloadTime = 0.096; + recoil = "recoil_single_mx"; + recoilProne = "recoil_single_prone_mx"; + dispersion = 0.00087; + minRange = 2; + minRangeProbab = 0.5; + midRange = 200; + midRangeProbab = 0.7; + maxRange = 400; + maxRangeProbab = 0.3; + }; + class FullAuto: Mode_FullAuto + { + begin1[] = {"A3\sounds_f\weapons\silenced\silent-18","db-2",1,100}; + begin2[] = {"A3\sounds_f\weapons\silenced\silent-19","db-2",1,100}; + begin3[] = {"A3\sounds_f\weapons\silenced\silent-11","db-2",1,100}; + soundBegin[] = {"begin1",0.333,"begin2",0.333,"begin3",0.333}; + weaponSoundEffect = "DefaultRifle"; + closure1[] = {"A3\sounds_f\weapons\closure\closure_rifle_7","db-4",1,50}; + closure2[] = {"A3\sounds_f\weapons\closure\closure_rifle_6","db-4",1,50}; + soundClosure[] = {"closure1",0.5,"closure2",0.5}; + reloadTime = 0.096; + dispersion = 0.00087; + recoil = "recoil_auto_mx"; + recoilProne = "recoil_auto_prone_mx"; + minRange = 0; + minRangeProbab = 0.9; + midRange = 15; + midRangeProbab = 0.7; + maxRange = 30; + maxRangeProbab = 0.1; + aiRateOfFire = 1e-006; + }; + class fullauto_medium: FullAuto + { + showToPlayer = 0; + burst = 3; + minRange = 2; + minRangeProbab = 0.5; + midRange = 75; + midRangeProbab = 0.7; + maxRange = 150; + maxRangeProbab = 0.05; + aiRateOfFire = 2.0; + aiRateOfFireDistance = 200; + }; + class single_medium_optics1: Single + { + requiredOpticType = 1; + showToPlayer = 0; + minRange = 2; + minRangeProbab = 0.2; + midRange = 450; + midRangeProbab = 0.7; + maxRange = 600; + maxRangeProbab = 0.2; + aiRateOfFire = 6; + aiRateOfFireDistance = 600; + }; + class single_far_optics2: single_medium_optics1 + { + requiredOpticType = 2; + showToPlayer = 0; + minRange = 100; + minRangeProbab = 0.1; + midRange = 500; + midRangeProbab = 0.6; + maxRange = 700; + maxRangeProbab = 0.05; + aiRateOfFire = 8; + aiRateOfFireDistance = 700; + }; + }; + }; + class Defib_EPOCH: test_suppressor + { + model = "\x\addons\a3_epoch_assets_3\CfgWeapons\repairDefib.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\repairGun\gear_defib_ca.paa"; + displayName = "Revive Player"; + }; + class Heal_EPOCH: test_suppressor + { + model = "\x\addons\a3_epoch_assets_3\CfgWeapons\repairHeal.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\repairGun\gear_heal_ca.paa"; + displayName = "Heal Player"; + }; + class Repair_EPOCH: test_suppressor + { + model = "\x\addons\a3_epoch_assets_3\CfgWeapons\repairVehicle.p3d"; + picture = "\x\addons\a3_epoch_assets\textures\repairGun\gear_repair_ca.paa"; + displayName = "Vehicle Repair"; + }; + class NVGoggles; + class NVG_EPOCH: NVGoggles + { + model = "\x\addons\a3_epoch_assets\models\parcel.p3d"; + }; + /* Remove TWS */ + class InventoryOpticsItem_Base_F; + class NCTALKEP; + class optic_Nightstalker: ItemCore + { + class ItemInfo: InventoryOpticsItem_Base_F + { + class OpticsModes + { + class NCTALKEP + { + opticsID = 1; + useModelOptics = 1; + opticsPPEffects[] = {"OpticsCHAbera1","OpticsBlur1"}; + opticsZoomMin = 0.03; + opticsZoomMax = 0.15; + opticsZoomInit = 0.15; + discreteDistance[] = {100,300,400,500,600,700,800,900,1000}; + discreteDistanceInitIndex = 1; + distanceZoomMin = 100; + distanceZoomMax = 1000; + memoryPointCamera = "opticView"; + visionMode[] = {"Normal","NVG"}; + thermalMode[] = {5,6}; + opticsFlare = 1; + opticsDisablePeripherialVision = 1; + cameraDir = ""; + }; + class Iron: NCTALKEP + { + opticsID = 2; + useModelOptics = 0; + opticsFlare = 0; + opticsDisablePeripherialVision = 0; + opticsZoomMin = 0.375; + opticsZoomMax = 1.1; + opticsZoomInit = 0.75; + memoryPointCamera = "eye"; + visionMode[] = {}; + }; + }; + }; + }; + class optic_tws: ItemCore + { + displayName = "TWS (defect)"; + class ItemInfo: InventoryOpticsItem_Base_F + { + class OpticsModes + { + class TWS + { + opticsID = 1; + useModelOptics = 1; + opticsPPEffects[] = {"OpticsCHAbera1","OpticsBlur1"}; + opticsZoomMin = 0.032; + opticsZoomMax = 0.0755; + opticsZoomInit = 0.0755; + discreteDistance[] = {100,300,400,500,600,700,800,900,1000,1200,1400,1600}; + discreteDistanceInitIndex = 2; + distanceZoomMin = 100; + distanceZoomMax = 1200; + discretefov[] = {0.0755,0.032}; + discreteInitIndex = 0; + memoryPointCamera = "opticView"; + visionMode[] = {}; + thermalMode[] = {0,1}; + opticsFlare = 1; + opticsDisablePeripherialVision = 1; + cameraDir = ""; + }; + }; + }; + }; + class optic_tws_mg: ItemCore + { + displayName = "TWS MG (defect)"; + class ItemInfo: InventoryOpticsItem_Base_F + { + class OpticsModes + { + class TWS + { + opticsID = 1; + useModelOptics = 1; + opticsPPEffects[] = {"OpticsCHAbera1","OpticsBlur1"}; + opticsZoomMin = 0.032; + opticsZoomMax = 0.0755; + opticsZoomInit = 0.0755; + discreteDistance[] = {400}; + discreteDistanceInitIndex = 0; + distanceZoomMin = 400; + distanceZoomMax = 400; + discretefov[] = {0.0755,0.032}; + discreteInitIndex = 0; + modelOptics[] = {"\A3\Weapons_f\acc\reticle_tws_mg","\A3\Weapons_f\acc\reticle_tws_mg_NFOW"}; + memoryPointCamera = "opticView"; + visionMode[] = {}; + thermalMode[] = {0,1}; + opticsFlare = 1; + opticsDisablePeripherialVision = 1; + cameraDir = ""; + }; + }; + }; + }; + /*class optic_SOS: ItemCore + { + class ItemInfo: InventoryOpticsItem_Base_F + { + class OpticsModes + { + class Snip + { + opticsID = 1; + opticsDisplayName = "WFOV"; + useModelOptics = 1; + opticsPPEffects[] = {"OpticsCHAbera1","OpticsBlur1"}; + opticsZoomMin = 0.01; + opticsZoomMax = 0.04; + opticsZoomInit = 0.04; + discreteDistance[] = {300,400,500,600,700,800,900,1000,1100,1200,1300,1400,1500,1600,1700,1800,1900,2000,2100,2200,2300}; + discreteDistanceInitIndex = 2; + distanceZoomMin = 300; + distanceZoomMax = 2300; + discretefov[] = {0.04,0.01}; + discreteInitIndex = 0; + memoryPointCamera = "opticView"; + modelOptics[] = {"\A3\Weapons_F\acc\reticle_sniper_F","\A3\Weapons_F\acc\reticle_sniper_z_F"}; + visionMode[] = {}; + opticsFlare = 1; + opticsDisablePeripherialVision = 1; + cameraDir = ""; + }; + class Iron: Snip + { + opticsID = 2; + opticsDisplayName = ""; + useModelOptics = 0; + opticsFlare = 0; + opticsDisablePeripherialVision = 0; + opticsZoomMin = 0.375; + opticsZoomMax = 1.1; + opticsZoomInit = 0.75; + memoryPointCamera = "eye"; + visionMode[] = {}; + discretefov[] = {}; + discreteDistance[] = {100}; + discreteDistanceInitIndex = 0; + }; + }; + }; + };*/ + + class Rifle_Long_Base_F : Rifle_Base_F + { + class WeaponSlotsInfo : WeaponSlotsInfo + { + allowedSlots[] = {901}; + }; + }; + + class ItemRadio; + class EpochRadio0 : ItemRadio { + displayName = "Radio (Quartz)"; + channelID = 0; + channelColor[] = { 0.588, 0.647, 0.729, 0.8 }; + }; + class EpochRadio1 : ItemRadio { + displayName = "Radio (Garnet)"; + channelID = 1; + channelColor[] = { 0.314, 0.086, 0.055, 0.8 }; + }; + class EpochRadio2 : ItemRadio { + displayName = "Radio (Citrine)"; + channelID = 2; + channelColor[] = { 0.714, 0.306, 0.102, 0.8 }; + }; + class EpochRadio3 : ItemRadio { + displayName = "Radio (Amethyst)"; + channelID = 3; + channelColor[] = { 0.604, 0.396, 0.804, 0.8 }; + }; + class EpochRadio4 : ItemRadio { + displayName = "Radio (Topaz)"; + channelID = 4; + channelColor[] = { 0.718, 0.494, 0.184, 0.8 }; + }; + class EpochRadio5 : ItemRadio { + displayName = "Radio (Sapphire)"; + channelID = 5; + channelColor[] = { 0.161, 0.329, 0.792, 0.8 }; + }; + class EpochRadio6 : ItemRadio { + displayName = "Radio (Onyx)"; + channelID = 6; + channelColor[] = { 0.4, 0.4, 0.4, 0.8 }; + }; + class EpochRadio7 : ItemRadio { + displayName = "Radio (Emerald)"; + channelID = 7; + channelColor[] = { 0.008, 0.596, 0.459, 0.8 }; + }; + class EpochRadio8 : ItemRadio { + displayName = "Radio (Ruby)"; + channelID = 8; + channelColor[] = { 0.835, 0.247, 0.243, 0.8 }; + }; + class EpochRadio9 : ItemRadio { + displayName = "Radio (Jade)"; + channelID = 9; + channelColor[] = { 0, 0.659, 0.42, 0.8 }; + }; + + + // Kiory + class speargun_epoch : Rifle_Base_F + { + author = "Kiory"; + displayName = "Speargun"; + scope = 2; + picture = "\x\addons\a3_epoch_weapons\gear\gear_speargun_x_ca.paa"; + model = "\x\addons\a3_epoch_weapons\speargun.p3d"; + magazines[] = { "spear_magazine" }; + class Library + { + libTextDesc = "$STR_A3_CfgWeapons_arifle_XMX_Library0"; + }; + reloadAction = "GestureReloadMX"; + maxZeroing = 30; + discreteDistanceInitIndex = 0; + discreteDistance[] = { 30 }; + maxRecoilSway = 0.0125; + swayDecaySpeed = 1.25; + canShootInWater = 1; + class GunParticles : GunParticles + { + class SecondEffect + { + positionName = "Nabojnicestart"; + directionName = "Nabojniceend"; + effectName = "CaselessAmmoCloud"; + }; + }; + class WeaponSlotsInfo + { + mass = 80; + }; + opticsZoomMin = 0.375; + opticsZoomMax = 1.1; + opticsZoomInit = 0.75; + distanceZoomMin = 300; + distanceZoomMax = 300; + descriptionShort = "$STR_A3_CfgWeapons_XM_base_F0"; + handAnim[] = { "OFP2_ManSkeleton", "\x\addons\a3_epoch_weapons\data\handanims\spear_handanim.rtm" }; + dexterity = 1.8; + caseless[] = { "", 1, 1, 1 }; + soundBullet[] = { "caseless", 1 }; + changeFiremodeSound[] = { "A3\sounds_f\weapons\closure\firemode_changer_2", 0.17782794, 1, 5 }; + modes[] = { "Single" }; + UiPicture = ""; + class Single : Mode_SemiAuto + { + sounds[] = { "StandardSound", "SilencedSound" }; + class BaseSoundModeType + { + weaponSoundEffect = "DefaultRifle"; + closure1[] = { "A3\sounds_f\weapons\closure\closure_rifle_6", 0.70794576, 1, 10 }; + closure2[] = { "A3\sounds_f\weapons\closure\closure_rifle_7", 0.70794576, 1, 10 }; + soundClosure[] = { "closure1", 0.5, "closure2", 0.5 }; + }; + class StandardSound : BaseSoundModeType + { + begin1[] = { "", 1.0, 1, 1200 }; + begin2[] = { "", 1.0, 1, 1200 }; + soundBegin[] = { "begin1", 0.5, "begin2", 0.5 }; + }; + class SilencedSound : BaseSoundModeType + { + begin1[] = { "A3\sounds_f\weapons\silenced\silent-18", 0.7943282, 1, 100 }; + begin2[] = { "A3\sounds_f\weapons\silenced\silent-19", 0.7943282, 1, 100 }; + begin3[] = { "A3\sounds_f\weapons\silenced\silent-11", 0.7943282, 1, 100 }; + soundBegin[] = { "begin1", 0.333, "begin2", 0.333, "begin3", 0.333 }; + }; + reloadTime = 0.096; + recoil = "recoil_single_mx"; + recoilProne = "recoil_single_prone_mx"; + dispersion = 0.00087; + minRange = 2; + minRangeProbab = 0.5; + midRange = 200; + midRangeProbab = 0.7; + maxRange = 400; + maxRangeProbab = 0.3; + }; + aiDispersionCoefY = 6.0; + aiDispersionCoefX = 4.0; + drySound[] = { "A3\sounds_f\weapons\Other\dry_1", 0.56234133, 1, 10 }; + reloadMagazineSound[] = { "A3\sounds_f\weapons\reloads\new_MX", 1.0, 1, 10 }; + }; + class sr25_epoch : Rifle_Base_F + { + author = "Kiory"; + displayName = "SR 25"; + scope = 2; + magazines[] = { "20Rnd_762x51_Mag" }; + class Library + { + libTextDesc = "An SR 25 rifle manufactured by Knights Armament company"; + }; + model = "\x\addons\a3_epoch_weapons\SR25.p3d"; + picture = "\x\addons\a3_epoch_weapons\gear\gear_sr25_x_ca.paa"; + reloadAction = "GestureReloadSR25"; + maxZeroing = 1200; + discreteDistanceInitIndex = 0; + maxRecoilSway = 0.0125; + swayDecaySpeed = 1.25; + class GunParticles : GunParticles + { + class SecondEffect + { + positionName = "Nabojnicestart"; + directionName = "Nabojniceend"; + effectName = "CaselessAmmoCloud"; + }; + }; + class WeaponSlotsInfo : WeaponSlotsInfo + { + mass = 100; + class MuzzleSlot : SlotInfo + { + linkProxy = "\A3\data_f\proxies\weapon_slots\MUZZLE"; + compatibleItems[] = { "muzzle_sr25S_epoch" }; + }; + class CowsSlot : CowsSlot{}; + class PointerSlot : PointerSlot{}; + }; + opticsZoomMin = 0.375; + opticsZoomMax = 1.1; + opticsZoomInit = 0.75; + distanceZoomMin = 300; + distanceZoomMax = 300; + descriptionShort = "Sniper rifle
Caliber: 7.62x51 mm NATO"; + handAnim[] = { "OFP2_ManSkeleton", "\x\addons\a3_epoch_weapons\data\handanims\sr25_handanim2.rtm" }; + caseless[] = { "", 1, 1, 1 }; + soundBullet[] = { "caseless", 1 }; + changeFiremodeSound[] = { "A3\sounds_f\weapons\closure\firemode_changer_2", 0.17782794, 1, 5 }; + modes[] = { "Single", "single_medium_optics1", "single_far_optics2" }; + class Single : Mode_SemiAuto + { + sounds[] = { "StandardSound", "SilencedSound" }; + class BaseSoundModeType + { + weaponSoundEffect = "DefaultRifle"; + closure1[] = { "A3\sounds_f\weapons\closure\closure_rifle_6", 0.40794576, 1, 10 }; + closure2[] = { "A3\sounds_f\weapons\closure\closure_rifle_7", 0.40794576, 1, 10 }; + soundClosure[] = { "closure1", 0.5, "closure2", 0.5 }; + }; + class StandardSound : BaseSoundModeType + { + begin1[] = { "x\addons\a3_epoch_weapons\sounds\SR25_Fire1", 1, 1, 1800 }; + begin2[] = { "x\addons\a3_epoch_weapons\sounds\SR25_Fire2", 1, 1, 1800 }; + soundBegin[] = { "begin1", 0.5, "begin2", 0.5 }; + }; + class SilencedSound : BaseSoundModeType + { + begin1[] = { "x\addons\a3_epoch_weapons\sounds\SR25_Suppressed", 1.6, 1, 400 }; + soundBegin[] = { "begin1", 0.333 }; + }; + reloadTime = 0.096; + recoil = "recoil_auto_ebr"; + recoilProne = "recoil_auto_prone_ebr"; + dispersion = 0.00087; + minRange = 2; + minRangeProbab = 0.5; + midRange = 350; + midRangeProbab = 0.7; + maxRange = 500; + maxRangeProbab = 0.3; + }; + class single_medium_optics1 : Single + { + requiredOpticType = 1; + showToPlayer = 0; + minRange = 2; + minRangeProbab = 0.2; + midRange = 450; + midRangeProbab = 0.7; + maxRange = 600; + maxRangeProbab = 0.2; + aiRateOfFire = 6; + aiRateOfFireDistance = 600; + }; + class single_far_optics2 : single_medium_optics1 + { + requiredOpticType = 2; + showToPlayer = 0; + minRange = 100; + minRangeProbab = 0.1; + midRange = 500; + midRangeProbab = 0.6; + maxRange = 700; + maxRangeProbab = 0.05; + aiRateOfFire = 8; + aiRateOfFireDistance = 700; + }; + aiDispersionCoefY = 6.0; + aiDispersionCoefX = 4.0; + drySound[] = { "A3\sounds_f\weapons\Other\dry_1", 0.56234133, 1, 10 }; + reloadMagazineSound[] = { "x\addons\a3_epoch_weapons\sounds\SR25_Reload", 1.5, 1, 10 }; + }; + + class sr25_ec_epoch : sr25_epoch + { + author = "Kiory"; + model = "\x\addons\a3_epoch_weapons\SR25_EC.p3d"; + displayName = "SR 25 EC"; + handAnim[] = { "OFP2_ManSkeleton", "\x\addons\a3_epoch_weapons\data\handanims\sr25_handanim.rtm" }; + picture = "\x\addons\a3_epoch_weapons\gear\gear_sr25ec_x_ca.paa"; + class Library + { + libTextDesc = "An SR 25 EC rifle manufactured by Knights Armament company"; + }; + }; + + class muzzle_sr25S_epoch : ItemCore + { + author = "Kiory"; + _generalMacro = "muzzle_snds_H"; + htMin = 1; + htMax = 600; + afMax = 0; + mfMax = 0; + mFact = 1; + tBody = 100; + scope = 2; + displayName = "SR-25 Rifle Suppressor"; + picture = "\x\addons\a3_epoch_weapons\gear\gear_sr25_suppressor_x_ca.paa"; + model = "\x\addons\a3_epoch_weapons\sr25_suppressor"; + class ItemInfo : InventoryMuzzleItem_Base_F + { + mass = 10; + class MagazineCoef + { + initSpeed = 1.1; + }; + class AmmoCoef + { + hit = 1; + typicalSpeed = 1; + airFriction = 1; + visibleFire = 5; + audibleFire = 8; + visibleFireTime = 0.5; + audibleFireTime = 0.5; + cost = 1.2; + }; + soundTypeIndex = 1; + muzzleEnd = "zaslehPoint"; + alternativeFire = "Zasleh2"; + class MuzzleCoef + { + dispersionCoef = "1f"; + artilleryDispersionCoef = "1.0f"; + fireLightCoef = "0.5f"; + recoilCoef = "1.0f"; + recoilProneCoef = "1.0f"; + minRangeCoef = "1.0f"; + minRangeProbabCoef = "1.0f"; + midRangeCoef = "1.0f"; + midRangeProbabCoef = "1.0f"; + maxRangeCoef = "1.0f"; + maxRangeProbabCoef = "1.0f"; + }; + }; + inertia = 0.2; + }; + + class l85a2_base_epoch : Rifle_Base_F + { + author = "Kiory"; + magazines[] = { "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Green", "30Rnd_556x45_Stanag_Tracer_Yellow" }; + class Library + { + libTextDesc = "$STR_A3_CfgWeapons_arifle_XMX_Library0"; + }; + scope = 0; + picture = "\x\addons\a3_epoch_weapons\gear\gear_x_l85a2_ca.paa"; + reloadAction = "GestureReloadL85A2"; + model = "\x\addons\a3_epoch_weapons\L85A2.p3d"; + handAnim[] = { "OFP2_ManSkeleton", "\x\addons\a3_epoch_weapons\data\handanims\L85A2_HandAnim.rtm" }; + maxZeroing = 300; + discreteDistanceInitIndex = 0; + maxRecoilSway = 0.0125; + swayDecaySpeed = 1.25; + class GunParticles : GunParticles + { + class SecondEffect + { + positionName = "Nabojnicestart"; + directionName = "Nabojniceend"; + effectName = "CaselessAmmoCloud"; + }; + }; + class WeaponSlotsInfo : WeaponSlotsInfo + { + mass = 120; + class MuzzleSlot : SlotInfo + { + linkProxy = "\A3\data_f\proxies\weapon_slots\MUZZLE"; + compatibleItems[] = { "muzzle_snds_M" }; + }; + class CowsSlot + { + linkProxy = "\A3\data_f\proxies\weapon_slots\TOP"; + displayName = "$STR_A3_CowsSlot0"; + compatibleItems[] = { "Elcan_epoch", "Elcan_reflex_epoch", "optic_hamr", "optic_Holosight", "optic_MRCO", "optic_Arco", "optic_aco", "optic_ACO_grn" }; + }; + class PointerSlot + { + linkProxy = "\A3\data_f\proxies\weapon_slots\SIDE"; + compatibleItems[] = {}; + }; + }; + opticsZoomMin = 0.375; + opticsZoomMax = 1.1; + opticsZoomInit = 0.75; + distanceZoomMin = 300; + distanceZoomMax = 300; + descriptionShort = "$STR_A3_CfgWeapons_XM_base_F0"; + caseless[] = { "", 1, 1, 1 }; + soundBullet[] = { "caseless", 1 }; + changeFiremodeSound[] = { "A3\sounds_f\weapons\closure\firemode_changer_2", 0.17782794, 1, 5 }; + modes[] = { "Single", "FullAuto", "fullauto_medium", "single_medium_optics1", "single_far_optics2" }; + class Single : Mode_SemiAuto + { + sounds[] = { "StandardSound", "SilencedSound" }; + class BaseSoundModeType + { + weaponSoundEffect = "DefaultRifle"; + closure1[] = { "A3\sounds_f\weapons\closure\closure_rifle_6", 0.3, 1, 10 }; + closure2[] = { "A3\sounds_f\weapons\closure\closure_rifle_7", 0.3, 1, 10 }; + soundClosure[] = { "closure1", 0.5, "closure2", 0.5 }; + }; + class StandardSound : BaseSoundModeType + { + begin1[] = { "x\addons\a3_epoch_weapons\sounds\L85_Fire1", 1.0, 1, 1200 }; + begin2[] = { "x\addons\a3_epoch_weapons\sounds\L85_Fire2", 1.0, 1, 1200 }; + begin3[] = { "x\addons\a3_epoch_weapons\sounds\L85_Fire3", 1.0, 1, 1200 }; + begin4[] = { "x\addons\a3_epoch_weapons\sounds\L85_Fire4", 1.0, 1, 1200 }; + soundBegin[] = { "begin1", 0.5, "begin2", 0.5, "begin3", 0.5, "begin4", 0.5 }; + }; + class SilencedSound : BaseSoundModeType + { + begin1[] = { "A3\sounds_f\weapons\silenced\silent-18", 0.7943282, 1, 100 }; + begin2[] = { "A3\sounds_f\weapons\silenced\silent-19", 0.7943282, 1, 100 }; + begin3[] = { "A3\sounds_f\weapons\silenced\silent-11", 0.7943282, 1, 100 }; + soundBegin[] = { "begin1", 0.333, "begin2", 0.333, "begin3", 0.333 }; + }; + reloadTime = 0.096; + recoil = "recoil_single_mx"; + recoilProne = "recoil_single_prone_mx"; + dispersion = 0.00087; + minRange = 2; + minRangeProbab = 0.5; + midRange = 200; + midRangeProbab = 0.7; + maxRange = 400; + maxRangeProbab = 0.3; + }; + class FullAuto : Mode_FullAuto + { + sounds[] = { "StandardSound", "SilencedSound" }; + class BaseSoundModeType + { + weaponSoundEffect = "DefaultRifle"; + closure1[] = { "A3\sounds_f\weapons\closure\closure_rifle_6", 0.3, 1, 10 }; + closure2[] = { "A3\sounds_f\weapons\closure\closure_rifle_7", 0.3, 1, 10 }; + soundClosure[] = { "closure1", 0.5, "closure2", 0.5 }; + }; + class StandardSound : BaseSoundModeType + { + begin1[] = { "x\addons\a3_epoch_weapons\sounds\L85_Fire1", 1.0, 1, 1200 }; + begin2[] = { "x\addons\a3_epoch_weapons\sounds\L85_Fire2", 1.0, 1, 1200 }; + begin3[] = { "x\addons\a3_epoch_weapons\sounds\L85_Fire3", 1.0, 1, 1200 }; + begin4[] = { "x\addons\a3_epoch_weapons\sounds\L85_Fire4", 1.0, 1, 1200 }; + soundBegin[] = { "begin1", 0.5, "begin2", 0.5, "begin3", 0.5, "begin4", 0.5 }; + }; + class SilencedSound : BaseSoundModeType + { + begin1[] = { "A3\sounds_f\weapons\silenced\silent-18", 0.7943282, 1, 100 }; + begin2[] = { "A3\sounds_f\weapons\silenced\silent-19", 0.7943282, 1, 100 }; + begin3[] = { "A3\sounds_f\weapons\silenced\silent-11", 0.7943282, 1, 100 }; + soundBegin[] = { "begin1", 0.333, "begin2", 0.333, "begin3", 0.333 }; + }; + reloadTime = 0.096; + dispersion = 0.00087; + recoil = "recoil_auto_mx"; + recoilProne = "recoil_auto_prone_mx"; + minRange = 0; + minRangeProbab = 0.9; + midRange = 15; + midRangeProbab = 0.7; + maxRange = 30; + maxRangeProbab = 0.1; + aiRateOfFire = 1e-006; + }; + class fullauto_medium : FullAuto + { + showToPlayer = 0; + burst = 3; + minRange = 2; + minRangeProbab = 0.5; + midRange = 75; + midRangeProbab = 0.7; + maxRange = 150; + maxRangeProbab = 0.05; + aiRateOfFire = 2.0; + aiRateOfFireDistance = 200; + }; + class single_medium_optics1 : Single + { + requiredOpticType = 1; + showToPlayer = 0; + minRange = 2; + minRangeProbab = 0.2; + midRange = 450; + midRangeProbab = 0.7; + maxRange = 600; + maxRangeProbab = 0.2; + aiRateOfFire = 6; + aiRateOfFireDistance = 600; + }; + class single_far_optics2 : single_medium_optics1 + { + requiredOpticType = 2; + showToPlayer = 0; + minRange = 100; + minRangeProbab = 0.1; + midRange = 500; + midRangeProbab = 0.6; + maxRange = 700; + maxRangeProbab = 0.05; + aiRateOfFire = 8; + aiRateOfFireDistance = 700; + }; + aiDispersionCoefY = 6.0; + aiDispersionCoefX = 4.0; + drySound[] = { "A3\sounds_f\weapons\Other\dry_1", 0.56234133, 1, 10 }; + reloadMagazineSound[] = { "A3\sounds_f\weapons\reloads\new_MX", 1.0, 1, 10 }; + }; + + class l85a2_epoch : l85a2_base_epoch + { + scope = 2; + displayName = "L85A2"; + model = "\x\addons\a3_epoch_weapons\L85A2.p3d"; + picture = "\x\addons\a3_epoch_weapons\gear\gear_l85a2_x_ca.paa"; + class PointerSlot + { + compatibleItems[] = {}; + }; + }; + + class l85a2_ris_epoch : Rifle_Base_F + { + reloadAction = "GestureReloadL85A2RIS"; + displayName = "L85A2 Ris"; + scope = 2; + magazines[] = { "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Green", "30Rnd_556x45_Stanag_Tracer_Yellow" }; + model = "\x\addons\a3_epoch_weapons\L85A2_Ris.p3d"; + picture = "\x\addons\a3_epoch_weapons\gear\gear_l85a2_Ris_x_ca.paa"; + handAnim[] = { "OFP2_ManSkeleton", "\x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_HandAnim.rtm" }; + inertia = 0.5; + dexterity = 1.5; + maxZeroing = 300; + discreteDistanceInitIndex = 0; + maxRecoilSway = 0.0125; + swayDecaySpeed = 1.25; + class GunParticles : GunParticles + { + class SecondEffect + { + positionName = "Nabojnicestart"; + directionName = "Nabojniceend"; + effectName = "CaselessAmmoCloud"; + }; + }; + class WeaponSlotsInfo : WeaponSlotsInfo + { + class MuzzleSlot : SlotInfo + { + linkProxy = "\A3\data_f\proxies\weapon_slots\MUZZLE"; + compatibleItems[] = { "muzzle_snds_M" }; + }; + class CowsSlot + { + linkProxy = "\A3\data_f\proxies\weapon_slots\TOP"; + displayName = "$STR_A3_CowsSlot0"; + compatibleItems[] = { "Elcan_epoch", "Elcan_reflex_epoch", "optic_hamr", "optic_Holosight", "optic_MRCO", "optic_Arco", "optic_aco", "optic_ACO_grn" }; + }; + class PointerSlot : PointerSlot + { + linkProxy = "\A3\data_f\proxies\weapon_slots\SIDE"; + }; + }; + opticsZoomMin = 0.375; + opticsZoomMax = 1.1; + opticsZoomInit = 0.75; + distanceZoomMin = 300; + distanceZoomMax = 300; + descriptionShort = "$STR_A3_CfgWeapons_XM_base_F0"; + caseless[] = { "", 1, 1, 1 }; + soundBullet[] = { "caseless", 1 }; + changeFiremodeSound[] = { "A3\sounds_f\weapons\closure\firemode_changer_2", 0.17782794, 1, 5 }; + modes[] = { "Single", "FullAuto", "fullauto_medium", "single_medium_optics1", "single_far_optics2" }; + class Single : Mode_SemiAuto + { + sounds[] = { "StandardSound", "SilencedSound" }; + class BaseSoundModeType + { + weaponSoundEffect = "DefaultRifle"; + closure1[] = { "A3\sounds_f\weapons\closure\closure_rifle_6", 0.3, 1, 10 }; + closure2[] = { "A3\sounds_f\weapons\closure\closure_rifle_7", 0.3, 1, 10 }; + soundClosure[] = { "closure1", 0.5, "closure2", 0.5 }; + }; + class StandardSound : BaseSoundModeType + { + begin1[] = { "x\addons\a3_epoch_weapons\sounds\L85_Fire1", 1.0, 1, 1200 }; + begin2[] = { "x\addons\a3_epoch_weapons\sounds\L85_Fire2", 1.0, 1, 1200 }; + begin3[] = { "x\addons\a3_epoch_weapons\sounds\L85_Fire3", 1.0, 1, 1200 }; + begin4[] = { "x\addons\a3_epoch_weapons\sounds\L85_Fire4", 1.0, 1, 1200 }; + soundBegin[] = { "begin1", 0.5, "begin2", 0.5, "begin3", 0.5, "begin4", 0.5 }; + }; + class SilencedSound : BaseSoundModeType + { + begin1[] = { "A3\sounds_f\weapons\silenced\silent-18", 0.7943282, 1, 100 }; + begin2[] = { "A3\sounds_f\weapons\silenced\silent-19", 0.7943282, 1, 100 }; + begin3[] = { "A3\sounds_f\weapons\silenced\silent-11", 0.7943282, 1, 100 }; + soundBegin[] = { "begin1", 0.333, "begin2", 0.333, "begin3", 0.333 }; + }; + reloadTime = 0.096; + recoil = "recoil_single_mx"; + recoilProne = "recoil_single_prone_mx"; + dispersion = 0.00087; + minRange = 2; + minRangeProbab = 0.5; + midRange = 200; + midRangeProbab = 0.7; + maxRange = 400; + maxRangeProbab = 0.3; + }; + class FullAuto : Mode_FullAuto + { + sounds[] = { "StandardSound", "SilencedSound" }; + class BaseSoundModeType + { + weaponSoundEffect = "DefaultRifle"; + closure1[] = { "A3\sounds_f\weapons\closure\closure_rifle_6", 0.3, 1, 10 }; + closure2[] = { "A3\sounds_f\weapons\closure\closure_rifle_7", 0.3, 1, 10 }; + soundClosure[] = { "closure1", 0.5, "closure2", 0.5 }; + }; + class StandardSound : BaseSoundModeType + { + begin1[] = { "x\addons\a3_epoch_weapons\sounds\L85_Fire1", 1.0, 1, 1200 }; + begin2[] = { "x\addons\a3_epoch_weapons\sounds\L85_Fire2", 1.0, 1, 1200 }; + begin3[] = { "x\addons\a3_epoch_weapons\sounds\L85_Fire3", 1.0, 1, 1200 }; + begin4[] = { "x\addons\a3_epoch_weapons\sounds\L85_Fire4", 1.0, 1, 1200 }; + soundBegin[] = { "begin1", 0.5, "begin2", 0.5, "begin3", 0.5, "begin4", 0.5 }; + }; + class SilencedSound : BaseSoundModeType + { + begin1[] = { "A3\sounds_f\weapons\silenced\silent-18", 0.7943282, 1, 100 }; + begin2[] = { "A3\sounds_f\weapons\silenced\silent-19", 0.7943282, 1, 100 }; + begin3[] = { "A3\sounds_f\weapons\silenced\silent-11", 0.7943282, 1, 100 }; + soundBegin[] = { "begin1", 0.333, "begin2", 0.333, "begin3", 0.333 }; + }; + reloadTime = 0.096; + dispersion = 0.00087; + recoil = "recoil_auto_mx"; + recoilProne = "recoil_auto_prone_mx"; + minRange = 0; + minRangeProbab = 0.9; + midRange = 15; + midRangeProbab = 0.7; + maxRange = 30; + maxRangeProbab = 0.1; + aiRateOfFire = 1e-006; + }; + class fullauto_medium : FullAuto + { + showToPlayer = 0; + burst = 3; + minRange = 2; + minRangeProbab = 0.5; + midRange = 75; + midRangeProbab = 0.7; + maxRange = 150; + maxRangeProbab = 0.05; + aiRateOfFire = 2.0; + aiRateOfFireDistance = 200; + }; + class single_medium_optics1 : Single + { + requiredOpticType = 1; + showToPlayer = 0; + minRange = 2; + minRangeProbab = 0.2; + midRange = 450; + midRangeProbab = 0.7; + maxRange = 600; + maxRangeProbab = 0.2; + aiRateOfFire = 6; + aiRateOfFireDistance = 600; + }; + class single_far_optics2 : single_medium_optics1 + { + requiredOpticType = 2; + showToPlayer = 0; + minRange = 100; + minRangeProbab = 0.1; + midRange = 500; + midRangeProbab = 0.6; + maxRange = 700; + maxRangeProbab = 0.05; + aiRateOfFire = 8; + aiRateOfFireDistance = 700; + }; + aiDispersionCoefY = 6.0; + aiDispersionCoefX = 4.0; + drySound[] = { "A3\sounds_f\weapons\Other\dry_1", 0.56234133, 1, 10 }; + reloadMagazineSound[] = { "A3\sounds_f\weapons\reloads\new_MX", 1.0, 1, 10 }; + }; + + class l85a2_ris_ng_epoch : l85a2_ris_epoch + { + scope = 2; + displayName = "L85A2 Ris"; + model = "\x\addons\a3_epoch_weapons\L85A2_Ris_ng.p3d"; + picture = "\x\addons\a3_epoch_weapons\gear\gear_l85a2_ris_ng_x_ca.paa"; + handAnim[] = { "OFP2_ManSkeleton", "\x\addons\a3_epoch_weapons\data\handanims\L85A2_HandAnim.rtm" }; + class PointerSlot : PointerSlot + { + linkProxy = "\A3\data_f\proxies\weapon_slots\SIDE"; + compatibleItems[] = { "" }; + }; + }; + + class l85a2_pink_epoch : l85a2_epoch + { + author = "Kiory"; + scope = 2; + displayName = "L85A2 Pink Edition"; + model = "\x\addons\a3_epoch_weapons\L85A2_pink.p3d"; + picture = "\x\addons\a3_epoch_weapons\gear\gear_l85a2P_x_ca.paa"; + + class PointerSlot + { + compatibleItems[] = {}; + }; + }; + + class l85a2_ugl_epoch : Rifle_Base_F + { + reloadAction = "GestureReloadL85A2UGL"; + displayName = "L85A2 UGL"; + scope = 2; + magazines[] = { "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Green", "30Rnd_556x45_Stanag_Tracer_Yellow" }; + model = "\x\addons\a3_epoch_weapons\L85A2_ugl.p3d"; + picture = "\x\addons\a3_epoch_weapons\gear\gear_l85a2UGL_x_ca.paa"; + muzzles[] = { "this", "L85_UGL" }; + handAnim[] = { "OFP2_ManSkeleton", "\x\addons\a3_epoch_weapons\data\handanims\L85A2_UGL_HandAnim.rtm" }; + inertia = 0.5; + dexterity = 1.5; + maxZeroing = 300; + discreteDistanceInitIndex = 0; + maxRecoilSway = 0.0125; + swayDecaySpeed = 1.25; + class GunParticles : GunParticles + { + class SecondEffect + { + positionName = "Nabojnicestart"; + directionName = "Nabojniceend"; + effectName = "CaselessAmmoCloud"; + }; + }; + class WeaponSlotsInfo : WeaponSlotsInfo + { + mass = 140; + class MuzzleSlot : SlotInfo + { + linkProxy = "\A3\data_f\proxies\weapon_slots\MUZZLE"; + compatibleItems[] = {}; + }; + class CowsSlot + { + linkProxy = "\A3\data_f\proxies\weapon_slots\TOP"; + displayName = "$STR_A3_CowsSlot0"; + compatibleItems[] = { "Elcan_epoch", "Elcan_reflex_epoch", "optic_hamr", "optic_Holosight", "optic_MRCO", "optic_Arco", "optic_aco", "optic_ACO_grn" }; + }; + class PointerSlot : PointerSlot + { + linkProxy = "\A3\data_f\proxies\weapon_slots\SIDE"; + }; + }; + opticsZoomMin = 0.375; + opticsZoomMax = 1.1; + opticsZoomInit = 0.75; + distanceZoomMin = 300; + distanceZoomMax = 300; + descriptionShort = "$STR_A3_CfgWeapons_XM_base_F0"; + caseless[] = { "", 1, 1, 1 }; + soundBullet[] = { "caseless", 1 }; + changeFiremodeSound[] = { "A3\sounds_f\weapons\closure\firemode_changer_2", 0.17782794, 1, 5 }; + modes[] = { "Single", "FullAuto", "fullauto_medium", "single_medium_optics1", "single_far_optics2" }; + class Single : Mode_SemiAuto + { + sounds[] = { "StandardSound", "SilencedSound" }; + class BaseSoundModeType + { + weaponSoundEffect = "DefaultRifle"; + closure1[] = { "A3\sounds_f\weapons\closure\closure_rifle_6", 0.3, 1, 10 }; + closure2[] = { "A3\sounds_f\weapons\closure\closure_rifle_7", 0.3, 1, 10 }; + soundClosure[] = { "closure1", 0.5, "closure2", 0.5 }; + }; + class StandardSound : BaseSoundModeType + { + begin1[] = { "x\addons\a3_epoch_weapons\sounds\L85_Fire1", 1.0, 1, 1200 }; + begin2[] = { "x\addons\a3_epoch_weapons\sounds\L85_Fire2", 1.0, 1, 1200 }; + begin3[] = { "x\addons\a3_epoch_weapons\sounds\L85_Fire3", 1.0, 1, 1200 }; + begin4[] = { "x\addons\a3_epoch_weapons\sounds\L85_Fire4", 1.0, 1, 1200 }; + soundBegin[] = { "begin1", 0.5, "begin2", 0.5, "begin3", 0.5, "begin4", 0.5 }; + }; + class SilencedSound : BaseSoundModeType + { + begin1[] = { "A3\sounds_f\weapons\silenced\silent-18", 0.7943282, 1, 100 }; + begin2[] = { "A3\sounds_f\weapons\silenced\silent-19", 0.7943282, 1, 100 }; + begin3[] = { "A3\sounds_f\weapons\silenced\silent-11", 0.7943282, 1, 100 }; + soundBegin[] = { "begin1", 0.333, "begin2", 0.333, "begin3", 0.333 }; + }; + reloadTime = 0.096; + recoil = "recoil_single_mx"; + recoilProne = "recoil_single_prone_mx"; + dispersion = 0.00087; + minRange = 2; + minRangeProbab = 0.5; + midRange = 200; + midRangeProbab = 0.7; + maxRange = 400; + maxRangeProbab = 0.3; + }; + class FullAuto : Mode_FullAuto + { + sounds[] = { "StandardSound", "SilencedSound" }; + class BaseSoundModeType + { + weaponSoundEffect = "DefaultRifle"; + closure1[] = { "A3\sounds_f\weapons\closure\closure_rifle_6", 0.3, 1, 10 }; + closure2[] = { "A3\sounds_f\weapons\closure\closure_rifle_7", 0.3, 1, 10 }; + soundClosure[] = { "closure1", 0.5, "closure2", 0.5 }; + }; + class StandardSound : BaseSoundModeType + { + begin1[] = { "x\addons\a3_epoch_weapons\sounds\L85_Fire1", 1.0, 1, 1200 }; + begin2[] = { "x\addons\a3_epoch_weapons\sounds\L85_Fire2", 1.0, 1, 1200 }; + begin3[] = { "x\addons\a3_epoch_weapons\sounds\L85_Fire3", 1.0, 1, 1200 }; + begin4[] = { "x\addons\a3_epoch_weapons\sounds\L85_Fire4", 1.0, 1, 1200 }; + soundBegin[] = { "begin1", 0.5, "begin2", 0.5, "begin3", 0.5, "begin4", 0.5 }; + }; + class SilencedSound : BaseSoundModeType + { + begin1[] = { "A3\sounds_f\weapons\silenced\silent-18", 0.7943282, 1, 100 }; + begin2[] = { "A3\sounds_f\weapons\silenced\silent-19", 0.7943282, 1, 100 }; + begin3[] = { "A3\sounds_f\weapons\silenced\silent-11", 0.7943282, 1, 100 }; + soundBegin[] = { "begin1", 0.333, "begin2", 0.333, "begin3", 0.333 }; + }; + reloadTime = 0.096; + dispersion = 0.00087; + recoil = "recoil_auto_mx"; + recoilProne = "recoil_auto_prone_mx"; + minRange = 0; + minRangeProbab = 0.9; + midRange = 15; + midRangeProbab = 0.7; + maxRange = 30; + maxRangeProbab = 0.1; + aiRateOfFire = 1e-006; + }; + class fullauto_medium : FullAuto + { + showToPlayer = 0; + burst = 3; + minRange = 2; + minRangeProbab = 0.5; + midRange = 75; + midRangeProbab = 0.7; + maxRange = 150; + maxRangeProbab = 0.05; + aiRateOfFire = 2.0; + aiRateOfFireDistance = 200; + }; + class single_medium_optics1 : Single + { + requiredOpticType = 1; + showToPlayer = 0; + minRange = 2; + minRangeProbab = 0.2; + midRange = 450; + midRangeProbab = 0.7; + maxRange = 600; + maxRangeProbab = 0.2; + aiRateOfFire = 6; + aiRateOfFireDistance = 600; + }; + class single_far_optics2 : single_medium_optics1 + { + requiredOpticType = 2; + showToPlayer = 0; + minRange = 100; + minRangeProbab = 0.1; + midRange = 500; + midRangeProbab = 0.6; + maxRange = 700; + maxRangeProbab = 0.05; + aiRateOfFire = 8; + aiRateOfFireDistance = 700; + }; + class L85_UGL : UGL_F + { + useModelOptics = 0; + useExternalOptic = 0; + cameraDir = "OP_look"; + discreteDistance[] = { 50, 100, 150, 200, 250, 300, 350 }; + discreteDistanceCameraPoint[] = { "OP_eye", "OP_eye2", "OP_eye3", "OP_eye4", "OP_eye5", "OP_eye6", "OP_eye7" }; + discreteDistanceInitIndex = 1; + }; + aiDispersionCoefY = 6.0; + aiDispersionCoefX = 4.0; + drySound[] = { "A3\sounds_f\weapons\Other\dry_1", 0.56234133, 1, 10 }; + reloadMagazineSound[] = { "A3\sounds_f\weapons\reloads\new_MX", 1.0, 1, 10 }; + }; + + class Elcan_epoch : ItemCore + { + author = "Kiory"; + _generalMacro = "optic_Elcan"; + scope = 2; + displayName = "Elcan Optic"; + picture = "\x\addons\a3_epoch_weapons\gear\gear_elcan_x_ca.paa"; + model = "\x\addons\a3_epoch_weapons\Elcan.p3d"; + descriptionShort = "Elcan optic, 4x magnification."; + weaponInfoType = "RscWeaponZeroing"; + class ItemInfo : InventoryOpticsItem_Base_F + { + mass = 8; + opticType = 1; + optics = 1; + modelOptics = "\A3\Weapons_F_Beta\acc\acco_arco_F.p3d"; + class OpticsModes + { + + class Zoom1 + { + opticsID = 1; + useModelOptics = 0; + opticsPPEffects[] = { "" }; + opticsFlare = 0; + opticsDisablePeripherialVision = 0; + opticsZoomMin = 0.09; + opticsZoomMax = 0.09; + opticsZoomInit = 0.09; + memoryPointCamera = "opticView"; + visionMode[] = {}; + distanceZoomMin = 300; + distanceZoomMax = 300; + }; + }; + }; + inertia = 0.1; + }; + + class Elcan_reflex_epoch : Elcan_epoch + { + displayName = "Elcan Optic Reflex"; + picture = "\x\addons\a3_epoch_weapons\gear\gear_elcan_reflex_x_ca.paa"; + model = "\x\addons\a3_epoch_weapons\Elcan_reflex.p3d"; + class ItemInfo : InventoryOpticsItem_Base_F + { + mass = 8; + opticType = 1; + optics = 1; + modelOptics = "\A3\Weapons_F_Beta\acc\acco_arco_F.p3d"; + class OpticsModes + { + + class Zoom1 + { + opticsID = 1; + useModelOptics = 0; + opticsPPEffects[] = { "" }; + opticsFlare = 0; + opticsDisablePeripherialVision = 0; + opticsZoomMin = 0.09; + opticsZoomMax = 0.09; + opticsZoomInit = 0.09; + memoryPointCamera = "opticView"; + visionMode[] = {}; + distanceZoomMin = 300; + distanceZoomMax = 300; + }; + + class Zoom2 + { + opticsID = 1; + useModelOptics = 0; + opticsPPEffects[] = { "" }; + opticsFlare = 0; + opticsDisablePeripherialVision = 0; + opticsZoomMin = 0.375; + opticsZoomMax = 1.1; + opticsZoomInit = 0.75; + memoryPointCamera = "eye"; + visionMode[] = {}; + distanceZoomMin = 300; + distanceZoomMax = 300; + }; + }; + }; + inertia = 0.1; + }; + + // Kiory + + +}; diff --git a/Sources/epoch_config/Configs/CfgWorlds.hpp b/Sources/epoch_config/Configs/CfgWorlds.hpp new file mode 100644 index 00000000..d9dd48ea --- /dev/null +++ b/Sources/epoch_config/Configs/CfgWorlds.hpp @@ -0,0 +1,304 @@ +class CfgWorlds +{ + class CAWorld; + class Altis: CAWorld + { + cutscenes[] = {"Epoch_Intro"}; + /* + class Sea + { + seaTexture = "a3\data_f\seatexture_co.paa"; + seaMaterial = "#water"; + shoreMaterial = "#shore"; + shoreFoamMaterial = "#shorefoam"; + shoreWetMaterial = "#shorewet"; + WaterMapScale = 20; + WaterGrid = 50; + MaxTide = 10; + MaxWave = 0.25; + SeaWaveXScale = "2.0/50"; + SeaWaveZScale = "1.0/50"; + SeaWaveHScale = 1.0; + SeaWaveXDuration = 5000; + SeaWaveZDuration = 10000; + }; + */ + class Ambient{}; + class AmbientA3 + { + maxCost = 500; + class Radius440_500 + { + areaSpawnRadius = 440.0; + areaMaxRadius = 500.0; + spawnCircleRadius = 30.0; + spawnInterval = 4.7; + class Species + { + class Kestrel_random_F + { + maxCircleCount = "((1 - night) * 2 * (1 - (WaterDepth interpolate [1,30,0,1])) + (2 * (hills))) * (1 - night)"; + maxWorldCount = 4; + cost = 3; + spawnCount = 1; + groupSpawnRadius = 10; + maxAlt = 200; + minAlt = -10; + }; + class Seagull + { + maxCircleCount = "((sea * (1 - night)) + (2 * houses * sea)) * (1 - night)"; + maxWorldCount = 8; + cost = 3; + spawnCount = 1; + groupSpawnRadius = 10; + maxAlt = 200; + minAlt = -10; + }; + class Rabbit_F + { + maxCircleCount = "(20 * (0.1 - houses)) * (1 - sea)"; + maxWorldCount = 0; + cost = 5; + spawnCount = 0; + groupSpawnRadius = 10; + maxAlt = 80; + minAlt = -5; + }; + }; + }; + class Radius40_60 + { + areaSpawnRadius = 50.0; + areaMaxRadius = 83.0; + spawnCircleRadius = 10.0; + spawnInterval = 1.5; + class Species + { + class CatShark_F + { + maxCircleCount = "(4 * (WaterDepth interpolate [1,30,0,1]))"; + maxWorldCount = 10; + cost = 6; + spawnCount = 1; + groupSpawnRadius = 10; + maxAlt = 10; + minAlt = -80; + }; + class Turtle_F + { + maxCircleCount = "(2 * (waterDepth interpolate [1,16,0,1]) * ((1-houses) * (1-houses)))"; + maxWorldCount = 6; + cost = 5; + spawnCount = 1; + groupSpawnRadius = 10; + maxAlt = 10; + minAlt = -80; + }; + class Snake_random_F + { + maxCircleCount = "(1 - houses) * ((2 * (1 - sea)) + (2 * (meadow)))"; + maxWorldCount = 0; + cost = 5; + spawnCount = 0; + groupSpawnRadius = 5; + maxAlt = 40; + minAlt = -5; + }; + class Salema_F + { + maxCircleCount = "(12 * ((WaterDepth interpolate [1,30,0,1]) + 0.07))"; + maxWorldCount = 40; + cost = 5; + spawnCount = 2; + groupSpawnRadius = 5; + maxAlt = 10; + minAlt = -80; + }; + class Ornate_random_F + { + maxCircleCount = "(12 * ((WaterDepth interpolate [1,30,0,1]) + 0.05))"; + maxWorldCount = 30; + cost = 5; + spawnCount = 3; + groupSpawnRadius = 5; + maxAlt = 10; + minAlt = -80; + }; + class Mackerel_F + { + maxCircleCount = "(8 * ((WaterDepth interpolate [1,30,0,1]) + 0.07))"; + maxWorldCount = 14; + cost = 5; + spawnCount = 2; + groupSpawnRadius = 5; + maxAlt = 10; + minAlt = -80; + }; + class Mullet_F + { + maxCircleCount = "(8 * ((WaterDepth interpolate [1,30,0,1]) + 0.07))"; + maxWorldCount = 14; + cost = 5; + spawnCount = 2; + groupSpawnRadius = 5; + maxAlt = 10; + minAlt = -80; + }; + class Tuna_F + { + maxCircleCount = "(8 * ((WaterDepth interpolate [1,30,0,1]) - 0.2))"; + maxWorldCount = 10; + cost = 5; + spawnCount = 2; + groupSpawnRadius = 5; + maxAlt = 10; + minAlt = -80; + }; + }; + }; + + }; + }; + class Stratis : CAWorld + { + class Ambient{}; + class AmbientA3 + { + maxCost = 500; + class Radius440_500 + { + areaSpawnRadius = 440.0; + areaMaxRadius = 500.0; + spawnCircleRadius = 30.0; + spawnInterval = 4.7; + class Species + { + class Kestrel_random_F + { + maxCircleCount = "((1 - night) * 2 * (1 - (WaterDepth interpolate [1,30,0,1])) + (2 * (hills))) * (1 - night)"; + maxWorldCount = 4; + cost = 3; + spawnCount = 1; + groupSpawnRadius = 10; + maxAlt = 200; + minAlt = -10; + }; + class Seagull + { + maxCircleCount = "((sea * (1 - night)) + (2 * houses * sea)) * (1 - night)"; + maxWorldCount = 8; + cost = 3; + spawnCount = 1; + groupSpawnRadius = 10; + maxAlt = 200; + minAlt = -10; + }; + class Rabbit_F + { + maxCircleCount = "(20 * (0.1 - houses)) * (1 - sea)"; + maxWorldCount = 0; + cost = 5; + spawnCount = 0; + groupSpawnRadius = 10; + maxAlt = 80; + minAlt = -5; + }; + }; + }; + class Radius40_60 + { + areaSpawnRadius = 50.0; + areaMaxRadius = 83.0; + spawnCircleRadius = 10.0; + spawnInterval = 1.5; + class Species + { + class CatShark_F + { + maxCircleCount = "(4 * (WaterDepth interpolate [1,30,0,1]))"; + maxWorldCount = 10; + cost = 6; + spawnCount = 1; + groupSpawnRadius = 10; + maxAlt = 10; + minAlt = -80; + }; + class Turtle_F + { + maxCircleCount = "(2 * (waterDepth interpolate [1,16,0,1]) * ((1-houses) * (1-houses)))"; + maxWorldCount = 6; + cost = 5; + spawnCount = 1; + groupSpawnRadius = 10; + maxAlt = 10; + minAlt = -80; + }; + class Snake_random_F + { + maxCircleCount = "(1 - houses) * ((2 * (1 - sea)) + (2 * (meadow)))"; + maxWorldCount = 0; + cost = 5; + spawnCount = 0; + groupSpawnRadius = 5; + maxAlt = 40; + minAlt = -5; + }; + class Salema_F + { + maxCircleCount = "(12 * ((WaterDepth interpolate [1,30,0,1]) + 0.07))"; + maxWorldCount = 40; + cost = 5; + spawnCount = 2; + groupSpawnRadius = 5; + maxAlt = 10; + minAlt = -80; + }; + class Ornate_random_F + { + maxCircleCount = "(12 * ((WaterDepth interpolate [1,30,0,1]) + 0.05))"; + maxWorldCount = 30; + cost = 5; + spawnCount = 3; + groupSpawnRadius = 5; + maxAlt = 10; + minAlt = -80; + }; + class Mackerel_F + { + maxCircleCount = "(8 * ((WaterDepth interpolate [1,30,0,1]) + 0.07))"; + maxWorldCount = 14; + cost = 5; + spawnCount = 2; + groupSpawnRadius = 5; + maxAlt = 10; + minAlt = -80; + }; + class Mullet_F + { + maxCircleCount = "(8 * ((WaterDepth interpolate [1,30,0,1]) + 0.07))"; + maxWorldCount = 14; + cost = 5; + spawnCount = 2; + groupSpawnRadius = 5; + maxAlt = 10; + minAlt = -80; + }; + class Tuna_F + { + maxCircleCount = "(8 * ((WaterDepth interpolate [1,30,0,1]) - 0.2))"; + maxWorldCount = 10; + cost = 5; + spawnCount = 2; + groupSpawnRadius = 5; + maxAlt = 10; + minAlt = -80; + }; + }; + }; + }; + }; + + initWorld = "Altis"; + demoWorld = "Altis"; +}; \ No newline at end of file diff --git a/Sources/epoch_config/Configs/cfgCrafting.hpp b/Sources/epoch_config/Configs/cfgCrafting.hpp new file mode 100644 index 00000000..fe92758f --- /dev/null +++ b/Sources/epoch_config/Configs/cfgCrafting.hpp @@ -0,0 +1,341 @@ +class CfgCrafting +{ + class Default + { + usedIn[] = {}; + recipe[] = {}; + nearby[] = {}; + }; + + // items + class ItemCoolerE : Default + { + // usedIn[] = { "ItemCooler0", "ItemCooler1", "ItemCooler2", "ItemCooler3", "ItemCooler4" }; + }; + class ItemCooler0 : Default + { + recipe[] = { "ItemCoolerE", { "SnakeMeat_EPOCH", 2 }, "sweetcorn_epoch" }; + }; + class ItemCooler1 : Default + { + recipe[] = { "ItemCoolerE", { "CookedRabbit_EPOCH", 2 }, "sweetcorn_epoch" }; + }; + class ItemCooler2 : Default + { + recipe[] = { "ItemCoolerE", "CookedChicken_EPOCH", "sweetcorn_epoch" }; + }; + class ItemCooler3 : Default + { + recipe[] = { "ItemCoolerE", "CookedGoat_EPOCH", "sweetcorn_epoch" }; + }; + class ItemCooler4 : Default + { + recipe[] = { "ItemCoolerE", "CookedSheep_EPOCH", "sweetcorn_epoch" }; + }; + class CircuitParts : Default + { + usedIn[] = { "EnergyPack", "EnergyPackLg", "KitPlotPole" }; + }; + class EnergyPack : Default + { + usedIn[] = { "EnergyPackLg" }; + nearby[] = { { "fire", { "ALL" }, 3, 1, "Fire", "fire" } }; + recipe[] = { { "CircuitParts", 1 }, { "clean_water_epoch", 1 } }; + }; + class EnergyPackLg : Default + { + nearby[] = { { "fire", { "ALL" }, 3, 1, "Fire", "fire" } }; + recipe[] = { { "EnergyPack", 3 }, { "CircuitParts", 1 } }; + }; + + class PartOre : Default + { + usedIn[] = { "ItemScraps" }; + }; + class Pelt_EPOCH : Default + { + usedIn[] = { "KitTiPi" }; + }; + class ItemRock : Default + { + usedIn[] = { "KitFirePlace" , "MeleeMaul", "CrudeHatchet" }; + }; + class ItemStick : Default + { + usedIn[] = { "WoodClub","MeleeMaul", "CrudeHatchet", "KitFirePlace" }; + recipe[] = { { "WoodLog_EPOCH", 1 } }; + }; + class ItemKiloHemp : Default + { + usedIn[] = { "ItemRope" }; + }; + class ItemRope : Default + { + usedIn[] = { "WoodClub", "MeleeMaul", "CrudeHatchet" }; + recipe[] = { { "ItemKiloHemp", 1 } }; + }; + class MeleeMaul : Default + { + recipe[] = { { "ItemRock", 1 }, { "ItemStick", 2 }, { "ItemRope", 1 } }; + }; + class CrudeHatchet : Default + { + recipe[] = { { "ItemRock", 1 }, { "ItemStick", 1 }, { "ItemRope", 1 } }; + }; + class WoodClub : Default + { + recipe[] = { { "ItemStick", 2 } }; + }; + + class WoodLog_EPOCH : Default + { + usedIn[] = { "PartPlankPack", "ItemStick" }; + }; + class MortarBucket : Default + { + usedIn[] = {"KitFoundation","KitCinderWall"}; + }; + class ItemScraps : Default + { + usedIn[] = { "ItemCorrugated" }; + nearby[] = { { "fire", { "ALL" }, 3, 1, "Fire", "fire" } }; + recipe[] = { { "PartOre", 2 } }; + }; + class ItemCorrugated : Default + { + usedIn[] = {"KitShelf","ItemCorrugatedLg"}; + nearby[] = { { "fire", { "ALL" }, 3, 1, "Fire", "fire" } }; + recipe[] = { { "ItemScraps", 2 } }; + }; + class CinderBlocks : Default + { + usedIn[] = { "KitCinderWall" }; + }; + class ItemMixOil : Default + { + usedIn[] = { "CSGAS" }; + }; + class jerrycan_epoch : Default + { + usedIn[] = { "CSGAS" }; + }; + + + + class VehicleRepair : Default + { + usedIn[] = { "VehicleRepairLg" }; + }; + class VehicleRepairLg : Default + { + recipe[] = { "VehicleRepair", "ItemCorrugated" }; + }; + + // radios + + class EpochRadio0 : Default // Quartz + { + usedIn[] = { "EpochRadio1" }; + }; + class EpochRadio1 : Default // Garnet + { + usedIn[] = { "EpochRadio2" }; + recipe[] = { "EpochRadio0", "ItemGarnet" }; + }; + class EpochRadio2 : Default // Citrine + { + usedIn[] = { "EpochRadio3" }; + recipe[] = { "EpochRadio1", "ItemCitrine" }; + }; + class EpochRadio3 : Default // Amethyst + { + usedIn[] = { "EpochRadio4" }; + recipe[] = { "EpochRadio2", "ItemAmethyst" }; + }; + class EpochRadio4 : Default // Topaz + { + usedIn[] = { "EpochRadio5" }; + recipe[] = { "EpochRadio3", "ItemTopaz" }; + }; + class EpochRadio5 : Default // Sapphire + { + usedIn[] = { "EpochRadio6" }; + recipe[] = { "EpochRadio4", "ItemSapphire" }; + }; + class EpochRadio6 : Default // Onyx + { + usedIn[] = { "EpochRadio7" }; + recipe[] = { "EpochRadio5", "ItemOnyx" }; + }; + class EpochRadio7 : Default // Emerald + { + usedIn[] = { "EpochRadio8" }; + recipe[] = { "EpochRadio6", "ItemEmerald" }; + }; + class EpochRadio8 : Default // Ruby + { + usedIn[] = { "EpochRadio9" }; + recipe[] = { "EpochRadio7", "ItemRuby" }; + }; + class EpochRadio9 : Default // Jade + { + recipe[] = { "EpochRadio8", "ItemJade" }; + }; + + // raw meats + class SnakeCarcass_EPOCH : Default + { + usedIn[] = { "SnakeMeat_EPOCH" }; + }; + class SnakeMeat_EPOCH : Default + { + usedIn[] = { "ItemCooler0" }; + nearby[] = {{ "fire", {"ALL"}, 3, 1, "Fire","fire" }}; + recipe[] = { "SnakeCarcass_EPOCH" }; + }; + class RabbitCarcass_EPOCH : Default + { + usedIn[] = { "CookedRabbit_EPOCH" }; + }; + class CookedRabbit_EPOCH : Default + { + usedIn[] = { "ItemCooler1" }; + nearby[] = {{ "fire", {"ALL"}, 3, 1, "Fire","fire" }}; + recipe[] = { "RabbitCarcass_EPOCH" }; + }; + class ChickenCarcass_EPOCH : Default + { + usedIn[] = { "CookedChicken_EPOCH" }; + }; + class CookedChicken_EPOCH : Default + { + usedIn[] = { "ItemCooler2" }; + nearby[] = {{ "fire", {"ALL"}, 3, 1, "Fire","fire" }}; + recipe[] = { "ChickenCarcass_EPOCH" }; + }; + class GoatCarcass_EPOCH : Default + { + usedIn[] = { "CookedGoat_EPOCH" }; + }; + class CookedGoat_EPOCH : Default + { + usedIn[] = { "ItemCooler3" }; + nearby[] = {{ "fire", {"ALL"}, 3, 1, "Fire","fire" }}; + recipe[] = { "GoatCarcass_EPOCH" }; + }; + class SheepCarcass_EPOCH : Default + { + usedIn[] = { "CookedSheep_EPOCH" }; + }; + class CookedSheep_EPOCH : Default + { + usedIn[] = { "ItemCooler4" }; + nearby[] = {{ "fire", {"ALL"}, 3, 1, "Fire","fire" }}; + recipe[] = { "SheepCarcass_EPOCH" }; + }; + + class emptyjar_epoch : Default + { + usedIn[] = { "water_epoch" }; + }; + class water_epoch : Default + { + usedIn[] = { "clean_water_epoch" }; + nearby[] = {{"noclass", {"barrelwater_f.p3d", "water_source_f.p3d", "pumpa.p3d", "misc_wellpump.p3d"}, 3, 1, "Water Source","water"}}; + recipe[] = { "emptyjar_epoch" }; + }; + class clean_water_epoch : Default + { + usedIn[] = { "EnergyPack" }; + nearby[] = { { "fire", { "ALL" }, 3, 1, "Fire", "fire" } }; + recipe[] = { "water_epoch" }; + }; + + // recipes + class CSGAS : Default + { + recipe[] = { "ItemMixOil", "jerrycan_epoch" }; + }; + class ItemCorrugatedLg : Default + { + usedIn[] = { "VehicleRepairLg", "KitPlotPole" }; + recipe[] = { { "ItemCorrugated", 3 } }; + }; + class PartPlankPack : Default + { + usedIn[] = {"KitStudWall","KitWoodFloor","KitWoodFoundation","KitWoodStairs","KitWoodRamp","KitWoodLadder","KitWoodTower","KitTiPi"}; + recipe[] = {{"WoodLog_EPOCH",2}}; + }; + class KitFirePlace : Default + { + recipe[] = {{"ItemRock",2},{"ItemStick",1}}; + }; + class KitStudWall : Default + { + recipe[] = {{"PartPlankPack",4}}; + }; + class KitWoodFloor : Default + { + usedIn[] = { "KitWoodTower" }; + recipe[] = {{"PartPlankPack",4}}; + }; + class KitWoodLadder : Default + { + recipe[] = { { "PartPlankPack", 4 } }; + }; + class KitWoodRamp : Default + { + recipe[] = { { "PartPlankPack", 6 } }; + }; + class KitWoodStairs : Default + { + recipe[] = {{"PartPlankPack",4}}; + }; + class KitWoodTower : Default + { + recipe[] = { {"KitWoodFloor", 1}, { "PartPlankPack", 4 } }; + }; + class KitTiPi : Default + { + recipe[] = { { "Pelt_EPOCH", 4 }, { "PartPlankPack", 2 } }; + }; + class KitShelf : Default + { + recipe[] = {{"ItemCorrugated",3}}; + }; + class KitFoundation : Default + { + recipe[] = {{"MortarBucket",4}}; + }; + class KitWoodFoundation : Default + { + recipe[] = {{"PartPlankPack",8}}; + }; + + class KitCinderWall : Default + { + recipe[] = {{"CinderBlocks",2},{"MortarBucket",2}}; + }; + class KitPlotPole : Default + { + recipe[] = {{"ItemCorrugatedLg",2}, {"CircuitParts",2} }; + }; + + class ItemSolar : Default + { + usedIn[] = { "KitSolarGen" }; + }; + class ItemCables : Default + { + usedIn[] = { "KitSolarGen" }; + }; + class ItemBattery : Default + { + usedIn[] = { "KitSolarGen" }; + }; + class KitSolarGen : Default + { + // TODO recipe + recipe[] = { { "ItemSolar", 1 }, { "ItemCables", 1 }, { "ItemBattery", 1 }, { "ItemCorrugatedLg", 2 }, { "CircuitParts", 2 } }; + }; +}; \ No newline at end of file diff --git a/Sources/epoch_config/Configs/cfgRecoils.hpp b/Sources/epoch_config/Configs/cfgRecoils.hpp new file mode 100644 index 00000000..9e60e7f0 --- /dev/null +++ b/Sources/epoch_config/Configs/cfgRecoils.hpp @@ -0,0 +1,7 @@ +class cfgRecoils +{ + recoil_single_Test_rifle_01[] = {0,0,0,0.03,"36.943*((0.001))*(0.3)","3.587*((0.004))*(3)",0.03,"31.817*((0.001))*(0.5)","1.251*((0.004))*(3.4)",0.03,"19.755*((0.001))*(0.7)","0.764*((0.004))*(3.8)",0.06,"7.388*((0.001))*(0.9)","0.285*((0.004))*(4.2)",0.06,"-2.402*((0.001))*(0.3)","-0.096*((0.004))*(7)",0.06,"-3.53*((0.001))*(0.5)","-0.141*((0.004))*(5)",0.06,"-3.677*((0.001))*(0.5)","-0.147*((0.004))*(3)",0.06,"-3.138*((0.001))*(0.3)","-0.125*((0.004))*(1)",0.06,0,0}; + recoil_single_prone_Test_rifle_01[] = {0,0,0,0.03,"36.943*((0.001))*(0.3)","3.587*((0.004))*(0.7)",0.03,"31.817*((0.001))*(0.5)","1.251*((0.004))*(1.1)",0.03,"19.755*((0.001))*(0.7)","0.764*((0.004))*(1.5)",0.06,"7.388*((0.001))*(0.9)","0.285*((0.004))*(1.9)",0.06,"-2.402*((0.001))*(0.3)","-0.096*((0.004))*(2)",0.06,"-3.53*((0.001))*(0.5)","-0.141*((0.004))*(1)",0.06,"-3.677*((0.001))*(0.5)","-0.147*((0.004))*(0.5)",0.06,"-3.138*((0.001))*(0.3)","-0.125*((0.004))*(0.3)",0.06,0,0}; + recoil_auto_Test_rifle_01[] = {0,0,0,0.06,"36.943*((0.001))*(1.2)","3.587*((0.004))*(1.7)",0.06,"31.817*((0.001))*(1.5)","1.251*((0.004))*(2.1)",0.06,"19.755*((0.001))*(1.7)","0.764*((0.004))*(2.4)",0.06,"7.388*((0.001))*(1.9)","0.285*((0.004))*(2.8)",0.03,"-2.402*((0.001))*(0.3)","-0.096*((0.004))*(7)",0.03,"-3.53*((0.001))*(0.5)","-0.141*((0.004))*(5)",0.03,"-3.677*((0.001))*(0.5)","-0.147*((0.004))*(3)",0.06,0,0}; + recoil_auto_prone_Test_rifle_01[] = {0,0,0,0.06,"36.943*((0.001))*(1.2)","3.587*((0.004))*(0.3)",0.06,"31.817*((0.001))*(1.5)","1.251*((0.004))*(0.7)",0.06,"19.755*((0.001))*(1.7)","0.764*((0.004))*(1.1)",0.06,"7.388*((0.001))*(1.9)","0.285*((0.004))*(1.5)",0.03,"-2.402*((0.001))*(0.3)","-0.096*((0.004))*(4)",0.03,"-3.53*((0.001))*(0.5)","-0.141*((0.004))*(2)",0.03,"-3.677*((0.001))*(0.5)","-0.147*((0.004))*(1)",0.06,0,0}; +}; \ No newline at end of file diff --git a/Sources/epoch_config/Data/UI/defineCommonGrids.inc b/Sources/epoch_config/Data/UI/defineCommonGrids.inc new file mode 100644 index 00000000..188b2079 --- /dev/null +++ b/Sources/epoch_config/Data/UI/defineCommonGrids.inc @@ -0,0 +1,321 @@ +/////////////////////////////////////////////////////////////////////////// +/// GUI +/////////////////////////////////////////////////////////////////////////// + +//--- Hack to avoid too large display upon first startup (fixed in engine) +//#define GUI_GRID_OLD_WAbs ((safezoneW / ((floor (safezoneW / safezoneH)) max 1)) min 1.2) + +//--- New grid for new A3 displays +#define GUI_GRID_WAbs ((safezoneW / safezoneH) min 1.2) +#define GUI_GRID_HAbs (GUI_GRID_WAbs / 1.2) +#define GUI_GRID_W (GUI_GRID_WAbs / 40) +#define GUI_GRID_H (GUI_GRID_HAbs / 25) +#define GUI_GRID_X (safezoneX) +#define GUI_GRID_Y (safezoneY + safezoneH - GUI_GRID_HAbs) + +//--- MUF - Test grid used in MP +#define GUI_GRID_MP_WAbs GUI_GRID_WAbs +#define GUI_GRID_MP_HAbs GUI_GRID_HAbs +#define GUI_GRID_MP_W GUI_GRID_W +#define GUI_GRID_MP_H GUI_GRID_H +#define GUI_GRID_MP_X (SafezoneX) +#define GUI_GRID_MP_Y (safezoneY) + +//--- Screen Center +#define GUI_GRID_CENTER_WAbs GUI_GRID_WAbs +#define GUI_GRID_CENTER_HAbs GUI_GRID_HAbs +#define GUI_GRID_CENTER_W GUI_GRID_W +#define GUI_GRID_CENTER_H GUI_GRID_H +#define GUI_GRID_CENTER_X (safezoneX + (safezoneW - GUI_GRID_CENTER_WAbs)/2) +#define GUI_GRID_CENTER_Y (safezoneY + (safezoneH - GUI_GRID_CENTER_HAbs)/2) + +//--- 2D Editor - TEST A3 +#define GUI_GRID_EDITOR_WAbs GUI_GRID_CENTER_WAbs +#define GUI_GRID_EDITOR_HAbs GUI_GRID_CENTER_HAbs +#define GUI_GRID_EDITOR_W GUI_GRID_CENTER_W +#define GUI_GRID_EDITOR_H GUI_GRID_CENTER_H +#define GUI_GRID_EDITOR_X (safezoneX) +#define GUI_GRID_EDITOR_Y (safezoneY) + +//--- Diary +#define GUI_GRID_DIARY_WAbs GUI_GRID_WAbs +#define GUI_GRID_DIARY_HAbs GUI_GRID_HAbs +#define GUI_GRID_DIARY_W GUI_GRID_W +#define GUI_GRID_DIARY_H GUI_GRID_H +#define GUI_GRID_DIARY_X (safezoneX) +#define GUI_GRID_DIARY_Y (safezoneY) + +//--- Top left +#define GUI_GRID_TOPLEFT_WAbs GUI_GRID_WAbs +#define GUI_GRID_TOPLEFT_HAbs GUI_GRID_HAbs +#define GUI_GRID_TOPLEFT_W GUI_GRID_W +#define GUI_GRID_TOPLEFT_H GUI_GRID_H +#define GUI_GRID_TOPLEFT_X (safezoneX) +#define GUI_GRID_TOPLEFT_Y (safezoneY) + + +/////////////////////////////////////////////////////////////////////////// +/// iGUI +/////////////////////////////////////////////////////////////////////////// + +//--- IGUI Vehicle +#define IGUI_GRID_VEHICLE_WAbs (10 * GUI_GRID_W) +#define IGUI_GRID_VEHICLE_HAbs (4.5 * GUI_GRID_H) +#define IGUI_GRID_VEHICLE_XDef (safezoneX + 0.5 * GUI_GRID_W) +#define IGUI_GRID_VEHICLE_YDef (safezoneY + 0.5 * GUI_GRID_H) +#define IGUI_GRID_VEHICLE_X (profilenamespace getvariable ["IGUI_GRID_VEHICLE_X",IGUI_GRID_VEHICLE_XDef]) +#define IGUI_GRID_VEHICLE_Y (profilenamespace getvariable ["IGUI_GRID_VEHICLE_Y",IGUI_GRID_VEHICLE_YDef]) +#define IGUI_GRID_VEHICLE_W GUI_GRID_W +#define IGUI_GRID_VEHICLE_H GUI_GRID_H + +//--- IGUI Radar +#define IGUI_GRID_RADAR_WAbs (5.6 * GUI_GRID_W) +#define IGUI_GRID_RADAR_HAbs (5.6 * GUI_GRID_H) +#define IGUI_GRID_RADAR_XDef (safezoneX + safezoneW / 2 - 2.8 * GUI_GRID_W) +#define IGUI_GRID_RADAR_YDef (safezoneY + 0.5 * GUI_GRID_H) +#define IGUI_GRID_RADAR_X (profilenamespace getvariable ["IGUI_GRID_RADAR_X",IGUI_GRID_RADAR_XDef]) +#define IGUI_GRID_RADAR_Y (profilenamespace getvariable ["IGUI_GRID_RADAR_Y",IGUI_GRID_RADAR_YDef]) +#define IGUI_GRID_RADAR_W GUI_GRID_W +#define IGUI_GRID_RADAR_H GUI_GRID_H + +//--- IGUI Weapon +#define IGUI_GRID_WEAPON_WAbs (12.4 * GUI_GRID_W) +#define IGUI_GRID_WEAPON_HAbs (4.5 * GUI_GRID_H) +#define IGUI_GRID_WEAPON_XDef ((safezoneX + safezoneW) - IGUI_GRID_WEAPON_WAbs - 0.5 * GUI_GRID_W) +#define IGUI_GRID_WEAPON_YDef (safezoneY + 0.5 * GUI_GRID_H) +#define IGUI_GRID_WEAPON_X (profilenamespace getvariable ["IGUI_GRID_WEAPON_X",IGUI_GRID_WEAPON_XDef]) +#define IGUI_GRID_WEAPON_Y (profilenamespace getvariable ["IGUI_GRID_WEAPON_Y",IGUI_GRID_WEAPON_YDef]) +#define IGUI_GRID_WEAPON_W GUI_GRID_W +#define IGUI_GRID_WEAPON_H GUI_GRID_H + +//--- IGUI Notification +#define IGUI_GRID_NOTIFICATION_WAbs (12 * GUI_GRID_W) +#define IGUI_GRID_NOTIFICATION_HAbs (6 * GUI_GRID_H) +#define IGUI_GRID_NOTIFICATION_XDef (0.5 - 6 * GUI_GRID_W) +#define IGUI_GRID_NOTIFICATION_YDef (safezoneY + 6.5 * GUI_GRID_H) +#define IGUI_GRID_NOTIFICATION_X (profilenamespace getvariable ["IGUI_GRID_NOTIFICATION_X",IGUI_GRID_NOTIFICATION_XDef]) +#define IGUI_GRID_NOTIFICATION_Y (profilenamespace getvariable ["IGUI_GRID_NOTIFICATION_Y",IGUI_GRID_NOTIFICATION_YDef]) +#define IGUI_GRID_NOTIFICATION_W GUI_GRID_W +#define IGUI_GRID_NOTIFICATION_H GUI_GRID_H + +//--- IGUI Action / Command Menu +#define IGUI_GRID_MENU_WAbs (4.5 * GUI_GRID_W) +#define IGUI_GRID_MENU_HAbs (10 * (IGUI_TEXT_SIZE_MEDIUM * 1.3)) +#define IGUI_GRID_MENU_XDef (1.5 * GUI_GRID_W + safezoneX) +#define IGUI_GRID_MENU_YDef (5 * GUI_GRID_H + safezoneY) +#define IGUI_GRID_MENU_X (profilenamespace getvariable ["IGUI_GRID_MENU_X",IGUI_GRID_MENU_XDef]) +#define IGUI_GRID_MENU_Y (profilenamespace getvariable ["IGUI_GRID_MENU_Y",IGUI_GRID_MENU_YDef]) +#define IGUI_GRID_MENU_W GUI_GRID_W +#define IGUI_GRID_MENU_H GUI_GRID_H + +//--- IGUI Communication menu icons +#define IGUI_GRID_COMM_WAbs (1.5 * GUI_GRID_W) +#define IGUI_GRID_COMM_HAbs (15 * GUI_GRID_H) +#define IGUI_GRID_COMM_XDef (0 * GUI_GRID_W + safezoneX) +#define IGUI_GRID_COMM_YDef (5 * GUI_GRID_H + safezoneY) +#define IGUI_GRID_COMM_X (profilenamespace getvariable ["IGUI_GRID_COMM_X",IGUI_GRID_COMM_XDef]) +#define IGUI_GRID_COMM_Y (profilenamespace getvariable ["IGUI_GRID_COMM_Y",IGUI_GRID_COMM_YDef]) +#define IGUI_GRID_COMM_W GUI_GRID_W +#define IGUI_GRID_COMM_H GUI_GRID_H + +//--- IGUI Hint +#define IGUI_GRID_HINT_WAbs (12 * GUI_GRID_W) +#define IGUI_GRID_HINT_HAbs (8 * GUI_GRID_H) +#define IGUI_GRID_HINT_XDef ((safezoneX + safezoneW) - IGUI_GRID_HINT_WAbs - 1 * GUI_GRID_W) +#define IGUI_GRID_HINT_YDef (safezoneY + 6 * GUI_GRID_H) +#define IGUI_GRID_HINT_X (profilenamespace getvariable ["IGUI_GRID_HINT_X",IGUI_GRID_HINT_XDef]) +#define IGUI_GRID_HINT_Y (profilenamespace getvariable ["IGUI_GRID_HINT_Y",IGUI_GRID_HINT_YDef]) +#define IGUI_GRID_HINT_W GUI_GRID_W +#define IGUI_GRID_HINT_H GUI_GRID_H + +//--- IGUI GPS +#define IGUI_GRID_GPS_XDef (safezoneX + safezoneW - 10.5 * GUI_GRID_W) +#define IGUI_GRID_GPS_YDef (safezoneY + safezoneH - 15.5 * GUI_GRID_H) +#define IGUI_GRID_GPS_WDef (10 * GUI_GRID_W) +#define IGUI_GRID_GPS_HDef (10 * GUI_GRID_H) +#define IGUI_GRID_GPS_X (profilenamespace getvariable ['IGUI_GRID_GPS_X',IGUI_GRID_GPS_XDef]) +#define IGUI_GRID_GPS_Y (profilenamespace getvariable ['IGUI_GRID_GPS_Y',IGUI_GRID_GPS_YDef]) +#define IGUI_GRID_GPS_WAbs (profilenamespace getvariable ['IGUI_GRID_GPS_W',IGUI_GRID_GPS_WDef]) +#define IGUI_GRID_GPS_HAbs (profilenamespace getvariable ['IGUI_GRID_GPS_H',IGUI_GRID_GPS_HDef]) + +//--- IGUI AV Camera +#define IGUI_GRID_AVCAMERA_XDef (safezoneX + safezoneW - 11.1 * GUI_GRID_W) +#define IGUI_GRID_AVCAMERA_YDef (13.5 * GUI_GRID_H + GUI_GRID_Y) +#define IGUI_GRID_AVCAMERA_WDef (10.6 * GUI_GRID_W) +#define IGUI_GRID_AVCAMERA_HDef (6.7 * GUI_GRID_H) +#define IGUI_GRID_AVCAMERA_X (profilenamespace getvariable ['IGUI_GRID_AVCAMERA_X',IGUI_GRID_AVCAMERA_XDef]) +#define IGUI_GRID_AVCAMERA_Y (profilenamespace getvariable ['IGUI_GRID_AVCAMERA_Y',IGUI_GRID_AVCAMERA_YDef]) +#define IGUI_GRID_AVCAMERA_WAbs (profilenamespace getvariable ['IGUI_GRID_AVCAMERA_W',IGUI_GRID_AVCAMERA_WDef]) +#define IGUI_GRID_AVCAMERA_HAbs (profilenamespace getvariable ['IGUI_GRID_AVCAMERA_H',IGUI_GRID_AVCAMERA_HDef]) + +//--- IGUI IGUI Chat Log +#define IGUI_GRID_CHAT_XDef (safezoneX + 1 * GUI_GRID_W) +#define IGUI_GRID_CHAT_YDef (safezoneY + safezoneH - 10.5 * GUI_GRID_H) +#define IGUI_GRID_CHAT_WDef (20 * GUI_GRID_W) +#define IGUI_GRID_CHAT_HDef (5 * GUI_GRID_H) +#define IGUI_GRID_CHAT_X (profilenamespace getvariable ["IGUI_GRID_CHAT_X",IGUI_GRID_CHAT_XDef]) +#define IGUI_GRID_CHAT_Y (profilenamespace getvariable ["IGUI_GRID_CHAT_Y",IGUI_GRID_CHAT_YDef]) +#define IGUI_GRID_CHAT_WAbs (profilenamespace getvariable ["IGUI_GRID_CHAT_W",IGUI_GRID_CHAT_WDef]) +#define IGUI_GRID_CHAT_HAbs (profilenamespace getvariable ["IGUI_GRID_CHAT_H",IGUI_GRID_CHAT_HDef]) + +//--- IGUI Command Bar +#define IGUI_GRID_BAR_WAbs (36 * GUI_GRID_W) +#define IGUI_GRID_BAR_HAbs (4 * GUI_GRID_H) +#define IGUI_GRID_BAR_XDef (safezoneX + 1 * GUI_GRID_W) +#define IGUI_GRID_BAR_YDef (safezoneY + safezoneH - 4.5 * GUI_GRID_H) +#define IGUI_GRID_BAR_X (profilenamespace getvariable ["IGUI_GRID_BAR_X",IGUI_GRID_BAR_XDef]) +#define IGUI_GRID_BAR_Y (profilenamespace getvariable ["IGUI_GRID_BAR_Y",IGUI_GRID_BAR_YDef]) +#define IGUI_GRID_BAR_W GUI_GRID_W +#define IGUI_GRID_BAR_H GUI_GRID_H + +//--- IGUI MP Progress +#define IGUI_GRID_MP_WAbs (2.5 * GUI_GRID_W) +#define IGUI_GRID_MP_HAbs (15 * GUI_GRID_H) +#define IGUI_GRID_MP_XDef (safezoneX + safezoneW - 2 * GUI_GRID_W) +#define IGUI_GRID_MP_YDef (5 * GUI_GRID_H + safezoneY) +#define IGUI_GRID_MP_X (profilenamespace getvariable ["IGUI_GRID_MP_X",IGUI_GRID_MP_XDef]) +#define IGUI_GRID_MP_Y (profilenamespace getvariable ["IGUI_GRID_MP_Y",IGUI_GRID_MP_YDef]) +#define IGUI_GRID_MP_W GUI_GRID_W +#define IGUI_GRID_MP_H GUI_GRID_H + + +/////////////////////////////////////////////////////////////////////////// +/// Old +/////////////////////////////////////////////////////////////////////////// + +//--- Old grid, that is used for old A3 and TKOH displays +#define GUI_GRID_OLD_WAbs ((safezoneW / safezoneH) min 1.2) +#define GUI_GRID_OLD_HAbs (GUI_GRID_OLD_WAbs / 1.2) +#define GUI_GRID_OLD_W (GUI_GRID_OLD_WAbs / 32) +#define GUI_GRID_OLD_H (GUI_GRID_OLD_HAbs / 20) +#define GUI_GRID_OLD_X (safezoneX) +#define GUI_GRID_OLD_Y (safezoneY + safezoneH - GUI_GRID_OLD_HAbs) + +//--- Centered +//#define GUI_GRID_OLD_X (safezoneX + (safezoneW - GUI_GRID_OLD_CENTER_WAbs)/2) +//--- Dark magic +//#define GUI_GRID_OLD_X (profilenamespace getvariable ['GUI_GRID_OLD_X',(safezoneX + (safezoneW - GUI_GRID_OLD_CENTER_WAbs)/2)]) +//#define GUI_GRID_OLD_Y (profilenamespace getvariable ['GUI_GRID_OLD_Y',(safezoneY + safezoneH - GUI_GRID_OLD_HAbs)]) + +//MUF-TEST: Anchor near the right edge of the screen - when changing Interface size, this point doesn't change its X position +#define GUI_ANCHOR_RIGHT (0.983 * safezoneW + safezoneX) +#define GUI_ANCHOR_LEFT 0 + +//--- Screen Center +#define GUI_GRID_OLD_CENTER_WAbs GUI_GRID_OLD_WAbs +#define GUI_GRID_OLD_CENTER_HAbs GUI_GRID_OLD_HAbs +#define GUI_GRID_OLD_CENTER_W GUI_GRID_OLD_W +#define GUI_GRID_OLD_CENTER_H GUI_GRID_OLD_H +#define GUI_GRID_OLD_CENTER_X (safezoneX + (safezoneW - GUI_GRID_OLD_CENTER_WAbs)/2) +#define GUI_GRID_OLD_CENTER_Y (safezoneY + (safezoneH - GUI_GRID_OLD_CENTER_HAbs)/2) + +//--- 2D Editor +#define GUI_GRID_OLD_EDITOR_WAbs GUI_GRID_OLD_CENTER_WAbs +#define GUI_GRID_OLD_EDITOR_HAbs GUI_GRID_OLD_CENTER_HAbs +#define GUI_GRID_OLD_EDITOR_W GUI_GRID_OLD_CENTER_W +#define GUI_GRID_OLD_EDITOR_H GUI_GRID_OLD_CENTER_H +#define GUI_GRID_OLD_EDITOR_X GUI_GRID_OLD_CENTER_X +#define GUI_GRID_OLD_EDITOR_Y (safezoneY) + +//--- Debug console (center down) +#define GUI_GRID_OLD_DEBUG_WAbs GUI_GRID_OLD_WAbs +#define GUI_GRID_OLD_DEBUG_HAbs GUI_GRID_OLD_HAbs +#define GUI_GRID_OLD_DEBUG_W GUI_GRID_OLD_W +#define GUI_GRID_OLD_DEBUG_H GUI_GRID_OLD_H +#define GUI_GRID_OLD_DEBUG_X (safezoneX + (safezoneW - GUI_GRID_OLD_DEBUG_WAbs)/2) +#define GUI_GRID_OLD_DEBUG_Y (safezoneY + safezoneH - GUI_GRID_OLD_DEBUG_HAbs) + +//--- IGUI Common +#define IGUI_GRID_OLD_WAbs GUI_GRID_OLD_WAbs +#define IGUI_GRID_OLD_HAbs GUI_GRID_OLD_HAbs +#define IGUI_GRID_OLD_W GUI_GRID_OLD_W +#define IGUI_GRID_OLD_H GUI_GRID_OLD_H +#define IGUI_GRID_OLD_X (safezoneX + (safezoneW - IGUI_GRID_OLD_WAbs) / 2) +#define IGUI_GRID_OLD_Y (safezoneY + safezoneH - IGUI_GRID_OLD_HAbs) + +//--- IGUI Bottom +#define IGUI_GRID_OLD_BOTTOM_WAbs IGUI_GRID_OLD_WAbs +#define IGUI_GRID_OLD_BOTTOM_HAbs IGUI_GRID_OLD_HAbs +#define IGUI_GRID_OLD_BOTTOM_W IGUI_GRID_OLD_W +#define IGUI_GRID_OLD_BOTTOM_H IGUI_GRID_OLD_H +#define IGUI_GRID_OLD_BOTTOM_X (safezoneX + (safezoneW - IGUI_GRID_OLD_BOTTOM_WAbs) / 2) +#define IGUI_GRID_OLD_BOTTOM_Y (safezoneY + safezoneH - IGUI_GRID_OLD_BOTTOM_HAbs) + +//--- IGUI Analogue Gauges +#define IGUI_GRID_OLD_GAUGES_WAbs (30 * IGUI_GRID_OLD_BOTTOM_W) +#define IGUI_GRID_OLD_GAUGES_HAbs (6 * IGUI_GRID_OLD_BOTTOM_H) +#define IGUI_GRID_OLD_GAUGES_XDef (1 * IGUI_GRID_OLD_BOTTOM_W + IGUI_GRID_OLD_BOTTOM_X) +#define IGUI_GRID_OLD_GAUGES_YDef (13.5 * IGUI_GRID_OLD_BOTTOM_H + IGUI_GRID_OLD_BOTTOM_Y) +#define IGUI_GRID_OLD_GAUGES_X IGUI_GRID_OLD_GAUGES_XDef +#define IGUI_GRID_OLD_GAUGES_Y IGUI_GRID_OLD_GAUGES_YDef +#define IGUI_GRID_OLD_GAUGES_W IGUI_GRID_OLD_W +#define IGUI_GRID_OLD_GAUGES_H IGUI_GRID_OLD_H + +//--- IGUI Action / Command Menu +#define IGUI_GRID_OLD_MENU_WAbs (4.5 * IGUI_GRID_OLD_W) +#define IGUI_GRID_OLD_MENU_HAbs (10 * (IGUI_TEXT_SIZE_MEDIUM * 1.3)) +#define IGUI_GRID_OLD_MENU_XDef (1 * IGUI_GRID_OLD_W + safezoneX) +#define IGUI_GRID_OLD_MENU_YDef (5 * IGUI_GRID_OLD_H + safezoneY) +#define IGUI_GRID_OLD_MENU_X (profilenamespace getvariable ["IGUI_GRID_OLD_MENU_X",IGUI_GRID_OLD_MENU_XDef]) +#define IGUI_GRID_OLD_MENU_Y (profilenamespace getvariable ["IGUI_GRID_OLD_MENU_Y",IGUI_GRID_OLD_MENU_YDef]) +#define IGUI_GRID_OLD_MENU_W IGUI_GRID_OLD_W +#define IGUI_GRID_OLD_MENU_H IGUI_GRID_OLD_H + +//--- E3 +/* +#define IGUI_GRID_OLD_MENU_WAbs (4.5 * IGUI_GRID_OLD_W) +#define IGUI_GRID_OLD_MENU_HAbs (10 * (IGUI_TEXT_SIZE_MEDIUM * 1.3)) +#define IGUI_GRID_OLD_MENU_XDef (0.6) +#define IGUI_GRID_OLD_MENU_YDef (0.55) +#define IGUI_GRID_OLD_MENU_X (profilenamespace getvariable ["IGUI_GRID_OLD_MENU_X",IGUI_GRID_OLD_MENU_XDef]) +#define IGUI_GRID_OLD_MENU_Y (profilenamespace getvariable ["IGUI_GRID_OLD_MENU_Y",IGUI_GRID_OLD_MENU_YDef]) +#define IGUI_GRID_OLD_MENU_W IGUI_GRID_OLD_W +#define IGUI_GRID_OLD_MENU_H IGUI_GRID_OLD_H +*/ + +//--- IGUI Task +#define IGUI_GRID_OLD_TASK_WAbs (12 * IGUI_GRID_OLD_W) +#define IGUI_GRID_OLD_TASK_HAbs (2 * IGUI_GRID_OLD_H) +#define IGUI_GRID_OLD_TASK_XDef (10 * IGUI_GRID_OLD_W + IGUI_GRID_OLD_X) +#define IGUI_GRID_OLD_TASK_YDef (1 * IGUI_GRID_OLD_H + safezoneY) +#define IGUI_GRID_OLD_TASK_X IGUI_GRID_OLD_TASK_XDef +#define IGUI_GRID_OLD_TASK_Y IGUI_GRID_OLD_TASK_YDef +#define IGUI_GRID_OLD_TASK_W IGUI_GRID_OLD_W +#define IGUI_GRID_OLD_TASK_H IGUI_GRID_OLD_H + +//--- IGUI PIP +#define IGUI_GRID_OLD_PIP_XDef (safezoneX + safezoneW - 6.5 * IGUI_GRID_OLD_W) +#define IGUI_GRID_OLD_PIP_YDef (9 * IGUI_GRID_OLD_H + IGUI_GRID_OLD_Y) +#define IGUI_GRID_OLD_PIP_WDef (6 * IGUI_GRID_OLD_W) +#define IGUI_GRID_OLD_PIP_HDef (IGUI_GRID_OLD_PIP_WDef) +//#define IGUI_GRID_OLD_PIP_X (profilenamespace getvariable ['IGUI_GRID_OLD_PIP_X',IGUI_GRID_OLD_PIP_XDef]) +//#define IGUI_GRID_OLD_PIP_Y (profilenamespace getvariable ['IGUI_GRID_OLD_PIP_Y',IGUI_GRID_OLD_PIP_YDef]) +//#define IGUI_GRID_OLD_PIP_WAbs (profilenamespace getvariable ['IGUI_GRID_OLD_PIP_W',IGUI_GRID_OLD_PIP_WDef]) +#define IGUI_GRID_OLD_PIP_X IGUI_GRID_OLD_PIP_XDef +#define IGUI_GRID_OLD_PIP_Y IGUI_GRID_OLD_PIP_YDef +#define IGUI_GRID_OLD_PIP_WAbs IGUI_GRID_OLD_PIP_WDef +#define IGUI_GRID_OLD_PIP_HAbs (IGUI_GRID_OLD_PIP_WAbs) + + +//--- MUF - experimental optics grid +// #define GUI_GRID_OLD_OPTICS_X (SafezoneX + ((SafezoneW - SafezoneH) / 2)) +// #define GUI_GRID_OLD_OPTICS_Y (SafezoneY) +// #define GUI_GRID_OLD_OPTICS_W (0.01875) +// #define GUI_GRID_OLD_OPTICS_H (0.025) +// #define GUI_GRID_OLD_OPTICS_WAbs ((SafezoneX + ((SafezoneW - SafezoneH) / 2)) / 0.01875) +// #define GUI_GRID_OLD_OPTICS_HAbs (SafezoneH / 0.01875) + +#define GUI_GRID_OLD_OPTICS_X (SafezoneX + ((SafezoneW - SafezoneH) / 2)) +#define GUI_GRID_OLD_OPTICS_Y (SafezoneY) +#define GUI_GRID_OLD_OPTICS_W (0.01875 * SafezoneH) +#define GUI_GRID_OLD_OPTICS_H (0.025 * SafezoneH) +#define GUI_GRID_OLD_OPTICS_WAbs (SafezoneH) +#define GUI_GRID_OLD_OPTICS_HAbs (SafezoneH) + +//--- MUF - experimental AV Terminal grid +#define GUI_GRID_OLD_AV_TERMINAL_X (safezoneX) +#define GUI_GRID_OLD_AV_TERMINAL_Y (safezoneY) +#define GUI_GRID_OLD_AV_TERMINAL_W (safezoneW / 64) +#define GUI_GRID_OLD_AV_TERMINAL_H (safezoneH / 40) +#define GUI_GRID_OLD_AV_TERMINAL_WAbs (safezoneW) +#define GUI_GRID_OLD_AV_TERMINAL_HAbs (safezoneH) \ No newline at end of file diff --git a/Sources/epoch_config/Data/UI/gear_test_weapon_01_st_ca.paa b/Sources/epoch_config/Data/UI/gear_test_weapon_01_st_ca.paa new file mode 100644 index 00000000..83f6aeb8 Binary files /dev/null and b/Sources/epoch_config/Data/UI/gear_test_weapon_01_st_ca.paa differ diff --git a/Sources/epoch_config/Data/UI/gear_test_weapon_01_x_ca.paa b/Sources/epoch_config/Data/UI/gear_test_weapon_01_x_ca.paa new file mode 100644 index 00000000..ecb7e39d Binary files /dev/null and b/Sources/epoch_config/Data/UI/gear_test_weapon_01_x_ca.paa differ diff --git a/Sources/epoch_config/README.TXT b/Sources/epoch_config/README.TXT new file mode 100644 index 00000000..b155c614 --- /dev/null +++ b/Sources/epoch_config/README.TXT @@ -0,0 +1,3 @@ +All content in this PBO was made exclusively for A3 Epoch mod. + +To use/edit/distribute any of the content in this mod please contact vbawol@veteranbastards.com or ptomany@gmail.com \ No newline at end of file diff --git a/Sources/epoch_config/config.cpp b/Sources/epoch_config/config.cpp new file mode 100644 index 00000000..693dc9e5 --- /dev/null +++ b/Sources/epoch_config/config.cpp @@ -0,0 +1,98 @@ +#define _ARMA_ + +enum { + StabilizedInAxesNone = 0, + StabilizedInAxisX = 1, + StabilizedInAxisY = 2, + StabilizedInAxesBoth = 3, + StabilizedInAxesXYZ = 4 +}; + +class CfgPatches +{ + class A3_epoch_config + { + units[] = { "Epoch_Female_F", "Epoch_Male_F", "Epoch_Cloak_F", "Epoch_Sapper_F", "Epoch_Ent_Small_F", "Epoch_Ent_Med_F", "Epoch_Ent_Large_F", "Land_Test_House_01_F", "Land_Test_House_01_dam_F", "Land_Test_House_01_ruins_F", "Epoch_Test", "C_Test_Car_01_F", "C_Hatchback_01_EPOCH", "C_Hatchback_02_EPOCH", "C_Offroad_01_EPOCH", "C_Quadbike_01_EPOCH", "C_SUV_01_EPOCH", "C_Rubberboat_EPOCH", "C_Rubberboat_02_EPOCH", "C_Rubberboat_03_EPOCH", "C_Rubberboat_04_EPOCH", "C_Van_01_box_EPOCH", "C_Van_01_transport_EPOCH", "C_Boat_Civil_01_EPOCH", "C_Boat_Civil_01_police_EPOCH", "C_Boat_Civil_01_rescue_EPOCH", "B_Heli_Light_01_EPOCH", "B_Heli_Transport_01_EPOCH", "B_Heli_Transport_01_camo_EPOCH", "B_SDV_01_EPOCH", "B_MRAP_01_EPOCH", "B_Truck_01_transport_EPOCH", "B_Truck_01_covered_EPOCH", "B_Truck_01_mover_EPOCH", "B_Truck_01_box_EPOCH", "O_Truck_02_covered_EPOCH", "O_Truck_02_transport_EPOCH", "O_Truck_03_covered_EPOCH", "O_Truck_02_box_EPOCH", "O_Heli_Light_02_unarmed_EPOCH", "I_Heli_Transport_02_EPOCH", "I_Heli_light_03_unarmed_EPOCH", "O_Test_Tank_01", "Sword_SIM_EPOCH", "SapperHead_SIM_EPOCH", "SapperCorpse_SIM_EPOCH", "MetalFloor_SIM_EPOCH", "WoodRamp_SIM_EPOCH", "CinderWallHalf_SIM_EPOCH", "CinderWall_SIM_EPOCH", "CinderWallDoorway_SIM_EPOCH", "CinderWallSmallDoorway_SIM_EPOCH", "WoodFloor_SIM_EPOCH", "WoodFloorHalf_SIM_EPOCH", "WoodFloorQuarter_SIM_EPOCH", "WoodLargeWall_SIM_EPOCH", "WoodLargeWallCor_SIM_EPOCH", "WoodLargeWallDoorway_SIM_EPOCH", "WoodLargeWallDoor_SIM_EPOCH", "WoodLargeWallWin_SIM_EPOCH", "WoodSmallWallThird_SIM_EPOCH", "WoodStairs_SIM_EPOCH", "WoodLadder_SIM_EPOCH", "WoodStairsSans_SIM_EPOCH", "Shelf_SIM_EPOCH", "Chair_SIM_EPOCH", "ChairRed_SIM_EPOCH", "Filing_SIM_EPOCH", "Fridge_SIM_EPOCH", "Bed_SIM_EPOCH", "Couch_SIM_EPOCH", "Wardrobe_SIM_EPOCH", "Locker_SIM_EPOCH", "Cooker_SIM_EPOCH", "Pelican_SIM_EPOCH", "Land_SIM_EPOCH_WoodDoor_Base", "Land_SIM_EPOCH_WoodDoorLocked_Base", "CinderWallDoor_SIM_EPOCH_Base", "CinderWallDoorLocked_SIM_EPOCH_Base", "Land_SIM_EPOCH_WoodDoor", "Land_SIM_EPOCH_WoodDoorLocked", "Land_SIM_EPOCH_LargeWoodDoor", "Land_SIM_EPOCH_LargeWoodDoorLocked", "Land_SIM_EPOCH_GarageWoodDoor", "Land_SIM_EPOCH_GarageWoodDoorLocked", "CinderWallDoorLocked_SIM_EPOCH", "CinderWallDoor_SIM_EPOCH", "CinderWallDoorSmallLocked_SIM_EPOCH", "CinderWallDoorSmall_SIM_EPOCH", "Foundation_EPOCH", "Foundation_Ghost_EPOCH", "Sword_EPOCH", "MetalFloor_EPOCH", "WoodRamp_EPOCH", "CinderWallHalf_EPOCH", "CinderWall_EPOCH", "CinderWallDoorway_EPOCH", "CinderWallSmallDoorway_EPOCH", "WoodFloor_EPOCH", "WoodFloorHalf_EPOCH", "WoodFloorQuarter_EPOCH", "WoodLargeWall_EPOCH", "WoodLargeWallCor_EPOCH", "WoodLargeWallDoorway_EPOCH", "WoodLargeWallDoor_EPOCH", "WoodLargeWallWin_EPOCH", "WoodSmallWallThird_EPOCH", "WoodStairs_EPOCH", "WoodLadder_EPOCH", "WoodStairsSans_EPOCH", "Shelf_EPOCH", "Fridge_EPOCH", "Pelican_EPOCH", "BedProxy_EPOCH", "Bed_EPOCH", "CouchProxy_EPOCH", "Couch_EPOCH", "ChairProxy_EPOCH", "Chair_EPOCH", "ChairRed_EPOCH", "FilingProxy_EPOCH", "Filing_EPOCH", "Land_EPOCH_WoodDoor_Base", "Land_EPOCH_WoodDoorLocked_Base", "CinderWallDoor_EPOCH_Base", "CinderWallDoorLocked_EPOCH_Base", "Land_EPOCH_WoodDoor", "Land_EPOCH_WoodDoorLocked", "Land_EPOCH_LargeWoodDoor", "Land_EPOCH_LargeWoodDoorLocked", "Land_EPOCH_GarageWoodDoor", "Land_EPOCH_GarageWoodDoorLocked", "CinderWallDoorLocked_EPOCH", "CinderWallDoor_EPOCH", "CinderWallDoorSmallLocked_EPOCH", "CinderWallDoorSmall_EPOCH", "Poppy_EPOCH", "Land_WoodenBox_C_EPOCH", "Land_PaperBox_C_EPOCH", "centerplane_ui" }; + weapons[] = { "U_Test_uniform", "U_Test1_uniform", "V_F0_EPOCH", "V_F1_EPOCH", "V_F2_EPOCH", "V_F3_EPOCH", "V_F4_EPOCH", "V_F5_EPOCH", "V_F6_EPOCH", "V_F7_EPOCH", "V_1_EPOCH", "V_2_EPOCH", "V_3_EPOCH", "V_4_EPOCH", "V_5_EPOCH", "V_6_EPOCH", "V_7_EPOCH", "V_8_EPOCH", "V_9_EPOCH", "V_10_EPOCH", "V_11_EPOCH", "V_12_EPOCH", "V_13_EPOCH", "V_14_EPOCH", "V_15_EPOCH", "V_16_EPOCH", "V_17_EPOCH", "V_18_EPOCH", "V_19_EPOCH", "V_20_EPOCH", "V_21_EPOCH", "V_22_EPOCH", "V_23_EPOCH", "V_24_EPOCH", "V_25_EPOCH", "V_26_EPOCH", "V_27_EPOCH", "V_28_EPOCH", "V_29_EPOCH", "V_30_EPOCH", "V_31_EPOCH", "V_32_EPOCH", "V_33_EPOCH", "V_34_EPOCH", "V_35_EPOCH", "V_36_EPOCH", "V_37_EPOCH", "V_38_EPOCH", "V_39_EPOCH", "V_40_EPOCH", "H_F0_EPOCH", "H_F1_EPOCH", "H_F2_EPOCH", "H_F3_EPOCH", "H_F4_EPOCH", "H_F5_EPOCH", "H_11_EPOCH", "H_28_EPOCH", "Rollins_F", "ChainSaw", "ChainSawB", "ChainSawG", "ChainSawP", "ChainSawR", "MultiGun", "Drink", "MeleeSledge", "test_suppressor", "Defib_EPOCH", "Heal_EPOCH", "Repair_EPOCH", , "sr25_epoch", "sr25_ec_epoch", "muzzle_sr25S_epoch", "l85a2_base_epoch", "l85a2_epoch", "l85a2_ris_epoch", "l85a2_ris_ng_epoch", "l85a2_pink_epoch", "l85a2_ugl_epoch" }; + requiredVersion = 0.1; + requiredAddons[] = { "a3_map_altis", "a3_map_stratis", "A3_epoch_assets_3", "a3_epoch_weapons", "epoch_objects", "A3_epoch_vehicles", "A3_epoch_assets_1", "A3_epoch_assets", "A3_Soft_F", "A3_Characters_F", "A3_Characters_F_Beta", "A3_Characters_F_EPA", "A3_Characters_F_EPB", "A3_Structures_F", "A3_Armor_F_Beta", "A3_Data_F", "A3_Weapons_F", "A3_Characters_F_Kart", "A3_Soft_F_Kart_Kart_01", "a2_epoch_weapons", "A3_Air_F_Gamma_UAV_01", "A3_Soft_F_Car", "A3_Soft_F_Heli_Car", "A3_Soft_F_Offroad_01", "A3_Soft_F_Quadbike", "A3_Soft_F_Heli_Quadbike", "A3_Soft_F_SUV", "A3_Soft_F_Heli_SUV", "A3_Boat_F_Boat_Transport_01", "A3_Soft_F_Truck", "A3_Soft_F_Heli_Truck", "A3_Soft_F_Bootcamp_Truck", "A3_Boat_F_Civilian_Boat", "A3_Air_F_Heli_Light_01", "A3_Air_F_Heli_Heli_Light_01", "A3_Air_F_Beta_Heli_Transport_01", "A3_Boat_F_SDV_01", "A3_Boat_F_Heli_SDV_01", "A3_Soft_F_MRAP_01", "A3_Soft_F_Heli_MRAP_01", "A3_Soft_F_HEMTT", "A3_Soft_F_Gamma_HEMTT", "A3_Soft_F_TruckHeavy", "A3_Soft_F_Gamma_TruckHeavy", "A3_Soft_F_EPC_Truck_03", "A3_Air_F_Heli_Light_02", "A3_Air_F_Beta_Heli_Transport_02", "A3_Air_F_EPB_Heli_Light_03", "A3_Air_F_Heli_Heli_Transport_04", "A3_Air_F_Heli_Heli_Transport_03", "A3_Animals_F_Dog", "A3_Animals_F_Rabbit", "A3_Animals_F_Chicken", "A3_Characters_F_Common", "A3_Structures_F_Ind_Transmitter_Tower", "a3_epoch_structures" }; + magazines[] = { "30Rnd_test_mag", "5Rnd_rollins_mag", "CSGAS", "sledge_swing", "30Rnd_test_mag_Tracer", "EnergyPack", "1Rnd_Soda", "1Rnd_Food", "WoodLog_EPOCH", "PaintCanBlk", "PaintCanBlu", "PaintCanBrn", "PaintCanGrn", "PaintCanOra", "PaintCanPur", "PaintCanRed", "PaintCanTeal", "PaintCanYel" }; + ammo[] = { "B_Test_45ACP_Ball", "B_Swing", "Sapper_Charge_Ammo", "SapperB_Charge_Ammo", "B_Soda", "B_Food", "B_Test_Caseless", "ChainSaw_Bullet", "SmokeShellCustom" }; + epochVersion = "0.3.3.0"; + }; +}; + +class CfgAddons +{ + class PreloadBanks{}; + class PreloadAddons + { + class A3_EPOCH + { + list[] = { "A3_epoch_assets_3", "a3_epoch_weapons", "A3_epoch_vehicles", "A3_epoch_vehicles_1", "epoch_objects", "A3_epoch_assets_1", "A3_epoch_assets" }; + }; + }; +}; + +#include "\x\addons\a3_epoch_config\Configs\CfgMissions.hpp" +#include "\x\addons\a3_epoch_config\Configs\CfgWorlds.hpp" +#include "\x\addons\a3_epoch_config\Configs\CfgTraderMissions.hpp" +#include "\x\addons\a3_epoch_config\Configs\cfgCrafting.hpp" +#include "\x\addons\a3_epoch_config\Configs\cfgPricing.hpp" +#include "\x\addons\a3_epoch_config\Configs\CfgEpochClient.hpp" +#include "\x\addons\a3_epoch_config\Configs\CfgBaseBuilding.hpp" + +class DefaultEventhandlers; +class WeaponFireGun; +class WeaponCloudsGun; +class WeaponFireMGun; +class WeaponCloudsMGun; + +#include "\x\addons\a3_epoch_config\Configs\CfgMovesBasic.hpp" +#include "\x\addons\a3_epoch_config\Configs\CfgMovesMaleSdr.hpp" +#include "\x\addons\a3_epoch_config\Configs\CfgMovesMaleSdr2.hpp" +#include "\x\addons\a3_epoch_config\Configs\CfgGesturesMale.hpp" +#include "\x\addons\a3_epoch_config\Configs\CfgMovesAnimal.hpp" + +#include "\x\addons\a3_epoch_config\Configs\CfgSounds.hpp" + +#include "\x\addons\a3_epoch_config\Configs\CfgCloudlets.hpp" + +#include "\x\addons\a3_epoch_config\Configs\CfgVehicles.hpp" + +#include "\x\addons\a3_epoch_config\Configs\CfgActions.hpp" + +//#include "\x\addons\a3_epoch_config\Configs\CfgInGameUI.hpp" + +class Mode_SemiAuto; +class Mode_Burst; +class Mode_FullAuto; +class SlotInfo; +class CowsSlot; +class PointerSlot; + +#include "\x\addons\a3_epoch_config\Configs\cfgRecoils.hpp" + +#include "\x\addons\a3_epoch_config\Configs\CfgMagazines.hpp" + +#include "\x\addons\a3_epoch_config\Configs\CfgAmmo.hpp" + +#include "\x\addons\a3_epoch_config\Configs\CfgWeapons.hpp" + + + +class CfgAnimationSourceSounds +{ + class jack_pump + { + class pumpJack + { + loop = 0; + terminate = 0; + trigger = "direction * (phase factor[0.01,0.02])"; + sound0[] = { "\x\addons\a3_epoch_assets\sounds\tools\jack", 1, 1, 20 }; + sound[] = { "sound0", 1 }; + }; + + }; +}; diff --git a/Sources/epoch_config/scenes/Epoch_Intro.Altis/initIntro.sqf b/Sources/epoch_config/scenes/Epoch_Intro.Altis/initIntro.sqf new file mode 100644 index 00000000..b129f8b9 --- /dev/null +++ b/Sources/epoch_config/scenes/Epoch_Intro.Altis/initIntro.sqf @@ -0,0 +1,175 @@ +titleCut ["", "BLACK FADED", 10e10]; + +0 fadeMusic 0.5; +0 fadeSound 0.1; +1 call bis_fnc_setovercast; +0 setRain 0.75; +0 setLightnings 1; +0 setFog [0.7,0.07,5]; + +//Remove A3 News Feed +((findDisplay 0) displayCtrl 2300) ctrlShow false; + +playMusic "LeadTrack01a_F_EPB"; +addMusicEventHandler ["MusicStop", {[] spawn {sleep (random 5)+5; playMusic "LeadTrack02b_F_EPB"}}]; + +_date = [2035,7,16,19,15 + random 2]; +setDate _date; +uiSleep 0.01; +setDate _date; + +showCinemaBorder false; + +createVehicle ["Epoch_Sapper_F", [3932.53,12633.6,0.00144005], [], 0, "FORM"]; + +_logopos = [3943.34,12636.34,2.09695]; +_logo = createvehicle ["logo_plane_EPOCH", _logopos, [], 0, "can_collide"]; +_logo setDir 130.489; +_logo setPosATL _logopos; + +/*################################################################ + 1. Cutscene +################################################################*/ + +_camera = "camera" camCreate [3941.1,12636,1.63952]; +_camera cameraEffect ["internal", "back"]; +_camera camPrepareTarget [3960.31,12621,1.24998]; +_camera camPreparePos [3941.1,12636,1.63952]; +_camera camPrepareFOV 0.7; +_camera camCommitPrepared 0; +waitUntil {preloadCamera [3941.1,12636,1.63952]}; + +5 fadeMusic 0.8; +5 fadeSound 0.65; + +titleCut ["", "BLACK IN", 3]; + +_camera camSetPos [3943.29,12638.5,2.65598]; +_camera camCommit 20; + +uiSleep 10; +_pos = [4001.23,12592,0.190382]; + +_bolt = createvehicle ["LightningBolt", _pos, [], 0, "can_collide"]; +_bolt setPosATL _pos; +_bolt setVelocity [0, 0, -10]; + +_light1 = "#lightpoint" createVehicleLocal _pos; +_light1 setPosATL _pos; +_light1 setLightBrightness 30; +_light1 setLightAmbient [0.5, 0.5, 1]; +_light1 setlightcolor [1, 1, 2]; + +_light2 = "lightning_F" createVehicleLocal _pos; +_light2 setDir random 360; +_light2 setPosATL _pos; + +uiSleep (0.2 + random 0.1); + +deletevehicle _bolt; +deletevehicle _light1; +deletevehicle _light2; + +uiSleep (random 0.2); + +_thunder = ["thunder_1", "thunder_2"] call BIS_fnc_selectRandom; +playSound _thunder; + +uiSleep 3; +/*################################################################ + 2. Cutscene +################################################################*/ +_pos = [17383.8,12570.3,0.00143814]; +_unit = createAgent ["Epoch_Cloak_F", _pos, [], 0, "CAN_COLLIDE"]; +_unit setDir 312; + +titleCut ["", "BLACK OUT", 1.8]; +uiSleep 1.8; + + +_camera camPreparePos [17388.3,12569.3,2.20389]; +_camera camPrepareTarget [17363.8,12574,1]; +_camera camCommitPrepared 0; + + +uiSleep 0.1; +titleCut ["", "BLACK IN", 2]; + + +_camera camSetTarget [17363.8,12574,0]; +_camera camCommit 7; +_camera camSetPos [17389.1,12570.7,2.70086]; +_camera camCommit 12; + +uiSleep 8; +titleCut ["", "BLACK OUT", 2]; + + +//Player "Epoch_Cloak_F" +//Pos [17384.3,12569.8,0.127153] +//Dir 311.943 + +//LEFT SIDE// +//PosCam1 [17384.6,12565.1,1.89488] +//Target1 [17379.4,12585.1,1] +//PosCam2 [17383.2,12564.2,2.79376] +//Target2 [17379.4,12585.1,0] + +//RIGHT SIDE// +//PosCam1 [17388.3,12569.3,2.20389] +//Target1 [17363.8,12574,1] +//PosCam2 [17389.1,12570.7,2.70086] +//Target2 [17363.8,12574,0] + + + +/* +if (true) then { + [] spawn { + _group = createGroup resistance; + _pos = [3937.4,12655.1,0.0014286]; + _unit = _group createUnit ["Epoch_Cloak_F", _pos, [], 0, "CAN_COLLIDE"]; + uiSleep 0.5; + _unit doMove _pos; + _unit setDir 217; + }; + + + uiSleep 1; + + _camera camPreparePos [3932.84,12649.6,2.78759]; + _camera camPrepareTarget [3934.74,12652,0.537243]; + _camera camCommitPrepared 0; + + uiSleep 0.1; + titleCut ["", "BLACK IN", 2]; + + + _camera camSetTarget [3947.64,12668.4,0]; + _camera camCommit 16; + _camera camSetPos [3934.93,12652.2,2.60123]; + _camera camCommit 20; +}; + +if (true) then { + //Pos1 [17360.9,12567.9,0.68] + + //Pos2 [17358.2,12567.1,0.67] + + //Target [17385.3,12569.2,1.99722] //1.09 2nd Possible hight + + uiSleep 1.8; + + _camera camPreparePos [17360.9,12567.9,0.68]; + _camera camPrepareTarget [17385.3,12569.2,1.99722]; + _camera camCommitPrepared 0; + + uiSleep 0.1; + titleCut ["", "BLACK IN", 2]; + + _camera camSetFov 0.6; + _camera camSetPos [17358.2,12567.1,0.67]; + _camera camCommit 10; +}; +*/ + diff --git a/Sources/epoch_config/scenes/Epoch_Intro.Altis/mission.sqm b/Sources/epoch_config/scenes/Epoch_Intro.Altis/mission.sqm new file mode 100644 index 00000000..69b3896a --- /dev/null +++ b/Sources/epoch_config/scenes/Epoch_Intro.Altis/mission.sqm @@ -0,0 +1,127 @@ +version=12; +class Mission +{ + addOns[]= + { + "a3_map_altis" + }; + addOnsAuto[]= + { + "a3_map_altis" + }; + randomSeed=14332625; + class Intel + { + startWeather=0.39999998; + startWind=0.099999994; + forecastWeather=0.39999998; + forecastWind=0.099999994; + forecastWaves=0.099999994; + year=2012; + month=6; + hour=18; + minute=45; + }; +}; +class Intro +{ + addOns[]= + { + "A3_Characters_F_BLUFOR", + "a3_map_altis", + "A3_Weapons_F_Rifles_MX", + "A3_Weapons_F_Pistols_P07", + "A3_weapons_f" + }; + addOnsAuto[]= + { + "A3_Characters_F_BLUFOR", + "a3_map_altis" + }; + randomSeed=8547256; + class Intel + { + startWeather=0.25; + startWind=0.099999994; + forecastWeather=0.25; + forecastWind=0.099999994; + forecastWaves=0.099999994; + year=2012; + month=6; + day=16; + hour=18; + minute=45; + }; + class Groups + { + items=1; + class Item0 + { + side="WEST"; + class Vehicles + { + items=1; + class Item0 + { + position[]={10712.666,242.4231,7607.0269}; + id=0; + side="WEST"; + vehicle="B_Soldier_F"; + player="PLAYER COMMANDER"; + leader=1; + skill=0.60000002; + }; + }; + }; + }; +}; +class OutroWin +{ + addOns[]= + { + "a3_map_altis" + }; + addOnsAuto[]= + { + "a3_map_altis" + }; + randomSeed=11067005; + class Intel + { + startWeather=0; + startWind=0.1; + forecastWeather=0; + forecastWind=0.1; + forecastWaves=0.1; + year=2012; + month=6; + day=16; + hour=12; + minute=0; + }; +}; +class OutroLoose +{ + addOns[]= + { + "a3_map_altis" + }; + addOnsAuto[]= + { + "a3_map_altis" + }; + randomSeed=11944894; + class Intel + { + startWeather=0; + startWind=0.1; + forecastWeather=0; + forecastWind=0.1; + forecastWaves=0.1; + year=2012; + month=6; + day=16; + hour=12; + minute=0; + }; +}; diff --git a/Sources/epoch_config/scripts/Bite.sqf b/Sources/epoch_config/scripts/Bite.sqf new file mode 100644 index 00000000..ec4529fd --- /dev/null +++ b/Sources/epoch_config/scripts/Bite.sqf @@ -0,0 +1,27 @@ +/* +_object = _this; +_pos01 = getPosATL _object; + + +_soundSource = createSoundSource ["Sound_Fire", _pos01, [], 0]; +_soundSource attachto [_object,[0,0,0]]; + + +_source01 = "#particlesource" createVehicleLocal _pos01; +_source01 setParticleClass "ObjectDestructionBloodE"; +_source01 attachto [_object,[0,0,0]]; + +_source03 = "#particlesource" createVehicleLocal _pos01; +_source03 setParticleClass "FireSparks"; +_source03 attachto [_object,[0,0,0]]; + +uiSleep 1; + + +{ + deleteVehicle _x; +} foreach [_source01,_source03,_li,_soundSource]; + +deleteVehicle _source01; +deleteVehicle _object; +*/ diff --git a/Sources/epoch_config/scripts/DoorNoHandle_close.sqf b/Sources/epoch_config/scripts/DoorNoHandle_close.sqf new file mode 100644 index 00000000..e7180727 --- /dev/null +++ b/Sources/epoch_config/scripts/DoorNoHandle_close.sqf @@ -0,0 +1,6 @@ +// Close a door without an animated doorhandle. + +// _this select 0 object pointer +// _this select 1 door animation + +(_this select 0) animate [(_this select 1), 0]; \ No newline at end of file diff --git a/Sources/epoch_config/scripts/DoorNoHandle_open.sqf b/Sources/epoch_config/scripts/DoorNoHandle_open.sqf new file mode 100644 index 00000000..ba4a7944 --- /dev/null +++ b/Sources/epoch_config/scripts/DoorNoHandle_open.sqf @@ -0,0 +1,6 @@ +// Open a door without an animated doorhandle. + +// _this select 0 object pointer +// _this select 1 door animation + +(_this select 0) animate [(_this select 1), 1]; \ No newline at end of file diff --git a/Sources/epoch_config/scripts/Door_close.sqf b/Sources/epoch_config/scripts/Door_close.sqf new file mode 100644 index 00000000..5c1acee0 --- /dev/null +++ b/Sources/epoch_config/scripts/Door_close.sqf @@ -0,0 +1,10 @@ +// Close a door with an animated doorhandle. + +// _this select 0 object pointer +// _this select 1 door animation +// _this select 2 doorhandle up->down animation +// _this select 3 doorhandle down->up animation + +(_this select 0) animate [(_this select 1), 0]; +(_this select 0) animate [(_this select 2), 0]; +(_this select 0) animate [(_this select 3), 0]; \ No newline at end of file diff --git a/Sources/epoch_config/scripts/Door_open.sqf b/Sources/epoch_config/scripts/Door_open.sqf new file mode 100644 index 00000000..bd993377 --- /dev/null +++ b/Sources/epoch_config/scripts/Door_open.sqf @@ -0,0 +1,10 @@ +// Open a door with an animated doorhandle. + +// _this select 0 object pointer +// _this select 1 door animation +// _this select 2 doorhandle up->down animation +// _this select 3 doorhandle down->up animation + +(_this select 0) animate [(_this select 1), 1]; +(_this select 0) animate [(_this select 2), 1]; +(_this select 0) animate [(_this select 3), 1]; \ No newline at end of file diff --git a/Sources/epoch_config/scripts/fireB.sqf b/Sources/epoch_config/scripts/fireB.sqf new file mode 100644 index 00000000..3944c1ba --- /dev/null +++ b/Sources/epoch_config/scripts/fireB.sqf @@ -0,0 +1,28 @@ +_object = _this; +_pos01 = getPos _object; + +/* +_soundSource = createSoundSource ["Sound_Fire", _pos01, [], 0]; +_soundSource attachto [_object,[0,0,0]]; +*/ +_source01 = "#particlesource" createVehicleLocal _pos01; +_source01 setParticleClass "ObjectDestructionFire1SmallxB"; +_source01 attachto [_object,[0,0,0]]; + +_source03 = "#particlesource" createVehicleLocal _pos01; +_source03 setParticleClass "FireSparks"; +_source03 attachto [_object,[0,0,0]]; + +_li = "#lightpoint" createVehicleLocal _pos01; +_li setLightBrightness 0.08; +_li setLightAmbient [1,0.28,0.05]; +_li setLightColor [1,0.28,0.05]; +_li lightAttachObject [_object, [0,0,0]]; + +uiSleep 5; + +{ + deleteVehicle _x; +} foreach [_source01,_source03,_li]; + +deleteVehicle _object; \ No newline at end of file diff --git a/Sources/epoch_config/scripts/fireG.sqf b/Sources/epoch_config/scripts/fireG.sqf new file mode 100644 index 00000000..c55ca2b9 --- /dev/null +++ b/Sources/epoch_config/scripts/fireG.sqf @@ -0,0 +1,29 @@ +_object = _this; +_pos01 = getPos _object; + +/* +_soundSource = createSoundSource ["Sound_Fire", _pos01, [], 0]; +_soundSource attachto [_object,[0,0,0]]; +*/ + +_source01 = "#particlesource" createVehicleLocal _pos01; +_source01 setParticleClass "ObjectDestructionFire1SmallxG"; +_source01 attachto [_object,[0,0,0]]; + +_source03 = "#particlesource" createVehicleLocal _pos01; +_source03 setParticleClass "FireSparks"; +_source03 attachto [_object,[0,0,0]]; + +_li = "#lightpoint" createVehicleLocal _pos01; +_li setLightBrightness 0.08; +_li setLightAmbient [1,0.28,0.05]; +_li setLightColor [1,0.28,0.05]; +_li lightAttachObject [_object, [0,0,0]]; + +uiSleep 5; + +{ + deleteVehicle _x; +} foreach [_source01,_source03,_li]; + +deleteVehicle _object; \ No newline at end of file diff --git a/Sources/epoch_config/scripts/fireR.sqf b/Sources/epoch_config/scripts/fireR.sqf new file mode 100644 index 00000000..fd669ce0 --- /dev/null +++ b/Sources/epoch_config/scripts/fireR.sqf @@ -0,0 +1,29 @@ +_object = _this; +_pos01 = getPos _object; + +/* +_soundSource = createSoundSource ["Sound_Fire", _pos01, [], 0]; +_soundSource attachto [_object,[0,0,0]]; +*/ + +_source01 = "#particlesource" createVehicleLocal _pos01; +_source01 setParticleClass "ObjectDestructionFire1SmallxR"; +_source01 attachto [_object,[0,0,0]]; + +_source03 = "#particlesource" createVehicleLocal _pos01; +_source03 setParticleClass "FireSparks"; +_source03 attachto [_object,[0,0,0]]; + +_li = "#lightpoint" createVehicleLocal _pos01; +_li setLightBrightness 0.08; +_li setLightAmbient [1,0.28,0.05]; +_li setLightColor [1,0.28,0.05]; +_li lightAttachObject [_object, [0,0,0]]; + +uiSleep 5; + +{ + deleteVehicle _x; +} foreach [_source01,_source03,_li]; + +deleteVehicle _object; \ No newline at end of file