spawnentry¶
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 | content_flags | content_flags | flag_name |
One-to-One | content_flags_disabled | content_flags | flag_name |
One-to-One | spawngroupID | spawngroup | id |
One-to-One | npcID | npc_types | id |
Schema¶
Column | Data Type | Description |
---|---|---|
spawngroupID | int | Unique Spawn Group Identifier |
npcID | int | NPC Type Identifier |
chance | smallint | Chance: 0 = Never, 100 = Always |
condition_value_filter | mediumint | Condition Value Filter |
min_expansion | tinyint | Minimum Expansion |
max_expansion | tinyint | Maximum Expansion |
content_flags | varchar | Content Flags Required to be Enabled |
content_flags_disabled | varchar | Content Flags Required to be Disabled |