Skip to content

Commit

Permalink
Add investigator cards
Browse files Browse the repository at this point in the history
  • Loading branch information
arkhamcards committed Mar 4, 2024
1 parent 84aa9bc commit da89727
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 2 deletions.
1 change: 1 addition & 0 deletions campaigns/fhv/01_prologue.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"scenario_name": "Welcome to Hemlock Vale!",
"full_name": "Prologue: Welcome to Hemlock Vale!",
"header": "Prologue",
"chaos_bag_card": "10704",
"icon": "day_of_rest",
"setup": [
"intro",
Expand Down
3 changes: 2 additions & 1 deletion campaigns/fhv/02_written_in_rock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"id": "written_in_rock",
"scenario_name": "Written in Rock",
"full_name": "Scenario: Written in Rock",
"header": "Scenario",
"header": "Scenario",
"chaos_bag_card": "10501",
"setup": [
"intro",
"$check_tarot_reading",
Expand Down
1 change: 1 addition & 0 deletions campaigns/fhv/03_hemlock_house.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"scenario_name": "Hemlock House",
"full_name": "Scenario: Hemlock House",
"header": "Scenario",
"chaos_bag_card": "10523",
"setup": [
"check_night_intro",
"$check_tarot_reading",
Expand Down
1 change: 1 addition & 0 deletions campaigns/fhv/04_the_silent_heath.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"scenario_name": "The Silent Heath",
"full_name": "Scenario: The Silent Heath",
"header": "Scenario",
"chaos_bag_card": "10549",
"setup": [
"check_night_intro" ,
"$check_tarot_reading",
Expand Down
1 change: 1 addition & 0 deletions campaigns/fhv/05_the_lost_sister.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"scenario_name": "The Lost Sister",
"full_name": "Scenario: The Lost Sister",
"header": "Scenario",
"chaos_bag_card": "10528",
"setup": [
"intro",
"check_night_intro",
Expand Down
22 changes: 21 additions & 1 deletion campaigns/fhv/06_the_thing_in_the_depths.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"scenario_name": "The Thing in the Depths",
"full_name": "Scenario: The Thing in the Depths",
"header": "Scenario",
"chaos_bag_card": "10588",
"setup": [
"check_night_intro",
"$check_tarot_reading",
Expand Down Expand Up @@ -175,6 +176,25 @@
}
]
},
{
"id": "increase_judith_relationship_small",
"bullet_type": "small",
"text": "Increase Judith Park’s Relationship Level. Each investigator earns 1 bonus experience.",
"effects": [
{
"type": "campaign_log_count",
"section": "judith",
"id": "$relationship",
"operation": "add",
"value": 1
},
{
"type": "earn_xp",
"investigator": "all",
"bonus": 1
}
]
},
{
"id": "intro_3",
"type": "story",
Expand Down Expand Up @@ -1140,7 +1160,7 @@
"options": [
{
"boolCondition": true,
"steps": ["increase_judith_relationship"]
"steps": ["increase_judith_relationship_small"]
}
]
}
Expand Down
1 change: 1 addition & 0 deletions campaigns/fhv/08_the_twisted_hollow.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"scenario_name": "The Twisted Hollow",
"full_name": "Scenario: The Twisted Hollow",
"header": "Scenario",
"chaos_bag_card": "10605",
"setup": [
"intro",
"decide_intro",
Expand Down
1 change: 1 addition & 0 deletions campaigns/fhv/09_dawn_of_the_second_day.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"full_name": "Prelude: Dawn of the Second Day",
"header": "Prelude",
"icon": "day_of_rain",
"chaos_bag_card": "10704",
"setup": [
"intro",
"$fatigue_tokens",
Expand Down
1 change: 1 addition & 0 deletions campaigns/fhv/11_the_longest_night.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"scenario_name": "The Longest Night",
"full_name": "Scenario: The Longest Night",
"header": "Scenario",
"chaos_bag_card": "10626",
"setup": [
"intro_1",
"choose_confront",
Expand Down
1 change: 1 addition & 0 deletions campaigns/fhv/12_dawn_of_the_final_day.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"full_name": "Prelude: Dawn of the Final Day",
"header": "Prelude",
"icon": "day_of_the_feast",
"chaos_bag_card": "10704",
"setup": [
"check_dr_marquez_has_a_plan",
"$fatigue_tokens",
Expand Down
1 change: 1 addition & 0 deletions campaigns/fhv/13_the_final_evening.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"full_name": "Prelude: The Final Evening",
"header": "Prelude",
"icon": "agents_of_the_colour",
"chaos_bag_card": "10704",
"setup": [
"intro_1",
"check_dr_marquez_has_a_plan",
Expand Down
1 change: 1 addition & 0 deletions campaigns/fhv/14_fate_of_the_vale.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"scenario_name": "Fate of the Vale",
"full_name": "Scenario: Fate of the Vale",
"header": "Scenario",
"chaos_bag_card": "10651",
"setup": [
"intro",
"gather_encounter_sets",
Expand Down

0 comments on commit da89727

Please sign in to comment.