0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

Fixed incorrect bot json data

This commit is contained in:
Chomp 2025-01-21 15:01:49 +00:00
parent ddeb739616
commit a86262e9b0

View File

@ -2064,16 +2064,35 @@
} }
}, },
"experience": { "experience": {
"aggressorBonus": 0.02, "aggressorBonus": {
"hard": 0.02,
"normal": 0.02,
"easy": 0.01
},
"level": { "level": {
"max": 1, "max": 1,
"min": 0 "min": 0
}, },
"reward": { "reward": {
"max": 300, "hard": {
"min": 300 "min": 300,
"max": 300
},
"normal": {
"min": 300,
"max": 300
},
"easy": {
"min": 300,
"max": 300
}
}, },
"standingForKill": 0 "standingForKill": {
"hard": 0,
"normal": 0,
"easy": 0
},
"useSimpleAnimator": false
}, },
"firstName": [ "firstName": [
"Костян" "Костян"