Merge branch 'master' into patches

This commit is contained in:
Adam Goldsmith 2024-02-04 11:11:59 -05:00
commit bce71fa7ab
2574 changed files with 82259 additions and 71641 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,50 +1,36 @@
<!-- include Global.xml -->
<!-- Default formatting -->
<!-- include Global/Global.xml -->
<Defaults>
<!-- general Stuff -->
<!-- general stuff -->
<Text color="white"
fontSize="18"/>
<Button tooltipPosition="Left"
color="clear"/>
<!-- Window -->
<HorizontalLayout class="headerLayout"
height="75"
padding="5"/>
<Button class="headerButton"
minWidth="50"
preferredWidth="50"
flexibleWidth="0"
color="clear"/>
<Text class="headerText"
minWidth="200"
flexibleWidth="100"
fontSize="32"
font="font_teutonic-arkham"/>
</Defaults>
<!-- Buttons at the bottom right (height: n * 35 + (n-1) * 2) -->
<!-- include Global/BottomBar.xml -->
<Defaults>
<Button class="navbar"
tooltipPosition="Left"
tooltipBackgroundColor="rgba(0,0,0,1)"
color="clear"/>
</Defaults>
<!-- Buttons at the bottom right (height: n * 37 - 2) -->
<VerticalLayout visibility="Admin"
color="#000000"
outlineSize="1 1"
outline="#303030"
rectAlignment="LowerRight"
width="35"
height="146"
height="72"
offsetXY="-1 120"
spacing="2">
<Button icon="cthulhu"
tooltip="Campaigns"
onClick="onClick_toggleUi(Campaigns)"/>
<Button icon="dark-cult"
tooltip="Standalone Scenarios"
onClick="onClick_toggleUi(Standalone Scenarios)"/>
<Button icon="devourer"
tooltip="Community Content"
onClick="onClick_toggleUi(Community Content)"/>
<Button icon="option-gear"
<Button class="navbar"
icon="devourer"
tooltip="Downloadable Content"
onClick="onClick_toggleUi(downloadWindow)"/>
<Button class="navbar"
icon="option-gear"
tooltip="Options"
onClick="onClick_toggleUi(Options)"/>
onClick="onClick_toggleUi(optionPanel)"/>
</VerticalLayout>
<!-- Navigation Overlay button (not visibly to Grey and Black) -->
@ -55,64 +41,314 @@
rectAlignment="LowerRight"
width="35"
height="35"
offsetXY="-1 65">
<Button icon="NavigationOverlayIcon"
offsetXY="-1 85">
<Button class="navbar"
icon="NavigationOverlayIcon"
tooltip="Navigation Overlay"
onClick="onClick_toggleUi(Navigation Overlay)"/>
</Panel>
<!-- include Global/BottomBar.xml -->
<!-- include Global/DownloadWindow.xml -->
<Defaults>
<Button class="downloadTab"
hoverClass="bGrey"
pressClass="bWhite"
onClick="onClick_tab"
color="#888888"
fontSize="24"
font="font_teutonic-arkham"/>
<Button class="bGrey"
color="grey"/>
<Button class="bWhite"
color="white"/>
<Button class="activeTab"
color="#ffffff"/>
<Button class="windowButton"
hoverClass="bGrey"
pressClass="bWhite"
selectClass="bWhite"
color="#888888"
font="font_teutonic-arkham"/>
</Defaults>
<!-- Basic UI that will be replaced based on title -->
<VerticalLayout id="load_ui"
<!-- window to select downloadable content -->
<VerticalLayout id="downloadWindow"
visibility="Admin"
color="black"
active="false"
width="700"
height="780"
outlineSize="1 1"
height="800"
width="900"
outlineSize="2 2"
outline="#303030">
<HorizontalLayout class="headerLayout">
<Button class="headerButton"
icon="refresh"
tooltip="Refresh List"
tooltipPosition="Right"
onClick="onClick_refreshList"/>
<Text id="title"
class="headerText">Loadable Items</Text>
<Button class="headerButton"
icon="close"
tooltip="Close"
onClick="onClick_toggleUi(Hidden)"/>
</HorizontalLayout>
<VerticalScrollView color="transparent"
minHeight="100"
flexibleHeight="100">
<Panel id="ui_update_height"
height="24">
<VerticalLayout id="ui_update_point"
padding="10">
<Text>Please refresh to see available items.</Text>
</VerticalLayout>
</Panel>
</VerticalScrollView>
<Panel color="rgb(0,0,0)"
minHeight="50"
preferredHeight="50"
flexibleHeight="0">
<Button id="load_button"
active="false"
onClick="onClick_load">Load:</Button>
<HorizontalLayout id="progress_display">
<ProgressBar id="download_progress"
percentage="0"
color="#000000"
fillImageColor="#333333"/>
<Button onClick="onClick_cancel"
active="false">Cancel</Button>
</HorizontalLayout>
</Panel>
</VerticalLayout>
<!-- include TitleSplash.xml -->
<!-- window header -->
<Panel preferredHeight="60"
padding="10 10 5 5"
spacing="10"
outlineSize="2 2"
outline="#303030"
color="black">
<Text fontSize="32"
font="font_teutonic-arkham"
preferredWidth="600"
alignment="MiddleLeft">Downloadable Content</Text>
<Button id="downloadAll_button"
class="windowButton"
visibility="Black"
onClick="onClick_downloadAll"
height="30"
preferredWidth="110"
fontSize="20"
tooltip="Very rough estimate: 400 MB"
tooltipPosition="Above"
tooltipBackgroundColor="rgba(0,0,0,1)">Download Everything</Button>
<Button id="spawnPlaceholder_button"
class="windowButton"
visibility="Black"
onClick="onClick_spawnPlaceholder"
height="30"
preferredWidth="110"
fontSize="20">Spawn Placeholder</Button>
<Panel preferredWidth="50">
<Button rectAlignment="MiddleRight"
width="50"
color="clear"
icon="close"
tooltip="Close"
tooltipPosition="Right"
tooltipBackgroundColor="rgba(0,0,0,1)"
onClick="onClick_toggleUi(downloadWindow)"/>
</Panel>
</Panel>
<HorizontalLayout>
<VerticalLayout preferredWidth="600">
<!-- tab selection -->
<HorizontalLayout preferredHeight="60"
padding="5"
spacing="5">
<Button class="downloadTab activeTab"
id="tab1">Official Campaigns</Button>
<Button class="downloadTab"
id="tab2">Official Scenarios</Button>
<Button class="downloadTab"
id="tab3">Fan-Made Campaigns</Button>
<Button class="downloadTab"
id="tab4">Fan-Made Scenarios</Button>
<Button class="downloadTab"
id="tab5">Fan-Made Player Cards</Button>
</HorizontalLayout>
<!-- content list -->
<VerticalScrollView color="transparent"
minHeight="100"
flexibleHeight="100"
scrollSensitivity="27"
scrollbarColors="grey|grey|#C8C8C8|rgba(0.78,0.78,0.78,0.5)"
horizontalScrollbarVisibility="AutohideAndExpandViewport"
raycastTarget="true">
<VerticalLayout id="contentList"
padding="10 25 0 0">
<!-- this will be filled via scripting -->
</VerticalLayout>
</VerticalScrollView>
</VerticalLayout>
<!-- content preview window -->
<VerticalLayout preferredWidth="300"
padding="15 15 15 5">
<!-- header -->
<VerticalLayout preferredHeight="110">
<Text id="previewTitle"
fontSize="28"
preferredHeight="70"
font="font_teutonic-arkham">PreviewTitle</Text>
<Text id="previewAuthor"
fontSize="20"
preferredHeight="40"
font="font_teutonic-arkham">by PreviewAuthor</Text>
</VerticalLayout>
<!-- box art -->
<Panel id="previewArtPanel"
preferredHeight="390">
<Mask id="previewArtMask">
<!-- image will be set via scripting -->
<Image id="previewArtImage" />
</Mask>
</Panel>
<!-- description -->
<Panel preferredHeight="160">
<Text id="previewDescription"
alignment="UpperLeft"
resizeTextForBestFit="true"
resizeTextMinSize="12"
resizeTextMaxSize="18">PreviewDescription</Text>
</Panel>
<!-- download button / progress bar (visibility handled by lua code)-->
<Panel preferredHeight="60">
<!-- download button -->
<Button id="download_button"
class="windowButton"
onClick="onClick_download"
height="50"
width="270"
fontSize="28">Download</Button>
<!-- download progress bar -->
<ProgressBar id="download_progress"
active="false"
height="50"
width="270"
percentage="0"
color="#111111"
textColor="#aaaaaa"
fillImageColor="#333333"/>
</Panel>
</VerticalLayout>
</HorizontalLayout>
</VerticalLayout>
<!-- include Global/DownloadWindow.xml -->
<!-- include Global/PlayAreaGallery.xml -->
<Defaults>
<!-- type selection at the top -->
<Button class="imageTab"
hoverClass="bGrey"
pressClass="bWhite"
onClick="b7b45b/onClick_imageTab"
color="#888888"
fontSize="24"
font="font_teutonic-arkham"/>
<Button class="bGrey"
color="grey"/>
<Button class="bWhite"
color="white"/>
<Button class="windowButton"
hoverClass="bGrey"
pressClass="bWhite"
selectClass="bWhite"
color="#888888"
font="font_teutonic-arkham"/>
<!-- image boxes in the grid -->
<VerticalLayout class="imageBox"
color="black"
outline="#303030"
outlineSize="2 2"
onClick="b7b45b/onClick_image"/>
<Image class="playareaImage"
preferredHeight="330"/>
<Text class="imageName"
preferredHeight="40"
resizeTextForBestFit="true"
resizeTextMinSize="10"
resizeTextMaxSize="18"/>
<!-- item selection on the left -->
<Text class="itemText"
alignment="MiddleLeft"/>
<Panel class="itemPanel"
preferredHeight="45"
onClick="b7b45b/onClick_listItem"/>
<!-- other -->
<Text class="headerText"
fontSize="35"/>
<VerticalLayout childForceExpandHeight="false"/>
</Defaults>
<VerticalLayout id="playAreaGallery"
active="false"
color="black"
height="880"
width="900"
outlineSize="2 2"
outline="#303030">
<!-- window header -->
<Panel preferredHeight="60"
padding="10 10 5 5"
spacing="10"
outlineSize="2 2"
outline="#303030"
color="black">
<Text fontSize="32"
font="font_teutonic-arkham"
preferredWidth="600"
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">
<Button rectAlignment="MiddleRight"
width="50"
color="clear"
icon="close"
tooltip="Close"
tooltipPosition="Right"
tooltipBackgroundColor="rgba(0,0,0,1)"
onClick="onClick_toggleUi(playAreaGallery)"/>
</Panel>
</Panel>
<!-- tab selection -->
<HorizontalLayout preferredHeight="60"
padding="5"
spacing="5">
<Button class="imageTab"
id="imageTab1">Official Campaigns</Button>
<Button class="imageTab"
id="imageTab2">Official Scenarios</Button>
<Button class="imageTab"
id="imageTab3">Fan-Made Campaigns</Button>
<Button class="imageTab"
id="imageTab4">Fan-Made Scenarios</Button>
<Button class="imageTab"
id="imageTab5">Other Images</Button>
</HorizontalLayout>
<HorizontalLayout preferredHeight="760">
<!-- left column: navigation bar -->
<VerticalLayout id="itemSelection"
preferredWidth="180"
padding="10 15 0 0">
<!-- this will be filled via scripting -->
<!-- <Panel class="itemPanel">
<Text class="itemText">Item</Text>
</Panel> -->
</VerticalLayout>
<!-- right column: image gallery -->
<VerticalScrollView color="transparent"
minHeight="100"
flexibleHeight="100"
preferredWidth="720"
scrollSensitivity="380"
scrollbarColors="grey|grey|#C8C8C8|rgba(0.78,0.78,0.78,0.5)"
horizontalScrollbarVisibility="AutohideAndExpandViewport"
raycastTarget="true">
<GridLayout id="playareaList"
preferredWidth="700"
padding="25 25 5 5"
spacing="10"
cellSize="330 370">
<!-- this will be filled via scripting -->
<!-- <VerticalLayout class="imageBox">
<Image class="playareaImage" image=""/>
<Text class="imageName">Image Name</Text>
</VerticalLayout> -->
</GridLayout>
</VerticalScrollView>
</HorizontalLayout>
</VerticalLayout>
<!-- include Global/PlayAreaGallery.xml -->
<!-- include Global/TitleSplash.xml -->
<!-- Title Splash when starting a scenario -->
<Panel id="title_splash"
height="220"
@ -136,8 +372,8 @@
horizontalOverflow="Overflow">
</Text>
</Panel>
<!-- include TitleSplash.xml -->
<!-- include NavigationOverlay.xml -->
<!-- include Global/TitleSplash.xml -->
<!-- include Global/NavigationOverlay.xml -->
<!-- Default formatting -->
<Defaults>
<Text color="#FFFFFF"
@ -161,7 +397,7 @@
fontSize="20"
font="font_teutonic-arkham"/>
<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" />
<!-- buttons at the bottom -->
@ -208,7 +444,7 @@
<TableLayout id="navPanelSettings"
active="false"
width="300"
height="335"
height="380"
color="#000000"
outlineSize="2 2"
outline="grey"
@ -241,9 +477,26 @@
onValueChanged="797ede/updatePitch"
wholeNumbers="true"
minValue="0"
maxValue="90"
maxValue="89"
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"/>
</Cell>
</Row>
@ -310,8 +563,8 @@
</Cell>
</Row>
</TableLayout>
<!-- include NavigationOverlay.xml -->
<!-- include OptionPanel.xml -->
<!-- include Global/NavigationOverlay.xml -->
<!-- include Global/OptionPanel.xml -->
<!-- Default formatting -->
<Defaults>
<Text color="#FFFFFF"
@ -340,8 +593,9 @@
<!-- group headers -->
<Row class="group-header"
preferredHeight="54" />
preferredHeight="44" />
<Cell class="group-header"
padding="10 10 0 0"
columnSpan="3"
color="#222222" />
<Panel class="group-header"
@ -352,26 +606,31 @@
<!-- options -->
<Row class="option-text"
preferredHeight="70"/>
preferredHeight="50"
tooltipPosition="Left"
tooltipBackgroundColor="rgba(0,0,0,1)"/>
<Cell class="option-text"
padding="10 10 5 5"
color="#333333"
columnSpan="2"/>
<Cell class="option-button"
padding="10 10 5 5"
color="#333333"/>
<Cell class="option-dropdowntext"
<Cell class="option-singleColumn"
padding="10 10 5 5"
color="#333333"
columnSpan="1"/>
<Cell class="option-dropdown"
<Cell class="option-doubleColumn"
padding="10 10 5 5"
color="#333333"
columnSpan="2"/>
<VerticalLayout class="text-column"
padding="10 0 0 0"
spacing="5"/>
<Panel class="singleColumn-wrapper"
padding="10 0 0 0"/>
<Text class="option-header"
fontSize="20"
fontSize="22"
font="font_teutonic-arkham"/>
<Text class="description"
fontSize="12"/>
<Panel class="doubleColumn-wrapper"
padding="0 17 3 3"/>
<!-- buttons at the bottom -->
<Button class="bottomButtons"
@ -393,9 +652,10 @@
<!-- Option Panel -->
<TableLayout id="optionPanel"
class="window"
active="false"
visibility="Admin"
rectAlignment="LowerRight"
offsetXY="-50 80">
offsetXY="-50 80"
raycastTarget="true">
<!-- Header: Options -->
<Row preferredHeight="60">
<Cell>
@ -409,10 +669,12 @@
<!-- Scrollable part with options -->
<Row>
<Cell>
<VerticalScrollView horizontalScrollbarVisibility="AutohideAndExpandViewport">
<VerticalScrollView horizontalScrollbarVisibility="AutohideAndExpandViewport"
scrollSensitivity="30"
raycastTarget="true">
<TableLayout columnWidths="0 100 75"
autoCalculateHeight="1"
cellPadding="10 5 5 5">
useGlobalCellPadding="false">
<!-- Group: general settings -->
<Row class="group-header">
@ -425,17 +687,16 @@
</Row>
<!-- Option: card language -->
<Row class="option-text">
<Cell class="option-dropdowntext">
<VerticalLayout class="text-column">
<!-- 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!).">
<Cell class="option-singleColumn">
<Panel class="singleColumn-wrapper">
<Text class="option-header">Card language</Text>
<Text class="description">Downloading a campaign or importing a deck will use this language for cards (NOT FUNCTIONAL YET!).</Text>
</VerticalLayout>
</Panel>
</Cell>
<Cell class="option-dropdown">
<Panel padding="0 17 13 13">
<Dropdown id="cardLanguage"
onValueChanged="languageSelected(selectedIndex)">
<Cell class="option-doubleColumn">
<Panel class="doubleColumn-wrapper">
<Dropdown id="cardLanguage" onValueChanged="languageSelected(selectedIndex)">
<Option>简体中文</Option>
<Option>繁體中文</Option>
<Option>Deutsch</Option>
@ -446,15 +707,39 @@
</Dropdown>
</Panel>
</Cell>
</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 -->
<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.">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Enable snap tags for play area</Text>
<Text class="description">Only cards with the tag "Location" will snap (official cards are supported by default). Disable this if you are having issues with custom content.</Text>
</VerticalLayout>
<Panel class="singleColumn-wrapper">
<Text class="option-header">Enable snap tags</Text>
</Panel>
</Cell>
<Cell class="option-button">
<Toggle id="playAreaSnapTags"
@ -462,17 +747,48 @@
</Cell>
</Row>
<!-- Option: splash scenario name on setup -->
<Row class="option-text">
<!-- Option: location connections -->
<Row class="option-text"
tooltip="Automatically draw location connections based on card metadata.">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Show scenario title on setup</Text>
<Text class="description">Fade in the name of the scenario for 2 seconds when placing down a scenario.</Text>
</VerticalLayout>
<Panel class="singleColumn-wrapper">
<Text class="option-header">Draw location connections</Text>
</Panel>
</Cell>
<Cell class="option-button">
<Toggle id="showTitleSplash"
onValueChanged="onClick_toggleOption(showTitleSplash)"/>
<Toggle id="playAreaConnections"
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>
</Row>
@ -487,12 +803,12 @@
</Row>
<!-- Option: enable snap tags -->
<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.">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Panel class="singleColumn-wrapper">
<Text class="option-header">Enable snap tags</Text>
<Text class="description">Only cards with the tag "Asset" will snap (official cards are supported by default). Disable this if you are having issues with custom content.</Text>
</VerticalLayout>
</Panel>
</Cell>
<Cell class="option-button">
<Toggle id="useSnapTags"
@ -501,12 +817,12 @@
</Row>
<!-- Option: show draw 1 button -->
<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.">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Panel class="singleColumn-wrapper">
<Text class="option-header">Show "Draw 1" button</Text>
<Text class="description">Displays a button below the "Upkeep" button that draws a card from your deck. Useful for multi-handed solo play.</Text>
</VerticalLayout>
</Panel>
</Cell>
<Cell class="option-button">
<Toggle id="showDrawButton"
@ -515,12 +831,12 @@
</Row>
<!-- Option: use clickable clue-counters -->
<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.">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Panel class="singleColumn-wrapper">
<Text class="option-header">Use clickable clue counters</Text>
<Text class="description">Instead of automatically counting clues in the respective area on your playermat, this displays a clickable counter for clues.</Text>
</VerticalLayout>
</Panel>
</Cell>
<Cell class="option-button">
<Toggle id="useClueClickers"
@ -529,16 +845,44 @@
</Row>
<!-- Option: use clickable resource counters -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Row class="option-text"
tooltip="This enables spawning of clickable resource tokens for player cards.&#xA;(Chef's Selection = assets with 0 uses)">
<Cell class="option-singleColumn">
<Panel class="singleColumn-wrapper">
<Text class="option-header">Use clickable resource tokens</Text>
<Text class="description">This enables spawning of clickable resource tokens for player cards.</Text>
</VerticalLayout>
</Panel>
</Cell>
<Cell class="option-button">
<Toggle id="useResourceCounters"
onValueChanged="onClick_toggleOption(useResourceCounters)"/>
<Cell class="option-doubleColumn">
<Panel class="doubleColumn-wrapper">
<Dropdown id="useResourceCounters"
onValueChanged="resourceCounterSelected(selectedIndex)">
<Option>Enabled</Option>
<Option>Chef's Selection</Option>
<Option>Disabled</Option>
</Dropdown>
</Panel>
</Cell>
</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>
@ -553,12 +897,12 @@
</Row>
<!-- Option: show attachment helper -->
<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).">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Panel class="singleColumn-wrapper">
<Text class="option-header">Attachment Helper</Text>
<Text class="description">Provides a card-sized bag for cards that are attached to other cards (e.g. Backpack).</Text>
</VerticalLayout>
</Panel>
</Cell>
<Cell class="option-button">
<Toggle id="showAttachmentHelper"
@ -567,12 +911,12 @@
</Row>
<!-- Option: show clean up helper -->
<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.">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Panel class="singleColumn-wrapper">
<Text class="option-header">Clean Up Helper</Text>
<Text class="description">Useful for campaign-play: It resets play areas to allow continuous gameplay in the same savegame.</Text>
</VerticalLayout>
</Panel>
</Cell>
<Cell class="option-button">
<Toggle id="showCleanUpHelper"
@ -580,27 +924,13 @@
</Cell>
</Row>
<!-- Option: show custom playmat images -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Custom Playmat Images</Text>
<Text class="description">Places a tool that displays custom playmat images for all cycles in a gallery-like fashion.</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showCustomPlaymatImages"
onValueChanged="onClick_toggleOption(showCustomPlaymatImages)"/>
</Cell>
</Row>
<!-- Option: show CYOA campaign guides -->
<Row class="option-text">
<Row class="option-text"
tooltip="Displays in a 'Choose Your Own Adventure'&#xA;style redesigned campaign guides.">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Panel class="singleColumn-wrapper">
<Text class="option-header">CYOA Campaign Guides</Text>
<Text class="description">Displays in a "Choose Your Own Adventure" style redesigned campaign guides.</Text>
</VerticalLayout>
</Panel>
</Cell>
<Cell class="option-button">
<Toggle id="showCYOA"
@ -609,12 +939,12 @@
</Row>
<!-- Option: show displacement tool -->
<Row class="option-text">
<Row class="option-text"
tooltip="This allows moving all objects on the main play area&#xA;in a chosen direction.">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Panel class="singleColumn-wrapper">
<Text class="option-header">Displacement Tool</Text>
<Text class="description">This allows moving all objects on the main playmat in a chosen direction.</Text>
</VerticalLayout>
</Panel>
</Cell>
<Cell class="option-button">
<Toggle id="showDisplacementTool"
@ -623,12 +953,12 @@
</Row>
<!-- Option: show hand helper -->
<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.">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Panel class="singleColumn-wrapper">
<Text class="option-header">Hand Helper</Text>
<Text class="description">Never count your hand cards again! This tool does that for you and additionally enables easy discarding of random cards.</Text>
</VerticalLayout>
</Panel>
</Cell>
<Cell class="option-button">
<Toggle id="showHandHelper"
@ -637,12 +967,12 @@
</Row>
<!-- Option: show search assistant -->
<Row class="option-text">
<Row class="option-text"
tooltip="Quickly search 3, 6, 9 or the top X&#xA;cards of your deck!">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Panel class="singleColumn-wrapper">
<Text class="option-header">Search Assistant</Text>
<Text class="description">Quickly search 3, 6, 9 or the top X cards of your deck!</Text>
</VerticalLayout>
</Panel>
</Cell>
<Cell class="option-button">
<Toggle id="showSearchAssistant"
@ -664,13 +994,13 @@
<Button class="bottomButtons"
onClick="onClick_defaultSettings">Load defaults</Button>
<Button class="bottomButtons"
onClick="onClick_toggleUi(Hidden)">Close</Button>
onClick="onClick_toggleUi(optionPanel)">Close</Button>
</HorizontalLayout>
</Cell>
</Row>
</TableLayout>
<!-- include OptionPanel.xml -->
<!-- include UpdateNotification.xml -->
<!-- include Global/OptionPanel.xml -->
<!-- include Global/UpdateNotification.xml -->
<!-- Default formatting inherented from OptionPanel! -->
<!-- Icon with Finn, which can be clicked -->
@ -683,10 +1013,11 @@
offsetXY="420 -5"
height="90"
width="90"
onClick="onClick_FinnIcon"
onClick="onClick_toggleUi(updateNotification)"
image="FinnIcon"
tooltip="Update notification"
tooltipBackgroundColor="rgba(0,0,0,0.8)"/>
tooltipPosition="Right"
tooltipBackgroundColor="rgba(0,0,0,1)"/>
<!-- main notification window -->
<TableLayout id="updateNotification"
@ -751,5 +1082,5 @@
</Cell>
</Row>
</TableLayout>
<!-- include UpdateNotification.xml -->
<!-- include Global.xml -->
<!-- include Global/UpdateNotification.xml -->
<!-- include Global/Global.xml -->

