플레이어 스키마 json 누락
- 누락된 데이터 추가
This commit is contained in:
68
GameData/.Player_schema.json
Normal file
68
GameData/.Player_schema.json
Normal file
@@ -0,0 +1,68 @@
|
||||
[
|
||||
{
|
||||
"name": "id",
|
||||
"type": "int",
|
||||
"condition": null,
|
||||
"description": "고유 ID"
|
||||
},
|
||||
{
|
||||
"name": "memo",
|
||||
"type": "string",
|
||||
"condition": null,
|
||||
"description": "기획 메모"
|
||||
},
|
||||
{
|
||||
"name": "move_speed",
|
||||
"type": "float",
|
||||
"condition": null,
|
||||
"description": "이동 속도"
|
||||
},
|
||||
{
|
||||
"name": "vision_radius",
|
||||
"type": "float",
|
||||
"condition": null,
|
||||
"description": "시야 반경"
|
||||
},
|
||||
{
|
||||
"name": "capacity",
|
||||
"type": "int",
|
||||
"condition": null,
|
||||
"description": "운반 용량"
|
||||
},
|
||||
{
|
||||
"name": "manpower",
|
||||
"type": "float",
|
||||
"condition": null,
|
||||
"description": "생산 노동량"
|
||||
},
|
||||
{
|
||||
"name": "max_hp",
|
||||
"type": "int",
|
||||
"condition": null,
|
||||
"description": "체력"
|
||||
},
|
||||
{
|
||||
"name": "atk_range",
|
||||
"type": "int",
|
||||
"condition": null,
|
||||
"description": "사정거리"
|
||||
},
|
||||
{
|
||||
"name": "atk_damage",
|
||||
"type": "int",
|
||||
"condition": null,
|
||||
"description": "데미지"
|
||||
},
|
||||
{
|
||||
"name": "atk_interval_sec",
|
||||
"type": "float",
|
||||
"condition": null,
|
||||
"description": "공격 주기"
|
||||
},
|
||||
{
|
||||
"name": "prefab_path",
|
||||
"type": "string",
|
||||
"condition": null,
|
||||
"description": "프리팹/리소스 경로"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user