몬스터 Hit 애니메이션 추가 및 몬스터 HP 바 추가

This commit is contained in:
Mingu Kim
2025-02-15 02:15:59 +09:00
parent 5c16ce7fa2
commit d59faab87d
64 changed files with 5555 additions and 3802 deletions

View File

@@ -0,0 +1,18 @@
[
{
"skillId": "001",
"skillName": "얼음 공격",
"damage": 50,
"cooldown": 5,
"range": 5,
"animationName": "IceBlast"
},
{
"skillId": "002",
"skillName": "화염구",
"damage": 50,
"cooldown": 5,
"range": 5,
"animationName": "SmallFire"
}
]

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: d92f0de2a85e2ad43b438f0291dd2a01
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -6,7 +6,7 @@
"hp": 10,
"attackPower": 35,
"defencePower": 36,
"monsterSkillID": "S001",
"monsterSkillID": "001",
"patrolRange": 1,
"detectionRange": 1,
"chaseRange": 1,
@@ -20,7 +20,7 @@
"hp": 10,
"attackPower": 35,
"defencePower": 36,
"monsterSkillID": "S001",
"monsterSkillID": "001",
"patrolRange": 1,
"detectionRange": 1,
"chaseRange": 1,
@@ -34,7 +34,7 @@
"hp": 10,
"attackPower": 35,
"defencePower": 36,
"monsterSkillID": "S001",
"monsterSkillID": "001",
"patrolRange": 1,
"detectionRange": 1,
"chaseRange": 1,