몬스터 Hit 애니메이션 추가 및 몬스터 HP 바 추가
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d92f0de2a85e2ad43b438f0291dd2a01
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user