The `arena_season_reward_group` table
table-no-description
Table Structure
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 | Determines how rankings are evaluated: "pct" - percentage-based (e.g., top 20% of the ladder), "abs" - absolute position-based (e.g., top 10 players). | ||
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 auto incremented.
Arena season ID
Determines how rankings are evaluated
value | comment |
---|---|
pct | percentage-based (e.g., top 20% of the ladder) |
abs | absolute position-based (e.g., top 10 players) |
field-no-description|4
field-no-description|5
field-no-description|6
field-no-description|7
field-no-description|8
Gold reward in copper.