Merge pull request #166 from argonui/data-fixes

Minor data fixes
This commit is contained in:
Chr1Z 2023-01-08 00:27:42 +01:00 committed by GitHub
commit 1865d7cb69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View File

@ -4,5 +4,17 @@
"class": "Neutral", "class": "Neutral",
"traits": "Humanoid. Monster. Deep One.", "traits": "Humanoid. Monster. Deep One.",
"weakness": true, "weakness": true,
"uses": [
{
"count": 1,
"type": "Doom",
"token": "doom"
},
{
"count": 1,
"type": "Bounty",
"token": "resource"
}
],
"cycle": "The Dream-Eaters" "cycle": "The Dream-Eaters"
} }

View File

@ -215,7 +215,7 @@ INVESTIGATORS["Agnes Baker"] = {
INVESTIGATORS["Wendy Adams"] = { INVESTIGATORS["Wendy Adams"] = {
cards = { "01005", "01005-p", "01005-pf", "01005-pb"}, cards = { "01005", "01005-p", "01005-pf", "01005-pb"},
minicards = { "01005-m" }, minicards = { "01005-m" },
signatures = { "01014", "01015", "01515", "90039", "90040" }, signatures = { "01014", "01015", "01515", "90039", "90040", "90038" },
starterDeck = "2624949" starterDeck = "2624949"
} }
--Dunwich-- --Dunwich--