Update Adding new vanity items authored by Jake Harrington's avatar Jake Harrington
...@@ -2,7 +2,7 @@ Below are the steps to adding a new vanity item: ...@@ -2,7 +2,7 @@ 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/ui-data) (i.e. a hat would be added to the "hats" folder)
2. A vanity item consists of several pieces of information: 2. A vanity item consists of several pieces of information:
- ID - an identifying number, but the database - ID - an identifying number, but the database
-provides this for new items so it is not something you have to give provides this for new items so it is not something you have to give
- name - the name of the vanity item - name - the name of the vanity item
- description - short explanation of what the vanity item looks like - description - short explanation of what the vanity item looks like
- textureName - name of the sprite png (from above step, without “.png”) - textureName - name of the sprite png (from above step, without “.png”)
... ...
......