몬스터 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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user