{
  "updated_at": "2026-09-06",
  "_art_doc": "PLACEHOLDER ART. shop_skins/<id>.png is a 64x64 skin painted by server/make_shop_skins.py, not real design. Replace the PNGs; ids and prices stay.",
  "_fields_doc": "id + active + sort + price_neo + slim are read by api/main.py. name/description/rarity are for the launcher Skins screen only. slim=true means the 3px-arm (Alex) model. effect (ember|shadow|gold) is the optional aura the launcher draws and the server plugin plays; omit it for no aura.",
  "_price_doc": "Priced in نئو (mc-launcher-3e3.3, 2026-08-01). The field was RENAMED from price_coins on purpose: a pre-نئو client reads no price at all and shows 0 rather than silently charging a سکه price. At the 120 نئو/day ceiling the priciest skin is ~15 days.",
  "skins": [
    {
      "id": "forest",
      "name": "جنگل‌بان",
      "description": "کت سبز زیتونی با بندهای چرمی.",
      "rarity": "common",
      "price_neo": 800,
      "slim": false,
      "sort": 1,
      "active": true
    },
    {
      "id": "ocean",
      "name": "دریانورد",
      "description": "لباس سرمه‌ای با نوار سفید و خط فیروزه‌ای.",
      "rarity": "common",
      "price_neo": 800,
      "slim": false,
      "sort": 2,
      "active": true
    },
    {
      "id": "royal",
      "name": "اسکین سلطنتی",
      "description": "طلایی نئوکرافت روی مشکی",
      "rarity": "rare",
      "price_neo": 1200,
      "slim": false,
      "sort": 3,
      "active": true
    },
    {
      "id": "ember",
      "name": "اخگر",
      "description": "سرخ آتشین، ست با شنل اخگر",
      "rarity": "rare",
      "price_neo": 1200,
      "slim": false,
      "sort": 4,
      "active": true
    },
    {
      "id": "knight",
      "name": "شوالیه نئو",
      "description": "زره فولادی با حاشیه طلایی و کلاهخود بسته.",
      "rarity": "epic",
      "price_neo": 1500,
      "slim": false,
      "sort": 5,
      "active": true
    },
    {
      "id": "ranger",
      "name": "کماندار",
      "description": "کلاه‌شنل سبز جنگلی با ترکش تیر روی پشت.",
      "rarity": "epic",
      "price_neo": 1500,
      "slim": false,
      "sort": 6,
      "active": true
    },
    {
      "id": "pirate",
      "name": "دزد دریایی",
      "description": "دستمال سرخ، پیراهن راه‌راه و کت بلند قهوه‌ای.",
      "rarity": "epic",
      "price_neo": 1500,
      "slim": false,
      "sort": 7,
      "active": true
    },
    {
      "id": "void",
      "name": "تهی",
      "description": "بنفش تاریک اند",
      "rarity": "epic",
      "price_neo": 1800,
      "slim": false,
      "sort": 8,
      "active": true
    },
    {
      "id": "sardar",
      "name": "سردار",
      "description": "زره فیروزه‌ای و طلایی با شال سرخ و کلاهخود پردار.",
      "rarity": "legendary",
      "effect": "gold",
      "price_neo": 2500,
      "slim": false,
      "sort": 9,
      "active": true
    },
    {
      "id": "shadow",
      "name": "سایه",
      "description": "لباس مشکی مات با چشم و رگه‌های بنفش.",
      "rarity": "legendary",
      "effect": "shadow",
      "price_neo": 2500,
      "slim": false,
      "sort": 10,
      "active": true
    },
    {
      "id": "guardian",
      "name": "نگهبان طلایی",
      "description": "زره طلایی با خط‌های سرخ آتشین.",
      "rarity": "legendary",
      "effect": "ember",
      "price_neo": 2500,
      "slim": false,
      "sort": 11,
      "active": true
    }
  ]
}
