밸런스 테스트

- 플레이어 스펙 수정 (공격력, 이동속도, 시야, 운반량)
- 몬스터 스펙 수정 (이동속도, 체력)
- 타워 스펙 수정 (가격, 운반량)
- 일꾼 가격 수정
- 타이머 수정
This commit is contained in:
BoyongHwang
2026-02-03 09:52:29 +09:00
parent 602cb2985c
commit 052875909f
20 changed files with 58 additions and 55 deletions

View File

@@ -14,12 +14,12 @@ MonoBehaviour:
m_EditorClassIdentifier: Assembly-CSharp::Northbound.Data.PlayerData
id: 1
memo:
moveSpeed: 10
visionRadius: 20
capacity: 100
moveSpeed: 5
visionRadius: 10
capacity: 50
manpower: 10
maxHp: 100
atkRange: 6
atkDamage: 200
atkRange: 3
atkDamage: 10
atkIntervalSec: 1
prefabPath: Assets/Prefabs/Player