StarRailCopilot/config/template.json

124 lines
3.6 KiB
JSON
Raw Normal View History

2023-05-14 07:48:34 +00:00
{
"Alas": {
"Emulator": {
"Serial": "auto",
"PackageName": "auto",
"ScreenshotMethod": "scrcpy",
2023-05-14 07:48:34 +00:00
"ControlMethod": "MaaTouch",
"AdbRestart": false
},
"EmulatorInfo": {
"Emulator": "auto",
"name": null,
"path": null
},
"Error": {
"Restart": "game",
"SaveError": true,
"ScreenshotLength": 1,
"OnePushConfig": "provider: null"
},
"Optimization": {
"ScreenshotInterval": 0.2,
2023-05-14 07:48:34 +00:00
"CombatScreenshotInterval": 1.0,
"WhenTaskQueueEmpty": "goto_main"
}
},
"Restart": {
"Scheduler": {
"Enable": true,
"NextRun": "2020-01-01 00:00:00",
"Command": "Restart",
2023-06-18 19:30:53 +00:00
"ServerUpdate": "04:00"
2023-06-17 16:13:21 +00:00
}
},
"Dungeon": {
"Scheduler": {
"Enable": false,
"NextRun": "2020-01-01 00:00:00",
"Command": "Dungeon",
2023-06-18 10:41:58 +00:00
"ServerUpdate": "04:00"
2023-05-14 07:48:34 +00:00
},
2023-06-17 16:13:21 +00:00
"Dungeon": {
2023-07-10 15:36:35 +00:00
"Name": "Calyx_Golden_Treasures",
"NameAtDoubleCalyx": "Calyx_Golden_Treasures",
2023-08-20 16:51:10 +00:00
"NameAtDoubleRelic": "Cavern_of_Corrosion_Path_of_Providence",
"Team": 1
},
"DungeonDaily": {
"CalyxGolden": "Calyx_Golden_Treasures",
"CalyxCrimson": "Calyx_Crimson_Erudition",
"StagnantShadow": "do_not_archive",
"CavernOfCorrosion": "Cavern_of_Corrosion_Path_of_Providence"
},
"DungeonSupport": {
"Use": "when_daily",
"Character": "FirstCharacter"
},
"DungeonStorage": {
"DungeonDouble": {}
2023-05-14 07:48:34 +00:00
}
2023-06-18 10:41:58 +00:00
},
"DailyQuest": {
"Scheduler": {
"Enable": false,
"NextRun": "2020-01-01 00:00:00",
"Command": "DailyQuest",
"ServerUpdate": "04:00"
},
"AchievableQuest": {
"Complete_1_Daily_Mission": "not_supported",
"Clear_Calyx_Golden_1_times": "not_set",
"Complete_Calyx_Crimson_1_time": "not_set",
"Clear_Stagnant_Shadow_1_times": "not_set",
"Clear_Cavern_of_Corrosion_1_times": "not_set",
"In_a_single_battle_inflict_3_Weakness_Break_of_different_Types": "not_supported",
"Inflict_Weakness_Break_5_times": "not_supported",
"Defeat_a_total_of_20_enemies": "not_supported",
"Enter_combat_by_attacking_enemy_Weakness_and_win_3_times": "not_supported",
"Use_Technique_2_times": "achievable",
"Go_on_assignment_1_time": "not_set",
"Take_1_photo": "achievable",
"Destroy_3_destructible_objects": "not_supported",
"Complete_Forgotten_Hall_1_time": "not_supported",
"Complete_Echo_of_War_1_times": "not_supported",
"Complete_1_stage_in_Simulated_Universe_Any_world": "not_supported",
"Obtain_victory_in_combat_with_support_characters_1_time": "not_set",
"Use_an_Ultimate_to_deal_the_final_blow_1_time": "not_supported",
"Level_up_any_character_1_time": "not_supported",
"Level_up_any_Light_Cone_1_time": "not_supported",
"Level_up_any_Relic_1_time": "not_supported",
"Salvage_any_Relic": "achievable",
"Synthesize_Consumable_1_time": "achievable",
"Synthesize_material_1_time": "achievable",
"Use_Consumables_1_time": "achievable"
},
"DailyStorage": {
"DailyActivity": {},
"DailyQuest": {}
2023-06-18 10:41:58 +00:00
}
},
"BattlePass": {
"Scheduler": {
"Enable": false,
"NextRun": "2020-01-01 00:00:00",
"Command": "BattlePass",
"ServerUpdate": "04:00"
}
2023-06-19 17:28:41 +00:00
},
"Assignment": {
"Scheduler": {
"Enable": false,
"NextRun": "2020-01-01 00:00:00",
"Command": "Assignment",
"ServerUpdate": "04:00"
},
"Assignment": {
"Name_1": "Nameless_Land_Nameless_People",
"Name_2": "Akashic_Records",
"Name_3": "The_Invisible_Hand",
"Name_4": "Nine_Billion_Names",
"Duration": 20
2023-06-19 17:28:41 +00:00
}
2023-05-14 07:48:34 +00:00
}
}