mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:30:45 -05:00
Update JSONs
This commit is contained in:
parent
b70ef6df39
commit
89c4dfde35
@ -15,6 +15,7 @@
|
||||
"suburbs": 1,
|
||||
"tarkovstreets": 3.6,
|
||||
"terminal": 1,
|
||||
"sandbox": 3,
|
||||
"town": 0
|
||||
},
|
||||
"staticLootMultiplier": {
|
||||
@ -33,6 +34,7 @@
|
||||
"suburbs": 1,
|
||||
"tarkovstreets": 1,
|
||||
"terminal": 1,
|
||||
"sandbox": 1,
|
||||
"town": 1
|
||||
},
|
||||
"customWaves": {
|
||||
@ -1014,6 +1016,22 @@
|
||||
},
|
||||
"adjustWaves": true
|
||||
},
|
||||
"sandbox": {
|
||||
"reduceLootByPercent": true,
|
||||
"minDynamicLootPercent": 50,
|
||||
"minStaticLootPercent": 40,
|
||||
"reducedChancePercent": 95,
|
||||
"reductionPercentWeights": {
|
||||
"20": 3,
|
||||
"30": 5,
|
||||
"40": 5,
|
||||
"50": 5,
|
||||
"60": 1,
|
||||
"70": 1,
|
||||
"80": 1
|
||||
},
|
||||
"adjustWaves": true
|
||||
},
|
||||
"default": {
|
||||
"reduceLootByPercent": true,
|
||||
"minDynamicLootPercent": 50,
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -86,6 +86,7 @@ export interface Props
|
||||
EffectiveDistance?: number;
|
||||
Ergonomics?: number;
|
||||
Velocity?: number;
|
||||
WithAnimatorAiming?: boolean
|
||||
RaidModdable?: boolean;
|
||||
ToolModdable?: boolean;
|
||||
UniqueAnimationModID?: number;
|
||||
@ -183,14 +184,17 @@ export interface Props
|
||||
weapUseType?: string;
|
||||
ammoCaliber?: string;
|
||||
OperatingResource?: number;
|
||||
PostRecoilHorizontalRangeHandRotation?: Ixyz
|
||||
PostRecoilVerticalRangeHandRotation?: Ixyz
|
||||
ProgressRecoilAngleOnStable?: Ixyz
|
||||
RepairComplexity?: number;
|
||||
durabSpawnMin?: number;
|
||||
durabSpawnMax?: number;
|
||||
isFastReload?: boolean;
|
||||
RecoilForceUp?: number;
|
||||
RecoilForceBack?: number;
|
||||
Convergence?: number;
|
||||
RecoilAngle?: number;
|
||||
RecoilCamera?: number
|
||||
weapFireType?: string[];
|
||||
RecolDispersion?: number;
|
||||
SingleFireRate?: number;
|
||||
@ -198,6 +202,7 @@ export interface Props
|
||||
bFirerate?: number;
|
||||
bEffDist?: number;
|
||||
bHearDist?: number;
|
||||
blockLeftStance?: boolean
|
||||
isChamberLoad?: boolean;
|
||||
chamberAmmoCount?: number;
|
||||
isBoltCatch?: boolean;
|
||||
@ -206,8 +211,9 @@ export interface Props
|
||||
AdjustCollimatorsToTrajectory?: boolean;
|
||||
shotgunDispersion?: number;
|
||||
Chambers?: Slot[];
|
||||
CameraRecoil?: number;
|
||||
CameraSnap?: number;
|
||||
CameraToWeaponAngleSpeedRange?: Ixyz
|
||||
CameraToWeaponAngleStep?: number
|
||||
ReloadMode?: string;
|
||||
AimPlane?: number;
|
||||
TacticalReloadStiffnes?: Ixyz;
|
||||
@ -215,6 +221,7 @@ export interface Props
|
||||
RecoilCenter?: Ixyz;
|
||||
RotationCenter?: Ixyz;
|
||||
RotationCenterNoStock?: Ixyz;
|
||||
ShotsGroupSettings?: IShotsGroupSettings[]
|
||||
FoldedSlot?: string;
|
||||
CompactHandling?: boolean;
|
||||
MinRepairDegradation?: number;
|
||||
@ -246,6 +253,11 @@ export interface Props
|
||||
AllowOverheat?: boolean;
|
||||
DoubleActionAccuracyPenalty?: number;
|
||||
RecoilPosZMult?: number;
|
||||
RecoilReturnPathDampingHandRotation?: number
|
||||
RecoilReturnPathOffsetHandRotation?: number
|
||||
RecoilReturnSpeedHandRotation?: number
|
||||
RecoilStableAngleIncreaseStep?: number
|
||||
RecoilStableIndexShot?: number
|
||||
MinRepairKitDegradation?: number;
|
||||
MaxRepairKitDegradation?: number;
|
||||
BlocksEarpiece?: boolean;
|
||||
@ -532,3 +544,12 @@ export interface IColor
|
||||
b: number;
|
||||
a: number;
|
||||
}
|
||||
|
||||
export interface IShotsGroupSettings
|
||||
{
|
||||
EndShotIndex: number
|
||||
ShotRecoilPositionStrength: Ixyz
|
||||
ShotRecoilRadianRange: Ixyz
|
||||
ShotRecoilRotationStrength: Ixyz
|
||||
StartShotIndex: number
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user