Files
MaaAssistantArknights/tools/global_servers/test.json
Yifan Liu 4822706c47 chore: tools for global servers (diff_resource & match_json)
diff_resource finds the templates in ZH server but without a
corresponding global template yet.
match_json sorts the json files according to ZH json
2022-12-10 01:26:14 -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は入手できません",
"再訪問の場合"
]
}
}