크립 스펙 수정 및 크립 2 추가

This commit is contained in:
BoyongHwang
2026-02-25 17:43:25 +09:00
parent 979f2402c7
commit d79f6c6218
10 changed files with 2265 additions and 8 deletions

View File

@@ -1,2 +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,100,6,3,15,1.5,1,1,Assets/Models/PlantWarrior.fbx,Assets/Animations/MonsterAnimationController.controller
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 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 100 75 6 3 15 10 1.5 2 1 2 1 Assets/Models/PlantWarrior.fbx Assets/Animations/MonsterAnimationController.controller
3 2 기본2 4.5 100 6 5 15 4 5 0.5 Assets/Models/Rogue.fbx Assets/Animations/MonsterAnimationController.controller