diff --git a/campaigns/eoe/ice_and_death_part_2.json b/campaigns/eoe/ice_and_death_part_2.json
index e5376ec96..72d540ebf 100644
--- a/campaigns/eoe/ice_and_death_part_2.json
+++ b/campaigns/eoe/ice_and_death_part_2.json
@@ -145,6 +145,7 @@
"id": "check_dr_mala_singh",
"text": "In addition, if Dr. Mala Sinha is missing:",
"border_only": true,
+ "border_color": "interlude",
"type": "branch",
"condition": {
"type": "partner_status",
@@ -283,6 +284,7 @@
"id": "check_danforth",
"text": "In addition, if Danforth is missing:",
"border_only": true,
+ "border_color": "interlude",
"type": "branch",
"condition": {
"type": "partner_status",
@@ -421,6 +423,7 @@
"id": "check_roald_ellsworth",
"text": "In addition, if Roald Ellsworth is missing:",
"border_only": true,
+ "border_color": "interlude",
"type": "branch",
"condition": {
"type": "partner_status",
@@ -559,6 +562,7 @@
"id": "check_takada_hiroko",
"text": "In addition, if Takada Hiroko is missing:",
"border_only": true,
+ "border_color": "interlude",
"type": "branch",
"condition": {
"type": "partner_status",
diff --git a/cards/zbh.json b/cards/zbh.json
index 1a7b949a6..db5b59657 100644
--- a/cards/zbh.json
+++ b/cards/zbh.json
@@ -376,6 +376,7 @@
"quantity": 2,
"skill_intellect": 1,
"slot": "Accessory",
+ "tags": "pa.",
"text": "Barkham deck only.\nYou get +1 [intellect] while investigating and also +1 skill value during parley actions, because, I mean, honestly, look at you.",
"traits": "Item. Tool. Classy.",
"type_code": "asset",
diff --git a/cards/zbt.json b/cards/zbt.json
index c63371ece..860566375 100644
--- a/cards/zbt.json
+++ b/cards/zbt.json
@@ -129,7 +129,8 @@
"skill_agility": 1,
"slot": "Body",
"subname": "Designed by the Council of Polls",
- "text": "Reduce the difficulty of skill tests you perform during 'parley' actions by 2.\n[action] Exhaust Fine Clothes: Parley. Choose an enemy at your location and test your lowest skill (X), where X is that enemy's printed health. If you succeed, choose an [[Ally]] in your hand with cost X or less and play it, ignoring its cost.",
+ "tags": "pa.",
+ "text": "Reduce the difficulty of skill tests you perform during 'cha' actions by 2.\n[action] Exhaust Fine Clothes: Parley. Choose an enemy at your location and test your lowest skill (X), where X is that enemy's printed health. If you succeed, choose an [[Ally]] in your hand with cost X or less and play it, ignoring its cost.",
"traits": "Item. Clothing.",
"type_code": "asset",
"xp": 3
diff --git a/cards/zoc.json b/cards/zoc.json
index ae05c8108..615521389 100644
--- a/cards/zoc.json
+++ b/cards/zoc.json
@@ -257,12 +257,12 @@
"faction_code": "neutral",
"flavor": "Some people would do anything to get their case heard.",
"health": 3,
-"illustrator": "Elder Sign: Gates of Arkham",
+ "illustrator": "Elder Sign: Gates of Arkham",
"name": "Unhappy Client",
"pack_code": "zoc",
"position": 9,
"quantity": 1,
- "restrictions": "investigator:zoc_31004",
+ "restrictions": "investigator:zoc_31004",
"subtype_code": "weakness",
"text": "Prey - Rodney Dorman only.\nHunter.\nTreat all [[Case]] assets' printed text box as if it were blank (except for [[Traits]]).\n[action] Parley. Place 1 of your clues at your location. Deal 1 damage to Unhappy Client.",
"traits": "Humanoid. Criminal.",
diff --git a/chaos_tokens.json b/chaos_tokens.json
index e2411a87e..2b4023ec5 100644
--- a/chaos_tokens.json
+++ b/chaos_tokens.json
@@ -7646,7 +7646,7 @@
"counter": {
"prompt": "Number of cards in the Traitor Deck",
"min": 0,
- "adjustment": 4,
+ "adjustment": -4,
"scale": -1
}
},
@@ -7685,7 +7685,7 @@
"counter": {
"prompt": "Number of cards in the Traitor Deck",
"min": 0,
- "adjustment": 5,
+ "adjustment": -5,
"scale": -1
}
},
diff --git a/i18n/ru/campaigns/zdm/lost_quantum.po b/i18n/ru/campaigns/zdm/lost_quantum.po
index 0e8c204a2..bb340c6bd 100644
--- a/i18n/ru/campaigns/zdm/lost_quantum.po
+++ b/i18n/ru/campaigns/zdm/lost_quantum.po
@@ -13,6 +13,9 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
"X-Generator: Poedit 3.4.2\n"
+msgid "Proceed to Resolution 1."
+msgstr "Перейти к Исходу 1"
+
msgid "Scenario IIIa: Lost Quantum"
msgstr ""
@@ -55,9 +58,6 @@ msgstr ""
msgid "Did an investigator resign with the Erwin Simmons story asset under their control?"
msgstr ""
-msgid "Proceed to Resolution 1."
-msgstr "Перейти к Исходу 1"
-
msgid "Elbrus Station has been lost in the quantum realm."
msgstr ""
diff --git a/schema/refs/effect.schema.json b/schema/refs/effect.schema.json
index 2eb1c50bb..3c8a9eb49 100644
--- a/schema/refs/effect.schema.json
+++ b/schema/refs/effect.schema.json
@@ -771,6 +771,9 @@
},
"hidden": {
"type": "boolean"
+ },
+ "min": {
+ "type": "number"
}
},
"required": [
diff --git a/schema/refs/step.schema.json b/schema/refs/step.schema.json
index 5116c4704..0d8a52a39 100644
--- a/schema/refs/step.schema.json
+++ b/schema/refs/step.schema.json
@@ -57,6 +57,9 @@
"border_only": {
"type": "boolean"
},
+ "border_color": {
+ "$ref": "types.schema.json#/definitions/borderColor"
+ },
"hidden": {
"type": "boolean"
},