This commit is contained in:
Adam Goldsmith 2024-02-04 10:51:51 -05:00
parent b1f0b20bb6
commit 5047f9df39
1668 changed files with 31295 additions and 17881 deletions

File diff suppressed because it is too large Load Diff

View File

@ -211,7 +211,7 @@
</HorizontalLayout> </HorizontalLayout>
</VerticalLayout> </VerticalLayout>
<!-- include Global/DownloadWindow.xml --> <!-- include Global/DownloadWindow.xml -->
<!-- include Global/PlayareaGallery.xml --> <!-- include Global/PlayAreaGallery.xml -->
<Defaults> <Defaults>
<!-- type selection at the top --> <!-- type selection at the top -->
<Button class="imageTab" <Button class="imageTab"
@ -226,6 +226,13 @@
<Button class="bWhite" <Button class="bWhite"
color="white"/> color="white"/>
<Button class="windowButton"
hoverClass="bGrey"
pressClass="bWhite"
selectClass="bWhite"
color="#888888"
font="font_teutonic-arkham"/>
<!-- image boxes in the grid --> <!-- image boxes in the grid -->
<VerticalLayout class="imageBox" <VerticalLayout class="imageBox"
color="black" color="black"
@ -253,7 +260,7 @@
<VerticalLayout childForceExpandHeight="false"/> <VerticalLayout childForceExpandHeight="false"/>
</Defaults> </Defaults>
<VerticalLayout id="playareaGallery" <VerticalLayout id="playAreaGallery"
active="false" active="false"
color="black" color="black"
height="880" height="880"
@ -272,6 +279,12 @@
font="font_teutonic-arkham" font="font_teutonic-arkham"
preferredWidth="600" preferredWidth="600"
alignment="MiddleLeft">Playarea Image Gallery</Text> alignment="MiddleLeft">Playarea Image Gallery</Text>
<Button id="customUrl_button"
class="windowButton"
onClick="onClick_customUrl"
height="30"
preferredWidth="125"
fontSize="24">Use custom URL</Button>
<Panel preferredWidth="50"> <Panel preferredWidth="50">
<Button rectAlignment="MiddleRight" <Button rectAlignment="MiddleRight"
width="50" width="50"
@ -280,7 +293,7 @@
tooltip="Close" tooltip="Close"
tooltipPosition="Right" tooltipPosition="Right"
tooltipBackgroundColor="rgba(0,0,0,1)" tooltipBackgroundColor="rgba(0,0,0,1)"
onClick="onClick_toggleUi(playareaGallery)"/> onClick="onClick_toggleUi(playAreaGallery)"/>
</Panel> </Panel>
</Panel> </Panel>
@ -334,7 +347,7 @@
</VerticalScrollView> </VerticalScrollView>
</HorizontalLayout> </HorizontalLayout>
</VerticalLayout> </VerticalLayout>
<!-- include Global/PlayareaGallery.xml --> <!-- include Global/PlayAreaGallery.xml -->
<!-- include Global/TitleSplash.xml --> <!-- include Global/TitleSplash.xml -->
<!-- Title Splash when starting a scenario --> <!-- Title Splash when starting a scenario -->
<Panel id="title_splash" <Panel id="title_splash"
@ -384,7 +397,7 @@
fontSize="20" fontSize="20"
font="font_teutonic-arkham"/> font="font_teutonic-arkham"/>
<Cell class="claim" <Cell class="claim"
tooltip="Clicking this seat in the navigation overlay will now only swap the playercolor for you." tooltip="Clicking this seat in the navigation overlay&#xA;will now only swap the playercolor for you."
tooltipPosition="Right" /> tooltipPosition="Right" />
<!-- buttons at the bottom --> <!-- buttons at the bottom -->
@ -431,7 +444,7 @@
<TableLayout id="navPanelSettings" <TableLayout id="navPanelSettings"
active="false" active="false"
width="300" width="300"
height="335" height="380"
color="#000000" color="#000000"
outlineSize="2 2" outlineSize="2 2"
outline="grey" outline="grey"
@ -466,7 +479,24 @@
minValue="0" minValue="0"
maxValue="89" maxValue="89"
value="75" value="75"
tooltip="This controls the camera pitch ('nodding your head')." tooltip="This controls the camera pitch&#xA;('nodding your head')."
tooltipPosition="Right"/>
</Cell>
</Row>
<!-- Option: Custom distance -->
<Row class="nav_option-text">
<Cell class="nav_option-text">
<Text class="nav_option-header">Viewing distance (relative):</Text>
</Cell>
<Cell class="nav_option-button">
<Slider id="sliderDistance"
onValueChanged="797ede/updateDistance"
wholeNumbers="true"
minValue="50"
maxValue="200"
value="100"
tooltip="This controls the camera distance&#xA;(from 50% to 200% of the default settings)."
tooltipPosition="Right"/> tooltipPosition="Right"/>
</Cell> </Cell>
</Row> </Row>
@ -563,8 +593,9 @@
<!-- group headers --> <!-- group headers -->
<Row class="group-header" <Row class="group-header"
preferredHeight="54" /> preferredHeight="44" />
<Cell class="group-header" <Cell class="group-header"
padding="10 10 0 0"
columnSpan="3" columnSpan="3"
color="#222222" /> color="#222222" />
<Panel class="group-header" <Panel class="group-header"
@ -579,22 +610,26 @@
tooltipPosition="Left" tooltipPosition="Left"
tooltipBackgroundColor="rgba(0,0,0,1)"/> tooltipBackgroundColor="rgba(0,0,0,1)"/>
<Cell class="option-text" <Cell class="option-text"
padding="10 10 5 5"
color="#333333" color="#333333"
columnSpan="2"/> columnSpan="2"/>
<Cell class="option-button" <Cell class="option-button"
padding="10 10 5 5"
color="#333333"/> color="#333333"/>
<Cell class="option-dropdowntext" <Cell class="option-singleColumn"
padding="10 10 5 5"
color="#333333" color="#333333"
columnSpan="1"/> columnSpan="1"/>
<Cell class="option-dropdown" <Cell class="option-doubleColumn"
padding="10 10 5 5"
color="#333333" color="#333333"
columnSpan="2"/> columnSpan="2"/>
<Panel class="option-wrapper" <Panel class="singleColumn-wrapper"
padding="10 0 0 0"/> padding="10 0 0 0"/>
<Text class="option-header" <Text class="option-header"
fontSize="22" fontSize="22"
font="font_teutonic-arkham"/> font="font_teutonic-arkham"/>
<Panel class="dropdown-wrapper" <Panel class="doubleColumn-wrapper"
padding="0 17 3 3"/> padding="0 17 3 3"/>
<!-- buttons at the bottom --> <!-- buttons at the bottom -->
@ -639,7 +674,7 @@
raycastTarget="true"> raycastTarget="true">
<TableLayout columnWidths="0 100 75" <TableLayout columnWidths="0 100 75"
autoCalculateHeight="1" autoCalculateHeight="1"
cellPadding="10 10 5 5"> useGlobalCellPadding="false">
<!-- Group: general settings --> <!-- Group: general settings -->
<Row class="group-header"> <Row class="group-header">
@ -654,13 +689,13 @@
<!-- Option: card language --> <!-- Option: card language -->
<!-- disabled until we have the backend in place <!-- disabled until we have the backend in place
<Row class="option-text" tooltip="Downloading a campaign or importing a deck will use&#xA;this language for cards (NOT FUNCTIONAL YET!)."> <Row class="option-text" tooltip="Downloading a campaign or importing a deck will use&#xA;this language for cards (NOT FUNCTIONAL YET!).">
<Cell class="option-dropdowntext"> <Cell class="option-singleColumn">
<Panel class="option-wrapper"> <Panel class="singleColumn-wrapper">
<Text class="option-header">Card language</Text> <Text class="option-header">Card language</Text>
</Panel> </Panel>
</Cell> </Cell>
<Cell class="option-dropdown"> <Cell class="option-doubleColumn">
<Panel class="dropdown-wrapper"> <Panel class="doubleColumn-wrapper">
<Dropdown id="cardLanguage" onValueChanged="languageSelected(selectedIndex)"> <Dropdown id="cardLanguage" onValueChanged="languageSelected(selectedIndex)">
<Option>简体中文</Option> <Option>简体中文</Option>
<Option>繁體中文</Option> <Option>繁體中文</Option>
@ -674,12 +709,36 @@
</Cell> </Cell>
</Row> --> </Row> -->
<!-- Option: splash scenario name on setup -->
<Row class="option-text"
tooltip="Fade in the name of the scenario for 2 seconds&#xA;when placing down a scenario.">
<Cell class="option-text">
<Panel class="singleColumn-wrapper">
<Text class="option-header">Show scenario title on setup</Text>
</Panel>
</Cell>
<Cell class="option-button">
<Toggle id="showTitleSplash"
onValueChanged="onClick_toggleOption(showTitleSplash)"/>
</Cell>
</Row>
<!-- Group: play area settings -->
<Row class="group-header">
<Cell class="group-header">
<Panel class="group-header"
image="header_compass">
<Text class="group-header">PLAY AREA SETTINGS</Text>
</Panel>
</Cell>
</Row>
<!-- Option: play area snap tags --> <!-- Option: play area snap tags -->
<Row class="option-text" <Row class="option-text"
tooltip="Only cards with the tag 'Location' will snap (official cards are supported by default).&#xA;Disable this if you are having issues with custom content."> tooltip="Only cards with the tag 'Location' will snap (official cards are supported by default).&#xA;Disable this if you are having issues with custom content.">
<Cell class="option-text"> <Cell class="option-text">
<Panel class="option-wrapper"> <Panel class="singleColumn-wrapper">
<Text class="option-header">Enable snap tags for play area</Text> <Text class="option-header">Enable snap tags</Text>
</Panel> </Panel>
</Cell> </Cell>
<Cell class="option-button"> <Cell class="option-button">
@ -688,17 +747,48 @@
</Cell> </Cell>
</Row> </Row>
<!-- Option: splash scenario name on setup --> <!-- Option: location connections -->
<Row class="option-text" <Row class="option-text"
tooltip="Fade in the name of the scenario for 2 seconds&#xA;when placing down a scenario."> tooltip="Automatically draw location connections based on card metadata.">
<Cell class="option-text"> <Cell class="option-text">
<Panel class="option-wrapper"> <Panel class="singleColumn-wrapper">
<Text class="option-header">Show scenario title on setup</Text> <Text class="option-header">Draw location connections</Text>
</Panel> </Panel>
</Cell> </Cell>
<Cell class="option-button"> <Cell class="option-button">
<Toggle id="showTitleSplash" <Toggle id="playAreaConnections"
onValueChanged="onClick_toggleOption(showTitleSplash)"/> onValueChanged="onClick_toggleOption(playAreaConnections)"/>
</Cell>
</Row>
<!-- Option: play area connection color -->
<Row class="option-text"
tooltip="This color will be used to draw lines&#xA;for location connections.">
<Cell class="option-singleColumn">
<Panel class="singleColumn-wrapper">
<Text class="option-header">Choose color for location connections</Text>
</Panel>
</Cell>
<Cell class="option-doubleColumn">
<Panel class="doubleColumn-wrapper">
<Button id="playAreaConnectionColor"
onClick="onClick_playAreaConnectionColor">
</Button>
</Panel>
</Cell>
</Row>
<!-- Option: change custom playarea image on setup -->
<Row class="option-text"
tooltip="Attempts to set the play area to a fitting image&#xA;from the play area image gallery.">
<Cell class="option-text">
<Panel class="singleColumn-wrapper">
<Text class="option-header">Change background on setup</Text>
</Panel>
</Cell>
<Cell class="option-button">
<Toggle id="changePlayAreaImage"
onValueChanged="onClick_toggleOption(changePlayAreaImage)"/>
</Cell> </Cell>
</Row> </Row>
@ -716,7 +806,7 @@
<Row class="option-text" <Row class="option-text"
tooltip="Only cards with the tag 'Asset' will snap (official cards are supported by default).&#xA;Disable this if you are having issues with custom content."> tooltip="Only cards with the tag 'Asset' will snap (official cards are supported by default).&#xA;Disable this if you are having issues with custom content.">
<Cell class="option-text"> <Cell class="option-text">
<Panel class="option-wrapper"> <Panel class="singleColumn-wrapper">
<Text class="option-header">Enable snap tags</Text> <Text class="option-header">Enable snap tags</Text>
</Panel> </Panel>
</Cell> </Cell>
@ -730,7 +820,7 @@
<Row class="option-text" <Row class="option-text"
tooltip="Displays a button below the 'Upkeep' button that draws a card from your deck.&#xA;Useful for multi-handed solo play."> tooltip="Displays a button below the 'Upkeep' button that draws a card from your deck.&#xA;Useful for multi-handed solo play.">
<Cell class="option-text"> <Cell class="option-text">
<Panel class="option-wrapper"> <Panel class="singleColumn-wrapper">
<Text class="option-header">Show "Draw 1" button</Text> <Text class="option-header">Show "Draw 1" button</Text>
</Panel> </Panel>
</Cell> </Cell>
@ -744,7 +834,7 @@
<Row class="option-text" <Row class="option-text"
tooltip="Instead of automatically counting clues in the respective area on your playermat,&#xA;this displays a clickable counter for clues."> tooltip="Instead of automatically counting clues in the respective area on your playermat,&#xA;this displays a clickable counter for clues.">
<Cell class="option-text"> <Cell class="option-text">
<Panel class="option-wrapper"> <Panel class="singleColumn-wrapper">
<Text class="option-header">Use clickable clue counters</Text> <Text class="option-header">Use clickable clue counters</Text>
</Panel> </Panel>
</Cell> </Cell>
@ -757,13 +847,13 @@
<!-- Option: use clickable resource counters --> <!-- Option: use clickable resource counters -->
<Row class="option-text" <Row class="option-text"
tooltip="This enables spawning of clickable resource tokens for player cards.&#xA;(Chef's Selection = assets with 0 uses)"> tooltip="This enables spawning of clickable resource tokens for player cards.&#xA;(Chef's Selection = assets with 0 uses)">
<Cell class="option-dropdowntext"> <Cell class="option-singleColumn">
<Panel class="option-wrapper"> <Panel class="singleColumn-wrapper">
<Text class="option-header">Use clickable resource tokens</Text> <Text class="option-header">Use clickable resource tokens</Text>
</Panel> </Panel>
</Cell> </Cell>
<Cell class="option-dropdown"> <Cell class="option-doubleColumn">
<Panel class="dropdown-wrapper"> <Panel class="doubleColumn-wrapper">
<Dropdown id="useResourceCounters" <Dropdown id="useResourceCounters"
onValueChanged="resourceCounterSelected(selectedIndex)"> onValueChanged="resourceCounterSelected(selectedIndex)">
<Option>Enabled</Option> <Option>Enabled</Option>
@ -774,6 +864,28 @@
</Cell> </Cell>
</Row> </Row>
<!-- Option: remove a player mat -->
<Row class="option-text"
tooltip="Remove an unused playermat for more table space.&#xA;Displayed are the default colors.">
<Cell class="option-singleColumn">
<Panel class="singleColumn-wrapper">
<Text class="option-header">Remove a playermat</Text>
</Panel>
</Cell>
<Cell class="option-doubleColumn">
<Panel class="doubleColumn-wrapper">
<Dropdown id="removePlayermat"
onValueChanged="playermatRemovalSelected(selectedIndex)">
<Option>Click to select</Option>
<Option>1: White</Option>
<Option>2: Orange</Option>
<Option>3: Green</Option>
<Option>4: Red</Option>
</Dropdown>
</Panel>
</Cell>
</Row>
<!-- Group: fan-made accessories --> <!-- Group: fan-made accessories -->
<Row class="group-header"> <Row class="group-header">
<Cell class="group-header"> <Cell class="group-header">
@ -788,7 +900,7 @@
<Row class="option-text" <Row class="option-text"
tooltip="Provides a card-sized bag for cards that are attached to other cards&#xA;(e.g. Backpack)."> tooltip="Provides a card-sized bag for cards that are attached to other cards&#xA;(e.g. Backpack).">
<Cell class="option-text"> <Cell class="option-text">
<Panel class="option-wrapper"> <Panel class="singleColumn-wrapper">
<Text class="option-header">Attachment Helper</Text> <Text class="option-header">Attachment Helper</Text>
</Panel> </Panel>
</Cell> </Cell>
@ -802,7 +914,7 @@
<Row class="option-text" <Row class="option-text"
tooltip="Useful for campaign-play:&#xA;It resets play areas to allow continuous gameplay in the same savegame."> tooltip="Useful for campaign-play:&#xA;It resets play areas to allow continuous gameplay in the same savegame.">
<Cell class="option-text"> <Cell class="option-text">
<Panel class="option-wrapper"> <Panel class="singleColumn-wrapper">
<Text class="option-header">Clean Up Helper</Text> <Text class="option-header">Clean Up Helper</Text>
</Panel> </Panel>
</Cell> </Cell>
@ -816,7 +928,7 @@
<Row class="option-text" <Row class="option-text"
tooltip="Displays in a 'Choose Your Own Adventure'&#xA;style redesigned campaign guides."> tooltip="Displays in a 'Choose Your Own Adventure'&#xA;style redesigned campaign guides.">
<Cell class="option-text"> <Cell class="option-text">
<Panel class="option-wrapper"> <Panel class="singleColumn-wrapper">
<Text class="option-header">CYOA Campaign Guides</Text> <Text class="option-header">CYOA Campaign Guides</Text>
</Panel> </Panel>
</Cell> </Cell>
@ -828,9 +940,9 @@
<!-- Option: show displacement tool --> <!-- Option: show displacement tool -->
<Row class="option-text" <Row class="option-text"
tooltip="This allows moving all objects on the main playmat&#xA;in a chosen direction."> tooltip="This allows moving all objects on the main play area&#xA;in a chosen direction.">
<Cell class="option-text"> <Cell class="option-text">
<Panel class="option-wrapper"> <Panel class="singleColumn-wrapper">
<Text class="option-header">Displacement Tool</Text> <Text class="option-header">Displacement Tool</Text>
</Panel> </Panel>
</Cell> </Cell>
@ -844,7 +956,7 @@
<Row class="option-text" <Row class="option-text"
tooltip="Never count your hand cards again! This tool does that for you&#xA;and additionally enables easy discarding of random cards."> tooltip="Never count your hand cards again! This tool does that for you&#xA;and additionally enables easy discarding of random cards.">
<Cell class="option-text"> <Cell class="option-text">
<Panel class="option-wrapper"> <Panel class="singleColumn-wrapper">
<Text class="option-header">Hand Helper</Text> <Text class="option-header">Hand Helper</Text>
</Panel> </Panel>
</Cell> </Cell>
@ -858,7 +970,7 @@
<Row class="option-text" <Row class="option-text"
tooltip="Quickly search 3, 6, 9 or the top X&#xA;cards of your deck!"> tooltip="Quickly search 3, 6, 9 or the top X&#xA;cards of your deck!">
<Cell class="option-text"> <Cell class="option-text">
<Panel class="option-wrapper"> <Panel class="singleColumn-wrapper">
<Text class="option-header">Search Assistant</Text> <Text class="option-header">Search Assistant</Text>
</Panel> </Panel>
</Cell> </Cell>

