Update Adding new vanity items authored by Jacob Oister's avatar Jacob Oister
### Below are the steps to adding a new vanity item:
1. The sprite png must be created and added to the correct vanity type folder in [ui-data](https://gitlab.engr.ship.edu/merlin/freshmanrpgsuite/-/tree/main/FreshmanRPG/GameClient-desktop/ui-data) (i.e. a hat would be added to the "hats" folder)
1. The sprite png must be created and added to the correct vanity type folder in [ui-data](https://gitlab.engr.ship.edu/merlin/freshmanrpgsuite/-/tree/main/FreshmanRPG/GameClient-desktop/src/main/resources/ui-data) (i.e. a hat would be added to the "hats" folder)
2. A vanity item consists of several pieces of information:
- ID - an identifying number, but the database
provides this for new items so it is not something you have to give
......
......