From 6cb357c5a8e5b6b0adfd0a67b91ca27b88541500 Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Sun, 29 Dec 2024 12:44:16 +0800 Subject: [PATCH] =?UTF-8?q?refactor(config):=20=E8=B0=83=E6=95=B4=E5=AE=A0?= =?UTF-8?q?=E7=89=A9=E5=B1=9E=E6=80=A7=E7=B1=BB=E5=9E=8B=E5=92=8C=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将宠物属性的值从 75 修改为 10000 - 将宠物属性的类型从 10000 修改为 75 --- configs/lootPetConfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/lootPetConfig.json b/configs/lootPetConfig.json index ac3b79a..40c9f78 100644 --- a/configs/lootPetConfig.json +++ b/configs/lootPetConfig.json @@ -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": "黄金宸龙" } } } \ No newline at end of file