Files
Northbound/GameData/.MonsterMaster_schema.json
BoyongHwang 4289055255 Notion에서 GameData 불러와 추가
- 부모 페이지 ID 변경 (sync_from_notion)
- 몬스터, 웨이브 데이터 파일 csv, josn, meta, cs 파일 추가
2026-01-29 23:34:56 +09:00

50 lines
903 B
JSON

[
{
"name": "monster_id",
"type": "int",
"condition": null,
"description": "몬스터 고유 ID"
},
{
"name": "memo",
"type": "string",
"condition": null,
"description": "메모"
},
{
"name": "move_speed",
"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": "프리팹/리소스 경로"
}
]