graph TD
A[开始] -->B[选择参与活动]
B -->C{选择抽奖方式}
C -->|单次抽奖| D[消耗60钻石]
C -->|十连抽奖| E[消耗540钻石]
D -->F{是否中奖}
E -->G{是否中奖}
F -->|是| H[获得奖励]
F -->|否| I[继续抽奖]
G -->|是| J[获得奖励]
G -->|否| K[继续抽奖]
H -->L[查看奖励详情]
J -->L[查看奖励详情]
I -->C
K -->C
L -->M[结束]
style A fill:f9f,stroke:333,stroke-width:4px
style C fill:bbf,stroke:333,stroke-width:4px
style F fill:fbb,stroke:333,stroke-width:4px
style G fill:fbb,stroke:333,stroke-width:4px
style H fill:bfb,stroke:333,stroke-width:4px
style J fill:bfb,stroke:333,stroke-width:4px
style L fill:f9f,stroke:333,stroke-width:4px
```
速通路线与全收集路线时间对比
速通路线:选择单次抽奖,快速消耗钻石,目标为中奖即结束。预计时间:5分钟。
全收集路线:选择十连抽奖,尽可能多地获取不同奖励,目标为收集所有可能的奖励。预计时间:30分钟。
关键抉择点
1. 选择抽奖方式(