View File

@ -1,40 +1,46 @@
CameraStates:
- AbsolutePosition:
x: -67.59604
y: 91.87675
z: 5.521103
Distance: 104.699272
x: -67.6
y: 91.88
z: 5.52
Distance: 104
Position:
x: -22.2649822
x: -22.26
y: -2.5
z: 5.25747156
z: 5.26
Rotation:
x: 64.34372
y: 90.3332
z: 0.0
x: 64.34
y: 90
z: 0
Zoomed: false
- AbsolutePosition:
x: -47.7179832
y: 86.18371
z: -6.780735e-06
Distance: 97.85165
x: -39.1
y: 29.7
z: 0
Distance: 29.14
Position:
x: -6.36408234
y: -2.5
z: -9.483223e-07
x: -31.54
y: 1.55
z: 0
Rotation:
x: 64.99999
y: 89.99999
z: 0.0
x: 75
y: 90
z: 0
Zoomed: false
- AbsolutePosition:
x: -10.16
y: 18.95
z: 0
Distance: 18
Position:
x: -5.5
y: 1.55
z: 0
Rotation:
x: 75
y: 90
z: 0
Zoomed: false
- null
- null
- null
- null
- null
- null
- null
- null
ComponentTags:
labels:
- displayed: import_configuration_provider
@ -43,8 +49,6 @@ ComponentTags:
normalized: allcardshotfix
- displayed: LinkedPhaseTracker
normalized: linkedphasetracker
- displayed: chaosBag
normalized: chaosBag
- displayed: displacement_excluded
normalized: displacement_excluded
- displayed: PlayerCard
@ -67,20 +71,14 @@ ComponentTags:
normalized: investigator
- displayed: chaosBag
normalized: chaosbag
- displayed: arkham_setup_memory_object
normalized: arkham_setup_memory_object
- displayed: ActionToken
normalized: actiontoken
- displayed: LargeBox
normalized: largebox
- displayed: SoundCube
normalized: soundcube
- displayed: CampaignBox
normalized: campaignbox
- displayed: CameraZoom_ignore
normalized: camerazoom_ignore
- displayed: TokenArranger
normalized: tokenarranger
CustomUIAssets:
- Name: refresh
Type: 0
@ -135,16 +133,16 @@ CustomUIAssets:
URL: http://cloud-3.steamusercontent.com/ugc/2028355502896482829/8DAB311590B97586309E66D795AC2C43D4913188/
- Name: header_cover
Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/5118935530977312342/0D22712378B1F9A5A1FC7DA40C355943C878DDC0/
URL: http://cloud-3.steamusercontent.com/ugc/2280574378889753624/53E7443E2A9957BC5CA4D73B67D5C1C30971C9F9/
- Name: header_acolyte
Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/5118935530977311773/B8B2021D42CFB084AFDCCA42EE6B9A57F3E30AC6/
- Name: header_ruins
URL: http://cloud-3.steamusercontent.com/ugc/2280574378889753484/961371448C1CB9F93D574E0F78CF51A88D0D34F6/
- Name: header_compass
Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/5118935530977312917/E24A34736C912186C7AC58270E3819B6A44B3EE8/
URL: http://cloud-3.steamusercontent.com/ugc/2280574378889786684/52E2A801060A523AF5DD956C72A41889B5A1D2C9/
- Name: header_olive
Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/5118935530977377198/4E88B41107A29D027D86E6B80D47B03617335990/
URL: http://cloud-3.steamusercontent.com/ugc/2280574378889753733/F67B7B37FF7AA253B6D697E577DF54A3E76030C2/
- Name: option_on
Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/2024962321889555728/22ABD35CBB49A001F3A5318E4AFCFB22D24FEA39/
@ -208,21 +206,34 @@ CustomUIAssets:
- Name: Inv-Jacqueline
Type: 0
URL: https://i.imgur.com/AFuB9II.png
- Name: Inv-Kohaku
Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/2279451480492739312/E59E79D4CFCFE60190BFD69B7FFBF1601DA3FAA5/
- Name: TitleGradient
Type: 0
URL: https://i.imgur.com/Mdjm349.png
- Name: FinnIcon
Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/2037357792052848566/5DA900C430E97D3DFF2C9B8A3DB1CB2271791FC7/
Date: 8/26/2023 5:51:15 PM
- Name: box-cover-mask-small
Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/2115061298536631564/F29C2ED9DD8431A1D1E21C7FFAFF1FFBC0AF0BF3/
- Name: box-cover-mask-big
Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/2115061298536631429/D075D2EECE6EE091AD3BEA5800DEF9C7B02B745B/
- Name: box-cover-mask-wide
Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/2115061298538827369/A20C2ECB8ECDC1B0AD8B2B38F68CA1C1F5E07D37/
Date: Thu Jan 25 01:22:12 UTC 2024
DecalPallet:
- ImageURL: http://cloud-3.steamusercontent.com/ugc/1474319121424323663/BC5570ECF747F1B30224461B576E8B0FE7FA5F33/
Name: Achivement Checkmark
Size: 0.1
- ImageURL: https://i.imgur.com/saWedQ0.png
Name: Victory Display
Size: 15.0
EpochTime: 1693090275
Size: 15
Decals: []
EpochTime: 1706145732
GameComplexity: ''
GameMode: Arkham Horror LCG - Super Complete Edition
GameType: ''
@ -230,21 +241,21 @@ Gravity: 0.5
Grid:
BothSnapping: false
Color:
b: 0.0
g: 0.0
r: 0.0
b: 0
g: 0
r: 0
Lines: false
Offset: false
Opacity: 0.75
PosOffset:
x: 0.0
y: 1.0
z: 0.0
x: 0
y: 1
z: 0
Snapping: false
ThickLines: false
Type: 0
xSize: 2.0
ySize: 2.0
xSize: 2
ySize: 2
Hands:
DisableUnused: false
Enable: true
@ -267,13 +278,13 @@ Lighting:
LightColor:
b: 0.8902
g: 0.9804
r: 1.0
r: 1
LightIntensity: 0.54
LutContribution: 1.0
LutContribution: 1
LutIndex: 0
ReflectionIntensity: 1.0
ReflectionIntensity: 1
LuaScript: !include 'unpacked.ttslua'
LuaScriptState: '{"acknowledgedUpgradeVersions":[],"optionPanel":{"cardLanguage":"en","playAreaSnapTags":true,"showAttachmentHelper":false,"showCleanUpHelper":false,"showCustomPlaymatImages":false,"showCYOA":false,"showDisplacementTool":false,"showDrawButton":false,"showHandHelper":[],"showSearchAssistant":[],"showTitleSplash":true,"useClueClickers":false,"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:
AudioLibrary:
- Item1: http://cloud-3.steamusercontent.com/ugc/784110538847453001/4481D1CC5684FCF04AB143954DEFE09E94BF5CEB/
@ -330,6 +341,7 @@ MusicPlayer:
RepeatSong: false
Note: ''
ObjectStates:
- !include 'unpacked/go_game_piece_white GUID Reference Handler 123456.yaml'
- !include 'unpacked/HandTrigger 5fe087.yaml'
- !include 'unpacked/HandTrigger be2f17.yaml'
- !include 'unpacked/HandTrigger 0285cc.yaml'
@ -350,7 +362,7 @@ ObjectStates:
- !include 'unpacked/Custom_Model Decoration - Coin 180a23.yaml'
- !include 'unpacked/Custom_Tile Panel 463022.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 Doom tokens b015d8.yaml'
- !include 'unpacked/Custom_Token Doom Counter 85c4c6.yaml'
@ -412,16 +424,10 @@ ObjectStates:
- !include 'unpacked/Custom_Model Clue Counter d86b7c.yaml'
- !include 'unpacked/Custom_Token Master Clue Counter 4a3aa4.yaml'
- !include 'unpacked/Custom_Model_Bag Legacy Assets 7165a9.yaml'
- !include 'unpacked/Custom_Token Playarea 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/ScriptingTrigger fb28e1.yaml'
- !include 'unpacked/ScriptingTrigger 7af2cf.yaml'
- !include 'unpacked/ScriptingTrigger b047f8.yaml'
- !include 'unpacked/ScriptingTrigger 18538f.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/Custom_Tile Token Remover 0a5a29.yaml'
- !include 'unpacked/Checker_white Token Spawn Tool 36b4ee.yaml'
- !include 'unpacked/Custom_Model_Bag Official StandaloneChallenge Scenarios 0ef5c8.yaml'
- !include 'unpacked/Deck Tarot Deck 77f1e5.yaml'
@ -441,16 +447,15 @@ ObjectStates:
- !include 'unpacked/Custom_Tile Data Helper 708279.yaml'
- !include 'unpacked/Custom_Token BlessCurse Manager 5933fb.yaml'
- !include 'unpacked/Notecard d8d357.yaml'
- !include 'unpacked/Checker_black Arkham Deck Cutter 445115.yaml'
- !include 'unpacked/ScriptingTrigger a2f932.yaml'
- !include 'unpacked/Custom_Model Edge of the Earth 895eaa.yaml'
- !include 'unpacked/Custom_Model The Dream-Eaters a16a1a.yaml'
- !include 'unpacked/Custom_Model Return to The Circle Undone 757324.yaml'
- !include 'unpacked/Custom_Tile Playermat 4 Red 0840d5.yaml'
- !include 'unpacked/Custom_Tile Playermat 3 Green 383d8b.yaml'
- !include 'unpacked/Custom_Token Other Doom in Play 652ff3.yaml'
- !include 'unpacked/Custom_Tile Playermat 1 White 8b081b.yaml'
- !include 'unpacked/Custom_Tile Playermat 2 Orange bd0ff4.yaml'
- !include 'unpacked/Custom_Tile Playermat 3 Green 383d8b.yaml'
- !include 'unpacked/Custom_Tile Playermat 4 Red 0840d5.yaml'
- !include 'unpacked/Custom_Tile Neutral 2691e1.yaml'
- !include 'unpacked/Custom_Tile Neutral 748245.yaml'
- !include 'unpacked/Custom_Tile Neutral 271b17.yaml'
@ -487,18 +492,21 @@ ObjectStates:
- !include 'unpacked/Checker_white Token Spawn Tracker e3ffc9.yaml'
- !include 'unpacked/Bag Token Source 124381.yaml'
- !include 'unpacked/FogOfWarTrigger Game Data 3dbe47.yaml'
- !include 'unpacked/Custom_Token Instruction Generator 240522.yaml'
- !include 'unpacked/Custom_Tile Player Cards 2d30ee.yaml'
- !include 'unpacked/Custom_Tile Token Remover 39b175.yaml'
- !include 'unpacked/Custom_Tile Token Remover 2ba7a5.yaml'
- !include 'unpacked/Custom_Tile Token Remover 0a5a29.yaml'
- !include 'unpacked/ScriptingTrigger TokenDiscardZone 457de3.yaml'
- !include 'unpacked/ScriptingTrigger TokenDiscardZone 457de4.yaml'
- !include 'unpacked/ScriptingTrigger TokenDiscardZone 457de5.yaml'
- !include 'unpacked/ScriptingTrigger TokenDiscardZone 457de6.yaml'
- !include 'unpacked/Custom_Tile Decoration - Map 6161b4.yaml'
- !include 'unpacked/Custom_Model_Bag Rulebooks, Guides and Tablets fcfa7f.yaml'
- !include 'unpacked/BlockRectangle Table Divider 612072.yaml'
- !include 'unpacked/BlockRectangle Table Divider 975c39.yaml'
- !include 'unpacked/BlockRectangle Table Divider 75937e.yaml'
- !include 'unpacked/BlockRectangle Table Divider 8646eb.yaml'
- !include 'unpacked/Custom_Model_Bag Community-Created Player CardsInvestigators
ed4ca7.yaml'
- !include 'unpacked/Custom_Model_Bag Fan-Made ScenariosCampaignsMiscellany 66e97c.yaml'
- !include 'unpacked/Custom_Model Decoration - Ammo 0a3b03.yaml'
- !include 'unpacked/Custom_Model Decoration - Ammo b43845.yaml'
- !include 'unpacked/Custom_Model Decoration - Ammo d35ee9.yaml'
@ -507,21 +515,42 @@ ObjectStates:
- !include 'unpacked/Bag OptionPanel Source 830bd0.yaml'
- !include 'unpacked/Custom_Assetbundle SoundCube 3c988f.yaml'
- !include 'unpacked/go_game_piece_white Game Key Handler fce69c.yaml'
- !include 'unpacked/Custom_Tile Token Spawning Reference f8b3a7.yaml'
- !include 'unpacked/3DText d628cc.yaml'
- !include 'unpacked/go_game_piece_black Navigation Overlay Handler 797ede.yaml'
- !include 'unpacked/Custom_Tile Campaign ImporterExporter 334ee3.yaml'
- !include 'unpacked/Custom_Token Token Arranger 022907.yaml'
- !include 'unpacked/Custom_Token Chaos Bag Manager 023240.yaml'
- !include 'unpacked/Custom_Model Half-Life b46db2.yaml'
- !include 'unpacked/Custom_Model Circus Ex Mortis Campaign 93b8cb.yaml'
PlayArea: 1.0
- !include 'unpacked/BlockRectangle Placeholder Box Dummy a93466.yaml'
- !include 'unpacked/Custom_Model Baldur''s Gate III 695abd.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'
PlayArea: 1
PlayerCounts:
- 0
- 0
PlayingTime:
- 0
- 0
SaveName: Arkham SCE - 3.2.0
SaveName: Arkham SCE - 3.5.0
Sky: Sky_Museum
SkyURL: https://i.imgur.com/GkQqaOF.jpg
SnapPoints:
@ -530,9 +559,9 @@ SnapPoints:
y: 1.59
z: 10.38
Rotation:
x: 0.0
y: 270.0
z: 0.0
x: 0
y: 270
z: 0
- Position:
x: -2.94
y: 1.58
@ -590,93 +619,157 @@ SnapPoints:
y: 1.58
z: -10.39
- Position:
x: 65.0
x: -45.3
y: 1.48
z: -55.0
z: 31.67
- Position:
x: 65.0
x: -45.3
y: 1.48
z: -71.0
z: 29.73
- Position:
x: 65.0
x: -45.3
y: 1.48
z: -87.0
z: 27.8
- Position:
x: 52.0
x: -45.3
y: 1.48
z: -87.0
z: 25.86
- Position:
x: 52.0
x: -45.3
y: 1.48
z: -71.0
z: 23.93
- Position:
x: 52.0
x: -45.3
y: 1.48
z: -55.0
z: 21.99
- Position:
x: 39.0
x: -45.3
y: 1.48
z: -55.0
z: 20.06
- Position:
x: 39.0
x: -45.3
y: 1.48
z: -71.0
z: -20.62
- Position:
x: 39.0
x: -45.3
y: 1.48
z: -87.0
z: -22.55
- Position:
x: 26.0
x: -45.3
y: 1.48
z: -87.0
z: -24.49
- Position:
x: 26.0
x: -45.3
y: 1.48
z: -71.0
z: -26.43
- Position:
x: 26.0
x: -45.3
y: 1.48
z: -55.0
z: -28.36
- Position:
x: 13.0
x: -45.3
y: 1.48
z: -55.0
z: -30.3
- Position:
x: 13.0
x: -45.3
y: 1.48
z: -71.0
z: -32.23
- Position:
x: 0.0
x: 65
y: 1.48
z: -55.0
z: -55
- Position:
x: 0.0
x: 65
y: 1.48
z: -71.0
z: -71
- Position:
x: 1.6
y: 1.58
z: -13.75
x: 65
y: 1.48
z: -87
- Position:
x: 52
y: 1.48
z: -87
- Position:
x: 52
y: 1.48
z: -71
- Position:
x: 52
y: 1.48
z: -55
- Position:
x: 39
y: 1.48
z: -55
- Position:
x: 39
y: 1.48
z: -71
- Position:
x: 39
y: 1.48
z: -87
- Position:
x: 26
y: 1.48
z: -87
- Position:
x: 26
y: 1.48
z: -71
- Position:
x: 26
y: 1.48
z: -55
- Position:
x: 13
y: 1.48
z: -55
- Position:
x: 13
y: 1.48
z: -71
- Position:
x: 0
y: 1.48
z: -55
- Position:
x: 0
y: 1.48
z: -71
- Position:
x: -28.64
y: 1.48
z: -38.65
Rotation:
x: 0.0
y: 315.0
z: 0.0
x: 0
y: 315
z: 0
- Position:
x: -56.24
y: 1.49
z: -80.19
Rotation:
x: 0.0
y: 135.0
z: 180.0
x: 0
y: 135
z: 180
- Position:
x: 6.5
y: 1.48
z: -87.0
z: -87
- Position:
x: -27.0
x: -27
y: 1.48
z: -56.16
- Position:
x: 1.6
y: 1.58
z: -13.75
Rotation:
x: 0
y: 315
z: 0
TabStates:
'10':
body: "Created by Whimsical\n\nAnything that passes over the remover that isn't

