Cycle 15/Ruleset Draft: Difference between revisions

The Grand Unified Draft
Trungle (talk | contribs)
Spaces: spaces possibly being negative was intentional
 
(2 intermediate revisions by 2 users not shown)
Line 103: Line 103:


== Initialization ==
== Initialization ==
If no spaces exist, then the following occur:
Upon the first instant that this rule takes effect, the following occur in order:
* Spaces are created for each integer N from 0 to 39.
* For each integer 0 to 39, in ascending numerical order, a space is hereby created with that identifier if it does not already exist.
* Each space N leads to space N+1, except for space 39, which leads to space 0.
* For each space with identifiers 0 to 38, in ascending numerical order, that space's successors is hereby the set consisting solely of the space with the next numerical ID.
* The type of space 0 is set to Crystal.
* Hereby, the sole successor of space 39 is space 0.
* Hereby, the type of space 0 is Crystal.
* This rule is repealed.
* This rule is repealed.


Line 113: Line 114:


=== Spaces ===
=== Spaces ===
A space is an entity. Each space has an identifier, which is a non-negative integer unique among spaces. An attempt to create a space with an invalid or duplicated identifier fails, rules to the contrary notwithstanding. The space with identifier N is known as "Space N".
A space is an entity. Each space has an identifier, which is an integer unique among spaces. An attempt to create a space with an invalid or duplicated identifier fails, rules to the contrary notwithstanding. The space with identifier N is known as "Space N".


A space with identifier 0 always exists, and is created immediately if it does not. This space is the initial space.
A space with identifier 0 always exists, and is created immediately if it does not. This space is the initial space.
Line 133: Line 134:
Each player can, as a progressive action, move, provided they have not done so previously in the current phase. This requires the following selections:
Each player can, as a progressive action, move, provided they have not done so previously in the current phase. This requires the following selections:
* First, a random choice of 1d10. Let the result be N.
* First, a random choice of 1d10. Let the result be N.
* Then, N selections of a space, which each space follows the prior selected space (and the first seleced space follows the player's current space).
* Then, N selections of a space, where each space follows the prior selected space (and the first seleced space follows the player's current space).


When a player moves, the following happen in order:
When a player moves, the following happen in order: