feat: remove stamina as a game mechanic
authorxangelo <me@xangelo.ca>
Thu, 16 Jan 2025 04:41:33 +0000 (23:41 -0500)
committerxangelo <me@xangelo.ca>
Thu, 16 Jan 2025 04:41:33 +0000 (23:41 -0500)
commit64f2ae3ba1898cfc1268d0393195e8187c54fe98
treed84b2bfe9da34025eacf867b46e17b55bed9a90f
parent1db9168d01a4aa96376d7ce45db20fd20cbbcfbd
feat: remove stamina as a game mechanic

after play-testing, its come up that the stamina mechanic is just confusing players.

it is called "vigor", which most games don't use, It regens too quicklt to actually
slow user actions down. The whole game is an active pbbg, so restricting actions
that the player has to manually do is just not fun.
migrations/20250115194051_remove_stamina.ts [new file with mode: 0644]
src/server/fight.ts
src/server/player.ts
src/server/routes/locations/dungeon.ts
src/server/routes/locations/healer.ts
src/server/routes/profile.ts
src/server/views/player-bar.ts
src/server/views/profile.ts
src/shared/player.ts