몬스터 종류별 fbx 추가

kaykit에서 아래 fbx들 가져와 적용
- 일반 : 미니언
- 속도 : 드루이드
- 탱크 : 워리어
- 원거리 : 로그
- 엘리트 : 바바리안 라지
This commit is contained in:
BoyongHwang
2026-02-02 20:19:04 +09:00
parent 6e19ac79fc
commit b4c22edcbd
17 changed files with 2587 additions and 2042 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(기본),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/MonsterAnimationController.controller
103,Tank(느림/단단),2.0,70,1,4,1.5,5,0.2,Assets/Models/Skeleton_Warrior.fbx,Assets/Animations/MonsterAnimationController.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/MonsterAnimationController.controller
101,Grunt(기본),2.6,30,1,3,1.2,1,1,Assets/Models/Skeleton_Minion.fbx,Assets/Animations/MonsterAnimationController.controller
102,Fast(빠름/약함),3.4,18,1,2,1,2,0.5,Assets/Models/Druid.fbx,Assets/Animations/MonsterAnimationController.controller
103,Tank(느림/단단),2,70,1,4,1.5,5,0.2,Assets/Models/Skeleton_Warrior.fbx,Assets/Animations/MonsterAnimationController.controller
104,Ranged(원거리/약함),2.4,22,5,2,1.4,3,0.333,Assets/Models/Skeleton_Rogue.fbx,Assets/Animations/MonsterAnimationController.controller
105,Elite(소수 정예),2.8,120,1,7,1.3,10,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(기본) 2.6 30 1 3 1.2 1 1.0 1 Assets/Models/Skeleton_Minion.fbx Assets/Animations/MonsterAnimationController.controller
3 102 Fast(빠름/약함) 3.4 18 1 2 1.0 1 2 0.5 Assets/Models/Skeleton_Minion.fbx Assets/Models/Druid.fbx Assets/Animations/MonsterAnimationController.controller
4 103 Tank(느림/단단) 2.0 2 70 1 4 1.5 5 0.2 Assets/Models/Skeleton_Warrior.fbx Assets/Animations/MonsterAnimationController.controller
5 104 Ranged(원거리/약함) 2.4 22 5 2 1.4 3 0.333 Assets/Models/Skeleton_Minion.fbx Assets/Models/Skeleton_Rogue.fbx Assets/Animations/MonsterAnimationController.controller
6 105 Elite(소수 정예) 2.8 120 1 7 1.3 10 0.1 Assets/Models/Skeleton_Minion.fbx Assets/Models/Barbarian_Large.fbx Assets/Animations/MonsterAnimationController.controller