몬스터 밸런스 수정

- 이동속도, 체력, 공격력 스펙 조절
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

@@ -1,6 +1,6 @@
id,memo,move_speed,max_hp,atk_range,atk_damage,atk_interval_sec,cost,weight,model_path,animation_controller_path
101,Grunt(기본),10,50,1,3,1.2,1,1,Assets/Models/Skeleton_Minion.fbx,Assets/Animations/MonsterAnimationController.controller
102,Fast(빠름/약함),11,30,1,2,1,2,0.5,Assets/Models/Druid.fbx,Assets/Animations/MonsterAnimationController.controller
103,Tank(느림/단단),8,100,1,4,1.5,5,0.2,Assets/Models/Skeleton_Warrior.fbx,Assets/Animations/MonsterAnimationController.controller
104,Ranged(원거리/약함),9,40,5,2,1.4,3,0.333,Assets/Models/Skeleton_Rogue.fbx,Assets/Animations/MonsterAnimationController.controller
105,Elite(소수 정예),10,90,1,7,1.3,10,0.1,Assets/Models/Barbarian_Large.fbx,Assets/Animations/MonsterAnimationController.controller
101,Grunt(기본),6.7,75,1,3,1.2,3,1,Assets/Models/Skeleton_Minion.fbx,Assets/Animations/MonsterAnimationController.controller
102,Tank(느림/단단),3.3,125,1,4,1.5,5,0.5,Assets/Models/Druid.fbx,Assets/Animations/MonsterAnimationController.controller
103,Ranged(원거리/약함),5.3,65,5,2,1.4,3,0.2,Assets/Models/Skeleton_Warrior.fbx,Assets/Animations/MonsterAnimationController.controller
104,Fast(빠름/약함),8.6,45,1,2,1,3,0.333,Assets/Models/Skeleton_Rogue.fbx,Assets/Animations/MonsterAnimationController.controller
105,Elite(소수 정예),6.6,100,1,7,1.3,6,0.1,Assets/Models/Barbarian_Large.fbx,Assets/Animations/MonsterAnimationController.controller
1 id memo move_speed max_hp atk_range atk_damage atk_interval_sec cost weight model_path animation_controller_path
2 101 Grunt(기본) 10 6.7 50 75 1 3 1.2 1 3 1 Assets/Models/Skeleton_Minion.fbx Assets/Animations/MonsterAnimationController.controller
3 102 Fast(빠름/약함) Tank(느림/단단) 11 3.3 30 125 1 2 4 1 1.5 2 5 0.5 Assets/Models/Druid.fbx Assets/Animations/MonsterAnimationController.controller
4 103 Tank(느림/단단) Ranged(원거리/약함) 8 5.3 100 65 1 5 4 2 1.5 1.4 5 3 0.2 Assets/Models/Skeleton_Warrior.fbx Assets/Animations/MonsterAnimationController.controller
5 104 Ranged(원거리/약함) Fast(빠름/약함) 9 8.6 40 45 5 1 2 1.4 1 3 0.333 Assets/Models/Skeleton_Rogue.fbx Assets/Animations/MonsterAnimationController.controller
6 105 Elite(소수 정예) 10 6.6 90 100 1 7 1.3 10 6 0.1 Assets/Models/Barbarian_Large.fbx Assets/Animations/MonsterAnimationController.controller