View File

@ -10,7 +10,7 @@ CameraStates:
z: 5.26 z: 5.26
Rotation: Rotation:
x: 64.34 x: 64.34
y: 90.33 y: 90
z: 0 z: 0
Zoomed: false Zoomed: false
- AbsolutePosition: - AbsolutePosition:
@ -133,16 +133,16 @@ CustomUIAssets:
URL: http://cloud-3.steamusercontent.com/ugc/2028355502896482829/8DAB311590B97586309E66D795AC2C43D4913188/ URL: http://cloud-3.steamusercontent.com/ugc/2028355502896482829/8DAB311590B97586309E66D795AC2C43D4913188/
- Name: header_cover - Name: header_cover
Type: 0 Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/5118935530977312342/0D22712378B1F9A5A1FC7DA40C355943C878DDC0/ URL: http://cloud-3.steamusercontent.com/ugc/2280574378889753624/53E7443E2A9957BC5CA4D73B67D5C1C30971C9F9/
- Name: header_acolyte - Name: header_acolyte
Type: 0 Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/5118935530977311773/B8B2021D42CFB084AFDCCA42EE6B9A57F3E30AC6/ URL: http://cloud-3.steamusercontent.com/ugc/2280574378889753484/961371448C1CB9F93D574E0F78CF51A88D0D34F6/
- Name: header_ruins - Name: header_compass
Type: 0 Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/5118935530977312917/E24A34736C912186C7AC58270E3819B6A44B3EE8/ URL: http://cloud-3.steamusercontent.com/ugc/2280574378889786684/52E2A801060A523AF5DD956C72A41889B5A1D2C9/
- Name: header_olive - Name: header_olive
Type: 0 Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/5118935530977377198/4E88B41107A29D027D86E6B80D47B03617335990/ URL: http://cloud-3.steamusercontent.com/ugc/2280574378889753733/F67B7B37FF7AA253B6D697E577DF54A3E76030C2/
- Name: option_on - Name: option_on
Type: 0 Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/2024962321889555728/22ABD35CBB49A001F3A5318E4AFCFB22D24FEA39/ URL: http://cloud-3.steamusercontent.com/ugc/2024962321889555728/22ABD35CBB49A001F3A5318E4AFCFB22D24FEA39/
@ -206,6 +206,9 @@ CustomUIAssets:
- Name: Inv-Jacqueline - Name: Inv-Jacqueline
Type: 0 Type: 0
URL: https://i.imgur.com/AFuB9II.png URL: https://i.imgur.com/AFuB9II.png
- Name: Inv-Kohaku
Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/2279451480492739312/E59E79D4CFCFE60190BFD69B7FFBF1601DA3FAA5/
- Name: TitleGradient - Name: TitleGradient
Type: 0 Type: 0
URL: https://i.imgur.com/Mdjm349.png URL: https://i.imgur.com/Mdjm349.png
@ -221,7 +224,7 @@ CustomUIAssets:
- Name: box-cover-mask-wide - Name: box-cover-mask-wide
Type: 0 Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/2115061298538827369/A20C2ECB8ECDC1B0AD8B2B38F68CA1C1F5E07D37/ URL: http://cloud-3.steamusercontent.com/ugc/2115061298538827369/A20C2ECB8ECDC1B0AD8B2B38F68CA1C1F5E07D37/
Date: Sat Nov 18 18:06:45 CST 2023 Date: Thu Jan 25 01:22:12 UTC 2024
DecalPallet: DecalPallet:
- ImageURL: http://cloud-3.steamusercontent.com/ugc/1474319121424323663/BC5570ECF747F1B30224461B576E8B0FE7FA5F33/ - ImageURL: http://cloud-3.steamusercontent.com/ugc/1474319121424323663/BC5570ECF747F1B30224461B576E8B0FE7FA5F33/
Name: Achivement Checkmark Name: Achivement Checkmark
@ -230,7 +233,7 @@ DecalPallet:
Name: Victory Display Name: Victory Display
Size: 15 Size: 15
Decals: [] Decals: []
EpochTime: 1700352405 EpochTime: 1706145732
GameComplexity: '' GameComplexity: ''
GameMode: Arkham Horror LCG - Super Complete Edition GameMode: Arkham Horror LCG - Super Complete Edition
GameType: '' GameType: ''
@ -281,7 +284,7 @@ Lighting:
LutIndex: 0 LutIndex: 0
ReflectionIntensity: 1 ReflectionIntensity: 1
LuaScript: !include 'unpacked.ttslua' LuaScript: !include 'unpacked.ttslua'
LuaScriptState: '{"acknowledgedUpgradeVersions":[],"optionPanel":{"cardLanguage":"en","playAreaSnapTags":true,"showAttachmentHelper":false,"showCleanUpHelper":false,"showCYOA":false,"showDisplacementTool":false,"showDrawButton":false,"showHandHelper":[],"showSearchAssistant":[],"showTitleSplash":true,"useClueClickers":false,"useResourceCounters":"disabled","useSnapTags":true}}' LuaScriptState: '{"acknowledgedUpgradeVersions":[],"chaosTokensGUID":[],"optionPanel":{"cardLanguage":"en","changePlayAreaImage":false,"playAreaConnectionColor":{"a":1,"b":0.4,"g":0.4,"r":0.4},"playAreaConnections":true,"playAreaSnapTags":true,"showAttachmentHelper":false,"showCleanUpHelper":false,"showCYOA":false,"showDisplacementTool":false,"showDrawButton":false,"showHandHelper":[],"showSearchAssistant":[],"showTitleSplash":true,"useClueClickers":false,"useResourceCounters":"disabled","useSnapTags":true}}'
MusicPlayer: MusicPlayer:
AudioLibrary: AudioLibrary:
- Item1: http://cloud-3.steamusercontent.com/ugc/784110538847453001/4481D1CC5684FCF04AB143954DEFE09E94BF5CEB/ - Item1: http://cloud-3.steamusercontent.com/ugc/784110538847453001/4481D1CC5684FCF04AB143954DEFE09E94BF5CEB/
@ -359,7 +362,7 @@ ObjectStates:
- !include 'unpacked/Custom_Model Decoration - Coin 180a23.yaml' - !include 'unpacked/Custom_Model Decoration - Coin 180a23.yaml'
- !include 'unpacked/Custom_Tile Panel 463022.yaml' - !include 'unpacked/Custom_Tile Panel 463022.yaml'
- !include 'unpacked/Custom_Token TentacleStand 7bff34.yaml' - !include 'unpacked/Custom_Token TentacleStand 7bff34.yaml'
- !include 'unpacked/ScriptingTrigger 83ef06.yaml' - !include 'unpacked/ScriptingTrigger ChaosBagZone 83ef06.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Clue tokens 11e0cf.yaml' - !include 'unpacked/Custom_Model_Infinite_Bag Clue tokens 11e0cf.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Doom tokens b015d8.yaml' - !include 'unpacked/Custom_Model_Infinite_Bag Doom tokens b015d8.yaml'
- !include 'unpacked/Custom_Token Doom Counter 85c4c6.yaml' - !include 'unpacked/Custom_Token Doom Counter 85c4c6.yaml'
@ -422,10 +425,9 @@ ObjectStates:
- !include 'unpacked/Custom_Token Master Clue Counter 4a3aa4.yaml' - !include 'unpacked/Custom_Token Master Clue Counter 4a3aa4.yaml'
- !include 'unpacked/Custom_Model_Bag Legacy Assets 7165a9.yaml' - !include 'unpacked/Custom_Model_Bag Legacy Assets 7165a9.yaml'
- !include 'unpacked/Custom_Token Play Area 721ba2.yaml' - !include 'unpacked/Custom_Token Play Area 721ba2.yaml'
- !include 'unpacked/Bag Additional Player Cards 2cba6b.yaml'
- !include 'unpacked/Custom_Assetbundle_Bag Barkham Horror 308439.yaml' - !include 'unpacked/Custom_Assetbundle_Bag Barkham Horror 308439.yaml'
- !include 'unpacked/Custom_Token Chaos Bag Stat Tracker 766620.yaml' - !include 'unpacked/Custom_Token Chaos Bag Stat Tracker 766620.yaml'
- !include 'unpacked/Custom_Model_Bag Bless tokens afa06b.yaml'
- !include 'unpacked/Custom_Model_Bag Curse tokens bd0253.yaml'
- !include 'unpacked/Checker_white Token Spawn Tool 36b4ee.yaml' - !include 'unpacked/Checker_white Token Spawn Tool 36b4ee.yaml'
- !include 'unpacked/Custom_Model_Bag Official StandaloneChallenge Scenarios 0ef5c8.yaml' - !include 'unpacked/Custom_Model_Bag Official StandaloneChallenge Scenarios 0ef5c8.yaml'
- !include 'unpacked/Deck Tarot Deck 77f1e5.yaml' - !include 'unpacked/Deck Tarot Deck 77f1e5.yaml'
@ -491,6 +493,7 @@ ObjectStates:
- !include 'unpacked/Bag Token Source 124381.yaml' - !include 'unpacked/Bag Token Source 124381.yaml'
- !include 'unpacked/FogOfWarTrigger Game Data 3dbe47.yaml' - !include 'unpacked/FogOfWarTrigger Game Data 3dbe47.yaml'
- !include 'unpacked/Custom_Token SCED Tour 0e5aa8.yaml' - !include 'unpacked/Custom_Token SCED Tour 0e5aa8.yaml'
- !include 'unpacked/Custom_Token Instruction Generator 240522.yaml'
- !include 'unpacked/Custom_Tile Player Cards 2d30ee.yaml' - !include 'unpacked/Custom_Tile Player Cards 2d30ee.yaml'
- !include 'unpacked/Custom_Tile Token Remover 39b175.yaml' - !include 'unpacked/Custom_Tile Token Remover 39b175.yaml'
- !include 'unpacked/Custom_Tile Token Remover 2ba7a5.yaml' - !include 'unpacked/Custom_Tile Token Remover 2ba7a5.yaml'
@ -521,7 +524,27 @@ ObjectStates:
- !include 'unpacked/Custom_Token Chaos Bag Manager 023240.yaml' - !include 'unpacked/Custom_Token Chaos Bag Manager 023240.yaml'
- !include 'unpacked/BlockRectangle Placeholder Box Dummy a93466.yaml' - !include 'unpacked/BlockRectangle Placeholder Box Dummy a93466.yaml'
- !include 'unpacked/Custom_Model Baldur''s Gate III 695abd.yaml' - !include 'unpacked/Custom_Model Baldur''s Gate III 695abd.yaml'
- !include 'unpacked/Notecard Arkham SCE 3.4.0 - 11182023 - Page 1 964222.yaml' - !include 'unpacked/Custom_Tile Tokencache_+1 a15273.yaml'
- !include 'unpacked/Custom_Tile Tokencache_0 0a8592.yaml'
- !include 'unpacked/Custom_Tile Tokencache_-1 b644d2.yaml'
- !include 'unpacked/Custom_Tile Tokencache_-2 8af600.yaml'
- !include 'unpacked/Custom_Tile Tokencache_-3 a7a9cb.yaml'
- !include 'unpacked/Custom_Tile Tokencache_-4 984eec.yaml'
- !include 'unpacked/Custom_Tile Tokencache_-5 1df0a5.yaml'
- !include 'unpacked/Custom_Tile Tokencache_-6 2460df.yaml'
- !include 'unpacked/Custom_Tile Tokencache_-7 81a1d7.yaml'
- !include 'unpacked/Custom_Tile Tokencache_-8 298b5f.yaml'
- !include 'unpacked/Custom_Tile Tokencache_Skull cc8bbb.yaml'
- !include 'unpacked/Custom_Tile Tokencache_Cultist 7d6103.yaml'
- !include 'unpacked/Custom_Tile Tokencache_Tablet 1a1506.yaml'
- !include 'unpacked/Custom_Tile Tokencache_Elder Thing 38609c.yaml'
- !include 'unpacked/Custom_Tile Tokencache_Auto-fail e31821.yaml'
- !include 'unpacked/Custom_Tile Tokencache_Elder Sign 0b1aca.yaml'
- !include 'unpacked/Custom_Tile Tokencache_Bless 8e3aab.yaml'
- !include 'unpacked/Custom_Tile Tokencache_Curse 16a9a7.yaml'
- !include 'unpacked/Custom_Tile Tokencache_Frost b2b7be.yaml'
- !include 'unpacked/BlockSquare Physics Detector b300d8.yaml'
- !include 'unpacked/Notecard Arkham SCE 3.5.0 - 1252024 - Page 1 2d0dbb.yaml'
PlayArea: 1 PlayArea: 1
PlayerCounts: PlayerCounts:
- 0 - 0
@ -529,7 +552,7 @@ PlayerCounts:
PlayingTime: PlayingTime:
- 0 - 0
- 0 - 0
SaveName: Arkham SCE - 3.4.0 SaveName: Arkham SCE - 3.5.0
Sky: Sky_Museum Sky: Sky_Museum
SkyURL: https://i.imgur.com/GkQqaOF.jpg SkyURL: https://i.imgur.com/GkQqaOF.jpg
SnapPoints: SnapPoints:
@ -718,9 +741,9 @@ SnapPoints:
y: 1.48 y: 1.48
z: -71 z: -71
- Position: - Position:
x: 1.6 x: -28.64
y: 1.58 y: 1.48
z: -13.75 z: -38.65
Rotation: Rotation:
x: 0 x: 0
y: 315 y: 315
@ -741,6 +764,14 @@ SnapPoints:
x: -27 x: -27
y: 1.48 y: 1.48
z: -56.16 z: -56.16
- Position:
x: 1.6
y: 1.58
z: -13.75
Rotation:
x: 0
y: 315
z: 0
TabStates: TabStates:
'10': '10':
body: "Created by Whimsical\n\nAnything that passes over the remover that isn't body: "Created by Whimsical\n\nAnything that passes over the remover that isn't

