WaysTable: Difference between revisions
Jump to navigation
Jump to search
m add to category (Engine documents) |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
This table stores information on the different Ways of Magic. | This table stores information on the different Ways of Magic. | ||
{| | {| class="wikitable" | ||
|+ | |||
!UE | |||
!Field | |||
!Type | |||
!Key Type | |||
!Default | |||
!Extra | |||
!Description | |||
|- | |- | ||
| | |||
|id | |||
|int(8) unsigned | |||
|PRI | |||
| | |||
|auto_increment | |||
|Unique ID number for way | |||
|- | |- | ||
| | | | ||
| | |name | ||
| | |varchar(20) | ||
| | | | ||
| | |||
| | |||
|The name of the way | |||
|- | |- | ||
| | | | ||
| | |skill | ||
| | |int(11) | ||
| The | | | ||
| | |||
| | |||
|The skill related to this way | |||
|- | |||
| | |||
|related_stat | |||
|int(11) | |||
| | |||
| | |||
| | |||
|The stat which has an influence on this way | |||
|} | |} | ||
[[Category:Engine documents]] | [[Category:Engine documents]] |
Latest revision as of 13:33, 11 January 2022
This table stores information on the different Ways of Magic.
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
id | int(8) unsigned | PRI | auto_increment | Unique ID number for way | ||
name | varchar(20) | The name of the way | ||||
skill | int(11) | The skill related to this way | ||||
related_stat | int(11) | The stat which has an influence on this way |