mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-18 06:07:34 +00:00
细节优化
This commit is contained in:
parent
9742088ab2
commit
274db7eeba
4 changed files with 22 additions and 8 deletions
|
|
@ -503,8 +503,8 @@ const special = {
|
|||
initial_after_format: (properties) => {
|
||||
delete properties[231], delete properties[232];
|
||||
delete properties[305];
|
||||
const sheerForce = Math.trunc(0.1 * properties[111].final) +
|
||||
Math.trunc(0.3 * properties[121].final);
|
||||
const sheerForce = Math.trunc(properties[111].final * 1 / 10) +
|
||||
Math.trunc(properties[121].final * 3 / 10);
|
||||
properties[19] = {
|
||||
property_name: '贯穿力',
|
||||
property_id: 19,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue