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 +}