wip: support spells
authorxangelo <git@xangelo.ca>
Thu, 1 Jun 2023 20:35:36 +0000 (16:35 -0400)
committerxangelo <git@xangelo.ca>
Thu, 1 Jun 2023 20:35:36 +0000 (16:35 -0400)
commit466278dd1909d14cc2135f71d22cf2378b5e40b1
tree5fdd21e6dd5d69fd2fb01ac0a9c433c1c8eb6be5
parent1a9601087b06d45bd1908cf492bbf499b217265b
wip: support spells

Right now its using the existing item system and just added a new type.

Will definitely need to make it so that you can't equip spells AND
swords at the same time.
data/inventory.csv
public/assets/bundle.js
seeds/locations.ts
src/client/index.ts
src/server/api.ts
src/shared/inventory.ts