large equipment modification to support integer ids for shop items
authorxangelo <git@xangelo.ca>
Fri, 16 Jun 2023 18:00:55 +0000 (14:00 -0400)
committerxangelo <git@xangelo.ca>
Fri, 16 Jun 2023 18:01:34 +0000 (14:01 -0400)
commit700898b7dbaa98761ac1a9aeee86540769fce888
tree6e49e03e1615a4ceca1ac32bbca8a018b6e39872
parenta68748f03d5d649601595a043e8aa418e5fc7587
large equipment modification to support integer ids for shop items

For now we only support being able to buy items from the stores..
eventually you'll be able to craft stuff and probably get custom item
drops.

We also support inventory being created via airtable
migrations/20230616170746_shop_item_int_ids.ts [new file with mode: 0644]
seeds/shop_items.ts
src/events/windcross-events/server.ts
src/server/api.ts
src/server/equipment.ts
src/server/inventory.ts
src/server/shopItem.ts
src/shared/equipped.ts
src/shared/inventory.ts