fanren/config/enemy_data.json
2025-12-15 23:02:21 +08:00

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
}
]