|
|
@ -58,7 +58,7 @@ export const callPlayerAttribute = (player: Player, rA: any) => { |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
export const callReducPercent = (def) => { |
|
|
|
export const callReducPercent = (def) => { |
|
|
|
return def / (200 + 1.1111 * def); |
|
|
|
return def / (200 + 1.05263 * def); |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|