View File

@ -0,0 +1,182 @@
-- Bundled by luabundle {"version":"1.6.0"}
local __bundle_require, __bundle_loaded, __bundle_register, __bundle_modules = (function(superRequire)
local loadingPlaceholder = {[{}] = true}
local register
local modules = {}
local require
local loaded = {}
register = function(name, body)
if not modules[name] then
modules[name] = body
end
end
require = function(name)
local loadedModule = loaded[name]
if loadedModule then
if loadedModule == loadingPlaceholder then
return nil
end
else
if not modules[name] then
if not superRequire then
local identifier = type(name) == 'string' and '\"' .. name .. '\"' or tostring(name)
error('Tried to require ' .. identifier .. ', but no such module has been registered')
else
return superRequire(name)
end
end
loaded[name] = loadingPlaceholder
loadedModule = modules[name](require, loaded, register, modules)
loaded[name] = loadedModule
end
return loadedModule
end
return require, loaded, register, modules
end)(nil)
__bundle_register("core/GUIDReferenceApi", function(require, _LOADED, __bundle_register, __bundle_modules)
do
local GUIDReferenceApi = {}
local function getGuidHandler()
return getObjectFromGUID("123456")
end
-- returns all matching objects as a table with references
---@param owner String Parent object for this search
---@param type String Type of object to search for
GUIDReferenceApi.getObjectByOwnerAndType = function(owner, type)
return getGuidHandler().call("getObjectByOwnerAndType", { owner = owner, type = type })
end
-- returns all matching objects as a table with references
---@param type String Type of object to search for
GUIDReferenceApi.getObjectsByType = function(type)
return getGuidHandler().call("getObjectsByType", type)
end
-- returns all matching objects as a table with references
---@param owner String Parent object for this search
GUIDReferenceApi.getObjectsByOwner = function(owner)
return getGuidHandler().call("getObjectsByOwner", owner)
end
-- sends new information to the reference handler to edit the main index
---@param owner String Parent of the object
---@param type String Type of the object
---@param guid String GUID of the object
GUIDReferenceApi.editIndex = function(owner, type, guid)
return getGuidHandler().call("editIndex", {
owner = owner,
type = type,
guid = guid
})
end
return GUIDReferenceApi
end
end)
__bundle_register("__root", function(require, _LOADED, __bundle_register, __bundle_modules)
require("arkhamdb/HotfixBag")
end)
__bundle_register("arkhamdb/HotfixBag", function(require, _LOADED, __bundle_register, __bundle_modules)
-- A Hotfix bag contains replacement cards for the All Cards Bag, and should
-- have the 'AllCardsHotfix' tag on the object. Code for the All Cards Bag will
-- find these bags during indexing, and use them to replace cards from the
-- actual bag.
-- Tells the All Cards Bag to recreate its indexes. The All Cards Bag may
-- ignore this request; see the rebuildIndexForHotfix() method in the All Cards
-- Bag for details.
local allCardsBagApi = require("playercards/AllCardsBagApi")
function onLoad()
allCardsBagApi.rebuildIndexForHotfix()
self.addContextMenuItem("Update card index", function() allCardsBagApi.rebuildIndexForHotfix() end)
end
end)
__bundle_register("playercards/AllCardsBagApi", function(require, _LOADED, __bundle_register, __bundle_modules)
do
local AllCardsBagApi = {}
local guidReferenceApi = require("core/GUIDReferenceApi")
local function getAllCardsBag()
return guidReferenceApi.getObjectByOwnerAndType("Mythos", "AllCardsBag")
end
-- Returns a specific card from the bag, based on ArkhamDB ID
---@param id table String ID of the card to retrieve
---@return table table
-- If the indexes are still being constructed, an empty table is
-- returned. Otherwise, a single table with the following fields
-- cardData: TTS object data, suitable for spawning the card
-- cardMetadata: Table of parsed metadata
AllCardsBagApi.getCardById = function(id)
return getAllCardsBag().call("getCardById", {id = id})
end
-- Gets a random basic weakness from the bag. Once a given ID has been returned
-- it will be removed from the list and cannot be selected again until a reload
-- occurs or the indexes are rebuilt, which will refresh the list to include all
-- weaknesses.
---@return id String ID of the selected weakness.
AllCardsBagApi.getRandomWeaknessId = function()
return getAllCardsBag().call("getRandomWeaknessId")
end
AllCardsBagApi.isIndexReady = function()
return getAllCardsBag().call("isIndexReady")
end
-- Called by Hotfix bags when they load. If we are still loading indexes, then
-- the all cards and hotfix bags are being loaded together, and we can ignore
-- this call as the hotfix will be included in the initial indexing. If it is
-- called once indexing is complete it means the hotfix bag has been added
-- later, and we should rebuild the index to integrate the hotfix bag.
AllCardsBagApi.rebuildIndexForHotfix = function()
return getAllCardsBag().call("rebuildIndexForHotfix")
end
-- Searches the bag for cards which match the given name and returns a list. Note that this is
-- an O(n) search without index support. It may be slow.
---@param name String or string fragment to search for names
---@param exact Boolean Whether the name match should be exact
AllCardsBagApi.getCardsByName = function(name, exact)
return getAllCardsBag().call("getCardsByName", {name = name, exact = exact})
end
AllCardsBagApi.isBagPresent = function()
return getAllCardsBag() and true
end
-- Returns a list of cards from the bag matching a class and level (0 or upgraded)
---@param class String class to retrieve ("Guardian", "Seeker", etc)
---@param upgraded Boolean true for upgraded cards (Level 1-5), false for Level 0
---@return: If the indexes are still being constructed, returns an empty table.
-- Otherwise, a list of tables, each with the following fields
-- cardData: TTS object data, suitable for spawning the card
-- cardMetadata: Table of parsed metadata
AllCardsBagApi.getCardsByClassAndLevel = function(class, upgraded)
return getAllCardsBag().call("getCardsByClassAndLevel", {class = class, upgraded = upgraded})
end
AllCardsBagApi.getCardsByCycle = function(cycle)
return getAllCardsBag().call("getCardsByCycle", cycle)
end
AllCardsBagApi.getUniqueWeaknesses = function()
return getAllCardsBag().call("getUniqueWeaknesses")
end
return AllCardsBagApi
end
end)
return __bundle_require("__root")

View File

@ -0,0 +1,55 @@
AltLookAngle:
x: 0
y: 0
z: 0
Autoraise: true
Bag:
Order: 0
ColorDiffuse:
b: 0
g: 0.36652
r: 0.70588
Description: 'Put any cards in here to add them to the indices for the player card
panel and deck importer.
Select the ''update index'' entry in the context menu of this bag once you''ve added
all cards.
This can be used for custom cards too.'
DragSelectable: true
GMNotes: ''
GUID: 2cba6b
Grid: true
GridProjection: false
Hands: false
HideWhenFaceDown: false
IgnoreFoW: false
LayoutGroupSortIndex: 0
Locked: true
LuaScript: !include 'Bag Additional Player Cards 2cba6b.ttslua'
LuaScriptState: ''
MaterialIndex: -1
MeasureMovement: false
MeshIndex: -1
Name: Bag
Nickname: Additional Player Cards
Number: 0
Snap: true
Sticky: true
Tags:
- AllCardsHotfix
Tooltip: true
Transform:
posX: 60
posY: 1.2
posZ: 48
rotX: 0
rotY: 0
rotZ: 0
scaleX: 1.5
scaleY: 1.5
scaleZ: 1.5
Value: 0
XmlUI: ''

View File

