refactor(config): 调整宠物属性类型和值

- 将宠物属性的值从 75 修改为 10000
- 将宠物属性的类型从 10000 修改为 75
This commit is contained in:
2024-12-29 12:44:16 +08:00
parent 36c1a1200b
commit 6cb357c5a8

View File

@@ -411,8 +411,8 @@
"21": {
"attr": [
{
"value": 75,
"type": 10000
"value": 10000,
"type": 75
}
],
"type": 5,
@@ -422,7 +422,7 @@
"PetStr": "自动拾取范围7*7",
"nDropPetLootDistance": 4,
"icon": "pet002",
"PetName": "小龍靈"
"PetName": "黄金宸龙"
}
}
}