Module

OldSchool.Level

Package
purescript-oldschool
Repository
maxdeviant/purescript-oldschool

#Level Source

newtype Level

A level in a skill.

Constructors

Instances

#fromExp Source

fromExp :: Exp -> Level

Returns the level that corresponds to the specified XP value.

#toExp Source

toExp :: Level -> Exp

Returns the amount of XP required to reach the specified level.