Update Adding new vanity items authored by Jacob Oister's avatar Jacob Oister
...@@ -7,7 +7,7 @@ provides this for new items so it is not something you have to give ...@@ -7,7 +7,7 @@ provides this for new items so it is not something you have to give
- 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”)
- type - the type of vanity item (eyes, hat, shirt, etc., all types can be found in [VanityType.java](https://gitlab.engr.ship.edu/merlin/freshmanrpgsuite/-/blob/main/FreshmanRPG/GameShared/src/main/java/datatypes/VanityType.java)) - type - the type of vanity item (eyes, hat, shirt, etc., all types can be found in [VanityType.java](https://gitlab.engr.ship.edu/merlin/freshmanrpgsuite/-/blob/main/FreshmanRPG/GameShared/src/main/java/datatypes/VanityType.java))
3. For use with testing, this information can be added to [VanityForTest.java](https://gitlab.engr.ship.edu/merlin/freshmanrpgsuite/-/blob/main/FreshmanRPG/GameShared/src/main/java/datatypes/VanityForTest.java), and when the database is rebuilt it will be added to the VanityItems table on the database. 3. For use with testing, this information can be added to [VanityItemsForTest.java](https://gitlab.engr.ship.edu/merlin/freshmanrpgsuite/-/blob/main/FreshmanRPG/GameShared/src/test/java/datatypes/VanityItemsForTest.java), and when the database is rebuilt it will be added to the VanityItems table on the database.
## Extras ## Extras
### Add vanity item as a default ### Add vanity item as a default
... ...
......