WaysTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with 'This table stores information on the different Ways of Magic. {| border="1" |- ! field ! type ! foreign key ! description |- | id | integer | N | Unique ID number for way |- | …'
 
Grimston (talk | contribs)
No edit summary
 
(3 intermediate revisions by 3 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.  


{| border="1"
{| class="wikitable"
|+
!UE
!Field
!Type
!Key Type
!Default
!Extra
!Description
|-
|-
! field
|
! type
|id
! foreign key
|int(8) unsigned
! description
|PRI
|
|auto_increment
|Unique ID number for way 
|-
|-
| id
|
| integer
|name
| N
|varchar(20)
| Unique ID number for way
|
|
|
|The name of the way  
|-
|-
| name
|
| varchar
|skill
| N
|int(11)
| The name of the Way of Magic.
|
|
|
|The skill related to this way
|-
|
|related_stat
|int(11)
|
|
|
|The stat which has an influence on this way
|}
|}
[[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