Fix bits and add new action.
[naja.git] / data / location_decks / test.yaml
1 description: "Test location deck."
2
3 # This field is ignored, but it's a useful place to put some action definitions
4 # we can reference later.
5 _standard_actions:
6   bad_default: &SET-BITS-DEFAULT
7     action_class: 'LoseHealthOrMSBAndSetBits'
8     required_bits: []
9   bad_default: &BAD-DEFAULT
10     action_class: 'LoseHealthOrMSB'
11     required_bits: []
12   toggle_bits_c: &TOGGLE-BITS-C
13     action_class: 'ToggleBits'
14     required_bits: [CYAN]
15   set_bits_ym: &SET-BITS-YM
16     action_class: 'SetBits'
17     required_bits: [YELLOW, MAGENTA]
18
19 cards:
20   - actions:
21     - *SET-BITS-DEFAULT
22   - actions:
23     - *BAD-DEFAULT
24     - *TOGGLE-BITS-C
25     - *SET-BITS-YM
26   - actions:
27     - action_class: 'ToggleBits'
28       required_bits: [YELLOW]
29   - actions:
30     - *SET-BITS-YM