From f6ac31bbaa3eaa395c66d21c863791adb1d17016 Mon Sep 17 00:00:00 2001 From: mengyxu Date: Mon, 12 May 2025 10:36:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E9=AB=98=E9=98=B2=E5=BE=A1=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E7=9A=84=E4=BC=A4=E5=AE=B3=E5=87=8F=E5=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tool/caller/attribute.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tool/caller/attribute.ts b/src/tool/caller/attribute.ts index 01bb8a1..ff88c4c 100644 --- a/src/tool/caller/attribute.ts +++ b/src/tool/caller/attribute.ts @@ -58,7 +58,7 @@ export const callPlayerAttribute = (player: Player, rA: any) => { }; export const callReducPercent = (def) => { - return def / (200 + 1.1111 * def); + return def / (200 + 1.05263 * def); }; /**