Skip to content

Commit

Permalink
Card updates with tags for alessandra
Browse files Browse the repository at this point in the history
  • Loading branch information
arkhamcards committed Feb 10, 2024
1 parent 1663c3e commit 4ec925c
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 8 deletions.
4 changes: 4 additions & 0 deletions campaigns/eoe/ice_and_death_part_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions cards/zbh.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion cards/zbt.json
Original file line number Diff line number Diff line change
Expand Up @@ -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: <b>Parley.</b> 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: <b>Parley.</b> 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
Expand Down
4 changes: 2 additions & 2 deletions cards/zoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "<b>Prey</b> - Rodney Dorman only.\nHunter.\nTreat all [[Case]] assets' printed text box as if it were blank (except for [[Traits]]).\n[action] <b>Parley.</b> Place 1 of your clues at your location. Deal 1 damage to Unhappy Client.",
"traits": "Humanoid. Criminal.",
Expand Down
4 changes: 2 additions & 2 deletions chaos_tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -7646,7 +7646,7 @@
"counter": {
"prompt": "Number of cards in the Traitor Deck",
"min": 0,
"adjustment": 4,
"adjustment": -4,
"scale": -1
}
},
Expand Down Expand Up @@ -7685,7 +7685,7 @@
"counter": {
"prompt": "Number of cards in the Traitor Deck",
"min": 0,
"adjustment": 5,
"adjustment": -5,
"scale": -1
}
},
Expand Down
6 changes: 3 additions & 3 deletions i18n/ru/campaigns/zdm/lost_quantum.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <b>Resolution 1</b>."
msgstr "Перейти к <b>Исходу 1</b>"

msgid "Scenario IIIa: Lost Quantum"
msgstr ""

Expand Down Expand Up @@ -55,9 +58,6 @@ msgstr ""
msgid "Did an investigator resign with the Erwin Simmons story asset under their control?"
msgstr ""

msgid "Proceed to <b>Resolution 1</b>."
msgstr "Перейти к <b>Исходу 1</b>"

msgid "Elbrus Station has been lost in the quantum realm."
msgstr ""

Expand Down
3 changes: 3 additions & 0 deletions schema/refs/effect.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,9 @@
},
"hidden": {
"type": "boolean"
},
"min": {
"type": "number"
}
},
"required": [
Expand Down
3 changes: 3 additions & 0 deletions schema/refs/step.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
"border_only": {
"type": "boolean"
},
"border_color": {
"$ref": "types.schema.json#/definitions/borderColor"
},
"hidden": {
"type": "boolean"
},
Expand Down

0 comments on commit 4ec925c

Please sign in to comment.