feat: min level for all locations
authorxangelo <me@xangelo.ca>
Fri, 29 Sep 2023 14:31:19 +0000 (10:31 -0400)
committerxangelo <me@xangelo.ca>
Fri, 29 Sep 2023 14:31:19 +0000 (10:31 -0400)
commit2be01609a627d3db6fc39ff63f46b70016abbc43
treef7ae01d33a883fc38247506489bea5252439bfa3
parent43f0bc31d6a0c2974891840f7ba10efa77c2e520
feat: min level for all locations

All locations default to a min level of 1, so they're always visible.
but some things (stores, dungeons) can have a higher level where they
will not be visible until the player meets the requirement.
seeds/cities.ts
src/server/api.ts
src/server/fight.ts
src/server/map.ts