적 공격 애니메이션 타이밍 조정 및 무기 장착

기타 누락되었던 프리팹 수정 사항 모두 반영
This commit is contained in:
2026-02-27 19:07:27 +09:00
parent 8093cca251
commit 7fc457a384
27 changed files with 320 additions and 3511 deletions

View File

@@ -1,3 +1,3 @@
id,memo,move_speed,max_hp,sight,atk_range,atk_damage,atk_interval_sec,cost,weight,model_path,animation_controller_path
1,기본1,4,75,6,1,10,2,2,1,Assets/Models/PlantWarrior.fbx,Assets/Animations/MonsterAnimationController.controller
1,기본1,4,75,6,1,10,2,2,1,Assets/Models/PlantWarrior_With_Spear.fbx,Assets/Animations/MonsterAnimationController.controller
2,기본2,3.5,50,6,4,15,4,5,0.5,Assets/Models/Rogue.fbx,Assets/Animations/MonsterAnimationController.controller
1 id memo move_speed max_hp sight atk_range atk_damage atk_interval_sec cost weight model_path animation_controller_path
2 1 기본1 4 75 6 1 10 2 2 1 Assets/Models/PlantWarrior.fbx Assets/Models/PlantWarrior_With_Spear.fbx Assets/Animations/MonsterAnimationController.controller
3 2 기본2 3.5 50 6 4 15 4 5 0.5 Assets/Models/Rogue.fbx Assets/Animations/MonsterAnimationController.controller