From 75a4796f78a427c781b1feb97f8c97cc55f83755 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 9 Jun 2019 23:50:05 +0200 Subject: Update exploration_basexp.md (#70) --- docs/exploration_basexp.md | 46 +++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) (limited to 'docs') 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) + +

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

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