File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111 // Override raid times for all locations, ignoring custom times set for individual locations.
1212 overrideAll : false ,
1313
14- // Override raid times options. Used for all maps, but only when the above `override_all ` is set to `true`.
14+ // Override raid times options. Used for all maps, but only when the above `overrideAll ` is set to `true`.
1515 //
1616 // These are examples of how to use the various options. If more than one option is provided, the weights are
1717 // used to determine how often each object is used. The higher the weight, the more often it is used relative to
3333 // { minutes: 360, weight: 1 }, // 6 hour raid (360 minutes).
3434 ] ,
3535
36- // Custom raid times for specific locations. Used when `override_all ` is set to `false`.
36+ // Custom raid times for specific locations. Used when `overrideAll ` is set to `false`.
3737 // The option can be a number, or an object containing minutes and weight options as described above.
3838 customTimes : {
3939 customs : 40 ,
You can’t perform that action at this time.
0 commit comments