`arena_season_reward_group` 表
table-no-description
表结构
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| id | INT | PRI | AUTO_INCREMENT | ||||
| arena_season | TINYINT | UNSIGNED | NO | ||||
| criteria_type | ENUM | pct,abs | NO | pct | 决定排名的评估方式:"pct" - 基于百分比(例如,天梯前 20%),"abs" - 基于绝对名次(例如,前 10 名玩家)。 | ||
| min_criteria | FLOAT | NO | |||||
| max_criteria | FLOAT | NO | |||||
| reward_mail_template_id | INT | UNSIGNED | NO | ||||
| reward_mail_subject | VARCHAR(255) | ||||||
| reward_mail_body | TEXT | ||||||
| gold_reward | INT | UNSIGNED | NO |
自动递增的 ID。
竞技场赛季 ID
决定排名的评估方式
| value | comment |
|---|---|
| pct | 基于百分比(例如,天梯前 20%) |
| abs | 基于绝对名次(例如,前 10 名玩家) |
field-no-description|4
field-no-description|5
field-no-description|6
field-no-description|7
field-no-description|8
以铜币计的金币奖励。