File tree 1 file changed +13
-0
lines changed
project/src/models/eft/common
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -12,23 +12,36 @@ export interface ILocationBase {
12
12
Banners : IBanner [ ] ;
13
13
BossLocationSpawn : IBossLocationSpawn [ ] ;
14
14
BotAssault : number ;
15
+ /** Weighting on how likely a bot will be Easy difficulty */
15
16
BotEasy : number ;
17
+ /** Weighting on how likely a bot will be Hard difficulty */
16
18
BotHard : number ;
19
+ /** Weighting on how likely a bot will be Impossible difficulty */
17
20
BotImpossible : number ;
18
21
BotLocationModifier : IBotLocationModifier ;
19
22
BotMarksman : number ;
23
+ /** Maximum Number of bots that are currently alive/loading/delayed */
20
24
BotMax : number ;
25
+ /** Is not used in 33420 */
21
26
BotMaxPlayer : number ;
27
+ /** Is not used in 33420 */
22
28
BotMaxTimePlayer : number ;
29
+ /** Does not even exist in the client in 33420 */
23
30
BotMaxPvE : number ;
31
+ /** Weighting on how likely a bot will be Normal difficulty */
24
32
BotNormal : number ;
33
+ /** How many bot slots that need to be open before trying to spawn new bots. */
25
34
BotSpawnCountStep : number ;
35
+ /** How often to check if bots are spawn-able. In seconds */
26
36
BotSpawnPeriodCheck : number ;
37
+ /** The bot spawn will toggle on and off in intervals of Off(Min/Max) and On(Min/Max) */
27
38
BotSpawnTimeOffMax : number ;
28
39
BotSpawnTimeOffMin : number ;
29
40
BotSpawnTimeOnMax : number ;
30
41
BotSpawnTimeOnMin : number ;
42
+ /** How soon bots will be allowed to spawn */
31
43
BotStart : number ;
44
+ /** After this long bots will no longer spawn */
32
45
BotStop : number ;
33
46
Description : string ;
34
47
DisabledForScav : boolean ;
You can’t perform that action at this time.
0 commit comments