More tile juggling.
[naja.git] / data / location_decks / test.yaml
index 42a3d0004cd730cdff1dd700a5f945688775e211..3c650320faf3563956cd98f6d971995840f2b378 100644 (file)
@@ -44,3 +44,19 @@ cards:
     - action_class: 'ShiftLocations'
       required_bits: [GREEN, BLUE]
       data: {'direction': NORTH}
+  - bits: [RED, GREEN]  # colour-blind robot!
+    actions:
+    - action_class: 'ToggleBits'
+      required_bits: [GREEN]
+  - actions:
+    - action_class: 'AllowChessMove'
+      required_bits: [RED, BLUE]
+      data: {'chesspiece': KNIGHT}
+  - actions:
+    - action_class: 'AllowChessMove'
+      required_bits: [RED, BLUE]
+      data: {'chesspiece': BISHOP}
+  - actions:
+    - action_class: 'AllowChessMove'
+      required_bits: [RED, BLUE]
+      data: {'chesspiece': CASTLE}