From 6e12d64f0728ddcec447ee65d7a4ac81e9d3cba7 Mon Sep 17 00:00:00 2001 From: Walter Pagani Date: Wed, 6 Jan 2021 14:35:07 -0300 Subject: docs: Converting from HTML to Markdown part #3 (#331) --- docs/exploration_basexp.md | 35 +++++++---------------------------- 1 file changed, 7 insertions(+), 28 deletions(-) (limited to 'docs/exploration_basexp.md') 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 @@

This table holds the base experience point information needed for when a player explores a new zone.

- - - - - - - - - - - - - - - - - - - - - - - - - - - -

Field

Type

Attributes

Key

Null

Default

level

tinyint(3)

unasigned

PRI

NO

0

basexp

mediumint(8)

signed

NO

0

+| 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** -- cgit