Difference between revisions of "Critical Failures"
Line 9: | Line 9: | ||
[[Category:To be Published]] | [[Category:To be Published]] | ||
[[Category:Staffan's current workpage]] | [[Category:Staffan's current workpage]] | ||
− | '' | + | ''Predetermined negative effects that occur due randomness when trying a game action which don't occur during normal failures.'' |
− | + | The one-sentence "definition" that should be in italics.'' | |
+ | |||
+ | TV Tropes have an entry for ''Critical Failure''<ref name="tvtropes"/>. | ||
=== Examples === | === Examples === | ||
− | |||
− | |||
== Using the pattern == | == Using the pattern == | ||
− | |||
Designing [[Critical Failures]] in a game have three main components: deciding which actions can result in [[Critical Failures]], what the effects are of those failures, and what should be the probabilities of such failures. [[Combat]] is probably the most common case where [[Critical Failures]] are used through the most specific pattern [[Critical Misses]] but actions requiring the use of [[Skills]] are also common since these [[Skills]] allow easy ways to construct algorithms that decide the probabilities of [[Critical Failures]] (meaning that these two patterns modulate each other). The negative effects of [[Critical Failures]] can be described as simply attributing specific [[Penalties]] to those suffering from them, but these [[Penalties]] are typically ones that one cannot get through ordinary failures. As just mentioned, [[Skills]] can be used to calculate the probabilities of [[Critical Failures]], but these can also be modified by [[Tools]] ([[Weapons]] in the case of [[Critical Misses]]). Regardless of how the probabilities are determined, [[Randomness]] needs to be used to create [[Critical Failures]] since by definition the pattern does not depend directly on players' performances. | Designing [[Critical Failures]] in a game have three main components: deciding which actions can result in [[Critical Failures]], what the effects are of those failures, and what should be the probabilities of such failures. [[Combat]] is probably the most common case where [[Critical Failures]] are used through the most specific pattern [[Critical Misses]] but actions requiring the use of [[Skills]] are also common since these [[Skills]] allow easy ways to construct algorithms that decide the probabilities of [[Critical Failures]] (meaning that these two patterns modulate each other). The negative effects of [[Critical Failures]] can be described as simply attributing specific [[Penalties]] to those suffering from them, but these [[Penalties]] are typically ones that one cannot get through ordinary failures. As just mentioned, [[Skills]] can be used to calculate the probabilities of [[Critical Failures]], but these can also be modified by [[Tools]] ([[Weapons]] in the case of [[Critical Misses]]). Regardless of how the probabilities are determined, [[Randomness]] needs to be used to create [[Critical Failures]] since by definition the pattern does not depend directly on players' performances. | ||
Line 51: | Line 50: | ||
== References == | == References == | ||
− | + | <references> | |
+ | <ref name="tvtropes">TV Trope's [http://tvtropes.org/pmwiki/pmwiki.php/Main/CriticalFailure entry] for ''Critical Failure''.</ref> | ||
+ | </references> | ||
== Acknowledgements == | == Acknowledgements == | ||
- | - |
Revision as of 12:19, 31 December 2014
Predetermined negative effects that occur due randomness when trying a game action which don't occur during normal failures.
The one-sentence "definition" that should be in italics.
TV Tropes have an entry for Critical Failure[1].
Contents
Examples
Using the pattern
Designing Critical Failures in a game have three main components: deciding which actions can result in Critical Failures, what the effects are of those failures, and what should be the probabilities of such failures. Combat is probably the most common case where Critical Failures are used through the most specific pattern Critical Misses but actions requiring the use of Skills are also common since these Skills allow easy ways to construct algorithms that decide the probabilities of Critical Failures (meaning that these two patterns modulate each other). The negative effects of Critical Failures can be described as simply attributing specific Penalties to those suffering from them, but these Penalties are typically ones that one cannot get through ordinary failures. As just mentioned, Skills can be used to calculate the probabilities of Critical Failures, but these can also be modified by Tools (Weapons in the case of Critical Misses). Regardless of how the probabilities are determined, Randomness needs to be used to create Critical Failures since by definition the pattern does not depend directly on players' performances.
Consequences
Critical Failures are a type of Critical Results. Rather obviously, they are in conflict with Critical Successes.
Relations
Can Instantiate
Can Modulate
Can Be Instantiated By
Can Be Modulated By
Possible Closure Effects
-
Potentially Conflicting With
History
New pattern created in this wiki.
References
Acknowledgements
-