Files
Northbound/GameData/.Tower_schema.json
BoyongHwang b86e087d03 게임 데이터 수정
- Player, Tower, Monster, Creep에 Sight 컬럼 추가 (player는 visionRadius 대응 필요)
- Tower 레벨 컬럼 및 더미 데이터 추가
- 시야 전용 건물 Torch fbx 추가
2026-02-22 15:28:00 +09:00

104 lines
2.0 KiB
JSON

[
{
"name": "id",
"type": "int",
"condition": null,
"description": "고유 ID"
},
{
"name": "memo",
"type": "string",
"condition": null,
"description": "기획 메모"
},
{
"name": "building_name",
"type": "string",
"condition": null,
"description": "건물 이름"
},
{
"name": "level",
"type": "int",
"condition": null,
"description": "타워 레벨"
},
{
"name": "upgrade_to",
"type": "int",
"condition": null,
"description": "레벨업 시 변경될 타워 ID 입력"
},
{
"name": "tower_type",
"type": "string",
"condition": null,
"description": "업그레이드 분류용 타워 종류\\n • attack\\n • defense\\n • special\\n • sight"
},
{
"name": "mana",
"type": "int",
"condition": null,
"description": "건설 비용"
},
{
"name": "manpower",
"type": "float",
"condition": null,
"description": "건설 노동량"
},
{
"name": "size_x",
"type": "int",
"condition": null,
"description": "X 그리드 차지 공간"
},
{
"name": "size_y",
"type": "int",
"condition": null,
"description": "Y 그리드 차지 공간"
},
{
"name": "size_z",
"type": "int",
"condition": null,
"description": "Z 차지 공간"
},
{
"name": "max_hp",
"type": "int",
"condition": null,
"description": "체력"
},
{
"name": "sight",
"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": "model_path",
"type": "string",
"condition": null,
"description": "프리팹/리소스 경로"
}
]