There was an error while loading. Please reload this page.
2 parents 4dd8479 + 8c70979 commit e4ee935Copy full SHA for e4ee935
1 file changed
packages/web/src/component/game.ts
@@ -161,7 +161,7 @@ export class Weapon implements Entity {
161
this.bulletSpeed = 10;
162
this.reloadFrame = 10;
163
this.bulletsLeft = 3;
164
- this.requiredStamina = 20;
+ this.requiredStamina = 25;
165
}
166
167
@@ -391,7 +391,7 @@ class WalkToAction implements FighterAction {
391
392
destination: Vector2;
393
394
- requiredStamina = 0.5;
+ requiredStamina = 0.7;
395
396
constructor(fighter: Fighter, destination: Vector2) {
397
this.actor = fighter;
0 commit comments