Files
Northbound/GameData/.Upgrade_schema.json
BoyongHwang 770512fb72 업그레이드 데이터 추가
- 스키마 json, cs 추가
- 더미 csv 데이터 추가
2026-02-22 15:31:14 +09:00

68 lines
1.5 KiB
JSON

[
{
"name": "id",
"type": "int",
"condition": null,
"description": "고유 ID"
},
{
"name": "memo",
"type": "string",
"condition": null,
"description": "기획용 메모"
},
{
"name": "upgrade_category",
"type": "string",
"condition": null,
"description": "업그레이드 타입\\n • combat\\n • harvest\\n • building\\n • scout"
},
{
"name": "upgrade_target",
"type": "string",
"condition": null,
"description": "업그레이드 대상\\n • person\\n • share"
},
{
"name": "upgrade_shop",
"type": "string",
"condition": null,
"description": "건물 구분\\n • core\\n • barrack"
},
{
"name": "mana",
"type": "int",
"condition": null,
"description": "건설 비용\\n(mana=20)(mana=50; iron=10)"
},
{
"name": "require_upgrade_id",
"type": "list:int",
"condition": null,
"description": "선행 조건 ID (목록)"
},
{
"name": "effect_stat_list",
"type": "list:string",
"condition": null,
"description": "효과 타입 목록\\n • player_movespeed\\n • player_sight\\n • …"
},
{
"name": "effect_op_list",
"type": "list:string",
"condition": null,
"description": "계산식 목록\\n • add\\n • mul\\n • set"
},
{
"name": "effect_value_list",
"type": "list:float",
"condition": null,
"description": "효과 수치 목록"
},
{
"name": "sort_order",
"type": "int",
"condition": null,
"description": "UI 정렬 값"
}
]