More win cards.
authorJeremy Thurgood <firxen@gmail.com>
Fri, 16 May 2014 13:45:20 +0000 (15:45 +0200)
committerJeremy Thurgood <firxen@gmail.com>
Fri, 16 May 2014 13:45:20 +0000 (15:45 +0200)
data/location_decks/standard.yaml

index ef8ecf94af841b4590cf1ad37f3c425e2d8a46d9..5ea9a7607f19ec3f516f057487f29a2d374dd68f 100644 (file)
@@ -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