Better spelling and remove some early getting stuckness.
authorSimon Cross <hodgestar@gmail.com>
Sat, 17 May 2014 19:43:29 +0000 (21:43 +0200)
committerSimon Cross <hodgestar@gmail.com>
Sat, 17 May 2014 19:43:39 +0000 (21:43 +0200)
data/location_decks/puzzles/chess.yaml

index 42345731715aba6086110591ea702b51ce2872fe..dca1a9f8931c86ea25a18e1292f10d7235fd346f 100644 (file)
@@ -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