X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=data%2Flocation_decks%2Ftest.yaml;h=53a0c77dcd65e3f62701c7ee675c375bc841f20d;hb=03c2028fc11ba6d70ba8f8997b84f53dd7f0fd2c;hp=d26cafde89356beb56cf41fc0c40b2854b332856;hpb=5c6aa37bbb478f28c8e24ac9b56865f758a3e868;p=naja.git diff --git a/data/location_decks/test.yaml b/data/location_decks/test.yaml index d26cafd..53a0c77 100644 --- a/data/location_decks/test.yaml +++ b/data/location_decks/test.yaml @@ -3,6 +3,9 @@ description: "Test location deck." # This field is ignored, but it's a useful place to put some action definitions # we can reference later. _standard_actions: + bad_default: &SET-BITS-DEFAULT + action_class: 'LoseHealthOrMSBAndSetBits' + required_bits: [] bad_default: &BAD-DEFAULT action_class: 'LoseHealthOrMSB' required_bits: [] @@ -14,7 +17,8 @@ _standard_actions: required_bits: [YELLOW, MAGENTA] cards: - - actions: [] + - actions: + - *SET-BITS-DEFAULT - actions: - *BAD-DEFAULT - *TOGGLE-BITS-C