PAX: Difference between revisions

From Planetarion Wiki
Jump to navigationJump to search
No edit summary
 
KingAlan (talk | contribs)
No edit summary
Line 1: Line 1:
Officially '''PAX''' is the name for Planetarion's [[Round 10]]. Due to the interim [[Round 9.5]] it was actually the 11th round. PAX introduced a large set of changes, including a whole new codebase and radically different gameplay. Many things are discussed in pre-PAX and PAX terms (the latter being the current style of game). For example, the pre-PAX [[combat]] engine was more complicated than the current engine. Combat also lasted up to 3 ticks in pre-PAX rounds.
Officially '''PAX''' is the name for Planetarion's [[Round 10]]. Due to the interim [[Round 9.5]] it was actually the 11th round. PAX introduced a large set of changes, including a whole new codebase and radically different gameplay. Many things are discussed in pre-PAX and PAX terms (the latter being the current style of game). For example, the pre-PAX [[combat]] engine was more complicated than the current engine. Combat also lasted up to 3 ticks in pre-PAX rounds.
Before PAX, player score was simply equal to his/her [[value]]. With PAX, [[XP]] (Experience Points) entered the picture. Now, score is determined by:
Score = (XP times 60) + Value.

Revision as of 22:16, 11 October 2005

Officially PAX is the name for Planetarion's Round 10. Due to the interim Round 9.5 it was actually the 11th round. PAX introduced a large set of changes, including a whole new codebase and radically different gameplay. Many things are discussed in pre-PAX and PAX terms (the latter being the current style of game). For example, the pre-PAX combat engine was more complicated than the current engine. Combat also lasted up to 3 ticks in pre-PAX rounds.

Before PAX, player score was simply equal to his/her value. With PAX, XP (Experience Points) entered the picture. Now, score is determined by:

Score = (XP times 60) + Value.