pets¶
Info
This page was last generated 2023.04.23
Relationship Diagram(s)¶
Relationships¶
Relationship Type | Local Key | Relates to Table | Foreign Key |
---|---|---|---|
One-to-One | npcID | npc_types | id |
One-to-One | type | npc_types | name |
One-to-One | equipmentset | pets_equipmentset | set_id |
Schema¶
Column | Data Type | Description |
---|---|---|
id | int | Unique Pet Identifier |
type | varchar | NPC Type Name |
petpower | int | Pet Power |
npcID | int | NPC Type Identifier |
temp | tinyint | Temporary: 0 = False, 1 = True |
petcontrol | tinyint | Pet Control: 0 = No Control, 1 = No Attack Control, 2 = Full Control |
petnaming | tinyint | Pet Naming: 0 = Soandsos Pet, 1 = Soandsos Familiar, 2 = Soandsos Warder, 3 = Random Naming (i.e. Gobaner), 4 = Keeps name from npc_types table |
monsterflag | tinyint | Monster Flag: 0 = False, 1 = True |
equipmentset | int | Pet Equipment Set Identifier |