2023-05-06 20:58:08 +08:00
{
"Menu" : {
"Fpy" : {
2023-06-09 02:58:23 +08:00
"name" : "FGO-py" ,
"help" : ""
2023-05-06 20:58:08 +08:00
} ,
2023-06-10 06:45:52 +08:00
"FpyFarm" : {
2023-06-09 02:58:23 +08:00
"name" : "Farm" ,
"help" : ""
2023-05-06 20:58:08 +08:00
} ,
2023-06-10 06:45:52 +08:00
"FpyDaily" : {
2023-06-09 02:58:23 +08:00
"name" : "Daily" ,
"help" : ""
2023-05-06 20:58:08 +08:00
} ,
2023-06-18 22:58:20 +09:00
"FpyTool" : {
2023-06-09 02:58:23 +08:00
"name" : "Tool" ,
"help" : ""
2023-05-06 20:58:08 +08:00
}
} ,
"Task" : {
"Fpy" : {
2023-06-09 02:58:23 +08:00
"name" : "FGO-py" ,
"help" : "Requries FGO-py v11.2.0 or higher"
2023-05-06 20:58:08 +08:00
} ,
"FpyHeartbeat" : {
2023-06-09 02:58:23 +08:00
"name" : "Heartbeat" ,
"help" : "When creating an FGO-py process in a complex environment, you may need to ping it every little while to prevent disconnections"
2023-05-06 20:58:08 +08:00
} ,
"FpyMain" : {
2023-06-09 02:58:23 +08:00
"name" : "Main" ,
"help" : "Press the button and AP gauge emptied\nOh, it's now once button pressed, empty AP gauge forever"
2023-05-06 20:58:08 +08:00
} ,
"FpyDailyFpSummon" : {
2023-06-09 02:58:23 +08:00
"name" : "DailyFpSummon" ,
"help" : ""
2023-05-06 20:58:08 +08:00
} ,
"FpyBattle" : {
2023-06-09 02:58:23 +08:00
"name" : "Battle" ,
"help" : ""
2023-05-06 20:58:08 +08:00
} ,
"FpyBenchmark" : {
2023-06-09 02:58:23 +08:00
"name" : "Benchmark" ,
"help" : ""
2023-05-09 14:40:24 +08:00
} ,
"FpyCall" : {
2023-06-09 02:58:23 +08:00
"name" : "Call" ,
"help" : ""
2023-05-06 20:58:08 +08:00
}
} ,
"Scheduler" : {
"_info" : {
"name" : "Scheduler._info.name" ,
"help" : "Scheduler._info.help"
} ,
"Enable" : {
"name" : "Scheduler.Enable.name" ,
"help" : "Scheduler.Enable.help"
} ,
"NextRun" : {
"name" : "Scheduler.NextRun.name" ,
"help" : "Scheduler.NextRun.help"
} ,
"Command" : {
"name" : "Scheduler.Command.name" ,
"help" : "Scheduler.Command.help"
} ,
"SuccessInterval" : {
"name" : "Scheduler.SuccessInterval.name" ,
"help" : "Scheduler.SuccessInterval.help"
} ,
"FailureInterval" : {
"name" : "Scheduler.FailureInterval.name" ,
"help" : "Scheduler.FailureInterval.help"
} ,
"ServerUpdate" : {
"name" : "Scheduler.ServerUpdate.name" ,
"help" : "Scheduler.ServerUpdate.help"
}
} ,
"Emulator" : {
"_info" : {
"name" : "Emulator._info.name" ,
"help" : "Emulator._info.help"
} ,
"ServerName" : {
"name" : "Emulator.ServerName.name" ,
"help" : "Emulator.ServerName.help"
}
} ,
"Error" : {
"_info" : {
"name" : "Error._info.name" ,
"help" : "Error._info.help"
} ,
"SaveError" : {
"name" : "Error.SaveError.name" ,
"help" : "Error.SaveError.help"
} ,
"OnePushConfig" : {
"name" : "Error.OnePushConfig.name" ,
"help" : "Error.OnePushConfig.help"
}
} ,
"Optimization" : {
"_info" : {
"name" : "Optimization._info.name" ,
"help" : "Optimization._info.help"
} ,
"WhenTaskQueueEmpty" : {
"name" : "Optimization.WhenTaskQueueEmpty.name" ,
"help" : "Optimization.WhenTaskQueueEmpty.help"
}
} ,
"FpyEmulator" : {
"_info" : {
2023-06-09 02:58:23 +08:00
"name" : "Environment" ,
"help" : ""
2023-05-06 20:58:08 +08:00
} ,
"Serial" : {
2023-06-09 02:58:23 +08:00
"name" : "Serial" ,
"help" : "Equivalent to `Connect to a device` dialog in FGO-py\nYou can find the Serial of common emulators in this option of the Alas body, and the rest is described in the `Connecting to Devices` section of the FGO-py readme."
2023-05-06 20:58:08 +08:00
} ,
2023-05-27 21:22:33 +08:00
"LaunchPath" : {
2023-06-09 02:58:23 +08:00
"name" : "LaunchPath" ,
2023-06-18 22:58:20 +09:00
"help" : "The absolute path of the `AzurLaneAutoScript` subdirectory in the `deploy` directory of FGO-py\nPlease read the `Run with AzurLaneAutoScript` section of the FGO-py readme first."
2023-05-06 20:58:08 +08:00
}
} ,
2023-06-10 06:45:52 +08:00
"FpyInterval" : {
2023-05-06 20:58:08 +08:00
"_info" : {
2023-06-09 02:58:23 +08:00
"name" : "Interval" ,
"help" : "Whenever a call to this task is completed, call it again after a certain period of time"
2023-05-06 20:58:08 +08:00
} ,
"Interval" : {
2023-06-09 02:58:23 +08:00
"name" : "Interval" ,
"help" : "HH:MM, HH cannot be omitted, MM can be greater than 60"
2023-05-06 20:58:08 +08:00
}
} ,
2023-06-10 06:45:52 +08:00
"FpyTeam" : {
2023-05-07 09:17:14 +08:00
"_info" : {
2023-06-09 02:58:23 +08:00
"name" : "Team" ,
"help" : "Team"
2023-05-07 09:17:14 +08:00
} ,
"Index" : {
2023-06-09 02:58:23 +08:00
"name" : "TeamIndex" ,
"help" : "The position of the selected team in the team formation interface, left to right 1-10, 0 to disable"
2023-05-07 09:17:14 +08:00
}
} ,
2023-06-10 06:45:52 +08:00
"FpyApple" : {
2023-05-06 20:58:08 +08:00
"_info" : {
2023-06-09 02:58:23 +08:00
"name" : "Apple" ,
"help" : "Apple"
2023-05-06 20:58:08 +08:00
} ,
"AppleKind" : {
2023-06-09 02:58:23 +08:00
"name" : "AppleKind" ,
"help" : "AppleKind" ,
2023-05-06 20:58:08 +08:00
"gold" : "gold" ,
"silver" : "silver" ,
"bronze" : "bronze" ,
"copper" : "copper" ,
"quartz" : "quartz"
} ,
"AppleCount" : {
2023-06-09 02:58:23 +08:00
"name" : "AppleCount" ,
"help" : "AppleCount"
2023-05-06 20:58:08 +08:00
} ,
"EatOnce" : {
2023-06-09 02:58:23 +08:00
"name" : "EatOnce" ,
"help" : "After this task is called once, the `AppleCount` will be cleared to zero, and after that, just clears the AP gauge\nIf this option is turned off, then every time it is called, apples will be eaten"
2023-05-06 20:58:08 +08:00
} ,
"AppleTotal" : {
2023-06-09 02:58:23 +08:00
"name" : "AppleTotal" ,
"help" : "When `EatOnce` is turned off, this value will automatically reduced to prevent eating non-existent apples"
2023-05-06 20:58:08 +08:00
}
} ,
2023-06-10 06:45:52 +08:00
"FpyLimit" : {
2023-05-06 20:58:08 +08:00
"_info" : {
2023-06-09 02:58:23 +08:00
"name" : "Limit" ,
"help" : "Disable this task when certain conditions met"
2023-05-06 20:58:08 +08:00
} ,
"Defeated" : {
2023-06-09 02:58:23 +08:00
"name" : "Defeated" ,
"help" : "Disable this task when defeated"
2023-05-06 20:58:08 +08:00
} ,
"KizunaReisou" : {
2023-06-09 02:58:23 +08:00
"name" : "KizunaReisou" ,
"help" : "Disable this task when bond essences earned"
2023-05-06 20:58:08 +08:00
} ,
"SpecialDrop" : {
2023-06-09 02:58:23 +08:00
"name" : "SpecialDrop" ,
"help" : "Disable this task after several ★5 essences earned\nThis value is automatically reduced"
2023-05-06 20:58:08 +08:00
}
} ,
2023-06-10 06:45:52 +08:00
"FpyBenchmark" : {
2023-05-06 20:58:08 +08:00
"_info" : {
2023-06-09 02:58:23 +08:00
"name" : "Benchmark" ,
"help" : "Get the time cost for a single touch and screenshot"
2023-05-06 20:58:08 +08:00
} ,
2023-05-12 14:55:18 +08:00
"BenchOption" : {
2023-06-09 02:58:23 +08:00
"name" : "BenchOption" ,
"help" : "Able to be tested individually for touch or screenshots" ,
2023-05-12 14:55:18 +08:00
"touch" : "touch" ,
"screen" : "screen" ,
"all" : "all"
2023-05-09 14:40:24 +08:00
}
} ,
2023-06-10 06:45:52 +08:00
"FpyCall" : {
2023-05-09 14:40:24 +08:00
"_info" : {
2023-06-09 02:58:23 +08:00
"name" : "Call" ,
"help" : "Calling some standalone widgets in FGO-py"
2023-05-09 14:40:24 +08:00
} ,
"Function" : {
2023-06-09 02:58:23 +08:00
"name" : "Function" ,
"help" : "Name of the widget to be called" ,
2023-05-09 14:40:24 +08:00
"fpSummon" : "fpSummon" ,
"lottery" : "lottery" ,
"mail" : "mail" ,
"synthesis" : "synthesis" ,
"summonHistory" : "summonHistory"
2023-05-06 20:58:08 +08:00
}
} ,
"Storage" : {
"_info" : {
"name" : "Storage._info.name" ,
"help" : "Storage._info.help"
} ,
"Storage" : {
"name" : "Storage.Storage.name" ,
"help" : "Storage.Storage.help"
}
}
}