From b6ad89a12ccbfb8517136146376c79d38c5610c5 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 23 Jan 2025 11:50:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(configs):=20=E6=8F=90=E5=8D=87=E7=A5=9E?= =?UTF-8?q?=E7=BD=9A=E6=AD=A6=E5=99=A8=E7=9A=84=E6=94=BB=E5=87=BB=E9=80=9F?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将神罚武器的攻击速度从 10000 提高到 20000 - 此修改将显著提升神罚武器的输出能力 --- configs/StdItems.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/StdItems.json b/configs/StdItems.json index dc803a3..a9cd6be 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -33462,7 +33462,7 @@ "shape": 0, "showQuality": 5, "staitcAttrs": [ - { "type": 75, "value": 10000 }, + { "type": 75, "value": 20000 }, { "type": 116, "value": 100 }, { "type": 19, "value": 99 }, { "type": 17, "value": 99 },