Skip to content

Commit 1996f9c

Browse files
committed
ignore file and update a jaml
1 parent ade0c1c commit 1996f9c

File tree

2 files changed

+17
-39
lines changed

2 files changed

+17
-39
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,4 @@ mcp-config.json
6969
/seeds
7070
/vue-jaml-ui
7171
/jamluiv99/dist
72+
/JamlFilters

JamlFilters/Q.JAML

Lines changed: 16 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,37 @@
1-
name: Luchador Double Tag Build
1+
name: Luchador Triple Tag Build
22
author: Motely Genie
33
description: Luchado, boss blind with double tag combo, and voucher support for big blind one-shot.
44
deck: Plasma
55
Stake: White
66
must:
7+
- tag: DoubleTag
8+
antes: [1,2]
9+
min: 2
710
- joker: Stuntman
811
antes: [1,2,3]
912
sources:
10-
packSlots: [0,1]
11-
shopSlots: [0,1]
13+
packSlots: [0,1,2,3]
14+
shopSlots: [0,1,2,3]
1215
- joker: Luchador
13-
antes: [2,3,4]
16+
antes: [3,4]
1417
sources:
1518
packSlots: [0,1]
1619
shopSlots: [0,1]
1720
should:
21+
- tag: DoubleTag
22+
antes: [1,2]
23+
score: 25
24+
- joker: DietCola
25+
antes: [1,2]
26+
score: 25
1827
- tag: VoucherTag
1928
antes: [5,6,7,8]
20-
- joker: DietCola
21-
antes: [1,2,3]
22-
score: 10
23-
- spectralCard: Ankh
24-
packSlots: [1]
25-
antes: [1]
26-
score: 10
27-
- And:
28-
label: "Ante 2 HIT!"
29-
score: 100
30-
clauses:
31-
- smallBlindTags: [EconomyTag, InvestmentTag, CouponTag, CharmTag, EtherealTag]
32-
antes: [2]
33-
- bigBlindTag: CharmTag
34-
antes: [2]
35-
- joker: Luchador
36-
antes: [2]
37-
sources:
38-
packSlots: [0,1]
39-
shopSlots: [0,1]
40-
- And:
41-
label: "Ante 3 HIT!"
42-
score: 100
43-
clauses:
44-
- smallBlindTags: [EconomyTag, InvestmentTag, CouponTag, CharmTag, EtherealTag]
45-
antes: [3]
46-
- bigBlindTag: CharmTag
47-
antes: [3]
48-
- joker: Luchador
49-
antes: [3]
50-
sources:
51-
packSlots: [0,1]
52-
shopSlots: [0,1]
29+
5330
- And:
5431
label: "Ante 3 HIT!"
5532
score: 100
5633
clauses:
57-
- smallBlindTags: [EconomyTag, InvestmentTag, CouponTag, CharmTag, EtherealTag]
34+
- smallBlindTags: [BossTag, CouponTag, D6Tag, DoubleTag, EconomyTag, GarbageTag, HandyTag, InvestmentTag, NegativeTag, PolychromeTag, VoucherTag]
5835
antes: [3]
5936
- bigBlindTag: CharmTag
6037
antes: [3]
@@ -67,7 +44,7 @@ should:
6744
label: "Ante 4 HIT!"
6845
score: 100
6946
clauses:
70-
- smallBlindTags: [EconomyTag, InvestmentTag, CouponTag, CharmTag, EtherealTag]
47+
- smallBlindTags: [BossTag, CouponTag, D6Tag, DoubleTag, EconomyTag, GarbageTag, HandyTag, InvestmentTag, NegativeTag, PolychromeTag, VoucherTag]
7148
antes: [4]
7249
- bigBlindTag: CharmTag
7350
antes: [4]

0 commit comments

Comments
 (0)