Adds some character customization data
@@ -10,8 +10,10 @@ CLOTHES_ADVENTURER = "fantasyadventurersoutfit"
|
|||||||
CLOTHES_EMERALD = "emeraldSPE"
|
CLOTHES_EMERALD = "emeraldSPE"
|
||||||
CLOTHES_PIKACHU_ONESIE = "pikaonesie"
|
CLOTHES_PIKACHU_ONESIE = "pikaonesie"
|
||||||
|
|
||||||
|
CLOTHES_GLITCH = "glitzerset"
|
||||||
CLOTHES_BREEDER="PKMBreeder"
|
CLOTHES_BREEDER="PKMBreeder"
|
||||||
|
|
||||||
|
|
||||||
CLOTHES_LASS_YELLOW ="lass"
|
CLOTHES_LASS_YELLOW ="lass"
|
||||||
CLOTHES_LASS_BLUE ="lass2"
|
CLOTHES_LASS_BLUE ="lass2"
|
||||||
|
|
||||||
|
|||||||
@@ -1704,6 +1704,7 @@ def qmarkMaskCheck()
|
|||||||
if $Trainer.seen_qmarks_sprite
|
if $Trainer.seen_qmarks_sprite
|
||||||
unless hasHat?(HAT_QMARKS)
|
unless hasHat?(HAT_QMARKS)
|
||||||
obtainHat(HAT_QMARKS)
|
obtainHat(HAT_QMARKS)
|
||||||
|
obtainClothes(CLOTHES_GLITCH)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@@ -220,6 +220,13 @@
|
|||||||
"tags": "celadon",
|
"tags": "celadon",
|
||||||
"howToGet": "city-exclusive outfit"
|
"howToGet": "city-exclusive outfit"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "flying",
|
||||||
|
"name": "Flying Outfit",
|
||||||
|
"description": "An aerodynamic outfit for gliding through the air. It captures the essence of Flying-type Pokémon.",
|
||||||
|
"price": 10000,
|
||||||
|
"tags": "type-flying,special"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "fusionnerd",
|
"id": "fusionnerd",
|
||||||
"name": "Fusion Outfit",
|
"name": "Fusion Outfit",
|
||||||
@@ -228,6 +235,11 @@
|
|||||||
"tags": "pokemon-fused,special,",
|
"tags": "pokemon-fused,special,",
|
||||||
"howToGet": "cinnabar lab after fusing 100 times"
|
"howToGet": "cinnabar lab after fusing 100 times"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "glitzerset",
|
||||||
|
"name": "Glitzer",
|
||||||
|
"price": 2550
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "gothhoodie",
|
"id": "gothhoodie",
|
||||||
"name": "Goth Hoodie",
|
"name": "Goth Hoodie",
|
||||||
@@ -306,8 +318,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "lady",
|
"id": "lady",
|
||||||
"name": "Summer Dress",
|
"name": "Elegant Dress",
|
||||||
"description": "An elegant white dress with a ribbon at the waist, radiating a sense of grace and sophistication.",
|
"description": "An elegant summer dress with a ribbon at the waist, radiating a sense of grace and sophistication.",
|
||||||
"done": "yes",
|
"done": "yes",
|
||||||
"price": 1500,
|
"price": 1500,
|
||||||
"tags": "cerulean",
|
"tags": "cerulean",
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"name": "Bald",
|
"name": "Bald",
|
||||||
"description": "A completely bald look - no hair, no fuss, just pure, unadulterated scalp!",
|
"description": "A completely bald look - no hair, no fuss, just pure, unadulterated scalp!",
|
||||||
"done": "yes",
|
"done": "yes",
|
||||||
"price": 0,
|
"price": 500,
|
||||||
"tags": "no-hair"
|
"tags": "no-hair"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -151,6 +151,13 @@
|
|||||||
"tags": "medium, untied, spiky, thick, npc,",
|
"tags": "medium, untied, spiky, thick, npc,",
|
||||||
"howToGet": "garys mom in their house (lol)?"
|
"howToGet": "garys mom in their house (lol)?"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "glitzerset",
|
||||||
|
"name": "Pomeg Cut",
|
||||||
|
"description": "A cute cut that is styled like a Pomeg berry!",
|
||||||
|
"price": 2000,
|
||||||
|
"tags": "kinisland"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "happinysuit",
|
"id": "happinysuit",
|
||||||
"name": "Curled Happiny Ponytail",
|
"name": "Curled Happiny Ponytail",
|
||||||
@@ -297,7 +304,8 @@
|
|||||||
"howToGet": "quest? cresselia outfit"
|
"howToGet": "quest? cresselia outfit"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "lycanrocshorthair"
|
"id": "lycanrocshorthair",
|
||||||
|
"price": 3000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "mawile",
|
"id": "mawile",
|
||||||
|
|||||||
@@ -142,6 +142,7 @@
|
|||||||
"id": "carbink",
|
"id": "carbink",
|
||||||
"name": "Carbink Headband",
|
"name": "Carbink Headband",
|
||||||
"description": "A cute, rock-solid headband resembling Carbink.",
|
"description": "A cute, rock-solid headband resembling Carbink.",
|
||||||
|
"done": "yes",
|
||||||
"price": 5000,
|
"price": 5000,
|
||||||
"tags": "hat,pokemon-carbink"
|
"tags": "hat,pokemon-carbink"
|
||||||
},
|
},
|
||||||
@@ -356,6 +357,13 @@
|
|||||||
"tags": "glasses,special,",
|
"tags": "glasses,special,",
|
||||||
"howToGet": "cinnabar lab after fusing 100 times"
|
"howToGet": "cinnabar lab after fusing 100 times"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "ghastlygibus",
|
||||||
|
"name": "Gibus",
|
||||||
|
"done": "yes",
|
||||||
|
"price": 6000,
|
||||||
|
"tags": "hat, lavender,pokemon-ghastly,pokemon-haunter,pokemon-gengar,"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "giovannifedora",
|
"id": "giovannifedora",
|
||||||
"name": "Mobster Fedora",
|
"name": "Mobster Fedora",
|
||||||
@@ -370,8 +378,10 @@
|
|||||||
"id": "glitzerset",
|
"id": "glitzerset",
|
||||||
"name": "Glitched Mask",
|
"name": "Glitched Mask",
|
||||||
"description": "An odd mask that makes you look like you just stepped out of a corrupted save file. ",
|
"description": "An odd mask that makes you look like you just stepped out of a corrupted save file. ",
|
||||||
|
"done": "yes",
|
||||||
"price": 10000,
|
"price": 10000,
|
||||||
"tags": "mask"
|
"tags": "mask,special,",
|
||||||
|
"howToGet": "Obtained by defeating a Pokemon without a sprite"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "glasses",
|
"id": "glasses",
|
||||||
@@ -445,7 +455,9 @@
|
|||||||
{
|
{
|
||||||
"id": "headlacecovering",
|
"id": "headlacecovering",
|
||||||
"name": "Lace Covering",
|
"name": "Lace Covering",
|
||||||
"description": "A delicate seet-hrough lace covering that is worn over the head."
|
"description": "A delicate seet-hrough lace covering that is worn over the head.",
|
||||||
|
"price": 4500,
|
||||||
|
"tags": "hat,ecruteak"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "headparas",
|
"id": "headparas",
|
||||||
@@ -973,6 +985,8 @@
|
|||||||
{
|
{
|
||||||
"id": "sableyemask",
|
"id": "sableyemask",
|
||||||
"name": "Sableye Mask",
|
"name": "Sableye Mask",
|
||||||
|
"description": "A creepy, gem-eyed disguise that lets you channel your inner trickster.",
|
||||||
|
"done": "yes",
|
||||||
"price": 4500,
|
"price": 4500,
|
||||||
"tags": "mask,pokemon-sableye"
|
"tags": "mask,pokemon-sableye"
|
||||||
},
|
},
|
||||||
@@ -999,6 +1013,7 @@
|
|||||||
"id": "santa",
|
"id": "santa",
|
||||||
"name": "Festive Hat",
|
"name": "Festive Hat",
|
||||||
"description": "A warm, snug stocking cap worn during a festive holiday season.",
|
"description": "A warm, snug stocking cap worn during a festive holiday season.",
|
||||||
|
"done": "yes",
|
||||||
"price": 25000,
|
"price": 25000,
|
||||||
"tags": "hat,"
|
"tags": "hat,"
|
||||||
},
|
},
|
||||||
@@ -1044,7 +1059,10 @@
|
|||||||
{
|
{
|
||||||
"id": "skittyTV",
|
"id": "skittyTV",
|
||||||
"name": "Skitty TV",
|
"name": "Skitty TV",
|
||||||
"price": 5000
|
"description": "A wearable TV themed like a Skitty. Use it to watch your battle replays!",
|
||||||
|
"price": 5000,
|
||||||
|
"tags": "hat,",
|
||||||
|
"howToGet": "goldenrod radio tower"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "sleepmask",
|
"id": "sleepmask",
|
||||||
@@ -1193,6 +1211,7 @@
|
|||||||
"id": "waterdress",
|
"id": "waterdress",
|
||||||
"name": "Straw Hat",
|
"name": "Straw Hat",
|
||||||
"description": "A simple hat made out of straw that is typically worn by bug-catchers.",
|
"description": "A simple hat made out of straw that is typically worn by bug-catchers.",
|
||||||
|
"done": "yes",
|
||||||
"price": 1500,
|
"price": 1500,
|
||||||
"tags": "hat,pewter,",
|
"tags": "hat,pewter,",
|
||||||
"howToGet": "trainer clothing store?"
|
"howToGet": "trainer clothing store?"
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.8 KiB |
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.8 KiB |
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.8 KiB |
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.7 KiB |