Adds new clothes & hats

This commit is contained in:
chardub
2026-03-04 14:55:41 -05:00
parent bb8013b951
commit ed32d46a1d
67 changed files with 24617 additions and 86 deletions

BIN
Data/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -244,7 +244,7 @@
"description": "A sleeveless dress adorned with a vibrant floral pattern.",
"obtainable": "yes",
"price": 3500,
"storelocation": "celadon",
"storelocation": "celadon, rustboro",
"notes": "city-exclusive outfit"
},
{
@@ -365,6 +365,7 @@
{
"id": "iceoutfit",
"name": "Ice Outfit",
"description": "A cool winter gear with a chill vibe that captures the essence of ice-type Pokemon.",
"obtainable": "yes",
"price": 10000,
"tags": "type-ice"
@@ -435,6 +436,7 @@
"obtainable": "yes",
"price": 0,
"tags": "special",
"regiontags": "kanto",
"notes": "starting outfit"
},
{
@@ -444,6 +446,7 @@
"obtainable": "yes",
"price": 2000,
"tags": "default",
"storelocation": "rustboro",
"notes": "default outfit in shops"
},
{
@@ -495,8 +498,9 @@
"name": "Marshweater",
"description": "A comfortable sweater designed to look like a Marshtomp.",
"obtainable": "yes",
"price": 15000,
"pokemontags": "mudkip,marshtomp,swampert,"
"price": 3500,
"pokemontags": "mudkip,marshtomp,swampert,",
"storelocation": "rustboro"
},
{
"id": "mayRS",
@@ -541,6 +545,7 @@
"description": "A classy, professional-looking pink business suit and pencil skirt.",
"obtainable": "yes",
"price": 3000,
"storelocation": "rustboro",
"notes": "found in silph. co"
},
{
@@ -549,6 +554,7 @@
"description": "A sharp white button-up shirt with a tie that offers a polished and professional look.",
"obtainable": "yes",
"price": 3000,
"storelocation": "rustboro",
"notes": "found in silph. co"
},
{
@@ -567,6 +573,7 @@
"obtainable": "yes",
"price": 0,
"pokemontags": "pichu,pikachu,raichu,",
"storelocation": "rustboro",
"notes": "starting outfit?"
},
{
@@ -575,6 +582,7 @@
"description": "A cozy onesie designed to look like Pikachu.",
"obtainable": "yes",
"price": 4000,
"storelocation": "rustboro",
"notes": "bill"
},
{
@@ -617,6 +625,22 @@
"tags": "special",
"notes": "pinkan island quest (police side)"
},
{
"author": "malxire",
"id": "psyshamanm",
"name": "Psychic outfit (M)",
"description": "a traditional outfit of shamans it captures the essence of Psychic-type pokemon",
"price": 10000,
"tags": "type-psychic"
},
{
"author": "malxire",
"id": "psyshamanf",
"name": "Psychic outfit (F)",
"description": "a traditional outfit of healers it captures the essence of Psychic-type pokemon",
"price": 10000,
"tags": "type-psychic"
},
{
"id": "Ramos",
"name": "Gardener Outfit",
@@ -647,7 +671,7 @@
"description": "A sharp, white suit that screams luxury and confidence for trainers who likes to win in style.",
"obtainable": "yes",
"price": 3500,
"storelocation": "goldenrod",
"storelocation": "goldenrod, mauville",
"notes": "city-exclusive outfit"
},
{
@@ -656,7 +680,7 @@
"description": "A sharp, dark suit that screams luxury and confidence for trainers who likes to win in style.",
"obtainable": "yes",
"price": 3500,
"storelocation": "goldenrod",
"storelocation": "goldenrod, mauville",
"notes": "city-exclusive outfit"
},
{
@@ -800,7 +824,7 @@
"id": "streetwear",
"name": "Street Wear",
"price": 1200,
"storelocation": "blackthorn,"
"storelocation": "blackthorn, mauville"
},
{
"id": "summerdress",
@@ -848,20 +872,28 @@
},
{
"id": "waterdress",
"name": "Water Dress",
"name": "Ocean Dress",
"description": "A stylish dress that captures the essence of Water-type Pokémon.",
"obtainable": "yes",
"price": 10000,
"tags": "type-water,special",
"notes": "type trainer"
},
{
"author": "ohok3441",
"id": "waterneutral",
"name": "Ocean Robes",
"description": "A set of robes themed after the beach. The pearls are made of recycled plastic.",
"price": 10000,
"tags": "type-water, special"
},
{
"id": "yellowSPEoutfit",
"name": "Yellow Qipao",
"description": "A yellow qipao worn over pants. It's popular with fledgling trainers in Kanto.",
"obtainable": "yes",
"price": 3000,
"storelocation": "pewter"
"storelocation": "pewter, rustboro"
},
{
"id": "youngster",
@@ -869,7 +901,7 @@
"description": "An orange tank top and shorts that's often worn by youngsters around the region.",
"obtainable": "yes",
"price": 1500,
"storelocation": "pewter",
"storelocation": "pewter, rustboro",
"notes": "city-exclusive outfit"
}
]

