Skip to content

Commit

Permalink
Merge pull request #1435 from fspoettel/fix/backsides
Browse files Browse the repository at this point in the history
Fix wrongly labelled `double_sided` cards
  • Loading branch information
Kamalisk authored Dec 5, 2024
2 parents af13190 + 67db41a commit dcc722b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
7 changes: 5 additions & 2 deletions pack/parallel/rtr_encounter.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"back_text": "Spawn the set-aside Angry Mob enemy at Innsmouth Square, exhausted.\nPlace 1 [per_investigator] clues on each [[Suspect]] enemy and [[Hideout]] location in play.",
"code": "90042",
"doom": 3,
"double_sided": true,
"encounter_code": "red_tide_rising",
"encounter_position": 2,
"faction_code": "mythos",
Expand All @@ -38,6 +39,7 @@
"back_text": "<b>(→R2)</b>",
"code": "90043",
"doom": 9,
"double_sided": true,
"encounter_code": "red_tide_rising",
"encounter_position": 3,
"faction_code": "mythos",
Expand All @@ -47,16 +49,17 @@
"pack_code": "rtr",
"position": 43,
"quantity": 1,
"stage": 1,
"stage": 2,
"text": "Angry Mob cannot be defeated.\n[reaction] After Wendy Adams evades Angry Mob: She may discover 1 clue from its location.\nEach [[Suspect]] enemy loses aloof and enters play with +1 [per_investigator] clues.\nEach [[Hideout]] location gets +1 [per_investigator] clue value.",
"type_code": "agenda"
},
{
"back_flavor": "It’s no use. Maybe Dad was in Innsmouth at some point, but he’s long gone now. And the townsfolk here don’t seem too keen on anybody asking about him. Might be they know more than they’re letting on, or it might just be they’re protecting other, unrelated secrets. Either way, it’s no longer safe to stick around.\nBut just as you are ready to give up and head back to the bus stop to return to Arkham, you spot a man in a familiar outfit: a long wool coat and a brown derby.",
"back_name": "It's Him!",
"back_text": "<b>(→R2)</b>",
"back_text": "<b>(→R1)</b>",
"code": "90044",
"clues": null,
"double_sided": true,
"encounter_code": "red_tide_rising",
"encounter_position": 4,
"faction_code": "mythos",
Expand Down
2 changes: 1 addition & 1 deletion pack/return/rtptc_encounter.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
"illustrator": "Andreia Ugrai",
"name": "Crazed Guest",
"pack_code": "rtptc",
"position": 23,
"position": 24,
"quantity": 2,
"text": "Hunter.\n[action]: <b>Parley.</b> Test [intellect] (4). If you succeed, you manage to get through to them for just a moment; automatically evade Crazed Guest. If you fail, your words fall on deaf ears.",
"traits": "Humanoid. Monster. Possessed.",
Expand Down
4 changes: 0 additions & 4 deletions pack/side/fof_encounter.json
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,6 @@
},
{
"code": "88028b",
"double_sided": true,
"encounter_code": "fortune_and_folly",
"encounter_position": 28,
"faction_code": "mythos",
Expand Down Expand Up @@ -602,7 +601,6 @@
},
{
"code": "88029b",
"double_sided": true,
"encounter_code": "fortune_and_folly",
"encounter_position": 29,
"faction_code": "mythos",
Expand Down Expand Up @@ -664,7 +662,6 @@
},
{
"code": "88031b",
"double_sided": true,
"encounter_code": "fortune_and_folly",
"encounter_position": 31,
"faction_code": "mythos",
Expand Down Expand Up @@ -697,7 +694,6 @@
},
{
"code": "88032b",
"double_sided": true,
"encounter_code": "fortune_and_folly",
"encounter_position": 32,
"faction_code": "neutral",
Expand Down
1 change: 0 additions & 1 deletion pack/tic/hhg_encounter.json
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,6 @@
"back_link": "07212b",
"code": "07212a",
"cost": null,
"double_sided": true,
"encounter_code": "horror_in_high_gear",
"encounter_position": 28,
"faction_code": "neutral",
Expand Down
2 changes: 2 additions & 0 deletions pack/tsk/tskc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2219,12 +2219,14 @@
"encounter_code": "dancing_mad",
"encounter_position": 17,
"faction_code": "mythos",
"health": 4,
"hidden": true,
"is_unique": true,
"name": "Desiderio Delgado Álvarez",
"pack_code": "tskc",
"position": 107,
"quantity": 1,
"sanity": 1,
"subname": "In Your Debt, Despite it All",
"text": "[reaction] When an attack from a [[Monster]] enemy deals damage to Desiderio Delgado Álvarez, exhaust him: Cancel 1 of that damage and deal 1 damage to the attacking enemy.",
"traits": "Ally. Conspirator.",
Expand Down

0 comments on commit dcc722b

Please sign in to comment.