From 4aed6f5cfc77a5100d2a97fe14fab91cb0fbcf72 Mon Sep 17 00:00:00 2001 From: JKH47 Date: Mon, 3 Mar 2025 18:03:51 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=AC=EC=8A=A4=ED=84=B0=20=EB=B0=B8?= =?UTF-8?q?=EB=9F=B0=EC=8A=A4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 몬스터 경험치 밸런스 수정 --- .../Gameton/Resources/GameData/monster.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Gameton-06/Assets/Gameton/Resources/GameData/monster.json b/Gameton-06/Assets/Gameton/Resources/GameData/monster.json index 7f026e09..4ac17498 100644 --- a/Gameton-06/Assets/Gameton/Resources/GameData/monster.json +++ b/Gameton-06/Assets/Gameton/Resources/GameData/monster.json @@ -8,7 +8,7 @@ "defencePower": 50, "monsterSkillID": 0, "Gold": 10, - "Exp": 2, + "Exp": 1, "Score": 5 }, { @@ -20,7 +20,7 @@ "defencePower": 50, "monsterSkillID": 0, "Gold": 10, - "Exp": 3, + "Exp": 1, "Score": 5 }, { @@ -44,7 +44,7 @@ "defencePower": 50, "monsterSkillID": 0, "Gold": 11, - "Exp": 3, + "Exp": 2, "Score": 20 }, { @@ -56,7 +56,7 @@ "defencePower": 50, "monsterSkillID": 0, "Gold": 11, - "Exp": 4, + "Exp": 2, "Score": 20 }, { @@ -80,7 +80,7 @@ "defencePower": 50, "monsterSkillID": 0, "Gold": 12, - "Exp": 4, + "Exp": 3, "Score": 30 }, { @@ -92,7 +92,7 @@ "defencePower": 50, "monsterSkillID": 0, "Gold": 13, - "Exp": 5, + "Exp": 3, "Score": 40 }, { @@ -104,7 +104,7 @@ "defencePower": 50, "monsterSkillID": 1, "Gold": 150, - "Exp": 35, + "Exp": 30, "Score": 1500 }, { @@ -116,7 +116,7 @@ "defencePower": 50, "monsterSkillID": 1, "Gold": 200, - "Exp": 60, + "Exp": 40, "Score": 2000 } ] \ No newline at end of file