Skip to content

Commit

Permalink
More work on TDC, still not passing
Browse files Browse the repository at this point in the history
  • Loading branch information
arkhamcards committed Mar 11, 2025
1 parent 3a3f744 commit e900adf
Show file tree
Hide file tree
Showing 18 changed files with 4,742 additions and 65 deletions.
30 changes: 15 additions & 15 deletions campaigns/tdc/03_an_offer_you_cant_refuse.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,13 @@
]
},
{
"id": "follow_the_rules",
"text": "Follow the Rules",
"id": "enforce_the_rules",
"text": "Enforce the Rules",
"description": "Recommended for",
"condition": {
"type": "campaign_log",
"section": "hidden",
"id": "task_follow_the_rules",
"id": "task_enforce_the_rules",
"options": [
{
"boolCondition": false
Expand All @@ -233,28 +233,28 @@
{
"type": "campaign_log",
"section": "hidden",
"id": "task_follow_the_rules",
"id": "task_enforce_the_rules",
"text": "dummy"
},
{
"type": "campaign_log_cards",
"section": "$input_value",
"investigator_section": "task_progress",
"id": "follow_the_rules",
"text": "Follow the Rules: ",
"id": "enforce_the_rules",
"text": "Enforce the Rules: ",
"hidden": true
},
{
"type": "add_card",
"investigator": "$input_value",
"card": "TDC_FOLLOW_THE_RULES",
"card": "TDC_enforce_the_rules",
"hidden": true
}
],
"steps": [
"follow_the_rules_story",
"follow_the_rules_campaign_log",
"follow_the_rules_card"
"enforce_the_rules_story",
"enforce_the_rules_campaign_log",
"enforce_the_rules_card"
]
}
]
Expand Down Expand Up @@ -287,17 +287,17 @@
"text": "Find the Walking with Faith Permanent Story Support from the Tasks encounter set and add it to your deck for the remainder of the campaign."
},
{
"id": "follow_the_rules_story",
"id": "enforce_the_rules_story",
"type": "story",
"text": ""
},
{
"id": "follow_the_rules_campaign_log",
"text": "Note \"Follow the Rules\" as your investigator's task in the campaign log."
"id": "enforce_the_rules_campaign_log",
"text": "Note \"Enforce the Rules\" as your investigator's task in the campaign log."
},
{
"id": "follow_the_rules_card",
"text": "Find the Follow the Rules Permanent Story Support from the Tasks encounter set and add it to your deck for the remainder of the campaign."
"id": "enforce_the_rules_card",
"text": "Find the Enforce the Rules Permanent Story Support from the Tasks encounter set and add it to your deck for the remainder of the campaign."
}
]
}
1 change: 0 additions & 1 deletion campaigns/tdc/05_the_western_wall.json
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@
]
}
},

{
"id": "check_do_no_harm_resolution",
"text": "If an investigator has the Do No Harm task:",
Expand Down
2 changes: 1 addition & 1 deletion campaigns/tdc/06_the_sunken_quarter.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"title": "Setup",
"type": "encounter_sets",
"encounter_sets": [
"the_sunken_qurater", "alien_machinery", "cosmic_legacy", "deep_ones",
"the_sunken_quarter", "alien_machinery", "cosmic_legacy", "deep_ones",
"primordial_mists", "flood", "rlyeh", "underwater_creatures"]
},
{
Expand Down
2 changes: 0 additions & 2 deletions campaigns/tdc/07_the_apiary.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@
}
]
},

{
"id": "$play_scenario",
"type": "input",
Expand Down Expand Up @@ -882,7 +881,6 @@
"transfer_story_assets"
]
},

{
"id": "no_resolution",
"title": "No resolution was reached",
Expand Down
Loading

0 comments on commit e900adf

Please sign in to comment.