spawn_events¶
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 | cond_id | spawn_conditions | id |
One-to-One | zone | zone | short_name |
Schema¶
Column | Data Type | Description |
---|---|---|
id | int | Unique Spawn Event Entry Identifier |
zone | varchar | Zone Short Name |
cond_id | mediumint | Spawn Condition Identifier |
name | varchar | Name |
period | int | Period |
next_minute | tinyint | Next Minute |
next_hour | tinyint | Next Hour |
next_day | tinyint | Next Day |
next_month | tinyint | Next Month |
next_year | int | Next Year |
enabled | tinyint | Enabled: 0 = False, 1 = True |
action | tinyint | Action Type |
argument | mediumint | Argument: (Based on Action) 0 = Argument Value |
strict | tinyint | Strict Date Criteria: 0 = False, 1 = True |