2024-08-05 12:31:45
All checks were successful
sync / build (push) Successful in 51s

This commit is contained in:
actions[bot]
2024-08-05 12:31:45 +00:00
parent a134ccb217
commit 878803e0e4
2 changed files with 23 additions and 11 deletions

View File

@@ -38,7 +38,9 @@ autonomy_state = {
DOH = {
has_completed_focus = DOH_cijichaogongzhongxin
}
has_autonomy_state = doh_fanshu
OVERLORD = {
has_autonomy_state = doh_fanshu
}
}
}
}
@@ -55,8 +57,18 @@ autonomy_state = {
base = 0
modifier = {
add = 10000
DOH = {
has_completed_focus = DOH_chaogongzhidu
AND = {
DOH = {
has_completed_focus = DOH_chaogongzhidu
}
OR = {
FROM = {
tag = DOH
}
FROM = {
has_autonomy_state = doh_fanshu
}
}
}
}
}