docs: add docs for only_buy_discount and reserve_max_credit

This commit is contained in:
liupei
2023-12-17 00:20:53 +08:00
parent 8f1fc01bbb
commit c2a77fbf82
5 changed files with 10 additions and 0 deletions

View File

@@ -172,6 +172,8 @@ Supports some of the special stages,Please refer to [autoLocalization example](.
...
],
"force_shopping_if_credit_full": bool // Whether to ignore the Blacklist if credit overflows, by default true
"only_buy_discount": bool // 是否只购买折扣物品,只作用于第二遍,默认 false
"reserve_max_credit": boll // 是否在信用点低于300时停止购买只作用于第二遍默认 false
}
```

View File

@@ -151,6 +151,8 @@ TaskId ASSTAPI AsstAppendTask(AsstHandle handle, const char* type, const char* p
string, // アイテム名, 例. "加急许可" (Expedited Plan/緊急招集票), "家具零件" (Furniture Part/家具パーツ), その他.
...
]
"only_buy_discount": bool // 是否只购买折扣物品,只作用于第二遍,默认 false
"reserve_max_credit": boll // 是否在信用点低于300时停止购买只作用于第二遍默认 false
}
```

View File

@@ -167,6 +167,8 @@ TaskId ASSTAPI AsstAppendTask(AsstHandle handle, const char* type, const char* p
...
],
"force_shopping_if_credit_full": bool // 크레딧이 넘친다면 블랙리스트를 무시할지 여부, 기본값은 true입니다.
"only_buy_discount": bool // 是否只购买折扣物品,只作用于第二遍,默认 false
"reserve_max_credit": boll // 是否在信用点低于300时停止购买只作用于第二遍默认 false
}
```

View File

@@ -184,6 +184,8 @@ AsstTaskId ASSTAPI AsstAppendTask(AsstHandle handle, const char* type, const cha
...
],
"force_shopping_if_credit_full": bool // 是否在信用溢出時無視黑名單,預設為 true
"only_buy_discount": bool // 是否只购买折扣物品,只作用于第二遍,默认 false
"reserve_max_credit": boll // 是否在信用点低于300时停止购买只作用于第二遍默认 false
}
```

View File

@@ -186,6 +186,8 @@ AsstTaskId ASSTAPI AsstAppendTask(AsstHandle handle, const char* type, const cha
...
],
"force_shopping_if_credit_full": bool // 是否在信用溢出时无视黑名单,默认为 true
"only_buy_discount": bool // 是否只购买折扣物品,只作用于第二遍,默认为 false
"reserve_max_credit": boll // 是否在信用点低于300时停止购买只作用于第二遍默认为 false
}
```