# exploration_basexp [<-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.