diff options
| author | Walter Pagani <paganiwalter@gmail.com> | 2021-01-06 14:35:07 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-06 18:35:07 +0100 |
| commit | 6e12d64f0728ddcec447ee65d7a4ac81e9d3cba7 (patch) | |
| tree | 7ce958ac43e28184ccdb8d662e826a6871898411 /docs/exploration_basexp.md | |
| parent | 9075de0ff5cf803b10a1c461d97ec2ef61e9ec61 (diff) | |
| download | wiki-6e12d64f0728ddcec447ee65d7a4ac81e9d3cba7.tar.gz wiki-6e12d64f0728ddcec447ee65d7a4ac81e9d3cba7.tar.bz2 wiki-6e12d64f0728ddcec447ee65d7a4ac81e9d3cba7.zip | |
docs: Converting from HTML to Markdown part #3 (#331)
Diffstat (limited to 'docs/exploration_basexp.md')
| -rw-r--r-- | docs/exploration_basexp.md | 35 |
1 files changed, 7 insertions, 28 deletions
diff --git a/docs/exploration_basexp.md b/docs/exploration_basexp.md index 718108b..518a0ae 100644 --- a/docs/exploration_basexp.md +++ b/docs/exploration_basexp.md @@ -4,34 +4,13 @@ <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> +| Field | Type | Attributes | Key | Null | Default | +|-------------|--------------|------------|-----|------|---------| +| [level][1] | tinyint(3) | unasigned | PRI | NO | 0 | +| [basexp][2] | mediumint(8) | signed | | NO | 0 | + +[1]: #level +[2]: #basexp **Description of the fields** |
