Difference between revisions of "Bag Management"

From gdp3
Jump to: navigation, search
(Relations)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Category:Dynamic Patterns]]
 
[[Category:Dynamic Patterns]]
 
[[Category:Patterns]]
 
[[Category:Patterns]]
[[Category:Needs work]]
 
 
[[Category:Needs revision]]
 
[[Category:Needs revision]]
 
[[Category:Needs examples]]
 
[[Category:Needs examples]]
 
[[Category:Needs references]]
 
[[Category:Needs references]]
 
[[Category:Patterns created on the Wiki]]
 
[[Category:Patterns created on the Wiki]]
[[Category:Stub]]
 
 
[[Category:To be Published]]
 
[[Category:To be Published]]
[[Category:Staffan's current workpage]]
 
 
''Actions that allow tokens to be removed or replaced from bags without playing them.''
 
''Actions that allow tokens to be removed or replaced from bags without playing them.''
  
This pattern is a still a stub.
+
Some games make use of bags with various tokens in them to create randomness, this by letting players draw tokens blindly. However, some of these use [[Bag Management]] to let players manipulate these bags through removing or replacing tokens to get better distributions.
  
 
=== Examples ===
 
=== Examples ===
Line 20: Line 17:
  
 
== Using the pattern ==
 
== Using the pattern ==
 
+
[[Bag Management]] is a way to modify how [[Bag Building]] works. Designing it consists of which actions to manipulate the bag besides the basic ones of putting [[Tokens]] into bags and removing them later. The basic move to support [[Bag Management]] is removing [[Tokens]] without "playing" them. Options include replacing [[Tokens]] with other ones instead of removing, removing (or replacing) several, and blindly taking several but only removing (or replacing) certain ([[Yggdrasil]] makes use of the last of these).
=== Diegetic Aspects ===
+
 
+
=== Interface Aspects ===
+
 
+
=== Narration Aspects ===
+
  
 
== Consequences ==
 
== Consequences ==
 +
[[Bag Management]] adds [[Freedom of Choice]] to [[Bag Building]] and can let players create [[Player-Decided Distributions]]. This can provide a time-limited form of [[Abstract Player Construct Development]] for games with [[Abstract Player Constructs]].
  
 
== Relations ==
 
== Relations ==
[[Freedom of Choice]]
+
=== Can Instantiate ===
 
+
[[Freedom of Choice]],
[[Abstract Player Construct Development]]
+
 
+
 
[[Player-Decided Distributions]]
 
[[Player-Decided Distributions]]
  
 
+
==== with [[Abstract Player Constructs]] ====
=== Can Instantiate ===
+
[[Abstract Player Construct Development]]
-
+
 
+
==== with ... ====
+
  
 
=== Can Modulate ===
 
=== Can Modulate ===

Latest revision as of 08:43, 2 August 2015

Actions that allow tokens to be removed or replaced from bags without playing them.

Some games make use of bags with various tokens in them to create randomness, this by letting players draw tokens blindly. However, some of these use Bag Management to let players manipulate these bags through removing or replacing tokens to get better distributions.

Examples

Yggdrasil provides actions to improve the distribution of tokens in a bag by randomly drawing tokens and only replacing the wanted ones.

Anti-Examples

While Hyperborea has bag building as a core mechanic, it does not provide actions to view the contents of bags and replace or remove tokens in it. Therefore, it doesn't support Bag Management.

Using the pattern

Bag Management is a way to modify how Bag Building works. Designing it consists of which actions to manipulate the bag besides the basic ones of putting Tokens into bags and removing them later. The basic move to support Bag Management is removing Tokens without "playing" them. Options include replacing Tokens with other ones instead of removing, removing (or replacing) several, and blindly taking several but only removing (or replacing) certain (Yggdrasil makes use of the last of these).

Consequences

Bag Management adds Freedom of Choice to Bag Building and can let players create Player-Decided Distributions. This can provide a time-limited form of Abstract Player Construct Development for games with Abstract Player Constructs.

Relations

Can Instantiate

Freedom of Choice, Player-Decided Distributions

with Abstract Player Constructs

Abstract Player Construct Development

Can Modulate

Bag Building

Can Be Instantiated By

-

Can Be Modulated By

-

Possible Closure Effects

-

Potentially Conflicting With

-

History

New pattern created in this wiki.

References

-

Acknowledgements

-