[feature] 上传ArknightsMaa相关文件

This commit is contained in:
lichx
2025-01-14 16:05:37 +08:00
commit 33d9f2eff1
13 changed files with 629 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
[[tasks]]
name = "刷理智"
type = "Fight"
# 改变Condition匹配模式
strategy = "merge"
# 周末清理理智药
[[tasks.variants]]
params = { expiring_medicine = 1000 }
[tasks.variants.condition]
type = "And"
conditions = [
{ type = "Time", start = "18:00:00" },
{ type = "Weekday", weekdays = ["Sun"], timezone = "Official"},
]
# 其他时间(?已经没有嘞),刷1-7
[[tasks.variants]]
params = { stage = "1-7" }
# 在夏活期间以外的周一、周四和周六,刷AP-5(红票)
[[tasks.variants]]
condition = { type = "Weekday", weekdays = ["Mon", "Thu", "Sat"], timezone = "Official"}
params = { stage = "AP-5" }
# 在夏活期间以外的周二、周三、周五和周日,刷CA-5(经验书)
[[tasks.variants]]
condition = { type = "Weekday", weekdays = ["Tue", "Wed", "Fri", "Sun"], timezone = "Official"}
params = { stage = "CA-5" }
# ss期间 刷活动关
[[tasks.variants]]
params = { stage = "RS-8" }
condition = { type = "OnSideStory", client = "Official" }