mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Fixed incorrect types inside playerscav.json
This commit is contained in:
parent
c194459a14
commit
f1b1dd46eb
@ -43,38 +43,38 @@
|
|||||||
"0": 2,
|
"0": 2,
|
||||||
"1": 1
|
"1": 1
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"whitelist": {}
|
||||||
},
|
},
|
||||||
"drugs": {
|
"drugs": {
|
||||||
"weights": {
|
"weights": {
|
||||||
"0": 2,
|
"0": 2,
|
||||||
"1": 1
|
"1": 1
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"whitelist": {}
|
||||||
},
|
},
|
||||||
"stims": {
|
"stims": {
|
||||||
"weights": {
|
"weights": {
|
||||||
"0": 1
|
"0": 1
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"whitelist": {}
|
||||||
},
|
},
|
||||||
"looseLoot": {
|
"looseLoot": {
|
||||||
"weights": {
|
"weights": {
|
||||||
"0": 1
|
"0": 1
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"whitelist": {}
|
||||||
},
|
},
|
||||||
"magazines": {
|
"magazines": {
|
||||||
"weights": {
|
"weights": {
|
||||||
"1": 1
|
"1": 1
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"whitelist": {}
|
||||||
},
|
},
|
||||||
"grenades": {
|
"grenades": {
|
||||||
"weights": {
|
"weights": {
|
||||||
"0": 1
|
"0": 1
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"whitelist": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"labsAccessCardChancePercent": 0,
|
"labsAccessCardChancePercent": 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user