X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=data%2Flocation_decks%2Ftest.yaml;h=b577ba34752972c4105a196648bbd76ec35b4878;hb=0cef06f581d48315a59a19ac06ca1d2be14cbb4c;hp=53a0c77dcd65e3f62701c7ee675c375bc841f20d;hpb=40a95ca09c7a7ca0b4cca019e0ca8eb7670054bc;p=naja.git diff --git a/data/location_decks/test.yaml b/data/location_decks/test.yaml index 53a0c77..b577ba3 100644 --- a/data/location_decks/test.yaml +++ b/data/location_decks/test.yaml @@ -3,9 +3,12 @@ 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 + set_bits_default: &SET-BITS-DEFAULT action_class: 'LoseHealthOrMSBAndSetBits' required_bits: [] + gain_health_default: &GAIN-HEALTH-DEFAULT + action_class: 'GainHealthAndClearBitsOrMSB' + required_bits: [] bad_default: &BAD-DEFAULT action_class: 'LoseHealthOrMSB' required_bits: [] @@ -15,6 +18,9 @@ _standard_actions: set_bits_ym: &SET-BITS-YM action_class: 'SetBits' required_bits: [YELLOW, MAGENTA] + acquire_win_token: &ACQUIRE-WIN-TOKEN + action_class: 'AcquireWinToken' + required_bits: [CYAN, MAGENTA, YELLOW] cards: - actions: @@ -28,3 +34,13 @@ cards: required_bits: [YELLOW] - actions: - *SET-BITS-YM + - actions: + - *BAD-DEFAULT + - *ACQUIRE-WIN-TOKEN + - actions: + - *GAIN-HEALTH-DEFAULT + - *TOGGLE-BITS-C + - actions: + - action_class: 'ShiftLocations' + required_bits: [CYAN, MAGENTA] + data: {'direction': NORTH}