This commit is contained in:
2025-09-25 10:06:37 +08:00
parent df57f3c5ec
commit 1153923fe6
5 changed files with 280 additions and 6 deletions

View File

@@ -0,0 +1,41 @@
{
"name": "小怪联盟",
"icon": "1_1eb8i",
"description": "一个基础的对战场景,适合新手来训练\n敌方出战宠物\n烈焰鸟x1大懒虫x1小懒虫x1",
"enemy": {
"烈焰鸟": {
"pet_name": "树萌芽の烈焰鸟",
"pet_id": "0001",
"pet_type": "烈焰鸟",
"pet_level": 1,
"max_health": 300,
"max_shield": 150,
"max_armor": 120,
"left_weapon": "",
"right_weapon": ""
},
"大懒虫": {
"pet_name": "树萌芽の大懒虫",
"pet_id": "0002",
"pet_type": "大懒虫",
"pet_level": 1,
"max_health": 200,
"max_shield": 100,
"max_armor": 80,
"left_weapon": "",
"right_weapon": ""
},
"小懒虫": {
"pet_name": "树萌芽の小懒虫",
"pet_id": "0003",
"pet_type": "小懒虫",
"pet_level": 1,
"max_health": 100,
"max_shield": 50,
"max_armor": 40,
"left_weapon": "",
"right_weapon": ""
}
}
}