- &TEST-BORING
card_name: 'test-boring'
actions:
- - action_class: 'DoNothing'
+ - action_class: DoNothing
required_bits: []
- &CHESS-CENTRE
card_name: 'chess-centre'
bits: [NORTH, SOUTH, EAST, WEST]
actions:
- - action_class: 'SetBits'
+ - action_class: SetBits
required_bits: []
- - action_class: 'AllowChessMove'
+ - action_class: AllowChessMove
data: {'chesspiece': BISHOP}
required_bits: [RED, GREEN, BLUE, MSB]
- &CHESS-NORTH
card_name: 'chess-north'
bits: [NORTH, EAST, WEST, RED]
actions:
- - action_class: 'GenericBits'
+ - action_class: GenericBits
required_bits: []
data:
toggle: [RED]
card_name: 'chess-south'
bits: [SOUTH, EAST, WEST, RED, GREEN]
actions:
- - action_class: 'GenericBits'
+ - action_class: GenericBits
required_bits: []
data:
toggle: [RED, GREEN]
card_name: 'chess-east'
bits: [NORTH, SOUTH, EAST, RED, BLUE]
actions:
- - action_class: 'GenericBits'
+ - action_class: GenericBits
required_bits: []
data:
toggle: [RED, BLUE]
card_name: 'chess-west'
bits: [NORTH, SOUTH, WEST, BLUE, MSB]
actions:
- - action_class: 'GenericBits'
+ - action_class: GenericBits
required_bits: []
data:
toggle: [BLUE, MSB]