몬스터 스키마 수정

- 단순 컬럼명 수정
This commit is contained in:
BoyongHwang
2026-01-31 20:55:01 +09:00
parent 64716d0807
commit ca56e195d8
3 changed files with 12 additions and 12 deletions

View File

@@ -3,19 +3,19 @@
"name": "id",
"type": "int",
"condition": null,
"description": "몬스터 고유 ID"
"description": "고유 ID"
},
{
"name": "memo",
"type": "string",
"condition": null,
"description": "메모"
"description": "기획 메모"
},
{
"name": "move_speed",
"type": "float",
"condition": null,
"description": "이동속도"
"description": "이동 속도"
},
{
"name": "max_hp",
@@ -27,7 +27,7 @@
"name": "atk_range",
"type": "int",
"condition": null,
"description": "사정거리"
"description": "사정 거리"
},
{
"name": "atk_damage",