-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
98 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
[ | ||
{ | ||
"back_flavor": "After spending a month in jail at the age of 19, George Barnaby felt compelled to become a lawyer. He found great success and notoriety in his career, and as retirement approached he made plans to sail around the world with his wife Maria. On the eve of his retirement, however, his home was attacked and Maria was murdered by cultists. Now, with a lifetime of wealth and contacts at his back, George has tracked the culprits to the city of Arkham, vowing to bring them to justice for their hideous crimes.", | ||
"back_text": "<b>Deck Size</b>: 35.\n<b>Deckbuilding Options</b>: Survivor cards ([survivor]) level 0-5, Neutral cards level 0-5, up to 10 other level 0 Seeker and/or Rogue cards ([seeker]/[rogue]).\n<b>Deckbuilding Requirements</b> (do not count toward deck size): 3 copies of Grim Resolve, Cast Adrift, 1 random basic weakness.\n<b>Additional Setup</b>: After drawing your opening hand, you may place any number of cards in your hand facedown beneath George Barnaby.", | ||
"code": "11017", | ||
"deck_limit": 1, | ||
"deck_options": [ | ||
{ | ||
"faction": ["survivor", "neutral"], | ||
"level": { | ||
"min": 0, | ||
"max": 5 | ||
} | ||
}, | ||
{ | ||
"faction": ["seeker", "rogue"], | ||
"level": { | ||
"min": 0, | ||
"max": 0 | ||
}, | ||
"limit": 10 | ||
} | ||
], | ||
"deck_requirements": "size:35, card:11018, card:11019, random:subtype:basicweakness", | ||
"double_sided": true, | ||
"faction_code": "survivor", | ||
"health": 7, | ||
"illustrator": "Magali Villeneuve", | ||
"is_unique": true, | ||
"name": "George Barnaby", | ||
"pack_code": "tdcp", | ||
"position": 17, | ||
"quantity": 1, | ||
"sanity": 7, | ||
"skill_agility": 3, | ||
"skill_combat": 3, | ||
"skill_intellect": 4, | ||
"skill_willpower": 2, | ||
"subname": "The Lawyer", | ||
"text": "Your max hand size is equal to the number of facedown cards beneath George Barnaby. (Limit 5 cards.)\nYou may commit facedown cards beneath George Barnaby to skill tests as if they were in your hand.\n[reaction] After you discard a card from your hand: Place it facedown beneath George Barnaby, then draw 1 card. (Limit once per phase.)\n[elder_sign] effect: +1. Draw 1 card.", | ||
"traits": "Civic. Drifter.", | ||
"type_code": "investigator" | ||
}, | ||
{ | ||
"code": "11018", | ||
"deck_limit": 3, | ||
"faction_code": "neutral", | ||
"illustrator": "Rob Laskey", | ||
"name": "Grim Resolve", | ||
"pack_code": "tdcp", | ||
"position": 18, | ||
"quantity": 3, | ||
"restrictions": "investigator:11017", | ||
"skill_wild": 1, | ||
"text": "George Barnaby deck only.\nAfter this skill test resolves, you may swap any number of cards beneath George Barnaby with the same number of non-weakness cards in your hand.", | ||
"traits": "Innate. Developed.", | ||
"type_code": "skill" | ||
}, | ||
{ | ||
"code": "11019", | ||
"deck_limit": 1, | ||
"faction_code": "neutral", | ||
"illustrator": "Rob Laskey", | ||
"name": "Cast Adrift", | ||
"pack_code": "tdcp", | ||
"position": 19, | ||
"quantity": 1, | ||
"restrictions": "investigator:11017", | ||
"subtype_code": "weakness", | ||
"text": "<b>Revelation</b> - If there are no cards beneath George Barnaby, shuffle Cast Adrift into your deck. Otherwise, discard each card beneath George Barnaby.", | ||
"traits": "Hardship.", | ||
"type_code": "treachery" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters