Browse Source

调高防御提供的伤害减免

v1.0
许孟阳 2 weeks ago
parent
commit
f6ac31bbaa
  1. 2
      src/tool/caller/attribute.ts

2
src/tool/caller/attribute.ts

@ -58,7 +58,7 @@ export const callPlayerAttribute = (player: Player, rA: any) => { @@ -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);
};
/**

Loading…
Cancel
Save