From: Jeremy Thurgood Date: Fri, 16 May 2014 13:45:20 +0000 (+0200) Subject: More win cards. X-Git-Tag: 0.1~224 X-Git-Url: https://git.ctpug.org.za/?a=commitdiff_plain;h=aa7608c3052c899e9e26bd1a9ae13e963fc89c4f;p=naja.git More win cards. --- diff --git a/data/location_decks/standard.yaml b/data/location_decks/standard.yaml index ef8ecf9..5ea9a76 100644 --- a/data/location_decks/standard.yaml +++ b/data/location_decks/standard.yaml @@ -74,9 +74,17 @@ _standard_actions: # This field is ignored, but it's a useful place to put some action definitions # we can reference later. _standard_cards: - - &WIN-CARD + - &WIN-CARD-1 actions: - *ACQUIRE-WIN-TOKEN + - &WIN-CARD-2 + actions: + - *BAD-DEFAULT + - *ACQUIRE-WIN-TOKEN + - &WIN-CARD-3 + actions: + - *SET-BITS-DEFAULT + - *ACQUIRE-WIN-TOKEN - &KNIGHT-AND-SET actions: @@ -131,7 +139,9 @@ _standard_cards: - *HEAL-RB cards: - - *WIN-CARD + - *WIN-CARD-1 + - *WIN-CARD-2 + - *WIN-CARD-3 - *KNIGHT-AND-SET - *CASTLE-AND-SET - *BISHOP-AND-SET