support weapons/spells and dual-weilding
authorxangelo <git@xangelo.ca>
Fri, 2 Jun 2023 09:31:25 +0000 (05:31 -0400)
committerxangelo <git@xangelo.ca>
Fri, 2 Jun 2023 09:31:25 +0000 (05:31 -0400)
commit6cd04804b207125abb374d4f952b1800c8389edd
treea78cae7dd013fcfb91c62b3c1f46882aab11e7e3
parent837740fe8390f38fef1467601495a13acfa7f5bb
support weapons/spells and dual-weilding

This allows you to equipment items to either hand and adds support for
two-handed weapons. This also includes the initial pass at spells which
can be equipped to either hand.
data/inventory.csv
migrations/20230602082620_equipment-slots.ts [new file with mode: 0644]
public/assets/bundle.js
seeds/shop_items.ts
src/client/index.ts
src/server/api.ts
src/server/equipment.ts
src/server/error.ts [new file with mode: 0644]
src/server/inventory.ts
src/shared/inventory.ts