From b07be6d16b82960992e90989d2fc773490785889 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sat, 17 May 2014 21:58:56 +0200 Subject: [PATCH] Explain some movement bit manipulation, in the tutorial --- data/location_decks/introduction.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/location_decks/introduction.yaml b/data/location_decks/introduction.yaml index c6a4787..95b37ad 100644 --- a/data/location_decks/introduction.yaml +++ b/data/location_decks/introduction.yaml @@ -60,7 +60,7 @@ _action_definitions: 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' @@ -80,7 +80,7 @@ _action_definitions: action_class: 'GenericBits' required_bits: [] data: - message: "Go back." + message: "Go back. Set {WEST}. Clear {NORTH,SOUTH,EAST}." set: [WEST] clear: [EAST, SOUTH, NORTH] @@ -103,7 +103,7 @@ _action_definitions: 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] @@ -171,7 +171,7 @@ _action_definitions: 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] @@ -184,7 +184,7 @@ _action_definitions: 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] -- 2.34.1