타워 데이터 추가

- 타워 데이터 스키마 추가
- 더미 데이터 2종 추가
ㄴ id 1 : 타워
ㄴ id 2 : 벽
This commit is contained in:
BoyongHwang
2026-01-31 20:53:52 +09:00
parent 45bbf5fe75
commit 0d2ba631d0
9 changed files with 184 additions and 0 deletions

3
GameData/Tower.csv Normal file
View File

@@ -0,0 +1,3 @@
id,memo,mana,manpower,size_x,size_y,max_hp,atk_range,atk_damage,atk_interval_sec,prefab_path
1,타워,25,10,3,3,50,10,5,2,Assets/Prefabs/TowerArrow
2,,5,5,1,1,30,0,0,0,Assets/Prefabs/Wall
1 id memo mana manpower size_x size_y max_hp atk_range atk_damage atk_interval_sec prefab_path
2 1 타워 25 10 3 3 50 10 5 2 Assets/Prefabs/TowerArrow
3 2 5 5 1 1 30 0 0 0 Assets/Prefabs/Wall