From 8ea3747404389b743547d901b553698eae4f367e Mon Sep 17 00:00:00 2001 From: Buhallin Date: Sat, 7 Jan 2023 12:53:51 -0800 Subject: [PATCH] Minor data fixes Add Tidal Memento for Wendy's investigator cards, and add doom/bounty uses for Tony's Quarry --- .../AllPlayerCards.15bb07/TonysQuarry.d6f8d1.gmnotes | 12 ++++++++++++ src/playercards/PlayerCardPanelData.ttslua | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/objects/AllPlayerCards.15bb07/TonysQuarry.d6f8d1.gmnotes b/objects/AllPlayerCards.15bb07/TonysQuarry.d6f8d1.gmnotes index 0c4866d1..1534f64d 100644 --- a/objects/AllPlayerCards.15bb07/TonysQuarry.d6f8d1.gmnotes +++ b/objects/AllPlayerCards.15bb07/TonysQuarry.d6f8d1.gmnotes @@ -4,5 +4,17 @@ "class": "Neutral", "traits": "Humanoid. Monster. Deep One.", "weakness": true, + "uses": [ + { + "count": 1, + "type": "Doom", + "token": "doom" + }, + { + "count": 1, + "type": "Bounty", + "token": "resource" + } + ], "cycle": "The Dream-Eaters" } diff --git a/src/playercards/PlayerCardPanelData.ttslua b/src/playercards/PlayerCardPanelData.ttslua index 03047d04..966fb5fe 100644 --- a/src/playercards/PlayerCardPanelData.ttslua +++ b/src/playercards/PlayerCardPanelData.ttslua @@ -215,7 +215,7 @@ INVESTIGATORS["Agnes Baker"] = { INVESTIGATORS["Wendy Adams"] = { cards = { "01005", "01005-p", "01005-pf", "01005-pb"}, minicards = { "01005-m" }, - signatures = { "01014", "01015", "01515", "90039", "90040" }, + signatures = { "01014", "01015", "01515", "90039", "90040", "90038" }, starterDeck = "2624949" } --Dunwich--