[ { "name": "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": "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": "cost", "type": "int", "condition": null, "description": "몬스터 난이도 점수" }, { "name": "weight", "type": "float", "condition": null, "description": "등장 가중치" }, { "name": "model_path", "type": "string", "condition": null, "description": "사용할 모델의 경로" }, { "name": "animation_controller_path", "type": "string", "condition": null, "description": "사용할 애니메이션 컨트롤러의 경로" } ]