From 014e973a6960c8ae8013c627e6dfc3defd03eff1 Mon Sep 17 00:00:00 2001 From: David <56174894+Constrat@users.noreply.github.com> Date: Thu, 5 Oct 2023 21:32:34 +0200 Subject: [PATCH] chroe: cn default values --- resource/tasks.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resource/tasks.json b/resource/tasks.json index 6ebc1b7a18..529240b25a 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -7354,11 +7354,11 @@ 20 ], "postDelay": 200, - "specialParams_Doc": "Used in BattleFormationTask.cpp for OCR manipulation", + "specialParams_Doc": "USED FOR YOSTAREN. Used in BattleFormationTask.cpp for OCR manipulation. For CN: OCRerConfig.h default values are used.", "specialParams": [ - 160, - 4, - 4, + 140, + 2, + 0, 0 ] },