Compare commits

...

2 Commits

Author SHA1 Message Date
Adam Goldsmith 7a5ce98c41 3.6.0 2024-02-17 19:48:30 -05:00
Adam Goldsmith 5047f9df39 3.5.0 2024-02-04 10:51:51 -05:00
1877 changed files with 54090 additions and 26398 deletions

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -10,7 +10,7 @@ CameraStates:
z: 5.26 z: 5.26
Rotation: Rotation:
x: 64.34 x: 64.34
y: 90.33 y: 90
z: 0 z: 0
Zoomed: false Zoomed: false
- AbsolutePosition: - AbsolutePosition:
@ -133,16 +133,16 @@ CustomUIAssets:
URL: http://cloud-3.steamusercontent.com/ugc/2028355502896482829/8DAB311590B97586309E66D795AC2C43D4913188/ URL: http://cloud-3.steamusercontent.com/ugc/2028355502896482829/8DAB311590B97586309E66D795AC2C43D4913188/
- Name: header_cover - Name: header_cover
Type: 0 Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/5118935530977312342/0D22712378B1F9A5A1FC7DA40C355943C878DDC0/ URL: http://cloud-3.steamusercontent.com/ugc/2280574378889753624/53E7443E2A9957BC5CA4D73B67D5C1C30971C9F9/
- Name: header_acolyte - Name: header_acolyte
Type: 0 Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/5118935530977311773/B8B2021D42CFB084AFDCCA42EE6B9A57F3E30AC6/ URL: http://cloud-3.steamusercontent.com/ugc/2280574378889753484/961371448C1CB9F93D574E0F78CF51A88D0D34F6/
- Name: header_ruins - Name: header_compass
Type: 0 Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/5118935530977312917/E24A34736C912186C7AC58270E3819B6A44B3EE8/ URL: http://cloud-3.steamusercontent.com/ugc/2280574378889786684/52E2A801060A523AF5DD956C72A41889B5A1D2C9/
- Name: header_olive - Name: header_olive
Type: 0 Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/5118935530977377198/4E88B41107A29D027D86E6B80D47B03617335990/ URL: http://cloud-3.steamusercontent.com/ugc/2280574378889753733/F67B7B37FF7AA253B6D697E577DF54A3E76030C2/
- Name: option_on - Name: option_on
Type: 0 Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/2024962321889555728/22ABD35CBB49A001F3A5318E4AFCFB22D24FEA39/ URL: http://cloud-3.steamusercontent.com/ugc/2024962321889555728/22ABD35CBB49A001F3A5318E4AFCFB22D24FEA39/
@ -206,6 +206,9 @@ CustomUIAssets:
- Name: Inv-Jacqueline - Name: Inv-Jacqueline
Type: 0 Type: 0
URL: https://i.imgur.com/AFuB9II.png URL: https://i.imgur.com/AFuB9II.png
- Name: Inv-Kohaku
Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/2279451480492739312/E59E79D4CFCFE60190BFD69B7FFBF1601DA3FAA5/
- Name: TitleGradient - Name: TitleGradient
Type: 0 Type: 0
URL: https://i.imgur.com/Mdjm349.png URL: https://i.imgur.com/Mdjm349.png
@ -221,7 +224,7 @@ CustomUIAssets:
- Name: box-cover-mask-wide - Name: box-cover-mask-wide
Type: 0 Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/2115061298538827369/A20C2ECB8ECDC1B0AD8B2B38F68CA1C1F5E07D37/ URL: http://cloud-3.steamusercontent.com/ugc/2115061298538827369/A20C2ECB8ECDC1B0AD8B2B38F68CA1C1F5E07D37/
Date: Sat Nov 18 18:06:45 CST 2023 Date: Fri Feb 16 18:27:41 UTC 2024
DecalPallet: DecalPallet:
- ImageURL: http://cloud-3.steamusercontent.com/ugc/1474319121424323663/BC5570ECF747F1B30224461B576E8B0FE7FA5F33/ - ImageURL: http://cloud-3.steamusercontent.com/ugc/1474319121424323663/BC5570ECF747F1B30224461B576E8B0FE7FA5F33/
Name: Achivement Checkmark Name: Achivement Checkmark
@ -230,7 +233,7 @@ DecalPallet:
Name: Victory Display Name: Victory Display
Size: 15 Size: 15
Decals: [] Decals: []
EpochTime: 1700352405 EpochTime: 1708108061
GameComplexity: '' GameComplexity: ''
GameMode: Arkham Horror LCG - Super Complete Edition GameMode: Arkham Horror LCG - Super Complete Edition
GameType: '' GameType: ''
@ -281,7 +284,7 @@ Lighting:
LutIndex: 0 LutIndex: 0
ReflectionIntensity: 1 ReflectionIntensity: 1
LuaScript: !include 'unpacked.ttslua' LuaScript: !include 'unpacked.ttslua'
LuaScriptState: '{"acknowledgedUpgradeVersions":[],"optionPanel":{"cardLanguage":"en","playAreaSnapTags":true,"showAttachmentHelper":false,"showCleanUpHelper":false,"showCYOA":false,"showDisplacementTool":false,"showDrawButton":false,"showHandHelper":[],"showSearchAssistant":[],"showTitleSplash":true,"useClueClickers":false,"useResourceCounters":"disabled","useSnapTags":true}}' LuaScriptState: '{"acknowledgedUpgradeVersions":[],"chaosTokensGUID":[],"optionPanel":{"cardLanguage":"en","changePlayAreaImage":false,"playAreaConnectionColor":{"a":1,"b":0.4,"g":0.4,"r":0.4},"playAreaConnections":true,"playAreaSnapTags":true,"showAttachmentHelper":false,"showCleanUpHelper":false,"showCYOA":false,"showDisplacementTool":false,"showDrawButton":false,"showHandHelper":[],"showSearchAssistant":[],"showTitleSplash":true,"useClueClickers":false,"useResourceCounters":"disabled","useSnapTags":true}}'
MusicPlayer: MusicPlayer:
AudioLibrary: AudioLibrary:
- Item1: http://cloud-3.steamusercontent.com/ugc/784110538847453001/4481D1CC5684FCF04AB143954DEFE09E94BF5CEB/ - Item1: http://cloud-3.steamusercontent.com/ugc/784110538847453001/4481D1CC5684FCF04AB143954DEFE09E94BF5CEB/
@ -339,6 +342,7 @@ MusicPlayer:
Note: '' Note: ''
ObjectStates: ObjectStates:
- !include 'unpacked/go_game_piece_white GUID Reference Handler 123456.yaml' - !include 'unpacked/go_game_piece_white GUID Reference Handler 123456.yaml'
- !include 'unpacked/Checker_white Token Spawn Tracker e3ffc9.yaml'
- !include 'unpacked/HandTrigger 5fe087.yaml' - !include 'unpacked/HandTrigger 5fe087.yaml'
- !include 'unpacked/HandTrigger be2f17.yaml' - !include 'unpacked/HandTrigger be2f17.yaml'
- !include 'unpacked/HandTrigger 0285cc.yaml' - !include 'unpacked/HandTrigger 0285cc.yaml'
@ -359,7 +363,7 @@ ObjectStates:
- !include 'unpacked/Custom_Model Decoration - Coin 180a23.yaml' - !include 'unpacked/Custom_Model Decoration - Coin 180a23.yaml'
- !include 'unpacked/Custom_Tile Panel 463022.yaml' - !include 'unpacked/Custom_Tile Panel 463022.yaml'
- !include 'unpacked/Custom_Token TentacleStand 7bff34.yaml' - !include 'unpacked/Custom_Token TentacleStand 7bff34.yaml'
- !include 'unpacked/ScriptingTrigger 83ef06.yaml' - !include 'unpacked/ScriptingTrigger ChaosBagZone 83ef06.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Clue tokens 11e0cf.yaml' - !include 'unpacked/Custom_Model_Infinite_Bag Clue tokens 11e0cf.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Doom tokens b015d8.yaml' - !include 'unpacked/Custom_Model_Infinite_Bag Doom tokens b015d8.yaml'
- !include 'unpacked/Custom_Token Doom Counter 85c4c6.yaml' - !include 'unpacked/Custom_Token Doom Counter 85c4c6.yaml'
@ -422,12 +426,12 @@ ObjectStates:
- !include 'unpacked/Custom_Token Master Clue Counter 4a3aa4.yaml' - !include 'unpacked/Custom_Token Master Clue Counter 4a3aa4.yaml'
- !include 'unpacked/Custom_Model_Bag Legacy Assets 7165a9.yaml' - !include 'unpacked/Custom_Model_Bag Legacy Assets 7165a9.yaml'
- !include 'unpacked/Custom_Token Play Area 721ba2.yaml' - !include 'unpacked/Custom_Token Play Area 721ba2.yaml'
- !include 'unpacked/Bag Additional Player Cards 2cba6b.yaml'
- !include 'unpacked/Custom_Assetbundle_Bag Barkham Horror 308439.yaml' - !include 'unpacked/Custom_Assetbundle_Bag Barkham Horror 308439.yaml'
- !include 'unpacked/Custom_Token Chaos Bag Stat Tracker 766620.yaml' - !include 'unpacked/Custom_Token Chaos Bag Stat Tracker 766620.yaml'
- !include 'unpacked/Custom_Model_Bag Bless tokens afa06b.yaml'
- !include 'unpacked/Custom_Model_Bag Curse tokens bd0253.yaml'
- !include 'unpacked/Checker_white Token Spawn Tool 36b4ee.yaml' - !include 'unpacked/Checker_white Token Spawn Tool 36b4ee.yaml'
- !include 'unpacked/Custom_Model_Bag Official StandaloneChallenge Scenarios 0ef5c8.yaml' - !include 'unpacked/Custom_Model_Bag Standalone Scenarios 77a5f9.yaml'
- !include 'unpacked/Custom_Model_Bag Challenge Scenarios 9f6801.yaml'
- !include 'unpacked/Deck Tarot Deck 77f1e5.yaml' - !include 'unpacked/Deck Tarot Deck 77f1e5.yaml'
- !include 'unpacked/Bag Tarot Deck (Scripted) a230f9.yaml' - !include 'unpacked/Bag Tarot Deck (Scripted) a230f9.yaml'
- !include 'unpacked/Custom_Model_Bag Fan-Made Accessories aa8b38.yaml' - !include 'unpacked/Custom_Model_Bag Fan-Made Accessories aa8b38.yaml'
@ -448,6 +452,7 @@ ObjectStates:
- !include 'unpacked/ScriptingTrigger a2f932.yaml' - !include 'unpacked/ScriptingTrigger a2f932.yaml'
- !include 'unpacked/Custom_Model Edge of the Earth 895eaa.yaml' - !include 'unpacked/Custom_Model Edge of the Earth 895eaa.yaml'
- !include 'unpacked/Custom_Model The Dream-Eaters a16a1a.yaml' - !include 'unpacked/Custom_Model The Dream-Eaters a16a1a.yaml'
- !include 'unpacked/Custom_Model The Feast of Hemlock Vale c740af.yaml'
- !include 'unpacked/Custom_Model Return to The Circle Undone 757324.yaml' - !include 'unpacked/Custom_Model Return to The Circle Undone 757324.yaml'
- !include 'unpacked/Custom_Token Other Doom in Play 652ff3.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 1 White 8b081b.yaml'
@ -481,16 +486,16 @@ ObjectStates:
- !include 'unpacked/Custom_Token Investigator Skill Tracker b4a5f7.yaml' - !include 'unpacked/Custom_Token Investigator Skill Tracker b4a5f7.yaml'
- !include 'unpacked/Custom_Token Investigator Skill Tracker e74881.yaml' - !include 'unpacked/Custom_Token Investigator Skill Tracker e74881.yaml'
- !include 'unpacked/Custom_Model The Scarlet Keys 300fcc.yaml' - !include 'unpacked/Custom_Model The Scarlet Keys 300fcc.yaml'
- !include 'unpacked/Custom_Token Search-A-Card 24051a.yaml' - !include 'unpacked/Custom_Tile Search-A-Card 24051a.yaml'
- !include 'unpacked/Custom_Tile Phase Tracker d0c8fa.yaml' - !include 'unpacked/Custom_Tile Phase Tracker d0c8fa.yaml'
- !include 'unpacked/Custom_Tile Phase Tracker Cache 557104.yaml' - !include 'unpacked/Custom_Tile Phase Tracker Cache 557104.yaml'
- !include 'unpacked/Custom_Tile Phase Tracker Cache 49922d.yaml' - !include 'unpacked/Custom_Tile Phase Tracker Cache 49922d.yaml'
- !include 'unpacked/Custom_Tile Phase Tracker Cache 16832f.yaml' - !include 'unpacked/Custom_Tile Phase Tracker Cache 16832f.yaml'
- !include 'unpacked/Custom_Tile Phase Tracker Cache 645841.yaml' - !include 'unpacked/Custom_Tile Phase Tracker Cache 645841.yaml'
- !include 'unpacked/Checker_white Token Spawn Tracker e3ffc9.yaml'
- !include 'unpacked/Bag Token Source 124381.yaml' - !include 'unpacked/Bag Token Source 124381.yaml'
- !include 'unpacked/FogOfWarTrigger Game Data 3dbe47.yaml' - !include 'unpacked/FogOfWarTrigger Game Data 3dbe47.yaml'
- !include 'unpacked/Custom_Token SCED Tour 0e5aa8.yaml' - !include 'unpacked/Custom_Token SCED Tour 0e5aa8.yaml'
- !include 'unpacked/Custom_Token Instruction Generator 240522.yaml'
- !include 'unpacked/Custom_Tile Player Cards 2d30ee.yaml' - !include 'unpacked/Custom_Tile Player Cards 2d30ee.yaml'
- !include 'unpacked/Custom_Tile Token Remover 39b175.yaml' - !include 'unpacked/Custom_Tile Token Remover 39b175.yaml'
- !include 'unpacked/Custom_Tile Token Remover 2ba7a5.yaml' - !include 'unpacked/Custom_Tile Token Remover 2ba7a5.yaml'
@ -518,10 +523,32 @@ ObjectStates:
- !include 'unpacked/go_game_piece_black Navigation Overlay Handler 797ede.yaml' - !include 'unpacked/go_game_piece_black Navigation Overlay Handler 797ede.yaml'
- !include 'unpacked/Custom_Tile Campaign ImporterExporter 334ee3.yaml' - !include 'unpacked/Custom_Tile Campaign ImporterExporter 334ee3.yaml'
- !include 'unpacked/Custom_Token Token Arranger 022907.yaml' - !include 'unpacked/Custom_Token Token Arranger 022907.yaml'
- !include 'unpacked/Custom_Token Chaos Bag Manager 023240.yaml' - !include 'unpacked/Custom_Tile Chaos Bag Manager 023240.yaml'
- !include 'unpacked/BlockRectangle Placeholder Box Dummy a93466.yaml' - !include 'unpacked/BlockRectangle Placeholder Box Dummy a93466.yaml'
- !include 'unpacked/Custom_Model Baldur''s Gate III 695abd.yaml' - !include 'unpacked/Custom_Model The Matter of Britain 194cc5.yaml'
- !include 'unpacked/Notecard Arkham SCE 3.4.0 - 11182023 - Page 1 964222.yaml' - !include 'unpacked/Custom_Tile Tokencache_+1 a15273.yaml'
- !include 'unpacked/Custom_Tile Tokencache_0 0a8592.yaml'
- !include 'unpacked/Custom_Tile Tokencache_-1 b644d2.yaml'
- !include 'unpacked/Custom_Tile Tokencache_-2 8af600.yaml'
- !include 'unpacked/Custom_Tile Tokencache_-3 a7a9cb.yaml'
- !include 'unpacked/Custom_Tile Tokencache_-4 984eec.yaml'
- !include 'unpacked/Custom_Tile Tokencache_-5 1df0a5.yaml'
- !include 'unpacked/Custom_Tile Tokencache_-6 2460df.yaml'
- !include 'unpacked/Custom_Tile Tokencache_-7 81a1d7.yaml'
- !include 'unpacked/Custom_Tile Tokencache_-8 298b5f.yaml'
- !include 'unpacked/Custom_Tile Tokencache_Skull cc8bbb.yaml'
- !include 'unpacked/Custom_Tile Tokencache_Cultist 7d6103.yaml'
- !include 'unpacked/Custom_Tile Tokencache_Tablet 1a1506.yaml'
- !include 'unpacked/Custom_Tile Tokencache_Elder Thing 38609c.yaml'
- !include 'unpacked/Custom_Tile Tokencache_Auto-fail e31821.yaml'
- !include 'unpacked/Custom_Tile Tokencache_Elder Sign 0b1aca.yaml'
- !include 'unpacked/Custom_Tile Tokencache_Bless 8e3aab.yaml'
- !include 'unpacked/Custom_Tile Tokencache_Curse 16a9a7.yaml'
- !include 'unpacked/Custom_Tile Tokencache_Frost b2b7be.yaml'
- !include 'unpacked/BlockSquare Physics Detector b300d8.yaml'
- !include 'unpacked/CardCustom New Player Back 85145d.yaml'
- !include 'unpacked/CardCustom New Encounter Back 5d5637.yaml'
- !include 'unpacked/Notecard Arkham SCE 3.6.0 - 2162024 - Page 1 2d0dbb.yaml'
PlayArea: 1 PlayArea: 1
PlayerCounts: PlayerCounts:
- 0 - 0
@ -529,7 +556,7 @@ PlayerCounts:
PlayingTime: PlayingTime:
- 0 - 0
- 0 - 0
SaveName: Arkham SCE - 3.4.0 SaveName: Arkham SCE - 3.6.0
Sky: Sky_Museum Sky: Sky_Museum
SkyURL: https://i.imgur.com/GkQqaOF.jpg SkyURL: https://i.imgur.com/GkQqaOF.jpg
SnapPoints: SnapPoints:
@ -654,73 +681,9 @@ SnapPoints:
y: 1.48 y: 1.48
z: -32.23 z: -32.23
- Position: - Position:
x: 65 x: -28.64
y: 1.48 y: 1.48
z: -55 z: -38.65
- Position:
x: 65
y: 1.48
z: -71
- Position:
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: 1.6
y: 1.58
z: -13.75
Rotation: Rotation:
x: 0 x: 0
y: 315 y: 315
@ -733,14 +696,118 @@ SnapPoints:
x: 0 x: 0
y: 135 y: 135
z: 180 z: 180
- Position:
x: 6.5
y: 1.48
z: -87
- Position: - Position:
x: -27 x: -27
y: 1.48 y: 1.48
z: -56.16 z: -56.16
- Position:
x: 1.6
y: 1.58
z: -13.75
Rotation:
x: 0
y: 315
z: 0
- Position:
x: 65
y: 1.48
z: -52
- Position:
x: 65
y: 1.48
z: -65
- Position:
x: 65
y: 1.48
z: -78
- Position:
x: 65
y: 1.48
z: -91
- Position:
x: 50.2
y: 1.48
z: -52
- Position:
x: 50.2
y: 1.48
z: -65
- Position:
x: 50.2
y: 1.48
z: -78
- Position:
x: 50.2
y: 1.48
z: -91
- Position:
x: 35.4
y: 1.48
z: -52
- Position:
x: 35.4
y: 1.48
z: -65
- Position:
x: 35.4
y: 1.48
z: -78
- Position:
x: 35.4
y: 1.48
z: -91
- Position:
x: 20.6
y: 1.48
z: -52
- Position:
x: 20.6
y: 1.48
z: -65
- Position:
x: 5.8
y: 1.48
z: -52
- Position:
x: 5.8
y: 1.48
z: -65
- Position:
x: -9
y: 1.48
z: -52
- Position:
x: 20.6
y: 1.48
z: -78
- Position:
x: 20.6
y: 1.48
z: -91
- Position:
x: 5.8
y: 1.48
z: -78
- Position:
x: 5.8
y: 1.48
z: -91
- Position:
x: -9
y: 1.48
z: -65
- Position:
x: -9
y: 1.48
z: -78
- Position:
x: -9
y: 1.48
z: -91
- Position:
x: -26
y: 1.48
z: -87
TabStates: TabStates:
'10': '10':
body: "Created by Whimsical\n\nAnything that passes over the remover that isn't body: "Created by Whimsical\n\nAnything that passes over the remover that isn't

