From 1c77c5d9cd8d3e6c2b602972db42abc2e9dedec9 Mon Sep 17 00:00:00 2001 From: BoyongHwang Date: Wed, 25 Feb 2026 21:11:04 +0900 Subject: [PATCH] =?UTF-8?q?=ED=81=AC=EB=A6=BD=20=EC=82=AC=EA=B1=B0?= =?UTF-8?q?=EB=A6=AC=20=EC=8A=A4=ED=8E=99=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 일반 사거리 1 - 원거리 사거리 4 --- Assets/Data/ScriptableObjects/Creep/Creep1.asset | 2 +- Assets/Data/ScriptableObjects/Creep/Creep2.asset | 2 +- Assets/Prefabs/Creep/Creep1.prefab | 2 +- Assets/Prefabs/Creep/Creep2.prefab | 10 ++-------- GameData/Creep.csv | 4 ++-- 5 files changed, 7 insertions(+), 13 deletions(-) diff --git a/Assets/Data/ScriptableObjects/Creep/Creep1.asset b/Assets/Data/ScriptableObjects/Creep/Creep1.asset index eaf5296..7b78032 100644 --- a/Assets/Data/ScriptableObjects/Creep/Creep1.asset +++ b/Assets/Data/ScriptableObjects/Creep/Creep1.asset @@ -17,7 +17,7 @@ MonoBehaviour: moveSpeed: 5 maxHp: 75 sight: 6 - atkRange: 3 + atkRange: 1 atkDamage: 10 atkIntervalSec: 2 cost: 2 diff --git a/Assets/Data/ScriptableObjects/Creep/Creep2.asset b/Assets/Data/ScriptableObjects/Creep/Creep2.asset index df903c6..c399729 100644 --- a/Assets/Data/ScriptableObjects/Creep/Creep2.asset +++ b/Assets/Data/ScriptableObjects/Creep/Creep2.asset @@ -17,7 +17,7 @@ MonoBehaviour: moveSpeed: 4.5 maxHp: 100 sight: 6 - atkRange: 5 + atkRange: 4 atkDamage: 15 atkIntervalSec: 4 cost: 5 diff --git a/Assets/Prefabs/Creep/Creep1.prefab b/Assets/Prefabs/Creep/Creep1.prefab index 3ec9e8a..891ab65 100644 --- a/Assets/Prefabs/Creep/Creep1.prefab +++ b/Assets/Prefabs/Creep/Creep1.prefab @@ -1031,7 +1031,7 @@ MonoBehaviour: m_Bits: 1152 maxChaseDistance: 30 chaseGiveUpDistance: 25 - attackRange: 3 + attackRange: 1 attackInterval: 2 attackDamage: 10 moveSpeed: 5 diff --git a/Assets/Prefabs/Creep/Creep2.prefab b/Assets/Prefabs/Creep/Creep2.prefab index 78f4354..cf8b059 100644 --- a/Assets/Prefabs/Creep/Creep2.prefab +++ b/Assets/Prefabs/Creep/Creep2.prefab @@ -1693,7 +1693,7 @@ MonoBehaviour: m_Bits: 1152 maxChaseDistance: 30 chaseGiveUpDistance: 25 - attackRange: 5 + attackRange: 4 attackInterval: 4 attackDamage: 15 moveSpeed: 4.5 @@ -1716,13 +1716,7 @@ Animator: m_LinearVelocityBlending: 0 m_StabilizeFeet: 0 m_AnimatePhysics: 0 - m_WarningMessage: "\nBinding warning: Some generic clip(s) animate transforms that - are already bound by a Humanoid avatar. These transforms can only be changed - by Humanoid clips.\n\tTransform 'upperarm.l'\n\tTransform 'upperleg.l'\n\tTransform - 'upperleg.r'\n\tTransform 'hips'\n\tTransform 'upperarm.r'\n\tTransform 'lowerarm.r'\n\tTransform - 'upperarm.l'\n\tTransform 'chest'\n\tTransform 'lowerarm.l'\n\tTransform 'lowerleg.r'\n\tand - more ...\n\tFrom animation clip 'Melee_2H_Attack_Stab'\n\tFrom animation clip - 'Idle_B'\n\tFrom animation clip 'Running_B'\n\tFrom animation clip 'Death_A'" + m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 m_KeepAnimatorStateOnDisable: 0 diff --git a/GameData/Creep.csv b/GameData/Creep.csv index d5d05a7..85b256e 100644 --- a/GameData/Creep.csv +++ b/GameData/Creep.csv @@ -1,3 +1,3 @@ id,memo,move_speed,max_hp,sight,atk_range,atk_damage,atk_interval_sec,cost,weight,model_path,animation_controller_path -1,기본1,5,75,6,3,10,2,2,1,Assets/Models/PlantWarrior.fbx,Assets/Animations/MonsterAnimationController.controller -2,기본2,4.5,100,6,5,15,4,5,0.5,Assets/Models/Rogue.fbx,Assets/Animations/MonsterAnimationController.controller +1,기본1,5,75,6,1,10,2,2,1,Assets/Models/PlantWarrior.fbx,Assets/Animations/MonsterAnimationController.controller +2,기본2,4.5,100,6,4,15,4,5,0.5,Assets/Models/Rogue.fbx,Assets/Animations/MonsterAnimationController.controller