Explain some movement bit manipulation, in the tutorial
authorStefano Rivera <stefano@rivera.za.net>
Sat, 17 May 2014 19:58:56 +0000 (21:58 +0200)
committerStefano Rivera <stefano@rivera.za.net>
Sat, 17 May 2014 19:59:03 +0000 (21:59 +0200)
data/location_decks/introduction.yaml

index c6a47870cb20b237dda5d0773264c129dc8ba3ef..95b37ad7103c6635dfd4c597d790676dea2b5053 100644 (file)
@@ -60,7 +60,7 @@ _action_definitions:
     action_class: 'SetBits'
     required_bits: []
     data:
     action_class: 'SetBits'
     required_bits: []
     data:
-      message: "There are key bits that can be set, such as {RED}. They may be required by actions."
+      message: "There are key bits that can be set, such as {RED}. They may be required by actions. This action also sets some movement bits."
 
   - &STEP4-CARD
     card_name: 'step4'
 
   - &STEP4-CARD
     card_name: 'step4'
@@ -80,7 +80,7 @@ _action_definitions:
     action_class: 'GenericBits'
     required_bits: []
     data:
     action_class: 'GenericBits'
     required_bits: []
     data:
-      message: "Go back."
+      message: "Go back. Set {WEST}. Clear {NORTH,SOUTH,EAST}."
       set: [WEST]
       clear: [EAST, SOUTH, NORTH]
 
       set: [WEST]
       clear: [EAST, SOUTH, NORTH]
 
@@ -103,7 +103,7 @@ _action_definitions:
     action_class: 'GenericBits'
     required_bits: []
     data:
     action_class: 'GenericBits'
     required_bits: []
     data:
-      message: "This action doesn't require anything. Go back."
+      message: "This action doesn't require anything. Go back. Set {NORTH}. Clear {SOUTH,EAST,WEST}."
       set: [NORTH]
       clear: [SOUTH, EAST, WEST]
 
       set: [NORTH]
       clear: [SOUTH, EAST, WEST]
 
@@ -171,7 +171,7 @@ _action_definitions:
     action_class: 'GenericBits'
     required_bits: []
     data:
     action_class: 'GenericBits'
     required_bits: []
     data:
-      message: "We may have lied to you."
+      message: "We may have lied to you. Set {WEST}. Clear {NORTH,SOUTH,EAST}."
       set: [WEST]
       clear: [NORTH, SOUTH, EAST]
 
       set: [WEST]
       clear: [NORTH, SOUTH, EAST]
 
@@ -184,7 +184,7 @@ _action_definitions:
     action_class: 'GenericBits'
     required_bits: []
     data:
     action_class: 'GenericBits'
     required_bits: []
     data:
-      message: "In this board, tiles didn't change. In the random games, after taking an action (or the timer expires) the tile will be replaced by another one."
+      message: "In this board, tiles didn't change. In the random games, after taking an action (or the timer expires) the tile will be replaced by another one. Set {NORTH}. Clear {SOUTH,EAST,WEST}."
       set: [NORTH]
       clear: [SOUTH, EAST, WEST]
 
       set: [NORTH]
       clear: [SOUTH, EAST, WEST]