View File

@ -0,0 +1,184 @@
-- 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("__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 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 table: 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)
__bundle_register("core/GUIDReferenceApi", function(require, _LOADED, __bundle_register, __bundle_modules)
do
local GUIDReferenceApi = {}
local function getGuidHandler()
return getObjectFromGUID("123456")
end
---@param owner string Parent object for this search
---@param type string Type of object to search for
---@return any: Object reference to the matching object
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
---@return table: List of object references to matching objects
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
---@return table: List of object references to matching objects
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)
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

@ -49,7 +49,6 @@ local uniqueWeaknessList = { }
local cycleIndex = { } local cycleIndex = { }
local indexingDone = false local indexingDone = false
local allowRemoval = false
function onLoad() function onLoad()
self.addContextMenuItem("Rebuild Index", startIndexBuild) self.addContextMenuItem("Rebuild Index", startIndexBuild)
@ -91,31 +90,24 @@ function clearIndexes()
end end
-- Clears the bag indexes and starts the coroutine to rebuild the indexes -- Clears the bag indexes and starts the coroutine to rebuild the indexes
function startIndexBuild(playerColor) function startIndexBuild()
clearIndexes() clearIndexes()
startLuaCoroutine(self, "buildIndex") startLuaCoroutine(self, "buildIndex")
end end
function onObjectLeaveContainer(container, object) function onObjectLeaveContainer(container, _)
if (container == self and not allowRemoval) then if container == self then
broadcastToAll( broadcastToAll("Removing cards from the All Player Cards bag may break some functions.", "Red")
"Removing cards from the All Player Cards bag may break some functions. Please replace the card.",
{0.9, 0.2, 0.2}
)
end end
end end
-- Debug option to suppress the warning when cards are removed from the bag
function setAllowCardRemoval()
allowRemoval = true
end
-- Create the card indexes by iterating all cards in the bag, parsing their -- Create the card indexes by iterating all cards in the bag, parsing their
-- metadata, and creating the keyed lookup tables for the cards. This is a -- metadata, and creating the keyed lookup tables for the cards. This is a
-- coroutine which will spread the workload by processing 20 cards before -- coroutine which will spread the workload by processing 20 cards before
-- yielding. Based on the current count of cards this will require -- yielding. Based on the current count of cards this will require
-- approximately 60 frames to complete. -- approximately 60 frames to complete.
function buildIndex() function buildIndex()
local cardCount = 0
indexingDone = false indexingDone = false
if (self.getData().ContainedObjects == nil) then if (self.getData().ContainedObjects == nil) then
return 1 return 1
@ -124,18 +116,39 @@ function buildIndex()
local cardMetadata = JSON.decode(cardData.GMNotes) local cardMetadata = JSON.decode(cardData.GMNotes)
if (cardMetadata ~= nil) then if (cardMetadata ~= nil) then
addCardToIndex(cardData, cardMetadata) addCardToIndex(cardData, cardMetadata)
end cardCount = cardCount + 1
if (i % 20 == 0) then if cardCount > 9 then
coroutine.yield(0) cardCount = 0
coroutine.yield(0)
end
end end
end end
local hotfixBags = getObjectsWithTag("AllCardsHotfix") local hotfixBags = getObjectsWithTag("AllCardsHotfix")
for _, hotfixBag in ipairs(hotfixBags) do for _, hotfixBag in ipairs(hotfixBags) do
if (#hotfixBag.getObjects() > 0) then if (#hotfixBag.getObjects() > 0) then
for i, cardData in ipairs(hotfixBag.getData().ContainedObjects) do for i, cardData in ipairs(hotfixBag.getData().ContainedObjects) do
local cardMetadata = JSON.decode(cardData.GMNotes) if cardData.ContainedObjects then
if (cardMetadata ~= nil) then for j, deepCardData in ipairs(cardData.ContainedObjects) do
addCardToIndex(cardData, cardMetadata) local deepCardMetadata = JSON.decode(deepCardData.GMNotes)
if deepCardMetadata ~= nil then
addCardToIndex(deepCardData, deepCardMetadata)
cardCount = cardCount + 1
if cardCount > 9 then
cardCount = 0
coroutine.yield(0)
end
end
end
else
local cardMetadata = JSON.decode(cardData.GMNotes)
if cardMetadata ~= nil then
addCardToIndex(cardData, cardMetadata)
cardCount = cardCount + 1
if cardCount > 9 then
cardCount = 0
coroutine.yield(0)
end
end
end end
end end
end end
@ -146,9 +159,13 @@ function buildIndex()
end end
-- Adds a card to any indexes it should be a part of, based on its metadata. -- Adds a card to any indexes it should be a part of, based on its metadata.
-- Param cardData: TTS object data for the card ---@param cardData table TTS object data for the card
-- Param cardMetadata: SCED metadata for the card ---@param cardMetadata table SCED metadata for the card
function addCardToIndex(cardData, cardMetadata) function addCardToIndex(cardData, cardMetadata)
-- use the ZoopGuid as fallback if no id present
if cardMetadata.id == nil and cardMetadata.TtsZoopGuid then
cardMetadata.id = cardMetadata.TtsZoopGuid
end
cardIdIndex[cardMetadata.id] = { data = cardData, metadata = cardMetadata } cardIdIndex[cardMetadata.id] = { data = cardData, metadata = cardMetadata }
if (cardMetadata.alternate_ids ~= nil) then if (cardMetadata.alternate_ids ~= nil) then
for _, alternateId in ipairs(cardMetadata.alternate_ids) do for _, alternateId in ipairs(cardMetadata.alternate_ids) do

View File

@ -19,19 +19,53 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Charlie Kane 4deeff.yaml' - !include 'Bag All Player Cards 15bb07/Card Charlie Kane 4deeff.yaml'
- !include 'Bag All Player Cards 15bb07/Card Finn Edwards dd40c0.yaml' - !include 'Bag All Player Cards 15bb07/Card Finn Edwards dd40c0.yaml'
- !include 'Bag All Player Cards 15bb07/Card Monterey Jack 46b145.yaml' - !include 'Bag All Player Cards 15bb07/Card Monterey Jack 46b145.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Monterey Jack (Parallel) 46b146.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Monterey Jack (Parallel Back) 46b148.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Monterey Jack (Parallel Front)
46b147.yaml'
- !include 'Bag All Player Cards 15bb07/Card If it bleeds... acf2b0.yaml' - !include 'Bag All Player Cards 15bb07/Card If it bleeds... acf2b0.yaml'
- !include 'Bag All Player Cards 15bb07/Card Beat Cop (2) 7001be.yaml' - !include 'Bag All Player Cards 15bb07/Card Beat Cop (2) 7001be.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Book of Living Myths c5fb1f.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Weeping Yurei 541bd9.yaml'
- !include "Bag All Player Cards 15bb07/CardCustom K\u014Dhaku Narukami cea427.yaml"
- !include "Bag All Player Cards 15bb07/CardCustom K\u014Dhaku Narukami 54eaa7.yaml"
- !include 'Bag All Player Cards 15bb07/CardCustom Ad Hoc c9fb2f.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Ad Hoc c9fb2f.yaml'
- !include 'Bag All Player Cards 15bb07/Card Hasty Repairs 0821d5.yaml' - !include 'Bag All Player Cards 15bb07/Card Hasty Repairs 0821d5.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Wilson Richards ceb426.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Wilson Richards ceb426.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Wilson Richards 54eab5.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Wilson Richards 55eab5.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Ancestral Token c1fb1f.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Aetheric Current (Yoth) 84ad64.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Aetheric Current (Yuggoth) 84ad65.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Failed Experiment acd281.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Flux Stabilizer 55990a.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Kate Winthrop ce2322.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Kate Winthrop ce2323.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Hatchet (1) 2ea0d3.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Token of Faith (3) 2ea0d1.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Transmogrify 9965dd.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Absolution aef183.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Confound (3) 9965de.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Strong-Armed (1) 294d6.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Survival Technique (2) 2ea0d4.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Scrimshaw Charm c1fb2e.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Vamp (3) add233.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Well-Dressed c6ac33.yaml'
- !include 'Bag All Player Cards 15bb07/Card Fine Tuning (1) 103fbd.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Prismatic Spectacles (2) 3adcf5.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Drain Essence 9965aa.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Fake Credentials acd38d.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Cat Mask 847ed6.yaml'
- !include 'Bag All Player Cards 15bb07/Card Hard Times 876557.yaml' - !include 'Bag All Player Cards 15bb07/Card Hard Times 876557.yaml'
- !include 'Bag All Player Cards 15bb07/Card Pete''s Guitar 876557.yaml' - !include 'Bag All Player Cards 15bb07/Card Pete''s Guitar 876557.yaml'
- !include 'Bag All Player Cards 15bb07/Card Ashcan Pete (Parallel Front) 5294c3.yaml' - !include 'Bag All Player Cards 15bb07/Card Ashcan Pete (Parallel Front) 5294c3.yaml'
- !include 'Bag All Player Cards 15bb07/Card Ashcan Pete (Parallel Back) 5294c3.yaml' - !include 'Bag All Player Cards 15bb07/Card Ashcan Pete (Parallel Back) 5294c3.yaml'
- !include 'Bag All Player Cards 15bb07/Card Ashcan Pete (Parallel) 5294c3.yaml' - !include 'Bag All Player Cards 15bb07/Card Ashcan Pete (Parallel) 5294c3.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Eldritch Tongue e8765a.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Eldritch Tongue e8765a.yaml'
- !include 'Bag All Player Cards 15bb07/Card Tinker 102fbd.yaml'
- !include 'Bag All Player Cards 15bb07/Card Hand-Eye Coordination (1) 102fcd.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom False Surrender adf28e.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom False Surrender adf28e.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Purified 294d6a.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom The Key of Solomon (4) ae54c6.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom The Necronomicon 5b2e10.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom The Necronomicon 5b2e10.yaml'
- !include 'Bag All Player Cards 15bb07/Card Roland''s .38 Special 4edb91.yaml' - !include 'Bag All Player Cards 15bb07/Card Roland''s .38 Special 4edb91.yaml'
- !include 'Bag All Player Cards 15bb07/Card Stubborn Detective 4ea68b.yaml' - !include 'Bag All Player Cards 15bb07/Card Stubborn Detective 4ea68b.yaml'
@ -748,7 +782,7 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Waveworn Idol 591284.yaml' - !include 'Bag All Player Cards 15bb07/Card Waveworn Idol 591284.yaml'
- !include 'Bag All Player Cards 15bb07/Card Take Heart cc6e4d.yaml' - !include 'Bag All Player Cards 15bb07/Card Take Heart cc6e4d.yaml'
- !include 'Bag All Player Cards 15bb07/Card Olive McBride 9683d0.yaml' - !include 'Bag All Player Cards 15bb07/Card Olive McBride 9683d0.yaml'
- !include 'Bag All Player Cards 15bb07/Card Olive McBride 9683d2.yaml' - !include 'Bag All Player Cards 15bb07/Card Olive McBride (2) 9683d2.yaml'
- !include 'Bag All Player Cards 15bb07/Card Counterpunch 20645e.yaml' - !include 'Bag All Player Cards 15bb07/Card Counterpunch 20645e.yaml'
- !include 'Bag All Player Cards 15bb07/Card Harmony Restored (2) 7885cf.yaml' - !include 'Bag All Player Cards 15bb07/Card Harmony Restored (2) 7885cf.yaml'
- !include 'Bag All Player Cards 15bb07/Card Glory 273584.yaml' - !include 'Bag All Player Cards 15bb07/Card Glory 273584.yaml'
@ -1050,6 +1084,7 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Discipline 3247da.yaml' - !include 'Bag All Player Cards 15bb07/Card Discipline 3247da.yaml'
- !include 'Bag All Player Cards 15bb07/Card Shrewd Dealings c70129.yaml' - !include 'Bag All Player Cards 15bb07/Card Shrewd Dealings c70129.yaml'
- !include 'Bag All Player Cards 15bb07/Card Buried Secrets 28080d.yaml' - !include 'Bag All Player Cards 15bb07/Card Buried Secrets 28080d.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Buried Secrets 28080e.yaml'
- !include 'Bag All Player Cards 15bb07/Card Mechanic''s Wrench 598ba0.yaml' - !include 'Bag All Player Cards 15bb07/Card Mechanic''s Wrench 598ba0.yaml'
- !include 'Bag All Player Cards 15bb07/Card Fend Off (3) 0c2449.yaml' - !include 'Bag All Player Cards 15bb07/Card Fend Off (3) 0c2449.yaml'
- !include 'Bag All Player Cards 15bb07/Card Join the Caravan (1) 6367dd.yaml' - !include 'Bag All Player Cards 15bb07/Card Join the Caravan (1) 6367dd.yaml'
@ -1197,6 +1232,7 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Tidal Memento b4f9ee.yaml' - !include 'Bag All Player Cards 15bb07/Card Tidal Memento b4f9ee.yaml'
- !include 'Bag All Player Cards 15bb07/Card Jacob Morrison (3) aa38d0.yaml' - !include 'Bag All Player Cards 15bb07/Card Jacob Morrison (3) aa38d0.yaml'
- !include 'Bag All Player Cards 15bb07/Card Trusty Bullwhip ca9a60.yaml' - !include 'Bag All Player Cards 15bb07/Card Trusty Bullwhip ca9a60.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Trusty Bullwhip ca9a61.yaml'
- !include 'Bag All Player Cards 15bb07/Card Mob Goons fc1506.yaml' - !include 'Bag All Player Cards 15bb07/Card Mob Goons fc1506.yaml'
- !include 'Bag All Player Cards 15bb07/Card Guard Dog 001ae8.yaml' - !include 'Bag All Player Cards 15bb07/Card Guard Dog 001ae8.yaml'
- !include 'Bag All Player Cards 15bb07/Card First Aid (3) 3c7eb1.yaml' - !include 'Bag All Player Cards 15bb07/Card First Aid (3) 3c7eb1.yaml'
@ -1581,20 +1617,101 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Final Rhapsody 561775.yaml' - !include 'Bag All Player Cards 15bb07/Card Final Rhapsody 561775.yaml'
- !include 'Bag All Player Cards 15bb07/Card Jim Culver (Parallel Back) aba863.yaml' - !include 'Bag All Player Cards 15bb07/Card Jim Culver (Parallel Back) aba863.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom The Beyond 37ab47.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom The Beyond 37ab47.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Devil 2a0ba5.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Devil (2) 2a0ba5.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Alessandra Zorzi cea425.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Alessandra Zorzi cea425.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Alessandra Zorzi 54eaa5.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Alessandra Zorzi 54eaa5.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Zamacona 541ba9.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Zamacona 541ba9.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Wicked Athame c9fb1f.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Wicked Athame c9fb1f.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Wolf Mask 975d89.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Beguile 019526.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Beguile 019526.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Ofuda 860c1e.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Ofuda 860c1e.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Providential (2) 2cf42a.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Vamp add232.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom I''ll Pay You Back! 40e1ca.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom I''ll Pay You Back! 40e1ca.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Occult Reliquary acd0c2.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Occult Reliquary (3) acd0c2.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Grift df75d7.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Grift df75d7.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Guided by Faith aef282.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Hank Samson 3764cc.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Hank Samson 3764cd.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Hank Samson (Assistant) 3764ce.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Hank Samson (Warden) 3764cf.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Hold Up aef182.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Pelt Shipment aa11bc.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Stir the Pot (5) add252.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Snitch (2) add242.yaml'
- !include 'Bag All Player Cards 15bb07/Card Where''s Pa 9aba43.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Persistence (1) 2cf51.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Stouthearted 265ad2.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Control Variable 133868.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Control Variable 133868.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Blackmail File de456d.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Blackmail File de456d.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Speak to the Dead c763aa.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Speak to the Dead c763aa.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Accursed e91c5e.yaml' - !include 'Bag All Player Cards 15bb07/CardCustom Accursed e91c5e.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Throw the Book at Them! d617ab.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Fox Mask 4144cd.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Mouse Mask 32ad21.yaml'
- !include 'Bag All Player Cards 15bb07/Card Task Force (0) a5c06a.yaml'
- !include 'Bag All Player Cards 15bb07/Card Microscope (4) fbd296.yaml'
- !include 'Bag All Player Cards 15bb07/Card Back Injury f6c482.yaml'
- !include 'Bag All Player Cards 15bb07/Card Lightfooted (0) fe1fb6.yaml'
- !include 'Bag All Player Cards 15bb07/Card Bewitching (3) db335c.yaml'
- !include 'Bag All Player Cards 15bb07/Card Flurry of Blows (5) 9e7bc8.yaml'
- !include 'Bag All Player Cards 15bb07/Card British Bull Dog (2) 7b7050.yaml'
- !include 'Bag All Player Cards 15bb07/Card Bianca Die Katz (0) 897a94.yaml'
- !include 'Bag All Player Cards 15bb07/Card Dirty Deeds (3) aa2d6a.yaml'
- !include 'Bag All Player Cards 15bb07/Card Esoteric Method (1) 9250e1.yaml'
- !include 'Bag All Player Cards 15bb07/Card Katana (0) f5beb5.yaml'
- !include 'Bag All Player Cards 15bb07/Card Ethereal Weaving (3) 697efd.yaml'
- !include 'Bag All Player Cards 15bb07/Card Putrescent Rot 2d1e60.yaml'
- !include 'Bag All Player Cards 15bb07/Card Ravenous Myconid (4) df93ca.yaml'
- !include 'Bag All Player Cards 15bb07/Card Second Wind (2) c3c979.yaml'
- !include 'Bag All Player Cards 15bb07/Card Fire Axe (2) 326ec3.yaml'
- !include 'Bag All Player Cards 15bb07/Card Stir the Pot (0) c25479.yaml'
- !include 'Bag All Player Cards 15bb07/Card Keeper of the Key 014086.yaml'
- !include 'Bag All Player Cards 15bb07/Card Bide Your Time (0) 24d3b3.yaml'
- !include 'Bag All Player Cards 15bb07/Card Thorough Inquiry (0) c6b644.yaml'
- !include 'Bag All Player Cards 15bb07/Card Steady-Handed (1) 9181f7.yaml'
- !include 'Bag All Player Cards 15bb07/Card Dawn Star (1) 8b15d7.yaml'
- !include 'Bag All Player Cards 15bb07/Card Seal of the Elders (5) d2b649.yaml'
- !include 'Bag All Player Cards 15bb07/Card Keep Faith (2) 73e4ee.yaml'
- !include 'Bag All Player Cards 15bb07/Card Mariner''s Compass (2) 596053.yaml'
- !include 'Bag All Player Cards 15bb07/Card Bank Job (0) c4dfa2.yaml'
- !include 'Bag All Player Cards 15bb07/Card Abyssal Rot bbeac6.yaml'
- !include 'Bag All Player Cards 15bb07/Card Maimed Hand cb14d3.yaml'
- !include 'Bag All Player Cards 15bb07/Card Testing Sprint (0) a4846b.yaml'
- !include 'Bag All Player Cards 15bb07/Card Blade of Yoth c61a83.yaml'
- !include 'Bag All Player Cards 15bb07/Card Call the Beyond (2) 0dd070.yaml'
- !include 'Bag All Player Cards 15bb07/Card Gabriel Carillo (1) 7e1088.yaml'
- !include 'Bag All Player Cards 15bb07/Card Diabolical Luck (0) 1fea59.yaml'
- !include 'Bag All Player Cards 15bb07/Card Cleaning Kit (0) d07668.yaml'
- !include 'Bag All Player Cards 15bb07/Card Evanescent Ascension 9e763b.yaml'
- !include 'Bag All Player Cards 15bb07/Card Matchbox (0) b533db.yaml'
- !include 'Bag All Player Cards 15bb07/Card British Bull Dog (0) 9b76a0.yaml'
- !include 'Bag All Player Cards 15bb07/Card Twilight Diadem a2f8f8.yaml'
- !include 'Bag All Player Cards 15bb07/Card Rod of Carnamagos (0) 66ec64.yaml'
- !include 'Bag All Player Cards 15bb07/Card Spectral Razor (2) b38ded.yaml'
- !include 'Bag All Player Cards 15bb07/Card Ethereal Form (2) e58c7b.yaml'
- !include 'Bag All Player Cards 15bb07/Card Cleaning Kit (3) 94c3e1.yaml'
- !include 'Bag All Player Cards 15bb07/Card Ravenous Myconid (4) ab2752.yaml'
- !include 'Bag All Player Cards 15bb07/Card Rod of Carnamagos (2) d8ef99.yaml'
- !include 'Bag All Player Cards 15bb07/Card Fake Credentials (4) 7ebb67.yaml'
- !include 'Bag All Player Cards 15bb07/Card Hunting Jacket (2) 5355fa.yaml'
- !include 'Bag All Player Cards 15bb07/Card Dark Horse (5) d00e4d.yaml'
- !include 'Bag All Player Cards 15bb07/Card Antediluvian Hymn (0) ba4746.yaml'
- !include 'Bag All Player Cards 15bb07/Card Aember Rot 3e6219.yaml'
- !include 'Bag All Player Cards 15bb07/Card The Silver Moth 2c6dc1.yaml'
- !include 'Bag All Player Cards 15bb07/Card Scarlet Rot fe476c.yaml'
- !include 'Bag All Player Cards 15bb07/Card Eyes of Valusia (4) e7bfbe.yaml'
- !include 'Bag All Player Cards 15bb07/Card Mesmeric Influence (1) b13946.yaml'
- !include 'Bag All Player Cards 15bb07/Card Blessed Blade (4) 9401f4.yaml'
- !include 'Bag All Player Cards 15bb07/Card Miracle Wish (5) d78d4a.yaml'
- !include 'Bag All Player Cards 15bb07/Card Vow of Drzytelech c4bc35.yaml'
- !include 'Bag All Player Cards 15bb07/Card Virescent Rot 2edbdd.yaml'
- !include 'Bag All Player Cards 15bb07/Card Ravenous Myconid (4) baa926.yaml'
- !include 'Bag All Player Cards 15bb07/Card Broken Diadem (5) b6d35d.yaml'
- !include 'Bag All Player Cards 15bb07/Card Bianca Die Katz 992ccd.yaml'
- !include 'Bag All Player Cards 15bb07/Card Servant of Brass 06bc7e.yaml'
- !include 'Bag All Player Cards 15bb07/Card Read the Signs (2) 5ce4d4.yaml'
- !include 'Bag All Player Cards 15bb07/Card Elaborate Distraction (0) d1422e.yaml'
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'5508': '5508':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"60522\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"60522\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 2,\r\n \"level\": 2,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n \ \"class\": \"Survivor\",\n \"cost\": 2,\n \"level\": 2,\n \"traits\": \"Item.
\ \"combatIcons\": 1,\r\n \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n \"agilityIcons\": 1,\n \"uses\":
3,\r\n \"type\": \"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n [\n {\n \"count\": 3,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n
\ \"cycle\": \"Investigator Packs\"\r\n}\r" \ }\n ],\n \"cycle\": \"Investigator Packs\"\n}"
GUID: f8a977 GUID: f8a977
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'5508': '5508':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"60505\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"60505\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 3,\r\n \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n \ \"class\": \"Survivor\",\n \"cost\": 3,\n \"level\": 0,\n \"traits\": \"Item.
\ \"combatIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 2,\r\n \"type\": Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n \"uses\": [\n {\n \"count\":
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"Investigator 2,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
Packs\"\r\n}\r" \"Investigator Packs\"\n}"
GUID: 101a41 GUID: 101a41
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'5894': '5894':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1807607979163972370/50A45AE585D6404E677DFCA597A0F5FE13346B97/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1807607979163972370/50A45AE585D6404E677DFCA597A0F5FE13346B97/
NumHeight: 4 NumHeight: 4
NumWidth: 5 NumWidth: 5
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"07305\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n GMNotes: "{\n \"id\": \"07305\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 4,\r\n \"level\": 2,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n \ \"class\": \"Rogue\",\n \"cost\": 4,\n \"level\": 2,\n \"traits\": \"Item.
\ \"combatIcons\": 1,\r\n \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n \"agilityIcons\": 1,\n \"uses\":
4,\r\n \"type\": \"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n [\n {\n \"count\": 4,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n
\ \"cycle\": \"The Innsmouth Conspiracy\"\r\n}\r" \ }\n ],\n \"cycle\": \"The Innsmouth Conspiracy\"\n}"
GUID: 4425b5 GUID: 4425b5
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'5872': '5872':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"07025\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n GMNotes: "{\n \"id\": \"07025\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 4,\r\n \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n \ \"class\": \"Rogue\",\n \"cost\": 4,\n \"level\": 0,\n \"traits\": \"Item.
\ \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 4,\r\n \"type\": Weapon. Firearm. Illicit.\",\n \"agilityIcons\": 1,\n \"uses\": [\n {\n \"count\":
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The 4,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
Innsmouth Conspiracy\"\r\n}\r" \"The Innsmouth Conspiracy\"\n}"
GUID: a5087b GUID: a5087b
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'4409': '4409':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"52001\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n GMNotes: "{\n \"id\": \"52001\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 2,\r\n \"level\": 2,\r\n \"traits\": \"Item. Weapon. Firearm.\",\r\n \ \"class\": \"Guardian\",\n \"cost\": 2,\n \"level\": 2,\n \"traits\": \"Item.
\ \"combatIcons\": 2,\r\n \"uses\": [\r\n {\r\n \"count\": 6,\r\n \"type\": Weapon. Firearm.\",\n \"combatIcons\": 2,\n \"uses\": [\n {\n \"count\":
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"Return 6,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
to the Path to Carcosa\"\r\n}\r" \"Return to the Path to Carcosa\"\n}"
GUID: c026c9 GUID: c026c9
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'2263': '2263':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03020\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n GMNotes: "{\n \"id\": \"03020\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 3,\r\n \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm.\",\r\n \ \"class\": \"Guardian\",\n \"cost\": 3,\n \"level\": 0,\n \"traits\": \"Item.
\ \"combatIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 6,\r\n \"type\": Weapon. Firearm.\",\n \"combatIcons\": 1,\n \"uses\": [\n {\n \"count\":
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The 6,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
Path to Carcosa\"\r\n}\r" \"The Path to Carcosa\"\n}"
GUID: b0f851 GUID: b0f851
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3': '3':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/2115061845812962486/A68B8BF7E4862F21369DAC4A37D813EC664EAC34/ FaceURL: http://cloud-3.steamusercontent.com/ugc/2115061845812962486/A68B8BF7E4862F21369DAC4A37D813EC664EAC34/
NumHeight: 6 NumHeight: 6
NumWidth: 10 NumWidth: 10

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'5832': '5832':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1697276627309509299/3B0E32939EB4599CCE3596975637C90FE4EE1DD6/
NumHeight: 5 NumHeight: 5
NumWidth: 6 NumWidth: 6
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"06195\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n GMNotes: "{\n \"id\": \"06195\",\n \"type\": \"Asset\",\n \"slot\": \"Hand x2\",\n
\ \"cost\": 4,\r\n \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm.\",\r\n \ \"class\": \"Guardian\",\n \"cost\": 4,\n \"level\": 0,\n \"traits\": \"Item.
\ \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 5,\r\n \"type\": Weapon. Firearm.\",\n \"agilityIcons\": 1,\n \"uses\": [\n {\n \"count\":
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The 5,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
Dream-Eaters\"\r\n}\r" \"The Dream-Eaters\"\n}"
GUID: c32e40 GUID: c32e40
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3152': '3152':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,12 +19,12 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03234\",\r\n \"alternate_ids\": [\r\n \"01688\"\r\n GMNotes: "{\n \"id\": \"03234\",\n \"alternate_ids\": [\n \"01688\"\n ],\n \"type\":
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n \"cost\": 3,\r\n \"Asset\",\n \"slot\": \"Hand\",\n \"class\": \"Rogue\",\n \"cost\": 3,\n \"level\":
\ \"level\": 2,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n \"combatIcons\": 2,\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n
1,\r\n \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n \ \"agilityIcons\": 1,\n \"uses\": [\n {\n \"count\": 3,\n \"type\":
\ \"type\": \"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\": \"The Path to
\ \"cycle\": \"The Path to Carcosa\"\r\n}\r" Carcosa\"\n}"
GUID: f57af7 GUID: f57af7
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3686': '3686':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"01047\",\r\n \"alternate_ids\": [\r\n \"01547\"\r\n GMNotes: "{\n \"id\": \"01047\",\n \"alternate_ids\": [\n \"01547\"\n ],\n \"type\":
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n \"cost\": 3,\r\n \"Asset\",\n \"slot\": \"Hand\",\n \"class\": \"Rogue\",\n \"cost\": 3,\n \"level\":
\ \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n \"combatIcons\": 0,\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n
1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n \"type\": \"Ammo\",\r\n \ \"uses\": [\n {\n \"count\": 3,\n \"type\": \"Ammo\",\n \"token\":
\ \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"Core\"\r\n}\r" \"resource\"\n }\n ],\n \"cycle\": \"Core\"\n}"
GUID: fe2db3 GUID: fe2db3
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'2263': '2263':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03190\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n GMNotes: "{\n \"id\": \"03190\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 4,\r\n \"level\": 2,\r\n \"traits\": \"Item. Weapon. Firearm.\",\r\n \ \"class\": \"Guardian\",\n \"cost\": 4,\n \"level\": 2,\n \"traits\": \"Item.
\ \"combatIcons\": 1,\r\n \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": Weapon. Firearm.\",\n \"combatIcons\": 1,\n \"agilityIcons\": 1,\n \"uses\":
4,\r\n \"type\": \"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n [\n {\n \"count\": 4,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n
\ \"cycle\": \"The Path to Carcosa\"\r\n}\r" \ }\n ],\n \"cycle\": \"The Path to Carcosa\"\n}"
GUID: fe0cc0 GUID: fe0cc0
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'2263': '2263':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"01016\",\r\n \"alternate_ids\": [\r\n \"01516\"\r\n GMNotes: "{\n \"id\": \"01016\",\n \"alternate_ids\": [\n \"01516\"\n ],\n \"type\":
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n \"cost\": 4,\r\n \"Asset\",\n \"slot\": \"Hand\",\n \"class\": \"Guardian\",\n \"cost\": 4,\n
\ \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm.\",\r\n \"agilityIcons\": \ \"level\": 0,\n \"traits\": \"Item. Weapon. Firearm.\",\n \"agilityIcons\":
1,\r\n \"uses\": [\r\n {\r\n \"count\": 4,\r\n \"type\": \"Ammo\",\r\n 1,\n \"uses\": [\n {\n \"count\": 4,\n \"type\": \"Ammo\",\n \"token\":
\ \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"Core\"\r\n}\r" \"resource\"\n }\n ],\n \"cycle\": \"Core\"\n}"
GUID: 12660b GUID: 12660b
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'2928': '2928':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Guardian Description: Guardian
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"05186\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n GMNotes: "{\n \"id\": \"05186\",\n \"type\": \"Asset\",\n \"slot\": \"Hand x2\",\n
\ \"cost\": 6,\r\n \"level\": 3,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n \ \"class\": \"Guardian\",\n \"cost\": 6,\n \"level\": 3,\n \"traits\": \"Item.
\ \"combatIcons\": 2,\r\n \"uses\": [\r\n {\r\n \"count\": 5,\r\n \"type\": Weapon. Firearm. Illicit.\",\n \"combatIcons\": 2,\n \"uses\": [\n {\n \"count\":
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The 5,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
Circle Undone\"\r\n}\r" \"The Circle Undone\"\n}"
GUID: b492cb GUID: b492cb
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'2929': '2929':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Rogue Description: Rogue
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"05187\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n GMNotes: "{\n \"id\": \"05187\",\n \"type\": \"Asset\",\n \"slot\": \"Hand x2\",\n
\ \"cost\": 5,\r\n \"level\": 3,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n \ \"class\": \"Rogue\",\n \"cost\": 5,\n \"level\": 3,\n \"traits\": \"Item.
\ \"combatIcons\": 1,\r\n \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n \"agilityIcons\": 1,\n \"uses\":
5,\r\n \"type\": \"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n [\n {\n \"count\": 5,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n
\ \"cycle\": \"The Circle Undone\"\r\n}\r" \ }\n ],\n \"cycle\": \"The Circle Undone\"\n}"
GUID: d4dbc7 GUID: d4dbc7
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'2776': '2776':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025942034/FEADE7F6206804B42CC9B6049F51EDF6040C5D1D/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025942034/FEADE7F6206804B42CC9B6049F51EDF6040C5D1D/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"05115\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian|Rogue\",\r\n GMNotes: "{\n \"id\": \"05115\",\n \"type\": \"Asset\",\n \"slot\": \"Hand x2\",\n
\ \"cost\": 6,\r\n \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n \ \"class\": \"Guardian|Rogue\",\n \"cost\": 6,\n \"level\": 0,\n \"traits\":
\ \"combatIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 5,\r\n \"type\": \"Item. Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n \"uses\": [\n {\n
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The \ \"count\": 5,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n
Circle Undone\"\r\n}\r" \ }\n ],\n \"cycle\": \"The Circle Undone\"\n}"
GUID: 2c6509 GUID: 2c6509
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3790': '3790':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1625226898126491470/A7FAFA92C08268717F79B2B1C83F8C23DFA6C534/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"08048\",\r\n \"type\": \"Event\",\r\n \"class\": \"Rogue\",\r\n GMNotes: "{\n \"id\": \"08048\",\n \"type\": \"Event\",\n \"class\": \"Rogue\",\n
\ \"cost\": 2,\r\n \"level\": 0,\r\n \"traits\": \"Fortune. Gambit.\",\r\n \"combatIcons\": \ \"cost\": 2,\n \"level\": 0,\n \"traits\": \"Fortune. Gambit.\",\n \"combatIcons\":
1,\r\n \"agilityIcons\": 1,\r\n \"cycle\": \"Edge of the Earth\"\r\n}\r" 1,\n \"agilityIcons\": 1,\n \"cycle\": \"Edge of the Earth\"\n}"
GUID: 5210c2 GUID: 5210c2
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3688': '3688':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03238\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"03238\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"level\": 2,\r\n \"traits\": \"Fortune.\",\r\n \"willpowerIcons\": 1,\r\n \"intellectIcons\": \ \"level\": 2,\n \"traits\": \"Fortune.\",\n \"willpowerIcons\": 1,\n \"intellectIcons\":
1,\r\n \"cycle\": \"The Path to Carcosa\"\r\n}\r" 1,\n \"cycle\": \"The Path to Carcosa\"\n}"
GUID: 0edef1 GUID: 0edef1
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3688': '3688':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"02270\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"02270\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 1,\r\n \"level\": 0,\r\n \"traits\": \"Fortune.\",\r\n \"willpowerIcons\": \ \"cost\": 1,\n \"level\": 0,\n \"traits\": \"Fortune.\",\n \"willpowerIcons\":
1,\r\n \"intellectIcons\": 1,\r\n \"cycle\": \"The Dunwich Legacy\"\r\n}\r" 1,\n \"intellectIcons\": 1,\n \"cycle\": \"The Dunwich Legacy\"\n}"
GUID: 3f3488 GUID: 3f3488
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'4477': '4477':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025946328/561232524C8EAA4B4371B28652F78969E6ED6FFB/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025946328/561232524C8EAA4B4371B28652F78969E6ED6FFB/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"06245\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"06245\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 1,\r\n \"level\": 0,\r\n \"traits\": \"Blessed. Fortune.\",\r\n \"wildIcons\": \ \"cost\": 1,\n \"level\": 0,\n \"traits\": \"Blessed. Fortune.\",\n \"wildIcons\":
1,\r\n \"cycle\": \"The Dream-Eaters\"\r\n}\r" 1,\n \"cycle\": \"The Dream-Eaters\"\n}"
GUID: f21109 GUID: f21109
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3688': '3688':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03156\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"03156\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 1,\r\n \"level\": 1,\r\n \"traits\": \"Spirit.\",\r\n \"willpowerIcons\": \ \"cost\": 1,\n \"level\": 1,\n \"traits\": \"Spirit.\",\n \"willpowerIcons\":
1,\r\n \"cycle\": \"The Path to Carcosa\"\r\n}\r" 1,\n \"cycle\": \"The Path to Carcosa\"\n}"
GUID: 4cfcc7 GUID: 4cfcc7
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'5508': '5508':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"60523\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"60523\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 0,\r\n \"level\": 2,\r\n \"traits\": \"Spirit.\",\r\n \"willpowerIcons\": \ \"cost\": 0,\n \"level\": 2,\n \"traits\": \"Spirit.\",\n \"willpowerIcons\":
1,\r\n \"cycle\": \"Investigator Packs\"\r\n}\r" 1,\n \"cycle\": \"Investigator Packs\"\n}"
GUID: 71a760 GUID: 71a760
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'5508': '5508':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1626320456298038335/2CA532D7F0EED2B2B40E47709AC56D85C4613A33/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"60513\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"60513\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 1,\r\n \"level\": 0,\r\n \"traits\": \"Spirit.\",\r\n \"willpowerIcons\": \ \"cost\": 1,\n \"level\": 0,\n \"traits\": \"Spirit.\",\n \"willpowerIcons\":
1,\r\n \"cycle\": \"Investigator Packs\"\r\n}\r" 1,\n \"cycle\": \"Investigator Packs\"\n}"
GUID: 48e516 GUID: 48e516
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3': '3':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/2115061845812962486/A68B8BF7E4862F21369DAC4A37D813EC664EAC34/ FaceURL: http://cloud-3.steamusercontent.com/ugc/2115061845812962486/A68B8BF7E4862F21369DAC4A37D813EC664EAC34/
NumHeight: 6 NumHeight: 6
NumWidth: 10 NumWidth: 10

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'4496': '4496':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1747933191220177818/637923621F747375066D4DA39BEA3BA9C26086A5/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1747933191220177818/637923621F747375066D4DA39BEA3BA9C26086A5/
NumHeight: 3 NumHeight: 3
NumWidth: 7 NumWidth: 7
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"07269\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"07269\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 1,\r\n \"level\": 3,\r\n \"traits\": \"Spirit. Blessed.\",\r\n \"willpowerIcons\": \ \"cost\": 1,\n \"level\": 3,\n \"traits\": \"Spirit. Blessed.\",\n \"willpowerIcons\":
2,\r\n \"cycle\": \"The Innsmouth Conspiracy\"\r\n}\r" 2,\n \"cycle\": \"The Innsmouth Conspiracy\"\n}"
GUID: '176836' GUID: '176836'
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'5872': '5872':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1856052392800079019/C6B0ADB01750372B73B2281CFFDFA5F6F87C2C9E/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1856052392800079019/C6B0ADB01750372B73B2281CFFDFA5F6F87C2C9E/
NumHeight: 3 NumHeight: 3
NumWidth: 7 NumWidth: 7
@ -19,9 +19,8 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Weakness Description: Weakness
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"01515\",\r\n \"type\": \"Treachery\",\r\n \"class\": GMNotes: "{\n \"id\": \"01515\",\n \"type\": \"Treachery\",\n \"class\": \"Neutral\",\n
\"Neutral\",\r\n \"traits\": \"Madness.\",\r\n \"weakness\": true,\r\n \"cycle\": \ \"traits\": \"Madness.\",\n \"weakness\": true,\n \"cycle\": \"Core\"\n}"
\"Core\"\r\n}\r"
GUID: 35a7e9 GUID: 35a7e9
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3751': '3751':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,8 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"01015\",\r\n \"type\": \"Treachery\",\r\n \"class\": GMNotes: "{\n \"id\": \"01015\",\n \"type\": \"Treachery\",\n \"class\": \"Neutral\",\n
\"Neutral\",\r\n \"traits\": \"Madness.\",\r\n \"weakness\": true,\r\n \"cycle\": \ \"traits\": \"Madness.\",\n \"weakness\": true,\n \"cycle\": \"Core\"\n}"
\"Core\"\r\n}\r"
GUID: 79b4af GUID: 79b4af
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'5360': '5360':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1849293764610861313/38FA9E4802C3B8E8FC2DB16E94E65A3FD60D92B9/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1849293764610861313/38FA9E4802C3B8E8FC2DB16E94E65A3FD60D92B9/
NumHeight: 2 NumHeight: 2
NumWidth: 2 NumWidth: 2
@ -19,9 +19,8 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Advanced Description: Advanced
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"90040\",\r\n \"type\": \"Treachery\",\r\n \"class\": GMNotes: "{\n \"id\": \"90040\",\n \"type\": \"Treachery\",\n \"class\": \"Neutral\",\n
\"Neutral\",\r\n \"traits\": \"Madness.\",\r\n \"weakness\": true,\r\n \"cycle\": \ \"traits\": \"Madness.\",\n \"weakness\": true,\n \"cycle\": \"Standalone\"\n}"
\"Standalone\"\r\n}\r"
GUID: 89fe92 GUID: 89fe92
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'40': '40':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/87094793642329861/9768E9FE9C71E74721340D0D81607F534E54A3DE/ FaceURL: http://cloud-3.steamusercontent.com/ugc/87094793642329861/9768E9FE9C71E74721340D0D81607F534E54A3DE/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Ally. Believer. Description: Ally. Believer.
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"82022\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n GMNotes: "{\n \"id\": \"82022\",\n \"type\": \"Asset\",\n \"class\": \"Neutral\",\n
\ \"cost\": 4,\r\n \"traits\": \"Ally. Believer.\",\r\n \"willpowerIcons\": 1,\r\n \ \"cost\": 4,\n \"traits\": \"Ally. Believer.\",\n \"willpowerIcons\": 1,\n \"intellectIcons\":
\ \"intellectIcons\": 1,\r\n \"wildIcons\": 1,\r\n \"cycle\": \"Standalone\"\r\n}\r" 1,\n \"wildIcons\": 1,\n \"cycle\": \"Standalone\"\n}"
GUID: a4b514 GUID: a4b514
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'4488': '4488':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,10 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Library Intern Description: Library Intern
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"06324\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n GMNotes: "{\n \"id\": \"06324\",\n \"type\": \"Asset\",\n \"slot\": \"Ally\",\n
\ \"cost\": 3,\r\n \"level\": 4,\r\n \"traits\": \"Ally. Miskatonic.\",\r\n \"intellectIcons\": \ \"class\": \"Seeker\",\n \"cost\": 3,\n \"level\": 4,\n \"traits\": \"Ally.
1,\r\n \"agilityIcons\": 1,\r\n \"cycle\": \"The Dream-Eaters\"\r\n}\r" Miskatonic.\",\n \"intellectIcons\": 1,\n \"agilityIcons\": 1,\n \"cycle\": \"The
Dream-Eaters\"\n}"
GUID: 97e9ce GUID: 97e9ce
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'2746': '2746':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025946328/561232524C8EAA4B4371B28652F78969E6ED6FFB/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025946328/561232524C8EAA4B4371B28652F78969E6ED6FFB/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"05038\",\r\n \"type\": \"Skill\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"05038\",\n \"type\": \"Skill\",\n \"class\": \"Survivor\",\n
\ \"level\": 0,\r\n \"traits\": \"Innate.\",\r\n \"combatIcons\": 1,\r\n \"agilityIcons\": \ \"level\": 0,\n \"traits\": \"Innate.\",\n \"combatIcons\": 1,\n \"agilityIcons\":
1,\r\n \"cycle\": \"The Circle Undone\"\r\n}\r" 1,\n \"cycle\": \"The Circle Undone\"\n}"
GUID: '051742' GUID: '051742'
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -0,0 +1,54 @@
AltLookAngle:
x: 0
y: 0
z: 0
Autoraise: true
CardID: 94732
ColorDiffuse:
b: 0.71324
g: 0.71324
r: 0.71324
CustomDeck:
'947':
BackIsHidden: true
BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/2286207513864999779/940B69318E315879D88F91454332BB6D0DFB03B6/
NumHeight: 7
NumWidth: 10
Type: 0
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\n \"id\": \"10086\",\n \"type\": \"Event\",\n \"class\": \"Mystic\",\n
\ \"traits\": \"Spell. Rot. Cursed.\",\n \"cycle\": \"The Feast of Hemlock Vale\"\n}"
GUID: bbeac6
Grid: true
GridProjection: false
Hands: true
HideWhenFaceDown: true
IgnoreFoW: false
LayoutGroupSortIndex: 0
Locked: false
LuaScript: ''
LuaScriptState: ''
MeasureMovement: false
Name: Card
Nickname: Abyssal Rot
SidewaysCard: false
Snap: true
Sticky: true
Tags:
- PlayerCard
Tooltip: true
Transform:
posX: 58.47
posY: 3.67
posZ: -15.26
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'2321': '2321':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1655600400212405700/559F1F3EF87BDF7F067F9B7011EDC3A6ACE71259/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1655600400212405700/559F1F3EF87BDF7F067F9B7011EDC3A6ACE71259/
NumHeight: 5 NumHeight: 5
NumWidth: 5 NumWidth: 5
@ -19,9 +19,10 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"07159\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n GMNotes: "{\n \"id\": \"07159\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 2,\r\n \"level\": 2,\r\n \"traits\": \"Item. Tome.\",\r\n \"intellectIcons\": \ \"class\": \"Mystic\",\n \"cost\": 2,\n \"level\": 2,\n \"traits\": \"Item.
1,\r\n \"combatIcons\": 1,\r\n \"cycle\": \"The Innsmouth Conspiracy\"\r\n}\r" Tome.\",\n \"intellectIcons\": 1,\n \"combatIcons\": 1,\n \"cycle\": \"The Innsmouth
Conspiracy\"\n}"
GUID: a2d392 GUID: a2d392
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'5376': '5376':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/ FaceURL: http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,8 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Weakness Description: Weakness
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"04041\",\r\n \"type\": \"Treachery\",\r\n \"class\": GMNotes: "{\n \"id\": \"04041\",\n \"type\": \"Treachery\",\n \"class\": \"Neutral\",\n
\"Neutral\",\r\n \"traits\": \"Curse.\",\r\n \"weakness\": true,\r\n \"cycle\": \ \"traits\": \"Curse.\",\n \"weakness\": true,\n \"cycle\": \"The Forgotten Age\"\n}"
\"The Forgotten Age\"\r\n}\r"
GUID: 85e7d9 GUID: 85e7d9
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'5833': '5833':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Basic Weakness Description: Basic Weakness
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"07038\",\r\n \"type\": \"Enemy\",\r\n \"class\": \"Neutral\",\r\n GMNotes: "{\n \"id\": \"07038\",\n \"type\": \"Enemy\",\n \"class\": \"Neutral\",\n
\ \"traits\": \"Humanoid. Cultist. Cursed.\",\r\n \"weakness\": true,\r\n \"basicWeaknessCount\": \ \"traits\": \"Humanoid. Cultist. Cursed.\",\n \"weakness\": true,\n \"basicWeaknessCount\":
2,\r\n \"cycle\": \"The Innsmouth Conspiracy\"\r\n}\r" 2,\n \"cycle\": \"The Innsmouth Conspiracy\"\n}"
GUID: ef91a9 GUID: ef91a9
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3': '3':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/2115061845812962486/A68B8BF7E4862F21369DAC4A37D813EC664EAC34/ FaceURL: http://cloud-3.steamusercontent.com/ugc/2115061845812962486/A68B8BF7E4862F21369DAC4A37D813EC664EAC34/
NumHeight: 6 NumHeight: 6
NumWidth: 10 NumWidth: 10

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3152': '3152':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"02266\",\r\n \"type\": \"Event\",\r\n \"class\": \"Rogue\",\r\n GMNotes: "{\n \"id\": \"02266\",\n \"type\": \"Event\",\n \"class\": \"Rogue\",\n
\ \"cost\": 0,\r\n \"level\": 3,\r\n \"traits\": \"Trick.\",\r\n \"cycle\": \"The \ \"cost\": 0,\n \"level\": 3,\n \"traits\": \"Trick.\",\n \"cycle\": \"The Dunwich
Dunwich Legacy\"\r\n}\r" Legacy\"\n}"
GUID: 074858 GUID: 074858
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3187': '3187':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025942034/FEADE7F6206804B42CC9B6049F51EDF6040C5D1D/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025942034/FEADE7F6206804B42CC9B6049F51EDF6040C5D1D/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: The Fateful Step Description: The Fateful Step
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"05040\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n GMNotes: "{\n \"id\": \"05040\",\n \"type\": \"Asset\",\n \"slot\": \"Tarot\",\n
\ \"cost\": 3,\r\n \"level\": 1,\r\n \"traits\": \"Tarot.\",\r\n \"cycle\": \"The \ \"class\": \"Neutral\",\n \"cost\": 3,\n \"level\": 1,\n \"traits\": \"Tarot.\",\n
Circle Undone\"\r\n}\r" \ \"cycle\": \"The Circle Undone\"\n}"
GUID: 52a677 GUID: 52a677
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'4310': '4310':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Let Your Arrow Fly True Description: Let Your Arrow Fly True
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"05023\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n GMNotes: "{\n \"id\": \"05023\",\n \"type\": \"Asset\",\n \"slot\": \"Tarot\",\n
\ \"cost\": 3,\r\n \"level\": 1,\r\n \"traits\": \"Tarot.\",\r\n \"cycle\": \"The \ \"class\": \"Guardian\",\n \"cost\": 3,\n \"level\": 1,\n \"traits\": \"Tarot.\",\n
Circle Undone\"\r\n}\r" \ \"cycle\": \"The Circle Undone\"\n}"
GUID: c4d436 GUID: c4d436
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'2329': '2329':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/782999241295993974/70871F727ABBAB3DB22003051B5E1FBF8999AEEB/ FaceURL: http://cloud-3.steamusercontent.com/ugc/782999241295993974/70871F727ABBAB3DB22003051B5E1FBF8999AEEB/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Madness. Description: Madness.
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"02178\",\r\n \"type\": \"Treachery\",\r\n \"class\": GMNotes: "{\n \"id\": \"02178\",\n \"type\": \"Treachery\",\n \"class\": \"Neutral\",\n
\"Neutral\",\r\n \"cost\": 0,\r\n \"traits\": \"Madness.\",\r\n \"weakness\": \ \"cost\": 0,\n \"traits\": \"Madness.\",\n \"weakness\": true,\n \"cycle\":
true,\r\n \"cycle\": \"The Dunwich Legacy\"\r\n}\r" \"The Dunwich Legacy\"\n}"
GUID: fb943f GUID: fb943f
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'2746': '2746':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025946328/561232524C8EAA4B4371B28652F78969E6ED6FFB/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025946328/561232524C8EAA4B4371B28652F78969E6ED6FFB/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"05037\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"05037\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 0,\r\n \"level\": 0,\r\n \"traits\": \"Tactic. Gambit.\",\r\n \"combatIcons\": \ \"cost\": 0,\n \"level\": 0,\n \"traits\": \"Tactic. Gambit.\",\n \"combatIcons\":
2,\r\n \"cycle\": \"The Circle Undone\"\r\n}\r" 2,\n \"cycle\": \"The Circle Undone\"\n}"
GUID: 0bea17 GUID: 0bea17
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3152': '3152':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"02110\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n GMNotes: "{\n \"id\": \"02110\",\n \"type\": \"Asset\",\n \"class\": \"Rogue\",\n
\ \"level\": 1,\r\n \"traits\": \"Talent.\",\r\n \"permanent\": true,\r\n \"cycle\": \ \"level\": 1,\n \"traits\": \"Talent.\",\n \"permanent\": true,\n \"cycle\":
\"The Dunwich Legacy\"\r\n}\r" \"The Dunwich Legacy\"\n}"
GUID: 731d2a GUID: 731d2a
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -0,0 +1,54 @@
AltLookAngle:
x: 0
y: 0
z: 0
Autoraise: true
CardID: 94733
ColorDiffuse:
b: 0.71324
g: 0.71324
r: 0.71324
CustomDeck:
'947':
BackIsHidden: true
BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/2286207513864999779/940B69318E315879D88F91454332BB6D0DFB03B6/
NumHeight: 7
NumWidth: 10
Type: 0
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\n \"id\": \"10087\",\n \"type\": \"Event\",\n \"class\": \"Mystic\",\n
\ \"traits\": \"Spell. Rot. Cursed.\",\n \"cycle\": \"The Feast of Hemlock Vale\"\n}"
GUID: 3e6219
Grid: true
GridProjection: false
Hands: true
HideWhenFaceDown: true
IgnoreFoW: false
LayoutGroupSortIndex: 0
Locked: false
LuaScript: ''
LuaScriptState: ''
MeasureMovement: false
Name: Card
Nickname: Aember Rot
SidewaysCard: false
Snap: true
Sticky: true
Tags:
- PlayerCard
Tooltip: true
Transform:
posX: 52.14
posY: 3.67
posZ: -17.53
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3688': '3688':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,10 +19,10 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"04202\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"04202\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 2,\r\n \"level\": 2,\r\n \"traits\": \"Spirit.\",\r\n \"willpowerIcons\": \ \"cost\": 2,\n \"level\": 2,\n \"traits\": \"Spirit.\",\n \"willpowerIcons\":
1,\r\n \"combatIcons\": 1,\r\n \"agilityIcons\": 1,\r\n \"cycle\": \"The Forgotten 1,\n \"combatIcons\": 1,\n \"agilityIcons\": 1,\n \"cycle\": \"The Forgotten
Age\"\r\n}\r" Age\"\n}"
GUID: c077bf GUID: c077bf
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3786': '3786':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,10 +19,10 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"05274\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n GMNotes: "{\n \"id\": \"05274\",\n \"type\": \"Asset\",\n \"slot\": \"Ally\",\n
\ \"cost\": 7,\r\n \"level\": 5,\r\n \"traits\": \"Ally. Agency.\",\r\n \"willpowerIcons\": \ \"class\": \"Guardian\",\n \"cost\": 7,\n \"level\": 5,\n \"traits\": \"Ally.
1,\r\n \"intellectIcons\": 1,\r\n \"combatIcons\": 1,\r\n \"cycle\": \"The Circle Agency.\",\n \"willpowerIcons\": 1,\n \"intellectIcons\": 1,\n \"combatIcons\":
Undone\"\r\n}\r" 1,\n \"cycle\": \"The Circle Undone\"\n}"
GUID: d6eda3 GUID: d6eda3
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'5886': '5886':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1941643328387688196/FE8468C5066E61AB3C228A48639F47D0226DFCF6/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1941643328387688196/FE8468C5066E61AB3C228A48639F47D0226DFCF6/
NumHeight: 2 NumHeight: 2
NumWidth: 5 NumWidth: 5
@ -19,10 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Foundation Researcher Description: Foundation Researcher
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"09763\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n GMNotes: "{\n \"id\": \"09763\",\n \"type\": \"Asset\",\n \"class\": \"Neutral\",\n
\ \"cost\": 3,\r\n \"traits\": \"Ally. Agency. Detective.\",\r\n \"intellectIcons\": \ \"cost\": 3,\n \"traits\": \"Ally. Agency. Detective.\",\n \"intellectIcons\":
1,\r\n \"combatIcons\": 1,\r\n \"agilityIcons\": 1,\r\n \"cycle\": \"The Scarlet 1,\n \"combatIcons\": 1,\n \"agilityIcons\": 1,\n \"cycle\": \"The Scarlet Keys\"\n}"
Keys\"\r\n}\r"
GUID: d61c6a GUID: d61c6a
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3790': '3790':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/2021606446230201640/A992318B1957FC69EB36B5E6FC87D226AAC5EC21/ FaceURL: http://cloud-3.steamusercontent.com/ugc/2021606446230201640/A992318B1957FC69EB36B5E6FC87D226AAC5EC21/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"09010\",\r\n \"type\": \"Enemy\",\r\n \"class\": \"Neutral\",\r\n GMNotes: "{\n \"id\": \"09010\",\n \"type\": \"Enemy\",\n \"class\": \"Neutral\",\n
\ \"traits\": \"Humanoid. Coterie. Detective.\",\r\n \"weakness\": true,\r\n \"cycle\": \ \"traits\": \"Humanoid. Coterie. Detective.\",\n \"weakness\": true,\n \"cycle\":
\"The Scarlet Keys\"\r\n}\r" \"The Scarlet Keys\"\n}"
GUID: 95b0cf GUID: 95b0cf
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,16 @@ CustomDeck:
UniqueBack: true UniqueBack: true
Description: The Waitress Description: The Waitress
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"01004-pb\",\r\n \"type\": \"Investigator\",\r\n \"class\": GMNotes: "{\n \"id\": \"01004-pb\",\n \"type\": \"Investigator\",\n \"class\":
\"Mystic\",\r\n \"traits\": \"Sorcerer.\",\r\n \"willpowerIcons\": 5,\r\n \"intellectIcons\": \"Mystic\",\n \"traits\": \"Sorcerer.\",\n \"willpowerIcons\": 5,\n \"intellectIcons\":
2,\r\n \"combatIcons\": 2,\r\n \"agilityIcons\": 3,\r\n \"cycle\": \"Core\"\r\n}\r" 2,\n \"combatIcons\": 2,\n \"agilityIcons\": 3,\n \"cycle\": \"Core\",\n \"deck_requirements\":
{\n \"size\": 30,\n \"randomBasicWeaknessCount\": 1,\n \"signatures\":
[\n {\n \"01012\": 1,\n \"90018\": 1\n },\n {\n \"01013\":
1,\n \"90019\": 1\n }\n ]\n },\n \"deck_options\": [\n {\n \"faction\":
[\n \"mystic\",\n \"neutral\"\n ],\n \"level\": {\n \"min\":
0,\n \"max\": 5\n }\n },\n {\n \"faction\": [\n \"spell\",\n
\ \"occult\"\n ],\n \"level\": {\n \"min\": 0,\n \"max\":
3\n }\n }\n ]\n}"
GUID: 909f30 GUID: 909f30
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,16 @@ CustomDeck:
UniqueBack: true UniqueBack: true
Description: The Waitress Description: The Waitress
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"01004-pf\",\r\n \"type\": \"Investigator\",\r\n \"class\": GMNotes: "{\n \"id\": \"01004-pf\",\n \"type\": \"Investigator\",\n \"class\":
\"Mystic\",\r\n \"traits\": \"Sorcerer.\",\r\n \"willpowerIcons\": 5,\r\n \"intellectIcons\": \"Mystic\",\n \"traits\": \"Sorcerer.\",\n \"willpowerIcons\": 5,\n \"intellectIcons\":
2,\r\n \"combatIcons\": 2,\r\n \"agilityIcons\": 3,\r\n \"cycle\": \"Core\"\r\n}\r" 2,\n \"combatIcons\": 2,\n \"agilityIcons\": 3,\n \"cycle\": \"Core\",\n \"deck_requirements\":
{\n \"size\": 30,\n \"randomBasicWeaknessCount\": 1,\n \"signatures\":
[\n {\n \"01012\": 1,\n \"90018\": 1\n },\n {\n \"01013\":
1,\n \"90019\": 1\n }\n ]\n },\n \"deck_options\": [\n {\n \"faction\":
[\n \"mystic\",\n \"neutral\"\n ],\n \"level\": {\n \"min\":
0,\n \"max\": 5\n }\n },\n {\n \"faction\": [\n \"survivor\"\n
\ ],\n \"level\": {\n \"min\": 0,\n \"max\": 2\n }\n
\ }\n ]\n}"
GUID: 02db0a GUID: 02db0a
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,9 +19,16 @@ CustomDeck:
UniqueBack: true UniqueBack: true
Description: The Waitress Description: The Waitress
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"01004-p\",\r\n \"type\": \"Investigator\",\r\n \"class\": GMNotes: "{\n \"id\": \"01004-p\",\n \"type\": \"Investigator\",\n \"class\": \"Mystic\",\n
\"Mystic\",\r\n \"traits\": \"Sorcerer.\",\r\n \"willpowerIcons\": 5,\r\n \"intellectIcons\": \ \"traits\": \"Sorcerer.\",\n \"willpowerIcons\": 5,\n \"intellectIcons\": 2,\n
2,\r\n \"combatIcons\": 2,\r\n \"agilityIcons\": 3,\r\n \"cycle\": \"Core\"\r\n}\r" \ \"combatIcons\": 2,\n \"agilityIcons\": 3,\n \"cycle\": \"Core\",\n \"deck_requirements\":
{\n \"size\": 30,\n \"randomBasicWeaknessCount\": 1,\n \"signatures\":
[\n {\n \"01012\": 1,\n \"90018\": 1\n },\n {\n \"01013\":
1,\n \"90019\": 1\n }\n ]\n },\n \"deck_options\": [\n {\n \"faction\":
[\n \"mystic\",\n \"neutral\"\n ],\n \"level\": {\n \"min\":
0,\n \"max\": 5\n }\n },\n {\n \"faction\": [\n \"spell\",\n
\ \"occult\"\n ],\n \"level\": {\n \"min\": 0,\n \"max\":
3\n }\n }\n ]\n}"
GUID: 01b6ef GUID: 01b6ef
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,10 +19,16 @@ CustomDeck:
UniqueBack: true UniqueBack: true
Description: The Waitress Description: The Waitress
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"01004\",\r\n \"alternate_ids\": [\r\n \"01504\"\r\n GMNotes: "{\n \"id\": \"01004\",\n \"alternate_ids\": [\n \"01504\"\n ],\n \"type\":
\ ],\r\n \"type\": \"Investigator\",\r\n \"class\": \"Mystic\",\r\n \"traits\": \"Investigator\",\n \"class\": \"Mystic\",\n \"traits\": \"Sorcerer.\",\n \"willpowerIcons\":
\"Sorcerer.\",\r\n \"willpowerIcons\": 5,\r\n \"intellectIcons\": 2,\r\n \"combatIcons\": 5,\n \"intellectIcons\": 2,\n \"combatIcons\": 2,\n \"agilityIcons\": 3,\n \"cycle\":
2,\r\n \"agilityIcons\": 3,\r\n \"cycle\": \"Core\"\r\n}\r" \"Core\",\n \"deck_requirements\": {\n \"size\": 30,\n \"randomBasicWeaknessCount\":
1,\n \"signatures\": [\n {\n \"01012\": 1,\n \"90018\": 1\n
\ },\n {\n \"01013\": 1,\n \"90019\": 1\n }\n ]\n
\ },\n \"deck_options\": [\n {\n \"faction\": [\n \"mystic\",\n
\ \"neutral\"\n ],\n \"level\": {\n \"min\": 0,\n \"max\":
5\n }\n },\n {\n \"faction\": [\n \"survivor\"\n ],\n
\ \"level\": {\n \"min\": 0,\n \"max\": 2\n }\n }\n ]\n}"
GUID: 25e2db GUID: 25e2db
Grid: true Grid: true
GridProjection: false GridProjection: false
@ -64,7 +70,15 @@ States:
GMNotes: "{\r\n \"id\": \"01004\",\r\n \"alternate_ids\": [\r\n \"01504\"\r\n 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\": \ ],\r\n \"type\": \"Investigator\",\r\n \"class\": \"Mystic\",\r\n \"traits\":
\"Sorcerer.\",\r\n \"willpowerIcons\": 5,\r\n \"intellectIcons\": 2,\r\n \"combatIcons\": \"Sorcerer.\",\r\n \"willpowerIcons\": 5,\r\n \"intellectIcons\": 2,\r\n \"combatIcons\":
2,\r\n \"agilityIcons\": 3,\r\n \"cycle\": \"Core\"\r\n}\r" 2,\r\n \"agilityIcons\": 3,\r\n \"cycle\": \"Core\",\r\n \"deck_requirements\":
{\r\n \"size\": 30,\r\n \"randomBasicWeaknessCount\": 1,\r\n \"signatures\":
[\r\n {\r\n \"01012\": 1,\r\n \"90018\": 1\r\n },\r\n
\ {\r\n \"01013\": 1,\r\n \"90019\": 1\r\n }\r\n ]\r\n
\ },\r\n \"deck_options\": [\r\n {\r\n \"faction\": [\r\n \"mystic\",\r\n
\ \"neutral\"\r\n ],\r\n \"level\": {\r\n \"min\": 0,\r\n
\ \"max\": 5\r\n }\r\n },\r\n {\r\n \"faction\": [\r\n
\ \"survivor\"\r\n ],\r\n \"level\": {\r\n \"min\": 0,\r\n
\ \"max\": 2\r\n }\r\n }\r\n ]\r\n}\r\n"
GUID: 6797bb GUID: 6797bb
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

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

View File

@ -19,10 +19,17 @@ CustomDeck:
UniqueBack: true UniqueBack: true
Description: The Shaman Description: The Shaman
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03004\",\r\n \"type\": \"Investigator\",\r\n \"class\": GMNotes: "{\n \"id\": \"03004\",\n \"type\": \"Investigator\",\n \"class\": \"Mystic\",\n
\"Mystic\",\r\n \"traits\": \"Sorcerer.\",\r\n \"willpowerIcons\": 5,\r\n \"intellectIcons\": \ \"traits\": \"Sorcerer.\",\n \"willpowerIcons\": 5,\n \"intellectIcons\": 2,\n
2,\r\n \"combatIcons\": 3,\r\n \"agilityIcons\": 3,\r\n \"cycle\": \"The Path \ \"combatIcons\": 3,\n \"agilityIcons\": 3,\n \"cycle\": \"The Path to Carcosa\",\n
to Carcosa\"\r\n}\r" \ \"deck_requirements\": {\n \"size\": 30,\n \"randomBasicWeaknessCount\":
1,\n \"signatures\": [\n {\n \"03014\": 1\n },\n {\n \"03015\":
1\n }\n ]\n },\n \"deck_options\": [\n {\n \"faction\": [\n \"mystic\",\n
\ \"neutral\"\n ],\n \"level\": {\n \"min\": 0,\n \"max\":
5\n }\n },\n {\n \"uses\": [\n \"charge\"\n ],\n \"level\":
{\n \"min\": 0,\n \"max\": 4\n }\n },\n {\n \"trait\":
[\n \"occult\"\n ],\n \"level\": {\n \"min\": 0,\n \"max\":
0\n }\n }\n ]\n}"
GUID: 452ed8 GUID: 452ed8
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

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

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'4440': '4440':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"52007\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n GMNotes: "{\n \"id\": \"52007\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
\ \"cost\": 0,\r\n \"level\": 2,\r\n \"traits\": \"Spell.\",\r\n \"willpowerIcons\": \ \"class\": \"Mystic\",\n \"cost\": 0,\n \"level\": 2,\n \"traits\": \"Spell.\",\n
1,\r\n \"intellectIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 4,\r\n \ \"willpowerIcons\": 1,\n \"intellectIcons\": 1,\n \"uses\": [\n {\n \"count\":
\ \"type\": \"Charge\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n 4,\n \"type\": \"Charge\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
\ \"cycle\": \"Return to the Path to Carcosa\"\r\n}\r" \"Return to the Path to Carcosa\"\n}"
GUID: 283e54 GUID: 283e54
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'2303': '2303':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,10 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03032\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n GMNotes: "{\n \"id\": \"03032\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
\ \"cost\": 1,\r\n \"level\": 0,\r\n \"traits\": \"Spell.\",\r\n \"willpowerIcons\": \ \"class\": \"Mystic\",\n \"cost\": 1,\n \"level\": 0,\n \"traits\": \"Spell.\",\n
1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n \"type\": \"Charge\",\r\n \ \"willpowerIcons\": 1,\n \"uses\": [\n {\n \"count\": 3,\n \"type\":
\ \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The Path to Carcosa\"\r\n}\r" \"Charge\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\": \"The Path
to Carcosa\"\n}"
GUID: 54832d GUID: 54832d
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'2356': '2356':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1467561769777497046/3003A76996378249E6AAA4A60D85AE7EE59C1B8B/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1467561769777497046/3003A76996378249E6AAA4A60D85AE7EE59C1B8B/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,10 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Renowned Historian Description: Renowned Historian
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"04051\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n GMNotes: "{\n \"id\": \"04051\",\n \"type\": \"Asset\",\n \"class\": \"Neutral\",\n
\ \"cost\": 2,\r\n \"traits\": \"Ally. Wayfarer.\",\r\n \"willpowerIcons\": 1,\r\n \ \"cost\": 2,\n \"traits\": \"Ally. Wayfarer.\",\n \"willpowerIcons\": 1,\n \"intellectIcons\":
\ \"intellectIcons\": 1,\r\n \"wildIcons\": 1,\r\n \"cycle\": \"The Forgotten 1,\n \"wildIcons\": 1,\n \"cycle\": \"The Forgotten Age\"\n}"
Age\"\r\n}\r"
GUID: c49b4b GUID: c49b4b
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'2780': '2780':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Fearless Flatfoot Description: Fearless Flatfoot
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"05151\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n GMNotes: "{\n \"id\": \"05151\",\n \"type\": \"Asset\",\n \"slot\": \"Ally\",\n
\ \"cost\": 4,\r\n \"level\": 0,\r\n \"traits\": \"Ally. Detective. Police.\",\r\n \ \"class\": \"Guardian\",\n \"cost\": 4,\n \"level\": 0,\n \"traits\": \"Ally.
\ \"intellectIcons\": 1,\r\n \"cycle\": \"The Circle Undone\"\r\n}\r" Detective. Police.\",\n \"intellectIcons\": 1,\n \"cycle\": \"The Circle Undone\"\n}"
GUID: ae20e0 GUID: ae20e0
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3': '3':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/2115061845812962486/A68B8BF7E4862F21369DAC4A37D813EC664EAC34/ FaceURL: http://cloud-3.steamusercontent.com/ugc/2115061845812962486/A68B8BF7E4862F21369DAC4A37D813EC664EAC34/
NumHeight: 6 NumHeight: 6
NumWidth: 10 NumWidth: 10

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'2655': '2655':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"04309\",\r\n \"type\": \"Skill\",\r\n \"class\": \"Rogue\",\r\n GMNotes: "{\n \"id\": \"04309\",\n \"type\": \"Skill\",\n \"class\": \"Rogue\",\n
\ \"level\": 5,\r\n \"traits\": \"Fortune.\",\r\n \"wildIcons\": 2,\r\n \"cycle\": \ \"level\": 5,\n \"traits\": \"Fortune.\",\n \"wildIcons\": 2,\n \"cycle\":
\"The Forgotten Age\"\r\n}\r" \"The Forgotten Age\"\n}"
GUID: 7d3a27 GUID: 7d3a27
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'5452': '5452':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"53009\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"53009\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 3,\r\n \"level\": 1,\r\n \"traits\": \"Spell. Blessed.\",\r\n \"willpowerIcons\": \ \"cost\": 3,\n \"level\": 1,\n \"traits\": \"Spell. Blessed.\",\n \"willpowerIcons\":
1,\r\n \"agilityIcons\": 1,\r\n \"cycle\": \"Return to the Forgotten Age\"\r\n}\r" 1,\n \"agilityIcons\": 1,\n \"cycle\": \"Return to the Forgotten Age\"\n}"
GUID: 9e4e11 GUID: 9e4e11
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3688': '3688':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"04313\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n GMNotes: "{\n \"id\": \"04313\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
\ \"cost\": 1,\r\n \"level\": 3,\r\n \"traits\": \"Spell. Blessed.\",\r\n \"wildIcons\": \ \"cost\": 1,\n \"level\": 3,\n \"traits\": \"Spell. Blessed.\",\n \"wildIcons\":
1,\r\n \"cycle\": \"The Forgotten Age\"\r\n}\r" 1,\n \"cycle\": \"The Forgotten Age\"\n}"
GUID: 83c86b GUID: 83c86b
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'2303': '2303':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Speaker to the Dead Description: Speaker to the Dead
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"02232\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n GMNotes: "{\n \"id\": \"02232\",\n \"type\": \"Asset\",\n \"slot\": \"Ally\",\n
\ \"cost\": 4,\r\n \"level\": 0,\r\n \"traits\": \"Ally. Sorcerer.\",\r\n \"intellectIcons\": \ \"class\": \"Mystic\",\n \"cost\": 4,\n \"level\": 0,\n \"traits\": \"Ally.
1,\r\n \"cycle\": \"The Dunwich Legacy\"\r\n}\r" Sorcerer.\",\n \"intellectIcons\": 1,\n \"cycle\": \"The Dunwich Legacy\"\n}"
GUID: 53867b GUID: 53867b
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,10 +19,16 @@ CustomDeck:
UniqueBack: true UniqueBack: true
Description: The Student Description: The Student
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"07002\",\r\n \"type\": \"Investigator\",\r\n \"class\": GMNotes: "{\n \"id\": \"07002\",\n \"type\": \"Investigator\",\n \"class\": \"Seeker\",\n
\"Seeker\",\r\n \"traits\": \"Miskatonic. Scholar.\",\r\n \"willpowerIcons\": \ \"traits\": \"Miskatonic. Scholar.\",\n \"willpowerIcons\": 2,\n \"intellectIcons\":
2,\r\n \"intellectIcons\": 2,\r\n \"combatIcons\": 2,\r\n \"agilityIcons\": 2,\r\n 2,\n \"combatIcons\": 2,\n \"agilityIcons\": 2,\n \"cycle\": \"The Innsmouth
\ \"cycle\": \"The Innsmouth Conspiracy\"\r\n}\r" Conspiracy\",\n \"deck_requirements\": {\n \"size\": 30,\n \"randomBasicWeaknessCount\":
1,\n \"signatures\": [\n {\n \"07008\": 1\n },\n {\n \"07009\":
1\n }\n ]\n \n },\n \"deck_options\": [\n {\n \"faction\":
[\n \"seeker\",\n \"neutral\"\n ],\n \"level\": {\n \"min\":
0,\n \"max\": 5\n }\n },\n {\n \"trait\": [\n \"practiced\"\n
\ ],\n \"type\": [\n \"skill\"\n ],\n \"level\": {\n \"min\":
0,\n \"max\": 3\n }\n }\n ]\n}"
GUID: 05b950 GUID: 05b950
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'2263': '2263':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956212466/C93A881D22B4F7E429025CFAE677DC2EB341D6A6/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03148\",\r\n \"type\": \"Event\",\r\n \"class\": \"Guardian\",\r\n GMNotes: "{\n \"id\": \"03148\",\n \"type\": \"Event\",\n \"class\": \"Guardian\",\n
\ \"cost\": 2,\r\n \"level\": 1,\r\n \"traits\": \"Tactic.\",\r\n \"intellectIcons\": \ \"cost\": 2,\n \"level\": 1,\n \"traits\": \"Tactic.\",\n \"intellectIcons\":
1,\r\n \"combatIcons\": 1,\r\n \"cycle\": \"The Path to Carcosa\"\r\n}\r" 1,\n \"combatIcons\": 1,\n \"cycle\": \"The Path to Carcosa\"\n}"
GUID: a1fd61 GUID: a1fd61
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -19,10 +19,16 @@ CustomDeck:
UniqueBack: true UniqueBack: true
Description: The Operator Description: The Operator
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"09011\",\r\n \"type\": \"Investigator\",\r\n \"class\": GMNotes: "{\n \"id\": \"09011\",\n \"type\": \"Investigator\",\n \"class\": \"Mystic\",\n
\"Mystic\",\r\n \"traits\": \"Chosen. Cursed.\",\r\n \"willpowerIcons\": 3,\r\n \ \"traits\": \"Chosen. Cursed.\",\n \"willpowerIcons\": 3,\n \"intellectIcons\":
\ \"intellectIcons\": 3,\r\n \"combatIcons\": 3,\r\n \"agilityIcons\": 3,\r\n 3,\n \"combatIcons\": 3,\n \"agilityIcons\": 3,\n \"cycle\": \"The Scarlet Keys\",\n
\ \"cycle\": \"The Scarlet Keys\"\r\n}\r" \ \"deck_requirements\": {\n \"size\": 30,\n \"randomBasicWeaknessCount\":
1,\n \"signatures\": [\n {\n \"09012\": 1,\n \"09013\": 1\n
\ },\n {\n \"09014\": 1\n }\n ]\n },\n \"deck_options\":
[\n {\n \"faction\": [\n \"mystic\",\n \"neutral\"\n ],\n
\ \"level\": {\n \"min\": 0,\n \"max\": 5\n }\n },\n {\n
\ \"trait\": [\n \"charm\"\n ],\n \"level\": {\n \"min\":
0,\n \"max\": 4\n }\n }\n ]\n}"
GUID: 4c2a3d GUID: 4c2a3d
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'5274': '5274':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/ FaceURL: http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,10 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Basic Weakness Description: Basic Weakness
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"01096\",\r\n \"alternate_ids\": [\r\n \"01596\"\r\n GMNotes: "{\n \"id\": \"01096\",\n \"alternate_ids\": [\n \"01596\"\n ],\n \"type\":
\ ],\r\n \"type\": \"Treachery\",\r\n \"class\": \"Neutral\",\r\n \"traits\": \"Treachery\",\n \"class\": \"Neutral\",\n \"traits\": \"Madness.\",\n \"weakness\":
\"Madness.\",\r\n \"weakness\": true,\r\n \"basicWeaknessCount\": 2,\r\n \"cycle\": true,\n \"basicWeaknessCount\": 2,\n \"cycle\": \"Core\"\n}"
\"Core\"\r\n}\r"
GUID: 2210c1 GUID: 2210c1
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3790': '3790':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/2021606446230201640/A992318B1957FC69EB36B5E6FC87D226AAC5EC21/ FaceURL: http://cloud-3.steamusercontent.com/ugc/2021606446230201640/A992318B1957FC69EB36B5E6FC87D226AAC5EC21/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"09049\",\r\n \"type\": \"Skill\",\r\n \"class\": \"Seeker\",\r\n GMNotes: "{\n \"id\": \"09049\",\n \"type\": \"Skill\",\n \"class\": \"Seeker\",\n
\ \"level\": 0,\r\n \"traits\": \"Practiced.\",\r\n \"wildIcons\": 1,\r\n \"cycle\": \ \"level\": 0,\n \"traits\": \"Practiced.\",\n \"wildIcons\": 1,\n \"cycle\":
\"The Scarlet Keys\"\r\n}\r" \"The Scarlet Keys\"\n}"
GUID: 80285f GUID: 80285f
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3745': '3745':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03010\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n GMNotes: "{\n \"id\": \"03010\",\n \"type\": \"Asset\",\n \"class\": \"Neutral\",\n
\ \"cost\": 3,\r\n \"traits\": \"Talent.\",\r\n \"wildIcons\": 2,\r\n \"cycle\": \ \"cost\": 3,\n \"traits\": \"Talent.\",\n \"wildIcons\": 2,\n \"cycle\": \"The
\"The Path to Carcosa\"\r\n}\r" Path to Carcosa\"\n}"
GUID: 7b6ab5 GUID: 7b6ab5
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3684': '3684':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956220005/42E220A3221D2BFA22F1B3A71EEE346A8B0AAD77/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956220005/42E220A3221D2BFA22F1B3A71EEE346A8B0AAD77/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03108\",\r\n \"type\": \"Event\",\r\n \"class\": \"Seeker\",\r\n GMNotes: "{\n \"id\": \"03108\",\n \"type\": \"Event\",\n \"class\": \"Seeker\",\n
\ \"cost\": 1,\r\n \"level\": 0,\r\n \"traits\": \"Insight.\",\r\n \"willpowerIcons\": \ \"cost\": 1,\n \"level\": 0,\n \"traits\": \"Insight.\",\n \"willpowerIcons\":
1,\r\n \"combatIcons\": 1,\r\n \"cycle\": \"The Path to Carcosa\"\r\n}\r" 1,\n \"combatIcons\": 1,\n \"cycle\": \"The Path to Carcosa\"\n}"
GUID: a8e495 GUID: a8e495
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'5892': '5892':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1807607979163972370/50A45AE585D6404E677DFCA597A0F5FE13346B97/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1807607979163972370/50A45AE585D6404E677DFCA597A0F5FE13346B97/
NumHeight: 4 NumHeight: 4
NumWidth: 5 NumWidth: 5
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"07303\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n GMNotes: "{\n \"id\": \"07303\",\n \"type\": \"Asset\",\n \"class\": \"Seeker\",\n
\ \"level\": 3,\r\n \"traits\": \"Talent.\",\r\n \"permanent\": true,\r\n \"cycle\": \ \"level\": 3,\n \"traits\": \"Talent.\",\n \"permanent\": true,\n \"cycle\":
\"The Innsmouth Conspiracy\"\r\n}\r" \"The Innsmouth Conspiracy\"\n}"
GUID: 7b7d14 GUID: 7b7d14
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

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

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3': '3':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/2115061845812962486/A68B8BF7E4862F21369DAC4A37D813EC664EAC34/ FaceURL: http://cloud-3.steamusercontent.com/ugc/2115061845812962486/A68B8BF7E4862F21369DAC4A37D813EC664EAC34/
NumHeight: 6 NumHeight: 6
NumWidth: 10 NumWidth: 10
@ -20,8 +20,8 @@ CustomDeck:
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\n \"id\": \"07122-t\",\n \"type\": \"Asset\",\n \"class\": \"Survivor\",\n GMNotes: "{\n \"id\": \"07122-t\",\n \"type\": \"Asset\",\n \"class\": \"Survivor\",\n
\ \"level\": 2,\n \"traits\": \"Covenant. Blessed.\",\n \"permanent\": true,\n \ \"startsInPlay\": true,\n \"level\": 2,\n \"traits\": \"Covenant. Blessed.\",\n
\ \"cycle\": \"The Innsmouth Conspiracy\"\n}" \ \"permanent\": true,\n \"cycle\": \"The Innsmouth Conspiracy\"\n}"
GUID: e01cc7 GUID: e01cc7
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'4306': '4306':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956220005/42E220A3221D2BFA22F1B3A71EEE346A8B0AAD77/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956220005/42E220A3221D2BFA22F1B3A71EEE346A8B0AAD77/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Unidentified Description: Unidentified
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"04022\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n GMNotes: "{\n \"id\": \"04022\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 1,\r\n \"level\": 1,\r\n \"traits\": \"Item. Relic.\",\r\n \"intellectIcons\": \ \"class\": \"Seeker\",\n \"cost\": 1,\n \"level\": 1,\n \"traits\": \"Item.
1,\r\n \"cycle\": \"The Forgotten Age\"\r\n}\r" Relic.\",\n \"intellectIcons\": 1,\n \"cycle\": \"The Forgotten Age\"\n}"
GUID: 9bc46e GUID: 9bc46e
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'5452': '5452':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1487830656537158415/2EBB208AA994ED70FD0FEB02D4E4FE78FE43EE02/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,10 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Transient Thoughts Description: Transient Thoughts
DragSelectable: true DragSelectable: true
GMNotes: "{\n \"id\": \"53004\",\n \"type\": \"Asset\",\n \"class\": \"Seeker\",\n GMNotes: "{\n \"id\": \"53004\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item. Relic.\",\n \"agilityIcons\": \ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item.
2,\n \"uses\": [\n {\n \"count\": 0,\n \"type\": \"Secret\",\n \"token\": Relic.\",\n \"agilityIcons\": 2,\n \"uses\": [\n {\n \"count\": 0,\n \"type\":
\"resource\"\n }\n ],\n \"cycle\": \"Return to the Forgotten Age\"\n}" \"Secret\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\": \"Return to
the Forgotten Age\"\n}"
GUID: 3289b0 GUID: 3289b0
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'2622': '2622':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,10 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Knowledge of the Elders Description: Knowledge of the Elders
DragSelectable: true DragSelectable: true
GMNotes: "{\n \"id\": \"04230\",\n \"type\": \"Asset\",\n \"class\": \"Seeker\",\n GMNotes: "{\n \"id\": \"04230\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item. Relic.\",\n \"intellectIcons\": \ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item.
2,\n \"uses\": [\n {\n \"count\": 0,\n \"type\": \"Secret\",\n \"token\": Relic.\",\n \"intellectIcons\": 2,\n \"uses\": [\n {\n \"count\": 0,\n
\"resource\"\n }\n ],\n \"cycle\": \"The Forgotten Age\"\n}" \ \"type\": \"Secret\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
\"The Forgotten Age\"\n}"
GUID: 863f91 GUID: 863f91
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'2622': '2622':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025943833/DE98A03934DF8FF5B3CF6C53143B15BFC3ED7341/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,10 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Minds in Harmony Description: Minds in Harmony
DragSelectable: true DragSelectable: true
GMNotes: "{\n \"id\": \"04231\",\n \"type\": \"Asset\",\n \"class\": \"Seeker\",\n GMNotes: "{\n \"id\": \"04231\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
\ \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item. Relic.\",\n \"willpowerIcons\": \ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item.
2,\n \"uses\": [\n {\n \"count\": 0,\n \"type\": \"Secret\",\n \"token\": Relic.\",\n \"willpowerIcons\": 2,\n \"uses\": [\n {\n \"count\": 0,\n
\"resource\"\n }\n ],\n \"cycle\": \"The Forgotten Age\"\n}" \ \"type\": \"Secret\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
\"The Forgotten Age\"\n}"
GUID: 9c56d3 GUID: 9c56d3
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3747': '3747':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,8 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03015\",\r\n \"type\": \"Treachery\",\r\n \"class\": GMNotes: "{\n \"id\": \"03015\",\n \"type\": \"Treachery\",\n \"class\": \"Neutral\",\n
\"Neutral\",\r\n \"traits\": \"Task.\",\r\n \"weakness\": true,\r\n \"cycle\": \ \"traits\": \"Task.\",\n \"weakness\": true,\n \"cycle\": \"The Path to Carcosa\"\n}"
\"The Path to Carcosa\"\r\n}\r"
GUID: d8705c GUID: d8705c
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3739': '3739':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025942034/FEADE7F6206804B42CC9B6049F51EDF6040C5D1D/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025942034/FEADE7F6206804B42CC9B6049F51EDF6040C5D1D/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Mysterious Soothsayer Description: Mysterious Soothsayer
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"05283\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n GMNotes: "{\n \"id\": \"05283\",\n \"type\": \"Asset\",\n \"slot\": \"Ally\",\n
\ \"cost\": 3,\r\n \"level\": 4,\r\n \"traits\": \"Ally. Clairvoyant.\",\r\n \"wildIcons\": \ \"class\": \"Neutral\",\n \"cost\": 3,\n \"level\": 4,\n \"traits\": \"Ally.
1,\r\n \"cycle\": \"The Circle Undone\"\r\n}\r" Clairvoyant.\",\n \"wildIcons\": 1,\n \"cycle\": \"The Circle Undone\"\n}"
GUID: 03a4de GUID: 03a4de
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3780': '3780':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025944587/520448D0E9C22F102C7DDF64322EAD6FC221ECC8/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"05278\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n GMNotes: "{\n \"id\": \"05278\",\n \"type\": \"Asset\",\n \"class\": \"Rogue\",\n
\ \"level\": 3,\r\n \"traits\": \"Talent.\",\r\n \"permanent\": true,\r\n \"cycle\": \ \"level\": 3,\n \"traits\": \"Talent.\",\n \"permanent\": true,\n \"cycle\":
\"The Circle Undone\"\r\n}\r" \"The Circle Undone\"\n}"
GUID: 006d44 GUID: 006d44
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -0,0 +1,56 @@
AltLookAngle:
x: 0
y: 0
z: 0
Autoraise: true
CardID: 94737
ColorDiffuse:
b: 0.71324
g: 0.71324
r: 0.71324
CustomDeck:
'947':
BackIsHidden: true
BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/2286207513864999779/940B69318E315879D88F91454332BB6D0DFB03B6/
NumHeight: 7
NumWidth: 10
Type: 0
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: "{\n \"id\": \"10093\",\n \"type\": \"Event\",\n \"class\": \"Mystic\",\n
\ \"cost\": 2,\n \"level\": 0,\n \"traits\": \"Augury. Double.\",\n \"willpowerIcons\":
1,\n \"intellectIcons\": 1,\n \"combatIcons\": 1,\n \"cycle\": \"The Feast of
Hemlock Vale\"\n}"
GUID: ba4746
Grid: true
GridProjection: false
Hands: true
HideWhenFaceDown: true
IgnoreFoW: false
LayoutGroupSortIndex: 0
Locked: false
LuaScript: ''
LuaScriptState: ''
MeasureMovement: false
Name: Card
Nickname: Antediluvian Hymn (0)
SidewaysCard: false
Snap: true
Sticky: true
Tags:
- PlayerCard
Tooltip: true
Transform:
posX: 48.98
posY: 3.67
posZ: -24.36
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
Value: 0
XmlUI: ''

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3789': '3789':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1625226898126493809/0EE7F5B9B916B56425CAC1C46F7FCEF9DBF55112/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"08124\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker|Rogue|Mystic\",\r\n GMNotes: "{\n \"id\": \"08124\",\n \"type\": \"Asset\",\n \"class\": \"Seeker|Rogue|Mystic\",\n
\ \"cost\": 3,\r\n \"level\": 3,\r\n \"traits\": \"Talent.\",\r\n \"wildIcons\": \ \"cost\": 3,\n \"level\": 3,\n \"traits\": \"Talent.\",\n \"wildIcons\": 1,\n
1,\r\n \"uses\": [\r\n {\r\n \"count\": 2,\r\n \"replenish\": 2,\r\n \ \"uses\": [\n {\n \"count\": 2,\n \"replenish\": 2,\n \"type\":
\ \"type\": \"Resource\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"Resource\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\": \"Edge of
\ \"cycle\": \"Edge of the Earth\"\r\n}\r" the Earth\"\n}"
GUID: 452db2 GUID: 452db2
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'5386': '5386':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1626320456298037683/22C99DD745DFF65ECC72FD32EFA9C9D0F0C12862/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"60302\",\r\n \"type\": \"Skill\",\r\n \"class\": \"Rogue\",\r\n GMNotes: "{\n \"id\": \"60302\",\n \"type\": \"Skill\",\n \"class\": \"Rogue\",\n
\ \"traits\": \"Innate. Developed.\",\r\n \"wildIcons\": 6,\r\n \"cycle\": \"Investigator \ \"traits\": \"Innate. Developed.\",\n \"wildIcons\": 6,\n \"cycle\": \"Investigator
Packs\"\r\n}\r" Packs\"\n}"
GUID: 2c563c GUID: 2c563c
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'4523': '4523':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1858293462583875023/F146A60AEF1FBC9B5FC96189BC1894C468C1E811/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1858293462583875023/F146A60AEF1FBC9B5FC96189BC1894C468C1E811/
NumHeight: 2 NumHeight: 2
NumWidth: 5 NumWidth: 5
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: Faithful Companion Description: Faithful Companion
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"08738\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n GMNotes: "{\n \"id\": \"08738\",\n \"type\": \"Asset\",\n \"class\": \"Neutral\",\n
\ \"cost\": 3,\r\n \"traits\": \"Ally. Creature.\",\r\n \"agilityIcons\": 1,\r\n \ \"cost\": 3,\n \"traits\": \"Ally. Creature.\",\n \"agilityIcons\": 1,\n \"wildIcons\":
\ \"wildIcons\": 1,\r\n \"cycle\": \"Edge of the Earth\"\r\n}\r" 1,\n \"cycle\": \"Edge of the Earth\"\n}"
GUID: 1bf025 GUID: 1bf025
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3688': '3688':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,10 +19,10 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: The Forgotten Daughter Description: The Forgotten Daughter
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"01082\",\r\n \"alternate_ids\": [\r\n \"01582\"\r\n GMNotes: "{\n \"id\": \"01082\",\n \"alternate_ids\": [\n \"01582\"\n ],\n \"type\":
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Survivor\",\r\n \"cost\": 5,\r\n \"Asset\",\n \"slot\": \"Ally\",\n \"class\": \"Survivor\",\n \"cost\": 5,\n
\ \"level\": 1,\r\n \"traits\": \"Ally.\",\r\n \"willpowerIcons\": 1,\r\n \"cycle\": \ \"level\": 1,\n \"traits\": \"Ally.\",\n \"willpowerIcons\": 1,\n \"cycle\":
\"Core\"\r\n}\r" \"Core\"\n}"
GUID: 9393ec GUID: 9393ec
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'3688': '3688':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860672864134253/9A6E0399D3624C5FFBD6CAFE5D4B988436CC65AC/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,10 +19,10 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: The Forgotten Daughter Description: The Forgotten Daughter
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"02308\",\r\n \"alternate_ids\": [\r\n \"01691\"\r\n GMNotes: "{\n \"id\": \"02308\",\n \"alternate_ids\": [\n \"01691\"\n ],\n \"type\":
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Survivor\",\r\n \"cost\": 4,\r\n \"Asset\",\n \"slot\": \"Ally\",\n \"class\": \"Survivor\",\n \"cost\": 4,\n
\ \"level\": 3,\r\n \"traits\": \"Ally.\",\r\n \"willpowerIcons\": 1,\r\n \"agilityIcons\": \ \"level\": 3,\n \"traits\": \"Ally.\",\n \"willpowerIcons\": 1,\n \"agilityIcons\":
1,\r\n \"cycle\": \"The Dunwich Legacy\"\r\n}\r" 1,\n \"cycle\": \"The Dunwich Legacy\"\n}"
GUID: fb9dbb GUID: fb9dbb
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'5387': '5387':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"60402\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n GMNotes: "{\n \"id\": \"60402\",\n \"type\": \"Asset\",\n \"class\": \"Mystic\",\n
\ \"cost\": 3,\r\n \"traits\": \"Talent.\",\r\n \"willpowerIcons\": 1,\r\n \"agilityIcons\": \ \"cost\": 3,\n \"traits\": \"Talent.\",\n \"willpowerIcons\": 1,\n \"agilityIcons\":
1,\r\n \"wildIcons\": 1,\r\n \"cycle\": \"Investigator Packs\"\r\n}\r" 1,\n \"wildIcons\": 1,\n \"cycle\": \"Investigator Packs\"\n}"
GUID: 4fbdb2 GUID: 4fbdb2
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'5388': '5388':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1546381162227145538/0F253FC5301911273C32210992261DD1D2EBB578/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"60205\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n GMNotes: "{\n \"id\": \"60205\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
\ \"cost\": 2,\r\n \"level\": 0,\r\n \"traits\": \"Ritual.\",\r\n \"willpowerIcons\": \ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 0,\n \"traits\": \"Ritual.\",\n
2,\r\n \"cycle\": \"Investigator Packs\"\r\n}\r" \ \"willpowerIcons\": 2,\n \"cycle\": \"Investigator Packs\"\n}"
GUID: e69708 GUID: e69708
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'2303': '2303':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,12 +19,12 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03271\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n GMNotes: "{\n \"id\": \"03271\",\n \"type\": \"Asset\",\n \"slot\": \"Ally\",\n
\ \"cost\": 0,\r\n \"level\": 3,\r\n \"traits\": \"Ally. Sorcerer.\",\r\n \"willpowerIcons\": \ \"class\": \"Mystic\",\n \"cost\": 0,\n \"level\": 3,\n \"traits\": \"Ally.
1,\r\n \"combatIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 1,\r\n Sorcerer.\",\n \"willpowerIcons\": 1,\n \"combatIcons\": 1,\n \"uses\": [\n {\n
\ \"type\": \"Doom\",\r\n \"token\": \"doom\"\r\n },\r\n {\r\n \"count\": \ \"count\": 1,\n \"type\": \"Doom\",\n \"token\": \"doom\"\n },\n
2,\r\n \"type\": \"Horror\",\r\n \"token\": \"horror\"\r\n }\r\n ],\r\n \ {\n \"count\": 2,\n \"type\": \"Horror\",\n \"token\": \"horror\"\n
\ \"cycle\": \"The Path to Carcosa\"\r\n}\r" \ }\n ],\n \"cycle\": \"The Path to Carcosa\"\n}"
GUID: 65b30d GUID: 65b30d
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'2303': '2303':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"01063\",\r\n \"alternate_ids\": [\r\n \"01563\"\r\n GMNotes: "{\n \"id\": \"01063\",\n \"alternate_ids\": [\n \"01563\"\n ],\n \"type\":
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n \"cost\": 1,\r\n \"Asset\",\n \"slot\": \"Ally\",\n \"class\": \"Mystic\",\n \"cost\": 1,\n \"level\":
\ \"level\": 0,\r\n \"traits\": \"Ally. Sorcerer.\",\r\n \"willpowerIcons\": 1,\r\n 0,\n \"traits\": \"Ally. Sorcerer.\",\n \"willpowerIcons\": 1,\n \"uses\": [\n
\ \"uses\": [\r\n {\r\n \"count\": 1,\r\n \"type\": \"Doom\",\r\n \"token\": \ {\n \"count\": 1,\n \"type\": \"Doom\",\n \"token\": \"doom\"\n
\"doom\"\r\n }\r\n ],\r\n \"cycle\": \"Core\"\r\n}\r" \ }\n ],\n \"cycle\": \"Core\"\n}"
GUID: 7307c4 GUID: 7307c4
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'4306': '4306':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956220005/42E220A3221D2BFA22F1B3A71EEE346A8B0AAD77/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956220005/42E220A3221D2BFA22F1B3A71EEE346A8B0AAD77/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"03266\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n GMNotes: "{\n \"id\": \"03266\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
\ \"cost\": 3,\r\n \"level\": 4,\r\n \"traits\": \"Spell.\",\r\n \"willpowerIcons\": \ \"class\": \"Seeker\",\n \"cost\": 3,\n \"level\": 4,\n \"traits\": \"Spell.\",\n
1,\r\n \"intellectIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n \ \"willpowerIcons\": 1,\n \"intellectIcons\": 1,\n \"uses\": [\n {\n \"count\":
\ \"type\": \"Charge\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n 3,\n \"type\": \"Charge\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
\ \"cycle\": \"The Path to Carcosa\"\r\n}\r" \"The Path to Carcosa\"\n}"
GUID: 536b52 GUID: 536b52
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'2303': '2303':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"04109\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n GMNotes: "{\n \"id\": \"04109\",\n \"type\": \"Asset\",\n \"class\": \"Mystic\",\n
\ \"level\": 0,\r\n \"traits\": \"Talent.\",\r\n \"permanent\": true,\r\n \"cycle\": \ \"level\": 0,\n \"traits\": \"Talent.\",\n \"permanent\": true,\n \"cycle\":
\"The Forgotten Age\"\r\n}\r" \"The Forgotten Age\"\n}"
GUID: e425d0 GUID: e425d0
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'2303': '2303':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/ FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956214701/377534905048B61E88314A81F482DD31D6B54038/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"50007\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n GMNotes: "{\n \"id\": \"50007\",\n \"type\": \"Asset\",\n \"class\": \"Mystic\",\n
\ \"cost\": 0,\r\n \"level\": 2,\r\n \"traits\": \"Talent.\",\r\n \"willpowerIcons\": \ \"cost\": 0,\n \"level\": 2,\n \"traits\": \"Talent.\",\n \"willpowerIcons\":
2,\r\n \"intellectIcons\": 2,\r\n \"cycle\": \"Return to the Night of the Zealot\"\r\n}\r" 2,\n \"intellectIcons\": 2,\n \"cycle\": \"Return to the Night of the Zealot\"\n}"
GUID: 644af9 GUID: 644af9
Grid: true Grid: true
GridProjection: false GridProjection: false

View File

@ -11,7 +11,7 @@ ColorDiffuse:
CustomDeck: CustomDeck:
'5387': '5387':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1626320456297472038/B38A78EF27EBE0BDE1B36958D297701505AB936A/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -19,11 +19,11 @@ CustomDeck:
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: "{\r\n \"id\": \"60428\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n GMNotes: "{\n \"id\": \"60428\",\n \"type\": \"Asset\",\n \"class\": \"Mystic\",\n
\ \"cost\": 2,\r\n \"level\": 4,\r\n \"traits\": \"Talent.\",\r\n \"willpowerIcons\": \ \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Talent.\",\n \"willpowerIcons\":
2,\r\n \"intellectIcons\": 2,\r\n \"uses\": [\r\n {\r\n \"count\": 2,\r\n 2,\n \"intellectIcons\": 2,\n \"uses\": [\n {\n \"count\": 2,\n \"replenish\":
\ \"replenish\": 2,\r\n \"type\": \"Resource\",\r\n \"token\": \"resource\"\r\n 2,\n \"type\": \"Resource\",\n \"token\": \"resource\"\n }\n ],\n
\ }\r\n ],\r\n \"cycle\": \"Investigator Packs\"\r\n}\r" \ \"cycle\": \"Investigator Packs\"\n}"
GUID: ca23d4 GUID: ca23d4
Grid: true Grid: true
GridProjection: false GridProjection: false

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