monsters now appear at certain times
authorxangelo <git@xangelo.ca>
Thu, 29 Jun 2023 16:43:26 +0000 (12:43 -0400)
committerxangelo <git@xangelo.ca>
Thu, 29 Jun 2023 16:49:30 +0000 (12:49 -0400)
commit45c590f2d0a03fbb960591df581ce5332129fc71
treeab21395157dc60f00e3d4a1e8c4fd671f8cb1f27
parentf85442ee6f3ea2388d3d6d25c34fc03b882215a6
monsters now appear at certain times

Monsters can appear during any time period and also the `any` period.

When we search for monsters, it defaults to looking to any monsters that
are available in `any` period and the current time period (server-side).
This is configurable (for example if we are in a cave we might want to
force night monsters) by the caller.
migrations/20230629144435_monster-times.ts [new file with mode: 0644]
public/assets/bundle.js
seeds/monsters.ts
src/server/monster.ts
src/shared/monsters.ts
src/shared/time.ts