데이터파이프라인 타워 부분 개선
This commit is contained in:
@@ -35,6 +35,12 @@
|
||||
"condition": null,
|
||||
"description": "Y 그리드 차지 공간"
|
||||
},
|
||||
{
|
||||
"name": "size_z",
|
||||
"type": "int",
|
||||
"condition": null,
|
||||
"description": "Z 차지 공간"
|
||||
},
|
||||
{
|
||||
"name": "max_hp",
|
||||
"type": "int",
|
||||
@@ -60,9 +66,9 @@
|
||||
"description": "공격 주기"
|
||||
},
|
||||
{
|
||||
"name": "prefab_path",
|
||||
"name": "model_path",
|
||||
"type": "string",
|
||||
"condition": null,
|
||||
"description": "프리팹/리소스 경로"
|
||||
"description": "모델 경로"
|
||||
}
|
||||
]
|
||||
@@ -1,3 +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
|
||||
id,memo,mana,manpower,size_x,size_y,size_z,max_hp,atk_range,atk_damage,atk_interval_sec,model_path
|
||||
1,타워,25,10,3,3,3,50,10,5,2,Assets/Models/building_tower_B_blue.fbx
|
||||
2,벽,5,5,2,2,1,30,0,0,0,Assets/Models/wall_straight.fbx
|
||||
|
||||
|
Reference in New Issue
Block a user