@ -41,6 +41,9 @@ local __bundle_require, __bundle_loaded, __bundle_register, __bundle_modules = (
return require, loaded, register, modules return require, loaded, register, modules
end)(nil) end)(nil)
__bundle_register("__root", function(require, _LOADED, __bundle_register, __bundle_modules)
require("playercards/AllCardsBag")
end)
__bundle_register("playercards/AllCardsBag", function(require, _LOADED, __bundle_register, __bundle_modules) __bundle_register("playercards/AllCardsBag", function(require, _LOADED, __bundle_register, __bundle_modules)
local cardIdIndex = { } local cardIdIndex = { }
local classAndLevelIndex = { } local classAndLevelIndex = { }
@ -116,6 +119,7 @@ end
-- yielding. Based on the current count of cards this will require -- yielding. Based on the current count of cards this will require
-- approximately 60 frames to complete. -- approximately 60 frames to complete.
function buildIndex() function buildIndex()
local cardCount = 0
indexingDone = false indexingDone = false
if (self.getData().ContainedObjects == nil) then if (self.getData().ContainedObjects == nil) then
return 1 return 1
@ -124,18 +128,39 @@ function buildIndex()
local cardMetadata = JSON.decode(cardData.GMNotes) local cardMetadata = JSON.decode(cardData.GMNotes)
if (cardMetadata ~= nil) then if (cardMetadata ~= nil) then
addCardToIndex(cardData, cardMetadata) addCardToIndex(cardData, cardMetadata)
end cardCount = cardCount + 1
if (i % 20 == 0) then if cardCount > 9 then
coroutine.yield(0) cardCount = 0
coroutine.yield(0)
end
end end
end end
local hotfixBags = getObjectsWithTag("AllCardsHotfix") local hotfixBags = getObjectsWithTag("AllCardsHotfix")
for _, hotfixBag in ipairs(hotfixBags) do for _, hotfixBag in ipairs(hotfixBags) do
if (#hotfixBag.getObjects() > 0) then if (#hotfixBag.getObjects() > 0) then
for i, cardData in ipairs(hotfixBag.getData().ContainedObjects) do for i, cardData in ipairs(hotfixBag.getData().ContainedObjects) do
local cardMetadata = JSON.decode(cardData.GMNotes) if cardData.ContainedObjects then
if (cardMetadata ~= nil) then for j, deepCardData in ipairs(cardData.ContainedObjects) do
addCardToIndex(cardData, cardMetadata) local deepCardMetadata = JSON.decode(deepCardData.GMNotes)
if deepCardMetadata ~= nil then
addCardToIndex(deepCardData, deepCardMetadata)
cardCount = cardCount + 1
if cardCount > 9 then
cardCount = 0
coroutine.yield(0)
end
end
end
else
local cardMetadata = JSON.decode(cardData.GMNotes)
if cardMetadata ~= nil then
addCardToIndex(cardData, cardMetadata)
cardCount = cardCount + 1
if cardCount > 9 then
cardCount = 0
coroutine.yield(0)
end
end
end end
end end
end end
@ -146,9 +171,13 @@ function buildIndex()
end end
-- Adds a card to any indexes it should be a part of, based on its metadata. -- Adds a card to any indexes it should be a part of, based on its metadata.
-- Param cardData: TTS object data for the card ---@param cardData: TTS object data for the card
-- Param cardMetadata: SCED metadata for the card ---@param cardMetadata: SCED metadata for the card
function addCardToIndex(cardData, cardMetadata) function addCardToIndex(cardData, cardMetadata)
-- use the ZoopGuid as fallback if no id present
if cardMetadata.id == nil and cardMetadata.TtsZoopGuid then
cardMetadata.id = cardMetadata.TtsZoopGuid
end
cardIdIndex[cardMetadata.id] = { data = cardData, metadata = cardMetadata } cardIdIndex[cardMetadata.id] = { data = cardData, metadata = cardMetadata }
if (cardMetadata.alternate_ids ~= nil) then if (cardMetadata.alternate_ids ~= nil) then
for _, alternateId in ipairs(cardMetadata.alternate_ids) do for _, alternateId in ipairs(cardMetadata.alternate_ids) do
@ -397,7 +426,4 @@ function isBasicWeakness(cardMetadata)
and cardMetadata.basicWeaknessCount > 0 and cardMetadata.basicWeaknessCount > 0
end end
end) end)
__bundle_register("__root", function(require, _LOADED, __bundle_register, __bundle_modules)
require("playercards/AllCardsBag")
end)
return __bundle_require("__root") return __bundle_require("__root")

View File

@ -19,19 +19,53 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Charlie Kane 4deeff.yaml' - !include 'Bag All Player Cards 15bb07/Card Charlie Kane 4deeff.yaml'
- !include 'Bag All Player Cards 15bb07/Card Finn Edwards dd40c0.yaml' - !include 'Bag All Player Cards 15bb07/Card Finn Edwards dd40c0.yaml'
- !include 'Bag All Player Cards 15bb07/Card Monterey Jack 46b145.yaml' - !include 'Bag All Player Cards 15bb07/Card Monterey Jack 46b145.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Monterey Jack (Parallel) 46b146.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Monterey Jack (Parallel Back) 46b148.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Monterey Jack (Parallel Front)
46b147.yaml'
- !include 'Bag All Player Cards 15bb07/Card If it bleeds... acf2b0.yaml' - !include 'Bag All Player Cards 15bb07/Card If it bleeds... acf2b0.yaml'
- !include 'Bag All Player Cards 15bb07/Card Beat Cop (2) 7001be.yaml' - !include 'Bag All Player Cards 15bb07/Card Beat Cop (2) 7001be.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Book of Living Myths c5fb1f.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Weeping Yurei 541bd9.yaml'
- !include "Bag All Player Cards 15bb07/CardCustom K\u014Dhaku Narukami cea427.yaml"
- !include "Bag All Player Cards 15bb07/CardCustom K\u014Dhaku Narukami 54eaa7.yaml"
- !include 'Bag All Player Cards 15bb07/CardCustom Ad Hoc c9fb2f.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Ad Hoc c9fb2f.yaml'
- !include 'Bag All Player Cards 15bb07/Card Hasty Repairs 0821d5.yaml' - !include 'Bag All Player Cards 15bb07/Card Hasty Repairs 0821d5.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Wilson Richards ceb426.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Wilson Richards ceb426.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Wilson Richards 54eab5.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Wilson Richards 55eab5.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Ancestral Token c1fb1f.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Aetheric Current (Yoth) 84ad64.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Aetheric Current (Yuggoth) 84ad65.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Failed Experiment acd281.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Flux Stabilizer 55990a.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Kate Winthrop ce2322.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Kate Winthrop ce2323.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Hatchet (1) 2ea0d3.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Token of Faith (3) 2ea0d1.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Transmogrify 9965dd.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Absolution aef183.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Confound (3) 9965de.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Strong-Armed (1) 294d6.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Survival Technique (2) 2ea0d4.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Scrimshaw Charm c1fb2e.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Vamp (3) add233.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Well-Dressed c6ac33.yaml'
- !include 'Bag All Player Cards 15bb07/Card Fine Tuning (1) 103fbd.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Prismatic Spectacles (2) 3adcf5.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Drain Essence 9965aa.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Fake Credentials acd38d.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Cat Mask 847ed6.yaml'
- !include 'Bag All Player Cards 15bb07/Card Hard Times 876557.yaml' - !include 'Bag All Player Cards 15bb07/Card Hard Times 876557.yaml'
- !include 'Bag All Player Cards 15bb07/Card Pete''s Guitar 876557.yaml' - !include 'Bag All Player Cards 15bb07/Card Pete''s Guitar 876557.yaml'
- !include 'Bag All Player Cards 15bb07/Card Ashcan Pete (Parallel Front) 5294c3.yaml' - !include 'Bag All Player Cards 15bb07/Card Ashcan Pete (Parallel Front) 5294c3.yaml'
- !include 'Bag All Player Cards 15bb07/Card Ashcan Pete (Parallel Back) 5294c3.yaml' - !include 'Bag All Player Cards 15bb07/Card Ashcan Pete (Parallel Back) 5294c3.yaml'
- !include 'Bag All Player Cards 15bb07/Card Ashcan Pete (Parallel) 5294c3.yaml' - !include 'Bag All Player Cards 15bb07/Card Ashcan Pete (Parallel) 5294c3.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Eldritch Tongue e8765a.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Eldritch Tongue e8765a.yaml'
- !include 'Bag All Player Cards 15bb07/Card Tinker 102fbd.yaml'
- !include 'Bag All Player Cards 15bb07/Card Hand-Eye Coordination (1) 102fcd.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom False Surrender adf28e.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom False Surrender adf28e.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Purified 294d6a.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom The Key of Solomon (4) ae54c6.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom The Necronomicon 5b2e10.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom The Necronomicon 5b2e10.yaml'
- !include 'Bag All Player Cards 15bb07/Card Roland''s .38 Special 4edb91.yaml' - !include 'Bag All Player Cards 15bb07/Card Roland''s .38 Special 4edb91.yaml'
- !include 'Bag All Player Cards 15bb07/Card Stubborn Detective 4ea68b.yaml' - !include 'Bag All Player Cards 15bb07/Card Stubborn Detective 4ea68b.yaml'
@ -748,7 +782,7 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Waveworn Idol 591284.yaml' - !include 'Bag All Player Cards 15bb07/Card Waveworn Idol 591284.yaml'
- !include 'Bag All Player Cards 15bb07/Card Take Heart cc6e4d.yaml' - !include 'Bag All Player Cards 15bb07/Card Take Heart cc6e4d.yaml'
- !include 'Bag All Player Cards 15bb07/Card Olive McBride 9683d0.yaml' - !include 'Bag All Player Cards 15bb07/Card Olive McBride 9683d0.yaml'
- !include 'Bag All Player Cards 15bb07/Card Olive McBride 9683d2.yaml' - !include 'Bag All Player Cards 15bb07/Card Olive McBride (2) 9683d2.yaml'
- !include 'Bag All Player Cards 15bb07/Card Counterpunch 20645e.yaml' - !include 'Bag All Player Cards 15bb07/Card Counterpunch 20645e.yaml'
- !include 'Bag All Player Cards 15bb07/Card Harmony Restored (2) 7885cf.yaml' - !include 'Bag All Player Cards 15bb07/Card Harmony Restored (2) 7885cf.yaml'
- !include 'Bag All Player Cards 15bb07/Card Glory 273584.yaml' - !include 'Bag All Player Cards 15bb07/Card Glory 273584.yaml'
@ -1050,6 +1084,7 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Discipline 3247da.yaml' - !include 'Bag All Player Cards 15bb07/Card Discipline 3247da.yaml'
- !include 'Bag All Player Cards 15bb07/Card Shrewd Dealings c70129.yaml' - !include 'Bag All Player Cards 15bb07/Card Shrewd Dealings c70129.yaml'
- !include 'Bag All Player Cards 15bb07/Card Buried Secrets 28080d.yaml' - !include 'Bag All Player Cards 15bb07/Card Buried Secrets 28080d.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Buried Secrets 28080e.yaml'
- !include 'Bag All Player Cards 15bb07/Card Mechanic''s Wrench 598ba0.yaml' - !include 'Bag All Player Cards 15bb07/Card Mechanic''s Wrench 598ba0.yaml'
- !include 'Bag All Player Cards 15bb07/Card Fend Off (3) 0c2449.yaml' - !include 'Bag All Player Cards 15bb07/Card Fend Off (3) 0c2449.yaml'
- !include 'Bag All Player Cards 15bb07/Card Join the Caravan (1) 6367dd.yaml' - !include 'Bag All Player Cards 15bb07/Card Join the Caravan (1) 6367dd.yaml'
@ -1197,6 +1232,7 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Tidal Memento b4f9ee.yaml' - !include 'Bag All Player Cards 15bb07/Card Tidal Memento b4f9ee.yaml'
- !include 'Bag All Player Cards 15bb07/Card Jacob Morrison (3) aa38d0.yaml' - !include 'Bag All Player Cards 15bb07/Card Jacob Morrison (3) aa38d0.yaml'
- !include 'Bag All Player Cards 15bb07/Card Trusty Bullwhip ca9a60.yaml' - !include 'Bag All Player Cards 15bb07/Card Trusty Bullwhip ca9a60.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Trusty Bullwhip ca9a61.yaml'
- !include 'Bag All Player Cards 15bb07/Card Mob Goons fc1506.yaml' - !include 'Bag All Player Cards 15bb07/Card Mob Goons fc1506.yaml'
- !include 'Bag All Player Cards 15bb07/Card Guard Dog 001ae8.yaml' - !include 'Bag All Player Cards 15bb07/Card Guard Dog 001ae8.yaml'
- !include 'Bag All Player Cards 15bb07/Card First Aid (3) 3c7eb1.yaml' - !include 'Bag All Player Cards 15bb07/Card First Aid (3) 3c7eb1.yaml'
@ -1581,20 +1617,38 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Final Rhapsody 561775.yaml' - !include 'Bag All Player Cards 15bb07/Card Final Rhapsody 561775.yaml'
- !include 'Bag All Player Cards 15bb07/Card Jim Culver (Parallel Back) aba863.yaml' - !include 'Bag All Player Cards 15bb07/Card Jim Culver (Parallel Back) aba863.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom The Beyond 37ab47.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom The Beyond 37ab47.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Devil 2a0ba5.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Devil (2) 2a0ba5.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Alessandra Zorzi cea425.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Alessandra Zorzi cea425.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Alessandra Zorzi 54eaa5.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Alessandra Zorzi 54eaa5.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Zamacona 541ba9.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Zamacona 541ba9.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Wicked Athame c9fb1f.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Wicked Athame c9fb1f.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Wolf Mask 975d89.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Beguile 019526.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Beguile 019526.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Ofuda 860c1e.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Ofuda 860c1e.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Providential (2) 2cf42a.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Vamp add232.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom I''ll Pay You Back! 40e1ca.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom I''ll Pay You Back! 40e1ca.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Occult Reliquary acd0c2.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Occult Reliquary (3) acd0c2.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Grift df75d7.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Grift df75d7.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Guided by Faith aef282.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Hank Samson 3764cc.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Hank Samson 3764cd.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Hank Samson (Assistant) 3764ce.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Hank Samson (Warden) 3764cf.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Hold Up aef182.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Pelt Shipment aa11bc.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Stir the Pot (5) add252.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Snitch (2) add242.yaml'
- !include 'Bag All Player Cards 15bb07/Card Where''s Pa 9aba43.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Persistence (1) 2cf51.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Stouthearted 265ad2.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Control Variable 133868.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Control Variable 133868.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Blackmail File de456d.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Blackmail File de456d.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Speak to the Dead c763aa.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Speak to the Dead c763aa.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Accursed e91c5e.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Accursed e91c5e.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Throw the Book at Them! d617ab.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Fox Mask 4144cd.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Mouse Mask 32ad21.yaml'
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''

View File

@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"60522\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"60522\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 2,\r\n \"level\": 2,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n \ \"class\": \"Survivor\",\n \"cost\": 2,\n \"level\": 2,\n \"traits\": \"Item.
\ \"combatIcons\": 1,\r\n \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n \"agilityIcons\": 1,\n \"uses\":
3,\r\n \"type\": \"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n [\n {\n \"count\": 3,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n
\ \"cycle\": \"Investigator Packs\"\r\n}\r" \ }\n ],\n \"cycle\": \"Investigator Packs\"\n}"
GUID: f8a977 GUID: f8a977
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"60505\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"60505\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 3,\r\n \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n \ \"class\": \"Survivor\",\n \"cost\": 3,\n \"level\": 0,\n \"traits\": \"Item.
\ \"combatIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 2,\r\n \"type\": Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n \"uses\": [\n {\n \"count\":
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"Investigator 2,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
Packs\"\r\n}\r" \"Investigator Packs\"\n}"
GUID: 101a41 GUID: 101a41
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"07305\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n GMNotes: "{\n \"id\": \"07305\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 4,\r\n \"level\": 2,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n \ \"class\": \"Rogue\",\n \"cost\": 4,\n \"level\": 2,\n \"traits\": \"Item.
\ \"combatIcons\": 1,\r\n \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n \"agilityIcons\": 1,\n \"uses\":
4,\r\n \"type\": \"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n [\n {\n \"count\": 4,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n
\ \"cycle\": \"The Innsmouth Conspiracy\"\r\n}\r" \ }\n ],\n \"cycle\": \"The Innsmouth Conspiracy\"\n}"
GUID: 4425b5 GUID: 4425b5
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"07025\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n GMNotes: "{\n \"id\": \"07025\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 4,\r\n \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n \ \"class\": \"Rogue\",\n \"cost\": 4,\n \"level\": 0,\n \"traits\": \"Item.
\ \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 4,\r\n \"type\": Weapon. Firearm. Illicit.\",\n \"agilityIcons\": 1,\n \"uses\": [\n {\n \"count\":
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The 4,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
Innsmouth Conspiracy\"\r\n}\r" \"The Innsmouth Conspiracy\"\n}"
GUID: a5087b GUID: a5087b
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"52001\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n GMNotes: "{\n \"id\": \"52001\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 2,\r\n \"level\": 2,\r\n \"traits\": \"Item. Weapon. Firearm.\",\r\n \ \"class\": \"Guardian\",\n \"cost\": 2,\n \"level\": 2,\n \"traits\": \"Item.
\ \"combatIcons\": 2,\r\n \"uses\": [\r\n {\r\n \"count\": 6,\r\n \"type\": Weapon. Firearm.\",\n \"combatIcons\": 2,\n \"uses\": [\n {\n \"count\":
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"Return 6,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
to the Path to Carcosa\"\r\n}\r" \"Return to the Path to Carcosa\"\n}"
GUID: c026c9 GUID: c026c9
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03020\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n GMNotes: "{\n \"id\": \"03020\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 3,\r\n \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm.\",\r\n \ \"class\": \"Guardian\",\n \"cost\": 3,\n \"level\": 0,\n \"traits\": \"Item.
\ \"combatIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 6,\r\n \"type\": Weapon. Firearm.\",\n \"combatIcons\": 1,\n \"uses\": [\n {\n \"count\":
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The 6,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
Path to Carcosa\"\r\n}\r" \"The Path to Carcosa\"\n}"
GUID: b0f851 GUID: b0f851
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"06195\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n GMNotes: "{\n \"id\": \"06195\",\n \"type\": \"Asset\",\n \"slot\": \"Hand x2\",\n
\ \"cost\": 4,\r\n \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm.\",\r\n \ \"class\": \"Guardian\",\n \"cost\": 4,\n \"level\": 0,\n \"traits\": \"Item.
\ \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 5,\r\n \"type\": Weapon. Firearm.\",\n \"agilityIcons\": 1,\n \"uses\": [\n {\n \"count\":
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The 5,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
Dream-Eaters\"\r\n}\r" \"The Dream-Eaters\"\n}"
GUID: c32e40 GUID: c32e40
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,12 +19,12 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03234\",\r\n \"alternate_ids\": [\r\n \"01688\"\r\n GMNotes: "{\n \"id\": \"03234\",\n \"alternate_ids\": [\n \"01688\"\n ],\n \"type\":
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n \"cost\": 3,\r\n \"Asset\",\n \"slot\": \"Hand\",\n \"class\": \"Rogue\",\n \"cost\": 3,\n \"level\":
\ \"level\": 2,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n \"combatIcons\": 2,\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n
1,\r\n \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n \ \"agilityIcons\": 1,\n \"uses\": [\n {\n \"count\": 3,\n \"type\":
\ \"type\": \"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\": \"The Path to
\ \"cycle\": \"The Path to Carcosa\"\r\n}\r" Carcosa\"\n}"
GUID: f57af7 GUID: f57af7
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"01047\",\r\n \"alternate_ids\": [\r\n \"01547\"\r\n GMNotes: "{\n \"id\": \"01047\",\n \"alternate_ids\": [\n \"01547\"\n ],\n \"type\":
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n \"cost\": 3,\r\n \"Asset\",\n \"slot\": \"Hand\",\n \"class\": \"Rogue\",\n \"cost\": 3,\n \"level\":
\ \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n \"combatIcons\": 0,\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n
1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n \"type\": \"Ammo\",\r\n \ \"uses\": [\n {\n \"count\": 3,\n \"type\": \"Ammo\",\n \"token\":
\ \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"Core\"\r\n}\r" \"resource\"\n }\n ],\n \"cycle\": \"Core\"\n}"
GUID: fe2db3 GUID: fe2db3
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03190\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n GMNotes: "{\n \"id\": \"03190\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 4,\r\n \"level\": 2,\r\n \"traits\": \"Item. Weapon. Firearm.\",\r\n \ \"class\": \"Guardian\",\n \"cost\": 4,\n \"level\": 2,\n \"traits\": \"Item.
\ \"combatIcons\": 1,\r\n \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": Weapon. Firearm.\",\n \"combatIcons\": 1,\n \"agilityIcons\": 1,\n \"uses\":
4,\r\n \"type\": \"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n [\n {\n \"count\": 4,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n
\ \"cycle\": \"The Path to Carcosa\"\r\n}\r" \ }\n ],\n \"cycle\": \"The Path to Carcosa\"\n}"
GUID: fe0cc0 GUID: fe0cc0
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"01016\",\r\n \"alternate_ids\": [\r\n \"01516\"\r\n GMNotes: "{\n \"id\": \"01016\",\n \"alternate_ids\": [\n \"01516\"\n ],\n \"type\":
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n \"cost\": 4,\r\n \"Asset\",\n \"slot\": \"Hand\",\n \"class\": \"Guardian\",\n \"cost\": 4,\n
\ \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm.\",\r\n \"agilityIcons\": \ \"level\": 0,\n \"traits\": \"Item. Weapon. Firearm.\",\n \"agilityIcons\":
1,\r\n \"uses\": [\r\n {\r\n \"count\": 4,\r\n \"type\": \"Ammo\",\r\n 1,\n \"uses\": [\n {\n \"count\": 4,\n \"type\": \"Ammo\",\n \"token\":
\ \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"Core\"\r\n}\r" \"resource\"\n }\n ],\n \"cycle\": \"Core\"\n}"
GUID: 12660b GUID: 12660b
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Guardian Description: Guardian
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"05186\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n GMNotes: "{\n \"id\": \"05186\",\n \"type\": \"Asset\",\n \"slot\": \"Hand x2\",\n
\ \"cost\": 6,\r\n \"level\": 3,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n \ \"class\": \"Guardian\",\n \"cost\": 6,\n \"level\": 3,\n \"traits\": \"Item.
\ \"combatIcons\": 2,\r\n \"uses\": [\r\n {\r\n \"count\": 5,\r\n \"type\": Weapon. Firearm. Illicit.\",\n \"combatIcons\": 2,\n \"uses\": [\n {\n \"count\":
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The 5,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
Circle Undone\"\r\n}\r" \"The Circle Undone\"\n}"
GUID: b492cb GUID: b492cb
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Rogue Description: Rogue
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"05187\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n GMNotes: "{\n \"id\": \"05187\",\n \"type\": \"Asset\",\n \"slot\": \"Hand x2\",\n
\ \"cost\": 5,\r\n \"level\": 3,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n \ \"class\": \"Rogue\",\n \"cost\": 5,\n \"level\": 3,\n \"traits\": \"Item.
\ \"combatIcons\": 1,\r\n \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n \"agilityIcons\": 1,\n \"uses\":
5,\r\n \"type\": \"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n [\n {\n \"count\": 5,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n
\ \"cycle\": \"The Circle Undone\"\r\n}\r" \ }\n ],\n \"cycle\": \"The Circle Undone\"\n}"
GUID: d4dbc7 GUID: d4dbc7
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"05115\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian|Rogue\",\r\n GMNotes: "{\n \"id\": \"05115\",\n \"type\": \"Asset\",\n \"slot\": \"Hand x2\",\n
\ \"cost\": 6,\r\n \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n \ \"class\": \"Guardian|Rogue\",\n \"cost\": 6,\n \"level\": 0,\n \"traits\":
\ \"combatIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 5,\r\n \"type\": \"Item. Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n \"uses\": [\n {\n
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The \ \"count\": 5,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n
Circle Undone\"\r\n}\r" \ }\n ],\n \"cycle\": \"The Circle Undone\"\n}"
GUID: 2c6509 GUID: 2c6509
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"08048\",\r\n \"type\": \"Event\",\r\n \"class\": \"Rogue\",\r\n GMNotes: "{\n \"id\": \"08048\",\n \"type\": \"Event\",\n \"class\": \"Rogue\",\n
\ \"cost\": 2,\r\n \"level\": 0,\r\n \"traits\": \"Fortune. Gambit.\",\r\n \"combatIcons\": \ \"cost\": 2,\n \"level\": 0,\n \"traits\": \"Fortune. Gambit.\",\n \"combatIcons\":
1,\r\n \"agilityIcons\": 1,\r\n \"cycle\": \"Edge of the Earth\"\r\n}\r" 1,\n \"agilityIcons\": 1,\n \"cycle\": \"Edge of the Earth\"\n}"
GUID: 5210c2 GUID: 5210c2
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03238\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"03238\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"level\": 2,\r\n \"traits\": \"Fortune.\",\r\n \"willpowerIcons\": 1,\r\n \"intellectIcons\": \ \"level\": 2,\n \"traits\": \"Fortune.\",\n \"willpowerIcons\": 1,\n \"intellectIcons\":
1,\r\n \"cycle\": \"The Path to Carcosa\"\r\n}\r" 1,\n \"cycle\": \"The Path to Carcosa\"\n}"
GUID: 0edef1 GUID: 0edef1
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"02270\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"02270\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 1,\r\n \"level\": 0,\r\n \"traits\": \"Fortune.\",\r\n \"willpowerIcons\": \ \"cost\": 1,\n \"level\": 0,\n \"traits\": \"Fortune.\",\n \"willpowerIcons\":
1,\r\n \"intellectIcons\": 1,\r\n \"cycle\": \"The Dunwich Legacy\"\r\n}\r" 1,\n \"intellectIcons\": 1,\n \"cycle\": \"The Dunwich Legacy\"\n}"
GUID: 3f3488 GUID: 3f3488
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"06245\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"06245\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 1,\r\n \"level\": 0,\r\n \"traits\": \"Blessed. Fortune.\",\r\n \"wildIcons\": \ \"cost\": 1,\n \"level\": 0,\n \"traits\": \"Blessed. Fortune.\",\n \"wildIcons\":
1,\r\n \"cycle\": \"The Dream-Eaters\"\r\n}\r" 1,\n \"cycle\": \"The Dream-Eaters\"\n}"
GUID: f21109 GUID: f21109
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03156\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"03156\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 1,\r\n \"level\": 1,\r\n \"traits\": \"Spirit.\",\r\n \"willpowerIcons\": \ \"cost\": 1,\n \"level\": 1,\n \"traits\": \"Spirit.\",\n \"willpowerIcons\":
1,\r\n \"cycle\": \"The Path to Carcosa\"\r\n}\r" 1,\n \"cycle\": \"The Path to Carcosa\"\n}"
GUID: 4cfcc7 GUID: 4cfcc7
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"60523\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"60523\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 0,\r\n \"level\": 2,\r\n \"traits\": \"Spirit.\",\r\n \"willpowerIcons\": \ \"cost\": 0,\n \"level\": 2,\n \"traits\": \"Spirit.\",\n \"willpowerIcons\":
1,\r\n \"cycle\": \"Investigator Packs\"\r\n}\r" 1,\n \"cycle\": \"Investigator Packs\"\n}"
GUID: 71a760 GUID: 71a760
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"60513\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"60513\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 1,\r\n \"level\": 0,\r\n \"traits\": \"Spirit.\",\r\n \"willpowerIcons\": \ \"cost\": 1,\n \"level\": 0,\n \"traits\": \"Spirit.\",\n \"willpowerIcons\":
1,\r\n \"cycle\": \"Investigator Packs\"\r\n}\r" 1,\n \"cycle\": \"Investigator Packs\"\n}"
GUID: 48e516 GUID: 48e516
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"07269\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"07269\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 1,\r\n \"level\": 3,\r\n \"traits\": \"Spirit. Blessed.\",\r\n \"willpowerIcons\": \ \"cost\": 1,\n \"level\": 3,\n \"traits\": \"Spirit. Blessed.\",\n \"willpowerIcons\":
2,\r\n \"cycle\": \"The Innsmouth Conspiracy\"\r\n}\r" 2,\n \"cycle\": \"The Innsmouth Conspiracy\"\n}"
GUID: '176836' GUID: '176836'
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,8 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Weakness Description: Weakness
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"01515\",\r\n \"type\": \"Treachery\",\r\n \"class\": GMNotes: "{\n \"id\": \"01515\",\n \"type\": \"Treachery\",\n \"class\": \"Neutral\",\n
\"Neutral\",\r\n \"traits\": \"Madness.\",\r\n \"weakness\": true,\r\n \"cycle\": \ \"traits\": \"Madness.\",\n \"weakness\": true,\n \"cycle\": \"Core\"\n}"
\"Core\"\r\n}\r"
GUID: 35a7e9 GUID: 35a7e9
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,8 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"01015\",\r\n \"type\": \"Treachery\",\r\n \"class\": GMNotes: "{\n \"id\": \"01015\",\n \"type\": \"Treachery\",\n \"class\": \"Neutral\",\n
\"Neutral\",\r\n \"traits\": \"Madness.\",\r\n \"weakness\": true,\r\n \"cycle\": \ \"traits\": \"Madness.\",\n \"weakness\": true,\n \"cycle\": \"Core\"\n}"
\"Core\"\r\n}\r"
GUID: 79b4af GUID: 79b4af
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,8 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Advanced Description: Advanced
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"90040\",\r\n \"type\": \"Treachery\",\r\n \"class\": GMNotes: "{\n \"id\": \"90040\",\n \"type\": \"Treachery\",\n \"class\": \"Neutral\",\n
\"Neutral\",\r\n \"traits\": \"Madness.\",\r\n \"weakness\": true,\r\n \"cycle\": \ \"traits\": \"Madness.\",\n \"weakness\": true,\n \"cycle\": \"Standalone\"\n}"
\"Standalone\"\r\n}\r"
GUID: 89fe92 GUID: 89fe92
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Ally. Believer. Description: Ally. Believer.
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"82022\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n GMNotes: "{\n \"id\": \"82022\",\n \"type\": \"Asset\",\n \"class\": \"Neutral\",\n
\ \"cost\": 4,\r\n \"traits\": \"Ally. Believer.\",\r\n \"willpowerIcons\": 1,\r\n \ \"cost\": 4,\n \"traits\": \"Ally. Believer.\",\n \"willpowerIcons\": 1,\n \"intellectIcons\":
\ \"intellectIcons\": 1,\r\n \"wildIcons\": 1,\r\n \"cycle\": \"Standalone\"\r\n}\r" 1,\n \"wildIcons\": 1,\n \"cycle\": \"Standalone\"\n}"
GUID: a4b514 GUID: a4b514
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,10 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Library Intern Description: Library Intern
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"06324\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n GMNotes: "{\n \"id\": \"06324\",\n \"type\": \"Asset\",\n \"slot\": \"Ally\",\n
\ \"cost\": 3,\r\n \"level\": 4,\r\n \"traits\": \"Ally. Miskatonic.\",\r\n \"intellectIcons\": \ \"class\": \"Seeker\",\n \"cost\": 3,\n \"level\": 4,\n \"traits\": \"Ally.
1,\r\n \"agilityIcons\": 1,\r\n \"cycle\": \"The Dream-Eaters\"\r\n}\r" Miskatonic.\",\n \"intellectIcons\": 1,\n \"agilityIcons\": 1,\n \"cycle\": \"The
Dream-Eaters\"\n}"
GUID: 97e9ce GUID: 97e9ce
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"05038\",\r\n \"type\": \"Skill\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"05038\",\n \"type\": \"Skill\",\n \"class\": \"Survivor\",\n
\ \"level\": 0,\r\n \"traits\": \"Innate.\",\r\n \"combatIcons\": 1,\r\n \"agilityIcons\": \ \"level\": 0,\n \"traits\": \"Innate.\",\n \"combatIcons\": 1,\n \"agilityIcons\":
1,\r\n \"cycle\": \"The Circle Undone\"\r\n}\r" 1,\n \"cycle\": \"The Circle Undone\"\n}"
GUID: '051742' GUID: '051742'
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,10 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"07159\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n GMNotes: "{\n \"id\": \"07159\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 2,\r\n \"level\": 2,\r\n \"traits\": \"Item. Tome.\",\r\n \"intellectIcons\": \ \"class\": \"Mystic\",\n \"cost\": 2,\n \"level\": 2,\n \"traits\": \"Item.
1,\r\n \"combatIcons\": 1,\r\n \"cycle\": \"The Innsmouth Conspiracy\"\r\n}\r" Tome.\",\n \"intellectIcons\": 1,\n \"combatIcons\": 1,\n \"cycle\": \"The Innsmouth
Conspiracy\"\n}"
GUID: a2d392 GUID: a2d392
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,8 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Weakness Description: Weakness
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"04041\",\r\n \"type\": \"Treachery\",\r\n \"class\": GMNotes: "{\n \"id\": \"04041\",\n \"type\": \"Treachery\",\n \"class\": \"Neutral\",\n
\"Neutral\",\r\n \"traits\": \"Curse.\",\r\n \"weakness\": true,\r\n \"cycle\": \ \"traits\": \"Curse.\",\n \"weakness\": true,\n \"cycle\": \"The Forgotten Age\"\n}"
\"The Forgotten Age\"\r\n}\r"
GUID: 85e7d9 GUID: 85e7d9
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Basic Weakness Description: Basic Weakness
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"07038\",\r\n \"type\": \"Enemy\",\r\n \"class\": \"Neutral\",\r\n GMNotes: "{\n \"id\": \"07038\",\n \"type\": \"Enemy\",\n \"class\": \"Neutral\",\n
\ \"traits\": \"Humanoid. Cultist. Cursed.\",\r\n \"weakness\": true,\r\n \"basicWeaknessCount\": \ \"traits\": \"Humanoid. Cultist. Cursed.\",\n \"weakness\": true,\n \"basicWeaknessCount\":
2,\r\n \"cycle\": \"The Innsmouth Conspiracy\"\r\n}\r" 2,\n \"cycle\": \"The Innsmouth Conspiracy\"\n}"
GUID: ef91a9 GUID: ef91a9
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"02266\",\r\n \"type\": \"Event\",\r\n \"class\": \"Rogue\",\r\n GMNotes: "{\n \"id\": \"02266\",\n \"type\": \"Event\",\n \"class\": \"Rogue\",\n
\ \"cost\": 0,\r\n \"level\": 3,\r\n \"traits\": \"Trick.\",\r\n \"cycle\": \"The \ \"cost\": 0,\n \"level\": 3,\n \"traits\": \"Trick.\",\n \"cycle\": \"The Dunwich
Dunwich Legacy\"\r\n}\r" Legacy\"\n}"
GUID: 074858 GUID: 074858
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: The Fateful Step Description: The Fateful Step
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"05040\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n GMNotes: "{\n \"id\": \"05040\",\n \"type\": \"Asset\",\n \"slot\": \"Tarot\",\n
\ \"cost\": 3,\r\n \"level\": 1,\r\n \"traits\": \"Tarot.\",\r\n \"cycle\": \"The \ \"class\": \"Neutral\",\n \"cost\": 3,\n \"level\": 1,\n \"traits\": \"Tarot.\",\n
Circle Undone\"\r\n}\r" \ \"cycle\": \"The Circle Undone\"\n}"
GUID: 52a677 GUID: 52a677
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Let Your Arrow Fly True Description: Let Your Arrow Fly True
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"05023\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n GMNotes: "{\n \"id\": \"05023\",\n \"type\": \"Asset\",\n \"slot\": \"Tarot\",\n
\ \"cost\": 3,\r\n \"level\": 1,\r\n \"traits\": \"Tarot.\",\r\n \"cycle\": \"The \ \"class\": \"Guardian\",\n \"cost\": 3,\n \"level\": 1,\n \"traits\": \"Tarot.\",\n
Circle Undone\"\r\n}\r" \ \"cycle\": \"The Circle Undone\"\n}"
GUID: c4d436 GUID: c4d436
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Madness. Description: Madness.
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"02178\",\r\n \"type\": \"Treachery\",\r\n \"class\": GMNotes: "{\n \"id\": \"02178\",\n \"type\": \"Treachery\",\n \"class\": \"Neutral\",\n
\"Neutral\",\r\n \"cost\": 0,\r\n \"traits\": \"Madness.\",\r\n \"weakness\": \ \"cost\": 0,\n \"traits\": \"Madness.\",\n \"weakness\": true,\n \"cycle\":
true,\r\n \"cycle\": \"The Dunwich Legacy\"\r\n}\r" \"The Dunwich Legacy\"\n}"
GUID: fb943f GUID: fb943f
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"05037\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"05037\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 0,\r\n \"level\": 0,\r\n \"traits\": \"Tactic. Gambit.\",\r\n \"combatIcons\": \ \"cost\": 0,\n \"level\": 0,\n \"traits\": \"Tactic. Gambit.\",\n \"combatIcons\":
2,\r\n \"cycle\": \"The Circle Undone\"\r\n}\r" 2,\n \"cycle\": \"The Circle Undone\"\n}"
GUID: 0bea17 GUID: 0bea17
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"02110\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n GMNotes: "{\n \"id\": \"02110\",\n \"type\": \"Asset\",\n \"class\": \"Rogue\",\n
\ \"level\": 1,\r\n \"traits\": \"Talent.\",\r\n \"permanent\": true,\r\n \"cycle\": \ \"level\": 1,\n \"traits\": \"Talent.\",\n \"permanent\": true,\n \"cycle\":
\"The Dunwich Legacy\"\r\n}\r" \"The Dunwich Legacy\"\n}"
GUID: 731d2a GUID: 731d2a
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,10 +19,10 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"04202\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"04202\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 2,\r\n \"level\": 2,\r\n \"traits\": \"Spirit.\",\r\n \"willpowerIcons\": \ \"cost\": 2,\n \"level\": 2,\n \"traits\": \"Spirit.\",\n \"willpowerIcons\":
1,\r\n \"combatIcons\": 1,\r\n \"agilityIcons\": 1,\r\n \"cycle\": \"The Forgotten 1,\n \"combatIcons\": 1,\n \"agilityIcons\": 1,\n \"cycle\": \"The Forgotten
Age\"\r\n}\r" Age\"\n}"
GUID: c077bf GUID: c077bf
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,10 +19,10 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"05274\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n GMNotes: "{\n \"id\": \"05274\",\n \"type\": \"Asset\",\n \"slot\": \"Ally\",\n
\ \"cost\": 7,\r\n \"level\": 5,\r\n \"traits\": \"Ally. Agency.\",\r\n \"willpowerIcons\": \ \"class\": \"Guardian\",\n \"cost\": 7,\n \"level\": 5,\n \"traits\": \"Ally.
1,\r\n \"intellectIcons\": 1,\r\n \"combatIcons\": 1,\r\n \"cycle\": \"The Circle Agency.\",\n \"willpowerIcons\": 1,\n \"intellectIcons\": 1,\n \"combatIcons\":
Undone\"\r\n}\r" 1,\n \"cycle\": \"The Circle Undone\"\n}"
GUID: d6eda3 GUID: d6eda3
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,10 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Foundation Researcher Description: Foundation Researcher
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"09763\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n GMNotes: "{\n \"id\": \"09763\",\n \"type\": \"Asset\",\n \"class\": \"Neutral\",\n
\ \"cost\": 3,\r\n \"traits\": \"Ally. Agency. Detective.\",\r\n \"intellectIcons\": \ \"cost\": 3,\n \"traits\": \"Ally. Agency. Detective.\",\n \"intellectIcons\":
1,\r\n \"combatIcons\": 1,\r\n \"agilityIcons\": 1,\r\n \"cycle\": \"The Scarlet 1,\n \"combatIcons\": 1,\n \"agilityIcons\": 1,\n \"cycle\": \"The Scarlet Keys\"\n}"
Keys\"\r\n}\r"
GUID: d61c6a GUID: d61c6a
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"09010\",\r\n \"type\": \"Enemy\",\r\n \"class\": \"Neutral\",\r\n GMNotes: "{\n \"id\": \"09010\",\n \"type\": \"Enemy\",\n \"class\": \"Neutral\",\n
\ \"traits\": \"Humanoid. Coterie. Detective.\",\r\n \"weakness\": true,\r\n \"cycle\": \ \"traits\": \"Humanoid. Coterie. Detective.\",\n \"weakness\": true,\n \"cycle\":
\"The Scarlet Keys\"\r\n}\r" \"The Scarlet Keys\"\n}"
GUID: 95b0cf GUID: 95b0cf
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: true UniqueBack: true
Description: The Waitress Description: The Waitress
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"01004-pb\",\r\n \"type\": \"Investigator\",\r\n \"class\": GMNotes: "{\n \"id\": \"01004-pb\",\n \"type\": \"Investigator\",\n \"class\":
\"Mystic\",\r\n \"traits\": \"Sorcerer.\",\r\n \"willpowerIcons\": 5,\r\n \"intellectIcons\": \"Mystic\",\n \"traits\": \"Sorcerer.\",\n \"willpowerIcons\": 5,\n \"intellectIcons\":
2,\r\n \"combatIcons\": 2,\r\n \"agilityIcons\": 3,\r\n \"cycle\": \"Core\"\r\n}\r" 2,\n \"combatIcons\": 2,\n \"agilityIcons\": 3,\n \"cycle\": \"Core\"\n}"
GUID: 909f30 GUID: 909f30
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: true UniqueBack: true
Description: The Waitress Description: The Waitress
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"01004-pf\",\r\n \"type\": \"Investigator\",\r\n \"class\": GMNotes: "{\n \"id\": \"01004-pf\",\n \"type\": \"Investigator\",\n \"class\":
\"Mystic\",\r\n \"traits\": \"Sorcerer.\",\r\n \"willpowerIcons\": 5,\r\n \"intellectIcons\": \"Mystic\",\n \"traits\": \"Sorcerer.\",\n \"willpowerIcons\": 5,\n \"intellectIcons\":
2,\r\n \"combatIcons\": 2,\r\n \"agilityIcons\": 3,\r\n \"cycle\": \"Core\"\r\n}\r" 2,\n \"combatIcons\": 2,\n \"agilityIcons\": 3,\n \"cycle\": \"Core\"\n}"
GUID: 02db0a GUID: 02db0a
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: true UniqueBack: true
Description: The Waitress Description: The Waitress
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"01004-p\",\r\n \"type\": \"Investigator\",\r\n \"class\": GMNotes: "{\n \"id\": \"01004-p\",\n \"type\": \"Investigator\",\n \"class\": \"Mystic\",\n
\"Mystic\",\r\n \"traits\": \"Sorcerer.\",\r\n \"willpowerIcons\": 5,\r\n \"intellectIcons\": \ \"traits\": \"Sorcerer.\",\n \"willpowerIcons\": 5,\n \"intellectIcons\": 2,\n
2,\r\n \"combatIcons\": 2,\r\n \"agilityIcons\": 3,\r\n \"cycle\": \"Core\"\r\n}\r" \ \"combatIcons\": 2,\n \"agilityIcons\": 3,\n \"cycle\": \"Core\"\n}"
GUID: 01b6ef GUID: 01b6ef
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,10 +19,10 @@ CustomDeck:
UniqueBack: true UniqueBack: true
Description: The Waitress Description: The Waitress
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"01004\",\r\n \"alternate_ids\": [\r\n \"01504\"\r\n GMNotes: "{\n \"id\": \"01004\",\n \"alternate_ids\": [\n \"01504\"\n ],\n \"type\":
\ ],\r\n \"type\": \"Investigator\",\r\n \"class\": \"Mystic\",\r\n \"traits\": \"Investigator\",\n \"class\": \"Mystic\",\n \"traits\": \"Sorcerer.\",\n \"willpowerIcons\":
\"Sorcerer.\",\r\n \"willpowerIcons\": 5,\r\n \"intellectIcons\": 2,\r\n \"combatIcons\": 5,\n \"intellectIcons\": 2,\n \"combatIcons\": 2,\n \"agilityIcons\": 3,\n \"cycle\":
2,\r\n \"agilityIcons\": 3,\r\n \"cycle\": \"Core\"\r\n}\r" \"Core\"\n}"
GUID: 25e2db GUID: 25e2db
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,8 +19,8 @@ CustomDeck:
UniqueBack: true UniqueBack: true
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"01004-m\",\r\n \"alternate_ids\": [\r\n \"01504-m\"\r\n GMNotes: "{\n \"id\": \"01004-m\",\n \"alternate_ids\": [\n \"01504-m\"\n ],\n
\ ],\r\n \"type\": \"Minicard\"\r\n}\r" \ \"type\": \"Minicard\"\n}"
GUID: e53693 GUID: e53693
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,10 +19,9 @@ CustomDeck:
UniqueBack: true UniqueBack: true
Description: The Shaman Description: The Shaman
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03004\",\r\n \"type\": \"Investigator\",\r\n \"class\": GMNotes: "{\n \"id\": \"03004\",\n \"type\": \"Investigator\",\n \"class\": \"Mystic\",\n
\"Mystic\",\r\n \"traits\": \"Sorcerer.\",\r\n \"willpowerIcons\": 5,\r\n \"intellectIcons\": \ \"traits\": \"Sorcerer.\",\n \"willpowerIcons\": 5,\n \"intellectIcons\": 2,\n
2,\r\n \"combatIcons\": 3,\r\n \"agilityIcons\": 3,\r\n \"cycle\": \"The Path \ \"combatIcons\": 3,\n \"agilityIcons\": 3,\n \"cycle\": \"The Path to Carcosa\"\n}"
to Carcosa\"\r\n}\r"
GUID: 452ed8 GUID: 452ed8
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,29 +19,28 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"09040\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n GMNotes: "{\n \"id\": \"09040\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 2,\r\n \"level\": 0,\r\n \"traits\": \"Item. Science.\",\r\n \"willpowerIcons\": \ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 0,\n \"traits\": \"Item.
1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n \"type\": \"Supply\",\r\n Science.\",\n \"willpowerIcons\": 1,\n \"uses\": [\n {\n \"count\": 3,\n
\ \"token\": \"resource\"\r\n }\r\n ],\r\n \"customizations\": [\r\n {\r\n \ \"type\": \"Supply\",\n \"token\": \"resource\"\n }\n ],\n \"customizations\":
\ \"name\": \"Mending Distillate\",\r\n \"xp\": 1,\r\n \"text\": \"Add [\n {\n \"name\": \"Mending Distillate\",\n \"xp\": 1,\n \"text\":
this option: \u201C\u27D0 Heal 2 damage.\u201D\"\r\n },\r\n {\r\n \"name\": \"Add this option: \u201C\u27D0 Heal 2 damage.\u201D\"\n },\n {\n \"name\":
\"Calming Distillate\",\r\n \"xp\": 1,\r\n \"text\": \"Add this option: \"Calming Distillate\",\n \"xp\": 1,\n \"text\": \"Add this option: \u201C\u27D0
\u201C\u27D0 Heal 2 horror.\u201D\"\r\n },\r\n {\r\n \"name\": \"Enlightening Heal 2 horror.\u201D\"\n },\n {\n \"name\": \"Enlightening Distillate\",\n
Distillate\",\r\n \"xp\": 1,\r\n \"text\": \"Add this option: \u201C\u27D0 \ \"xp\": 1,\n \"text\": \"Add this option: \u201C\u27D0 Place 1 charge
Place 1 charge or secret on an asset you control.\u201D\"\r\n },\r\n {\r\n or secret on an asset you control.\u201D\"\n },\n {\n \"name\": \"Quickening
\ \"name\": \"Quickening Distillate\",\r\n \"xp\": 1,\r\n \"text\": Distillate\",\n \"xp\": 1,\n \"text\": \"Add this option: \u201C\u27D0
\"Add this option: \u201C\u27D0 Move up to 2 times.\u201D\"\r\n },\r\n {\r\n Move up to 2 times.\u201D\"\n },\n {\n \"name\": \"Refined\",\n \"xp\":
\ \"name\": \"Refined\",\r\n \"xp\": 2,\r\n \"text\": \"Alchemical 2,\n \"text\": \"Alchemical Distillation enters play with 2 additional supplies
Distillation enters play with 2 additional supplies on it.\",\r\n \"replaces\": on it.\",\n \"replaces\": {\n \"uses\": [\n {\n \"count\":
{\r\n \"uses\": [\r\n {\r\n \"count\": 5,\r\n \"type\": 5,\n \"type\": \"Supply\",\n \"token\": \"resource\"\n }\n
\"Supply\",\r\n \"token\": \"resource\"\r\n }\r\n ]\r\n \ ]\n }\n },\n {\n \"name\": \"Empowered\",\n \"xp\":
\ }\r\n },\r\n {\r\n \"name\": \"Empowered\",\r\n \"xp\": 4,\r\n 4,\n \"text\": \"When you initiate this skill test, you may increase its difficulty
\ \"text\": \"When you initiate this skill test, you may increase its difficulty
by 2. If you do, increase the value of the effect granted by each option by 1 for by 2. If you do, increase the value of the effect granted by each option by 1 for
this test.\"\r\n },\r\n {\r\n \"name\": \"Perfected\",\r\n \"xp\": this test.\"\n },\n {\n \"name\": \"Perfected\",\n \"xp\": 5,\n
5,\r\n \"text\": \"If you succeed by 2 or more, the chosen investigator may \ \"text\": \"If you succeed by 2 or more, the chosen investigator may perform
perform two different options instead of one.\"\r\n }\r\n ],\r\n \"cycle\": two different options instead of one.\"\n }\n ],\n \"cycle\": \"The Scarlet
\"The Scarlet Keys\"\r\n}\r" Keys\"\n}"
GUID: 502a4d GUID: 502a4d
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"52007\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n GMNotes: "{\n \"id\": \"52007\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
\ \"cost\": 0,\r\n \"level\": 2,\r\n \"traits\": \"Spell.\",\r\n \"willpowerIcons\": \ \"class\": \"Mystic\",\n \"cost\": 0,\n \"level\": 2,\n \"traits\": \"Spell.\",\n
1,\r\n \"intellectIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 4,\r\n \ \"willpowerIcons\": 1,\n \"intellectIcons\": 1,\n \"uses\": [\n {\n \"count\":
\ \"type\": \"Charge\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n 4,\n \"type\": \"Charge\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
\ \"cycle\": \"Return to the Path to Carcosa\"\r\n}\r" \"Return to the Path to Carcosa\"\n}"
GUID: 283e54 GUID: 283e54
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,10 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03032\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n GMNotes: "{\n \"id\": \"03032\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
\ \"cost\": 1,\r\n \"level\": 0,\r\n \"traits\": \"Spell.\",\r\n \"willpowerIcons\": \ \"class\": \"Mystic\",\n \"cost\": 1,\n \"level\": 0,\n \"traits\": \"Spell.\",\n
1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n \"type\": \"Charge\",\r\n \ \"willpowerIcons\": 1,\n \"uses\": [\n {\n \"count\": 3,\n \"type\":
\ \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The Path to Carcosa\"\r\n}\r" \"Charge\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\": \"The Path
to Carcosa\"\n}"
GUID: 54832d GUID: 54832d
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,10 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Renowned Historian Description: Renowned Historian
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"04051\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n GMNotes: "{\n \"id\": \"04051\",\n \"type\": \"Asset\",\n \"class\": \"Neutral\",\n
\ \"cost\": 2,\r\n \"traits\": \"Ally. Wayfarer.\",\r\n \"willpowerIcons\": 1,\r\n \ \"cost\": 2,\n \"traits\": \"Ally. Wayfarer.\",\n \"willpowerIcons\": 1,\n \"intellectIcons\":
\ \"intellectIcons\": 1,\r\n \"wildIcons\": 1,\r\n \"cycle\": \"The Forgotten 1,\n \"wildIcons\": 1,\n \"cycle\": \"The Forgotten Age\"\n}"
Age\"\r\n}\r"
GUID: c49b4b GUID: c49b4b
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Fearless Flatfoot Description: Fearless Flatfoot
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"05151\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n GMNotes: "{\n \"id\": \"05151\",\n \"type\": \"Asset\",\n \"slot\": \"Ally\",\n
\ \"cost\": 4,\r\n \"level\": 0,\r\n \"traits\": \"Ally. Detective. Police.\",\r\n \ \"class\": \"Guardian\",\n \"cost\": 4,\n \"level\": 0,\n \"traits\": \"Ally.
\ \"intellectIcons\": 1,\r\n \"cycle\": \"The Circle Undone\"\r\n}\r" Detective. Police.\",\n \"intellectIcons\": 1,\n \"cycle\": \"The Circle Undone\"\n}"
GUID: ae20e0 GUID: ae20e0
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"04309\",\r\n \"type\": \"Skill\",\r\n \"class\": \"Rogue\",\r\n GMNotes: "{\n \"id\": \"04309\",\n \"type\": \"Skill\",\n \"class\": \"Rogue\",\n
\ \"level\": 5,\r\n \"traits\": \"Fortune.\",\r\n \"wildIcons\": 2,\r\n \"cycle\": \ \"level\": 5,\n \"traits\": \"Fortune.\",\n \"wildIcons\": 2,\n \"cycle\":
\"The Forgotten Age\"\r\n}\r" \"The Forgotten Age\"\n}"
GUID: 7d3a27 GUID: 7d3a27
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"53009\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"53009\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 3,\r\n \"level\": 1,\r\n \"traits\": \"Spell. Blessed.\",\r\n \"willpowerIcons\": \ \"cost\": 3,\n \"level\": 1,\n \"traits\": \"Spell. Blessed.\",\n \"willpowerIcons\":
1,\r\n \"agilityIcons\": 1,\r\n \"cycle\": \"Return to the Forgotten Age\"\r\n}\r" 1,\n \"agilityIcons\": 1,\n \"cycle\": \"Return to the Forgotten Age\"\n}"
GUID: 9e4e11 GUID: 9e4e11
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"04313\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"04313\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 1,\r\n \"level\": 3,\r\n \"traits\": \"Spell. Blessed.\",\r\n \"wildIcons\": \ \"cost\": 1,\n \"level\": 3,\n \"traits\": \"Spell. Blessed.\",\n \"wildIcons\":
1,\r\n \"cycle\": \"The Forgotten Age\"\r\n}\r" 1,\n \"cycle\": \"The Forgotten Age\"\n}"
GUID: 83c86b GUID: 83c86b
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Speaker to the Dead Description: Speaker to the Dead
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"02232\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n GMNotes: "{\n \"id\": \"02232\",\n \"type\": \"Asset\",\n \"slot\": \"Ally\",\n
\ \"cost\": 4,\r\n \"level\": 0,\r\n \"traits\": \"Ally. Sorcerer.\",\r\n \"intellectIcons\": \ \"class\": \"Mystic\",\n \"cost\": 4,\n \"level\": 0,\n \"traits\": \"Ally.
1,\r\n \"cycle\": \"The Dunwich Legacy\"\r\n}\r" Sorcerer.\",\n \"intellectIcons\": 1,\n \"cycle\": \"The Dunwich Legacy\"\n}"
GUID: 53867b GUID: 53867b
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,10 +19,10 @@ CustomDeck:
UniqueBack: true UniqueBack: true
Description: The Student Description: The Student
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"07002\",\r\n \"type\": \"Investigator\",\r\n \"class\": GMNotes: "{\n \"id\": \"07002\",\n \"type\": \"Investigator\",\n \"class\": \"Seeker\",\n
\"Seeker\",\r\n \"traits\": \"Miskatonic. Scholar.\",\r\n \"willpowerIcons\": \ \"traits\": \"Miskatonic. Scholar.\",\n \"willpowerIcons\": 2,\n \"intellectIcons\":
2,\r\n \"intellectIcons\": 2,\r\n \"combatIcons\": 2,\r\n \"agilityIcons\": 2,\r\n 2,\n \"combatIcons\": 2,\n \"agilityIcons\": 2,\n \"cycle\": \"The Innsmouth
\ \"cycle\": \"The Innsmouth Conspiracy\"\r\n}\r" Conspiracy\"\n}"
GUID: 05b950 GUID: 05b950
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03148\",\r\n \"type\": \"Event\",\r\n \"class\": \"Guardian\",\r\n GMNotes: "{\n \"id\": \"03148\",\n \"type\": \"Event\",\n \"class\": \"Guardian\",\n
\ \"cost\": 2,\r\n \"level\": 1,\r\n \"traits\": \"Tactic.\",\r\n \"intellectIcons\": \ \"cost\": 2,\n \"level\": 1,\n \"traits\": \"Tactic.\",\n \"intellectIcons\":
1,\r\n \"combatIcons\": 1,\r\n \"cycle\": \"The Path to Carcosa\"\r\n}\r" 1,\n \"combatIcons\": 1,\n \"cycle\": \"The Path to Carcosa\"\n}"
GUID: a1fd61 GUID: a1fd61
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,10 +19,9 @@ CustomDeck:
UniqueBack: true UniqueBack: true
Description: The Operator Description: The Operator
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"09011\",\r\n \"type\": \"Investigator\",\r\n \"class\": GMNotes: "{\n \"id\": \"09011\",\n \"type\": \"Investigator\",\n \"class\": \"Mystic\",\n
\"Mystic\",\r\n \"traits\": \"Chosen. Cursed.\",\r\n \"willpowerIcons\": 3,\r\n \ \"traits\": \"Chosen. Cursed.\",\n \"willpowerIcons\": 3,\n \"intellectIcons\":
\ \"intellectIcons\": 3,\r\n \"combatIcons\": 3,\r\n \"agilityIcons\": 3,\r\n 3,\n \"combatIcons\": 3,\n \"agilityIcons\": 3,\n \"cycle\": \"The Scarlet Keys\"\n}"
\ \"cycle\": \"The Scarlet Keys\"\r\n}\r"
GUID: 4c2a3d GUID: 4c2a3d
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,10 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Basic Weakness Description: Basic Weakness
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"01096\",\r\n \"alternate_ids\": [\r\n \"01596\"\r\n GMNotes: "{\n \"id\": \"01096\",\n \"alternate_ids\": [\n \"01596\"\n ],\n \"type\":
\ ],\r\n \"type\": \"Treachery\",\r\n \"class\": \"Neutral\",\r\n \"traits\": \"Treachery\",\n \"class\": \"Neutral\",\n \"traits\": \"Madness.\",\n \"weakness\":
\"Madness.\",\r\n \"weakness\": true,\r\n \"basicWeaknessCount\": 2,\r\n \"cycle\": true,\n \"basicWeaknessCount\": 2,\n \"cycle\": \"Core\"\n}"
\"Core\"\r\n}\r"
GUID: 2210c1 GUID: 2210c1
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"09049\",\r\n \"type\": \"Skill\",\r\n \"class\": \"Seeker\",\r\n GMNotes: "{\n \"id\": \"09049\",\n \"type\": \"Skill\",\n \"class\": \"Seeker\",\n
\ \"level\": 0,\r\n \"traits\": \"Practiced.\",\r\n \"wildIcons\": 1,\r\n \"cycle\": \ \"level\": 0,\n \"traits\": \"Practiced.\",\n \"wildIcons\": 1,\n \"cycle\":
\"The Scarlet Keys\"\r\n}\r" \"The Scarlet Keys\"\n}"
GUID: 80285f GUID: 80285f
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03010\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n GMNotes: "{\n \"id\": \"03010\",\n \"type\": \"Asset\",\n \"class\": \"Neutral\",\n
\ \"cost\": 3,\r\n \"traits\": \"Talent.\",\r\n \"wildIcons\": 2,\r\n \"cycle\": \ \"cost\": 3,\n \"traits\": \"Talent.\",\n \"wildIcons\": 2,\n \"cycle\": \"The
\"The Path to Carcosa\"\r\n}\r" Path to Carcosa\"\n}"
GUID: 7b6ab5 GUID: 7b6ab5
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03108\",\r\n \"type\": \"Event\",\r\n \"class\": \"Seeker\",\r\n GMNotes: "{\n \"id\": \"03108\",\n \"type\": \"Event\",\n \"class\": \"Seeker\",\n
\ \"cost\": 1,\r\n \"level\": 0,\r\n \"traits\": \"Insight.\",\r\n \"willpowerIcons\": \ \"cost\": 1,\n \"level\": 0,\n \"traits\": \"Insight.\",\n \"willpowerIcons\":
1,\r\n \"combatIcons\": 1,\r\n \"cycle\": \"The Path to Carcosa\"\r\n}\r" 1,\n \"combatIcons\": 1,\n \"cycle\": \"The Path to Carcosa\"\n}"
GUID: a8e495 GUID: a8e495
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"07303\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n GMNotes: "{\n \"id\": \"07303\",\n \"type\": \"Asset\",\n \"class\": \"Seeker\",\n
\ \"level\": 3,\r\n \"traits\": \"Talent.\",\r\n \"permanent\": true,\r\n \"cycle\": \ \"level\": 3,\n \"traits\": \"Talent.\",\n \"permanent\": true,\n \"cycle\":
\"The Innsmouth Conspiracy\"\r\n}\r" \"The Innsmouth Conspiracy\"\n}"
GUID: 7b7d14 GUID: 7b7d14
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,11 +19,10 @@ CustomDeck:
UniqueBack: true UniqueBack: true
Description: Item. Relic. Description: Item. Relic.
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"83056\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n GMNotes: "{\n \"id\": \"83056\",\n \"type\": \"Asset\",\n \"class\": \"Neutral\",\n
\ \"cost\": 3,\r\n \"traits\": \"Item. Relic.\",\r\n \"willpowerIcons\": 1,\r\n \ \"cost\": 3,\n \"traits\": \"Item. Relic.\",\n \"willpowerIcons\": 1,\n \"intellectIcons\":
\ \"intellectIcons\": 1,\r\n \"wildIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 1,\n \"wildIcons\": 1,\n \"uses\": [\n {\n \"count\": 4,\n \"type\":
4,\r\n \"type\": \"Charge\",\r\n \"token\": \"resource\"\r\n }\r\n \"Charge\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\": \"Standalone\"\n}"
\ ],\r\n \"cycle\": \"Standalone\"\r\n}\r"
GUID: 0ce113 GUID: 0ce113
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -20,8 +20,8 @@ CustomDeck:
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\n \"id\": \"07122-t\",\n \"type\": \"Asset\",\n \"class\": \"Survivor\",\n GMNotes: "{\n \"id\": \"07122-t\",\n \"type\": \"Asset\",\n \"class\": \"Survivor\",\n
\ \"level\": 2,\n \"traits\": \"Covenant. Blessed.\",\n \"permanent\": true,\n \ \"startsInPlay\": true,\n \"level\": 2,\n \"traits\": \"Covenant. Blessed.\",\n
\ \"cycle\": \"The Innsmouth Conspiracy\"\n}" \ \"permanent\": true,\n \"cycle\": \"The Innsmouth Conspiracy\"\n}"
GUID: e01cc7 GUID: e01cc7
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Unidentified Description: Unidentified
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"04022\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n GMNotes: "{\n \"id\": \"04022\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 1,\r\n \"level\": 1,\r\n \"traits\": \"Item. Relic.\",\r\n \"intellectIcons\": \ \"class\": \"Seeker\",\n \"cost\": 1,\n \"level\": 1,\n \"traits\": \"Item.
1,\r\n \"cycle\": \"The Forgotten Age\"\r\n}\r" Relic.\",\n \"intellectIcons\": 1,\n \"cycle\": \"The Forgotten Age\"\n}"
GUID: 9bc46e GUID: 9bc46e
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,10 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Transient Thoughts Description: Transient Thoughts
DragSelectable: true DragSelectable: true
GMNotes: "{\n \"id\": \"53004\",\n \"type\": \"Asset\",\n \"class\": \"Seeker\",\n GMNotes: "{\n \"id\": \"53004\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item. Relic.\",\n \"agilityIcons\": \ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item.
2,\n \"uses\": [\n {\n \"count\": 0,\n \"type\": \"Secret\",\n \"token\": Relic.\",\n \"agilityIcons\": 2,\n \"uses\": [\n {\n \"count\": 0,\n \"type\":
\"resource\"\n }\n ],\n \"cycle\": \"Return to the Forgotten Age\"\n}" \"Secret\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\": \"Return to
the Forgotten Age\"\n}"
GUID: 3289b0 GUID: 3289b0
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,10 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Knowledge of the Elders Description: Knowledge of the Elders
DragSelectable: true DragSelectable: true
GMNotes: "{\n \"id\": \"04230\",\n \"type\": \"Asset\",\n \"class\": \"Seeker\",\n GMNotes: "{\n \"id\": \"04230\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item. Relic.\",\n \"intellectIcons\": \ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item.
2,\n \"uses\": [\n {\n \"count\": 0,\n \"type\": \"Secret\",\n \"token\": Relic.\",\n \"intellectIcons\": 2,\n \"uses\": [\n {\n \"count\": 0,\n
\"resource\"\n }\n ],\n \"cycle\": \"The Forgotten Age\"\n}" \ \"type\": \"Secret\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
\"The Forgotten Age\"\n}"
GUID: 863f91 GUID: 863f91
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,10 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Minds in Harmony Description: Minds in Harmony
DragSelectable: true DragSelectable: true
GMNotes: "{\n \"id\": \"04231\",\n \"type\": \"Asset\",\n \"class\": \"Seeker\",\n GMNotes: "{\n \"id\": \"04231\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item. Relic.\",\n \"willpowerIcons\": \ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item.
2,\n \"uses\": [\n {\n \"count\": 0,\n \"type\": \"Secret\",\n \"token\": Relic.\",\n \"willpowerIcons\": 2,\n \"uses\": [\n {\n \"count\": 0,\n
\"resource\"\n }\n ],\n \"cycle\": \"The Forgotten Age\"\n}" \ \"type\": \"Secret\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
\"The Forgotten Age\"\n}"
GUID: 9c56d3 GUID: 9c56d3
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,8 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03015\",\r\n \"type\": \"Treachery\",\r\n \"class\": GMNotes: "{\n \"id\": \"03015\",\n \"type\": \"Treachery\",\n \"class\": \"Neutral\",\n
\"Neutral\",\r\n \"traits\": \"Task.\",\r\n \"weakness\": true,\r\n \"cycle\": \ \"traits\": \"Task.\",\n \"weakness\": true,\n \"cycle\": \"The Path to Carcosa\"\n}"
\"The Path to Carcosa\"\r\n}\r"
GUID: d8705c GUID: d8705c
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Mysterious Soothsayer Description: Mysterious Soothsayer
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"05283\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n GMNotes: "{\n \"id\": \"05283\",\n \"type\": \"Asset\",\n \"slot\": \"Ally\",\n
\ \"cost\": 3,\r\n \"level\": 4,\r\n \"traits\": \"Ally. Clairvoyant.\",\r\n \"wildIcons\": \ \"class\": \"Neutral\",\n \"cost\": 3,\n \"level\": 4,\n \"traits\": \"Ally.
1,\r\n \"cycle\": \"The Circle Undone\"\r\n}\r" Clairvoyant.\",\n \"wildIcons\": 1,\n \"cycle\": \"The Circle Undone\"\n}"
GUID: 03a4de GUID: 03a4de
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"05278\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n GMNotes: "{\n \"id\": \"05278\",\n \"type\": \"Asset\",\n \"class\": \"Rogue\",\n
\ \"level\": 3,\r\n \"traits\": \"Talent.\",\r\n \"permanent\": true,\r\n \"cycle\": \ \"level\": 3,\n \"traits\": \"Talent.\",\n \"permanent\": true,\n \"cycle\":
\"The Circle Undone\"\r\n}\r" \"The Circle Undone\"\n}"
GUID: 006d44 GUID: 006d44
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"08124\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker|Rogue|Mystic\",\r\n GMNotes: "{\n \"id\": \"08124\",\n \"type\": \"Asset\",\n \"class\": \"Seeker|Rogue|Mystic\",\n
\ \"cost\": 3,\r\n \"level\": 3,\r\n \"traits\": \"Talent.\",\r\n \"wildIcons\": \ \"cost\": 3,\n \"level\": 3,\n \"traits\": \"Talent.\",\n \"wildIcons\": 1,\n
1,\r\n \"uses\": [\r\n {\r\n \"count\": 2,\r\n \"replenish\": 2,\r\n \ \"uses\": [\n {\n \"count\": 2,\n \"replenish\": 2,\n \"type\":
\ \"type\": \"Resource\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"Resource\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\": \"Edge of
\ \"cycle\": \"Edge of the Earth\"\r\n}\r" the Earth\"\n}"
GUID: 452db2 GUID: 452db2
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"60302\",\r\n \"type\": \"Skill\",\r\n \"class\": \"Rogue\",\r\n GMNotes: "{\n \"id\": \"60302\",\n \"type\": \"Skill\",\n \"class\": \"Rogue\",\n
\ \"traits\": \"Innate. Developed.\",\r\n \"wildIcons\": 6,\r\n \"cycle\": \"Investigator \ \"traits\": \"Innate. Developed.\",\n \"wildIcons\": 6,\n \"cycle\": \"Investigator
Packs\"\r\n}\r" Packs\"\n}"
GUID: 2c563c GUID: 2c563c
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Faithful Companion Description: Faithful Companion
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"08738\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n GMNotes: "{\n \"id\": \"08738\",\n \"type\": \"Asset\",\n \"class\": \"Neutral\",\n
\ \"cost\": 3,\r\n \"traits\": \"Ally. Creature.\",\r\n \"agilityIcons\": 1,\r\n \ \"cost\": 3,\n \"traits\": \"Ally. Creature.\",\n \"agilityIcons\": 1,\n \"wildIcons\":
\ \"wildIcons\": 1,\r\n \"cycle\": \"Edge of the Earth\"\r\n}\r" 1,\n \"cycle\": \"Edge of the Earth\"\n}"
GUID: 1bf025 GUID: 1bf025
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,10 +19,10 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: The Forgotten Daughter Description: The Forgotten Daughter
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"01082\",\r\n \"alternate_ids\": [\r\n \"01582\"\r\n GMNotes: "{\n \"id\": \"01082\",\n \"alternate_ids\": [\n \"01582\"\n ],\n \"type\":
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Survivor\",\r\n \"cost\": 5,\r\n \"Asset\",\n \"slot\": \"Ally\",\n \"class\": \"Survivor\",\n \"cost\": 5,\n
\ \"level\": 1,\r\n \"traits\": \"Ally.\",\r\n \"willpowerIcons\": 1,\r\n \"cycle\": \ \"level\": 1,\n \"traits\": \"Ally.\",\n \"willpowerIcons\": 1,\n \"cycle\":
\"Core\"\r\n}\r" \"Core\"\n}"
GUID: 9393ec GUID: 9393ec
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,10 +19,10 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: The Forgotten Daughter Description: The Forgotten Daughter
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"02308\",\r\n \"alternate_ids\": [\r\n \"01691\"\r\n GMNotes: "{\n \"id\": \"02308\",\n \"alternate_ids\": [\n \"01691\"\n ],\n \"type\":
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Survivor\",\r\n \"cost\": 4,\r\n \"Asset\",\n \"slot\": \"Ally\",\n \"class\": \"Survivor\",\n \"cost\": 4,\n
\ \"level\": 3,\r\n \"traits\": \"Ally.\",\r\n \"willpowerIcons\": 1,\r\n \"agilityIcons\": \ \"level\": 3,\n \"traits\": \"Ally.\",\n \"willpowerIcons\": 1,\n \"agilityIcons\":
1,\r\n \"cycle\": \"The Dunwich Legacy\"\r\n}\r" 1,\n \"cycle\": \"The Dunwich Legacy\"\n}"
GUID: fb9dbb GUID: fb9dbb
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"60402\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n GMNotes: "{\n \"id\": \"60402\",\n \"type\": \"Asset\",\n \"class\": \"Mystic\",\n
\ \"cost\": 3,\r\n \"traits\": \"Talent.\",\r\n \"willpowerIcons\": 1,\r\n \"agilityIcons\": \ \"cost\": 3,\n \"traits\": \"Talent.\",\n \"willpowerIcons\": 1,\n \"agilityIcons\":
1,\r\n \"wildIcons\": 1,\r\n \"cycle\": \"Investigator Packs\"\r\n}\r" 1,\n \"wildIcons\": 1,\n \"cycle\": \"Investigator Packs\"\n}"
GUID: 4fbdb2 GUID: 4fbdb2
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"60205\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n GMNotes: "{\n \"id\": \"60205\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
\ \"cost\": 2,\r\n \"level\": 0,\r\n \"traits\": \"Ritual.\",\r\n \"willpowerIcons\": \ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 0,\n \"traits\": \"Ritual.\",\n
2,\r\n \"cycle\": \"Investigator Packs\"\r\n}\r" \ \"willpowerIcons\": 2,\n \"cycle\": \"Investigator Packs\"\n}"
GUID: e69708 GUID: e69708
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,12 +19,12 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03271\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n GMNotes: "{\n \"id\": \"03271\",\n \"type\": \"Asset\",\n \"slot\": \"Ally\",\n
\ \"cost\": 0,\r\n \"level\": 3,\r\n \"traits\": \"Ally. Sorcerer.\",\r\n \"willpowerIcons\": \ \"class\": \"Mystic\",\n \"cost\": 0,\n \"level\": 3,\n \"traits\": \"Ally.
1,\r\n \"combatIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 1,\r\n Sorcerer.\",\n \"willpowerIcons\": 1,\n \"combatIcons\": 1,\n \"uses\": [\n {\n
\ \"type\": \"Doom\",\r\n \"token\": \"doom\"\r\n },\r\n {\r\n \"count\": \ \"count\": 1,\n \"type\": \"Doom\",\n \"token\": \"doom\"\n },\n
2,\r\n \"type\": \"Horror\",\r\n \"token\": \"horror\"\r\n }\r\n ],\r\n \ {\n \"count\": 2,\n \"type\": \"Horror\",\n \"token\": \"horror\"\n
\ \"cycle\": \"The Path to Carcosa\"\r\n}\r" \ }\n ],\n \"cycle\": \"The Path to Carcosa\"\n}"
GUID: 65b30d GUID: 65b30d
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"01063\",\r\n \"alternate_ids\": [\r\n \"01563\"\r\n GMNotes: "{\n \"id\": \"01063\",\n \"alternate_ids\": [\n \"01563\"\n ],\n \"type\":
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n \"cost\": 1,\r\n \"Asset\",\n \"slot\": \"Ally\",\n \"class\": \"Mystic\",\n \"cost\": 1,\n \"level\":
\ \"level\": 0,\r\n \"traits\": \"Ally. Sorcerer.\",\r\n \"willpowerIcons\": 1,\r\n 0,\n \"traits\": \"Ally. Sorcerer.\",\n \"willpowerIcons\": 1,\n \"uses\": [\n
\ \"uses\": [\r\n {\r\n \"count\": 1,\r\n \"type\": \"Doom\",\r\n \"token\": \ {\n \"count\": 1,\n \"type\": \"Doom\",\n \"token\": \"doom\"\n
\"doom\"\r\n }\r\n ],\r\n \"cycle\": \"Core\"\r\n}\r" \ }\n ],\n \"cycle\": \"Core\"\n}"
GUID: 7307c4 GUID: 7307c4
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03266\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n GMNotes: "{\n \"id\": \"03266\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
\ \"cost\": 3,\r\n \"level\": 4,\r\n \"traits\": \"Spell.\",\r\n \"willpowerIcons\": \ \"class\": \"Seeker\",\n \"cost\": 3,\n \"level\": 4,\n \"traits\": \"Spell.\",\n
1,\r\n \"intellectIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n \ \"willpowerIcons\": 1,\n \"intellectIcons\": 1,\n \"uses\": [\n {\n \"count\":
\ \"type\": \"Charge\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n 3,\n \"type\": \"Charge\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
\ \"cycle\": \"The Path to Carcosa\"\r\n}\r" \"The Path to Carcosa\"\n}"
GUID: 536b52 GUID: 536b52
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"04109\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n GMNotes: "{\n \"id\": \"04109\",\n \"type\": \"Asset\",\n \"class\": \"Mystic\",\n
\ \"level\": 0,\r\n \"traits\": \"Talent.\",\r\n \"permanent\": true,\r\n \"cycle\": \ \"level\": 0,\n \"traits\": \"Talent.\",\n \"permanent\": true,\n \"cycle\":
\"The Forgotten Age\"\r\n}\r" \"The Forgotten Age\"\n}"
GUID: e425d0 GUID: e425d0
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"50007\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n GMNotes: "{\n \"id\": \"50007\",\n \"type\": \"Asset\",\n \"class\": \"Mystic\",\n
\ \"cost\": 0,\r\n \"level\": 2,\r\n \"traits\": \"Talent.\",\r\n \"willpowerIcons\": \ \"cost\": 0,\n \"level\": 2,\n \"traits\": \"Talent.\",\n \"willpowerIcons\":
2,\r\n \"intellectIcons\": 2,\r\n \"cycle\": \"Return to the Night of the Zealot\"\r\n}\r" 2,\n \"intellectIcons\": 2,\n \"cycle\": \"Return to the Night of the Zealot\"\n}"
GUID: 644af9 GUID: 644af9
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"60428\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n GMNotes: "{\n \"id\": \"60428\",\n \"type\": \"Asset\",\n \"class\": \"Mystic\",\n
\ \"cost\": 2,\r\n \"level\": 4,\r\n \"traits\": \"Talent.\",\r\n \"willpowerIcons\": \ \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Talent.\",\n \"willpowerIcons\":
2,\r\n \"intellectIcons\": 2,\r\n \"uses\": [\r\n {\r\n \"count\": 2,\r\n 2,\n \"intellectIcons\": 2,\n \"uses\": [\n {\n \"count\": 2,\n \"replenish\":
\ \"replenish\": 2,\r\n \"type\": \"Resource\",\r\n \"token\": \"resource\"\r\n 2,\n \"type\": \"Resource\",\n \"token\": \"resource\"\n }\n ],\n
\ }\r\n ],\r\n \"cycle\": \"Investigator Packs\"\r\n}\r" \ \"cycle\": \"Investigator Packs\"\n}"
GUID: ca23d4 GUID: ca23d4
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,10 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"01062\",\r\n \"alternate_ids\": [\r\n \"01562\"\r\n GMNotes: "{\n \"id\": \"01062\",\n \"alternate_ids\": [\n \"01562\"\n ],\n \"type\":
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n \"cost\": 2,\r\n \"Asset\",\n \"class\": \"Mystic\",\n \"cost\": 2,\n \"level\": 0,\n \"traits\":
\ \"level\": 0,\r\n \"traits\": \"Talent.\",\r\n \"willpowerIcons\": 1,\r\n \"intellectIcons\": \"Talent.\",\n \"willpowerIcons\": 1,\n \"intellectIcons\": 1,\n \"cycle\": \"Core\"\n}"
1,\r\n \"cycle\": \"Core\"\r\n}\r"
GUID: 9e4505 GUID: 9e4505
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Prophecy Foretold Description: Prophecy Foretold
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03193\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n GMNotes: "{\n \"id\": \"03193\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
\ \"cost\": 2,\r\n \"level\": 3,\r\n \"traits\": \"Spell.\",\r\n \"intellectIcons\": \ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 3,\n \"traits\": \"Spell.\",\n
1,\r\n \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n \ \"intellectIcons\": 1,\n \"agilityIcons\": 1,\n \"uses\": [\n {\n \"count\":
\ \"type\": \"Charge\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n 3,\n \"type\": \"Charge\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
\ \"cycle\": \"The Path to Carcosa\"\r\n}\r" \"The Path to Carcosa\"\n}"
GUID: 3d35aa GUID: 3d35aa
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Markings of Isis Description: Markings of Isis
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"52004\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n GMNotes: "{\n \"id\": \"52004\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
\ \"cost\": 2,\r\n \"level\": 3,\r\n \"traits\": \"Spell.\",\r\n \"intellectIcons\": \ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 3,\n \"traits\": \"Spell.\",\n
1,\r\n \"combatIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n \ \"intellectIcons\": 1,\n \"combatIcons\": 1,\n \"uses\": [\n {\n \"count\":
\ \"type\": \"Charge\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n 3,\n \"type\": \"Charge\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
\ \"cycle\": \"Return to the Path to Carcosa\"\r\n}\r" \"Return to the Path to Carcosa\"\n}"
GUID: 66d5a3 GUID: 66d5a3
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Guiding Stones Description: Guiding Stones
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03192\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n GMNotes: "{\n \"id\": \"03192\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
\ \"cost\": 2,\r\n \"level\": 3,\r\n \"traits\": \"Spell.\",\r\n \"willpowerIcons\": \ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 3,\n \"traits\": \"Spell.\",\n
1,\r\n \"intellectIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n \ \"willpowerIcons\": 1,\n \"intellectIcons\": 1,\n \"uses\": [\n {\n \"count\":
\ \"type\": \"Charge\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n 3,\n \"type\": \"Charge\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
\ \"cycle\": \"The Path to Carcosa\"\r\n}\r" \"The Path to Carcosa\"\n}"
GUID: a14a11 GUID: a14a11
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,10 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Untranslated Description: Untranslated
DragSelectable: true DragSelectable: true
GMNotes: "{\n \"id\": \"03025\",\n \"type\": \"Asset\",\n \"class\": \"Seeker\",\n GMNotes: "{\n \"id\": \"03025\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 0,\n \"level\": 0,\n \"traits\": \"Item. Occult. Tome.\",\n \"intellectIcons\": \ \"class\": \"Seeker\",\n \"cost\": 0,\n \"level\": 0,\n \"traits\": \"Item.
1,\n \"uses\": [\n {\n \"count\": 0,\n \"type\": \"Secret\",\n \"token\": Occult. Tome.\",\n \"intellectIcons\": 1,\n \"uses\": [\n {\n \"count\":
\"resource\"\n }\n ],\n \"cycle\": \"The Path to Carcosa\"\n}" 0,\n \"type\": \"Secret\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
\"The Path to Carcosa\"\n}"
GUID: cbfc12 GUID: cbfc12
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Gateway to Paradise Description: Gateway to Paradise
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"08044\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n GMNotes: "{\n \"id\": \"08044\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
\ \"cost\": 4,\r\n \"level\": 4,\r\n \"traits\": \"Ritual.\",\r\n \"willpowerIcons\": \ \"class\": \"Seeker\",\n \"cost\": 4,\n \"level\": 4,\n \"traits\": \"Ritual.\",\n
2,\r\n \"wildIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 4,\r\n \"type\": \ \"willpowerIcons\": 2,\n \"wildIcons\": 1,\n \"uses\": [\n {\n \"count\":
\"Leyline\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"Edge 4,\n \"type\": \"Leyline\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
of the Earth\"\r\n}\r" \"Edge of the Earth\"\n}"
GUID: 098132 GUID: 098132
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Gateway to Tindalos Description: Gateway to Tindalos
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"08041\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n GMNotes: "{\n \"id\": \"08041\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
\ \"cost\": 4,\r\n \"level\": 4,\r\n \"traits\": \"Ritual.\",\r\n \"combatIcons\": \ \"class\": \"Seeker\",\n \"cost\": 4,\n \"level\": 4,\n \"traits\": \"Ritual.\",\n
2,\r\n \"wildIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 4,\r\n \"type\": \ \"combatIcons\": 2,\n \"wildIcons\": 1,\n \"uses\": [\n {\n \"count\":
\"Leyline\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"Edge 4,\n \"type\": \"Leyline\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
of the Earth\"\r\n}\r" \"Edge of the Earth\"\n}"
GUID: 1fdf4c GUID: 1fdf4c
Grid: true Grid: true
GridProjection: false GridProjection: false

Some files were not shown because too many files have changed in this diff Show More