{
  "updated_at": "2026-09-06",
  "_art_doc": "PLACEHOLDER ART. capes/<id>.png is a 64x32 cape texture generated by a script, not real design. Replace the PNGs; ids and prices stay.",
  "_fields_doc": "id + active + sort + price_neo are read by api/main.py. name/description/rarity are for the launcher Skins screen only. 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 first cape is ~3 days.",
  "capes": [
    {
      "id": "neocraft",
      "name": "شنل نئوکرافت",
      "description": "شنل رسمی سرور — طلایی روی مشکی",
      "rarity": "common",
      "price_neo": 300,
      "sort": 1,
      "active": true
    },
    {
      "id": "forest",
      "name": "شنل جنگل",
      "description": "سبز جنگلی با نقش برگ.",
      "rarity": "common",
      "price_neo": 400,
      "sort": 2,
      "active": true
    },
    {
      "id": "ocean",
      "name": "شنل دریا",
      "description": "آبی دریا با نقش موج.",
      "rarity": "common",
      "price_neo": 400,
      "sort": 3,
      "active": true
    },
    {
      "id": "aurora",
      "name": "شفق",
      "description": "آبی یخی با حاشیه فیروزه‌ای",
      "rarity": "rare",
      "price_neo": 900,
      "sort": 4,
      "active": true
    },
    {
      "id": "ember",
      "name": "اخگر",
      "description": "سرخ آتشین با حاشیه نارنجی",
      "rarity": "rare",
      "price_neo": 900,
      "sort": 5,
      "active": true
    },
    {
      "id": "persian",
      "name": "شنل فرش ایرانی",
      "description": "سرخ فرشی با حاشیه و مدال طلایی.",
      "rarity": "rare",
      "price_neo": 900,
      "sort": 6,
      "active": true
    },
    {
      "id": "shadow",
      "name": "شنل سایه",
      "description": "مشکی تا بنفش تیره با نشان چشم.",
      "rarity": "epic",
      "effect": "shadow",
      "price_neo": 1200,
      "sort": 7,
      "active": true
    },
    {
      "id": "guardian",
      "name": "شنل نگهبان طلایی",
      "description": "مشکی تا طلایی با دو خط آتشین.",
      "rarity": "legendary",
      "effect": "ember",
      "price_neo": 1500,
      "sort": 8,
      "active": true
    }
  ]
}
