몬스터 및 몬스터 스킬 json 변경

This commit is contained in:
Mingu Kim
2025-02-27 16:32:19 +09:00
parent 10f905d210
commit d01e10f969
2 changed files with 118 additions and 45 deletions

View File

@@ -1,18 +1,16 @@
[
{
"skillId": 0,
"skillName": "IceBlast",
"damage": 50,
"cooldown": 5,
"range": 5,
"prefabName": "IceBlast"
"skillName": null,
"damage": 0,
"cooldown": 0,
"range": 0
},
{
"skillId": 1,
"skillName": "SmallFire",
"damage": 50,
"cooldown": 5,
"range": 5,
"prefabName": "smallFire"
"skillName": "DragonBreath",
"damage": 1.5,
"cooldown": 10,
"range": 5
}
]