remove shield. adjust natoins

This commit is contained in:
1brucben
2025-06-02 18:08:42 +02:00
parent 526b2f7f3f
commit a83d0cd4ac
2 changed files with 24 additions and 30 deletions
+2 -2
View File
@@ -54,8 +54,8 @@ export class FakeHumanExecution implements Execution {
);
this.attackRate = this.random.nextInt(40, 80);
this.attackTick = this.random.nextInt(0, this.attackRate);
this.triggerRatio = this.random.nextInt(60, 90) / 100;
this.reserveRatio = this.random.nextInt(30, 60) / 100;
this.triggerRatio = this.random.nextInt(70, 90) / 100;
this.reserveRatio = this.random.nextInt(50, 60) / 100;
this.heckleEmoji = ["🤡", "😡"].map((e) => flattenedEmojiTable.indexOf(e));
}