캐릭터 기본 공격 영역 로직 적용

This commit is contained in:
aube.lee
2025-02-07 00:15:45 +09:00
parent a3464300e4
commit be1bd906af
8 changed files with 236 additions and 12 deletions

View File

@@ -2,15 +2,14 @@
"items": [
{
"id": 0,
"type": "b",
"name": "blac",
"type": "w",
"name": "white",
"level": 1,
"experience": 0,
"hp": 100,
"mp": 100,
"attackPower": 50,
"defensivePower": 30,
"speed": 100,
"critical": 30
}
]