플레이어 데이터 수정 및 새로 뽑힌 asset 파일 추가

- 플레이어 디폴트 값 수정
- tower 값 수정 누락된것 추가
- asset 새로 뽑힌거 일단 추가
This commit is contained in:
BoyongHwang
2026-02-01 12:25:48 +09:00
parent 3ae37d4126
commit 41f5a141d2
3 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ MonoBehaviour:
icon: {fileID: 0} icon: {fileID: 0}
width: 3 width: 3
length: 3 length: 3
height: 4 height: 3
placementOffset: {x: 0, y: 0, z: 0} placementOffset: {x: 0, y: 0, z: 0}
allowRotation: 1 allowRotation: 1
requiredWorkAmount: 10 requiredWorkAmount: 10

View File

@@ -16,8 +16,8 @@ MonoBehaviour:
prefab: {fileID: 3671057791414486316, guid: ae9a9b515e1792a45887f0d967b943d6, type: 3} prefab: {fileID: 3671057791414486316, guid: ae9a9b515e1792a45887f0d967b943d6, type: 3}
icon: {fileID: 0} icon: {fileID: 0}
width: 2 width: 2
length: 1 length: 2
height: 4 height: 1
placementOffset: {x: 0, y: 0, z: 0} placementOffset: {x: 0, y: 0, z: 0}
allowRotation: 1 allowRotation: 1
requiredWorkAmount: 5 requiredWorkAmount: 5

View File

@@ -1,2 +1,2 @@
id,memo,move_speed,vision_radius,capacity,manpower,max_hp,atk_range,atk_damage,atk_interval_sec,prefab_path id,memo,move_speed,vision_radius,capacity,manpower,max_hp,atk_range,atk_damage,atk_interval_sec,prefab_path
1,,10,20,100,10,100,6,200,1,Assets/Prefabs/Player/Player 1,,5,10,50,10,100,3,100,1,Assets/Prefabs/Player/Player
1 id memo move_speed vision_radius capacity manpower max_hp atk_range atk_damage atk_interval_sec prefab_path
2 1 10 5 20 10 100 50 10 100 6 3 200 100 1 Assets/Prefabs/Player/Player