This issue is about implementing the v1 of the item system. The requirements for it are already in the documentation directory. - [x] finish the item specification - [x] finish the effects specification - [x] implement the basic item class - [x] implement the data registry - [x] load a config file into an item registry - [x] implement a basic shop - [ ] implement the item effects - [x] implement passive effects - [x] implement active effects - [ ] handle synchronization of the item data with the clients - [x] sync the map manifest data with the clients - [ ] send missing data files to client when requested - [x] find a way to cache the item data
This issue is about implementing the v1 of the item system.
The requirements for it are already in the documentation directory.