View File

@ -1,12 +1,12 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
ColorDiffuse:
b: 1.0
g: 1.0
r: 1.0
b: 1
g: 1
r: 1
Description: ''
DragSelectable: true
GMNotes: ''
@ -28,20 +28,20 @@ Sticky: true
Text:
Text: Featured Fan Content
colorstate:
b: 1.0
g: 1.0
r: 1.0
b: 1
g: 1
r: 1
fontSize: 84
Tooltip: true
Transform:
posX: -19.5
posY: 1.7
posZ: -84.0
rotX: 90.0
rotY: 90.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
posZ: -87
rotX: 90
rotY: 90
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

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

@ -119,6 +119,7 @@ end
-- yielding. Based on the current count of cards this will require
-- approximately 60 frames to complete.
function buildIndex()
local cardCount = 0
indexingDone = false
if (self.getData().ContainedObjects == nil) then
return 1
@ -127,18 +128,39 @@ function buildIndex()
local cardMetadata = JSON.decode(cardData.GMNotes)
if (cardMetadata ~= nil) then
addCardToIndex(cardData, cardMetadata)
end
if (i % 20 == 0) then
coroutine.yield(0)
cardCount = cardCount + 1
if cardCount > 9 then
cardCount = 0
coroutine.yield(0)
end
end
end
local hotfixBags = getObjectsWithTag("AllCardsHotfix")
for _, hotfixBag in ipairs(hotfixBags) do
if (#hotfixBag.getObjects() > 0) then
for i, cardData in ipairs(hotfixBag.getData().ContainedObjects) do
local cardMetadata = JSON.decode(cardData.GMNotes)
if (cardMetadata ~= nil) then
addCardToIndex(cardData, cardMetadata)
if cardData.ContainedObjects then
for j, deepCardData in ipairs(cardData.ContainedObjects) do
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
@ -149,9 +171,13 @@ function buildIndex()
end
-- 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 cardMetadata: SCED metadata for the card
---@param cardData: TTS object data for the card
---@param cardMetadata: SCED metadata for the card
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 }
if (cardMetadata.alternate_ids ~= nil) then
for _, alternateId in ipairs(cardMetadata.alternate_ids) do

View File

