Skip to content

Commit a164bf9

Browse files
authored
Merge branch 'master' into create-pull-request/patch
2 parents 8b925c5 + fda6902 commit a164bf9

File tree

2 files changed

+92
-13
lines changed

2 files changed

+92
-13
lines changed

card_db_src/cards_db.json

Lines changed: 85 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2902,6 +2902,20 @@
29022902
"Castle"
29032903
]
29042904
},
2905+
{
2906+
"card_tag": "Catapult - Rocks",
2907+
"cardset_tags": [
2908+
"empires"
2909+
],
2910+
"cost": "3*",
2911+
"count": "0",
2912+
"group_tag": "Catapult - Rocks",
2913+
"group_top": true,
2914+
"types": [
2915+
"Action",
2916+
"Attack"
2917+
]
2918+
},
29052919
{
29062920
"card_tag": "Catapult",
29072921
"cardset_tags": [
@@ -2910,7 +2924,7 @@
29102924
"cost": "3",
29112925
"count": "5",
29122926
"group_tag": "Catapult - Rocks",
2913-
"group_top": true,
2927+
"group_top": false,
29142928
"types": [
29152929
"Action",
29162930
"Attack"
@@ -3044,6 +3058,19 @@
30443058
"Action"
30453059
]
30463060
},
3061+
{
3062+
"card_tag": "Encampment - Plunder",
3063+
"cardset_tags": [
3064+
"empires"
3065+
],
3066+
"cost": "2*",
3067+
"count": "0",
3068+
"group_tag": "Encampment - Plunder",
3069+
"group_top": true,
3070+
"types": [
3071+
"Action"
3072+
]
3073+
},
30473074
{
30483075
"card_tag": "Encampment",
30493076
"cardset_tags": [
@@ -3052,7 +3079,7 @@
30523079
"cost": "2",
30533080
"count": "5",
30543081
"group_tag": "Encampment - Plunder",
3055-
"group_top": true,
3082+
"group_top": false,
30563083
"types": [
30573084
"Action"
30583085
]
@@ -3127,6 +3154,19 @@
31273154
"Landmark"
31283155
]
31293156
},
3157+
{
3158+
"card_tag": "Gladiator - Fortune",
3159+
"cardset_tags": [
3160+
"empires"
3161+
],
3162+
"cost": "3*",
3163+
"count": "0",
3164+
"group_tag": "Gladiator - Fortune",
3165+
"group_top": true,
3166+
"types": [
3167+
"Action"
3168+
]
3169+
},
31303170
{
31313171
"card_tag": "Gladiator",
31323172
"cardset_tags": [
@@ -3135,7 +3175,7 @@
31353175
"cost": "3",
31363176
"count": "5",
31373177
"group_tag": "Gladiator - Fortune",
3138-
"group_top": true,
3178+
"group_top": false,
31393179
"types": [
31403180
"Action"
31413181
]
@@ -3257,6 +3297,19 @@
32573297
"Landmark"
32583298
]
32593299
},
3300+
{
3301+
"card_tag": "Patrician - Emporium",
3302+
"cardset_tags": [
3303+
"empires"
3304+
],
3305+
"cost": "2*",
3306+
"count": "0",
3307+
"group_tag": "Patrician - Emporium",
3308+
"group_top": true,
3309+
"types": [
3310+
"Action"
3311+
]
3312+
},
32603313
{
32613314
"card_tag": "Patrician",
32623315
"cardset_tags": [
@@ -3265,7 +3318,7 @@
32653318
"cost": "2",
32663319
"count": "5",
32673320
"group_tag": "Patrician - Emporium",
3268-
"group_top": true,
3321+
"group_top": false,
32693322
"types": [
32703323
"Action"
32713324
]
@@ -3341,6 +3394,19 @@
33413394
"Event"
33423395
]
33433396
},
3397+
{
3398+
"card_tag": "Settlers - Bustling Village",
3399+
"cardset_tags": [
3400+
"empires"
3401+
],
3402+
"cost": "2*",
3403+
"count": "0",
3404+
"group_tag": "Settlers - Bustling Village",
3405+
"group_top": true,
3406+
"types": [
3407+
"Action"
3408+
]
3409+
},
33443410
{
33453411
"card_tag": "Settlers",
33463412
"cardset_tags": [
@@ -3349,7 +3415,7 @@
33493415
"cost": "2",
33503416
"count": "5",
33513417
"group_tag": "Settlers - Bustling Village",
3352-
"group_top": true,
3418+
"group_top": false,
33533419
"types": [
33543420
"Action"
33553421
]
@@ -7349,6 +7415,19 @@
73497415
"Action"
73507416
]
73517417
},
7418+
{
7419+
"card_tag": "Sauna - Avanto",
7420+
"cardset_tags": [
7421+
"promo"
7422+
],
7423+
"cost": "4*",
7424+
"count": "0",
7425+
"group_tag": "Sauna - Avanto",
7426+
"group_top": true,
7427+
"types": [
7428+
"Action"
7429+
]
7430+
},
73527431
{
73537432
"card_tag": "Sauna",
73547433
"cardset_tags": [
@@ -7357,7 +7436,7 @@
73577436
"cost": "4",
73587437
"count": "5",
73597438
"group_tag": "Sauna - Avanto",
7360-
"group_top": true,
7439+
"group_top": false,
73617440
"types": [
73627441
"Action"
73637442
]

card_db_src/en_us/cards_en_us.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@
541541
"name": "Catapult"
542542
},
543543
"Catapult - Rocks": {
544-
"description": "<left><u>Catapult</u>:</left><n>+1 Coin<n>Trash a card from your hand. If it costs 3 Coins or more, each other player gains a Curse. If it's a Treasure, each other player discards down to 3 cards in hand.<n><left><u>Rocks</u>:</left><n>+1 Coin<line>When you gain or trash this, gain a Silver; if it is your Buy phase, put the Silver on your deck, otherwise put it into your hand.",
544+
"description": "This pile starts with 5 copies of Catapult on top, then 5 copies of Rocks. Only the top card of the pile can be gained or bought.",
545545
"extra": "If the card you trash is a treasure, each other player discards down to 3 cards in hand; if the card you trash costs 3 Coins or more, each other player gains a Curse; if it is both (e.g. Silver), both things happen; if it is neither, neither thing happens. Rocks: If you have no cards in hand left to trash, neither thing happens. If it is another player's turn, then it is not your Buy phase, so the Silver goes to your hand.",
546546
"name": "Catapult / Rocks"
547547
},
@@ -1094,7 +1094,7 @@
10941094
"name": "Encampment"
10951095
},
10961096
"Encampment - Plunder": {
1097-
"description": "<left><u>Encampment</u>:</left><n>+2 Cards<br>+2 Actions<n>You may reveal a Gold or Plunder from your hand. If you do not, set this aside, and return it to the Supply at the start of Clean-up.<n><left><u>Plunder</u>:</left><n>+2 Coin<br>+1 <VP>",
1097+
"description": "This pile starts with 5 copies of Encampment on top, then 5 copies of Plunder. Only the top card of the pile can be gained or bought.",
10981098
"extra": "Revealing a Plunder or Gold is optional. When you return Encampment to the Supply, it goes on top of its pile, potentially covering up a Plunder. Plunder: This gives you a <VP> token every time you play it.",
10991099
"name": "Encampment / Plunder"
11001100
},
@@ -1520,7 +1520,7 @@
15201520
"name": "Gladiator"
15211521
},
15221522
"Gladiator - Fortune": {
1523-
"description": "<left><u>Gladiator</u>:</left><n>If there are no Gladiators in the Supply, you cannot trash one, but that does not stop you from getting the +1 Coin. If you have no cards in hand, the player to your left cannot reveal a copy of the card you revealed, so you will get the +1 Coin and trash a Gladiator.<n><left><u>Fortune</u>:</left><n>+1 Buy<n>When you play this, double your Coin if you haven't yet this turn.<line>When you gain this, gain a Gold per Gladiator you have in play.",
1523+
"description": "This pile starts with 5 copies of Gladiator on top, then 5 copies of Fortune. Only the top card of the pile can be gained or bought.",
15241524
"extra": "If there are no Gladiators in the Supply, you cannot trash one, but that does not stop you from getting the +1 Coin. If you have no cards in hand, the player to your left cannot reveal a copy of the card you revealed, so you will get the +1 Coin and trash a Gladiator. Fortune: You only double your Coin the first time you play a Fortune in a turn; any further times only get you +1 Buy.",
15251525
"name": "Gladiator / Fortune"
15261526
},
@@ -1603,7 +1603,7 @@
16031603
]
16041604
},
16051605
"Groom": {
1606-
"description": "Gain a card costing up to 4 Coin If it's an...<br>Action card, gain a Horse;<br>Treasure card, gain a Silver;<br>Victory card, +1 Card and +1 Action.",
1606+
"description": "Gain a card costing up to 4 Coin. If it's an...<br>Action card, gain a Horse;<br>Treasure card, gain a Silver;<br>Victory card, +1 Card and +1 Action.",
16071607
"extra": "First gain a card, then apply the bonuses in the order listed.<n>A card can give you multiple bonuses; for example, if you gain a Mill (from Intrigue), you gain a Horse and then get +1 Card and +1 Action.",
16081608
"name": "Groom"
16091609
},
@@ -2613,7 +2613,7 @@
26132613
"name": "Patrician"
26142614
},
26152615
"Patrician - Emporium": {
2616-
"description": "<left><u>Patrician</u>:</left><n>+1 Card<br>+1 Action<n>Reveal the top card of your deck. If it costs 5 Coin or more, put it into your hand.<n><left><u>Emporium</u>:</left><n>+1 Card<br>+1 Action<br>+1 Coin<line>When you gain this, if you have at least 5 Action cards in play, +2 <VP>.",
2616+
"description": "This pile starts with 5 copies of Patrician on top, then 5 copies of Emporium. Only the top card of the pile can be gained or bought.",
26172617
"extra": "Cards costing Debt do not cost 5 Coin or more unless they also have a Coin cost of 5 Coin or more. So Fortune does but City Quarter does not. Emporium: This counts Action cards in play, including Action cards played this turn, Duration cards in play from previous turns, and Reserve cards (from Adventures) called into play this turn.",
26182618
"name": "Patrician / Emporium"
26192619
},
@@ -3178,7 +3178,7 @@
31783178
"name": "Sauna"
31793179
},
31803180
"Sauna - Avanto": {
3181-
"description": "<left><u>Sauna</u>:</left><n>+1 Card<br>+1 Action<n>You may play an Avanto from your hand.<n>While this is in play, when you play a Silver, you may trash a card from your hand.<n><left><u>Avanto</u>:</left><n>+3 Cards<n>You may play a Sauna from your hand.",
3181+
"description": "This pile starts with 5 copies of Sauna on top, then 5 copies of Avanto. Only the top card of the pile can be gained or bought.",
31823182
"extra": "Sauna / Avanto is a split pile with five copies of Sauna placed on top of five copies of Avanto during setup. Sauna is a cantrip that allows you to trash a card when you play a Silver. Avanto is a terminal draw card that can potentially become non-terminal if you have a Sauna in your hand to play.",
31833183
"name": "Sauna / Avanto"
31843184
},
@@ -3318,7 +3318,7 @@
33183318
"name": "Settlers"
33193319
},
33203320
"Settlers - Bustling Village": {
3321-
"description": "<left><u>Settlers</u>:</left><n>+1 Card<br>+1 Action<n>Look through your discard pile. You may reveal a Copper from it and put it into your hand.<br><left><u>Bustling Village</u>:</left><n>+1 Card<br>+3 Actions<n>Look through your discard pile. You may reveal a Settlers from it and put it into your hand.",
3321+
"description": "This pile starts with 5 copies of Settlers on top, then 5 copies of Bustling Village. Only the top card of the pile can be gained or bought.",
33223322
"extra": "<u>Settlers</u>: You can look through your discard pile even if you know there is no Copper in it.<n><u>Bustling Village</u>: You can look through your discard pile even if you know there are no Settlers in it.",
33233323
"name": "Settlers / Bustling Village"
33243324
},

0 commit comments

Comments
 (0)