added playercardpanel data
This commit is contained in:
parent
b4a903619f
commit
9881dec74b
@ -81,7 +81,8 @@ INVESTIGATOR_GROUPS = {
|
|||||||
"Winifred Habbamock",
|
"Winifred Habbamock",
|
||||||
"Trish Scarborough",
|
"Trish Scarborough",
|
||||||
"Monterey Jack",
|
"Monterey Jack",
|
||||||
"Kymani Jones"
|
"Kymani Jones",
|
||||||
|
"Alessandra Zorzi"
|
||||||
},
|
},
|
||||||
["Mystic"] = {
|
["Mystic"] = {
|
||||||
"Agnes Baker",
|
"Agnes Baker",
|
||||||
@ -189,6 +190,7 @@ INVESTIGATOR_GROUPS = {
|
|||||||
"Charlie Kane"
|
"Charlie Kane"
|
||||||
},
|
},
|
||||||
["The Feast of Hemlock Vale"] = {
|
["The Feast of Hemlock Vale"] = {
|
||||||
|
"Alessandra Zorzi"
|
||||||
-- placeholder for future addition of investigators once we have their backs
|
-- placeholder for future addition of investigators once we have their backs
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -522,13 +524,20 @@ INVESTIGATORS["Charlie Kane"] = {
|
|||||||
signatures = { "09019", "09020" },
|
signatures = { "09019", "09020" },
|
||||||
starterDeck = "2634706"
|
starterDeck = "2634706"
|
||||||
}
|
}
|
||||||
|
--Hemlock Vale--
|
||||||
|
INVESTIGATORS["Alessandra Zorzi"] = {
|
||||||
|
cards = { "10009" },
|
||||||
|
minicards = { "10009-m" },
|
||||||
|
signatures = { "10010", "10011" },
|
||||||
|
starterDeck = "2643931" --winifred deck as placeholder
|
||||||
|
}
|
||||||
|
--PnP--
|
||||||
INVESTIGATORS["Subject 5U-21"] = {
|
INVESTIGATORS["Subject 5U-21"] = {
|
||||||
cards = { "89001" },
|
cards = { "89001" },
|
||||||
minicards = { "89001-m" },
|
minicards = { "89001-m" },
|
||||||
signatures = { "89002", "89003", "89003", "89003", "89004", "89004", "89004", "89005" },
|
signatures = { "89002", "89003", "89003", "89003", "89004", "89004", "89004", "89005" },
|
||||||
starterDeck = "2624990" -- Lola's deck id until Suzi is on ArkhamDB
|
starterDeck = "2624990" -- Lola's deck id until Suzi is on ArkhamDB
|
||||||
}
|
}
|
||||||
|
|
||||||
--Promo--
|
--Promo--
|
||||||
INVESTIGATORS["Gloria Goldberg"] = {
|
INVESTIGATORS["Gloria Goldberg"] = {
|
||||||
cards = { "98019" },
|
cards = { "98019" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user