basic shirt npc

This commit is contained in:
chardub
2026-03-18 14:13:48 -04:00
parent 1e7523d8d3
commit f4b1299481
10 changed files with 10104 additions and 394 deletions
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+160
View File
@@ -80,6 +80,158 @@
"storelocation": "celadon",
"notes": "city exclusive outfit"
},
{
"author": "malxire",
"id": "basicgrass",
"name": "Grass Shirt",
"description": "A green shirt with a leaf logo ",
"price": 500,
"tags": "special"
},
{
"author": "malxire",
"id": "basicfire",
"name": "Fire Shirt",
"description": "A red shirt with a flame logo",
"price": 500,
"tags": "special"
},
{
"author": "malxire",
"id": "basicwater",
"name": "Water Shirt",
"description": "A blue shirt with a water drop logo",
"price": 500,
"tags": "special"
},
{
"author": "malxire",
"id": "basicbug",
"name": "Bug Shirt",
"description": "A lime green shirt with a bug head logo ",
"price": 500,
"tags": "special"
},
{
"author": "malxire",
"id": "basicnormal",
"name": "Normal Shirt",
"description": "A grey shirt with a rather plain logo",
"price": 500,
"tags": "special"
},
{
"author": "malxire",
"id": "basicrock",
"name": "Rock Shirt",
"description": "A light brown shirt with a cragy rock logo",
"price": 500,
"tags": "special"
},
{
"author": "malxire",
"id": "basicground",
"name": "Ground Shirt",
"description": "A brown shirt with a plate logo",
"price": 500,
"tags": "special"
},
{
"author": "malxire",
"id": "basicsteel",
"name": "Steel Shirt",
"description": "A silver shirt with a industrial logo",
"price": 500,
"tags": "special"
},
{
"author": "malxire",
"id": "basicpsy",
"name": "Psychic Shirt",
"description": "A pink shirt with a third eye logo",
"price": 500,
"tags": "special"
},
{
"author": "malxire",
"id": "basicposion",
"name": "Poison Shirt",
"description": "A violet shirt with a skull and bones logo ",
"price": 500,
"tags": "special"
},
{
"author": "malxire",
"id": "basicice",
"name": "Ice Shirt",
"description": "A cyan shirt with a snowflake logo",
"price": 500,
"tags": "special"
},
{
"author": "malxire",
"id": "basicghost",
"name": "Ghost Shirt",
"description": "A purple shirt with a spirit logo",
"price": 500,
"tags": "special"
},
{
"author": "malxire",
"id": "basicflying",
"name": "Flying Shirt",
"description": "A ligth blue shirt with a wing logo",
"price": 500,
"tags": "special"
},
{
"author": "malxire",
"id": "basicfight",
"name": "Figth Shirt",
"description": "A orange shirt with a fist logo",
"price": 500,
"tags": "special"
},
{
"author": "malxire",
"id": "basicfairy",
"name": "Fairy Shirt",
"description": "A light pink shirt with a pixie shirt",
"price": 500,
"tags": "special"
},
{
"author": "malxire",
"id": "basicelectric",
"name": "Electric Shirt",
"description": "A yellow shirt with a lighting logo",
"price": 500,
"tags": "special"
},
{
"author": "malxire",
"id": "basicdragon",
"name": "Dragon Shirt",
"description": "A royal blue shirt with a dragon head logo",
"price": 500,
"tags": "special"
},
{
"author": "malxire",
"id": "basicdark",
"name": "Dark Shirt",
"description": "A black shirt with a new moon logo",
"price": 500,
"tags": "special"
},
{
"author": "chromaerym",
"id": "blackjacket",
"name": "Black Jacket",
"description": "A black jacket imported from Kalos, ideal for biking.",
"price": 4000,
"storelocation": "fuchsia, mauville"
},
{
"id": "brendanRS",
"name": "Ruby Runner"
@@ -525,6 +677,14 @@
"tags": "type-fairy,special",
"notes": "type trainer (fairy)"
},
{
"author": "gummy.frog",
"id": "moddress",
"name": "Mod Dress",
"description": "A retro dress from several decades ago. Its square design and go-go boots made it popular with young trainers looking to match their Pokemon.",
"price": 3200,
"storelocation": "vermillion, mauville"
},
{
"id": "normal",
"name": "Normal Outfit",
+9944 -394
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.

Before

Width:  |  Height:  |  Size: 513 KiB

After

Width:  |  Height:  |  Size: 790 KiB