@ -1,14 +1,14 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
Bag:
Order: 0
ColorDiffuse:
b: 0.0
g: 0.366520882
r: 0.7058823
b: 0
g: 0.36652
r: 0.70588
ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Subject 5U-21 758b0a.yaml'
- !include 'Bag All Player Cards 15bb07/Card Subject 5U-21 12d3de.yaml'
@ -19,13 +19,53 @@ ContainedObjects:
- !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 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 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/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 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 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 Back) 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/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 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/Card Roland''s .38 Special 4edb91.yaml'
- !include 'Bag All Player Cards 15bb07/Card Stubborn Detective 4ea68b.yaml'
@ -38,10 +78,8 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card A Watchful Peace (3) 176836.yaml'
- !include 'Bag All Player Cards 15bb07/Card Unearth the Ancients f763e8.yaml'
- !include 'Bag All Player Cards 15bb07/Card Sword Cane 9c32e2.yaml'
- !include 'Bag All Player Cards 15bb07/Card Scroll of Secrets (Taboo) 19b705.yaml'
- !include 'Bag All Player Cards 15bb07/Card Flamethrower (5) cf4f15.yaml'
- !include 'Bag All Player Cards 15bb07/Card Zebulon Whateley 6714b2.yaml'
- !include 'Bag All Player Cards 15bb07/Card Switchblade (2) (Taboo) 842d41.yaml'
- !include 'Bag All Player Cards 15bb07/Card Flute of the Outer Gods (4) 3cc1e2.yaml'
- !include 'Bag All Player Cards 15bb07/Card Meditative Trance ef46e9.yaml'
- !include 'Bag All Player Cards 15bb07/Card Relic of Ages 87718c.yaml'
@ -68,7 +106,6 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Cheat Death (5) 3add54.yaml'
- !include 'Bag All Player Cards 15bb07/Card Laboratory Assistant 147cb2.yaml'
- !include 'Bag All Player Cards 15bb07/Card Dream Parasite ae16e8.yaml'
- !include 'Bag All Player Cards 15bb07/Card Delve Too Deep (Taboo) d4a68a.yaml'
- !include 'Bag All Player Cards 15bb07/Card Holy Rosary (2) 2d2246.yaml'
- !include 'Bag All Player Cards 15bb07/Card Think on Your Feet 6fec31.yaml'
- !include 'Bag All Player Cards 15bb07/Card Prescient 7e7873.yaml'
@ -143,7 +180,7 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Accursed Fate 85e7d9.yaml'
- !include 'Bag All Player Cards 15bb07/Card On Your Own (3) 2ebdf1.yaml'
- !include 'Bag All Player Cards 15bb07/Card Zoey''s Cross 66d810.yaml'
- !include 'Bag All Player Cards 15bb07/Card Pendant of the Queen (Taboo) 6047d6.yaml'
- !include 'Bag All Player Cards 15bb07/Card Zoey''s Cross 66d811.yaml'
- !include 'Bag All Player Cards 15bb07/Card Dig Deep (4) 734b45.yaml'
- !include 'Bag All Player Cards 15bb07/Card Dream-Enhancing Serum 98c5af.yaml'
- !include 'Bag All Player Cards 15bb07/Card The Gold Pocket Watch (4) 62d930.yaml'
@ -151,7 +188,6 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Overpower (2) 017e1f.yaml'
- !include 'Bag All Player Cards 15bb07/Card Grete Wagner (3) b39b78.yaml'
- !include 'Bag All Player Cards 15bb07/Card Hypnotic Gaze 8f3c8e.yaml'
- !include 'Bag All Player Cards 15bb07/Card Dr. Milan Christopher (Taboo) 8ae314.yaml'
- !include 'Bag All Player Cards 15bb07/Card Crystalline Elder Sign (3) 949ca2.yaml'
- !include 'Bag All Player Cards 15bb07/Card Cunning e2767a.yaml'
- !include 'Bag All Player Cards 15bb07/Card Pathfinder (1) 7f99cc.yaml'
@ -159,7 +195,6 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Dumb Luck (2) 0c433b.yaml'
- !include 'Bag All Player Cards 15bb07/Card Ghastly Revelation b7c503.yaml'
- !include 'Bag All Player Cards 15bb07/Card Ace of Swords (1) c4d436.yaml'
- !include 'Bag All Player Cards 15bb07/Card Streetwise (3) (Taboo) 88a481.yaml'
- !include 'Bag All Player Cards 15bb07/Card Directive 2d9256.yaml'
- !include 'Bag All Player Cards 15bb07/Card Well Connected 66b7d5.yaml'
- !include 'Bag All Player Cards 15bb07/Card Deny Existence (5) d24531.yaml'
@ -179,7 +214,6 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Ward of Protection (5) 7bc995.yaml'
- !include 'Bag All Player Cards 15bb07/Card Survival Instinct (2) be4abe.yaml'
- !include 'Bag All Player Cards 15bb07/Card Brute Force (1) fb9b7e.yaml'
- !include 'Bag All Player Cards 15bb07/Card Elusive (Taboo) b67931.yaml'
- !include 'Bag All Player Cards 15bb07/Card Clasp of Black Onyx f295d9.yaml'
- !include 'Bag All Player Cards 15bb07/Card Thomas Dawson 1f7e6e.yaml'
- !include 'Bag All Player Cards 15bb07/Card Leadership 83d8d7.yaml'
@ -281,7 +315,6 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Scrounge for Supplies 7651f3.yaml'
- !include 'Bag All Player Cards 15bb07/Card Jewel of Aureolus (3) 6bae15.yaml'
- !include 'Bag All Player Cards 15bb07/Card Summoned Hound (1) ab4fb3.yaml'
- !include 'Bag All Player Cards 15bb07/Card Telescopic Sight (3) (Taboo) dc65fd.yaml'
- !include 'Bag All Player Cards 15bb07/Card Mists of R''lyeh (2) 3d57b4.yaml'
- !include 'Bag All Player Cards 15bb07/Card Decoy 2ee50e.yaml'
- !include 'Bag All Player Cards 15bb07/Card Bait and Switch 2c2d9a.yaml'
@ -388,6 +421,7 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Streetwise (3) d7dbac.yaml'
- !include 'Bag All Player Cards 15bb07/Card Try and Try Again (1) 3dc82f.yaml'
- !include 'Bag All Player Cards 15bb07/Card Smite the Wicked 58f534.yaml'
- !include 'Bag All Player Cards 15bb07/Card Smite the Wicked 58f535.yaml'
- !include 'Bag All Player Cards 15bb07/Card Gravedigger''s Shovel (2) 96a440.yaml'
- !include 'Bag All Player Cards 15bb07/Card Fine Print 39452d.yaml'
- !include 'Bag All Player Cards 15bb07/Card Voice of Ra 0988b2.yaml'
@ -409,7 +443,6 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Backpack f59085.yaml'
- !include 'Bag All Player Cards 15bb07/Card Nihilism fc4168.yaml'
- !include 'Bag All Player Cards 15bb07/Card Gregory Gry 90bf93.yaml'
- !include 'Bag All Player Cards 15bb07/Card Quick Thinking (Taboo) 308967.yaml'
- !include 'Bag All Player Cards 15bb07/Card The Eye of Truth (5) d6085d.yaml'
- !include 'Bag All Player Cards 15bb07/Card Grisly Totem (3) 1433eb.yaml'
- !include 'Bag All Player Cards 15bb07/Card Spiritual Resolve (5) 26922c.yaml'
@ -434,7 +467,6 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Monstrous Transformation a49751.yaml'
- !include 'Bag All Player Cards 15bb07/Card Book of Shadows (1) 35166c.yaml'
- !include 'Bag All Player Cards 15bb07/Card Physical Training (4) ab51ce.yaml'
- !include 'Bag All Player Cards 15bb07/Card Pathfinder (1) (Taboo) ecbea8.yaml'
- !include 'Bag All Player Cards 15bb07/Card Fire Extinguisher (1) 8a4673.yaml'
- !include 'Bag All Player Cards 15bb07/Card Flare (1) 017821.yaml'
- !include 'Bag All Player Cards 15bb07/Card Sixth Sense (4) 060943.yaml'
@ -512,7 +544,6 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Three Aces (1) 30062e.yaml'
- !include 'Bag All Player Cards 15bb07/Card The Man in the Pallid Mask 6720ef.yaml'
- !include 'Bag All Player Cards 15bb07/Card Cryptic Writings ff2776.yaml'
- !include 'Bag All Player Cards 15bb07/Card Knowledge is Power (Taboo) eccb8a.yaml'
- !include 'Bag All Player Cards 15bb07/Card Tony''s Quarry d6f8d1.yaml'
- !include 'Bag All Player Cards 15bb07/Card Azure Flame (3) c5fb42.yaml'
- !include 'Bag All Player Cards 15bb07/Card Damned bad8cb.yaml'
@ -546,7 +577,6 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Plan of Action 96fd5d.yaml'
- !include 'Bag All Player Cards 15bb07/Card Obsessive a2e7d7.yaml'
- !include 'Bag All Player Cards 15bb07/Card Prophesy 493b03.yaml'
- !include 'Bag All Player Cards 15bb07/Card Drawing Thin (Taboo) 3d08dc.yaml'
- !include 'Bag All Player Cards 15bb07/Card Lola Santiago (3) 8bec05.yaml'
- !include 'Bag All Player Cards 15bb07/Card Ichtaca 29fc24.yaml'
- !include 'Bag All Player Cards 15bb07/Card August Lindquist 83b588.yaml'
@ -566,7 +596,6 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Geas (2) b7223c.yaml'
- !include 'Bag All Player Cards 15bb07/Card Astral Travel 31d087.yaml'
- !include 'Bag All Player Cards 15bb07/Card Dr. Elli Horowitz 27e7b3.yaml'
- !include 'Bag All Player Cards 15bb07/Card Three Aces (1) (Taboo) a11abb.yaml'
- !include 'Bag All Player Cards 15bb07/Card Dream Diary (3) 5f9a10.yaml'
- !include 'Bag All Player Cards 15bb07/Card Ward of Radiance 69116c.yaml'
- !include 'Bag All Player Cards 15bb07/Card Internal Injury 4fb446.yaml'
@ -579,7 +608,6 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Ineffable Truth (5) f00301.yaml'
- !include 'Bag All Player Cards 15bb07/Card Lone Wolf dc3b07.yaml'
- !include 'Bag All Player Cards 15bb07/Card Search for the Truth 4156cf.yaml'
- !include 'Bag All Player Cards 15bb07/Card Sleight of Hand (Taboo) 5a51d1.yaml'
- !include 'Bag All Player Cards 15bb07/Card Live and Learn 050ba1.yaml'
- !include 'Bag All Player Cards 15bb07/Card Disc of Itzamna d6c44a.yaml'
- !include 'Bag All Player Cards 15bb07/Card Detective''s Colt 1911s f4bac6.yaml'
@ -613,7 +641,6 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Cheap Shot (2) 0b963c.yaml'
- !include 'Bag All Player Cards 15bb07/Card Favor of the Sun (1) 1e6a06.yaml'
- !include 'Bag All Player Cards 15bb07/Card The Black Cat (5) 16e57b.yaml'
- !include 'Bag All Player Cards 15bb07/Card All In (5) (Taboo) ff1dfe.yaml'
- !include 'Bag All Player Cards 15bb07/Card Lantern e66002.yaml'
- !include 'Bag All Player Cards 15bb07/Card Relic of Ages 7667ef.yaml'
- !include 'Bag All Player Cards 15bb07/Card Relic of Ages e27a30.yaml'
@ -625,8 +652,6 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Smoking Pipe 603e29.yaml'
- !include 'Bag All Player Cards 15bb07/Card Sacrifice (1) f2877e.yaml'
- !include 'Bag All Player Cards 15bb07/Card Well Connected (3) 170127.yaml'
- !include 'Bag All Player Cards 15bb07/Card A Watchful Peace (3) (Taboo) 125f13.yaml'
- !include 'Bag All Player Cards 15bb07/Card Ace in the Hole (3) (Taboo) e5d5f0.yaml'
- !include 'Bag All Player Cards 15bb07/Card Hand of Fate 1ad931.yaml'
- !include 'Bag All Player Cards 15bb07/Card Parallel Fates 47bdba.yaml'
- !include 'Bag All Player Cards 15bb07/Card Ikiaq (3) 9d7d4a.yaml'
@ -678,7 +703,6 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Quick Thinking 99989c.yaml'
- !include 'Bag All Player Cards 15bb07/Card Dark Insight f08934.yaml'
- !include 'Bag All Player Cards 15bb07/Card Defiance (2) bf3dd1.yaml'
- !include 'Bag All Player Cards 15bb07/Card .35 Winchester (Taboo) 41e560.yaml'
- !include 'Bag All Player Cards 15bb07/Card Chuck Fergus (5) 0e72b6.yaml'
- !include 'Bag All Player Cards 15bb07/Card Physical Training (2) d708d9.yaml'
- !include 'Bag All Player Cards 15bb07/Card Occult Evidence 3586e6.yaml'
@ -705,7 +729,6 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Madame Labranche 1ee492.yaml'
- !include 'Bag All Player Cards 15bb07/Card In the Know (1) 7b42b6.yaml'
- !include 'Bag All Player Cards 15bb07/Card Occult Invocation 010509.yaml'
- !include 'Bag All Player Cards 15bb07/Card The Necronomicon (5) (Taboo) 9fa2a5.yaml'
- !include 'Bag All Player Cards 15bb07/Card .25 Automatic (2) 4425b5.yaml'
- !include 'Bag All Player Cards 15bb07/Card Peter Sylvestre ffdeb5.yaml'
- !include 'Bag All Player Cards 15bb07/Card Grotesque Statue (2) 6b2e97.yaml'
@ -753,14 +776,13 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Wither (4) f57a6f.yaml'
- !include 'Bag All Player Cards 15bb07/Card The Hungering Blade (1) 2d94ed.yaml'
- !include 'Bag All Player Cards 15bb07/Card Hypnotic Gaze (2) e2bc49.yaml'
- !include 'Bag All Player Cards 15bb07/Card Scrapper (3) (Taboo) fcffa3.yaml'
- !include 'Bag All Player Cards 15bb07/Card Hot Streak (2) f2508d.yaml'
- !include 'Bag All Player Cards 15bb07/Card Double or Nothing (Taboo) f98f6f.yaml'
- !include 'Bag All Player Cards 15bb07/Card Monster Slayer (5) e21854.yaml'
- !include 'Bag All Player Cards 15bb07/Card Justify the Means (3) 025ed2.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 Olive McBride 9683d0.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 Harmony Restored (2) 7885cf.yaml'
- !include 'Bag All Player Cards 15bb07/Card Glory 273584.yaml'
@ -846,7 +868,6 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Hypnotic Therapy 7f1b48.yaml'
- !include 'Bag All Player Cards 15bb07/Card Practice Makes Perfect 1ac667.yaml'
- !include 'Bag All Player Cards 15bb07/Card Lesson Learned (2) 037b2e.yaml'
- !include 'Bag All Player Cards 15bb07/Card Hallow (3) (Taboo) 3a85c4.yaml'
- !include 'Bag All Player Cards 15bb07/Card Surprising Find (1) ff59dd.yaml'
- !include 'Bag All Player Cards 15bb07/Card Tristan Botley (2) 1fd630.yaml'
- !include 'Bag All Player Cards 15bb07/Card Serpents of Yig 678391.yaml'
@ -879,7 +900,6 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Blood-Rite eafd12.yaml'
- !include 'Bag All Player Cards 15bb07/Card I''m done runnin''! d8a324.yaml'
- !include 'Bag All Player Cards 15bb07/Card Calling in Favors 9b9e8b.yaml'
- !include 'Bag All Player Cards 15bb07/Card Higher Education (3) (Taboo) 833501.yaml'
- !include 'Bag All Player Cards 15bb07/Card Tooth of Eztli c1a687.yaml'
- !include 'Bag All Player Cards 15bb07/Card .35 Winchester c32e40.yaml'
- !include 'Bag All Player Cards 15bb07/Card Summoned Nightgaunt cf96b9.yaml'
@ -895,8 +915,6 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Dream Diary (3) e5f9cb.yaml'
- !include 'Bag All Player Cards 15bb07/Card Unspeakable Oath (Bloodthirst) a5be8b.yaml'
- !include 'Bag All Player Cards 15bb07/Card First Aid (3) bc80ab.yaml'
- !include 'Bag All Player Cards 15bb07/Card Scroll of Secrets (Taboo) a2136a.yaml'
- !include 'Bag All Player Cards 15bb07/Card Scroll of Secrets (3) (Taboo) a2136a.yaml'
- !include 'Bag All Player Cards 15bb07/Card Hard Knocks (2) 15643b.yaml'
- !include 'Bag All Player Cards 15bb07/Card Slip Away cf1d4e.yaml'
- !include 'Bag All Player Cards 15bb07/Card Oops! 59d89b.yaml'
@ -915,13 +933,10 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Bait and Switch (3) f9a232.yaml'
- !include 'Bag All Player Cards 15bb07/Card Hard Knocks (4) 9565f0.yaml'
- !include 'Bag All Player Cards 15bb07/Card Scavenging 1b76c9.yaml'
- !include 'Bag All Player Cards 15bb07/Card Springfield M1903 (4) (Taboo) 21664c.yaml'
- !include 'Bag All Player Cards 15bb07/Card Scroll of Secrets (3) (Taboo) 5839e4.yaml'
- !include 'Bag All Player Cards 15bb07/Card Solemn Vow ef7c11.yaml'
- !include 'Bag All Player Cards 15bb07/Card Higher Education (3) d48b25.yaml'
- !include 'Bag All Player Cards 15bb07/Card Shrivelling (5) 7a33b2.yaml'
- !include 'Bag All Player Cards 15bb07/Card Dreaded End 1a94ad.yaml'
- !include 'Bag All Player Cards 15bb07/Card Key of Ys (5) (Taboo) 244d61.yaml'
- !include 'Bag All Player Cards 15bb07/Card Nightmare Bauble (3) d6f6f1.yaml'
- !include 'Bag All Player Cards 15bb07/Card Forewarned (1) c17f2c.yaml'
- !include 'Bag All Player Cards 15bb07/Card Banish (1) a00fca.yaml'
@ -930,7 +945,6 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Pet Oozeling 26398a.yaml'
- !include 'Bag All Player Cards 15bb07/Card Armageddon 3feff1.yaml'
- !include 'Bag All Player Cards 15bb07/Card Strange Solution (4) d96e4b.yaml'
- !include 'Bag All Player Cards 15bb07/Card Eucatastrophe (3) (Taboo) b2ccf8.yaml'
- !include 'Bag All Player Cards 15bb07/Card Suggestion (1) 0ec9bf.yaml'
- !include 'Bag All Player Cards 15bb07/Card Unexpected Courage acb83a.yaml'
- !include 'Bag All Player Cards 15bb07/Card Perseverance 0a390e.yaml'
@ -939,7 +953,6 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Nothing Left to Lose (3) f0389b.yaml'
- !include 'Bag All Player Cards 15bb07/Card Eat lead! a2c7ef.yaml'
- !include 'Bag All Player Cards 15bb07/Card Zeal 695bb7.yaml'
- !include 'Bag All Player Cards 15bb07/Card Flamethrower (5) (Taboo) 8f170b.yaml'
- !include 'Bag All Player Cards 15bb07/Card Recharge (2) e27b3c.yaml'
- !include 'Bag All Player Cards 15bb07/Card Combat Training (1) bd3ecc.yaml'
- !include 'Bag All Player Cards 15bb07/Card Directive 07e7bd.yaml'
@ -1071,6 +1084,7 @@ ContainedObjects:
- !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 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 Fend Off (3) 0c2449.yaml'
- !include 'Bag All Player Cards 15bb07/Card Join the Caravan (1) 6367dd.yaml'
@ -1135,6 +1149,9 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Preston Fairmont 5e6298.yaml'
- !include 'Bag All Player Cards 15bb07/Card Diana Stanley 32b091.yaml'
- !include 'Bag All Player Cards 15bb07/Card Zoey Samaras 98a0e1.yaml'
- !include 'Bag All Player Cards 15bb07/Card Zoey Samaras (Parallel) 98a0e2.yaml'
- !include 'Bag All Player Cards 15bb07/Card Zoey Samaras (Parallel Back) 98a0e4.yaml'
- !include 'Bag All Player Cards 15bb07/Card Zoey Samaras (Parallel Front) 98a0e3.yaml'
- !include 'Bag All Player Cards 15bb07/Card Jim Culver ca079b.yaml'
- !include 'Bag All Player Cards 15bb07/Card Joe Diamond 6dc626.yaml'
- !include 'Bag All Player Cards 15bb07/Card Agnes Baker (Parallel Back) 909f30.yaml'
@ -1215,6 +1232,7 @@ ContainedObjects:
- !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 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 Guard Dog 001ae8.yaml'
- !include 'Bag All Player Cards 15bb07/Card First Aid (3) 3c7eb1.yaml'
@ -1319,24 +1337,7 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Mob Enforcer b239d7.yaml'
- !include 'Bag All Player Cards 15bb07/Card Silver Twilight Acolyte 16a89d.yaml'
- !include 'Bag All Player Cards 15bb07/Card Paranoia c17498.yaml'
- !include 'Bag All Player Cards 15bb07/Card Black Market (2) (Taboo) 8e4d23.yaml'
- !include 'Bag All Player Cards 15bb07/Card Strange Solution (4) (Taboo) e95ddb.yaml'
- !include 'Bag All Player Cards 15bb07/Card Signum Crucis (2) (Taboo) 119880.yaml'
- !include 'Bag All Player Cards 15bb07/Card Rite of Equilibrium (5) (Taboo) d45a81.yaml'
- !include 'Bag All Player Cards 15bb07/Card Jewel of Aureolus (3) (Taboo) 213e21.yaml'
- !include 'Bag All Player Cards 15bb07/Card Flute of the Outer Gods (4) (Taboo) 669c4e.yaml'
- !include 'Bag All Player Cards 15bb07/Card Cyclopean Hammer (5) (Taboo) a39c3b.yaml'
- !include 'Bag All Player Cards 15bb07/Card Counterspell (2) (Taboo) 118264.yaml'
- !include 'Bag All Player Cards 15bb07/Card Eon Chart (1) (Taboo) 4d4ffb.yaml'
- !include "Bag All Player Cards 15bb07/Card Gen\xE9 Beauregard (3) (Taboo) ab32db.yaml"
- !include 'Bag All Player Cards 15bb07/Card Eon Chart (4) (Taboo) b925cf.yaml'
- !include 'Bag All Player Cards 15bb07/Card Jeremiah Kirby (Taboo) 71e4a0.yaml'
- !include 'Bag All Player Cards 15bb07/Card Ritual Candles (Taboo) e99e75.yaml'
- !include 'Bag All Player Cards 15bb07/Card Voice of Ra (Taboo) 77f7f3.yaml'
- !include 'Bag All Player Cards 15bb07/Card Dark Prophecy (Taboo) 94cdf6.yaml'
- !include 'Bag All Player Cards 15bb07/Card David Renfield (Taboo) 7a73c4.yaml'
- !include 'Bag All Player Cards 15bb07/Card Charlie Kane 95fb5e.yaml'
- !include 'Bag All Player Cards 15bb07/Card Crisis of Identity (Taboo) 55be9c.yaml'
- !include 'Bag All Player Cards 15bb07/Card Kymani Jones d3d7fb.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Summoned Servitor d187dd.yaml'
- !include 'Bag All Player Cards 15bb07/Card Vincent Lee 43ad8a.yaml'
@ -1364,13 +1365,9 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Selfless to a Fault 07dd55.yaml'
- !include 'Bag All Player Cards 15bb07/Card Wounded Bystander fb54d3.yaml'
- !include 'Bag All Player Cards 15bb07/Card Grappling Hook 09f1a2.yaml'
- !include 'Bag All Player Cards 15bb07/Card Mr. Rook (Taboo) 7fe728.yaml'
- !include 'Bag All Player Cards 15bb07/Card Darrell Simmons 5d3d67.yaml'
- !include 'Bag All Player Cards 15bb07/Card Kymani Jones 9a9830.yaml'
- !include 'Bag All Player Cards 15bb07/Card Prophesiae Profana (5) (Taboo) 3c2561.yaml'
- !include 'Bag All Player Cards 15bb07/Card Carson Sinclair dc96d1.yaml'
- !include 'Bag All Player Cards 15bb07/Card Lola Hayes (Taboo) 475460.yaml'
- !include 'Bag All Player Cards 15bb07/Card Mandy Thompson (Taboo) 754b0a.yaml'
- !include 'Bag All Player Cards 15bb07/Card Underprepared 709a54.yaml'
- !include 'Bag All Player Cards 15bb07/Card Ectoplasmic Horror 379582.yaml'
- !include 'Bag All Player Cards 15bb07/Card Pay Your Due 5b6c9f.yaml'
@ -1502,7 +1499,6 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Astronomical Atlas (3) 804397.yaml'
- !include 'Bag All Player Cards 15bb07/Card Ancestral Knowledge (3) 7b7d14.yaml'
- !include 'Bag All Player Cards 15bb07/Card Rex Murphy 4271cb.yaml'
- !include 'Bag All Player Cards 15bb07/Card Rex Murphy (Taboo) 9724b7.yaml'
- !include 'Bag All Player Cards 15bb07/Card Rex Murphy 9ba3f0.yaml'
- !include 'Bag All Player Cards 15bb07/Card Duke 876557.yaml'
- !include 'Bag All Player Cards 15bb07/Card Sophie 4f46ad.yaml'
@ -1539,6 +1535,120 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Agent Ari Quinn d61c6a.yaml'
- !include 'Bag All Player Cards 15bb07/Card Deck of Possibilities fefdfa.yaml'
- !include "Bag All Player Cards 15bb07/Card Isamara Ordo\xF1ez 860cd7.yaml"
- !include 'Bag All Player Cards 15bb07/Card Mandy Thompson (Taboo) 4f3637.yaml'
- !include 'Bag All Player Cards 15bb07/Card Trish Scarborough (Taboo) 2ce76d.yaml'
- !include 'Bag All Player Cards 15bb07/Card Lola Hayes (Taboo) 52956d.yaml'
- !include 'Bag All Player Cards 15bb07/Card Rex Murphy (Taboo) 0a5491.yaml'
- !include 'Bag All Player Cards 15bb07/Card Runic Axe Upgrade Sheet (Taboo) 4d729b.yaml'
- !include 'Bag All Player Cards 15bb07/Card Power Word Upgrade Sheet (Taboo) ebce85.yaml'
- !include 'Bag All Player Cards 15bb07/Card Prophesiae Profana (5) (Taboo) 957c32.yaml'
- !include 'Bag All Player Cards 15bb07/Card Daredevil (Taboo) cd1e54.yaml'
- !include 'Bag All Player Cards 15bb07/Card Burn After Reading (1) (Taboo) 2ced40.yaml'
- !include 'Bag All Player Cards 15bb07/Card Interrogate (Taboo) a6726e.yaml'
- !include 'Bag All Player Cards 15bb07/Card Quick Thinking (Taboo) 4a49ea.yaml'
- !include 'Bag All Player Cards 15bb07/Card Double or Nothing (Taboo) 9aa0de.yaml'
- !include 'Bag All Player Cards 15bb07/Card Shed a Light (Taboo) 44292c.yaml'
- !include 'Bag All Player Cards 15bb07/Card A Watchful Peace (3) (Taboo) 25b73a.yaml'
- !include 'Bag All Player Cards 15bb07/Card Cyclopean Hammer (5) (Taboo) 42336b.yaml'
- !include 'Bag All Player Cards 15bb07/Card Research Notes (Taboo) 085c08.yaml'
- !include 'Bag All Player Cards 15bb07/Card Ace in the Hole (3) (Taboo) e92f21.yaml'
- !include 'Bag All Player Cards 15bb07/Card Dark Prophecy (Taboo) 448db7.yaml'
- !include 'Bag All Player Cards 15bb07/Card .35 Winchester (Taboo) 22d821.yaml'
- !include 'Bag All Player Cards 15bb07/Card Knowledge is Power (Taboo) 0dd658.yaml'
- !include 'Bag All Player Cards 15bb07/Card Ancient Covenant (2) (Taboo) e01cc7.yaml'
- !include 'Bag All Player Cards 15bb07/Card Eucatastrophe (3) (Taboo) 8be540.yaml'
- !include 'Bag All Player Cards 15bb07/Card Voice of Ra (Taboo) b06042.yaml'
- !include 'Bag All Player Cards 15bb07/Card David Renfield (Taboo) 4c7c54.yaml'
- !include 'Bag All Player Cards 15bb07/Card Crisis of Identity (Taboo) 17cab7.yaml'
- !include 'Bag All Player Cards 15bb07/Card All In (5) (Taboo) 5db655.yaml'
- !include 'Bag All Player Cards 15bb07/Card Drawing Thin (Taboo) 49361a.yaml'
- !include 'Bag All Player Cards 15bb07/Card Sharpshooter (3) (Taboo) 77b1e7.yaml'
- !include 'Bag All Player Cards 15bb07/Card Runic Axe (Taboo) 3e3b99.yaml'
- !include 'Bag All Player Cards 15bb07/Card Flute of the Outer Gods (4) (Taboo) 453fd1.yaml'
- !include 'Bag All Player Cards 15bb07/Card The Necronomicon (5) (Taboo) 4b7a8e.yaml'
- !include 'Bag All Player Cards 15bb07/Card Elusive (Taboo) 3c046a.yaml'
- !include 'Bag All Player Cards 15bb07/Card Power Word (Taboo) dc1962.yaml'
- !include 'Bag All Player Cards 15bb07/Card Persuasion (Taboo) 821d99.yaml'
- !include 'Bag All Player Cards 15bb07/Card Scroll of Secrets (Taboo) b383b8.yaml'
- !include 'Bag All Player Cards 15bb07/Card Counterspell (2) (Taboo) 9c9177.yaml'
- !include 'Bag All Player Cards 15bb07/Card Eon Chart (1) (Taboo) 389610.yaml'
- !include 'Bag All Player Cards 15bb07/Card Ritual Candles (Taboo) 7dc746.yaml'
- !include 'Bag All Player Cards 15bb07/Card Telescopic Sight (3) (Taboo) 43cb9f.yaml'
- !include 'Bag All Player Cards 15bb07/Card Pathfinder (1) (Taboo) 305e37.yaml'
- !include 'Bag All Player Cards 15bb07/Card Key of Ys (5) (Taboo) 9451ee.yaml'
- !include 'Bag All Player Cards 15bb07/Card Dr. Milan Christopher (Taboo) 2a6fd1.yaml'
- !include 'Bag All Player Cards 15bb07/Card Black Market (2) (Taboo) 4d085b.yaml'
- !include 'Bag All Player Cards 15bb07/Card Signum Crucis (2) (Taboo) 750b7a.yaml'
- !include 'Bag All Player Cards 15bb07/Card Mr. Rook (Taboo) 522279.yaml'
- !include 'Bag All Player Cards 15bb07/Card Scroll of Secrets (3) (Taboo) c127f1.yaml'
- !include 'Bag All Player Cards 15bb07/Card Strange Solution (4) (Taboo) 1be7f1.yaml'
- !include 'Bag All Player Cards 15bb07/Card Rite of Equilibrium (5) (Taboo) 2286b4.yaml'
- !include 'Bag All Player Cards 15bb07/Card Jewel of Aureolus (3) (Taboo) 5f4d1c.yaml'
- !include 'Bag All Player Cards 15bb07/Card Jeremiah Kirby (Taboo) a03cd7.yaml'
- !include 'Bag All Player Cards 15bb07/Card Geared Up (Taboo) 83af5e.yaml'
- !include 'Bag All Player Cards 15bb07/Card Pendant of the Queen (Taboo) 02b9b9.yaml'
- !include 'Bag All Player Cards 15bb07/Card Delve Too Deep (Taboo) ca5603.yaml'
- !include "Bag All Player Cards 15bb07/Card Gen\xE9 Beauregard (3) (Taboo) d300bf.yaml"
- !include 'Bag All Player Cards 15bb07/Card Banish (1) (Taboo) 1a3b10.yaml'
- !include 'Bag All Player Cards 15bb07/Card Hypnotic Gaze (Taboo) 47d782.yaml'
- !include 'Bag All Player Cards 15bb07/Card Springfield M1903 (4) (Taboo) 23f8ec.yaml'
- !include 'Bag All Player Cards 15bb07/Card Flamethrower (5) (Taboo) 62ceb5.yaml'
- !include 'Bag All Player Cards 15bb07/Card Scroll of Secrets (3) (Taboo) 84a7df.yaml'
- !include 'Bag All Player Cards 15bb07/Card Three Aces (1) (Taboo) baa553.yaml'
- !include 'Bag All Player Cards 15bb07/Card Hallow (3) (Taboo) 175810.yaml'
- !include 'Bag All Player Cards 15bb07/Card Eon Chart (4) (Taboo) 41c449.yaml'
- !include 'Bag All Player Cards 15bb07/Card Sleight of Hand (Taboo) 0d84b2.yaml'
- !include 'Bag All Player Cards 15bb07/Card Long Shot dc8c4d.yaml'
- !include 'Bag All Player Cards 15bb07/Card Chemistry Set da9727.yaml'
- !include 'Bag All Player Cards 15bb07/Card Pushed to the Limit e0f396.yaml'
- !include 'Bag All Player Cards 15bb07/Card Uncanny Growth 6543e6.yaml'
- !include 'Bag All Player Cards 15bb07/Card Microscope 48be49.yaml'
- !include 'Bag All Player Cards 15bb07/Card Well-Funded 96fbfa.yaml'
- !include 'Bag All Player Cards 15bb07/Card Dr. Charles West III 72efed.yaml'
- !include 'Bag All Player Cards 15bb07/Card Ravenous Myconid 0aa967.yaml'
- !include 'Bag All Player Cards 15bb07/Card Stall for Time 7b6ed1.yaml'
- !include 'Bag All Player Cards 15bb07/Card Wrong Place, Right Time d5944e.yaml'
- !include 'Bag All Player Cards 15bb07/Card Sparrow Mask 975d79.yaml'
- !include 'Bag All Player Cards 15bb07/Card Pitchfork 45a724.yaml'
- !include 'Bag All Player Cards 15bb07/Card Jim''s Trumpet 7dfd5f.yaml'
- !include 'Bag All Player Cards 15bb07/Card Jim Culver (Parallel) 72bf31.yaml'
- !include 'Bag All Player Cards 15bb07/Card Jim Culver (Parallel Front) c5fc80.yaml'
- !include 'Bag All Player Cards 15bb07/Card Vengeful Shade 73bc8e.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/CardCustom The Beyond 37ab47.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 54eaa5.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 Wolf Mask 975d89.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 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 Occult Reliquary (3) acd0c2.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 Blackmail File de456d.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 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: ''
DragSelectable: true
GMNotes: ''
@ -1561,14 +1671,14 @@ Snap: true
Sticky: true
Tooltip: true
Transform:
posX: 78.0
posX: 78
posY: 0.96
posZ: 27.03
rotX: 0.0
rotY: 0.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 0
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 550820
ColorDiffuse:
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"60522\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Survivor\",\r\n
\ \"cost\": 2,\r\n \"level\": 2,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n
\ \"combatIcons\": 1,\r\n \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\":
3,\r\n \"type\": \"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n
\ \"cycle\": \"Investigator Packs\"\r\n}\r"
GMNotes: "{\n \"id\": \"60522\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"class\": \"Survivor\",\n \"cost\": 2,\n \"level\": 2,\n \"traits\": \"Item.
Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n \"agilityIcons\": 1,\n \"uses\":
[\n {\n \"count\": 3,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n
\ }\n ],\n \"cycle\": \"Investigator Packs\"\n}"
GUID: f8a977
Grid: true
GridProjection: false
@ -48,11 +48,11 @@ Transform:
posX: 9.0
posY: 3.87
posZ: -16.7
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 550803
ColorDiffuse:
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"60505\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Survivor\",\r\n
\ \"cost\": 3,\r\n \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n
\ \"combatIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 2,\r\n \"type\":
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"Investigator
Packs\"\r\n}\r"
GMNotes: "{\n \"id\": \"60505\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"class\": \"Survivor\",\n \"cost\": 3,\n \"level\": 0,\n \"traits\": \"Item.
Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n \"uses\": [\n {\n \"count\":
2,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
\"Investigator Packs\"\n}"
GUID: 101a41
Grid: true
GridProjection: false
@ -48,11 +48,11 @@ Transform:
posX: 8.97
posY: 4.76
posZ: -16.69
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 589404
ColorDiffuse:
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"07305\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n
\ \"cost\": 4,\r\n \"level\": 2,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n
\ \"combatIcons\": 1,\r\n \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\":
4,\r\n \"type\": \"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n
\ \"cycle\": \"The Innsmouth Conspiracy\"\r\n}\r"
GMNotes: "{\n \"id\": \"07305\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"class\": \"Rogue\",\n \"cost\": 4,\n \"level\": 2,\n \"traits\": \"Item.
Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n \"agilityIcons\": 1,\n \"uses\":
[\n {\n \"count\": 4,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n
\ }\n ],\n \"cycle\": \"The Innsmouth Conspiracy\"\n}"
GUID: 4425b5
Grid: true
GridProjection: false
@ -48,11 +48,11 @@ Transform:
posX: 9.13
posY: 5.59
posZ: -16.72
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 587219
ColorDiffuse:
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"07025\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n
\ \"cost\": 4,\r\n \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n
\ \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 4,\r\n \"type\":
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The
Innsmouth Conspiracy\"\r\n}\r"
GMNotes: "{\n \"id\": \"07025\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"class\": \"Rogue\",\n \"cost\": 4,\n \"level\": 0,\n \"traits\": \"Item.
Weapon. Firearm. Illicit.\",\n \"agilityIcons\": 1,\n \"uses\": [\n {\n \"count\":
4,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
\"The Innsmouth Conspiracy\"\n}"
GUID: a5087b
Grid: true
GridProjection: false
@ -48,11 +48,11 @@ Transform:
posX: 9.04
posY: 3.91
posZ: -16.7
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 440922
ColorDiffuse:
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"52001\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n
\ \"cost\": 2,\r\n \"level\": 2,\r\n \"traits\": \"Item. Weapon. Firearm.\",\r\n
\ \"combatIcons\": 2,\r\n \"uses\": [\r\n {\r\n \"count\": 6,\r\n \"type\":
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"Return
to the Path to Carcosa\"\r\n}\r"
GMNotes: "{\n \"id\": \"52001\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"class\": \"Guardian\",\n \"cost\": 2,\n \"level\": 2,\n \"traits\": \"Item.
Weapon. Firearm.\",\n \"combatIcons\": 2,\n \"uses\": [\n {\n \"count\":
6,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
\"Return to the Path to Carcosa\"\n}"
GUID: c026c9
Grid: true
GridProjection: false
@ -48,11 +48,11 @@ Transform:
posX: 9.14
posY: 3.73
posZ: -16.72
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 226328
ColorDiffuse:
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"03020\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n
\ \"cost\": 3,\r\n \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm.\",\r\n
\ \"combatIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 6,\r\n \"type\":
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The
Path to Carcosa\"\r\n}\r"
GMNotes: "{\n \"id\": \"03020\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"class\": \"Guardian\",\n \"cost\": 3,\n \"level\": 0,\n \"traits\": \"Item.
Weapon. Firearm.\",\n \"combatIcons\": 1,\n \"uses\": [\n {\n \"count\":
6,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
\"The Path to Carcosa\"\n}"
GUID: b0f851
Grid: true
GridProjection: false
@ -48,11 +48,11 @@ Transform:
posX: 8.97
posY: 3.76
posZ: -16.69
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -0,0 +1,57 @@
AltLookAngle:
x: 0
y: 0
z: 0
Autoraise: true
CardID: 301
ColorDiffuse:
b: 0.71324
g: 0.71324
r: 0.71324
CustomDeck:
'3':
BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/2115061845812962486/A68B8BF7E4862F21369DAC4A37D813EC664EAC34/
NumHeight: 6
NumWidth: 10
Type: 0
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\n \"id\": \"06195-t\",\n \"type\": \"Asset\",\n \"class\": \"Guardian\",\n
\ \"cost\": 4,\n \"level\": 0,\n \"traits\": \"Item. Weapon. Firearm.\",\n \"agilityIcons\":
1,\n \"uses\": [\n {\n \"count\": 5,\n \"type\": \"Ammo\",\n \"token\":
\"resource\"\n }\n ],\n \"cycle\": \"The Dream-Eaters\"\n}"
GUID: 22d821
Grid: true
GridProjection: false
Hands: true
HideWhenFaceDown: true
IgnoreFoW: false
LayoutGroupSortIndex: 0
Locked: false
LuaScript: ''
LuaScriptState: ''
MeasureMovement: false
Name: Card
Nickname: .35 Winchester (Taboo)
SidewaysCard: false
Snap: true
Sticky: true
Tags:
- Asset
- PlayerCard
Tooltip: true
Transform:
posX: -13.42
posY: 3.45
posZ: -31.51
rotX: 0
rotY: 180
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,58 +0,0 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 450624
ColorDiffuse:
b: 0.71324
g: 0.71324
r: 0.71324
CustomDeck:
'4506':
BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/
NumHeight: 7
NumWidth: 10
Type: 0
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"06195-t\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n
\ \"cost\": 4,\r\n \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm.\",\r\n
\ \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 5,\r\n \"type\":
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The
Dream-Eaters\"\r\n}\r"
GUID: 41e560
Grid: true
GridProjection: false
Hands: true
HideWhenFaceDown: true
IgnoreFoW: false
LayoutGroupSortIndex: 0
Locked: false
LuaScript: ''
LuaScriptState: ''
MeasureMovement: false
Name: Card
Nickname: .35 Winchester (Taboo)
SidewaysCard: false
Snap: true
Sticky: true
Tags:
- Asset
- PlayerCard
Tooltip: true
Transform:
posX: 9.13
posY: 5.1
posZ: -16.72
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 583200
ColorDiffuse:
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"06195\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n
\ \"cost\": 4,\r\n \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm.\",\r\n
\ \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 5,\r\n \"type\":
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The
Dream-Eaters\"\r\n}\r"
GMNotes: "{\n \"id\": \"06195\",\n \"type\": \"Asset\",\n \"slot\": \"Hand x2\",\n
\ \"class\": \"Guardian\",\n \"cost\": 4,\n \"level\": 0,\n \"traits\": \"Item.
Weapon. Firearm.\",\n \"agilityIcons\": 1,\n \"uses\": [\n {\n \"count\":
5,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
\"The Dream-Eaters\"\n}"
GUID: c32e40
Grid: true
GridProjection: false
@ -48,11 +48,11 @@ Transform:
posX: 9.15
posY: 4.16
posZ: -16.73
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 315248
ColorDiffuse:
@ -19,12 +19,12 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"03234\",\r\n \"alternate_ids\": [\r\n \"01688\"\r\n
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n \"cost\": 3,\r\n
\ \"level\": 2,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n \"combatIcons\":
1,\r\n \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n
\ \"type\": \"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n
\ \"cycle\": \"The Path to Carcosa\"\r\n}\r"
GMNotes: "{\n \"id\": \"03234\",\n \"alternate_ids\": [\n \"01688\"\n ],\n \"type\":
\"Asset\",\n \"slot\": \"Hand\",\n \"class\": \"Rogue\",\n \"cost\": 3,\n \"level\":
2,\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n
\ \"agilityIcons\": 1,\n \"uses\": [\n {\n \"count\": 3,\n \"type\":
\"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\": \"The Path to
Carcosa\"\n}"
GUID: f57af7
Grid: true
GridProjection: false
@ -49,11 +49,11 @@ Transform:
posX: 29.34
posY: 3.37
posZ: -54.31
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 368628
ColorDiffuse:
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"01047\",\r\n \"alternate_ids\": [\r\n \"01547\"\r\n
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n \"cost\": 3,\r\n
\ \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n \"combatIcons\":
1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n \"type\": \"Ammo\",\r\n
\ \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"Core\"\r\n}\r"
GMNotes: "{\n \"id\": \"01047\",\n \"alternate_ids\": [\n \"01547\"\n ],\n \"type\":
\"Asset\",\n \"slot\": \"Hand\",\n \"class\": \"Rogue\",\n \"cost\": 3,\n \"level\":
0,\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n
\ \"uses\": [\n {\n \"count\": 3,\n \"type\": \"Ammo\",\n \"token\":
\"resource\"\n }\n ],\n \"cycle\": \"Core\"\n}"
GUID: fe2db3
Grid: true
GridProjection: false
@ -48,11 +48,11 @@ Transform:
posX: 29.34
posY: 3.37
posZ: -54.31
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 226347
ColorDiffuse:
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"03190\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n
\ \"cost\": 4,\r\n \"level\": 2,\r\n \"traits\": \"Item. Weapon. Firearm.\",\r\n
\ \"combatIcons\": 1,\r\n \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\":
4,\r\n \"type\": \"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n
\ \"cycle\": \"The Path to Carcosa\"\r\n}\r"
GMNotes: "{\n \"id\": \"03190\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"class\": \"Guardian\",\n \"cost\": 4,\n \"level\": 2,\n \"traits\": \"Item.
Weapon. Firearm.\",\n \"combatIcons\": 1,\n \"agilityIcons\": 1,\n \"uses\":
[\n {\n \"count\": 4,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n
\ }\n ],\n \"cycle\": \"The Path to Carcosa\"\n}"
GUID: fe0cc0
Grid: true
GridProjection: false
@ -48,11 +48,11 @@ Transform:
posX: 9.14
posY: 3.68
posZ: -16.73
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 226330
ColorDiffuse:
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"01016\",\r\n \"alternate_ids\": [\r\n \"01516\"\r\n
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n \"cost\": 4,\r\n
\ \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm.\",\r\n \"agilityIcons\":
1,\r\n \"uses\": [\r\n {\r\n \"count\": 4,\r\n \"type\": \"Ammo\",\r\n
\ \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"Core\"\r\n}\r"
GMNotes: "{\n \"id\": \"01016\",\n \"alternate_ids\": [\n \"01516\"\n ],\n \"type\":
\"Asset\",\n \"slot\": \"Hand\",\n \"class\": \"Guardian\",\n \"cost\": 4,\n
\ \"level\": 0,\n \"traits\": \"Item. Weapon. Firearm.\",\n \"agilityIcons\":
1,\n \"uses\": [\n {\n \"count\": 4,\n \"type\": \"Ammo\",\n \"token\":
\"resource\"\n }\n ],\n \"cycle\": \"Core\"\n}"
GUID: 12660b
Grid: true
GridProjection: false
@ -48,11 +48,11 @@ Transform:
posX: 19.45
posY: 3.37
posZ: -56.62
rotX: 359.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 359
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 292813
ColorDiffuse:
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false
Description: Guardian
DragSelectable: true
GMNotes: "{\r\n \"id\": \"05186\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n
\ \"cost\": 6,\r\n \"level\": 3,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n
\ \"combatIcons\": 2,\r\n \"uses\": [\r\n {\r\n \"count\": 5,\r\n \"type\":
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The
Circle Undone\"\r\n}\r"
GMNotes: "{\n \"id\": \"05186\",\n \"type\": \"Asset\",\n \"slot\": \"Hand x2\",\n
\ \"class\": \"Guardian\",\n \"cost\": 6,\n \"level\": 3,\n \"traits\": \"Item.
Weapon. Firearm. Illicit.\",\n \"combatIcons\": 2,\n \"uses\": [\n {\n \"count\":
5,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
\"The Circle Undone\"\n}"
GUID: b492cb
Grid: true
GridProjection: false
@ -48,11 +48,11 @@ Transform:
posX: 9.16
posY: 3.9
posZ: -16.73
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 292915
ColorDiffuse:
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false
Description: Rogue
DragSelectable: true
GMNotes: "{\r\n \"id\": \"05187\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n
\ \"cost\": 5,\r\n \"level\": 3,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n
\ \"combatIcons\": 1,\r\n \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\":
5,\r\n \"type\": \"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n
\ \"cycle\": \"The Circle Undone\"\r\n}\r"
GMNotes: "{\n \"id\": \"05187\",\n \"type\": \"Asset\",\n \"slot\": \"Hand x2\",\n
\ \"class\": \"Rogue\",\n \"cost\": 5,\n \"level\": 3,\n \"traits\": \"Item.
Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n \"agilityIcons\": 1,\n \"uses\":
[\n {\n \"count\": 5,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n
\ }\n ],\n \"cycle\": \"The Circle Undone\"\n}"
GUID: d4dbc7
Grid: true
GridProjection: false
@ -48,11 +48,11 @@ Transform:
posX: 9.03
posY: 3.85
posZ: -16.7
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 277608
ColorDiffuse:
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"05115\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian|Rogue\",\r\n
\ \"cost\": 6,\r\n \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n
\ \"combatIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 5,\r\n \"type\":
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The
Circle Undone\"\r\n}\r"
GMNotes: "{\n \"id\": \"05115\",\n \"type\": \"Asset\",\n \"slot\": \"Hand x2\",\n
\ \"class\": \"Guardian|Rogue\",\n \"cost\": 6,\n \"level\": 0,\n \"traits\":
\"Item. Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n \"uses\": [\n {\n
\ \"count\": 5,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n
\ }\n ],\n \"cycle\": \"The Circle Undone\"\n}"
GUID: 2c6509
Grid: true
GridProjection: false
@ -48,11 +48,11 @@ Transform:
posX: 8.97
posY: 5.35
posZ: -16.69
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 379038
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"08048\",\r\n \"type\": \"Event\",\r\n \"class\": \"Rogue\",\r\n
\ \"cost\": 2,\r\n \"level\": 0,\r\n \"traits\": \"Fortune. Gambit.\",\r\n \"combatIcons\":
1,\r\n \"agilityIcons\": 1,\r\n \"cycle\": \"Edge of the Earth\"\r\n}\r"
GMNotes: "{\n \"id\": \"08048\",\n \"type\": \"Event\",\n \"class\": \"Rogue\",\n
\ \"cost\": 2,\n \"level\": 0,\n \"traits\": \"Fortune. Gambit.\",\n \"combatIcons\":
1,\n \"agilityIcons\": 1,\n \"cycle\": \"Edge of the Earth\"\n}"
GUID: 5210c2
Grid: true
GridProjection: false
@ -45,11 +45,11 @@ Transform:
posX: 9.2
posY: 2.07
posZ: -16.74
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 368844
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"03238\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n
\ \"level\": 2,\r\n \"traits\": \"Fortune.\",\r\n \"willpowerIcons\": 1,\r\n \"intellectIcons\":
1,\r\n \"cycle\": \"The Path to Carcosa\"\r\n}\r"
GMNotes: "{\n \"id\": \"03238\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"level\": 2,\n \"traits\": \"Fortune.\",\n \"willpowerIcons\": 1,\n \"intellectIcons\":
1,\n \"cycle\": \"The Path to Carcosa\"\n}"
GUID: 0edef1
Grid: true
GridProjection: false
@ -45,11 +45,11 @@ Transform:
posX: 9.0
posY: 3.71
posZ: -16.69
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 368812
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"02270\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n
\ \"cost\": 1,\r\n \"level\": 0,\r\n \"traits\": \"Fortune.\",\r\n \"willpowerIcons\":
1,\r\n \"intellectIcons\": 1,\r\n \"cycle\": \"The Dunwich Legacy\"\r\n}\r"
GMNotes: "{\n \"id\": \"02270\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 1,\n \"level\": 0,\n \"traits\": \"Fortune.\",\n \"willpowerIcons\":
1,\n \"intellectIcons\": 1,\n \"cycle\": \"The Dunwich Legacy\"\n}"
GUID: 3f3488
Grid: true
GridProjection: false
@ -45,11 +45,11 @@ Transform:
posX: 9.01
posY: 3.72
posZ: -16.7
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 447733
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"06245\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n
\ \"cost\": 1,\r\n \"level\": 0,\r\n \"traits\": \"Blessed. Fortune.\",\r\n \"wildIcons\":
1,\r\n \"cycle\": \"The Dream-Eaters\"\r\n}\r"
GMNotes: "{\n \"id\": \"06245\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 1,\n \"level\": 0,\n \"traits\": \"Blessed. Fortune.\",\n \"wildIcons\":
1,\n \"cycle\": \"The Dream-Eaters\"\n}"
GUID: f21109
Grid: true
GridProjection: false
@ -45,11 +45,11 @@ Transform:
posX: 9.04
posY: 3.93
posZ: -16.7
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 368837
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"03156\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n
\ \"cost\": 1,\r\n \"level\": 1,\r\n \"traits\": \"Spirit.\",\r\n \"willpowerIcons\":
1,\r\n \"cycle\": \"The Path to Carcosa\"\r\n}\r"
GMNotes: "{\n \"id\": \"03156\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 1,\n \"level\": 1,\n \"traits\": \"Spirit.\",\n \"willpowerIcons\":
1,\n \"cycle\": \"The Path to Carcosa\"\n}"
GUID: 4cfcc7
Grid: true
GridProjection: false
@ -45,11 +45,11 @@ Transform:
posX: 78.51
posY: 1.06
posZ: 27.14
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 550821
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"60523\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n
\ \"cost\": 0,\r\n \"level\": 2,\r\n \"traits\": \"Spirit.\",\r\n \"willpowerIcons\":
1,\r\n \"cycle\": \"Investigator Packs\"\r\n}\r"
GMNotes: "{\n \"id\": \"60523\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 0,\n \"level\": 2,\n \"traits\": \"Spirit.\",\n \"willpowerIcons\":
1,\n \"cycle\": \"Investigator Packs\"\n}"
GUID: 71a760
Grid: true
GridProjection: false
@ -45,11 +45,11 @@ Transform:
posX: 78.51
posY: 1.06
posZ: 27.14
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 550811
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"60513\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n
\ \"cost\": 1,\r\n \"level\": 0,\r\n \"traits\": \"Spirit.\",\r\n \"willpowerIcons\":
1,\r\n \"cycle\": \"Investigator Packs\"\r\n}\r"
GMNotes: "{\n \"id\": \"60513\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 1,\n \"level\": 0,\n \"traits\": \"Spirit.\",\n \"willpowerIcons\":
1,\n \"cycle\": \"Investigator Packs\"\n}"
GUID: 48e516
Grid: true
GridProjection: false
@ -45,11 +45,11 @@ Transform:
posX: 78.51
posY: 1.06
posZ: 27.14
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,55 +0,0 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 585500
ColorDiffuse:
b: 0.71324
g: 0.71324
r: 0.71324
CustomDeck:
'5855':
BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1697277388086984548/E61F3E847797C2C9231829611E0D92BA6376FA67/
NumHeight: 4
NumWidth: 4
Type: 0
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"07269-t\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n
\ \"cost\": 1,\r\n \"level\": 3,\r\n \"traits\": \"Spirit. Blessed.\",\r\n \"willpowerIcons\":
2,\r\n \"cycle\": \"The Innsmouth Conspiracy\"\r\n}\r"
GUID: 125f13
Grid: true
GridProjection: false
Hands: true
HideWhenFaceDown: true
IgnoreFoW: false
LayoutGroupSortIndex: 0
Locked: false
LuaScript: ''
LuaScriptState: ''
MeasureMovement: false
Name: Card
Nickname: A Watchful Peace (3) (Taboo)
SidewaysCard: false
Snap: true
Sticky: true
Tags:
- PlayerCard
Tooltip: true
Transform:
posX: 9.12
posY: 3.88
posZ: -16.72
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -0,0 +1,55 @@
AltLookAngle:
x: 0
y: 0
z: 0
Autoraise: true
CardID: 332
ColorDiffuse:
b: 0.71324
g: 0.71324
r: 0.71324
CustomDeck:
'3':
BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/2115061845812962486/A68B8BF7E4862F21369DAC4A37D813EC664EAC34/
NumHeight: 6
NumWidth: 10
Type: 0
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\n \"id\": \"07269-t\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 1,\n \"level\": 3,\n \"traits\": \"Spirit. Blessed.\",\n \"willpowerIcons\":
2,\n \"cycle\": \"The Innsmouth Conspiracy\"\n}"
GUID: 25b73a
Grid: true
GridProjection: false
Hands: true
HideWhenFaceDown: true
IgnoreFoW: false
LayoutGroupSortIndex: 0
Locked: false
LuaScript: ''
LuaScriptState: ''
MeasureMovement: false
Name: Card
Nickname: A Watchful Peace (3) (Taboo)
SidewaysCard: false
Snap: true
Sticky: true
Tags:
- PlayerCard
Tooltip: true
Transform:
posX: -13.42
posY: 3.45
posZ: -45.05
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 449608
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"07269\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n
\ \"cost\": 1,\r\n \"level\": 3,\r\n \"traits\": \"Spirit. Blessed.\",\r\n \"willpowerIcons\":
2,\r\n \"cycle\": \"The Innsmouth Conspiracy\"\r\n}\r"
GMNotes: "{\n \"id\": \"07269\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 1,\n \"level\": 3,\n \"traits\": \"Spirit. Blessed.\",\n \"willpowerIcons\":
2,\n \"cycle\": \"The Innsmouth Conspiracy\"\n}"
GUID: '176836'
Grid: true
GridProjection: false
@ -45,11 +45,11 @@ Transform:
posX: 8.97
posY: 3.71
posZ: -16.69
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 587214
ColorDiffuse:
@ -19,9 +19,8 @@ CustomDeck:
UniqueBack: false
Description: Weakness
DragSelectable: true
GMNotes: "{\r\n \"id\": \"01515\",\r\n \"type\": \"Treachery\",\r\n \"class\":
\"Neutral\",\r\n \"traits\": \"Madness.\",\r\n \"weakness\": true,\r\n \"cycle\":
\"Core\"\r\n}\r"
GMNotes: "{\n \"id\": \"01515\",\n \"type\": \"Treachery\",\n \"class\": \"Neutral\",\n
\ \"traits\": \"Madness.\",\n \"weakness\": true,\n \"cycle\": \"Core\"\n}"
GUID: 35a7e9
Grid: true
GridProjection: false
@ -45,11 +44,11 @@ Transform:
posX: 47.53
posY: 1.99
posZ: -99.22
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 375129
ColorDiffuse:
@ -19,9 +19,8 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"01015\",\r\n \"type\": \"Treachery\",\r\n \"class\":
\"Neutral\",\r\n \"traits\": \"Madness.\",\r\n \"weakness\": true,\r\n \"cycle\":
\"Core\"\r\n}\r"
GMNotes: "{\n \"id\": \"01015\",\n \"type\": \"Treachery\",\n \"class\": \"Neutral\",\n
\ \"traits\": \"Madness.\",\n \"weakness\": true,\n \"cycle\": \"Core\"\n}"
GUID: 79b4af
Grid: true
GridProjection: false
@ -45,11 +44,11 @@ Transform:
posX: 8.99
posY: 3.79
posZ: -16.69
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 536002
ColorDiffuse:
@ -19,9 +19,8 @@ CustomDeck:
UniqueBack: false
Description: Advanced
DragSelectable: true
GMNotes: "{\r\n \"id\": \"90040\",\r\n \"type\": \"Treachery\",\r\n \"class\":
\"Neutral\",\r\n \"traits\": \"Madness.\",\r\n \"weakness\": true,\r\n \"cycle\":
\"Standalone\"\r\n}\r"
GMNotes: "{\n \"id\": \"90040\",\n \"type\": \"Treachery\",\n \"class\": \"Neutral\",\n
\ \"traits\": \"Madness.\",\n \"weakness\": true,\n \"cycle\": \"Standalone\"\n}"
GUID: 89fe92
Grid: true
GridProjection: false
@ -45,11 +44,11 @@ Transform:
posX: 78.69
posY: 3.33
posZ: 7.65
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 4000
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: Ally. Believer.
DragSelectable: true
GMNotes: "{\r\n \"id\": \"82022\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n
\ \"cost\": 4,\r\n \"traits\": \"Ally. Believer.\",\r\n \"willpowerIcons\": 1,\r\n
\ \"intellectIcons\": 1,\r\n \"wildIcons\": 1,\r\n \"cycle\": \"Standalone\"\r\n}\r"
GMNotes: "{\n \"id\": \"82022\",\n \"type\": \"Asset\",\n \"class\": \"Neutral\",\n
\ \"cost\": 4,\n \"traits\": \"Ally. Believer.\",\n \"willpowerIcons\": 1,\n \"intellectIcons\":
1,\n \"wildIcons\": 1,\n \"cycle\": \"Standalone\"\n}"
GUID: a4b514
Grid: true
GridProjection: false
@ -46,11 +46,11 @@ Transform:
posX: 8.97
posY: 5.18
posZ: -16.69
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 448839
ColorDiffuse:
@ -19,9 +19,10 @@ CustomDeck:
UniqueBack: false
Description: Library Intern
DragSelectable: true
GMNotes: "{\r\n \"id\": \"06324\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n
\ \"cost\": 3,\r\n \"level\": 4,\r\n \"traits\": \"Ally. Miskatonic.\",\r\n \"intellectIcons\":
1,\r\n \"agilityIcons\": 1,\r\n \"cycle\": \"The Dream-Eaters\"\r\n}\r"
GMNotes: "{\n \"id\": \"06324\",\n \"type\": \"Asset\",\n \"slot\": \"Ally\",\n
\ \"class\": \"Seeker\",\n \"cost\": 3,\n \"level\": 4,\n \"traits\": \"Ally.
Miskatonic.\",\n \"intellectIcons\": 1,\n \"agilityIcons\": 1,\n \"cycle\": \"The
Dream-Eaters\"\n}"
GUID: 97e9ce
Grid: true
GridProjection: false
@ -46,11 +47,11 @@ Transform:
posX: 9.13
posY: 5.55
posZ: -16.72
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 274606
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"05038\",\r\n \"type\": \"Skill\",\r\n \"class\": \"Survivor\",\r\n
\ \"level\": 0,\r\n \"traits\": \"Innate.\",\r\n \"combatIcons\": 1,\r\n \"agilityIcons\":
1,\r\n \"cycle\": \"The Circle Undone\"\r\n}\r"
GMNotes: "{\n \"id\": \"05038\",\n \"type\": \"Skill\",\n \"class\": \"Survivor\",\n
\ \"level\": 0,\n \"traits\": \"Innate.\",\n \"combatIcons\": 1,\n \"agilityIcons\":
1,\n \"cycle\": \"The Circle Undone\"\n}"
GUID: '051742'
Grid: true
GridProjection: false
@ -45,11 +45,11 @@ Transform:
posX: 9.13
posY: 3.79
posZ: -16.72
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 232107
ColorDiffuse:
@ -19,9 +19,10 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"07159\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n
\ \"cost\": 2,\r\n \"level\": 2,\r\n \"traits\": \"Item. Tome.\",\r\n \"intellectIcons\":
1,\r\n \"combatIcons\": 1,\r\n \"cycle\": \"The Innsmouth Conspiracy\"\r\n}\r"
GMNotes: "{\n \"id\": \"07159\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"class\": \"Mystic\",\n \"cost\": 2,\n \"level\": 2,\n \"traits\": \"Item.
Tome.\",\n \"intellectIcons\": 1,\n \"combatIcons\": 1,\n \"cycle\": \"The Innsmouth
Conspiracy\"\n}"
GUID: a2d392
Grid: true
GridProjection: false
@ -46,11 +47,11 @@ Transform:
posX: 9.1
posY: 3.68
posZ: -16.71
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 537608
ColorDiffuse:
@ -19,9 +19,8 @@ CustomDeck:
UniqueBack: false
Description: Weakness
DragSelectable: true
GMNotes: "{\r\n \"id\": \"04041\",\r\n \"type\": \"Treachery\",\r\n \"class\":
\"Neutral\",\r\n \"traits\": \"Curse.\",\r\n \"weakness\": true,\r\n \"cycle\":
\"The Forgotten Age\"\r\n}\r"
GMNotes: "{\n \"id\": \"04041\",\n \"type\": \"Treachery\",\n \"class\": \"Neutral\",\n
\ \"traits\": \"Curse.\",\n \"weakness\": true,\n \"cycle\": \"The Forgotten Age\"\n}"
GUID: 85e7d9
Grid: true
GridProjection: false
@ -45,11 +44,11 @@ Transform:
posX: 8.97
posY: 4.21
posZ: -16.69
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 583332
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: Basic Weakness
DragSelectable: true
GMNotes: "{\r\n \"id\": \"07038\",\r\n \"type\": \"Enemy\",\r\n \"class\": \"Neutral\",\r\n
\ \"traits\": \"Humanoid. Cultist. Cursed.\",\r\n \"weakness\": true,\r\n \"basicWeaknessCount\":
2,\r\n \"cycle\": \"The Innsmouth Conspiracy\"\r\n}\r"
GMNotes: "{\n \"id\": \"07038\",\n \"type\": \"Enemy\",\n \"class\": \"Neutral\",\n
\ \"traits\": \"Humanoid. Cultist. Cursed.\",\n \"weakness\": true,\n \"basicWeaknessCount\":
2,\n \"cycle\": \"The Innsmouth Conspiracy\"\n}"
GUID: ef91a9
Grid: true
GridProjection: false
@ -45,11 +45,11 @@ Transform:
posX: 9.01
posY: 3.74
posZ: -16.7
rotX: 1.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 1
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,28 +1,28 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 450617
CardID: 321
ColorDiffuse:
b: 0.71324
g: 0.71324
r: 0.71324
CustomDeck:
'4506':
'3':
BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/
NumHeight: 7
FaceURL: http://cloud-3.steamusercontent.com/ugc/2115061845812962486/A68B8BF7E4862F21369DAC4A37D813EC664EAC34/
NumHeight: 6
NumWidth: 10
Type: 0
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"02266-t\",\r\n \"type\": \"Event\",\r\n \"class\": \"Rogue\",\r\n
\ \"cost\": 0,\r\n \"level\": 3,\r\n \"traits\": \"Trick.\",\r\n \"cycle\": \"The
Dunwich Legacy\"\r\n}\r"
GUID: e5d5f0
GMNotes: "{\n \"id\": \"02266-t\",\n \"type\": \"Event\",\n \"class\": \"Rogue\",\n
\ \"cost\": 0,\n \"level\": 3,\n \"traits\": \"Trick.\",\n \"cycle\": \"The Dunwich
Legacy\"\n}"
GUID: e92f21
Grid: true
GridProjection: false
Hands: true
@ -42,14 +42,14 @@ Tags:
- PlayerCard
Tooltip: true
Transform:
posX: 9.13
posY: 3.9
posZ: -16.72
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
posX: -19.75
posY: 3.45
posZ: -54.08
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 315252
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"02266\",\r\n \"type\": \"Event\",\r\n \"class\": \"Rogue\",\r\n
\ \"cost\": 0,\r\n \"level\": 3,\r\n \"traits\": \"Trick.\",\r\n \"cycle\": \"The
Dunwich Legacy\"\r\n}\r"
GMNotes: "{\n \"id\": \"02266\",\n \"type\": \"Event\",\n \"class\": \"Rogue\",\n
\ \"cost\": 0,\n \"level\": 3,\n \"traits\": \"Trick.\",\n \"cycle\": \"The Dunwich
Legacy\"\n}"
GUID: 074858
Grid: true
GridProjection: false
@ -45,11 +45,11 @@ Transform:
posX: 9.13
posY: 4.01
posZ: -16.72
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 318703
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: The Fateful Step
DragSelectable: true
GMNotes: "{\r\n \"id\": \"05040\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n
\ \"cost\": 3,\r\n \"level\": 1,\r\n \"traits\": \"Tarot.\",\r\n \"cycle\": \"The
Circle Undone\"\r\n}\r"
GMNotes: "{\n \"id\": \"05040\",\n \"type\": \"Asset\",\n \"slot\": \"Tarot\",\n
\ \"class\": \"Neutral\",\n \"cost\": 3,\n \"level\": 1,\n \"traits\": \"Tarot.\",\n
\ \"cycle\": \"The Circle Undone\"\n}"
GUID: 52a677
Grid: true
GridProjection: false
@ -46,11 +46,11 @@ Transform:
posX: 8.97
posY: 5.27
posZ: -16.69
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 431009
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: Let Your Arrow Fly True
DragSelectable: true
GMNotes: "{\r\n \"id\": \"05023\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n
\ \"cost\": 3,\r\n \"level\": 1,\r\n \"traits\": \"Tarot.\",\r\n \"cycle\": \"The
Circle Undone\"\r\n}\r"
GMNotes: "{\n \"id\": \"05023\",\n \"type\": \"Asset\",\n \"slot\": \"Tarot\",\n
\ \"class\": \"Guardian\",\n \"cost\": 3,\n \"level\": 1,\n \"traits\": \"Tarot.\",\n
\ \"cycle\": \"The Circle Undone\"\n}"
GUID: c4d436
Grid: true
GridProjection: false
@ -46,11 +46,11 @@ Transform:
posX: 8.97
posY: 4.18
posZ: -16.69
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 232941
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: Madness.
DragSelectable: true
GMNotes: "{\r\n \"id\": \"02178\",\r\n \"type\": \"Treachery\",\r\n \"class\":
\"Neutral\",\r\n \"cost\": 0,\r\n \"traits\": \"Madness.\",\r\n \"weakness\":
true,\r\n \"cycle\": \"The Dunwich Legacy\"\r\n}\r"
GMNotes: "{\n \"id\": \"02178\",\n \"type\": \"Treachery\",\n \"class\": \"Neutral\",\n
\ \"cost\": 0,\n \"traits\": \"Madness.\",\n \"weakness\": true,\n \"cycle\":
\"The Dunwich Legacy\"\n}"
GUID: fb943f
Grid: true
GridProjection: false
@ -45,11 +45,11 @@ Transform:
posX: 9.04
posY: 3.93
posZ: -16.7
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 274607
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"05037\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n
\ \"cost\": 0,\r\n \"level\": 0,\r\n \"traits\": \"Tactic. Gambit.\",\r\n \"combatIcons\":
2,\r\n \"cycle\": \"The Circle Undone\"\r\n}\r"
GMNotes: "{\n \"id\": \"05037\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 0,\n \"level\": 0,\n \"traits\": \"Tactic. Gambit.\",\n \"combatIcons\":
2,\n \"cycle\": \"The Circle Undone\"\n}"
GUID: 0bea17
Grid: true
GridProjection: false
@ -45,11 +45,11 @@ Transform:
posX: 9.02
posY: 4.0
posZ: -16.7
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 315232
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"02110\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n
\ \"level\": 1,\r\n \"traits\": \"Talent.\",\r\n \"permanent\": true,\r\n \"cycle\":
\"The Dunwich Legacy\"\r\n}\r"
GMNotes: "{\n \"id\": \"02110\",\n \"type\": \"Asset\",\n \"class\": \"Rogue\",\n
\ \"level\": 1,\n \"traits\": \"Talent.\",\n \"permanent\": true,\n \"cycle\":
\"The Dunwich Legacy\"\n}"
GUID: 731d2a
Grid: true
GridProjection: false
@ -46,11 +46,11 @@ Transform:
posX: 9.14
posY: 3.68
posZ: -16.72
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 368850
ColorDiffuse:
@ -19,10 +19,10 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"04202\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n
\ \"cost\": 2,\r\n \"level\": 2,\r\n \"traits\": \"Spirit.\",\r\n \"willpowerIcons\":
1,\r\n \"combatIcons\": 1,\r\n \"agilityIcons\": 1,\r\n \"cycle\": \"The Forgotten
Age\"\r\n}\r"
GMNotes: "{\n \"id\": \"04202\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 2,\n \"level\": 2,\n \"traits\": \"Spirit.\",\n \"willpowerIcons\":
1,\n \"combatIcons\": 1,\n \"agilityIcons\": 1,\n \"cycle\": \"The Forgotten
Age\"\n}"
GUID: c077bf
Grid: true
GridProjection: false
@ -46,11 +46,11 @@ Transform:
posX: 9.14
posY: 3.7
posZ: -16.72
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 378618
ColorDiffuse:
@ -19,10 +19,10 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"05274\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n
\ \"cost\": 7,\r\n \"level\": 5,\r\n \"traits\": \"Ally. Agency.\",\r\n \"willpowerIcons\":
1,\r\n \"intellectIcons\": 1,\r\n \"combatIcons\": 1,\r\n \"cycle\": \"The Circle
Undone\"\r\n}\r"
GMNotes: "{\n \"id\": \"05274\",\n \"type\": \"Asset\",\n \"slot\": \"Ally\",\n
\ \"class\": \"Guardian\",\n \"cost\": 7,\n \"level\": 5,\n \"traits\": \"Ally.
Agency.\",\n \"willpowerIcons\": 1,\n \"intellectIcons\": 1,\n \"combatIcons\":
1,\n \"cycle\": \"The Circle Undone\"\n}"
GUID: d6eda3
Grid: true
GridProjection: false
@ -47,11 +47,11 @@ Transform:
posX: 8.97
posY: 4.22
posZ: -16.69
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 588601
ColorDiffuse:
@ -19,10 +19,9 @@ CustomDeck:
UniqueBack: false
Description: Foundation Researcher
DragSelectable: true
GMNotes: "{\r\n \"id\": \"09763\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n
\ \"cost\": 3,\r\n \"traits\": \"Ally. Agency. Detective.\",\r\n \"intellectIcons\":
1,\r\n \"combatIcons\": 1,\r\n \"agilityIcons\": 1,\r\n \"cycle\": \"The Scarlet
Keys\"\r\n}\r"
GMNotes: "{\n \"id\": \"09763\",\n \"type\": \"Asset\",\n \"class\": \"Neutral\",\n
\ \"cost\": 3,\n \"traits\": \"Ally. Agency. Detective.\",\n \"intellectIcons\":
1,\n \"combatIcons\": 1,\n \"agilityIcons\": 1,\n \"cycle\": \"The Scarlet Keys\"\n}"
GUID: d61c6a
Grid: true
GridProjection: false
@ -47,11 +46,11 @@ Transform:
posX: 79.04
posY: 3.3
posZ: 23.05
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 379006
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"09010\",\r\n \"type\": \"Enemy\",\r\n \"class\": \"Neutral\",\r\n
\ \"traits\": \"Humanoid. Coterie. Detective.\",\r\n \"weakness\": true,\r\n \"cycle\":
\"The Scarlet Keys\"\r\n}\r"
GMNotes: "{\n \"id\": \"09010\",\n \"type\": \"Enemy\",\n \"class\": \"Neutral\",\n
\ \"traits\": \"Humanoid. Coterie. Detective.\",\n \"weakness\": true,\n \"cycle\":
\"The Scarlet Keys\"\n}"
GUID: 95b0cf
Grid: true
GridProjection: false
@ -45,11 +45,11 @@ Transform:
posX: 17.48
posY: 2.21
posZ: 60.19
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 535906
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: true
Description: The Waitress
DragSelectable: true
GMNotes: "{\r\n \"id\": \"01004-pb\",\r\n \"type\": \"Investigator\",\r\n \"class\":
\"Mystic\",\r\n \"traits\": \"Sorcerer.\",\r\n \"willpowerIcons\": 5,\r\n \"intellectIcons\":
2,\r\n \"combatIcons\": 2,\r\n \"agilityIcons\": 3,\r\n \"cycle\": \"Core\"\r\n}\r"
GMNotes: "{\n \"id\": \"01004-pb\",\n \"type\": \"Investigator\",\n \"class\":
\"Mystic\",\n \"traits\": \"Sorcerer.\",\n \"willpowerIcons\": 5,\n \"intellectIcons\":
2,\n \"combatIcons\": 2,\n \"agilityIcons\": 3,\n \"cycle\": \"Core\"\n}"
GUID: 909f30
Grid: true
GridProjection: false
@ -46,11 +46,11 @@ Transform:
posX: 18.45
posY: 1.52
posZ: -73.09
rotX: 0.0
rotY: 180.0
rotZ: 0.0
rotX: 0
rotY: 180
rotZ: 0
scaleX: 1.15
scaleY: 1.0
scaleY: 1
scaleZ: 1.15
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 535905
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: true
Description: The Waitress
DragSelectable: true
GMNotes: "{\r\n \"id\": \"01004-pf\",\r\n \"type\": \"Investigator\",\r\n \"class\":
\"Mystic\",\r\n \"traits\": \"Sorcerer.\",\r\n \"willpowerIcons\": 5,\r\n \"intellectIcons\":
2,\r\n \"combatIcons\": 2,\r\n \"agilityIcons\": 3,\r\n \"cycle\": \"Core\"\r\n}\r"
GMNotes: "{\n \"id\": \"01004-pf\",\n \"type\": \"Investigator\",\n \"class\":
\"Mystic\",\n \"traits\": \"Sorcerer.\",\n \"willpowerIcons\": 5,\n \"intellectIcons\":
2,\n \"combatIcons\": 2,\n \"agilityIcons\": 3,\n \"cycle\": \"Core\"\n}"
GUID: 02db0a
Grid: true
GridProjection: false
@ -46,11 +46,11 @@ Transform:
posX: 87.05
posY: 2.12
posZ: -78.51
rotX: 355.0
rotY: 180.0
rotZ: 0.0
rotX: 355
rotY: 180
rotZ: 0
scaleX: 1.15
scaleY: 1.0
scaleY: 1
scaleZ: 1.15
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 535904
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: true
Description: The Waitress
DragSelectable: true
GMNotes: "{\r\n \"id\": \"01004-p\",\r\n \"type\": \"Investigator\",\r\n \"class\":
\"Mystic\",\r\n \"traits\": \"Sorcerer.\",\r\n \"willpowerIcons\": 5,\r\n \"intellectIcons\":
2,\r\n \"combatIcons\": 2,\r\n \"agilityIcons\": 3,\r\n \"cycle\": \"Core\"\r\n}\r"
GMNotes: "{\n \"id\": \"01004-p\",\n \"type\": \"Investigator\",\n \"class\": \"Mystic\",\n
\ \"traits\": \"Sorcerer.\",\n \"willpowerIcons\": 5,\n \"intellectIcons\": 2,\n
\ \"combatIcons\": 2,\n \"agilityIcons\": 3,\n \"cycle\": \"Core\"\n}"
GUID: 01b6ef
Grid: true
GridProjection: false
@ -46,11 +46,11 @@ Transform:
posX: 18.45
posY: 1.29
posZ: -73.09
rotX: 0.0
rotY: 180.0
rotZ: 0.0
rotX: 0
rotY: 180
rotZ: 0
scaleX: 1.15
scaleY: 1.0
scaleY: 1
scaleZ: 1.15
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 535603
ColorDiffuse:
@ -19,10 +19,10 @@ CustomDeck:
UniqueBack: true
Description: The Waitress
DragSelectable: true
GMNotes: "{\r\n \"id\": \"01004\",\r\n \"alternate_ids\": [\r\n \"01504\"\r\n
\ ],\r\n \"type\": \"Investigator\",\r\n \"class\": \"Mystic\",\r\n \"traits\":
\"Sorcerer.\",\r\n \"willpowerIcons\": 5,\r\n \"intellectIcons\": 2,\r\n \"combatIcons\":
2,\r\n \"agilityIcons\": 3,\r\n \"cycle\": \"Core\"\r\n}\r"
GMNotes: "{\n \"id\": \"01004\",\n \"alternate_ids\": [\n \"01504\"\n ],\n \"type\":
\"Investigator\",\n \"class\": \"Mystic\",\n \"traits\": \"Sorcerer.\",\n \"willpowerIcons\":
5,\n \"intellectIcons\": 2,\n \"combatIcons\": 2,\n \"agilityIcons\": 3,\n \"cycle\":
\"Core\"\n}"
GUID: 25e2db
Grid: true
GridProjection: false
@ -41,9 +41,9 @@ Snap: true
States:
'2':
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 587403
ColorDiffuse:
@ -90,10 +90,10 @@ States:
posY: 1.29860592
posZ: 57.949
rotX: -6.936822e-09
rotY: 180.0
rotY: 180
rotZ: 4.08641867e-08
scaleX: 1.15
scaleY: 1.0
scaleY: 1
scaleZ: 1.15
Value: 0
XmlUI: ''
@ -106,11 +106,11 @@ Transform:
posX: 26.93
posY: 3.69
posZ: -13.24
rotX: 0.0
rotY: 270.0
rotZ: 0.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1.15
scaleY: 1.0
scaleY: 1
scaleZ: 1.15
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 258803
ColorDiffuse:
@ -19,8 +19,8 @@ CustomDeck:
UniqueBack: true
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"01004-m\",\r\n \"alternate_ids\": [\r\n \"01504-m\"\r\n
\ ],\r\n \"type\": \"Minicard\"\r\n}\r"
GMNotes: "{\n \"id\": \"01004-m\",\n \"alternate_ids\": [\n \"01504-m\"\n ],\n
\ \"type\": \"Minicard\"\n}"
GUID: e53693
Grid: true
GridProjection: false
@ -39,9 +39,9 @@ Snap: false
States:
'2':
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 587103
ColorDiffuse:
@ -88,7 +88,7 @@ States:
rotY: 270.0102
rotZ: 2.00479718e-07
scaleX: 0.6
scaleY: 1.0
scaleY: 1
scaleZ: 0.6
Value: 0
XmlUI: ''
@ -100,11 +100,11 @@ Transform:
posX: 26.57
posY: 3.69
posZ: -3.13
rotX: 0.0
rotY: 270.0
rotZ: 0.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 0.6
scaleY: 1.0
scaleY: 1
scaleZ: 0.6
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 271013
ColorDiffuse:
@ -19,10 +19,9 @@ CustomDeck:
UniqueBack: true
Description: The Shaman
DragSelectable: true
GMNotes: "{\r\n \"id\": \"03004\",\r\n \"type\": \"Investigator\",\r\n \"class\":
\"Mystic\",\r\n \"traits\": \"Sorcerer.\",\r\n \"willpowerIcons\": 5,\r\n \"intellectIcons\":
2,\r\n \"combatIcons\": 3,\r\n \"agilityIcons\": 3,\r\n \"cycle\": \"The Path
to Carcosa\"\r\n}\r"
GMNotes: "{\n \"id\": \"03004\",\n \"type\": \"Investigator\",\n \"class\": \"Mystic\",\n
\ \"traits\": \"Sorcerer.\",\n \"willpowerIcons\": 5,\n \"intellectIcons\": 2,\n
\ \"combatIcons\": 3,\n \"agilityIcons\": 3,\n \"cycle\": \"The Path to Carcosa\"\n}"
GUID: 452ed8
Grid: true
GridProjection: false
@ -47,11 +46,11 @@ Transform:
posX: 18.45
posY: 1.88
posZ: -73.09
rotX: 0.0
rotY: 180.0
rotZ: 0.0
rotX: 0
rotY: 180
rotZ: 0
scaleX: 1.15
scaleY: 1.0
scaleY: 1
scaleZ: 1.15
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 259813
ColorDiffuse:
@ -43,11 +43,11 @@ Transform:
posX: 21.23
posY: 1.68
posZ: -18.15
rotX: 0.0
rotY: 270.0
rotZ: 0.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 0.6
scaleY: 1.0
scaleY: 1
scaleZ: 0.6
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 379033
ColorDiffuse:
@ -19,29 +19,28 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"09040\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n
\ \"cost\": 2,\r\n \"level\": 0,\r\n \"traits\": \"Item. Science.\",\r\n \"willpowerIcons\":
1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n \"type\": \"Supply\",\r\n
\ \"token\": \"resource\"\r\n }\r\n ],\r\n \"customizations\": [\r\n {\r\n
\ \"name\": \"Mending Distillate\",\r\n \"xp\": 1,\r\n \"text\": \"Add
this option: \u201C\u27D0 Heal 2 damage.\u201D\"\r\n },\r\n {\r\n \"name\":
\"Calming Distillate\",\r\n \"xp\": 1,\r\n \"text\": \"Add this option:
\u201C\u27D0 Heal 2 horror.\u201D\"\r\n },\r\n {\r\n \"name\": \"Enlightening
Distillate\",\r\n \"xp\": 1,\r\n \"text\": \"Add this option: \u201C\u27D0
Place 1 charge or secret on an asset you control.\u201D\"\r\n },\r\n {\r\n
\ \"name\": \"Quickening Distillate\",\r\n \"xp\": 1,\r\n \"text\":
\"Add this option: \u201C\u27D0 Move up to 2 times.\u201D\"\r\n },\r\n {\r\n
\ \"name\": \"Refined\",\r\n \"xp\": 2,\r\n \"text\": \"Alchemical
Distillation enters play with 2 additional supplies on it.\",\r\n \"replaces\":
{\r\n \"uses\": [\r\n {\r\n \"count\": 5,\r\n \"type\":
\"Supply\",\r\n \"token\": \"resource\"\r\n }\r\n ]\r\n
\ }\r\n },\r\n {\r\n \"name\": \"Empowered\",\r\n \"xp\": 4,\r\n
\ \"text\": \"When you initiate this skill test, you may increase its difficulty
GMNotes: "{\n \"id\": \"09040\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 0,\n \"traits\": \"Item.
Science.\",\n \"willpowerIcons\": 1,\n \"uses\": [\n {\n \"count\": 3,\n
\ \"type\": \"Supply\",\n \"token\": \"resource\"\n }\n ],\n \"customizations\":
[\n {\n \"name\": \"Mending Distillate\",\n \"xp\": 1,\n \"text\":
\"Add this option: \u201C\u27D0 Heal 2 damage.\u201D\"\n },\n {\n \"name\":
\"Calming Distillate\",\n \"xp\": 1,\n \"text\": \"Add this option: \u201C\u27D0
Heal 2 horror.\u201D\"\n },\n {\n \"name\": \"Enlightening Distillate\",\n
\ \"xp\": 1,\n \"text\": \"Add this option: \u201C\u27D0 Place 1 charge
or secret on an asset you control.\u201D\"\n },\n {\n \"name\": \"Quickening
Distillate\",\n \"xp\": 1,\n \"text\": \"Add this option: \u201C\u27D0
Move up to 2 times.\u201D\"\n },\n {\n \"name\": \"Refined\",\n \"xp\":
2,\n \"text\": \"Alchemical Distillation enters play with 2 additional supplies
on it.\",\n \"replaces\": {\n \"uses\": [\n {\n \"count\":
5,\n \"type\": \"Supply\",\n \"token\": \"resource\"\n }\n
\ ]\n }\n },\n {\n \"name\": \"Empowered\",\n \"xp\":
4,\n \"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
this test.\"\r\n },\r\n {\r\n \"name\": \"Perfected\",\r\n \"xp\":
5,\r\n \"text\": \"If you succeed by 2 or more, the chosen investigator may
perform two different options instead of one.\"\r\n }\r\n ],\r\n \"cycle\":
\"The Scarlet Keys\"\r\n}\r"
this test.\"\n },\n {\n \"name\": \"Perfected\",\n \"xp\": 5,\n
\ \"text\": \"If you succeed by 2 or more, the chosen investigator may perform
two different options instead of one.\"\n }\n ],\n \"cycle\": \"The Scarlet
Keys\"\n}"
GUID: 502a4d
Grid: true
GridProjection: false
@ -66,11 +65,11 @@ Transform:
posX: 16.67
posY: 3.34
posZ: 65.93
rotX: 357.0
rotY: 270.0
rotZ: 356.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 357
rotY: 270
rotZ: 356
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 444020
ColorDiffuse:
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"52007\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n
\ \"cost\": 0,\r\n \"level\": 2,\r\n \"traits\": \"Spell.\",\r\n \"willpowerIcons\":
1,\r\n \"intellectIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 4,\r\n
\ \"type\": \"Charge\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n
\ \"cycle\": \"Return to the Path to Carcosa\"\r\n}\r"
GMNotes: "{\n \"id\": \"52007\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
\ \"class\": \"Mystic\",\n \"cost\": 0,\n \"level\": 2,\n \"traits\": \"Spell.\",\n
\ \"willpowerIcons\": 1,\n \"intellectIcons\": 1,\n \"uses\": [\n {\n \"count\":
4,\n \"type\": \"Charge\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
\"Return to the Path to Carcosa\"\n}"
GUID: 283e54
Grid: true
GridProjection: false
@ -48,11 +48,11 @@ Transform:
posX: 9.16
posY: 3.97
posZ: -16.73
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 230320
ColorDiffuse:
@ -19,10 +19,11 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"03032\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n
\ \"cost\": 1,\r\n \"level\": 0,\r\n \"traits\": \"Spell.\",\r\n \"willpowerIcons\":
1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n \"type\": \"Charge\",\r\n
\ \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The Path to Carcosa\"\r\n}\r"
GMNotes: "{\n \"id\": \"03032\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
\ \"class\": \"Mystic\",\n \"cost\": 1,\n \"level\": 0,\n \"traits\": \"Spell.\",\n
\ \"willpowerIcons\": 1,\n \"uses\": [\n {\n \"count\": 3,\n \"type\":
\"Charge\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\": \"The Path
to Carcosa\"\n}"
GUID: 54832d
Grid: true
GridProjection: false
@ -47,11 +48,11 @@ Transform:
posX: 9.05
posY: 3.72
posZ: -16.7
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 235600
ColorDiffuse:
@ -19,10 +19,9 @@ CustomDeck:
UniqueBack: false
Description: Renowned Historian
DragSelectable: true
GMNotes: "{\r\n \"id\": \"04051\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n
\ \"cost\": 2,\r\n \"traits\": \"Ally. Wayfarer.\",\r\n \"willpowerIcons\": 1,\r\n
\ \"intellectIcons\": 1,\r\n \"wildIcons\": 1,\r\n \"cycle\": \"The Forgotten
Age\"\r\n}\r"
GMNotes: "{\n \"id\": \"04051\",\n \"type\": \"Asset\",\n \"class\": \"Neutral\",\n
\ \"cost\": 2,\n \"traits\": \"Ally. Wayfarer.\",\n \"willpowerIcons\": 1,\n \"intellectIcons\":
1,\n \"wildIcons\": 1,\n \"cycle\": \"The Forgotten Age\"\n}"
GUID: c49b4b
Grid: true
GridProjection: false
@ -47,11 +46,11 @@ Transform:
posX: 8.97
posY: 3.69
posZ: -16.69
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 278010
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: Fearless Flatfoot
DragSelectable: true
GMNotes: "{\r\n \"id\": \"05151\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n
\ \"cost\": 4,\r\n \"level\": 0,\r\n \"traits\": \"Ally. Detective. Police.\",\r\n
\ \"intellectIcons\": 1,\r\n \"cycle\": \"The Circle Undone\"\r\n}\r"
GMNotes: "{\n \"id\": \"05151\",\n \"type\": \"Asset\",\n \"slot\": \"Ally\",\n
\ \"class\": \"Guardian\",\n \"cost\": 4,\n \"level\": 0,\n \"traits\": \"Ally.
Detective. Police.\",\n \"intellectIcons\": 1,\n \"cycle\": \"The Circle Undone\"\n}"
GUID: ae20e0
Grid: true
GridProjection: false
@ -46,11 +46,11 @@ Transform:
posX: 9.13
posY: 3.68
posZ: -16.72
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,28 +1,28 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 450620
CardID: 325
ColorDiffuse:
b: 0.71324
g: 0.71324
r: 0.71324
CustomDeck:
'4506':
'3':
BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1656721113609569419/60B1DFC7C68C406C34641A1F53078F46D610821C/
NumHeight: 7
FaceURL: http://cloud-3.steamusercontent.com/ugc/2115061845812962486/A68B8BF7E4862F21369DAC4A37D813EC664EAC34/
NumHeight: 6
NumWidth: 10
Type: 0
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"04309-t\",\r\n \"type\": \"Skill\",\r\n \"class\": \"Rogue\",\r\n
\ \"level\": 5,\r\n \"traits\": \"Fortune.\",\r\n \"wildIcons\": 2,\r\n \"cycle\":
\"The Forgotten Age\"\r\n}\r"
GUID: ff1dfe
GMNotes: "{\n \"id\": \"04309-t\",\n \"type\": \"Skill\",\n \"class\": \"Rogue\",\n
\ \"level\": 5,\n \"traits\": \"Fortune.\",\n \"wildIcons\": 2,\n \"cycle\":
\"The Forgotten Age\"\n}"
GUID: 5db655
Grid: true
GridProjection: false
Hands: true
@ -42,14 +42,14 @@ Tags:
- PlayerCard
Tooltip: true
Transform:
posX: 9.12
posY: 4.01
posZ: -16.72
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
posX: -19.75
posY: 3.45
posZ: -24.74
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 265502
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"04309\",\r\n \"type\": \"Skill\",\r\n \"class\": \"Rogue\",\r\n
\ \"level\": 5,\r\n \"traits\": \"Fortune.\",\r\n \"wildIcons\": 2,\r\n \"cycle\":
\"The Forgotten Age\"\r\n}\r"
GMNotes: "{\n \"id\": \"04309\",\n \"type\": \"Skill\",\n \"class\": \"Rogue\",\n
\ \"level\": 5,\n \"traits\": \"Fortune.\",\n \"wildIcons\": 2,\n \"cycle\":
\"The Forgotten Age\"\n}"
GUID: 7d3a27
Grid: true
GridProjection: false
@ -45,11 +45,11 @@ Transform:
posX: 8.97
posY: 4.71
posZ: -16.69
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 545208
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"53009\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n
\ \"cost\": 3,\r\n \"level\": 1,\r\n \"traits\": \"Spell. Blessed.\",\r\n \"willpowerIcons\":
1,\r\n \"agilityIcons\": 1,\r\n \"cycle\": \"Return to the Forgotten Age\"\r\n}\r"
GMNotes: "{\n \"id\": \"53009\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 3,\n \"level\": 1,\n \"traits\": \"Spell. Blessed.\",\n \"willpowerIcons\":
1,\n \"agilityIcons\": 1,\n \"cycle\": \"Return to the Forgotten Age\"\n}"
GUID: 9e4e11
Grid: true
GridProjection: false
@ -45,11 +45,11 @@ Transform:
posX: 9.01
posY: 3.67
posZ: -16.7
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 368856
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"04313\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n
\ \"cost\": 1,\r\n \"level\": 3,\r\n \"traits\": \"Spell. Blessed.\",\r\n \"wildIcons\":
1,\r\n \"cycle\": \"The Forgotten Age\"\r\n}\r"
GMNotes: "{\n \"id\": \"04313\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 1,\n \"level\": 3,\n \"traits\": \"Spell. Blessed.\",\n \"wildIcons\":
1,\n \"cycle\": \"The Forgotten Age\"\n}"
GUID: 83c86b
Grid: true
GridProjection: false
@ -45,11 +45,11 @@ Transform:
posX: 9.2
posY: 2.81
posZ: -16.73
rotX: 0.0
rotY: 270.0
rotZ: 359.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 359
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 230330
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: Speaker to the Dead
DragSelectable: true
GMNotes: "{\r\n \"id\": \"02232\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n
\ \"cost\": 4,\r\n \"level\": 0,\r\n \"traits\": \"Ally. Sorcerer.\",\r\n \"intellectIcons\":
1,\r\n \"cycle\": \"The Dunwich Legacy\"\r\n}\r"
GMNotes: "{\n \"id\": \"02232\",\n \"type\": \"Asset\",\n \"slot\": \"Ally\",\n
\ \"class\": \"Mystic\",\n \"cost\": 4,\n \"level\": 0,\n \"traits\": \"Ally.
Sorcerer.\",\n \"intellectIcons\": 1,\n \"cycle\": \"The Dunwich Legacy\"\n}"
GUID: 53867b
Grid: true
GridProjection: false
@ -46,11 +46,11 @@ Transform:
posX: 9.03
posY: 3.85
posZ: -16.7
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 449600
ColorDiffuse:
@ -19,10 +19,10 @@ CustomDeck:
UniqueBack: true
Description: The Student
DragSelectable: true
GMNotes: "{\r\n \"id\": \"07002\",\r\n \"type\": \"Investigator\",\r\n \"class\":
\"Seeker\",\r\n \"traits\": \"Miskatonic. Scholar.\",\r\n \"willpowerIcons\":
2,\r\n \"intellectIcons\": 2,\r\n \"combatIcons\": 2,\r\n \"agilityIcons\": 2,\r\n
\ \"cycle\": \"The Innsmouth Conspiracy\"\r\n}\r"
GMNotes: "{\n \"id\": \"07002\",\n \"type\": \"Investigator\",\n \"class\": \"Seeker\",\n
\ \"traits\": \"Miskatonic. Scholar.\",\n \"willpowerIcons\": 2,\n \"intellectIcons\":
2,\n \"combatIcons\": 2,\n \"agilityIcons\": 2,\n \"cycle\": \"The Innsmouth
Conspiracy\"\n}"
GUID: 05b950
Grid: true
GridProjection: false
@ -47,11 +47,11 @@ Transform:
posX: 18.45
posY: 1.85
posZ: -73.09
rotX: 0.0
rotY: 180.0
rotZ: 0.0
rotX: 0
rotY: 180
rotZ: 0
scaleX: 1.15
scaleY: 1.0
scaleY: 1
scaleZ: 1.15
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 553201
ColorDiffuse:
@ -43,11 +43,11 @@ Transform:
posX: 21.23
posY: 1.89
posZ: -18.15
rotX: 0.0
rotY: 270.0
rotZ: 0.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 0.6
scaleY: 1.0
scaleY: 1
scaleZ: 0.6
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 226338
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"03148\",\r\n \"type\": \"Event\",\r\n \"class\": \"Guardian\",\r\n
\ \"cost\": 2,\r\n \"level\": 1,\r\n \"traits\": \"Tactic.\",\r\n \"intellectIcons\":
1,\r\n \"combatIcons\": 1,\r\n \"cycle\": \"The Path to Carcosa\"\r\n}\r"
GMNotes: "{\n \"id\": \"03148\",\n \"type\": \"Event\",\n \"class\": \"Guardian\",\n
\ \"cost\": 2,\n \"level\": 1,\n \"traits\": \"Tactic.\",\n \"intellectIcons\":
1,\n \"combatIcons\": 1,\n \"cycle\": \"The Path to Carcosa\"\n}"
GUID: a1fd61
Grid: true
GridProjection: false
@ -45,11 +45,11 @@ Transform:
posX: 9.12
posY: 4.07
posZ: -16.72
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 846103
ColorDiffuse:
@ -43,11 +43,11 @@ Transform:
posX: 78.27
posY: 1.06
posZ: 26.81
rotX: 0.0
rotY: 270.0
rotZ: 0.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 0.6
scaleY: 1.0
scaleY: 1
scaleZ: 0.6
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 843403
ColorDiffuse:
@ -19,10 +19,9 @@ CustomDeck:
UniqueBack: true
Description: The Operator
DragSelectable: true
GMNotes: "{\r\n \"id\": \"09011\",\r\n \"type\": \"Investigator\",\r\n \"class\":
\"Mystic\",\r\n \"traits\": \"Chosen. Cursed.\",\r\n \"willpowerIcons\": 3,\r\n
\ \"intellectIcons\": 3,\r\n \"combatIcons\": 3,\r\n \"agilityIcons\": 3,\r\n
\ \"cycle\": \"The Scarlet Keys\"\r\n}\r"
GMNotes: "{\n \"id\": \"09011\",\n \"type\": \"Investigator\",\n \"class\": \"Mystic\",\n
\ \"traits\": \"Chosen. Cursed.\",\n \"willpowerIcons\": 3,\n \"intellectIcons\":
3,\n \"combatIcons\": 3,\n \"agilityIcons\": 3,\n \"cycle\": \"The Scarlet Keys\"\n}"
GUID: 4c2a3d
Grid: true
GridProjection: false
@ -47,11 +46,11 @@ Transform:
posX: 78.65
posY: 3.32
posZ: 36.17
rotX: 0.0
rotY: 180.0
rotZ: 0.0
rotX: 0
rotY: 180
rotZ: 0
scaleX: 1.15
scaleY: 1.0
scaleY: 1
scaleZ: 1.15
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 527400
ColorDiffuse:
@ -19,10 +19,9 @@ CustomDeck:
UniqueBack: false
Description: Basic Weakness
DragSelectable: true
GMNotes: "{\r\n \"id\": \"01096\",\r\n \"alternate_ids\": [\r\n \"01596\"\r\n
\ ],\r\n \"type\": \"Treachery\",\r\n \"class\": \"Neutral\",\r\n \"traits\":
\"Madness.\",\r\n \"weakness\": true,\r\n \"basicWeaknessCount\": 2,\r\n \"cycle\":
\"Core\"\r\n}\r"
GMNotes: "{\n \"id\": \"01096\",\n \"alternate_ids\": [\n \"01596\"\n ],\n \"type\":
\"Treachery\",\n \"class\": \"Neutral\",\n \"traits\": \"Madness.\",\n \"weakness\":
true,\n \"basicWeaknessCount\": 2,\n \"cycle\": \"Core\"\n}"
GUID: 2210c1
Grid: true
GridProjection: false
@ -46,11 +45,11 @@ Transform:
posX: 78.78
posY: 3.32
posZ: 26.97
rotX: 0.0
rotY: 270.0
rotZ: 359.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 359
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 379042
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"09049\",\r\n \"type\": \"Skill\",\r\n \"class\": \"Seeker\",\r\n
\ \"level\": 0,\r\n \"traits\": \"Practiced.\",\r\n \"wildIcons\": 1,\r\n \"cycle\":
\"The Scarlet Keys\"\r\n}\r"
GMNotes: "{\n \"id\": \"09049\",\n \"type\": \"Skill\",\n \"class\": \"Seeker\",\n
\ \"level\": 0,\n \"traits\": \"Practiced.\",\n \"wildIcons\": 1,\n \"cycle\":
\"The Scarlet Keys\"\n}"
GUID: 80285f
Grid: true
GridProjection: false
@ -45,11 +45,11 @@ Transform:
posX: 16.67
posY: 3.38
posZ: 65.93
rotX: 359.0
rotY: 270.0
rotZ: 359.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 359
rotY: 270
rotZ: 359
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 374532
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"03010\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n
\ \"cost\": 3,\r\n \"traits\": \"Talent.\",\r\n \"wildIcons\": 2,\r\n \"cycle\":
\"The Path to Carcosa\"\r\n}\r"
GMNotes: "{\n \"id\": \"03010\",\n \"type\": \"Asset\",\n \"class\": \"Neutral\",\n
\ \"cost\": 3,\n \"traits\": \"Talent.\",\n \"wildIcons\": 2,\n \"cycle\": \"The
Path to Carcosa\"\n}"
GUID: 7b6ab5
Grid: true
GridProjection: false
@ -46,11 +46,11 @@ Transform:
posX: 8.97
posY: 4.58
posZ: -16.69
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 368409
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"03108\",\r\n \"type\": \"Event\",\r\n \"class\": \"Seeker\",\r\n
\ \"cost\": 1,\r\n \"level\": 0,\r\n \"traits\": \"Insight.\",\r\n \"willpowerIcons\":
1,\r\n \"combatIcons\": 1,\r\n \"cycle\": \"The Path to Carcosa\"\r\n}\r"
GMNotes: "{\n \"id\": \"03108\",\n \"type\": \"Event\",\n \"class\": \"Seeker\",\n
\ \"cost\": 1,\n \"level\": 0,\n \"traits\": \"Insight.\",\n \"willpowerIcons\":
1,\n \"combatIcons\": 1,\n \"cycle\": \"The Path to Carcosa\"\n}"
GUID: a8e495
Grid: true
GridProjection: false
@ -45,11 +45,11 @@ Transform:
posX: 9.01
posY: 3.85
posZ: -16.7
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 589202
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"07303\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n
\ \"level\": 3,\r\n \"traits\": \"Talent.\",\r\n \"permanent\": true,\r\n \"cycle\":
\"The Innsmouth Conspiracy\"\r\n}\r"
GMNotes: "{\n \"id\": \"07303\",\n \"type\": \"Asset\",\n \"class\": \"Seeker\",\n
\ \"level\": 3,\n \"traits\": \"Talent.\",\n \"permanent\": true,\n \"cycle\":
\"The Innsmouth Conspiracy\"\n}"
GUID: 7b7d14
Grid: true
GridProjection: false
@ -46,11 +46,11 @@ Transform:
posX: 78.51
posY: 1.06
posZ: 27.14
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 454741
ColorDiffuse:
@ -19,11 +19,10 @@ CustomDeck:
UniqueBack: true
Description: Item. Relic.
DragSelectable: true
GMNotes: "{\r\n \"id\": \"83056\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n
\ \"cost\": 3,\r\n \"traits\": \"Item. Relic.\",\r\n \"willpowerIcons\": 1,\r\n
\ \"intellectIcons\": 1,\r\n \"wildIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\":
4,\r\n \"type\": \"Charge\",\r\n \"token\": \"resource\"\r\n }\r\n
\ ],\r\n \"cycle\": \"Standalone\"\r\n}\r"
GMNotes: "{\n \"id\": \"83056\",\n \"type\": \"Asset\",\n \"class\": \"Neutral\",\n
\ \"cost\": 3,\n \"traits\": \"Item. Relic.\",\n \"willpowerIcons\": 1,\n \"intellectIcons\":
1,\n \"wildIcons\": 1,\n \"uses\": [\n {\n \"count\": 4,\n \"type\":
\"Charge\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\": \"Standalone\"\n}"
GUID: 0ce113
Grid: true
GridProjection: false
@ -48,11 +47,11 @@ Transform:
posX: 9.15
posY: 3.99
posZ: -16.73
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -0,0 +1,56 @@
AltLookAngle:
x: 0
y: 0
z: 0
Autoraise: true
CardID: 330
ColorDiffuse:
b: 0.71324
g: 0.71324
r: 0.71324
CustomDeck:
'3':
BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/2115061845812962486/A68B8BF7E4862F21369DAC4A37D813EC664EAC34/
NumHeight: 6
NumWidth: 10
Type: 0
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\n \"id\": \"07122-t\",\n \"type\": \"Asset\",\n \"class\": \"Survivor\",\n
\ \"startsInPlay\": true,\n \"level\": 2,\n \"traits\": \"Covenant. Blessed.\",\n
\ \"permanent\": true,\n \"cycle\": \"The Innsmouth Conspiracy\"\n}"
GUID: e01cc7
Grid: true
GridProjection: false
Hands: true
HideWhenFaceDown: true
IgnoreFoW: false
LayoutGroupSortIndex: 0
Locked: false
LuaScript: ''
LuaScriptState: ''
MeasureMovement: false
Name: Card
Nickname: Ancient Covenant (2) (Taboo)
SidewaysCard: false
Snap: true
Sticky: true
Tags:
- Asset
- PlayerCard
Tooltip: true
Transform:
posX: -16.59
posY: 3.45
posZ: -42.8
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 430639
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: Unidentified
DragSelectable: true
GMNotes: "{\r\n \"id\": \"04022\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n
\ \"cost\": 1,\r\n \"level\": 1,\r\n \"traits\": \"Item. Relic.\",\r\n \"intellectIcons\":
1,\r\n \"cycle\": \"The Forgotten Age\"\r\n}\r"
GMNotes: "{\n \"id\": \"04022\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"class\": \"Seeker\",\n \"cost\": 1,\n \"level\": 1,\n \"traits\": \"Item.
Relic.\",\n \"intellectIcons\": 1,\n \"cycle\": \"The Forgotten Age\"\n}"
GUID: 9bc46e
Grid: true
GridProjection: false
@ -46,11 +46,11 @@ Transform:
posX: 8.97
posY: 4.16
posZ: -16.69
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 545203
ColorDiffuse:
@ -19,9 +19,11 @@ CustomDeck:
UniqueBack: false
Description: Transient Thoughts
DragSelectable: true
GMNotes: "{\r\n \"id\": \"53004\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n
\ \"cost\": 2,\r\n \"level\": 4,\r\n \"traits\": \"Item. Relic.\",\r\n \"agilityIcons\":
2,\r\n \"cycle\": \"Return to the Forgotten Age\"\r\n}\r"
GMNotes: "{\n \"id\": \"53004\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item.
Relic.\",\n \"agilityIcons\": 2,\n \"uses\": [\n {\n \"count\": 0,\n \"type\":
\"Secret\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\": \"Return to
the Forgotten Age\"\n}"
GUID: 3289b0
Grid: true
GridProjection: false
@ -46,11 +48,11 @@ Transform:
posX: 9.09
posY: 3.72
posZ: -16.71
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 262202
ColorDiffuse:
@ -19,9 +19,11 @@ CustomDeck:
UniqueBack: false
Description: Knowledge of the Elders
DragSelectable: true
GMNotes: "{\r\n \"id\": \"04230\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n
\ \"cost\": 2,\r\n \"level\": 4,\r\n \"traits\": \"Item. Relic.\",\r\n \"intellectIcons\":
2,\r\n \"cycle\": \"The Forgotten Age\"\r\n}\r"
GMNotes: "{\n \"id\": \"04230\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item.
Relic.\",\n \"intellectIcons\": 2,\n \"uses\": [\n {\n \"count\": 0,\n
\ \"type\": \"Secret\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
\"The Forgotten Age\"\n}"
GUID: 863f91
Grid: true
GridProjection: false
@ -46,11 +48,11 @@ Transform:
posX: 9.13
posY: 4.33
posZ: -16.72
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 262201
ColorDiffuse:
@ -19,9 +19,11 @@ CustomDeck:
UniqueBack: false
Description: Minds in Harmony
DragSelectable: true
GMNotes: "{\r\n \"id\": \"04231\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n
\ \"cost\": 2,\r\n \"level\": 4,\r\n \"traits\": \"Item. Relic.\",\r\n \"willpowerIcons\":
2,\r\n \"cycle\": \"The Forgotten Age\"\r\n}\r"
GMNotes: "{\n \"id\": \"04231\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item.
Relic.\",\n \"willpowerIcons\": 2,\n \"uses\": [\n {\n \"count\": 0,\n
\ \"type\": \"Secret\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
\"The Forgotten Age\"\n}"
GUID: 9c56d3
Grid: true
GridProjection: false
@ -46,11 +48,11 @@ Transform:
posX: 8.97
posY: 4.11
posZ: -16.69
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 374717
ColorDiffuse:
@ -19,9 +19,8 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"03015\",\r\n \"type\": \"Treachery\",\r\n \"class\":
\"Neutral\",\r\n \"traits\": \"Task.\",\r\n \"weakness\": true,\r\n \"cycle\":
\"The Path to Carcosa\"\r\n}\r"
GMNotes: "{\n \"id\": \"03015\",\n \"type\": \"Treachery\",\n \"class\": \"Neutral\",\n
\ \"traits\": \"Task.\",\n \"weakness\": true,\n \"cycle\": \"The Path to Carcosa\"\n}"
GUID: d8705c
Grid: true
GridProjection: false
@ -45,11 +44,11 @@ Transform:
posX: 9.16
posY: 3.43
posZ: -16.73
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 373910
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: Mysterious Soothsayer
DragSelectable: true
GMNotes: "{\r\n \"id\": \"05283\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n
\ \"cost\": 3,\r\n \"level\": 4,\r\n \"traits\": \"Ally. Clairvoyant.\",\r\n \"wildIcons\":
1,\r\n \"cycle\": \"The Circle Undone\"\r\n}\r"
GMNotes: "{\n \"id\": \"05283\",\n \"type\": \"Asset\",\n \"slot\": \"Ally\",\n
\ \"class\": \"Neutral\",\n \"cost\": 3,\n \"level\": 4,\n \"traits\": \"Ally.
Clairvoyant.\",\n \"wildIcons\": 1,\n \"cycle\": \"The Circle Undone\"\n}"
GUID: 03a4de
Grid: true
GridProjection: false
@ -46,11 +46,11 @@ Transform:
posX: 8.98
posY: 3.99
posZ: -16.69
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 378017
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"05278\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n
\ \"level\": 3,\r\n \"traits\": \"Talent.\",\r\n \"permanent\": true,\r\n \"cycle\":
\"The Circle Undone\"\r\n}\r"
GMNotes: "{\n \"id\": \"05278\",\n \"type\": \"Asset\",\n \"class\": \"Rogue\",\n
\ \"level\": 3,\n \"traits\": \"Talent.\",\n \"permanent\": true,\n \"cycle\":
\"The Circle Undone\"\n}"
GUID: 006d44
Grid: true
GridProjection: false
@ -46,11 +46,11 @@ Transform:
posX: 9.13
posY: 3.75
posZ: -16.72
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 378962
ColorDiffuse:
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"08124\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker|Rogue|Mystic\",\r\n
\ \"cost\": 3,\r\n \"level\": 3,\r\n \"traits\": \"Talent.\",\r\n \"wildIcons\":
1,\r\n \"uses\": [\r\n {\r\n \"count\": 2,\r\n \"replenish\": 2,\r\n
\ \"type\": \"Resource\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n
\ \"cycle\": \"Edge of the Earth\"\r\n}\r"
GMNotes: "{\n \"id\": \"08124\",\n \"type\": \"Asset\",\n \"class\": \"Seeker|Rogue|Mystic\",\n
\ \"cost\": 3,\n \"level\": 3,\n \"traits\": \"Talent.\",\n \"wildIcons\": 1,\n
\ \"uses\": [\n {\n \"count\": 2,\n \"replenish\": 2,\n \"type\":
\"Resource\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\": \"Edge of
the Earth\"\n}"
GUID: 452db2
Grid: true
GridProjection: false
@ -48,11 +48,11 @@ Transform:
posX: 9.18
posY: 2.94
posZ: -16.73
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 538600
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"60302\",\r\n \"type\": \"Skill\",\r\n \"class\": \"Rogue\",\r\n
\ \"traits\": \"Innate. Developed.\",\r\n \"wildIcons\": 6,\r\n \"cycle\": \"Investigator
Packs\"\r\n}\r"
GMNotes: "{\n \"id\": \"60302\",\n \"type\": \"Skill\",\n \"class\": \"Rogue\",\n
\ \"traits\": \"Innate. Developed.\",\n \"wildIcons\": 6,\n \"cycle\": \"Investigator
Packs\"\n}"
GUID: 2c563c
Grid: true
GridProjection: false
@ -45,11 +45,11 @@ Transform:
posX: 8.97
posY: 3.81
posZ: -16.69
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 452308
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: Faithful Companion
DragSelectable: true
GMNotes: "{\r\n \"id\": \"08738\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n
\ \"cost\": 3,\r\n \"traits\": \"Ally. Creature.\",\r\n \"agilityIcons\": 1,\r\n
\ \"wildIcons\": 1,\r\n \"cycle\": \"Edge of the Earth\"\r\n}\r"
GMNotes: "{\n \"id\": \"08738\",\n \"type\": \"Asset\",\n \"class\": \"Neutral\",\n
\ \"cost\": 3,\n \"traits\": \"Ally. Creature.\",\n \"agilityIcons\": 1,\n \"wildIcons\":
1,\n \"cycle\": \"Edge of the Earth\"\n}"
GUID: 1bf025
Grid: true
GridProjection: false
@ -46,11 +46,11 @@ Transform:
posX: 78.59
posY: 3.33
posZ: 7.55
rotX: 0.0
rotY: 270.0
rotZ: 1.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 1
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 368841
ColorDiffuse:
@ -19,10 +19,10 @@ CustomDeck:
UniqueBack: false
Description: The Forgotten Daughter
DragSelectable: true
GMNotes: "{\r\n \"id\": \"01082\",\r\n \"alternate_ids\": [\r\n \"01582\"\r\n
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Survivor\",\r\n \"cost\": 5,\r\n
\ \"level\": 1,\r\n \"traits\": \"Ally.\",\r\n \"willpowerIcons\": 1,\r\n \"cycle\":
\"Core\"\r\n}\r"
GMNotes: "{\n \"id\": \"01082\",\n \"alternate_ids\": [\n \"01582\"\n ],\n \"type\":
\"Asset\",\n \"slot\": \"Ally\",\n \"class\": \"Survivor\",\n \"cost\": 5,\n
\ \"level\": 1,\n \"traits\": \"Ally.\",\n \"willpowerIcons\": 1,\n \"cycle\":
\"Core\"\n}"
GUID: 9393ec
Grid: true
GridProjection: false
@ -47,11 +47,11 @@ Transform:
posX: 29.34
posY: 3.37
posZ: -58.91
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 368861
ColorDiffuse:
@ -19,10 +19,10 @@ CustomDeck:
UniqueBack: false
Description: The Forgotten Daughter
DragSelectable: true
GMNotes: "{\r\n \"id\": \"02308\",\r\n \"alternate_ids\": [\r\n \"01691\"\r\n
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Survivor\",\r\n \"cost\": 4,\r\n
\ \"level\": 3,\r\n \"traits\": \"Ally.\",\r\n \"willpowerIcons\": 1,\r\n \"agilityIcons\":
1,\r\n \"cycle\": \"The Dunwich Legacy\"\r\n}\r"
GMNotes: "{\n \"id\": \"02308\",\n \"alternate_ids\": [\n \"01691\"\n ],\n \"type\":
\"Asset\",\n \"slot\": \"Ally\",\n \"class\": \"Survivor\",\n \"cost\": 4,\n
\ \"level\": 3,\n \"traits\": \"Ally.\",\n \"willpowerIcons\": 1,\n \"agilityIcons\":
1,\n \"cycle\": \"The Dunwich Legacy\"\n}"
GUID: fb9dbb
Grid: true
GridProjection: false
@ -47,11 +47,11 @@ Transform:
posX: 29.34
posY: 3.37
posZ: -58.91
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 538700
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"60402\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n
\ \"cost\": 3,\r\n \"traits\": \"Talent.\",\r\n \"willpowerIcons\": 1,\r\n \"agilityIcons\":
1,\r\n \"wildIcons\": 1,\r\n \"cycle\": \"Investigator Packs\"\r\n}\r"
GMNotes: "{\n \"id\": \"60402\",\n \"type\": \"Asset\",\n \"class\": \"Mystic\",\n
\ \"cost\": 3,\n \"traits\": \"Talent.\",\n \"willpowerIcons\": 1,\n \"agilityIcons\":
1,\n \"wildIcons\": 1,\n \"cycle\": \"Investigator Packs\"\n}"
GUID: 4fbdb2
Grid: true
GridProjection: false
@ -46,11 +46,11 @@ Transform:
posX: 9.03
posY: 3.88
posZ: -16.7
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 538803
ColorDiffuse:
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"60205\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n
\ \"cost\": 2,\r\n \"level\": 0,\r\n \"traits\": \"Ritual.\",\r\n \"willpowerIcons\":
2,\r\n \"cycle\": \"Investigator Packs\"\r\n}\r"
GMNotes: "{\n \"id\": \"60205\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
\ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 0,\n \"traits\": \"Ritual.\",\n
\ \"willpowerIcons\": 2,\n \"cycle\": \"Investigator Packs\"\n}"
GUID: e69708
Grid: true
GridProjection: false
@ -46,11 +46,11 @@ Transform:
posX: 9.14
posY: 3.72
posZ: -16.73
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 230349
ColorDiffuse:
@ -19,12 +19,12 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"03271\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n
\ \"cost\": 0,\r\n \"level\": 3,\r\n \"traits\": \"Ally. Sorcerer.\",\r\n \"willpowerIcons\":
1,\r\n \"combatIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 1,\r\n
\ \"type\": \"Doom\",\r\n \"token\": \"doom\"\r\n },\r\n {\r\n \"count\":
2,\r\n \"type\": \"Horror\",\r\n \"token\": \"horror\"\r\n }\r\n ],\r\n
\ \"cycle\": \"The Path to Carcosa\"\r\n}\r"
GMNotes: "{\n \"id\": \"03271\",\n \"type\": \"Asset\",\n \"slot\": \"Ally\",\n
\ \"class\": \"Mystic\",\n \"cost\": 0,\n \"level\": 3,\n \"traits\": \"Ally.
Sorcerer.\",\n \"willpowerIcons\": 1,\n \"combatIcons\": 1,\n \"uses\": [\n {\n
\ \"count\": 1,\n \"type\": \"Doom\",\n \"token\": \"doom\"\n },\n
\ {\n \"count\": 2,\n \"type\": \"Horror\",\n \"token\": \"horror\"\n
\ }\n ],\n \"cycle\": \"The Path to Carcosa\"\n}"
GUID: 65b30d
Grid: true
GridProjection: false
@ -49,11 +49,11 @@ Transform:
posX: 8.98
posY: 3.75
posZ: -16.69
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 230318
ColorDiffuse:
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"01063\",\r\n \"alternate_ids\": [\r\n \"01563\"\r\n
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n \"cost\": 1,\r\n
\ \"level\": 0,\r\n \"traits\": \"Ally. Sorcerer.\",\r\n \"willpowerIcons\": 1,\r\n
\ \"uses\": [\r\n {\r\n \"count\": 1,\r\n \"type\": \"Doom\",\r\n \"token\":
\"doom\"\r\n }\r\n ],\r\n \"cycle\": \"Core\"\r\n}\r"
GMNotes: "{\n \"id\": \"01063\",\n \"alternate_ids\": [\n \"01563\"\n ],\n \"type\":
\"Asset\",\n \"slot\": \"Ally\",\n \"class\": \"Mystic\",\n \"cost\": 1,\n \"level\":
0,\n \"traits\": \"Ally. Sorcerer.\",\n \"willpowerIcons\": 1,\n \"uses\": [\n
\ {\n \"count\": 1,\n \"type\": \"Doom\",\n \"token\": \"doom\"\n
\ }\n ],\n \"cycle\": \"Core\"\n}"
GUID: 7307c4
Grid: true
GridProjection: false
@ -48,11 +48,11 @@ Transform:
posX: 32.98
posY: 3.33
posZ: -47.41
rotX: 1.0
rotY: 270.0
rotZ: 2.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 1
rotY: 270
rotZ: 2
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0.0
y: 0.0
z: 0.0
x: 0
y: 0
z: 0
Autoraise: true
CardID: 430659
ColorDiffuse:
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\r\n \"id\": \"03266\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n
\ \"cost\": 3,\r\n \"level\": 4,\r\n \"traits\": \"Spell.\",\r\n \"willpowerIcons\":
1,\r\n \"intellectIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n
\ \"type\": \"Charge\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n
\ \"cycle\": \"The Path to Carcosa\"\r\n}\r"
GMNotes: "{\n \"id\": \"03266\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
\ \"class\": \"Seeker\",\n \"cost\": 3,\n \"level\": 4,\n \"traits\": \"Spell.\",\n
\ \"willpowerIcons\": 1,\n \"intellectIcons\": 1,\n \"uses\": [\n {\n \"count\":
3,\n \"type\": \"Charge\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
\"The Path to Carcosa\"\n}"
GUID: 536b52
Grid: true
GridProjection: false
@ -48,11 +48,11 @@ Transform:
posX: 9.13
posY: 4.88
posZ: -16.72
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

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