X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=data%2Flocation_decks%2Ftest.yaml;h=3c650320faf3563956cd98f6d971995840f2b378;hb=0dfef62c2ebdab980497ca8c26bc3228f47b9069;hp=42a3d0004cd730cdff1dd700a5f945688775e211;hpb=7ce574e6d8521f74fab9ca65847a49492c5783b5;p=naja.git diff --git a/data/location_decks/test.yaml b/data/location_decks/test.yaml index 42a3d00..3c65032 100644 --- a/data/location_decks/test.yaml +++ b/data/location_decks/test.yaml @@ -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}