260225 플레이 테스트 이후 밸런스 수정

- 타워 비용 증가
- 유닛 속도 감소
- 플레이어 캐퍼시티 감소
This commit is contained in:
BoyongHwang
2026-02-25 23:28:03 +09:00
parent b3a9823f49
commit a979013b73
32 changed files with 116 additions and 67 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,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,기본1,4,75,6,1,10,2,2,1,Assets/Models/PlantWarrior.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 5 4 75 6 1 10 2 2 1 Assets/Models/PlantWarrior.fbx Assets/Animations/MonsterAnimationController.controller
3 2 기본2 4.5 3.5 100 50 6 4 15 4 5 0.5 Assets/Models/Rogue.fbx Assets/Animations/MonsterAnimationController.controller