몬스터 json 로드를 위한 코드 추가
This commit is contained in:
44
Gameton-06/Assets/Gameton/Resources/GameData/monster.json
Normal file
44
Gameton-06/Assets/Gameton/Resources/GameData/monster.json
Normal file
@@ -0,0 +1,44 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"name": "blueDragon",
|
||||
"level": 1,
|
||||
"hp": 10,
|
||||
"attackPower": 35,
|
||||
"defencePower": 36,
|
||||
"monsterSkillID": "S001",
|
||||
"patrolRange": 1,
|
||||
"detectionRange": 1,
|
||||
"chaseRange": 1,
|
||||
"moveSpeed": 1,
|
||||
"attackRange": 1
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "greenDragon",
|
||||
"level": 1,
|
||||
"hp": 10,
|
||||
"attackPower": 35,
|
||||
"defencePower": 36,
|
||||
"monsterSkillID": "S001",
|
||||
"patrolRange": 1,
|
||||
"detectionRange": 1,
|
||||
"chaseRange": 1,
|
||||
"moveSpeed": 1,
|
||||
"attackRange": 1
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "redDragon",
|
||||
"level": 1,
|
||||
"hp": 10,
|
||||
"attackPower": 35,
|
||||
"defencePower": 36,
|
||||
"monsterSkillID": "S001",
|
||||
"patrolRange": 1,
|
||||
"detectionRange": 1,
|
||||
"chaseRange": 1,
|
||||
"moveSpeed": 1,
|
||||
"attackRange": 1
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user