X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=data%2Flocation_decks%2Fintroduction.yaml;h=e1011f08522d14ce4a169c4f2ce496fc33d847d1;hb=2225b90b4f08fe011a22d29027fc28f13c94f401;hp=4f7979b16872f4dfdafa6b107b07b194bd74b6b2;hpb=0e194e3fdf803dca638aff1d0c40b2d70cfe4b4e;p=naja.git diff --git a/data/location_decks/introduction.yaml b/data/location_decks/introduction.yaml index 4f7979b..e1011f0 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,13 +80,13 @@ _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] - &STEP5-CARD card_name: 'step5' - bits: [] + bits: [NORTH, SOUTH, EAST, WEST] actions: - *STEP5-ACTION-BLUE - *STEP5-ACTION-DEFAULT @@ -103,13 +103,13 @@ _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] - &STEP6-CARD card_name: 'step6' - bits: [BLUE] + bits: [NORTH, SOUTH, EAST, WEST, BLUE] actions: - *STEP6-ACTION-RED - *STEP6-ACTION-DEFAULT @@ -171,12 +171,13 @@ _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] - &STEP11-CARD card_name: 'step11' + bits: [NORTH, SOUTH, EAST, WEST] actions: - *STEP11-ACTION @@ -184,11 +185,13 @@ _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. Set {NORTH}. Clear {SOUTH,EAST,WEST}." set: [NORTH] clear: [SOUTH, EAST, WEST] - &STEP12-CARD card_name: 'step12' + bits: [NORTH, SOUTH, EAST, WEST] actions: - *STEP12-ACTION @@ -201,6 +204,7 @@ _action_definitions: - &STEP13-CARD card_name: 'step13' + bits: [EAST, NORTH, SOUTH, WEST] actions: - *STEP13-ACTION