몬스터 밸런스 수정

- 이동속도, 체력, 공격력 스펙 조절
This commit is contained in:
BoyongHwang
2026-02-12 16:28:10 +09:00
parent e2381d6f5a
commit 31e8adcb06
11 changed files with 56 additions and 56 deletions

View File

@@ -14,12 +14,12 @@ MonoBehaviour:
m_EditorClassIdentifier: Assembly-CSharp::Northbound.Data.MonsterData
id: 101
memo: "Grunt(\uAE30\uBCF8)"
moveSpeed: 10
maxHp: 50
moveSpeed: 6.7
maxHp: 75
atkRange: 1
atkDamage: 3
atkIntervalSec: 1.2
cost: 1
cost: 3
weight: 1
modelPath: Assets/Models/Skeleton_Minion.fbx
animationControllerPath: Assets/Animations/MonsterAnimationController.controller

View File

@@ -13,13 +13,13 @@ MonoBehaviour:
m_Name: Monster102
m_EditorClassIdentifier: Assembly-CSharp::Northbound.Data.MonsterData
id: 102
memo: "Fast(\uBE60\uB984/\uC57D\uD568)"
moveSpeed: 11
maxHp: 30
memo: "Tank(\uB290\uB9BC/\uB2E8\uB2E8)"
moveSpeed: 3.3
maxHp: 125
atkRange: 1
atkDamage: 2
atkIntervalSec: 1
cost: 2
atkDamage: 4
atkIntervalSec: 1.5
cost: 5
weight: 0.5
modelPath: Assets/Models/Druid.fbx
animationControllerPath: Assets/Animations/MonsterAnimationController.controller

View File

@@ -13,13 +13,13 @@ MonoBehaviour:
m_Name: Monster103
m_EditorClassIdentifier: Assembly-CSharp::Northbound.Data.MonsterData
id: 103
memo: "Tank(\uB290\uB9BC/\uB2E8\uB2E8)"
moveSpeed: 8
maxHp: 100
atkRange: 1
atkDamage: 4
atkIntervalSec: 1.5
cost: 5
memo: "Ranged(\uC6D0\uAC70\uB9AC/\uC57D\uD568)"
moveSpeed: 5.3
maxHp: 65
atkRange: 5
atkDamage: 2
atkIntervalSec: 1.4
cost: 3
weight: 0.2
modelPath: Assets/Models/Skeleton_Warrior.fbx
animationControllerPath: Assets/Animations/MonsterAnimationController.controller

View File

@@ -13,12 +13,12 @@ MonoBehaviour:
m_Name: Monster104
m_EditorClassIdentifier: Assembly-CSharp::Northbound.Data.MonsterData
id: 104
memo: "Ranged(\uC6D0\uAC70\uB9AC/\uC57D\uD568)"
moveSpeed: 9
maxHp: 40
atkRange: 5
memo: "Fast(\uBE60\uB984/\uC57D\uD568)"
moveSpeed: 8.6
maxHp: 45
atkRange: 1
atkDamage: 2
atkIntervalSec: 1.4
atkIntervalSec: 1
cost: 3
weight: 0.333
modelPath: Assets/Models/Skeleton_Rogue.fbx

View File

@@ -14,12 +14,12 @@ MonoBehaviour:
m_EditorClassIdentifier: Assembly-CSharp::Northbound.Data.MonsterData
id: 105
memo: "Elite(\uC18C\uC218 \uC815\uC608)"
moveSpeed: 10
maxHp: 90
moveSpeed: 6.6
maxHp: 100
atkRange: 1
atkDamage: 7
atkIntervalSec: 1.3
cost: 10
cost: 6
weight: 0.1
modelPath: Assets/Models/Barbarian_Large.fbx
animationControllerPath: Assets/Animations/MonsterAnimationController.controller