点击传送员传送到僵尸洞需要满足等级大于等于50级,小于等于55级,且每日活跃度达到100
🤖 回答引擎: 功能策划 |
🕒 时间: 2026-04-28 08:15:30 |
👁️ 阅读: 4
```json
[
{
"type": "rect",
"name": "main_bg",
"x": 140,
"y": 110,
"w": 920,
"h": 580,
"text": "",
"fontSize": 14,
"color": "#ffffff",
"bg": "rgba(0,0,0,0.85)",
"border": "2px solid #8B4513"
},
{
"type": "text",
"name": "title_text",
"x": 180,
"y": 130,
"w": 200,
"h": 40,
"text": "勋章兑换",
"fontSize": 28,
"color": "#FFD700",
"bg": "",
"border": ""
},
{
"type": "button",
"name": "close_btn",
"x": 1020,
"y": 110,
"w": 40,
"h": 30,
"text": "✕",
"fontSize": 20,
"color": "#ffffff",
"bg": "#FF0000",
"border": "1px solid #8B0000"
},
{
"type": "rect",
"name": "category_bg",
"x": 180,
"y": 180,
"w": 200,
"h": 350,
"text": "",
"fontSize": 14,
"color": "#ffffff",
"bg": "rgba(68,68,68,0.9)",
"border": "1px solid #444"
},
{
"type": "button",
"name": "category_btn_1",
"x": 190,
"y": 190,
"w": 180,
"h": 40,
"text": "高级勋章",
"fontSize": 18,
"color": "#ffffff",
"bg": "#4169E1",
"border": "1px solid #1E90FF"
},
{
"type": "button",
"name": "category_btn_2",
"x": 190,
"y": 240,
"w": 180,
"h": 40,
"text": "上古勋章",
"fontSize": 18,
"color": "#ffffff",
"bg": "#444",
"border": "1px solid #666"
},
{
"type": "button",
"name": "category_btn_3",
"x": 190,
"y": 290,
"w": 180,
"h": 40,
"text": "荣誉级勋章",
"fontSize": 18,
"color": "#ffffff",
"bg": "#444",
"border": "1px solid #666"
},
{
"type": "button",
"name": "category_btn_4",
"x": 190,
"y": 340,
"w": 180,
"h": 40,
"text": "特殊类勋章",
"fontSize": 18,
"color": "#ffffff",
"bg": "#444",
"border": "1px solid #666"
},
{
"type": "rect",
"name": "list_bg",
"x": 400,
"y": 180,
"w": 320,
"h": 350,
"text": "",
"fontSize": 14,
"color": "#ffffff",
"bg": "rgba(68,68,68,0.9)",
"border": "1px solid #444"
},
{
"type": "button",
"name": "medal_btn_1",
"x": 410,
"y": 190,
"w": 300,
"h": 50,
"text": "荣誉勋章1级",
"fontSize": 20,
"color": "#FFD700",
"bg": "rgba(30,30,30,0.9)",
"border": "1px solid #8B4513"
},
{
"type": "button",
"name": "medal_btn_2",
"x": 410,
"y": 250,
"w": 300,
"h": 50,
"text": "荣誉勋章2级",
"fontSize": 20,
"color": "#FFD700",
"bg": "rgba(30,30,30,0.9)",
"border": "1px solid #8B4513"
},
{
"type": "button",
"name": "medal_btn_3",
"x": 410,
"y": 310,
"w": 300,
"h": 50,
"text": "荣誉勋章3级",
"fontSize": 20,
"color": "#FFD700",
"bg": "rgba(30,30,30,0.9)",
"border": "1px solid #8B4513"
},
{
"type": "rect",
"name": "requirement_bg",
"x": 740,
"y": 180,
"w": 300,
"h": 200,
"text": "",
"fontSize": 14,
"color": "#ffffff",
"bg": "rgba(40,40,40,0.9)",
"border": "1px solid #8B4513"
},
{
"type": "text",
"name": "medal_name",
"x": 750,
"y": 190,
"w": 280,
"h": 30,
"text": "荣誉勋章1级",
"fontSize": 18,
"color": "#FFD700",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "requirement_title",
"x": 750,
"y": 230,
"w": 280,
"h": 25,
"text": "需要以下条件:",
"fontSize": 16,
"color": "#FF8C00",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "cost_prestige",
"x": 750,
"y": 260,
"w": 280,
"h": 25,
"text": "声望:1000",
"fontSize": 16,
"color": "#FF6347",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "cost_material",
"x": 750,
"y": 290,
"w": 280,
"h": 25,
"text": "材料:荣誉勋章×1",
"fontSize": 16,
"color": "#FF6347",
"bg": "",
"border": ""
},
{
"type": "button",
"name": "exchange_btn",
"x": 810,
"y": 330,
"w": 160,
"h": 40,
"text": "兑换",
"fontSize": 20,
"color": "#ffffff",
"bg": "#4CAF50",
"border": "1px solid #388E3C"
},
{
"type": "rect",
"name": "compose_bg",
"x": 740,
"y": 400,
"w": 300,
"h": 130,
"text": "",
"fontSize": 14,
"color": "#ffffff",
"bg": "rgba(40,40,40,0.9)",
"border": "2px solid #8B4513"
},
{
"type": "text",
"name": "compose_title",
"x": 750,
"y": 410,
"w": 280,
"h": 30,
"text": "高级勋章合成",
"fontSize": 18,
"color": "#FFD700",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "current_prestige",
"x": 750,
"y": 450,
"w": 280,
"h": 25,
"text": "当前声望:5000",
"fontSize": 16,
"color": "#87CEEB",
"bg": "",
"border": ""
},
{
"type": "button",
"name": "compose_btn",
"x": 810,
"y": 480,
"w": 160,
"h": 40,
"text": "合成",
"fontSize": 20,
"color": "#ffffff",
"bg": "#FF8C00",
"border": "1px solid #FF5722"
},
{
"type": "rect",
"name": "player_info_bg",
"x": 400,
"y": 549,
"w": 640,
"h": 120,
"text": "",
"fontSize": 14,
"color": "#ffffff",
"bg": "rgba(68,68,68,0.9)",
"border": "1px solid #444"
},
{
"type": "text",
"name": "player_info_title",
"x": 410,
"y": 559,
"w": 200,
"h": 30,
"text": "玩家信息",
"fontSize": 20,
"color": "#FFD700",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "prestige_info",
"x": 410,
"y": 599,
"w": 300,
"h": 25,
"text": "声望数量:5000",
"fontSize": 16,
"color": "#87CEEB",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "badge_info",
"x": 410,
"y": 629,
"w": 300,
"h": 25,
"text": "荣誉徽章数量:10",
"fontSize": 16,
"color": "#87CEEB",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "hint_text",
"x": 400,
"y": 540,
"w": 320,
"h": 20,
"text": "可合成更高级勋章",
"fontSize": 14,
"color": "#FF8C00",
"bg": "",
"border": ""
}
]
```
← 返回问答库