From 368d619d92336bc52d56c2c923549e41a03a7257 Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Sat, 17 May 2014 21:43:29 +0200 Subject: [PATCH] Better spelling and remove some early getting stuckness. --- data/location_decks/puzzles/chess.yaml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/data/location_decks/puzzles/chess.yaml b/data/location_decks/puzzles/chess.yaml index 4234573..dca1a9f 100644 --- a/data/location_decks/puzzles/chess.yaml +++ b/data/location_decks/puzzles/chess.yaml @@ -4,7 +4,7 @@ puzzle: true # This field is ignored, but it's a useful place to put some action definitions # we can reference later. _action_defitions: - - &PHYRRIC-VICTORY + - &PYRRHIC-VICTORY action_class: GenericBits required_bits: [RED, GREEN, BLUE] data: @@ -23,7 +23,7 @@ _card_definitions: required_bits: [] data: chesspiece: BISHOP - - *PHYRRIC-VICTORY + - *PYRRHIC-VICTORY - &CHESS-WIN-CARD-CASTLE card_name: 'chess-win-rook' actions: @@ -31,7 +31,7 @@ _card_definitions: required_bits: [] data: chesspiece: CASTLE - - *PHYRRIC-VICTORY + - *PYRRHIC-VICTORY - &CHESS-WIN-CARD-KNIGHT card_name: 'chess-win-knight' actions: @@ -39,13 +39,13 @@ _card_definitions: required_bits: [] data: chesspiece: KNIGHT - - *PHYRRIC-VICTORY + - *PYRRHIC-VICTORY - &CHESS-WIN-CARD-SEPPUKU card_name: 'chess-win-seppuku' actions: - action_class: LoseHealthOrMSB required_bits: [] - - *PHYRRIC-VICTORY + - *PYRRHIC-VICTORY - &TEST-BORING card_name: 'test-boring' actions: @@ -69,6 +69,7 @@ _card_definitions: data: toggle: [RED] clear: [NORTH, EAST, WEST] + set: [SOUTH] - &CHESS-SOUTH card_name: 'chess-south' bits: [SOUTH, EAST, WEST, RED, GREEN] @@ -78,6 +79,7 @@ _card_definitions: data: toggle: [RED, GREEN] clear: [SOUTH, EAST, WEST] + set: [NORTH] - &CHESS-EAST card_name: 'chess-east' bits: [NORTH, SOUTH, EAST, RED, BLUE] @@ -87,7 +89,7 @@ _card_definitions: data: toggle: [RED, BLUE] clear: [NORTH, SOUTH, EAST] - + set: [WEST] - &CHESS-WEST card_name: 'chess-west' bits: [NORTH, SOUTH, WEST, BLUE, MSB] @@ -97,6 +99,7 @@ _card_definitions: data: toggle: [BLUE, MSB] clear: [NORTH, SOUTH, WEST] + set: [EAST] cards: - *CHESS-WIN-CARD-BISHOP -- 2.34.1