몬스터의 애니메이션 컨트롤러 재설정

This commit is contained in:
2026-02-01 01:52:37 +09:00
parent 3a2b5c7054
commit bc0967dec6
11 changed files with 6780 additions and 6780 deletions

View File

@@ -22,4 +22,4 @@ MonoBehaviour:
cost: 1 cost: 1
weight: 1 weight: 1
modelPath: Assets/Models/Skeleton_Minion.fbx modelPath: Assets/Models/Skeleton_Minion.fbx
animationControllerPath: Assets/Animations/PlayerAnimationController.controller animationControllerPath: Assets/Animations/MonsterAnimationController.controller

View File

@@ -22,4 +22,4 @@ MonoBehaviour:
cost: 2 cost: 2
weight: 0.5 weight: 0.5
modelPath: Assets/Models/Skeleton_Minion.fbx modelPath: Assets/Models/Skeleton_Minion.fbx
animationControllerPath: Assets/Animations/PlayerAnimationController.controller animationControllerPath: Assets/Animations/MonsterAnimationController.controller

View File

@@ -22,4 +22,4 @@ MonoBehaviour:
cost: 5 cost: 5
weight: 0.2 weight: 0.2
modelPath: Assets/Models/Skeleton_Minion.fbx modelPath: Assets/Models/Skeleton_Minion.fbx
animationControllerPath: Assets/Animations/PlayerAnimationController.controller animationControllerPath: Assets/Animations/MonsterAnimationController.controller

View File

@@ -22,4 +22,4 @@ MonoBehaviour:
cost: 3 cost: 3
weight: 0.333 weight: 0.333
modelPath: Assets/Models/Skeleton_Minion.fbx modelPath: Assets/Models/Skeleton_Minion.fbx
animationControllerPath: Assets/Animations/PlayerAnimationController.controller animationControllerPath: Assets/Animations/MonsterAnimationController.controller

View File

@@ -22,4 +22,4 @@ MonoBehaviour:
cost: 10 cost: 10
weight: 0.1 weight: 0.1
modelPath: Assets/Models/Skeleton_Minion.fbx modelPath: Assets/Models/Skeleton_Minion.fbx
animationControllerPath: Assets/Animations/PlayerAnimationController.controller animationControllerPath: Assets/Animations/MonsterAnimationController.controller

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

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 id,memo,move_speed,max_hp,atk_range,atk_damage,atk_interval_sec,cost,weight,model_path,animation_controller_path
101,Grunt(기본),2.6,30,1,3,1.2,1,1.0,Assets/Models/Skeleton_Minion.fbx,Assets/Animations/PlayerAnimationController.controller 101,Grunt(기본),2.6,30,1,3,1.2,1,1.0,Assets/Models/Skeleton_Minion.fbx,Assets/Animations/MonsterAnimationController.controller
102,Fast(빠름/약함),3.4,18,1,2,1.0,2,0.5,Assets/Models/Skeleton_Minion.fbx,Assets/Animations/PlayerAnimationController.controller 102,Fast(빠름/약함),3.4,18,1,2,1.0,2,0.5,Assets/Models/Skeleton_Minion.fbx,Assets/Animations/MonsterAnimationController.controller
103,Tank(느림/단단),2.0,70,1,4,1.5,5,0.2,Assets/Models/Skeleton_Minion.fbx,Assets/Animations/PlayerAnimationController.controller 103,Tank(느림/단단),2.0,70,1,4,1.5,5,0.2,Assets/Models/Skeleton_Minion.fbx,Assets/Animations/MonsterAnimationController.controller
104,Ranged(원거리/약함),2.4,22,5,2,1.4,3,0.333,Assets/Models/Skeleton_Minion.fbx,Assets/Animations/PlayerAnimationController.controller 104,Ranged(원거리/약함),2.4,22,5,2,1.4,3,0.333,Assets/Models/Skeleton_Minion.fbx,Assets/Animations/MonsterAnimationController.controller
105,Elite(소수 정예),2.8,120,1,7,1.3,10,0.1,Assets/Models/Skeleton_Minion.fbx,Assets/Animations/PlayerAnimationController.controller 105,Elite(소수 정예),2.8,120,1,7,1.3,10,0.1,Assets/Models/Skeleton_Minion.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(기본) 2.6 30 1 3 1.2 1 1.0 Assets/Models/Skeleton_Minion.fbx Assets/Animations/PlayerAnimationController.controller Assets/Animations/MonsterAnimationController.controller
3 102 Fast(빠름/약함) 3.4 18 1 2 1.0 2 0.5 Assets/Models/Skeleton_Minion.fbx Assets/Animations/PlayerAnimationController.controller Assets/Animations/MonsterAnimationController.controller
4 103 Tank(느림/단단) 2.0 70 1 4 1.5 5 0.2 Assets/Models/Skeleton_Minion.fbx Assets/Animations/PlayerAnimationController.controller Assets/Animations/MonsterAnimationController.controller
5 104 Ranged(원거리/약함) 2.4 22 5 2 1.4 3 0.333 Assets/Models/Skeleton_Minion.fbx Assets/Animations/PlayerAnimationController.controller Assets/Animations/MonsterAnimationController.controller
6 105 Elite(소수 정예) 2.8 120 1 7 1.3 10 0.1 Assets/Models/Skeleton_Minion.fbx Assets/Animations/PlayerAnimationController.controller Assets/Animations/MonsterAnimationController.controller