[Handbook]: Add Skins, Jobs, Genders. Remove a few invalid "Pet" entries. (#285) #patch

* removed a few per entries that aren't in game, added Skin, Job, and Gender to handbook

* adjusted skin color + added to enum for db saves

* change skin names based on character creator's names for them.
This commit is contained in:
Lotus
2025-03-22 04:08:05 -07:00
committed by GitHub
parent bb16165c51
commit 76e114c9f2
7 changed files with 87 additions and 10 deletions

View File

@@ -267,7 +267,7 @@ public class Character extends AbstractCharacterObject {
private final Pet[] pets = new Pet[3];
private PlayerShop playerShop = null;
private Shop shop = null;
private SkinColor skinColor = SkinColor.NORMAL;
private SkinColor skinColor = SkinColor.LIGHT;
private Storage storage = null;
private Trade trade = null;
private MonsterBook monsterbook;