-
Notifications
You must be signed in to change notification settings - Fork 48
reputation_spillover_template
AnonXS edited this page Nov 17, 2017
·
1 revision
Back to world database list of tables.
This table holds data about the Reputation Bleed Over -Effect
Field | Type | Attributes | Key | Null | Default |
faction | smallint(6) | unsigned | PRI | NO | 0 |
faction1 | smallint(6) | unsigned | NO | 0 | |
rate_1 | float(0) | signed | NO | 0 | |
rank_1 | tinyint(3) | unsigned | NO | 0 | |
faction2 | smallint(6) | unsigned | NO | 0 | |
rate_2 | float(0) | signed | NO | 0 | |
rank_2 | tinyint(3) | unsigned | NO | 0 | |
faction3 | smallint(6) | unsigned | NO | 0 | |
rate_3 | float(0) | signed | NO | 0 | |
rank_3 | tinyint(3) | unsigned | NO | 0 |
Value | Rank |
---|---|
0 | Hated |
1 | Hostil |
2 | Unfriendly |
3 | Neutral |
4 | Friendly |
5 | Honored |
6 | Revered |
7 | Exalted |