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 Characteristics, Skills, and Powers 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,
Can Be Modulated By
Death Consequences, Neighbors,
Diegetic Aspects
Interface Aspects
Narration Aspects
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
Death Consequences, Improved Abilities, Neighbors, Powers, Skills
Possible Closure Effects
-
Potentially Conflicting With
-
History
New pattern created in this wiki.
References
-
Acknowledgements
-