More work
This commit is contained in:
parent
08606cd070
commit
8c4fae1d12
11
src/pmc.ts
11
src/pmc.ts
@ -1,3 +1,4 @@
|
||||
/* eslint-disable @typescript-eslint/naming-convention */
|
||||
import { DatabaseServer } from "@spt-aki/servers/DatabaseServer";
|
||||
import { IDatabaseTables } from "@spt-aki/models/spt/server/IDatabaseTables";
|
||||
import { EquipmentFilterDetails, EquipmentFilters, IBotConfig } from "@spt-aki/models/spt/config/IBotConfig";
|
||||
@ -277,7 +278,15 @@ export class PMCs
|
||||
"mod_tactical_002": 10,
|
||||
"mod_tactical_003": 10,
|
||||
"mod_tactical_2": 10
|
||||
}
|
||||
},
|
||||
"randomisedArmorSlots": ["Headwear"],
|
||||
"randomisedWeaponModSlots": ["mod_scope", "mod_scope_000", "mod_scope_001", "mod_scope_002", "mod_scope_003",
|
||||
"mod_handguard", "mod_magazine", "mod_muzzle", "mod_bipod",
|
||||
"mod_muzzle_000", "mod_charge", "mod_reciever",
|
||||
"mod_trigger", "mod_gas_block", "mod_pistol_grip", "mod_pistol_grip_akms", "mod_foregrip",
|
||||
"mod_stock", "mod_stock_000", "mod_stock_001", "mod_stock_akms", "mod_stock_axis",
|
||||
"mod_mount_000", "mod_mount_001", "mod_mount_002", "mod_mount_003", "mod_mount_004", "mod_mount_005", "mod_mount_006",
|
||||
"mod_tactical", "mod_tactical_2", "mod_tactical_000", "mod_tactical_001", "mod_tactical_002", "mod_tactical_003"]
|
||||
}],
|
||||
"blacklist": [],
|
||||
"weightingAdjustments": [],
|
||||
|
Loading…
x
Reference in New Issue
Block a user