summaryrefslogtreecommitdiff
path: root/docs/game_event_quest_condition.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/game_event_quest_condition.md')
-rw-r--r--docs/game_event_quest_condition.md75
1 files changed, 11 insertions, 64 deletions
diff --git a/docs/game_event_quest_condition.md b/docs/game_event_quest_condition.md
index 10f9de0..334c72e 100644
--- a/docs/game_event_quest_condition.md
+++ b/docs/game_event_quest_condition.md
@@ -8,70 +8,17 @@ This table contains the mapping of a quest in a world event to the condition tha
**Structure**
-<table>
-<colgroup>
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-</colgroup>
-<tbody>
-<tr class="odd">
-<td><p><strong>Field</strong></p></td>
-<td><p><strong>Type</strong></p></td>
-<td><p><strong>Attributes</strong></p></td>
-<td><p><strong>Key</strong></p></td>
-<td><p><strong>Null</strong></p></td>
-<td><p><strong>Default</strong></p></td>
-<td><p><strong>Extra</strong></p></td>
-<td><p><strong>Comment</strong></p></td>
-</tr>
-<tr class="even">
-<td><p><a href="#evententry">eventEntry</a></p></td>
-<td><p>tinyint(3)</p></td>
-<td><p>unsigned</p></td>
-<td><p> </p></td>
-<td><p>NO</p></td>
-<td><p> </p></td>
-<td><p> </p></td>
-<td><p> </p></td>
-</tr>
-<tr class="odd">
-<td><p><a href="#quest">quest</a></p></td>
-<td><p>mediumint(8)</p></td>
-<td><p>unsigned</p></td>
-<td><p>PRI</p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p> </p></td>
-<td><p> </p></td>
-</tr>
-<tr class="even">
-<td><p><a href="#condition_id">condition_id</a></p></td>
-<td><p>mediumint(8)</p></td>
-<td><p>unsigned</p></td>
-<td><p> </p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p> </p></td>
-<td><p> </p></td>
-</tr>
-<tr class="odd">
-<td><p><a href="#num">num</a></p></td>
-<td><p>float</p></td>
-<td><p>signed</p></td>
-<td><p> </p></td>
-<td><p>YES</p></td>
-<td><p>0</p></td>
-<td><p> </p></td>
-<td><p> </p></td>
-</tr>
-</tbody>
-</table>
+| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
+|-------------------|--------------|------------|-----|------|---------|-------|---------|
+| [eventEntry][1] | tinyint(3) | unsigned | | NO | | | |
+| [quest][2] | mediumint(8) | unsigned | PRI | NO | 0 | | |
+| [condition_id][3] | mediumint(8) | unsigned | | NO | 0 | | |
+| [num][4] | float | signed | | YES | 0 | | |
+
+[1]: #evententry
+[2]: #quest
+[3]: #condition_id
+[4]: #num
**Description of the fields**