diff --git a/.DS_Store b/.DS_Store index 6ecfe9690..f2b2ade4d 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/Data/outfits/hairstyles_data.json b/Data/outfits/hairstyles_data.json index 548fda497..667e1e319 100644 --- a/Data/outfits/hairstyles_data.json +++ b/Data/outfits/hairstyles_data.json @@ -231,6 +231,13 @@ "description": "A dramatic, sleek style with ultra-long hair swept back into a high, gravity-defying wave.", "price": 2000 }, + { + "id": "kris", + "name": "Springy Pigtails", + "description": "Springy pigtails that somehow defy gravity.", + "price": 2000, + "tags": "johto," + }, { "id": "kurt", "name": "Slicked-Back Straight", @@ -555,6 +562,11 @@ "price": 500, "tags": "default," }, + { + "id": "sonia", + "name": "High Side Pony", + "description": "An elegant ponytail worn to the side that was popularized by a Galarian research assistant." + }, { "id": "SpecialLatias", "name": "Eon Bob", diff --git a/Data/outfits/hats_data.json b/Data/outfits/hats_data.json index 679cff9d3..dfa7bec16 100644 --- a/Data/outfits/hats_data.json +++ b/Data/outfits/hats_data.json @@ -1,4 +1,10 @@ [ + { + "id": "absolhat", + "name": "absolhat", + "price": 5000, + "tags": "pokemon-absol," + }, { "id": "aerodactylSkull", "name": "Aerodactyl Skull", @@ -120,7 +126,8 @@ }, { "id": "bruxishcrown", - "name": "Bruxish Crown", + "name": "Flower Lure", + "description": "A crown ressembling the flower-shaped lure from a Bruxish.", "price": 5000, "tags": "hairclip,headband,pokemon-bruxish," }, @@ -1182,7 +1189,8 @@ }, { "id": "sudowoodohorns", - "name": "Sudowoodo Horns", + "name": "Sudowoodo Horn", + "description": "A branching horn made out of rock that appears to have fallen off a Sudowoodo.", "price": 5000, "tags": "pokemon-bonsly,pokemon-sudowoodo,hairclip,headband," },