Mark all the bits.
authorSimon Cross <hodgestar@gmail.com>
Sat, 17 May 2014 20:13:55 +0000 (22:13 +0200)
committerSimon Cross <hodgestar@gmail.com>
Sat, 17 May 2014 20:14:06 +0000 (22:14 +0200)
data/location_decks/puzzles/chess.yaml

index dca1a9f8931c86ea25a18e1292f10d7235fd346f..aabfe7b151c1e2af6485410a6ddefc02de78f889 100644 (file)
@@ -18,6 +18,7 @@ _action_defitions:
 _card_definitions:
   - &CHESS-WIN-CARD-BISHOP
     card_name: 'chess-win-bishop'
+    bits: [NORTH, SOUTH, EAST, WEST, RED, GREEN, BLUE, MSB]
     actions:
       - action_class: AllowChessMove
         required_bits: []
@@ -26,6 +27,7 @@ _card_definitions:
       - *PYRRHIC-VICTORY
   - &CHESS-WIN-CARD-CASTLE
     card_name: 'chess-win-rook'
+    bits: [NORTH, SOUTH, EAST, WEST, RED, GREEN, BLUE, MSB]
     actions:
       - action_class: AllowChessMove
         required_bits: []
@@ -34,6 +36,7 @@ _card_definitions:
       - *PYRRHIC-VICTORY
   - &CHESS-WIN-CARD-KNIGHT
     card_name: 'chess-win-knight'
+    bits: [NORTH, SOUTH, EAST, WEST, RED, GREEN, BLUE, MSB]
     actions:
       - action_class: AllowChessMove
         required_bits: []
@@ -42,6 +45,7 @@ _card_definitions:
       - *PYRRHIC-VICTORY
   - &CHESS-WIN-CARD-SEPPUKU
     card_name: 'chess-win-seppuku'
+    bits: [NORTH, SOUTH, EAST, WEST, RED, GREEN, BLUE, MSB]
     actions:
       - action_class: LoseHealthOrMSB
         required_bits: []
@@ -62,7 +66,7 @@ _card_definitions:
         required_bits: [RED, GREEN, BLUE, MSB]
   - &CHESS-NORTH
     card_name: 'chess-north'
-    bits: [NORTH, EAST, WEST, RED]
+    bits: [NORTH, SOUTH, EAST, WEST, RED]
     actions:
       - action_class: GenericBits
         required_bits: []
@@ -72,7 +76,7 @@ _card_definitions:
           set: [SOUTH]
   - &CHESS-SOUTH
     card_name: 'chess-south'
-    bits: [SOUTH, EAST, WEST, RED, GREEN]
+    bits: [NORTH, SOUTH, EAST, WEST, RED, GREEN]
     actions:
       - action_class: GenericBits
         required_bits: []
@@ -82,7 +86,7 @@ _card_definitions:
           set: [NORTH]
   - &CHESS-EAST
     card_name: 'chess-east'
-    bits: [NORTH, SOUTH, EAST, RED, BLUE]
+    bits: [NORTH, SOUTH, EAST, WEST, RED, BLUE]
     actions:
       - action_class: GenericBits
         required_bits: []
@@ -92,7 +96,7 @@ _card_definitions:
           set: [WEST]
   - &CHESS-WEST
     card_name: 'chess-west'
-    bits: [NORTH, SOUTH, WEST, BLUE, MSB]
+    bits: [NORTH, SOUTH, EAST, WEST, BLUE, MSB]
     actions:
       - action_class: GenericBits
         required_bits: []