summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2019-06-09 23:50:05 +0200
committerFrancesco Borzì <borzifrancesco@gmail.com>2019-06-09 23:50:05 +0200
commit75a4796f78a427c781b1feb97f8c97cc55f83755 (patch)
tree3b92d0e6146f0662a3d1971c046ff0592bdea31d
parent23dad56d89e2a05188bd8fdaffe99583aa288e3d (diff)
downloadwiki-75a4796f78a427c781b1feb97f8c97cc55f83755.tar.gz
wiki-75a4796f78a427c781b1feb97f8c97cc55f83755.tar.bz2
wiki-75a4796f78a427c781b1feb97f8c97cc55f83755.zip
Update exploration_basexp.md (#70)
-rw-r--r--docs/exploration_basexp.md46
1 files changed, 41 insertions, 5 deletions
diff --git a/docs/exploration_basexp.md b/docs/exploration_basexp.md
index 34b567b..718108b 100644
--- a/docs/exploration_basexp.md
+++ b/docs/exploration_basexp.md
@@ -1,6 +1,42 @@
-[Database Structure](Database-Structure) > [World-Database](World-Database) > [exploration_basexp](exploration_basexp)
+# exploration_basexp
-Column | Type | Description
---- | --- | ---
-Level | tinyint(3) unsigned |
-Basexp | mediumint(8) |
+[<-Back-to:World](database-world.md)
+
+<p>This table holds the base experience point information needed for when a player explores a new zone.</p>
+
+<table>
+<tbody>
+<tr class="even">
+<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>
+</tr>
+<tr class="even">
+<td><p><a href="#level">level</a></p></td>
+<td><p>tinyint(3)</p></td>
+<td><p>unasigned</p></td>
+<td><p>PRI</p></td>
+<td><p>NO</p></td>
+<td><p>0</p></td>
+</tr>
+<tr class="even">
+<td><p><a href="#basexp">basexp</a></p></td>
+<td><p>mediumint(8)</p></td>
+<td><p>signed</p></td>
+<td><p></p></td>
+<td><p>NO</p></td>
+<td><p>0</p></td>
+</tr>
+</tbody>
+</table>
+
+**Description of the fields**
+
+### level
+The player level.
+
+### basexp
+The base experience the player will recieve when he or she discovers a new zone at the level specified in the level field.