From c3b501dc285af87c292b621ac0ae2ed89175011c Mon Sep 17 00:00:00 2001 From: chardub Date: Mon, 24 Feb 2025 20:08:22 -0500 Subject: [PATCH] cc data --- .DS_Store | Bin 14340 -> 14340 bytes Data/outfits/hairstyles_data.json | 12 ++++++++++++ Data/outfits/hats_data.json | 12 ++++++++++-- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.DS_Store b/.DS_Store index 6ecfe96902dca702138d4bed328a06bea0a56c07..f2b2ade4d09bd842a0b0742de65fbc0624d0cf2e 100644 GIT binary patch delta 12 TcmZoEXepSmhLK_8+Hi9KBMt=; delta 12 TcmZoEXepSmhLLgO+Hi9KBNGJ^ 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," },