mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-18 22:42:46 +00:00
remove shield. adjust natoins
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user