From 85186ac819945ef031c9a565efb4fb1fbea8f2ab Mon Sep 17 00:00:00 2001 From: yeziuku <53083103+yeziuku@users.noreply.github.com> Date: Wed, 11 Dec 2024 20:27:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=95=B0=E5=80=BC=E9=97=AE=E9=A2=98=20(?= =?UTF-8?q?#1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../configs/oshima-studios/oshima.fungame.items.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/OshimaModules/configs/oshima-studios/oshima.fungame.items.json b/OshimaModules/configs/oshima-studios/oshima.fungame.items.json index ef6da96..e04ee66 100644 --- a/OshimaModules/configs/oshima-studios/oshima.fungame.items.json +++ b/OshimaModules/configs/oshima-studios/oshima.fungame.items.json @@ -1335,7 +1335,8 @@ "Effects": [ { "Id": 8020, - "exatk": 0.15 + "mdftype": 0, + "mdfvalue": 0.15 }, { "Id": 8022, @@ -1343,11 +1344,11 @@ }, { "Id": 8011, - "excdr": 0.1 + "excdr": 0.15 } ] } ] } } -} \ No newline at end of file +}