Difference between revisions of "Character Levels"

From gdp3
Jump to: navigation, search
(Using the pattern)
Line 17: Line 17:
  
 
=== Examples ===
 
=== Examples ===
 +
[[:Category:Roleplaying Games]] like [[Dungeons & Dragons]], the [[Diablo series]], the [[Elder Scrolls series]], and the [[Fallout series]] make use of [[Character Levels]]. However, it is common in many other types of games, for examples see the list at Giant Bomb for the concept of [http://www.giantbomb.com/leveling-up/3015-475/|Leveling Up].
  
 
==== Anti-Examples ====
 
==== Anti-Examples ====

Revision as of 11:33, 4 July 2016

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.

Examples

Category:Roleplaying Games like Dungeons & Dragons, the Diablo series, the Elder Scrolls series, and the Fallout series make use of Character Levels. However, it is common in many other types of games, for examples see the list at Giant Bomb for the concept of Up.

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. In Massively Multiplayer Online Games, attention typically needs to be given to supporting Endgame gameplay for all players that have reached the maximum level (this can be important in other games as well, but the number of players and their possibility to interact with other players makes it vital in Massively Multiplayer Online Games). Second, what specific requirements needs to be met to reach each level. Having a specific amount of Experience Points is one option (found for example in Dungeons & Dragons) but the Elder Scrolls series shows another way through requiring a certain number of points in Skills to have been gained. 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). A more uncommon effect is to increase the number of Helpers a player can have. 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 of Characters 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. Reaching a new Character Levels represents Character Development for Characters and can be either the result of Character Defining Actions or result in these when choices are made about how to develop.

Relations

Can Instantiate

Characteristics, Gain Competence, Scores, Unlocking

with Characters

Character Defining Actions, Character Development

with Massively Multiplayer Online Games

Endgame

Can Modulate

Characters, Helpers, Massively Multiplayer Online Games, New Abilities

Can Be Instantiated By

-

Can Be Modulated By

Attributes, Character Classes, Death Consequences, Experience Points, Improved Abilities, Neighbors, Powers, Skills

Possible Closure Effects

-

Potentially Conflicting With

-

History

New pattern created in this wiki.

References

-

Acknowledgements

-