Files
MaaAssistantArknights/tools/OverseasClients/test.json
Yifan Liu f340b2ec0f chore: update overseas clients tools
add a new tool to help locate untranslated texts in json
minor updates to the old ones
rename files so that they are more intuitive
2023-02-14 23:15:07 -06:00

52 lines
1007 B
JSON

{
"SN-8": {
"algorithm": "JustReturn",
"action": "DoNothing",
"sub": [
"SN-Open",
"SN-Chapter2",
"StageSN-8"
]
},
"SN-9": {
"algorithm": "JustReturn",
"action": "DoNothing",
"sub": [
"SN-Open",
"SN-Chapter3",
"StageSN-9"
]
},
"SN-10": {
"algorithm": "JustReturn",
"action": "DoNothing",
"sub": [
"SN-Open",
"SN-Chapter3",
"StageSN-10"
]
},
"StartButton1": {
"text": [
"行動開始"
]
},
"PRTS3": {
"text": [
"残り配置可能数"
]
},
"VisitNextOcr": {
"text": [
"次を訪問"
]
},
"VisitLimited": {
"text": [
"上限",
"達しました",
"Fpは入手できません",
"再訪問の場合"
]
}
}