From 418d22062c6fabed46eac5b85742ca2159465759 Mon Sep 17 00:00:00 2001 From: Jay <96156114+jaydev00a@users.noreply.github.com> Date: Wed, 14 May 2025 17:31:16 +0900 Subject: [PATCH] =?UTF-8?q?DEG-168=20[MERGE]=20=EC=B6=A9=EB=8F=8C=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20main=EA=B1=B8=EB=A1=9C=20=EB=B3=91?= =?UTF-8?q?=ED=95=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/KSH/ValueByAction.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/KSH/ValueByAction.cs b/Assets/KSH/ValueByAction.cs index 7c62729f..ac6d84fb 100644 --- a/Assets/KSH/ValueByAction.cs +++ b/Assets/KSH/ValueByAction.cs @@ -40,7 +40,7 @@ public class ValueByAction { ActionType.Work, new ActionEffect(+10.0f, -3.0f, +0.2f) }, // 8to6: 10시간 { ActionType.Dungeon, new ActionEffect(+3.0f, -3.0f, 0) }, { ActionType.Housework, new ActionEffect(+1.0f, -1.0f, +0.2f) }, - { ActionType.OvertimeWork, new ActionEffect(_gameConstants.forcedValue, -5.0f, +1.0f) }, + { ActionType.OvertimeWork, new ActionEffect(+4.0f, -5.0f, +1.0f) }, { ActionType.TeamDinner, new ActionEffect(_gameConstants.forcedValue, +8.0f, 0) }, // 수면 강제(8시 기상) 후 최대 체력 { ActionType.Absence, new ActionEffect(0, 0, -3.0f) } };