X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=data%2Flocation_decks%2Ftest.yaml;h=e64c10d16c35eee87f6517d8aeb0b277f249a3b2;hb=3366f4895bef653c706d2d2b4d6177569cbfe1ad;hp=b0b0b111fe19245ac557abd70da2831173c6b164;hpb=520e32c0dbfb3cdfdf63ea762429f259fe8b7435;p=naja.git diff --git a/data/location_decks/test.yaml b/data/location_decks/test.yaml index b0b0b11..e64c10d 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: [] @@ -34,3 +37,6 @@ cards: - actions: - *BAD-DEFAULT - *ACQUIRE-WIN-TOKEN + - actions: + - *GAIN-HEALTH-DEFAULT + - *TOGGLE-BITS-C \ No newline at end of file