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 entry (from FactionTemplate)聽to where the聽reputation聽was supposed to be rewarded.
Faction entry (from聽FactionTemplate)聽receiving the reputation spillover.
Rate the given聽reputation points are multiplied by.
Max reputation rank. The player will not be given any spillover above this rank.