mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:30:45 -05:00
Updated JSON data
This commit is contained in:
parent
f672ad27bf
commit
2f21178dc9
@ -23420,6 +23420,14 @@
|
||||
}
|
||||
},
|
||||
"DiscardLimitsEnabled": true,
|
||||
"EnvironmentSettings": {
|
||||
"EnvironmentUIData": {
|
||||
"TheUnheardEditionEnvironmentUiType": [
|
||||
"unheard_edition",
|
||||
"eod_tue_edition"
|
||||
]
|
||||
}
|
||||
},
|
||||
"EventSettings": {
|
||||
"EventActive": false,
|
||||
"EventTime": 390,
|
||||
@ -27132,71 +27140,85 @@
|
||||
"maxActiveOfferCount": [
|
||||
{
|
||||
"count": 1,
|
||||
"countForSpecialEditions": 1,
|
||||
"from": -10000,
|
||||
"to": -10
|
||||
},
|
||||
{
|
||||
"count": 3,
|
||||
"count": 2,
|
||||
"countForSpecialEditions": 3,
|
||||
"from": -10,
|
||||
"to": -2
|
||||
},
|
||||
{
|
||||
"count": 4,
|
||||
"count": 3,
|
||||
"countForSpecialEditions": 4,
|
||||
"from": -2,
|
||||
"to": 0.2
|
||||
},
|
||||
{
|
||||
"count": 5,
|
||||
"count": 4,
|
||||
"countForSpecialEditions": 5,
|
||||
"from": 0.2,
|
||||
"to": 7
|
||||
},
|
||||
{
|
||||
"count": 6,
|
||||
"count": 5,
|
||||
"countForSpecialEditions": 6,
|
||||
"from": 7,
|
||||
"to": 30
|
||||
},
|
||||
{
|
||||
"count": 7,
|
||||
"count": 6,
|
||||
"countForSpecialEditions": 7,
|
||||
"from": 30,
|
||||
"to": 60
|
||||
},
|
||||
{
|
||||
"count": 8,
|
||||
"count": 7,
|
||||
"countForSpecialEditions": 8,
|
||||
"from": 60,
|
||||
"to": 100
|
||||
},
|
||||
{
|
||||
"count": 8,
|
||||
"count": 7,
|
||||
"countForSpecialEditions": 8,
|
||||
"from": 100,
|
||||
"to": 150
|
||||
},
|
||||
{
|
||||
"count": 9,
|
||||
"count": 8,
|
||||
"countForSpecialEditions": 9,
|
||||
"from": 150,
|
||||
"to": 200
|
||||
},
|
||||
{
|
||||
"count": 10,
|
||||
"count": 9,
|
||||
"countForSpecialEditions": 10,
|
||||
"from": 200,
|
||||
"to": 250
|
||||
},
|
||||
{
|
||||
"count": 11,
|
||||
"count": 10,
|
||||
"countForSpecialEditions": 11,
|
||||
"from": 250,
|
||||
"to": 500
|
||||
},
|
||||
{
|
||||
"count": 12,
|
||||
"count": 11,
|
||||
"countForSpecialEditions": 12,
|
||||
"from": 500,
|
||||
"to": 750
|
||||
},
|
||||
{
|
||||
"count": 13,
|
||||
"count": 12,
|
||||
"countForSpecialEditions": 13,
|
||||
"from": 750,
|
||||
"to": 1000
|
||||
},
|
||||
{
|
||||
"count": 16,
|
||||
"count": 15,
|
||||
"countForSpecialEditions": 16,
|
||||
"from": 1000,
|
||||
"to": 10000
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -81,6 +81,7 @@ export interface IConfig
|
||||
SkillPointsBeforeFatigue: number
|
||||
SkillFatigueReset: number
|
||||
DiscardLimitsEnabled: boolean
|
||||
EnvironmentSettings: IEnvironmentSetting2
|
||||
EventSettings: IEventSettings
|
||||
FavoriteItemsSettings: IFavoriteItemsSettings
|
||||
VaultingSettings: IVaultingSettings
|
||||
@ -108,6 +109,16 @@ export interface IConfig
|
||||
RepairSettings: IRepairSettings
|
||||
}
|
||||
|
||||
export interface IEnvironmentSetting2
|
||||
{
|
||||
EnvironmentUIData: IEnvironmentUIData
|
||||
}
|
||||
|
||||
export interface IEnvironmentUIData
|
||||
{
|
||||
TheUnheardEditionEnvironmentUiType: string[]
|
||||
}
|
||||
|
||||
export interface IBodyPartColliderSettings
|
||||
{
|
||||
BackHead: IBodyPartColliderPart
|
||||
@ -969,6 +980,7 @@ export interface IMaxActiveOfferCount
|
||||
from: number
|
||||
to: number
|
||||
count: number
|
||||
countForSpecialEditions: number
|
||||
}
|
||||
|
||||
export interface IMaxSumForRarity
|
||||
|
Loading…
x
Reference in New Issue
Block a user