Skip to content

Commit e4ee935

Browse files
Merge pull request #76 from ut-code/fix/gameBalance
2 parents 4dd8479 + 8c70979 commit e4ee935

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/web/src/component/game.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export class Weapon implements Entity {
161161
this.bulletSpeed = 10;
162162
this.reloadFrame = 10;
163163
this.bulletsLeft = 3;
164-
this.requiredStamina = 20;
164+
this.requiredStamina = 25;
165165
}
166166
}
167167

@@ -391,7 +391,7 @@ class WalkToAction implements FighterAction {
391391

392392
destination: Vector2;
393393

394-
requiredStamina = 0.5;
394+
requiredStamina = 0.7;
395395

396396
constructor(fighter: Fighter, destination: Vector2) {
397397
this.actor = fighter;

0 commit comments

Comments
 (0)