feat: purchasable items from the store
authorxangelo <me@xangelo.ca>
Thu, 3 Aug 2023 13:17:20 +0000 (09:17 -0400)
committerxangelo <me@xangelo.ca>
Thu, 3 Aug 2023 13:17:20 +0000 (09:17 -0400)
commit4d8b8b12a1070e307d4243b5473607859edb048d
tree31b31beb8beaa060aedb5ec7d329d7258dc0bed7
parent68d481ad18c4740a04ecc2637512b1e2a8ed6943
feat: purchasable items from the store

Health potions are now available from the Magehop! This also introduces
a cool new feature where we're actually moving off socket-binding to
http so that we're tracking less state on the server.
migrations/20230802173517_shop_equipment.ts
migrations/20230802174902_items-in-shop.ts [new file with mode: 0644]
public/assets/bundle.js
seeds/shop_items.ts
src/client/http.ts
src/client/index.ts
src/events/stores/server.ts
src/server/api.ts
src/server/items.ts
src/shared/items/index.ts