PROMOTE
Keywords: PROMOTE, LEVEL, LEVELUP
=== USER MANUAL ===
Usage: promote
promote <level>
Description:
Spend Mission Points to advance to the next level. With no argument,
the command shows how much MP your next promotion costs. To promote,
type promote followed by the target level number.
You can only promote one level at a time, and the MP spent on
promotion is consumed permanently.
Cost Formula:
The MP cost to promote from level N to level N+1 is:
max(1, N * N / 3)
Cost scales quadratically -- early levels are cheap, but higher
levels become increasingly expensive.
Examples:
> promote
You need 48 MP to advance to level 13.
When you have enough mission points, type "promote 13".
> promote 13
Restrictions:
- Maximum player level is 1000.
- You must have enough MP on hand to cover the cost.
- Must be resting or better to use.
Related Helpfiles: MPCALC, MP, SHOPS
=== END MANUAL ===