0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 08:30:44 -05:00

Added more bot types to PMCs always hostile array + various adjustments

This commit is contained in:
Chomp 2025-01-06 19:32:45 +00:00
parent c5d1ba0b6e
commit 0835ad6ca0

View File

@ -769,7 +769,8 @@
"hostilitySettings": { "hostilitySettings": {
"pmcusec": { "pmcusec": {
"additionalEnemyTypes": [ "additionalEnemyTypes": [
"bossPartisan", "arenaFighterEvent",
"marksman",
"peacemaker", "peacemaker",
"skier", "skier",
"ravangeZryachiyEvent", "ravangeZryachiyEvent",
@ -777,23 +778,29 @@
"infectedPmc", "infectedPmc",
"infectedCivil", "infectedCivil",
"infectedLaborant", "infectedLaborant",
"infectedTagilla" "infectedTagilla",
"bossKilla",
"bossBoar",
"bossBully",
"bossGluhar",
"bossKnight",
"bossKojaniy",
"bossKolontay",
"bossPartisan",
"bossSanitar",
"bossTagilla",
"exUsec",
"followerBigPipe",
"followerBirdEye",
"followerBully",
"followerBoarClose1",
"followerBoarClose2"
], ],
"additionalFriendlyTypes": ["shooterBTR", "sectactPriestEvent", "peacefullZryachiyEvent"], "additionalFriendlyTypes": ["gifter", "shooterBTR", "sectactPriestEvent", "peacefullZryachiyEvent"],
"chancedEnemies": [ "chancedEnemies": [{
{
"EnemyChance": 100,
"Role": "assault"
},
{
"EnemyChance": 100,
"Role": "marksman"
},
{
"EnemyChance": 85, "EnemyChance": 85,
"Role": "pmcUSEC" "Role": "pmcUSEC"
}, }, {
{
"EnemyChance": 100, "EnemyChance": 100,
"Role": "pmcBEAR" "Role": "pmcBEAR"
} }
@ -805,7 +812,8 @@
}, },
"pmcbear": { "pmcbear": {
"additionalEnemyTypes": [ "additionalEnemyTypes": [
"bossPartisan", "arenaFighterEvent",
"marksman",
"peacemaker", "peacemaker",
"skier", "skier",
"ravangeZryachiyEvent", "ravangeZryachiyEvent",
@ -813,23 +821,29 @@
"infectedPmc", "infectedPmc",
"infectedCivil", "infectedCivil",
"infectedLaborant", "infectedLaborant",
"infectedTagilla" "infectedTagilla",
"bossKilla",
"bossBoar",
"bossBully",
"bossGluhar",
"bossKnight",
"bossKojaniy",
"bossKolontay",
"bossPartisan",
"bossSanitar",
"bossTagilla",
"exUsec",
"followerBigPipe",
"followerBirdEye",
"followerBully",
"followerBoarClose1",
"followerBoarClose2"
], ],
"additionalFriendlyTypes": ["shooterBTR", "sectactPriestEvent", "peacefullZryachiyEvent"], "additionalFriendlyTypes": ["gifter", "shooterBTR", "sectactPriestEvent", "peacefullZryachiyEvent"],
"chancedEnemies": [ "chancedEnemies": [{
{
"EnemyChance": 100,
"Role": "assault"
},
{
"EnemyChance": 100,
"Role": "marksman"
},
{
"EnemyChance": 85, "EnemyChance": 85,
"Role": "pmcBEAR" "Role": "pmcBEAR"
}, }, {
{
"EnemyChance": 100, "EnemyChance": 100,
"Role": "pmcUSEC" "Role": "pmcUSEC"
} }