View File

@@ -21,6 +21,24 @@
"price": 3000,
"tags": "hairclip"
},
{
"author": ".payapon",
"id": "aquaORAS",
"name": "Aqua Bandana",
"description": "A dark bandana that's part of the Team Aqua uniform!",
"price": 20000,
"tags": "headband",
"regiontags": "hoenn"
},
{
"author": ".payapon",
"id": "aquaRSE",
"name": "Worn Aqua Bandana",
"description": "A tight bandana that was part of the Team Aqua uniform a long time ago. It feels a bit nostalgic.",
"price": 20000,
"tags": "headband",
"regiontags": "hoenn"
},
{
"id": "aronmask",
"name": "Aron Mask",
@@ -52,7 +70,8 @@
"name": "Beret",
"description": "It's a quirky beret. It's commonly used in Pokémon Contest.",
"price": 500,
"tags": "hat"
"tags": "hat",
"storelocation": "rustboro"
},
{
"id": "bianca",
@@ -77,14 +96,16 @@
"name": "Big Barrette",
"description": "It's a cute barrette. It's commonly used as an accessory in Pokémon contests.",
"price": 400,
"tags": "hairclip"
"tags": "hairclip",
"storelocation": "rustboro"
},
{
"id": "blacktie",
"name": "Black Tie",
"description": "It's an elegant tie. It's commonly used as an accessory in Pokémon contests.",
"price": 400,
"tags": "neckwear"
"tags": "neckwear",
"storelocation": "rustboro"
},
{
"id": "blaineGlasses",
@@ -113,14 +134,15 @@
"name": "Bow Tie",
"description": "It's an elegant tie. It's commonly used as an accessory in Pokémon contests.",
"price": 300,
"tags": "neckwear"
"tags": "neckwear",
"storelocation": "rustboro"
},
{
"id": "box",
"name": "Cardboard Box",
"description": "A cardboard box with a smily face scrawled across the front.",
"price": 500,
"tags": "mask",
"tags": "mask, special",
"notes": "randomly found in trash cans"
},
{
@@ -211,7 +233,7 @@
"name": "Sturdy Beret",
"price": 500,
"tags": "hat",
"storelocation": "vermillion"
"storelocation": "vermillion, rustboro"
},
{
"id": "calem",
@@ -227,7 +249,8 @@
"name": "Candy",
"description": "It's a cute clip. It's commonly used as an accessory in Pokémon contests.",
"price": 200,
"tags": "hairclip"
"tags": "hairclip",
"storelocation": "rustboro"
},
{
"id": "carbink",
@@ -299,6 +322,7 @@
"description": "A rootin' tootin' 10 gallon hat from the wild west of the Orre region.",
"price": 8000,
"tags": "hat",
"storelocation": "fallarbor",
"notes": "todo: sell at the moo moo ranch"
},
{
@@ -400,7 +424,8 @@
"name": "Dressy Tie",
"description": "It's an elegant tie. It's commonly used as an accessory in Pokémon contests.",
"price": 600,
"tags": "neckwear"
"tags": "neckwear",
"storelocation": "rustboro"
},
{
"id": "drifloon",
@@ -431,9 +456,10 @@
{
"id": "eeveeears",
"name": "Eevee Ears",
"price": 4500,
"price": 2500,
"tags": "hairband",
"pokemontags": "eevee,"
"pokemontags": "eevee,",
"storelocation": "rustboro"
},
{
"id": "electrivireheadset",
@@ -735,7 +761,8 @@
"name": "Green Barrette",
"description": "It's a quirky barrette. It's commonly used as an accessory in Pokémon contests.",
"price": 250,
"tags": "hairclip"
"tags": "hairclip",
"storelocation": "rustboro"
},
{
"id": "halo",
@@ -746,6 +773,15 @@
"pokemontags": "shedinja",
"notes": "reward for beating the ilex forest shedinja encounter? reward for showing a shedinja to someone?"
},
{
"author": "gummy.frog",
"id": "harmony",
"name": "Striped Trilby A",
"description": "A fashionable hat from Kalos. It's popular with trainers who participate in the Z-A Royale.",
"price": 2000,
"tags": "hat",
"regiontags": "kalos"
},
{
"id": "harmonyscarf",
"name": "Harmony Scarf",
@@ -774,7 +810,8 @@
"name": "Simple Headband",
"description": "It's a cute headband. It's commonly used as an accessory in Pokémon contests.",
"price": 400,
"tags": "headband"
"tags": "headband",
"storelocation": "default"
},
{
"author": ".realthree",
@@ -790,7 +827,7 @@
"description": "A delicate see-through lace covering that is worn over the head.",
"price": 1500,
"tags": "hat",
"storelocation": "vermillion,"
"storelocation": "vermillion"
},
{
"id": "headparas",
@@ -806,7 +843,7 @@
"description": "A pair of sleek headphones for trainers who prefer to listen to their own music on their adventure!",
"price": 6000,
"tags": "headband",
"storelocation": "saffron,"
"storelocation": "saffron"
},
{
"author": ".realthree",
@@ -836,7 +873,7 @@
"description": "A deep, rich headscarf offering a refined look.",
"price": 1000,
"tags": "hat",
"storelocation": "celadon,"
"storelocation": "celadon"
},
{
"id": "hijablight",
@@ -844,7 +881,7 @@
"description": "A soft, light-colored headscarf for a fresh touch.",
"price": 1000,
"tags": "hat",
"storelocation": "celadon,"
"storelocation": "celadon"
},
{
"id": "hijabwhite",
@@ -852,7 +889,7 @@
"description": "A classic white headscarf with a clean, sophisticated look.",
"price": 1000,
"tags": "hat",
"storelocation": "celadon,"
"storelocation": "celadon"
},
{
"id": "hilda",
@@ -1048,6 +1085,24 @@
"pokemontags": "magikarp,",
"notes": "Fishing contest"
},
{
"author": ".payapon",
"id": "magmaORAS",
"name": "Magma Hood",
"description": "A heavy hood that's part of the Team Magma uniform!",
"price": 20000,
"tags": "hat",
"regiontags": "hoenn"
},
{
"author": ".payapon",
"id": "magmaRSE",
"name": "Old Magma Hood",
"description": "A heavy hood that was part of the Team Magma uniform a long time ago. It feels a bit nostalgic.",
"price": 20000,
"tags": "hat",
"regiontags": "hoenn"
},
{
"id": "magnemitepin",
"name": "Magnemite Hairclips",
@@ -1092,6 +1147,15 @@
"regiontags": "hoenn",
"notes": "regional set"
},
{
"author": "gummy.frog",
"id": "meowthglasses",
"name": "Meowth-Eye Glasses",
"description": "Glasses that invoke the gaze of a scheming Meowth. Popular with office workers and librarians.",
"price": 3000,
"tags": "glasses",
"pokemontags": "meowth,persian,"
},
{
"id": "mikufairy",
"name": "Fairy Flower",
@@ -1150,6 +1214,15 @@
"tags": "hat,weather-cold",
"pokemontags": "alolan_vulpix,alolan_ninetales,"
},
{
"author": "mystora",
"id": "noibat",
"name": "Noibat Cap",
"description": "A cap that is shaped to resemble a Noibat!",
"price": 8000,
"tags": "hat",
"pokemontags": "noibat,noivern"
},
{
"id": "nursejoy",
"name": "Blank Nurse Cap",
@@ -1232,6 +1305,15 @@
"pokemontags": "paras,parasect,",
"notes": "viridian forest mushroom rare drop"
},
{
"author": "gummy.frog",
"id": "paxton",
"name": "Striped Trilby Z",
"description": "A fashionable hat from Kalos, popular with trainers who participate in the Z-A Royale.",
"price": 4000,
"tags": "hat",
"regiontags": "kalos"
},
{
"id": "pidgey",
"name": "Pidgey Nest",
@@ -1293,10 +1375,10 @@
{
"author": ".realthree",
"id": "professorhat",
"name": "Professor Hat",
"description": "It's a quirky cap. It's commonly used in Pokémon Contests.",
"name": "Academic Cap",
"description": "A classic square-topped cap with a dangling tassel, often worn by those celebrating their academic achievements.",
"price": 450,
"tags": "hat"
"tags": "hat, special"
},
{
"id": "PKMBreeder",
@@ -1759,7 +1841,8 @@
"name": "Striped Tie",
"description": "It's an elegant tie. It's commonly used as an accessory in Pokémon contests.",
"price": 800,
"tags": "neckwear"
"tags": "neckwear",
"storelocation": "rustboro"
},
{
"id": "surgeglasses",
@@ -1853,6 +1936,16 @@
"price": 4500,
"tags": "hat"
},
{
"author": "chromaerym",
"id": "tyruntmask",
"name": "Tyrunt Mask",
"description": "A big Tyrunt shaped mask that gives you an urge to bite.",
"price": 3500,
"tags": "mask",
"pokemontags": "tyrunt,tyrantrum,",
"notes": "Obtained from Rock Smash"
},
{
"id": "veteranM",
"name": "Black Flat Cap",
@@ -1883,7 +1976,7 @@
"description": "A simple hat made out of straw that is typically worn by bug-catchers.",
"price": 1500,
"tags": "hat",
"storelocation": "pewter,",
"storelocation": "pewter,rustboro",
"notes": "trainer clothing store?"
},
{
@@ -1948,7 +2041,7 @@
"description": "A wide-brimmed straw hat. It's popular with fledgling trainers in Kanto.",
"price": 2500,
"tags": "hat,trainer",
"storelocation": "pewter,",
"storelocation": "pewter,rustboro",
"notes": "trainer clothing store?"
},
{
@@ -1957,7 +2050,7 @@
"description": "A cool cap worn by the younger generation. Must be worn backwards to be hip.",
"price": 1500,
"tags": "hat",
"storelocation": "pewter,",
"storelocation": "pewter,rustboro",
"notes": "city exclusive"
},
{

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 767 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 785 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 729 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1020 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 989 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 679 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1011 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 731 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 874 B

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -743,6 +743,7 @@
697,MUSHROOMSPORES,Mossy Spores,Mossy Spores,1,50,"Delicate spores harvested from a large mushroom in Petalburg Woods. It might have some use...",2,0,0,
698,FIELDSLEEPINGBAG,Field Sleeping Bag,Field Sleeping Bags,8,0,"A handy field sleeping bag that can be used to nap anywhere.",2,0,6,
699,EXPCANDY,Exp. Candy,Exp. Candies,2,10000,"A candy that is packed with energy. If consumed, it grants a Pokémon a small number of Exp. Points. ",1,0,0,
700,SEAWEED,Seaweed,Seaweeds,1,100,"A bunch of seaweed that's common in the Hoenn region.",1,1,0,