diff --git a/resource/global/YoStarEN/resource/tasks.json b/resource/global/YoStarEN/resource/tasks.json index a308ef099f..4af4ac75a1 100644 --- a/resource/global/YoStarEN/resource/tasks.json +++ b/resource/global/YoStarEN/resource/tasks.json @@ -3019,5 +3019,18 @@ }, "StageDrops-DropType-Reward": { "templThreshold": 0.7 + }, + "InfrastReward": { + "text": [ + "Collectable", + "Orders", + "Acquired", + "Trust" + ] + }, + "InfrastStationedInfo": { + "text": [ + "Operator" + ] } } diff --git a/resource/global/YoStarJP/resource/tasks.json b/resource/global/YoStarJP/resource/tasks.json index c098eef56f..d89b9462e4 100644 --- a/resource/global/YoStarJP/resource/tasks.json +++ b/resource/global/YoStarJP/resource/tasks.json @@ -3015,5 +3015,17 @@ "《欢欣鼓舞》" ] ] + }, + "InfrastReward": { + "text": [ + "受取可", + "納品可", + "信頼獲得" + ] + }, + "InfrastStationedInfo": { + "text": [ + "配属情報" + ] } }