reputation_spillover_template
The `reputation_spillover_rate` table
table-no-description|0
Table Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| faction | SMALLINT | UNSIGNED | PRI | NO | 0 | ||
| faction1 | SMALLINT | UNSIGNED | NO | 0 | |||
| rate_1 | FLOAT | SIGNED | NO | 0 | |||
| rank1 | TINYINT | UNSIGNED | NO | 0 | |||
| faction2 | SMALLINT | UNSIGNED | NO | 0 | |||
| rate_2 | FLOAT | SIGNED | NO | 0 | |||
| rank_2 | TINYINT | UNSIGNED | NO | 0 | |||
| faction3 | SMALLINT | UNSIGNED | NO | 0 | |||
| rate_3 | FLOAT | SIGNED | NO | 0 | |||
| rank_3 | TINYINT | UNSIGNED | NO | 0 | |||
| faction4 | SMALLINT | UNSIGNED | NO | 0 | |||
| rate_4 | FLOAT | SIGNED | NO | 0 | |||
| rank_4 | TINYINT | UNSIGNED | NO | 0 |
Description of the fields
faction
Faction entry (from FactionTemplate) to where the reputation was supposed to be rewarded.
faction1-4
Faction entry (from FactionTemplate) receiving the reputation spillover.
rate1-4
Rate the given reputation points are multiplied by.
rank1-4
Max reputation rank. The player will not be given any spillover above this rank.