From d2529ef5c8ac311ce5e9f9a6966eb349b257fac3 Mon Sep 17 00:00:00 2001 From: Buhallin Date: Mon, 23 Jan 2023 22:48:01 -0800 Subject: [PATCH] When an investigator includes multiple copies of their signatures, spawn the right number from the card panel --- src/playercards/PlayerCardPanelData.ttslua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/playercards/PlayerCardPanelData.ttslua b/src/playercards/PlayerCardPanelData.ttslua index c3c36152..721107b5 100644 --- a/src/playercards/PlayerCardPanelData.ttslua +++ b/src/playercards/PlayerCardPanelData.ttslua @@ -265,7 +265,7 @@ INVESTIGATORS["Minh Thi Phan"] = { INVESTIGATORS["Sefina Rousseau"] = { cards = { "03003" }, minicards = { "03003-m" }, - signatures = { "03012", "03013" }, --Unsure how to specify 3x of 03012 + signatures = { "03012", "03012", "03012", "03013" }, starterDeck = "2624981" } INVESTIGATORS["Akachi Onyele"] = { @@ -364,13 +364,13 @@ INVESTIGATORS["Tommy Muldoon"] = { INVESTIGATORS["Mandy Thompson"] = { cards = { "06002", "06002-t" }, minicards = { "06002-m" }, - signatures = { "06008", "06009" }, + signatures = { "06008", "06008", "06008", "06009" }, starterDeck = "2626410" } INVESTIGATORS["Tony Morgan"] = { cards = { "06003" }, minicards = { "06003-m" }, - signatures = { "06010", "06011", "06012" }, + signatures = { "06010", "06011", "06011", "06012" }, starterDeck = "2626446" } INVESTIGATORS["Luke Robinson"] = { @@ -413,7 +413,7 @@ INVESTIGATORS["Jacqueline Fine"] = { INVESTIGATORS["Stella Clark"] = { cards = { "60501" }, minicards = { "60501-m" }, - signatures = { "60502", "60503" }, + signatures = { "60502", "60502", "60502", "60503" }, starterDeck = "2643934" } --Innsmouth-- @@ -469,7 +469,7 @@ INVESTIGATORS["Monterey Jack"] = { INVESTIGATORS["Lily Chen"] = { cards = { "08010" }, minicards = { "08010-m" }, - signatures = { "08011a", "08012a", "08013a", "08014a", "08015" }, + signatures = { "08011a", "08012a", "08013a", "08014a", "08015", "08015", "08015", "08015" }, starterDeck = "2634658" } INVESTIGATORS["Bob Jenkins"] = { @@ -488,7 +488,7 @@ INVESTIGATORS["Carson Sinclair"] = { INVESTIGATORS["Vincent Lee"] = { cards = { "09004" }, minicards = { "09004-m" }, - signatures = { "09005", "09006", "09007" }, + signatures = { "09005", "09006", "09006", "09006", "09006", "09007" }, starterDeck = "2634675" } INVESTIGATORS["Kymani Jones"] = { @@ -507,7 +507,7 @@ INVESTIGATORS["Darrell Simmons"] = { cards = { "09015" }, minicards = { "09015-m" }, signatures = { "09016", "09017" }, - starterDeck = "2634757 " + starterDeck = "2634757" } INVESTIGATORS["Charlie Kane"] = { cards = { "09018" },