转生系统(最高5转,每转提升属性与倍率)
🤖 回答引擎: 功能策划 |
🕒 时间: 2026-03-29 22:18:50 |
👁️ 阅读: 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",
"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": 18,
"color": "#ffffff",
"bg": "rgba(255, 0, 0, 0.8)",
"border": "1px solid #8B0000"
},
{
"type": "rect",
"name": "left_panel",
"x": 180,
"y": 180,
"w": 200,
"h": 350,
"text": "",
"fontSize": 14,
"color": "#ffffff",
"bg": "rgba(68, 68, 68, 0.7)",
"border": "1px solid #444"
},
{
"type": "button",
"name": "btn_zhuan1",
"x": 190,
"y": 190,
"w": 180,
"h": 40,
"text": "一转",
"fontSize": 18,
"color": "#ffffff",
"bg": "rgba(68, 68, 68, 0.9)",
"border": "1px solid #666"
},
{
"type": "button",
"name": "btn_zhuan2",
"x": 190,
"y": 240,
"w": 180,
"h": 40,
"text": "二转",
"fontSize": 18,
"color": "#ffffff",
"bg": "rgba(68, 68, 68, 0.9)",
"border": "1px solid #666"
},
{
"type": "button",
"name": "btn_zhuan3",
"x": 190,
"y": 290,
"w": 180,
"h": 40,
"text": "三转",
"fontSize": 18,
"color": "#ffffff",
"bg": "rgba(68, 68, 68, 0.9)",
"border": "1px solid #666"
},
{
"type": "button",
"name": "btn_zhuan4",
"x": 190,
"y": 340,
"w": 180,
"h": 40,
"text": "四转",
"fontSize": 18,
"color": "#ffffff",
"bg": "rgba(68, 68, 68, 0.9)",
"border": "1px solid #666"
},
{
"type": "button",
"name": "btn_zhuan5",
"x": 190,
"y": 390,
"w": 180,
"h": 40,
"text": "五转",
"fontSize": 18,
"color": "#ffffff",
"bg": "rgba(68, 68, 68, 0.9)",
"border": "1px solid #666"
},
{
"type": "rect",
"name": "mid_panel",
"x": 400,
"y": 180,
"w": 320,
"h": 350,
"text": "",
"fontSize": 14,
"color": "#ffffff",
"bg": "rgba(68, 68, 68, 0.7)",
"border": "1px solid #444"
},
{
"type": "text",
"name": "zhuan_name",
"x": 420,
"y": 200,
"w": 280,
"h": 30,
"text": "当前转生:未转生",
"fontSize": 22,
"color": "#FFD700",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "prop_title",
"x": 420,
"y": 240,
"w": 280,
"h": 25,
"text": "属性加成:",
"fontSize": 18,
"color": "#87CEEB",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "prop_attack",
"x": 430,
"y": 270,
"w": 270,
"h": 25,
"text": "攻击力:+0",
"fontSize": 16,
"color": "#ffffff",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "prop_magic",
"x": 430,
"y": 300,
"w": 270,
"h": 25,
"text": "魔法力:+0",
"fontSize": 16,
"color": "#ffffff",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "prop_dao",
"x": 430,
"y": 330,
"w": 270,
"h": 25,
"text": "道术:+0",
"fontSize": 16,
"color": "#ffffff",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "prop_hp",
"x": 430,
"y": 360,
"w": 270,
"h": 25,
"text": "生命值:+0",
"fontSize": 16,
"color": "#ffffff",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "prop_def",
"x": 430,
"y": 390,
"w": 270,
"h": 25,
"text": "防御/魔御:+0",
"fontSize": 16,
"color": "#ffffff",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "rate_title",
"x": 420,
"y": 430,
"w": 280,
"h": 25,
"text": "伤害倍率:",
"fontSize": 18,
"color": "#87CEEB",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "prop_rate",
"x": 430,
"y": 460,
"w": 270,
"h": 25,
"text": "当前倍率:1.0倍",
"fontSize": 16,
"color": "#FF6347",
"bg": "",
"border": ""
},
{
"type": "rect",
"name": "right_panel",
"x": 740,
"y": 180,
"w": 300,
"h": 200,
"text": "",
"fontSize": 14,
"color": "#ffffff",
"bg": "rgba(68, 68, 68, 0.7)",
"border": "1px solid #444"
},
{
"type": "text",
"name": "need_title",
"x": 750,
"y": 200,
"w": 280,
"h": 30,
"text": "转生所需条件:",
"fontSize": 20,
"color": "#FF8C00",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "need_level",
"x": 760,
"y": 240,
"w": 270,
"h": 25,
"text": "等级要求:40级",
"fontSize": 16,
"color": "#ffffff",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "need_item1",
"x": 760,
"y": 270,
"w": 270,
"h": 25,
"text": "转生证明:0/1",
"fontSize": 16,
"color": "#FF6347",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "need_item2",
"x": 760,
"y": 300,
"w": 270,
"h": 25,
"text": "声望令牌:0/100",
"fontSize": 16,
"color": "#FF6347",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "need_gold",
"x": 760,
"y": 330,
"w": 270,
"h": 25,
"text": "金币:0/1000万",
"fontSize": 16,
"color": "#FF6347",
"bg": "",
"border": ""
},
{
"type": "button",
"name": "btn_zhuan_up",
"x": 800,
"y": 370,
"w": 180,
"h": 40,
"text": "开始转生",
"fontSize": 20,
"color": "#ffffff",
"bg": "rgba(76, 175, 80, 0.9)",
"border": "1px solid #2E7D32"
},
{
"type": "rect",
"name": "bottom_panel",
"x": 400,
"y": 549,
"w": 640,
"h": 120,
"text": "",
"fontSize": 14,
"color": "#ffffff",
"bg": "rgba(68, 68, 68, 0.7)",
"border": "1px solid #444"
},
{
"type": "text",
"name": "player_title",
"x": 420,
"y": 560,
"w": 200,
"h": 30,
"text": "玩家当前信息",
"fontSize": 20,
"color": "#FFD700",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "player_level",
"x": 430,
"y": 600,
"w": 300,
"h": 25,
"text": "等级:40",
"fontSize": 16,
"color": "#ffffff",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "player_zhuan",
"x": 430,
"y": 630,
"w": 300,
"h": 25,
"text": "转生:0转",
"fontSize": 16,
"color": "#ffffff",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "player_gold",
"x": 650,
"y": 600,
"w": 300,
"h": 25,
"text": "金币:0",
"fontSize": 16,
"color": "#ffffff",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "player_shengwang",
"x": 650,
"y": 630,
"w": 300,
"h": 25,
"text": "声望:0",
"fontSize": 16,
"color": "#ffffff",
"bg": "",
"border": ""
}
]
```
← 返回问答库