Add Sandbox_high to Bot config and PMC config to prevent Custom ai patch from breaking in modules. (!351)
Reviewed-on: https://dev.sp-tarkov.com/SPT/Server/pulls/351
This commit is contained in:
parent
d06ba1c94a
commit
2a72f0b0f4
@ -2518,6 +2518,26 @@
|
|||||||
"arenaFighterEvent": 0,
|
"arenaFighterEvent": 0,
|
||||||
"crazyAssaultEvent": 0,
|
"crazyAssaultEvent": 0,
|
||||||
"pmcBot": 0
|
"pmcBot": 0
|
||||||
|
},
|
||||||
|
"sandbox_high": {
|
||||||
|
"bossKilla": 0,
|
||||||
|
"bossKnight": 0,
|
||||||
|
"bossGluhar": 0,
|
||||||
|
"bossSanitar": 0,
|
||||||
|
"bossTagilla": 0,
|
||||||
|
"bossZryachiy": 0,
|
||||||
|
"bossBoar": 0,
|
||||||
|
"followerGluharAssault": 0,
|
||||||
|
"followerBully": 0,
|
||||||
|
"followerBigPipe": 0,
|
||||||
|
"followerSanitar": 0,
|
||||||
|
"assault": 1,
|
||||||
|
"cursedAssault": 0,
|
||||||
|
"exUsec": 0,
|
||||||
|
"arenaFighter": 0,
|
||||||
|
"arenaFighterEvent": 0,
|
||||||
|
"crazyAssaultEvent": 0,
|
||||||
|
"pmcBot": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"playerScavBrainType": {
|
"playerScavBrainType": {
|
||||||
@ -2574,6 +2594,10 @@
|
|||||||
"sandbox": {
|
"sandbox": {
|
||||||
"assault": 2,
|
"assault": 2,
|
||||||
"pmcBot": 1
|
"pmcBot": 1
|
||||||
|
},
|
||||||
|
"sandbox_high": {
|
||||||
|
"assault": 2,
|
||||||
|
"pmcBot": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"maxBotCap": {
|
"maxBotCap": {
|
||||||
|
@ -398,6 +398,28 @@
|
|||||||
"arenaFighterEvent": 1,
|
"arenaFighterEvent": 1,
|
||||||
"crazyAssaultEvent": 1,
|
"crazyAssaultEvent": 1,
|
||||||
"pmcBot": 7
|
"pmcBot": 7
|
||||||
|
},
|
||||||
|
"sandbox_high": {
|
||||||
|
"bossKilla": 2,
|
||||||
|
"bossKnight": 0,
|
||||||
|
"bossGluhar": 0,
|
||||||
|
"bossSanitar": 1,
|
||||||
|
"bossTagilla": 0,
|
||||||
|
"bossZryachiy": 0,
|
||||||
|
"bossBoar": 0,
|
||||||
|
"followerGluharAssault": 0,
|
||||||
|
"followerBully": 2,
|
||||||
|
"followerBigPipe": 0,
|
||||||
|
"followerSanitar": 0,
|
||||||
|
"followerKolontayAssault": 0,
|
||||||
|
"followerKolontaySecurity": 0,
|
||||||
|
"assault": 3,
|
||||||
|
"cursedAssault": 0,
|
||||||
|
"exUsec": 0,
|
||||||
|
"arenaFighter": 0,
|
||||||
|
"arenaFighterEvent": 1,
|
||||||
|
"crazyAssaultEvent": 1,
|
||||||
|
"pmcBot": 7
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sptusec": {
|
"sptusec": {
|
||||||
@ -623,6 +645,28 @@
|
|||||||
"arenaFighterEvent": 1,
|
"arenaFighterEvent": 1,
|
||||||
"crazyAssaultEvent": 1,
|
"crazyAssaultEvent": 1,
|
||||||
"pmcBot": 7
|
"pmcBot": 7
|
||||||
|
},
|
||||||
|
"sandbox_high": {
|
||||||
|
"bossKilla": 2,
|
||||||
|
"bossKnight": 0,
|
||||||
|
"bossGluhar": 0,
|
||||||
|
"bossSanitar": 1,
|
||||||
|
"bossTagilla": 0,
|
||||||
|
"bossZryachiy": 0,
|
||||||
|
"bossBoar": 0,
|
||||||
|
"followerGluharAssault": 0,
|
||||||
|
"followerBully": 2,
|
||||||
|
"followerBigPipe": 0,
|
||||||
|
"followerSanitar": 0,
|
||||||
|
"followerKolontayAssault": 0,
|
||||||
|
"followerKolontaySecurity": 0,
|
||||||
|
"assault": 3,
|
||||||
|
"cursedAssault": 0,
|
||||||
|
"exUsec": 0,
|
||||||
|
"arenaFighter": 0,
|
||||||
|
"arenaFighterEvent": 1,
|
||||||
|
"crazyAssaultEvent": 1,
|
||||||
|
"pmcBot": 7
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user