X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=data%2Flocation_decks%2Ftest.yaml;h=3c650320faf3563956cd98f6d971995840f2b378;hb=aac1783aa9c84031bb37d74616ee72a7b32ebeac;hp=a2a6e496a5c3a00a18598bd8d752a2169ae6e42e;hpb=d2d864e01ddcf38536812f37b8bffb3ee3227d4f;p=naja.git diff --git a/data/location_decks/test.yaml b/data/location_decks/test.yaml index a2a6e49..3c65032 100644 --- a/data/location_decks/test.yaml +++ b/data/location_decks/test.yaml @@ -47,4 +47,16 @@ cards: - bits: [RED, GREEN] # colour-blind robot! actions: - action_class: 'ToggleBits' - required_bits: [GREEN] \ No newline at end of file + 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}