Lookup Anything

Lookup Anything

242k Downloads

[Automate] Allow 1min Interval time

hagnat opened this issue ยท 1 comments

commented

can you expand the max to 3600 (1 minute) ?
that would allow to have a more balanced gameplay

.AddNumberField(
name: I18n.Config_AutomationInterval_Name,
tooltip: I18n.Config_AutomationInterval_Desc,
get: config => config.AutomationInterval,
set: (config, value) => config.AutomationInterval = value,
min: 1,
max: 600
)

commented

Hi! You can edit the config.json file directly to set any value you want. I could change the default range if it's something many players want; feel free to suggest it on the mod page if you want.