Character Levels
An enumeration of states characters can progress through, gaining and improving abilities as they are reached.
This pattern is a still a stub.
Note: this pattern is not about the concept of parts of a game that players are confined to until certain goals or end condition has been fulfilled. That concept is described in the pattern Levels.
Contents
Examples
Anti-Examples
optional
Using the pattern
There are a number of design choices related to creating a system of Character Levels. First, how many Character Levels should exist. Second, what specific requirements needs to be met to reach each level. Third, and perhaps most complex, what effects should take place when a Character Level is met. Common ones are Improved Abilities and increases in Attributes, Skills, and Powers (or more simply: Characteristics), but reaching new Character Levels can also work as Unlocking either New Abilities or Powers (in which case this pattern modulates those rather than the other way around). In addition, games with Character Classes can have individual design choices for each class.
The presence of some other patterns make them potential interact points with Character Levels. For example, games with Death Consequences can have reductions in Character Levels as one of those consequences. In games using the Neighbors pattern, Character Levels can be connected to these as requirements for reaching levels.
Consequences
Character Levels are part of the Characteristics tied to a Character or player. As such it can signify a Score and each increase in Character Level can be seen as reaching a Gain Competence goal leading to Unlocking of New Abilities or Powers.
Can Instantiate
Gain Competence, Scores, Unlocking
with Characters
Character Defining Actions, Character Development
with Massively Multiplayer Online Games
Can Modulate
Characters, Helpers, Massively Multiplayer Online Games
Relations
Can Instantiate
Characteristics, Gain Competence, Scores, Unlocking
with Characters
Character Defining Actions, Character Development
with Massively Multiplayer Online Games
Can Modulate
Characters, Helpers, Massively Multiplayer Online Games, New Abilities
Can Be Instantiated By
-
Can Be Modulated By
Attributes, Character Classes, Death Consequences, Improved Abilities, Neighbors, Powers, Skills
Possible Closure Effects
-
Potentially Conflicting With
-
History
New pattern created in this wiki.
References
-
Acknowledgements
-