18 lines
250 B
JSON
18 lines
250 B
JSON
[
|
|
{
|
|
"name": "森林哥布林",
|
|
"health": 30,
|
|
"attack": 10,
|
|
"defense": 5,
|
|
"xp": 25,
|
|
"dropId": 1
|
|
},
|
|
{
|
|
"name": "愤怒的野猪",
|
|
"health": 45,
|
|
"attack": 15,
|
|
"defense": 5,
|
|
"xp": 40,
|
|
"dropId": 2
|
|
}
|
|
] |