크립 사거리 스펙 수정

- 일반 사거리 1
- 원거리 사거리 4
This commit is contained in:
BoyongHwang
2026-02-25 21:11:04 +09:00
parent a27a59d176
commit 1c77c5d9cd
5 changed files with 7 additions and 13 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,5,75,6,3,10,2,2,1,Assets/Models/PlantWarrior.fbx,Assets/Animations/MonsterAnimationController.controller
2,기본2,4.5,100,6,5,15,4,5,0.5,Assets/Models/Rogue.fbx,Assets/Animations/MonsterAnimationController.controller
1,기본1,5,75,6,1,10,2,2,1,Assets/Models/PlantWarrior.fbx,Assets/Animations/MonsterAnimationController.controller
2,기본2,4.5,100,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 5 75 6 3 1 10 2 2 1 Assets/Models/PlantWarrior.fbx Assets/Animations/MonsterAnimationController.controller
3 2 기본2 4.5 100 6 5 4 15 4 5 0.5 Assets/Models/Rogue.fbx Assets/Animations/MonsterAnimationController.controller