Untitled diff
22 removals
906 lines
22 additions
906 lines
/*GAME OBJECTS*/{
/*GAME OBJECTS*/{
"Objects": {
"Objects": {
"Flag": {
"Flag": {
"StandardObject": {
"StandardObject": {
"DefaultHealth": 1.0
"DefaultHealth": 1.0
},
},
"Flag": {
"Flag": {
"BaseSize": 3.0,
"BaseSize": 3.0,
"BasePosLerp": 0.01
"BasePosLerp": 0.01
},
},
"PhysicsObject": {
"PhysicsObject": {
"Mass": 6.0,
"Mass": 6.0,
"LinearDrag": 0.5,
"LinearDrag": 0.5,
"AngularDrag": 2.0,
"AngularDrag": 2.0,
"GravityScale": 1.0,
"GravityScale": 1.0,
"ExplosionForceScale": 0.9
"ExplosionForceScale": 0.9
}
}
},
},
"RGD5": {
"RGD5": {
"PhysicsObject": {
"PhysicsObject": {
"Mass": 0.45,
"Mass": 0.45,
"LinearDrag": 1.0,
"LinearDrag": 1.0,
"AngularDrag": 0.6,
"AngularDrag": 0.6,
"GravityScale": 2.0,
"GravityScale": 2.0,
"ExplosionForceScale": 1.0
"ExplosionForceScale": 1.0
},
},
"StandardObject": {
"StandardObject": {
"DefaultHealth": 1.0
"DefaultHealth": 1.0
},
},
"Throwable": {
"Throwable": {
"ExplodeOnContactLayer": [
"ExplodeOnContactLayer": [
"Bullets",
"Bullets",
"Hitbox"
"Hitbox"
],
],
"SecsToExplode": 3.5,
"SecsToExplode": 3.5,
"Bounciness": 0.35,
"Bounciness": 0.35,
"InheritedVelocity": 1.0,
"InheritedVelocity": 1.0,
"TrailOnlyWhenThrown": false,
"TrailOnlyWhenThrown": false,
"MinimumContactVelocity": 0.0,
"MinimumContactVelocity": 0.0,
"MinimumContactVelocityAfterCollision": 0.0,
"MinimumContactVelocityAfterCollision": 0.0,
"CollisionDamp": 0.0,
"CollisionDamp": 0.0,
"CollisionAngularDamp": 1.0,
"CollisionAngularDamp": 1.0,
"StopVelocity": 0.15,
"StopVelocity": 0.15,
"PreventSliding": false
"PreventSliding": false
},
},
"Explosion": {
"Explosion": {
"Damage": 1.05,
"Damage": 1.05,
"StunSecs": 0.1,
"StunSecs": 0.1,
"StunIfDamageAtLeast": 0.5,
"StunIfDamageAtLeast": 0.5,
"ExplosionRadius": 7.0,
"ExplosionRadius": 7.0,
"ExplosionForce": 2200.0,
"ExplosionForce": 2200.0,
"ExplosionUpliftModifier": 1.15,
"ExplosionUpliftModifier": 1.15,
"CamShakeAmount": 9.0
"CamShakeAmount": 9.0
}
}
},
},
"Agar": {
"Agar": {
"StandardObject": {
"StandardObject": {
"DefaultHealth": 1.0
"DefaultHealth": 1.0
},
},
"Agar": {
"Agar": {
"ScaleAmount": 0.09,
"ScaleAmount": 0.09,
"HealAmount": 0.15
"HealAmount": 0.15
}
}
},
},
"AmmoPack": {
"AmmoPack": {
"StandardObject": {
"StandardObject": {
"DefaultHealth": 1.0
"DefaultHealth": 1.0
},
},
"PhysicsObject": {
"PhysicsObject": {
"Mass": 2.0,
"Mass": 2.0,
"LinearDrag": 0.5,
"LinearDrag": 0.5,
"AngularDrag": 5.0,
"AngularDrag": 5.0,
"GravityScale": 1.0,
"GravityScale": 1.0,
"ExplosionForceScale": 1.0
"ExplosionForceScale": 1.0
},
},
"AmmoPack": {
"AmmoPack": {
"AmmoAmount": 3,
"AmmoAmount": 3,
"PickupSound": "Item:Pickup",
"PickupSound": "Item:Pickup",
"SpawnSound": "Medkit:Spawn"
"SpawnSound": "Medkit:Spawn"
}
}
},
},
"GrenadesPack": {
"GrenadesPack": {
"StandardObject": {
"StandardObject": {
"DefaultHealth": 1.0
"DefaultHealth": 1.0
},
},
"PhysicsObject": {
"PhysicsObject": {
"Mass": 2.0,
"Mass": 2.0,
"LinearDrag": 0.5,
"LinearDrag": 0.5,
"AngularDrag": 5.0,
"AngularDrag": 5.0,
"GravityScale": 1.0,
"GravityScale": 1.0,
"ExplosionForceScale": 1.0
"ExplosionForceScale": 1.0
},
},
"GrenadesPack": {
"GrenadesPack": {
"GrenadesAmount": 3,
"GrenadesAmount": 3,
"PickupSound": "Item:Pickup",
"PickupSound": "Item:Pickup",
"SpawnSound": "Medkit:Spawn"
"SpawnSound": "Medkit:Spawn"
}
}
},
},
"MedkitDrop": {
"MedkitDrop": {
"StandardObject": {
"StandardObject": {
"DefaultHealth": 1.0
"DefaultHealth": 1.0
},
},
"PhysicsObject": {
"PhysicsObject": {
"Mass": 2.0,
"Mass": 2.0,
"LinearDrag": 0.5,
"LinearDrag": 0.5,
"AngularDrag": 5.0,
"AngularDrag": 5.0,
"GravityScale": 1.0,
"GravityScale": 1.0,
"ExplosionForceScale": 1.0
"ExplosionForceScale": 1.0
},
},
"Medkit": {
"Medkit": {
"HealAmount": 0.5,
"HealAmount": 0.5,
"MaxHealth": 1.0,
"MaxHealth": 1.0,
"HealSound": "Medkit:Pickup:Big",
"HealSound": "Medkit:Pickup:Big",
"SpawnSound": ""
"SpawnSound": ""
}
}
},
},
"MedkitPlus": {
"MedkitPlus": {
"StandardObject": {
"StandardObject": {
"DefaultHealth": 1.0
"DefaultHealth": 1.0
},
},
"PhysicsObject": {
"PhysicsObject": {
"Mass": 2.0,
"Mass": 2.0,
"LinearDrag": 0.5,
"LinearDrag": 0.5,
"AngularDrag": 5.0,
"AngularDrag": 5.0,
"GravityScale": 1.0,
"GravityScale": 1.0,
"ExplosionForceScale": 1.0
"ExplosionForceScale": 1.0
},
},
"Medkit": {
"Medkit": {
"HealAmount": 0.25,
"HealAmount": 0.25,
"MaxHealth": 2.0,
"MaxHealth": 2.0,
"HealSound": "Medkit:Pickup:Small",
"HealSound": "Medkit:Pickup:Small",
"SpawnSound": ""
"SpawnSound": ""
}
}
},
},
"Core Settings": {
"Core Settings": {
"Physics2DSettings": {
"Physics2DSettings": {
"Gravity": {
"Gravity": {
"x": 0.0,
"x": 0.0,
"y": -16.8
"y": -16.8
},
},
"VelocityIterations": 1,
"VelocityIterations": 1,
"PositionIterations": 1,
"PositionIterations": 1,
"VelocityThreshold": 5.0,
"VelocityThreshold": 5.0,
"MaxLinearCorrection": 0.2,
"MaxLinearCorrection": 0.2,
"MaxAngularCorrection": 8.0,
"MaxAngularCorrection": 8.0,
"MaxTranslationSpeed": 100.0,
"MaxTranslationSpeed": 100.0,
"MaxRotationSpeed": 120.0
"MaxRotationSpeed": 120.0
},
},
"GameplaySettings": {
"GameplaySettings": {
"DefaultPlayerHealthScale": 1.0,
"DefaultPlayerHealthScale": 1.0,
"DamageScale": 0.9,
"DamageScale": 0.9,
"SelfDamageScale": 0.5,
"SelfDamageScale": 0.5,
"FriendlyCollisions": false,
"FriendlyCollisions": false,
"EnemyCollisions": false,
"EnemyCollisions": false,
"FriendlyFire": false,
"FriendlyFire": false,
"FriendlyBulletCollisions": true,
"FriendlyBulletCollisions": true,
"Unavailable": [],
"Unavailable": [],
"WeaponMuzzleVelocityScale": 0.75,
"WeaponMuzzleVelocityScale": 0.75,
"WeaponFireIntervalSecsScale": 1.0,
"WeaponFireIntervalSecsScale": 1.0,
"WeaponBulletKnockOutScale": 1.0,
"WeaponBulletKnockOutScale": 1.0,
"WeaponBulletKickBackScale": 0.6,
"WeaponBulletKickBackScale": 0.6,
"WeaponClipCountScale": 1.0,
"WeaponClipCountScale": 1.0,
"WeaponReloadSecsScale": 1.0,
"WeaponReloadSecsScale": 1.0,
"WeaponTimeOutSecsScale": 1.2,
"WeaponTimeOutSecsScale": 1.2,
"WeaponGravityScale": 1.0,
"WeaponGravityScale": 1.0,
"WeaponDampScale": 0.995,
"WeaponDampScale": 0.995,
"WeaponCamShakeScale": 1.0,
"WeaponCamShakeScale": 1.0,
"WeaponLightRangeScale": 0.25,
"WeaponLightRangeScale": 0.25,
"WeaponLightIntensityScale": 1.0,
"WeaponLightIntensityScale": 1.0,
"WeaponSprayScale": 1.0,
"WeaponSprayScale": 1.0,
"WeaponMovementSprayScale": 1.0,
"WeaponMovementSprayScale": 1.0,
"WeaponBinkScale": 1.0,
"WeaponBinkScale": 1.0,
"WeaponBinkSecsScale": 1.0,
"WeaponBinkSecsScale": 1.0,
"WeaponSelfBinkScale": 1.0,
"WeaponSelfBinkScale": 1.0,
"WeaponSelfBinkSecsScale": 1.0,
"WeaponSelfBinkSecsScale": 1.0,
"WeaponCursorBinkScale": 1.0,
"WeaponCursorBinkScale": 1.0,
"BulletForceOnlyOnDead": false,
"BulletForceOnlyOnDead": false,
"BulletTimeOutSecs": 1.5,
"BulletTimeOutSecs": 1.5,
"BulletDamageScale": 1.0,
"BulletDamageScale": 1.0,
"BulletForceScale": 0.75,
"BulletForceScale": 0.75,
"BulletForceUpwardsScale": 1.0,
"BulletForceUpwardsScale": 1.0,
"BulletRicochetCoefScale": 1.0,
"BulletRicochetCoefScale": 1.0,
"BulletTrailTimeScale": 0.75,
"BulletTrailTimeScale": 0.75,
"BulletTrailWidthScale": 0.65,
"BulletTrailWidthScale": 0.65,
"ExplosionDamageScale": 1.0,
"ExplosionDamageScale": 1.0,
"ExplosionRadiusScale": 1.0,
"ExplosionRadiusScale": 1.0,
"ExplosionForceScale": 1.0,
"ExplosionForceScale": 1.0,
"ExplosionUpliftScale": 1.0,
"ExplosionUpliftScale": 1.0,
"ExplosionCamShakeScale": 1.0,
"ExplosionCamShakeScale": 1.0,
"BotsReactionTimeScale": 1.0,
"BotsReactionTimeScale": 1.0,
"BotsAimDispersionScale": 1.0,
"BotsAimDispersionScale": 1.0,
"UnbalancedDifference": 1
"UnbalancedDifference": 1
},
},
"CameraSettings": {
"CameraSettings": {
"GlobalShakeScale": 1.0,
"GlobalShakeScale": 1.0,
"FollowLerp": 1.0,
"FollowLerp": 1.0,
"ZDistance": 8000.0,
"ZDistance": 8000.0,
"AimScreenScale": {
"AimScreenScale": {
"x": 1.2,
"x": 1.2,
"y": 1.9
"y": 1.9
},
},
"AimDistanceScale": {
"AimDistanceScale": {
"x": 1.0,
"x": 1.0,
"y": 1.0
"y": 1.0
},
},
"PositionOffset": {
"PositionOffset": {
"x": 0.0,
"x": 0.0,
"y": 0.0,
"y": 0.0,
"z": 0.0
"z": 0.0
},
},
"RotationOffset": {
"RotationOffset": {
"x": 0.0,
"x": 0.0,
"y": 0.0,
"y": 0.0,
"z": 0.0
"z": 0.0
},
},
"DefaultPlayFieldOfView": 5.0,
"DefaultPlayFieldOfView": 5.0,
"MinPlayFieldOfView": 3.0,
"MinPlayFieldOfView": 3.0,
"MaxPlayFieldOfView": 5.0,
"MaxPlayFieldOfView": 5.0,
"FOVAddBasedOnDistanceFactor": 0.0,
"FOVAddBasedOnDistanceFactor": 0.0,
"FOVChangeSpeedFactor": 0.02,
"FOVChangeSpeedFactor": 0.02,
"HeightRotationFactor": 0.0,
"HeightRotationFactor": 0.0,
"HeightRotationHeight": 0.0,
"HeightRotationHeight": 0.0,
"KeepInBoundsLeft": false,
"KeepInBoundsLeft": false,
"KeepInBoundsRight": false,
"KeepInBoundsRight": false,
"KeepInBoundsTop": false,
"KeepInBoundsTop": false,
"KeepInBoundsBottom": false,
"KeepInBoundsBottom": false,
"SpectatorLerp": 0.05,
"SpectatorLerp": 0.05,
"SpectatorFieldOfView": 5.0,
"SpectatorFieldOfView": 5.0,
"SpectatorRotateFactor": 0.8
"SpectatorRotateFactor": 0.8
},
},
"NetworkSettings": {
"NetworkSettings": {
"SnapPositionThreshold": 2.0,
"SnapPositionThreshold": 2.0,
"SnapRotationThreshold": 2.0,
"SnapRotationThreshold": 2.0,
"SnapTimeThreshold": 2.0,
"SnapTimeThreshold": 2.0,
"ReceivedPositionThresholdScale": 0.0,
"ReceivedPositionThresholdScale": 0.0,
"ReceivedRotationThresholdScale": 0.0,
"ReceivedRotationThresholdScale": 0.0,
"LerpSpeedScale": 0.65,
"LerpSpeedScale": 0.65,
"TimeCorrectionSpeedScale": 0.2
"TimeCorrectionSpeedScale": 0.2
}
}
},
},
"Gostek": {
"Gostek": {
"PhysicsObject": {
"PhysicsObject": {
"Mass": 0.85,
"Mass": 0.85,
"LinearDrag": 0.0,
"LinearDrag": 0.0,
"AngularDrag": 50.0,
"AngularDrag": 50.0,
"GravityScale": 1.0,
"GravityScale": 1.0,
"ExplosionForceScale": 1.0
"ExplosionForceScale": 1.0
},
},
"StandardObject": {
"StandardObject": {
"DefaultHealth": 1.0
"DefaultHealth": 1.0
},
},
"GostekHit": {
"GostekHit": {
"DeadAngularDrag": 0.2
"DeadAngularDrag": 0.2
},
},
"GostekPickup": {
"GostekPickup": {
"AllowPrimaryDrop": true,
"AllowPrimaryDrop": true,
"AllowSecondaryDrop": false,
"AllowSecondaryDrop": false,
"AllowPrimaryPickup": true,
"AllowPrimaryPickup": true,
"AllowSecondaryPickup": true,
"AllowSecondaryPickup": true,
"Allowed": [
"Allowed": [
"Weapon"
"Weapon"
],
],
"UnAllowed": [],
"UnAllowed": [],
"AutoPickupIfEmpty": true,
"AutoPickupIfEmpty": true,
"AutoPickupMelee": true,
"AutoPickupMelee": true,
"AutoPickupIfSecondary": true,
"AutoPickupIfSecondary": true,
"DropVelocity": 14.0,
"DropVelocity": 14.0,
"FirstDropSlot": 0,
"FirstDropSlot": 0,
"SecsToFullThrow": 0.33
"SecsToFullThrow": 0.33
},
},
"GostekChange": {
"GostekChange": {
"AllowChange": true,
"AllowChange": true,
"ChangeWeaponSecs": 0.35
"ChangeWeaponSecs": 0.35
},
},
"GostekPlatforms": {
"GostekPlatforms": {
"DoubleTapCrouchSecs": 0.18
"DoubleTapCrouchSecs": 0.18
},
},
"GostekJets": {
"GostekJets": {
"JetsAllowed": true,
"JetsAllowed": true,
"JetsDefaultAmount": 1.0,
"JetsDefaultAmount": 1.0,
"JetsForce": 25.5,
"JetsForce": 25.5,
"JetsSupermanForce": 30.0,
"JetsSupermanForce": 30.0,
"JetsOpposeForce": 0.15,
"JetsOpposeForce": 0.15,
"JetsSupermanOpposeForce": 0.15,
"JetsSupermanOpposeForce": 0.15,
"JetsTorque": 3.0,
"JetsTorque": 3.0,
"JetsMaxAngle": 30.0,
"JetsMaxAngle": 30.0,
"JetsUsage": 0.006,
"JetsUsage": 0.006,
"JetsRechargeMultiply": 0.65,
"JetsRechargeMultiply": 0.65,
"JetsRechargeGroundMultiply": 2.0,
"JetsRechargeGroundMultiply": 2.0,
"JetsRechargeBufferSecs": 0.15,
"JetsRechargeBufferSecs": 0.15,
"JetsSideAngle": 0.0,
"JetsSideAngle": 0.0,
"JetsGroundAdd": 0.5,
"JetsGroundAdd": 0.5,
"JetsHorizontalModifier": 0.5,
"JetsHorizontalModifier": 0.5,
"JetsDownwardsModifier": 0.25,
"JetsDownwardsModifier": 0.25,
"JetsEffectInterval": 0.04
"JetsEffectInterval": 0.04
},
},
"GostekMovement": {
"GostekMovement": {
"CollisionLayer": [
"CollisionLayer": [
"Ground",
"Ground",
"Physical",
"Physical",
"Obstacle",
"Obstacle",
"Buildable"
"Buildable"
],
],
"JumpAllowed": true,
"JumpAllowed": true,
"CrouchAllowed": true,
"CrouchAllowed": true,
"RollAllowed": true,
"RollAllowed": true,
"AirRollAllowed": true,
"AirRollAllowed": true,
"ClimbAllowed": true,
"ClimbAllowed": true,
"SupermanAllowed": true,
"SupermanAllowed": true,
"RotoAllowed": true,
"RotoAllowed": true,
"WallRunAllowed": true,
"WallRunAllowed": true,
"StunAllowed": false,
"StunAllowed": false,
"MaxVelocity": 19.0,
"MaxVelocity": 19.0,
"MaxAngularVelocity": 300.0,
"MaxAngularVelocity": 300.0,
"MaxJetsVelocity": 19.0,
"MaxJetsVelocity": 19.0,
"MinVelocityForGravity": 2.8,
"MinVelocityForGravity": 2.8,
"MaxVelocityHorCoef": 1.2,
"MaxVelocityHorCoef": 1.2,
"MoveForce": 26.0,
"MoveForce": 26.0,
"MoveSlopeForce": 0.0,
"MoveSlopeForce": 0.0,
"AirForce": 7.0,
"AirForce": 7.0,
"CrouchForce": 47.0,
"CrouchForce": 47.0,
"RollForce": 38.0,
"RollForce": 38.0,
"AirRollForce": 17.0,
"AirRollForce": 17.0,
"UpRollForce": 43.0,
"UpRollForce": 43.0,
"BackFlipForce": 112.0,
"BackFlipForce": 112.0,
"FrontFlipForce": 112.0,
"FrontFlipForce": 112.0,
"HardRollForce": 180.0,
"HardRollForce": 180.0,
"RollProneForce": 8.0,
"RollProneForce": 8.0,
"JumpUpForce": 80.0,
"JumpUpForce": 80.0,
"JumpSideForce": 54.0,
"JumpSideForce": 54.0,
"SideJumpVerticalCoef": 0.83333,
"SideJumpVerticalCoef": 0.83333,
"GroundDrag": 0.03,
"GroundDrag": 0.03,
"CrouchDrag": 0.16,
"CrouchDrag": 0.16,
"AirDrag": 0.01,
"AirDrag": 0.01,
"StopDrag": 0.4,
"StopDrag": 0.4,
"SupermanDrag": 0.008,
"SupermanDrag": 0.008,
"SupermanStopDrag": 0.9,
"SupermanStopDrag": 0.9,
"MaxVelocityDrag": 0.05,
"MaxVelocityDrag": 0.05,
"ToStopSecs": 0.0,
"ToStopSecs": 0.0,
"MinJumpIntervalSecs": 0.0,
"MinJumpIntervalSecs": 0.0,
"JumpDurationSecs": 0.56,
"JumpDurationSecs": 0.56,
"WallJumpCoef": 1.1,
"WallJumpCoef": 1.1,
"WallAngle": 0.8,
"WallAngle": 0.8,
"JumpDistanceHeightPercent": 0.65,
"JumpDistanceHeightPercent": 0.65,
"CoyoteSecs": 0.04,
"CoyoteSecs": 0.04,
"RotoPercent": 0.72,
"RotoPercent": 0.72,
"RotoDistance": 1.55,
"RotoDistance": 1.55,
"AirRotationSpeed": 0.8,
"AirRotationSpeed": 0.8,
"RotoRotationSpeed": 1.5,
"RotoRotationSpeed": 1.5,
"MovementAngularDrag": 50.0,
"MovementAngularDrag": 50.0,
"MaxRotateAngleDifference": 70.0,
"MaxRotateAngleDifference": 70.0,
"SupermanChangeSpeed": 1.2,
"SupermanChangeSpeed": 1.2,
"SupermanChangeTime": 0.15,
"SupermanChangeTime": 0.15,
"SupermanAngularDrag": 22.0,
"SupermanAngularDrag": 22.0,
"SupermanTorque": 4.0,
"SupermanTorque": 4.0,
"SupermanStunSpeed": 24.0,
"SupermanStunSpeed": 24.0,
"SupermanPushdownForce": 24.0,
"SupermanPushdownForce": 24.0,
"SupermanSlideForce": 33.0,
"SupermanSlideForce": 33.0,
"RollCollisionModifier": 0.6,
"RollCollisionModifier": 0.6,
"RollingTorque": 60.0,
"RollingTorque": 60.0,
"RollingDrag": 0.04,
"RollingDrag": 0.04,
"RollingAngularDrag": 0.1,
"RollingAngularDrag": 0.1,
"BackFlipSlowdown": 0.8,
"BackFlipSlowdown": 0.8,
"FrontFlipSlowdown": 0.8,
"FrontFlipSlowdown": 0.8,
"ClimbForceModifier": 0.8,
"ClimbForceModifier": 0.8,
"ClimbVelocityModifier": 0.0,
"ClimbVelocityModifier": 0.0,
"AfterClimbJump": false,
"AfterClimbJump": false,
"StunnedAngularDrag": 0.01,
"StunnedAngularDrag": 0.01,
"DefaultStunSecs": 0.3,
"DefaultStunSecs": 0.3,
"StunnedTimeScale": 1.0,
"StunnedTimeScale": 1.0,
"Bounciness": 0.0,
"Bounciness": 0.0,
"AgarMassScale": 0.04
"AgarMassScale": 0.04
},
},
"GostekMelee": {
"GostekMelee": {
"DefaultMelee": {
"DefaultMelee": {
"MeleeType": 1,
"MeleeType": 1,
"CollisionLayer": [
"CollisionLayer": [
"Ground",
"Ground",
"Gostek",
"Gostek",
"Items",
"Items",
"Physical",
"Physical",
"Bullets",
"Bullets",
"Stworek",
"Stworek",
"Body",
"Body",
"Hitbox",
"Hitbox",
"Grenade",
"Grenade",
"Buildable",
"Buildable",
"Support"
"Support"
],
],
"AttackSecs": 0.1,
"AttackSecs": 0.1,
"RecoverySecs": 0.1,
"RecoverySecs": 0.1,
"Distance": 2.0,
"Distance": 2.0,
"Damage": 0.3,
"Damage": 0.3,
"VelocityDamage": 0.5,
"VelocityDamage": 0.5,
"Force": 70.0,
"Force": 70.0,
"Penetrate": false,
"Penetrate": false,
"VelocityKnockOut": 0.1,
"VelocityKnockOut": 0.1,
"UpwardsPercent": 0.2,
"UpwardsPercent": 0.2,
"ThrowVelocity": 2.5,
"ThrowVelocity": 2.5,
"Throwarc": 1.0,
"Throwarc": 1.0,
"ThrowSpin": 0.0,
"ThrowSpin": 0.0,
"OverheatTime": 0.0,
"OverheatTime": 0.0,
"OverheatCooldown": 0.0,
"OverheatCooldown": 0.0,
"Hit1Key": 3,
"Hit1Key": 3,
"Hit2Key": 10,
"Hit2Key": 10,
"SparSound": "ThrowPunch",
"SparSound": "ThrowPunch",
"HitSound": "Body:Punch",
"HitSound": "Body:Punch",
"HitGostekSound": "",
"HitGostekSound": "",
"RunningSound": "",
"RunningSound": "",
"EndSound": "",
"EndSound": "",
"IdleSound": "",
"IdleSound": "",
"DrawSound": ""
"DrawSound": ""
},
},
"DropKickMelee": {
"DropKickMelee": {
"MeleeType": 1,
"MeleeType": 1,
"CollisionLayer": [
"CollisionLayer": [
"Gostek",
"Gostek",
"Stworek",
"Stworek",
"Body",
"Body",
"Hitbox"
"Hitbox"
],
],
"AttackSecs": 0.0,
"AttackSecs": 0.0,
"RecoverySecs": 0.0,
"RecoverySecs": 0.0,
"Distance": 0.4,
"Distance": 0.4,
"Damage": 0.2,
"Damage": 0.2,
"VelocityDamage": 1.0,
"VelocityDamage": 1.0,
"Force": 90.0,
"Force": 90.0,
"Penetrate": false,
"Penetrate": false,
"VelocityKnockOut": 0.0,
"VelocityKnockOut": 0.0,
"UpwardsPercent": 0.25,
"UpwardsPercent": 0.25,
"ThrowVelocity": 0.0,
"ThrowVelocity": 0.0,
"Throwarc": 0.0,
"Throwarc": 0.0,
"ThrowSpin": 0.0,
"ThrowSpin": 0.0,
"OverheatTime": 0.0,
"OverheatTime": 0.0,
"OverheatCooldown": 0.0,
"OverheatCooldown": 0.0,
"Hit1Key": 10,
"Hit1Key": 10,
"Hit2Key": 10,
"Hit2Key": 10,
"SparSound": "",
"SparSound": "",
"HitSound": "Body:Drop",
"HitSound": "Body:Drop",
"HitGostekSound": "Limb:Break",
"HitGostekSound": "Limb:Break",
"RunningSound": "",
"RunningSound": "",
"EndSound": "",
"EndSound": "",
"IdleSound": "",
"IdleSound": "",
"DrawSound": ""
"DrawSound": ""
},
},
"MinDropKickVelocity": 10.0,
"MinDropKickVelocity": 10.0,
"LessDmgDropFactor": 0.1
"LessDmgDropFactor": 0.1
},
},
"GostekGrenade": {
"GostekGrenade": {
"ThrowSpeed": 44.0,
"ThrowSpeed": 44.0,
"ThrowForceTimeWindow": 0.6,
"ThrowForceTimeWindow": 0.6,
"TakeGrenadeSecs": 0.15,
"TakeGrenadeSecs": 0.15,
"ThrowGrenadeSecs": 0.05,
"ThrowGrenadeSecs": 0.05,
"CancelsReload": false
"CancelsReload": false
},
},
"CollisionGather": {
"CollisionGather": {
"StickLayer": [
"StickLayer": [
"Climbable"
"Climbable"
]
]
}
}
},
},
"Motorbike": {
"Motorbike": {
"StandardObject": {
"StandardObject": {
"DefaultHealth": 1.0
"DefaultHealth": 1.0
},
},
"PhysicsObject": {
"PhysicsObject": {
"Mass": 1.0,
"Mass": 1.0,
"LinearDrag": 0.0,
"LinearDrag": 0.0,
"AngularDrag": 0.05,
"AngularDrag": 0.05,
"GravityScale": 1.0,
"GravityScale": 1.0,
"ExplosionForceScale": 1.0
"ExplosionForceScale": 1.0
},
},
"VehicleMovement": {
"VehicleMovement": {
"MotorForce": 6000.0,
"MotorForce": 6000.0,
"BrakeForce": 2500.0,
"BrakeForce": 2500.0,
"RotateForce": 1500.0,
"RotateForce": 1500.0,
"JetForce": 150.0,
"JetForce": 150.0,
"CounterActForce": 9.0,
"CounterActForce": 9.0,
"MaxSpeed": 30.0
"MaxSpeed": 30.0
}
}
},
},
"Barrett": {
"Barrett": {
"StandardObject": {
"StandardObject": {
"DefaultHealth": 1.0
"DefaultHealth": 1.0
},
},
"Weapon": {
"Weapon": {
"AutoFire": 3,
"AutoFire": 3,
"MuzzleVelocity": 4.4,
"MuzzleVelocity": 4.4,
"FireIntervalSecs": 3.2,
"FireIntervalSecs": 0.0,
"BulletDamage": 1.5,
"BulletDamage": 1.5,
"BulletForce": 1000.0,
"BulletForce": 1000.0,
"BulletFlagForce": 700.0,
"BulletFlagForce": 700.0,
"BulletForceUpwardsPercent": 0.5,
"BulletForceUpwardsPercent": 0.5,
"BulletForceOnlyDead": false,
"BulletForceOnlyDead": false,
"BulletKnockOut": 0.99,
"BulletKnockOut": 0.99,
"BulletKickBack": 620.0,
"BulletKickBack": 620.0,
"MassAdd": 0.0,
"MassAdd": 0.0,
"CamShake": 2.1,
"CamShake": 2.1,
"StartupSecs": 0.0,
"StartupSecs": 0.0,
"BulletTimeOutSecs": 1.0,
"BulletTimeOutSecs": 1.5,
"BulletGravity": 1.5,
"BulletGravity": 1.5,
"BulletDamp": 0.985,
"BulletDamp": 0.985,
"BulletMass": 0.5,
"BulletMass": 0.5,
"BulletRicochetCoef": -0.5,
"BulletRicochetCoef": -0.5,
"BulletTrailTime": 6.0,
"BulletTrailTime": 6.0,
"BulletTrailWidth": 1.3,
"BulletTrailWidth": 1.3,
"HeadModifier": 1.0,
"HeadModifier": 1.0,
"TorsoModifier": 1.0,
"TorsoModifier": 1.0,
"LegsModifier": 1.0,
"LegsModifier": 1.0,
"SprayPercent": 0.0,
"SprayPercent": 0.0,
"MovementSprayPercent": 0.025,
"MovementSprayPercent": 0.025,
"BinkSecs": 1.7,
"BinkSecs": 1.7,
"SelfBinkSecs": 0.0,
"SelfBinkSecs": 0.0,
"SelfBinkCoolSecs": 0.0,
"SelfBinkCoolSecs": 0.0,
"CursorBink": 0.0,
"CursorBink": 0.0,
"CursorBinkCooldown": 0.0,
"CursorBinkCooldown": 0.0,
"FlashSecs": 0.15,
"FlashSecs": 0.15,
"BulletsInShot": 1,
"BulletsInShot": 1,
"InheritedVelocityMuliplier": 0.5,
"InheritedVelocityMuliplier": 0.5,
"BowType": 2,
"BowType": 2,
"BowAnimation": false,
"BowAnimation": false,
"BowFullSecs": 0.3,
"BowFullSecs": 0.3,
"BowMinStrength": 0.3,
"BowMinStrength": 0.3,
"BowStrengthMultiplier": 1.0,
"BowStrengthMultiplier": 1.0,
"BowLoadArrow": false,
"BowLoadArrow": false,
"BulletOriginOffset": 0.0,
"BulletOriginOffset": 0.0,
"Guided": false,
"Guided": false,
"Penetration": 0.9,
"Penetration": 0.9,
"OverheatSecs": 0.0,
"OverheatSecs": 0.0,
"OverheatCooldown": 0.0,
"OverheatCooldown": 0.0,
"AmmoCount": 9999999,
"AmmoCount": 9999999,
"ClipCount": 3,
"ClipCount": 1,
"StartLoaded": true,
"StartLoaded": false,
"ReloadSecs": 3.2
"ReloadSecs": 3.2
}
}
},
},
"Chainsaw": {
"Chainsaw": {
"StandardObject": {
"StandardObject": {
"DefaultHealth": 1.0
"DefaultHealth": 1.0
},
},
"MeleeWeapon": {
"MeleeWeapon": {
"Melee": {
"Melee": {
"MeleeType": 6,
"MeleeType": 6,
"CollisionLayer": [
"CollisionLayer": [
"Ground",
"Ground",
"Items",
"Items",
"Physical",
"Physical",
"Bullets",
"Bullets",
"Stworek",
"Stworek",
"Body",
"Body",
"Hitbox",
"Hitbox",
"Buildable",
"Buildable",
"Climbable"
"Climbable"
],
],
"AttackSecs": 0.18,
"AttackSecs": 0.18,
"RecoverySecs": 0.0,
"RecoverySecs": 0.0,
"Distance": 1.6,
"Distance": 1.6,
"Damage": 0.39,
"Damage": 0.39,
"VelocityDamage": 0.0,
"VelocityDamage": 0.0,
"Force": 15.0,
"Force": 15.0,
"Penetrate": false,
"Penetrate": false,
"VelocityKnockOut": 1.0,
"VelocityKnockOut": 1.0,
"UpwardsPercent": 0.4,
"UpwardsPercent": 0.4,
"ThrowVelocity": 1.0,
"ThrowVelocity": 1.0,
"Throwarc": 0.0,
"Throwarc": 0.0,
"ThrowSpin": 1.0,
"ThrowSpin": 1.0,
"OverheatTime": 2.0,
"OverheatTime": 2.0,
"OverheatCooldown": 0.9,
"OverheatCooldown": 0.9,
"Hit1Key": 3,
"Hit1Key": 3,
"Hit2Key": 2,
"Hit2Key": 2,
"SparSound": "",
"SparSound": "",
"HitSound": "",
"HitSound": "",
"HitGostekSound": "Chainsaw:Hit",
"HitGostekSound": "Chainsaw:Hit",
"RunningSound": "Chainsaw:Running",
"RunningSound": "Chainsaw:Running",
"EndSound": "Chainsaw:End",
"EndSound": "Chainsaw:End",
"IdleSound": "Chainsaw:Idle",
"IdleSound": "Chainsaw:Idle",
"DrawSound": ""
"DrawSound": ""
}
}
}
}
},
},
"Deagles": {
"Deagles": {
"StandardObject": {
"StandardObject": {
"DefaultHealth": 1.0
"DefaultHealth": 1.0
},
},
"Weapon": {
"Weapon": {
"AutoFire": 1,
"AutoFire": 1,
"MuzzleVelocity": 2.05,
"MuzzleVelocity": 2.05,
"FireIntervalSecs": 0.26,
"FireIntervalSecs": 0.26,
"BulletDamage": 0.24,
"BulletDamage": 0.24,
"BulletForce": 140.0,
"BulletForce": 140.0,
"BulletFlagForce": 50.0,
"BulletFlagForce": 50.0,
"BulletForceUpwardsPercent": 0.3,
"BulletForceUpwardsPercent": 0.3,
"BulletForceOnlyDead": false,
"BulletForceOnlyDead": false,
"BulletKnockOut": 0.75,
"BulletKnockOut": 0.75,
"BulletKickBack": 35.0,
"BulletKickBack": 35.0,
"MassAdd": 0.0,
"MassAdd": 0.0,
"CamShake": 0.8,
"CamShake": 0.8,
"StartupSecs": 0.0,
"StartupSecs": 0.0,
"BulletTimeOutSecs": 2.0,
"BulletTimeOutSecs": 2.0,
"BulletGravity": 1.0,
"BulletGravity": 1.0,
"BulletDamp": 0.99,
"BulletDamp": 0.99,
"BulletMass": 0.5,
"BulletMass": 0.5,
"BulletRicochetCoef": -0.2,
"BulletRicochetCoef": -0.2,
"BulletTrailTime": 1.15,
"BulletTrailTime": 1.15,
"BulletTrailWidth": 0.95,
"BulletTrailWidth": 0.95,
"HeadModifier": 1.25,
"HeadModifier": 1.25,
"TorsoModifier": 1.0,
"TorsoModifier": 1.0,
"LegsModifier": 0.8,
"LegsModifier": 0.8,
"SprayPercent": 0.011,
"SprayPercent": 0.011,
"MovementSprayPercent": 0.0,
"MovementSprayPercent": 0.0,
"BinkSecs": 0.0,
"BinkSecs": 0.0,
"SelfBinkSecs": 0.0,
"SelfBinkSecs": 0.0,
"SelfBinkCoolSecs": 0.0,
"SelfBinkCoolSecs": 0.0,
"CursorBink": 0.0,
"CursorBink": 0.0,
"CursorBinkCooldown": 0.0,
"CursorBinkCooldown": 0.0,
"FlashSecs": 0.12,
"FlashSecs": 0.12,
"BulletsInShot": 2,
"BulletsInShot": 2,
"InheritedVelocityMuliplier": 0.5,
"InheritedVelocityMuliplier": 0.5,
"BowType": 0,
"BowType": 0,
"BowAnimation": false,
"BowAnimation": false,
"BowFullSecs": 0.0,
"BowFullSecs": 0.0,
"BowMinStrength": 0.0,
"BowMinStrength": 0.0,
"BowStrengthMultiplier": 1.0,
"BowStrengthMultiplier": 1.0,
"BowLoadArrow": false,
"BowLoadArrow": false,
"BulletOriginOffset": 0.0,
"BulletOriginOffset": 0.0,
"Guided": false,
"Guided": false,
"Penetration": 0.5,
"Penetration": 0.5,
"OverheatSecs": 0.0,
"OverheatSecs": 0.0,
"OverheatCooldown": 0.0,
"OverheatCooldown": 0.0,
"AmmoCount": 9999999,
"AmmoCount": 9999999,
"ClipCount": 9,
"ClipCount": 9,
"StartLoaded": true,
"StartLoaded": true,
"ReloadSecs": 1.7
"ReloadSecs": 1.7
}
}
},
},
"Dragunov": {
"Dragunov": {
"StandardObject": {
"StandardObject": {
"DefaultHealth": 1.0
"DefaultHealth": 1.0
},
},
"Weapon": {
"Weapon": {
"AutoFire": 1,
"AutoFire": 1,
"MuzzleVelocity": 2.85,
"MuzzleVelocity": 2.85,
"FireIntervalSecs": 0.7,
"FireIntervalSecs": 0.67,
"BulletDamage": 0.58,
"BulletDamage": 0.59,
"BulletForce": 300.0,
"BulletForce": 160.0,
"BulletFlagForce": 200.0,
"BulletFlagForce": 200.0,
"BulletForceUpwardsPercent": 0.5,
"BulletForceUpwardsPercent": 0.5,
"BulletForceOnlyDead": false,
"BulletForceOnlyDead": false,
"BulletKnockOut": 0.25,
"BulletKnockOut": 0.25,
"BulletKickBack": 70.0,
"BulletKickBack": 25.0,
"MassAdd": 0.0,
"MassAdd": 0.0,
"CamShake": 0.5,
"CamShake": 0.5,
"StartupSecs": 0.0,
"StartupSecs": 0.0,
"BulletTimeOutSecs": 1.0,
"BulletTimeOutSecs": 1.5,
"BulletGravity": 1.2,
"BulletGravity": 1.1,
"BulletDamp": 1.01,
"BulletDamp": 1.01,
"BulletMass": 0.5,
"BulletMass": 0.5,
"BulletRicochetCoef": -0.2,
"BulletRicochetCoef": -0.2,
"BulletTrailTime": 1.5,
"BulletTrailTime": 1.5,
"BulletTrailWidth": 1.35,
"BulletTrailWidth": 1.35,
"HeadModifier": 1.0,
"HeadModifier": 1.15,
"TorsoModifier": 1.0,
"TorsoModifier": 1.0,
"LegsModifier": 0.66,
"LegsModifier": 0.75,
"SprayPercent": 0.0,
"SprayPercent": 0.0,
"MovementSprayPercent": 0.009,
"MovementSprayPercent": 0.007,
"BinkSecs": 0.0,
"BinkSecs": 0.0,
"SelfBinkSecs": 0.0,
"SelfBinkSecs": 0.0,
"SelfBinkCoolSecs": 0.0,
"SelfBinkCoolSecs": 0.0,
"CursorBink": 0.0,
"CursorBink": 0.0,
"CursorBinkCooldown": 0.0,
"CursorBinkCooldown": 0.0,
"FlashSecs": 0.15,
"FlashSecs": 0.15,
"BulletsInShot": 1,
"BulletsInShot": 1,
"InheritedVelocityMuliplier": 0.5,
"InheritedVelocityMuliplier": 0.5,
"BowType": 0,
"BowType": 0,
"BowAnimation": false,
"BowAnimation": false,
"BowFullSecs": 1.5,
"BowFullSecs": 1.5,
"BowMinStrength": 0.0,
"BowMinStrength": 0.0,
"BowStrengthMultiplier": 1.0,
"BowStrengthMultiplier": 1.0,
"BowLoadArrow": false,
"BowLoadArrow": false,
"BulletOriginOffset": 0.0,
"BulletOriginOffset": 0.0,
"Guided": false,
"Guided": false,
"Penetration": 0.5,
"Penetration": 0.5,
"OverheatSecs": 0.0,
"OverheatSecs": 0.0,
"OverheatCooldown": 0.0,
"OverheatCooldown": 0.0,
"AmmoCount": 9999999,
"AmmoCount": 9999999,
"ClipCount": 6,
"ClipCount": 7,
"StartLoaded": true,
"StartLoaded": true,
"ReloadSecs": 2.7
"ReloadSecs": 2.5
}
}
},
},
"Flak": {
"Flak": {
"Explosion": {
"Explosion": {
"Damage": 0.4,
"Damage": 0.4,
"StunSecs": 0.1,
"StunSecs": 0.1,
"StunIfDamageAtLeast": 0.5,
"StunIfDamageAtLeast": 0.5,
"ExplosionRadius": 3.5,
"ExplosionRadius": 3.5,
"ExplosionForce": 2000.0,
"ExplosionForce": 2000.0,
"ExplosionUpliftModifier": 1.2,
"ExplosionUpliftModifier": 1.2,
"CamShakeAmount": 3.0
"CamShakeAmount": 3.0
}
}
},
},
"FlakCannon": {
"FlakCannon": {
"StandardObject": {
"StandardObject": {
"DefaultHealth": 1.0
"DefaultHealth": 1.0
},
},
"Weapon": {
"Weapon": {
"AutoFire": 1,
"AutoFire": 1,
"MuzzleVelocity": 1.0,
"MuzzleVelocity": 1.0,
"FireIntervalSecs": 0.33,
"FireIntervalSecs": 0.33,
"BulletDamage": 0.1,
"BulletDamage": 0.1,
"BulletForce": 1270.0,
"BulletForce": 1270.0,
"BulletFlagForce": 1270.0,
"BulletFlagForce": 1270.0,
"BulletForceUpwardsPercent": 0.5,
"BulletForceUpwardsPercent": 0.5,
"BulletForceOnlyDead": false,
"BulletForceOnlyDead": false,
"BulletKnockOut": 0.25,
"BulletKnockOut": 0.25,
"BulletKickBack": 700.0,
"BulletKickBack": 700.0,
"MassAdd": 0.0,
"MassAdd": 0.0,
"CamShake": 5.0,
"CamShake": 5.0,
"StartupSecs": 0.0,
"StartupSecs": 0.0,
"BulletTimeOutSecs": 2.0,
"BulletTimeOutSecs": 2.0,
"BulletGravity": 2.0,
"BulletGravity": 2.0,
"BulletDamp": 1.0,
"BulletDamp": 1.0,
"BulletMass": 2.0,
"BulletMass": 2.0,
"BulletRicochetCoef": -0.1,
"BulletRicochetCoef": -0.1,
"BulletTrailTime": 3.0,
"BulletTrailTime": 3.0,
"BulletTrailWidth": 2.7,
"BulletTrailWidth": 2.7,
"HeadModifier": 1.0,
"HeadModifier": 1.0,
"TorsoModifier": 1.0,
"TorsoModifier": 1.0,
"LegsModifier": 1.0,
"LegsModifier": 1.0,
"SprayPercent": 0.0,
"SprayPercent": 0.0,
"MovementSprayPercent": 0.0,
"MovementSprayPercent": 0.0,
"BinkSecs": 1.0,
"BinkSecs": 1.0,
"SelfBinkSecs": 0.0,
"SelfBinkSecs": 0.0,
"SelfBinkCoolSecs": 0.0,
"SelfBinkCoolSecs": 0.0,
"CursorBink": 0.0,
"CursorBink": 0.0,
"CursorBinkCooldown": 0.0,
"CursorBinkCooldown": 0.0,
"FlashSecs": 0.5,
"FlashSecs": 0.5,
"BulletsInShot": 1,
"BulletsInShot": 1,
"InheritedVelocityMuliplier": 0.5,
"InheritedVelocityMuliplier": 0.5,
"BowType": 0,
"BowType": 0,
"BowAnimation": false,
"BowAnimation": false,
"BowFullSecs": 0.65,
"BowFullSecs": 0.65,
"BowMinStrength": 0.45,
"BowMinStrength": 0.45,
"BowStrengthMultiplier": 0.57,
"BowStrengthMultiplier": 0.57,
"BowLoadArrow": false,
"BowLoadArrow": false,
"BulletOriginOffset": 0.0,
"BulletOriginOffset": 0.0,
"Guided": false,
"Guided": false,
"Penetration": 0.0,
"Penetration": 0.0,
"OverheatSecs": 0.0,
"OverheatSecs": 0.0,
"OverheatCooldown": 0.0,
"OverheatCooldown": 0.0,
"AmmoCount": 9999999,
"AmmoCount": 9999999,
"ClipCount": 3,
"ClipCount": 3,
"StartLoaded": true,
"StartLoaded": true,
"ReloadSecs": 1.7
"ReloadSecs": 1.7
}
}
},
},
"Kalashnikov": {
"Kalashnikov": {
"StandardObject": {
"StandardObject": {
"DefaultHealth": 1.0
"DefaultHealth": 1.0
},
},
"Weapon": {
"Weapon": {
"AutoFire": 0,
"AutoFire": 0,
"MuzzleVelocity": 2.74,
"MuzzleVelocity": 2.74,
"FireIntervalSecs": 0.14,
"FireIntervalSecs": 0.14,
"BulletDamage": 0.183,
"BulletDamage": 0.183,
"BulletForce": 190.0,
"BulletForce": 150.0,
"BulletFlagForce": 70.0,
"BulletFlagForce": 80.0,
"BulletForceUpwardsPercent": 0.5,
"BulletForceUpwardsPercent": 0.5,
"BulletForceOnlyDead": false,
"BulletForceOnlyDead": false,
"BulletKnockOut": 0.8,
"BulletKnockOut": 0.8,
"BulletKickBack": 25.0,
"BulletKickBack": 25.0,
"MassAdd": 0.0,
"MassAdd": 0.0,
"CamShake": 0.38,
"CamShake": 0.38,
"StartupSecs": 0.02,
"StartupSecs": 0.02,
"BulletTimeOutSecs": 1.0,
"BulletTimeOutSecs": 1.0,
"BulletGravity": 1.5,
"BulletGravity": 1.5,
"BulletDamp": 1.001,
"BulletDamp": 1.001,
"BulletMass": 0.55,
"BulletMass": 0.55,
"BulletRicochetCoef": -0.2,
"BulletRicochetCoef": -0.2,
"BulletTrailTime": 0.75,
"BulletTrailTime": 0.75,
"BulletTrailWidth": 1.2,
"BulletTrailWidth": 1.2,
"HeadModifier": 1.0,
"HeadModifier": 1.0,
"TorsoModifier": 0.85,
"TorsoModifier": 0.85,
"LegsModifier": 0.75,
"LegsModifier": 0.75,
"SprayPercent": 0.016,
"SprayPercent": 0.016,
"MovementSprayPercent": 0.0,
"MovementSprayPercent": 0.0,
"BinkSecs": 0.0,
"BinkSecs": 0.0,
"SelfBinkSecs": 0.002,
"SelfBinkSecs": 0.002,
"SelfBinkCoolSecs": 0.008,
"SelfBinkCoolSecs": 0.008,
"CursorBink": 0.0,
"CursorBink": 0.0,
"CursorBinkCooldown": 0.0,
"CursorBinkCooldown": 0.0,
"FlashSecs": 0.12,
"FlashSecs": 0.12,
"BulletsInShot": 1,
"BulletsInShot": 1,
"InheritedVelocityMuliplier": 0.5,
"InheritedVelocityMuliplier": 0.5,
"BowType": 0,
"BowType": 0,
"BowAnimation": false,
"BowAnimation": false,
"BowFullSecs": 1.5,
"BowFullSecs": 1.5,
"BowMinStrength": 0.0,
"BowMinStrength": 0.0,
"BowStrengthMultiplier": 1.0,
"BowStrengthMultiplier": 1.0,
"BowLoadArrow": false,
"BowLoadArrow": false,
"BulletOriginOffset": 0.0,
"BulletOriginOffset": 0.0,
"Guided": false,
"Guided": false,
"Penetration": 0.35,
"Penetration": 0.6,
"OverheatSecs": 0.0,
"OverheatSecs": 0.0,
"OverheatCooldown": 0.0,
"OverheatCooldown": 0.0,
"AmmoCount": 9999999,
"AmmoCount": 9999999,
"ClipCount": 35,
"ClipCount": 35,
"StartLoaded": true,
"StartLoaded": true,
"ReloadSecs": 3.3
"ReloadSecs": 3.3
}
}
},
},
"Knife": {
"Knife": {
"PhysicsObject": {
"PhysicsObject": {
"Mass": 0.5,
"Mass": 0.5,
"LinearDrag": 0.64,
"LinearDrag": 0.64,
"AngularDrag": 0.3,
"AngularDrag": 0.3,
"GravityScale": 1.8,
"GravityScale": 1.8,
"ExplosionForceScale": 1.0
"ExplosionForceScale": 0.0
},
},
"StandardObject": {
"StandardObject": {
"DefaultHealth": 1.0
"DefaultHealth": 1.0
},
},
"MeleeWeapon": {
"MeleeWeapon": {
"Melee": {
"Melee": {
"MeleeType": 3,
"MeleeType": 3,
"CollisionLayer": [
"CollisionLayer": [
"Ground",
"Ground",
"Items",
"Items",
"Physical",
"Physical",
"Bullets",
"Bullets",
"Stworek",
"Stworek",
"Body",
"Body",
"Hitbox",
"Hitbox",
"Buildable",
"Buildable",
"Climbable"
"Climbable"
],
],
"AttackSecs": 0.25,
"AttackSecs": 0.25,
"RecoverySecs": 0.15,
"RecoverySecs": 0.15,
"Distance": 2.5,
"Distance": 2.5,
"Damage": 2.0,
"Damage": 2.0,
"VelocityDamage": 0.0,
"VelocityDamage": 0.0,
"Force": 0.0,
"Force": 0.0,
"Penetrate": false,
"Penetrate": false,
"VelocityKnockOut": 1.0,
"VelocityKnockOut": 1.0,
"UpwardsPercent": 0.6,
"UpwardsPercent": 0.6,
"ThrowVelocity": 3.5,
"ThrowVelocity": 3.5,
"Throwarc": 0.0,
"Throwarc": 0.0,
"ThrowSpin": 300.0,
"ThrowSpin": 300.0,
"OverheatTime": 0.0,
"OverheatTime": 0.0,
"OverheatCooldown": 0.0,
"OverheatCooldown": 0.0,
"Hit1Key": 3,
"Hit1Key": 3,
"Hit2Key": 2,
"Hit2Key": 2,
"SparSound": "ThrowPunch",
"SparSound": "ThrowPunch",
"HitSound": "Knife:Slash",
"HitSound": "Knife:Slash",
"HitGostekSound": "",
"HitGostekSound": "",
"RunningSound": "",
"RunningSound": "",
"EndSound": "",
"EndSound": "",
"IdleSound": "",
"IdleSound": "",
"DrawSound": "Knife:Draw"
"DrawSound": "Knife:Draw"
}
}
},
},
"Throwable": {
"Throwable": {
"ExplodeOnContactLayer": [
"ExplodeOnContactLayer": [
"Bullets",
"Bullets",
"Hitbox"
"Hitbox"
],
],
"SecsToExplode": 0.0,
"SecsToExplode": 0.0,
"Bounciness": 0.0,
"Bounciness": 0.0,
"InheritedVelocity": 0.0,
"InheritedVelocity": 0.0,
"TrailOnlyWhenThrown": true,
"TrailOnlyWhenThrown": true,
"MinimumContactVelocity": 0.0,
"MinimumContactVelocity": 0.0,
"MinimumContactVelocityAfterCollision": 13.0,
"MinimumContactVelocityAfterCollision": 13.0,
"CollisionDamp": 0.0,
"CollisionDamp": 0.0,
"CollisionAngularDamp": 0.0,
"CollisionAngularDamp": 0.0,
"StopVelocity": 4.0,
"StopVelocity": 4.0,
"PreventSliding": true
"PreventSliding": true
}
}
},
},
"M79 Grenade": {
"M79 Grenade": {
"Explosion": {
"Explosion": {
"Damage": 0.8,
"Damage": 0.65,
"StunSecs": 0.8,
"StunSecs": 0.8,
"StunIfDamageAtLeast": 0.8,
"StunIfDamageAtLeast": 0.8,
"ExplosionRadius": 7.0,
"ExplosionRadius": 7.0,
"ExplosionForce": 2600.0,
"ExplosionForce": 1650.0,
"ExplosionUpliftModifier": 1.1,
"ExplosionUpliftModifier": 1.1,
"CamShakeAmount": 9.0
"CamShakeAmount": 9.0
}
}
},
},
"M79": {
"M79": {
"StandardObject": {
"StandardObject": {
"DefaultHealth": 1.0
"DefaultHealth": 1.0
},
},
"Weapon": {
"Weapon": {
"AutoFire": 1,
"AutoFire": 1,
"MuzzleVelocity": 1.15,
"MuzzleVelocity": 1.15,
"FireIntervalSecs": 0.0,
"FireIntervalSecs": 0.0,
"BulletDamage": 1.45,
"BulletDamage": 1.45,
"BulletForce": 450.0,
"BulletForce": 450.0,
"BulletFlagForce": 450.0,
"BulletFlagForce": 450.0,
"BulletForceUpwardsPercent": 0.5,
"BulletForceUpwardsPercent": 0.5,
"BulletForceOnlyDead": false,
"BulletForceOnlyDead": false,
"BulletKnockOut": 0.75,
"BulletKnockOut": 0.75,
"BulletKickBack": 150.0,
"BulletKickBack": 150.0,
"MassAdd": 0.0,
"MassAdd": 0.0,
"CamShake": 1.3,
"CamShake": 1