Merge branch 'master' into patches

This commit is contained in:
Adam Goldsmith 2023-03-12 13:02:15 -04:00
commit 0ec6639c6a
1467 changed files with 10914 additions and 11379 deletions

494
unpacked.xml Normal file
View File

@ -0,0 +1,494 @@
<!-- include Global.xml -->
<!-- Default formatting -->
<Defaults>
<!-- general Stuff -->
<Text color="white"
fontSize="18"/>
<Button tooltipPosition="Left"
color="clear"/>
<!-- Window -->
<HorizontalLayout class="headerLayout"
height="75"
padding="5"/>
<Button class="headerButton"
minWidth="50"
preferredWidth="50"
flexibleWidth="0"
color="clear"/>
<Text class="headerText"
minWidth="200"
flexibleWidth="100"
fontSize="32"
font="font_teutonic-arkham"/>
</Defaults>
<!-- Buttons at the bottom right (height: n * 35 + (n-1) * 2) -->
<VerticalLayout visibility="Admin"
color="#000000"
outlineSize="1 1"
outline="#303030"
rectAlignment="LowerRight"
width="35"
height="146"
offsetXY="-1 80"
spacing="2">
<Button icon="cthulhu"
tooltip="Campaigns"
onClick="onClick_toggleUi(Campaigns)"/>
<Button icon="dark-cult"
tooltip="Standalone Scenarios"
onClick="onClick_toggleUi(Standalone Scenarios)"/>
<Button icon="devourer"
tooltip="Community Content"
onClick="onClick_toggleUi(Community Content)"/>
<Button icon="option-gear"
tooltip="Options"
onClick="onClick_toggleUi(Options)"/>
</VerticalLayout>
<!-- Basic UI that will be replaced based on title -->
<VerticalLayout id="load_ui"
visibility="Admin"
color="black"
active="false"
width="700"
height="780"
outlineSize="1 1"
outline="#303030">
<HorizontalLayout class="headerLayout">
<Button class="headerButton"
icon="refresh"
tooltip="Refresh List"
tooltipPosition="Right"
onClick="onClick_refreshList"/>
<Text id="title"
class="headerText">Loadable Items</Text>
<Button class="headerButton"
icon="close"
tooltip="Close"
onClick="onClick_toggleUi(Hidden)"/>
</HorizontalLayout>
<VerticalScrollView color="transparent"
minHeight="100"
flexibleHeight="100">
<Panel id="ui_update_height"
height="24">
<VerticalLayout id="ui_update_point"
padding="10">
<Text>Please refresh to see available items.</Text>
</VerticalLayout>
</Panel>
</VerticalScrollView>
<Panel color="rgb(0,0,0)"
minHeight="50"
preferredHeight="50"
flexibleHeight="0">
<Button id="load_button"
active="false"
onClick="onClick_load">Load:</Button>
<HorizontalLayout id="progress_display">
<ProgressBar id="download_progress"
percentage="0"
color="#000000"
fillImageColor="#333333"/>
<Button onClick="onClick_cancel"
active="false">Cancel</Button>
</HorizontalLayout>
</Panel>
</VerticalLayout>
<!-- Title Splash when starting a scenario -->
<Panel
id="title_splash"
height="220"
position="0 250 0"
showAnimation="FadeIn"
hideAnimation="FadeOut"
active="false"
animationDuration="2">
<Image
id="title_gradient"
height="220"
image="TitleGradient" />
<Text id="title_splash_text"
width="95%"
height="180"
resizeTextForBestFit="true"
resizeTextMinSize="100"
resizeTextMaxSize="150"
font="font_teutonic-arkham"
outline="black"
outlineSize="3 -3"
horizontalOverflow="Overflow">
</Text>
</Panel>
<!-- include OptionPanel.xml -->
<!-- Default formatting -->
<Defaults>
<Text color="#FFFFFF"
alignment="MiddleLeft" />
<Toggle isOn="False"
rectAlignment="MiddleRight" />
<Cell dontUseTableCellBackground="true"
outlineSize="0 1"
outline="grey" />
<!-- main window -->
<TableLayout class="window"
width="500"
height="800"
active="false"
color="#000000"
outlineSize="2 2"
outline="grey"
showAnimation="SlideIn_Right"
hideAnimation="SlideOut_Right"
animationDuration="0.1" />
<!-- group headers -->
<Row class="group-header"
preferredHeight="54" />
<Cell class="group-header"
columnSpan="2"
color="#222222" />
<Panel class="group-header"
padding="5 0 0 0" />
<Text class="group-header"
fontSize="28"
font="font_teutonic-arkham" />
<!-- options -->
<Row class="option-text"
preferredHeight="70"/>
<Cell class="option-text"
color="#333333"/>
<Cell class="option-button"
color="#333333"/>
<VerticalLayout class="text-column"
padding="10 0 0 0"
spacing="5"/>
<Text class="option-header"
fontSize="20"
font="font_teutonic-arkham"/>
<Text class="description"
fontSize="12"/>
<!-- buttons at the bottom -->
<Button class="bottomButtons"
hoverClass="hover"
pressClass="press"
selectClass="select"
color="#888888"
minHeight="35"
fontSize="24"
font="font_teutonic-arkham"/>
<Button class="hover"
color="grey"/>
<Button class="press"
color="white"/>
<Button class="select"
color="white"/>
</Defaults>
<!-- Option Panel -->
<TableLayout id="optionPanel"
class="window"
active="false"
rectAlignment="LowerRight"
offsetXY="-50 80">
<!-- Header: Options -->
<Row preferredHeight="60">
<Cell>
<Panel padding="10 0 0 0">
<Text font="font_teutonic-arkham"
fontSize="35">Options</Text>
</Panel>
</Cell>
</Row>
<!-- Scrollable part with options -->
<Row>
<Cell>
<VerticalScrollView horizontalScrollbarVisibility="AutohideAndExpandViewport">
<TableLayout columnWidths="0 75"
autoCalculateHeight="1"
cellPadding="10 0 5 5">
<!-- Group: general settings -->
<Row class="group-header">
<Cell class="group-header">
<Panel class="group-header"
image="header_acolyte">
<Text class="group-header">GENERAL SETTINGS</Text>
</Panel>
</Cell>
</Row>
<!-- Option: play area snap tags -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Enable snap tags for play area</Text>
<Text class="description">Only cards with the tag "Location" will snap (official cards are supported by default). Disable this if you are having issues with custom content.</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="playAreaSnapTags"
onValueChanged="onClick_toggleOption(playAreaSnapTags)"/>
</Cell>
</Row>
<!-- Option: splash scenario name on setup -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Show scenario title on setup</Text>
<Text class="description">Fade in the name of the scenario for 2 seconds when placing down a scenario.</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showTitleSplash"
onValueChanged="onClick_toggleOption(showTitleSplash)"/>
</Cell>
</Row>
<!-- Group: playermat settings -->
<Row class="group-header">
<Cell class="group-header">
<Panel class="group-header"
image="header_cover">
<Text class="group-header">PLAYERMAT SETTINGS</Text>
</Panel>
</Cell>
</Row>
<!-- Option: enable snap tags -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Enable snap tags</Text>
<Text class="description">Only cards with the tag "Asset" will snap (official cards are supported by default). Disable this if you are having issues with custom content.</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="useSnapTags"
onValueChanged="onClick_toggleOption(useSnapTags)"/>
</Cell>
</Row>
<!-- Option: show draw 1 button -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Show "Draw 1" button</Text>
<Text class="description">Displays a button below the "Upkeep" button that draws a card from your deck. Useful for multi-handed solo play.</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showDrawButton"
onValueChanged="onClick_toggleOption(showDrawButton)"/>
</Cell>
</Row>
<!-- Option: use clickable clue-counters -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Use clickable clue-counters</Text>
<Text class="description">Instead of automatically counting clues in the respective area on your playermat, this displays a clickable counter for clues.</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="useClueClickers"
onValueChanged="onClick_toggleOption(useClueClickers)"/>
</Cell>
</Row>
<!-- Option: use clickable resource counters -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Use clickable resource counters</Text>
<Text class="description">This enables spawning of clickable resource tokens for player cards.</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="useResourceCounters"
onValueChanged="onClick_toggleOption(useResourceCounters)"/>
</Cell>
</Row>
<!-- Group: fan-made accessories -->
<Row class="group-header">
<Cell class="group-header">
<Panel class="group-header"
image="header_olive">
<Text class="group-header">FAN-MADE ACCESSORIES</Text>
</Panel>
</Cell>
</Row>
<!-- Option: show token arranger -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Token Arranger</Text>
<Text class="description">See the contents of the chaos bag at a glance! This tool displays a sorted table of the tokens to allow easier guessing of your odds.</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showTokenArranger"
onValueChanged="onClick_toggleOption(showTokenArranger)"/>
</Cell>
</Row>
<!-- Option: show clean up helper -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Clean Up Helper</Text>
<Text class="description">Useful for campaign-play: It resets play areas to allow continuous gameplay in the same savegame.</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showCleanUpHelper"
onValueChanged="onClick_toggleOption(showCleanUpHelper)"/>
</Cell>
</Row>
<!-- Option: show hand helper -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Hand Helper</Text>
<Text class="description">Never count your hand cards again! This tool does that for you and additionally enables easy discarding of random cards.</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showHandHelper"
onValueChanged="onClick_toggleOption(showHandHelper)"/>
</Cell>
</Row>
<!-- Option: show search assistant -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Search Assistant</Text>
<Text class="description">Quickly search 3, 6, 9 or the top X cards of your deck!</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showSearchAssistant"
onValueChanged="onClick_toggleOption(showSearchAssistant)"/>
</Cell>
</Row>
<!-- Option: show chaos bag manager -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Chaos Bag Manager</Text>
<Text class="description">Panel for easy addition or removal of chaos tokens to the bag - very useful for EotE because of Frost tokens!</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showChaosBagManager"
onValueChanged="onClick_toggleOption(showChaosBagManager)"/>
</Cell>
</Row>
<!-- Option: show attachment helper -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Attachment Helper</Text>
<Text class="description">Provides a card-sized bag for cards that are attached to other cards (e.g. Backpack).</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showAttachmentHelper"
onValueChanged="onClick_toggleOption(showAttachmentHelper)"/>
</Cell>
</Row>
<!-- Option: show navigation overlay -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Navigation Overlay</Text>
<Text class="description">This enables an overlay for quickly moving the camera to various points on the table.</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showNavigationOverlay"
onValueChanged="onClick_toggleOption(showNavigationOverlay)"/>
</Cell>
</Row>
<!-- Option: show CYOA campaign guides -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">CYOA Campaign Guides</Text>
<Text class="description">Displays in a "Choose Your Own Adventure" style redesigned campaign guides.</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showCYOA"
onValueChanged="onClick_toggleOption(showCYOA)"/>
</Cell>
</Row>
<!-- Option: show custom playmat images -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Custom Playmat Images</Text>
<Text class="description">Places a tool that displays custom playmat images for all cycles in a gallery-like fashion.</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showCustomPlaymatImages"
onValueChanged="onClick_toggleOption(showCustomPlaymatImages)"/>
</Cell>
</Row>
<!-- Option: show displacement tool -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Displacement Tool</Text>
<Text class="description">This allows moving all objects on the main playmat in a chosen direction.</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showDisplacementTool"
onValueChanged="onClick_toggleOption(showDisplacementTool)"/>
</Cell>
</Row>
</TableLayout>
</VerticalScrollView>
</Cell>
</Row>
<!-- Buttons: Defaults and Close -->
<Row preferredHeight="50">
<Cell>
<HorizontalLayout minHeight="55"
flexibleHeight="0"
padding="10 10 5 10"
spacing="225">
<Button class="bottomButtons"
onClick="onClick_defaultSettings">Load defaults</Button>
<Button class="bottomButtons"
onClick="onClick_toggleUi(Hidden)">Close</Button>
</HorizontalLayout>
</Cell>
</Row>
</TableLayout>
<!-- include OptionPanel.xml -->
<!-- include Global.xml -->

View File

@ -1506,11 +1506,11 @@ SnapPoints:
z: 180
TabStates:
'10':
body: "Created by Whimsical\n\nAnything that passes over the remover that isn't\
\ a card, deck or chaos token will be deleted.\r\nTo use the remover, right\
\ click on it, choose the \"Enable\" option, and take your card with resources/horror/damage\
\ and swipe it over the remover. You may wish to unlock and/or copy the remover\
\ to your play area first."
body: "Created by Whimsical\n\nAnything that passes over the remover that isn't
a card, deck or chaos token will be deleted.\r\nTo use the remover, right click
on it, choose the \"Enable\" option, and take your card with resources/horror/damage
and swipe it over the remover. You may wish to unlock and/or copy the remover
to your play area first."
color: Grey
id: 10
title: Token Remover
@ -1562,99 +1562,96 @@ TabStates:
g: 0.5
r: 0.5
'8':
body: "Welcome to Arkham Horror LCG - Super Complete Edition!\r\n\r\nBelow you\
\ will find all the features and instructions this mod is loaded with, that\
\ will make your AH LCG experience easier.\r\n\r\nDECKBUILDING\r\n1. All current\
\ existing investigators are on the right-hand side, and within each chest you\
\ will find their investigator-specific assets and weaknesses. Also included\
\ is a basic starter deck which only requires you to add a basic random weakness\
\ to get going.\r\n\r\n2. On the left-hand side you will find both the weakness\
\ decks as well as lvl 0 cards sorted by class. To reveal the cards, click on\
\ each corresponding token to deal the cards onto the table. Cards are sorted\
\ by order of Skill, event and Asset cards top-down and increasing resource\
\ cost, left to right. \r\n\r\n3. On the upper side you have the upgrade cards.\
\ Similarly, click each token to deal the cards out onto the table. Cards are\
\ arranged both in increasing xp cost and resource cost, left to right. Typically,\
\ these are the cards you will be spending XP on between scenarios to purchase\
\ and improve your deck.\r\n4. On the right-hand side underneath the Investigators,\
\ you will find the automated ArkhamDB Deckbuilder (coded and maintained by\
\ Grabben). Click the load cards button to activate the Deckbuilder, check ArkhamDB\
\ for your chosen deck\u2019s URL and insert its number code following the instructions\
\ on the deckbuilder, and it will build the deck automatically for you.\r\n\r\
\nSCENARIOS & SETUP\r\n1. \tArkham Horror LCG comes with a core campaign (Night\
\ of the Zealot) and several expansions (The Dunwich Legacy, The Path to Carcosa\
\ & The Forgotten Age). Within each box you will find the volumes that contain\
\ all the cards required for each scenario setup, as well as a tablet linking\
\ to the official campaign guide PDF. Also included are chaos token cards and\
\ a Campaign Log.\r\n\r\n2. \tEach scenario is setup differently, and while\
\ some of the work has been prepared beforehand (such as building encounter\
\ decks), you will have to refer to the Campaign Guide for specific instructions\
\ on how to set up each scenario.\r\n\r\n3. \tThe chaos bag is always placed\
\ on the scenario setup mat in the upper right-hand corner onto a snap point\
\ that tilts it at a 45-degree angle. Each scenario volume will contain a difficulty\
\ card, where you will have the choice of four difficulties. Press the button\
\ on the card according to the difficulty of your choosing and the chaos bag\
\ will automatically be configured with the tokens specific to that difficulty.\
\ In campaign play it is recommended to save your decks and chaos bag at the\
\ end of your scenario to carry over onto the next, as often tokens are added\
\ or removed from the chaos bag depending on actions or decisions made during\
\ the game. These additional tokens can be drawn from the token reserve book\
\ resting next to the newspaper in the middle of the main table \u2013 right\
\ click it and search for the token you need.\n\r\n4. \tWhen placing location\
\ cards, always place them face down on the main play area (the dark map of\
\ Arkham, Massachusetts) with the number of clues per location unrevealed. The\
\ mod is scripted so that when you flip said location cards (usually when entering\
\ the location with an investigator), if it contains clues, the number of clues\
\ specific to that location will automatically spawn. Note, that the mod only\
\ spawns tokens in relation to the number of players currently set on the playmat\
\ player settings. To set the number of players, left-click on the \"Investigators\
\ Playing\" number to increase, or right-click to decrease.\r\n\n5. To make\
\ location mapping easier, you can draw location connector tokens from the arrow-shaped\
\ container below the main play area. Each token has three states (one way,\
\ two way and four way) to use them accordingly to better visualize how your\
\ locations connect.\n\r\n6. \tIf you require additional doom or clue tokens,\
\ these are located on the scenario playmat in their corresponding containers.\
\ A handy Doom counter has been also been added to track the doom on the agenda\
\ \u2013 left-click to add to add, and right-click to deduct. Keep in mind that\
\ any doom spawned on enemies, locations or assets needs to be mentally added\
\ to the doom in play on the agenda to account for total doom.\r\n\r\nINVESTIGATOR\
\ PLAYMAT AND GAMEPLAY\r\n1. \tInvestigator mats are scripted to automate most\
\ of the gameplay for you. wdw\n\r\n2. \tEach mat has slots for inventory, where\
\ if you play an asset (for example you put a gun that has 4 ammo into your\
\ right-hand slot), the mod will automatically spawn the 4 resource tokens onto\
\ your equipped card.\n\r\n3.\tThe draw encounter button on the left-hand side\
\ will draw the topmost card from the encounter deck and put it in your threat\
\ area. Left-clicking will draw the card face-down, and right-clicking will\
\ draw the card face-up. When you draw a weakness, or engage an enemy, it is\
\ recommended you put it in your threat area, and once you defeat the enemy\
\ or treachery, you can send it to the encounter discard pile by clicking the\
\ discard button. If you defeat an enemy with a victory point, make sure not\
\ to discard to the discard pile, but pick the card up and drop it at the victory\
\ display.\n\r\n4. \tThe Click for Chaos button does just that, draw a random\
\ chaos token from your chaos bag. Clicking a second time, sends your chaos\
\ token back into the bag, which is then shuffled. If one player clicks to draw\
\ a token and doesn\u2019t click a second time to send it back, the click from\
\ another player on his personal mat will send the token back first, and the\
\ next click will draw the token. Additionally, right-clicking the button will\
\ continue drawing tokens and line them up next to each other, which is useful\
\ for specific draw conditions the game may require from you. Left-clicking\
\ again will send all drawn tokens back to the bag.\n\nADDITIONAL FEATURES:\n\
1. Over 20 Fan-made scenarios created by the thriving community of Arkham Horror\
\ LCG have been included. Some of these are one-scenario missions, others are\
\ long involved campaigns spanning multiple scenarios. These are all contained\
\ in \"The Side Missions\". This boxset also includes the official FFG-created\
\ sidemissions Curse of the Rougarou, Carnevale of Horrors, Labrynths of Lunacy\
\ and The Eternal Slumber. Read the rulebook on including a side-mission into\
\ an ongoing campaign, or play it as a one-off adventure! Setup instructions\
\ are included in each volume.\n\n2. If you are not a fan of the dark themed\
\ Arkham map for the playmat, you can change the image on it to any you like.\
\ At the top left hand side of the playmat is an image icon, which when clicked\
\ will reveal a image swap panel. Input the URL for the image you want to repalce\
\ the playmat with, and the panel will apply the image for you. Keep in mind\
\ this will not change the existing snap points on the current playmat.\n\r\n\
As a final comment, please be sure to let me know on the mod page in steam workshop\
\ if you find any bugs, issues or have any suggestions for improvement!\r\n\r\
\n\r\n \r\n\r\n"
body: "Welcome to Arkham Horror LCG - Super Complete Edition!\r\n\r\nBelow you
will find all the features and instructions this mod is loaded with, that will
make your AH LCG experience easier.\r\n\r\nDECKBUILDING\r\n1. All current existing
investigators are on the right-hand side, and within each chest you will find
their investigator-specific assets and weaknesses. Also included is a basic
starter deck which only requires you to add a basic random weakness to get going.\r\n\r\n2.
On the left-hand side you will find both the weakness decks as well as lvl 0
cards sorted by class. To reveal the cards, click on each corresponding token
to deal the cards onto the table. Cards are sorted by order of Skill, event
and Asset cards top-down and increasing resource cost, left to right. \r\n\r\n3.
On the upper side you have the upgrade cards. Similarly, click each token to
deal the cards out onto the table. Cards are arranged both in increasing xp
cost and resource cost, left to right. Typically, these are the cards you will
be spending XP on between scenarios to purchase and improve your deck.\r\n4.
On the right-hand side underneath the Investigators, you will find the automated
ArkhamDB Deckbuilder (coded and maintained by Grabben). Click the load cards
button to activate the Deckbuilder, check ArkhamDB for your chosen deck\u2019s
URL and insert its number code following the instructions on the deckbuilder,
and it will build the deck automatically for you.\r\n\r\nSCENARIOS & SETUP\r\n1.
\tArkham Horror LCG comes with a core campaign (Night of the Zealot) and several
expansions (The Dunwich Legacy, The Path to Carcosa & The Forgotten Age). Within
each box you will find the volumes that contain all the cards required for each
scenario setup, as well as a tablet linking to the official campaign guide PDF.
Also included are chaos token cards and a Campaign Log.\r\n\r\n2. \tEach scenario
is setup differently, and while some of the work has been prepared beforehand
(such as building encounter decks), you will have to refer to the Campaign Guide
for specific instructions on how to set up each scenario.\r\n\r\n3. \tThe chaos
bag is always placed on the scenario setup mat in the upper right-hand corner
onto a snap point that tilts it at a 45-degree angle. Each scenario volume will
contain a difficulty card, where you will have the choice of four difficulties.
Press the button on the card according to the difficulty of your choosing and
the chaos bag will automatically be configured with the tokens specific to that
difficulty. In campaign play it is recommended to save your decks and chaos
bag at the end of your scenario to carry over onto the next, as often tokens
are added or removed from the chaos bag depending on actions or decisions made
during the game. These additional tokens can be drawn from the token reserve
book resting next to the newspaper in the middle of the main table \u2013 right
click it and search for the token you need.\n\r\n4. \tWhen placing location
cards, always place them face down on the main play area (the dark map of Arkham,
Massachusetts) with the number of clues per location unrevealed. The mod is
scripted so that when you flip said location cards (usually when entering the
location with an investigator), if it contains clues, the number of clues specific
to that location will automatically spawn. Note, that the mod only spawns tokens
in relation to the number of players currently set on the playmat player settings.
To set the number of players, left-click on the \"Investigators Playing\" number
to increase, or right-click to decrease.\r\n\n5. To make location mapping easier,
you can draw location connector tokens from the arrow-shaped container below
the main play area. Each token has three states (one way, two way and four way)
to use them accordingly to better visualize how your locations connect.\n\r\n6.
\tIf you require additional doom or clue tokens, these are located on the scenario
playmat in their corresponding containers. A handy Doom counter has been also
been added to track the doom on the agenda \u2013 left-click to add to add,
and right-click to deduct. Keep in mind that any doom spawned on enemies, locations
or assets needs to be mentally added to the doom in play on the agenda to account
for total doom.\r\n\r\nINVESTIGATOR PLAYMAT AND GAMEPLAY\r\n1. \tInvestigator
mats are scripted to automate most of the gameplay for you. wdw\n\r\n2. \tEach
mat has slots for inventory, where if you play an asset (for example you put
a gun that has 4 ammo into your right-hand slot), the mod will automatically
spawn the 4 resource tokens onto your equipped card.\n\r\n3.\tThe draw encounter
button on the left-hand side will draw the topmost card from the encounter deck
and put it in your threat area. Left-clicking will draw the card face-down,
and right-clicking will draw the card face-up. When you draw a weakness, or
engage an enemy, it is recommended you put it in your threat area, and once
you defeat the enemy or treachery, you can send it to the encounter discard
pile by clicking the discard button. If you defeat an enemy with a victory point,
make sure not to discard to the discard pile, but pick the card up and drop
it at the victory display.\n\r\n4. \tThe Click for Chaos button does just that,
draw a random chaos token from your chaos bag. Clicking a second time, sends
your chaos token back into the bag, which is then shuffled. If one player clicks
to draw a token and doesn\u2019t click a second time to send it back, the click
from another player on his personal mat will send the token back first, and
the next click will draw the token. Additionally, right-clicking the button
will continue drawing tokens and line them up next to each other, which is useful
for specific draw conditions the game may require from you. Left-clicking again
will send all drawn tokens back to the bag.\n\nADDITIONAL FEATURES:\n1. Over
20 Fan-made scenarios created by the thriving community of Arkham Horror LCG
have been included. Some of these are one-scenario missions, others are long
involved campaigns spanning multiple scenarios. These are all contained in \"The
Side Missions\". This boxset also includes the official FFG-created sidemissions
Curse of the Rougarou, Carnevale of Horrors, Labrynths of Lunacy and The Eternal
Slumber. Read the rulebook on including a side-mission into an ongoing campaign,
or play it as a one-off adventure! Setup instructions are included in each
volume.\n\n2. If you are not a fan of the dark themed Arkham map for the playmat,
you can change the image on it to any you like. At the top left hand side of
the playmat is an image icon, which when clicked will reveal a image swap panel.
Input the URL for the image you want to repalce the playmat with, and the panel
will apply the image for you. Keep in mind this will not change the existing
snap points on the current playmat.\n\r\nAs a final comment, please be sure
to let me know on the mod page in steam workshop if you find any bugs, issues
or have any suggestions for improvement!\r\n\r\n\r\n \r\n\r\n"
color: Grey
id: 8
title: Basic Intro
@ -1663,20 +1660,19 @@ TabStates:
g: 0.5
r: 0.5
'9':
body: "Implemented by Tikatoy\nIdea conceived by Cadentia\n\nVersion 3.3\n\nTop\
\ buttons manage bless tokens, bottom buttons manage curse tokens\nADD - creates\
\ a new token and adds it to the chaos bag\nREMOVE - removes a token from the\
\ chaos bag and destroys it\nTAKE - takes a token from the chaos bag and places\
\ it below the manager (for sealing)\nRETURN - returns the last token taken\
\ from the chaos bag to the chaos bag\n\nTo use Parallel Wendy, go to Options\
\ -> Game Keys, then bind a key or mouse button to Wendy's Menu. Hover over\
\ any card (won't work on decks) then press the bound key. Right-click seal/release\
\ options will be added to the card.\n\n---Other Notes---\n\nOnly use ONE token\
\ manager at a time\nTokens are limited to 10 of each type in play\nBless and\
\ curse tokens should be in the chaos bag before trying to REMOVE or TAKE them\n\
Each action logs a message which ends with (# in bag/# taken); hit enter to\
\ view log\n**WARNING**: Tracking # of tokens in bag and in play will NOT persist\
\ between saves\n\r"
body: "Implemented by Tikatoy\nIdea conceived by Cadentia\n\nVersion 3.3\n\nTop
buttons manage bless tokens, bottom buttons manage curse tokens\nADD - creates
a new token and adds it to the chaos bag\nREMOVE - removes a token from the
chaos bag and destroys it\nTAKE - takes a token from the chaos bag and places
it below the manager (for sealing)\nRETURN - returns the last token taken from
the chaos bag to the chaos bag\n\nTo use Parallel Wendy, go to Options -> Game
Keys, then bind a key or mouse button to Wendy's Menu. Hover over any card (won't
work on decks) then press the bound key. Right-click seal/release options will
be added to the card.\n\n---Other Notes---\n\nOnly use ONE token manager at
a time\nTokens are limited to 10 of each type in play\nBless and curse tokens
should be in the chaos bag before trying to REMOVE or TAKE them\nEach action
logs a message which ends with (# in bag/# taken); hit enter to view log\n**WARNING**:
Tracking # of tokens in bag and in play will NOT persist between saves\n\r"
color: Grey
id: 9
title: Bless / Curse Manager
@ -1696,225 +1692,4 @@ Turns:
TurnOrder: []
Type: 0
VersionNumber: v13.2.2
XmlUI: "<!-- include Global.xml -->\n<!-- Default formatting -->\n<Defaults>\n <!--\
\ general Stuff -->\n <Text color=\"white\"\n fontSize=\"18\"/>\n <Button tooltipPosition=\"\
Left\"\n color=\"clear\"/>\n\n <!-- Window -->\n <HorizontalLayout class=\"\
headerLayout\"\n height=\"75\"\n padding=\"5\"/>\n <Button class=\"headerButton\"\
\n minWidth=\"50\"\n preferredWidth=\"50\"\n flexibleWidth=\"0\"\n color=\"\
clear\"/>\n <Text class=\"headerText\"\n minWidth=\"200\"\n flexibleWidth=\"\
100\"\n fontSize=\"32\"\n font=\"font_teutonic-arkham\"/>\n</Defaults>\n\n\
<!-- Buttons at the bottom right (height: n * 35 + (n-1) * 2) -->\n<VerticalLayout\
\ visibility=\"Admin\"\n color=\"#000000\"\n outlineSize=\"1 1\"\n outline=\"\
#303030\"\n rectAlignment=\"LowerRight\"\n width=\"35\"\n height=\"146\"\n offsetXY=\"\
-1 80\"\n spacing=\"2\">\n <Button icon=\"cthulhu\"\n tooltip=\"Campaigns\"\
\n onClick=\"onClick_toggleUi(Campaigns)\"/>\n <Button icon=\"dark-cult\"\n\
\ tooltip=\"Standalone Scenarios\"\n onClick=\"onClick_toggleUi(Standalone\
\ Scenarios)\"/>\n <Button icon=\"devourer\"\n tooltip=\"Community Content\"\
\n onClick=\"onClick_toggleUi(Community Content)\"/>\n <Button icon=\"option-gear\"\
\n tooltip=\"Options\"\n onClick=\"onClick_toggleUi(Options)\"/>\n</VerticalLayout>\n\
\n<!-- Basic UI that will be replaced based on title -->\n<VerticalLayout id=\"\
load_ui\"\n visibility=\"Admin\"\n color=\"black\"\n active=\"false\"\n width=\"\
700\"\n height=\"780\"\n outlineSize=\"1 1\"\n outline=\"#303030\">\n <HorizontalLayout\
\ class=\"headerLayout\">\n <Button class=\"headerButton\"\n icon=\"refresh\"\
\n tooltip=\"Refresh List\"\n tooltipPosition=\"Right\"\n onClick=\"\
onClick_refreshList\"/>\n <Text id=\"title\"\n class=\"headerText\">Loadable\
\ Items</Text>\n <Button class=\"headerButton\"\n icon=\"close\"\n \
\ tooltip=\"Close\"\n onClick=\"onClick_toggleUi(Hidden)\"/>\n </HorizontalLayout>\n\
\ <VerticalScrollView color=\"transparent\"\n minHeight=\"100\"\n flexibleHeight=\"\
100\">\n <Panel id=\"ui_update_height\"\n height=\"24\">\n <VerticalLayout\
\ id=\"ui_update_point\"\n padding=\"10\">\n <Text>Please refresh\
\ to see available items.</Text>\n </VerticalLayout>\n </Panel>\n </VerticalScrollView>\n\
\ <Panel color=\"rgb(0,0,0)\"\n minHeight=\"50\"\n preferredHeight=\"50\"\
\n flexibleHeight=\"0\">\n <Button id=\"load_button\"\n active=\"false\"\
\n onClick=\"onClick_load\">Load:</Button>\n <HorizontalLayout id=\"progress_display\"\
>\n <ProgressBar id=\"download_progress\"\n percentage=\"0\"\n \
\ color=\"#000000\"\n fillImageColor=\"#333333\"/>\n <Button onClick=\"\
onClick_cancel\"\n active=\"false\">Cancel</Button>\n </HorizontalLayout>\n\
\ </Panel>\n</VerticalLayout>\n\n<!-- Title Splash when starting a scenario -->\n\
<Panel\n id=\"title_splash\"\n height=\"220\"\n position=\"0 250 0\"\n showAnimation=\"\
FadeIn\"\n hideAnimation=\"FadeOut\"\n active=\"false\"\n animationDuration=\"\
2\">\n <Image\n id=\"title_gradient\"\n height=\"220\"\n image=\"TitleGradient\"\
\ />\n <Text id=\"title_splash_text\"\n width=\"95%\"\n height=\"180\"\n\
\ resizeTextForBestFit=\"true\"\n resizeTextMinSize=\"100\"\n resizeTextMaxSize=\"\
150\"\n font=\"font_teutonic-arkham\"\n outline=\"black\"\n outlineSize=\"\
3 -3\"\n horizontalOverflow=\"Overflow\">\n </Text>\n</Panel>\n<!-- include\
\ OptionPanel.xml -->\n<!-- Default formatting -->\n<Defaults>\n <Text color=\"\
#FFFFFF\"\n alignment=\"MiddleLeft\" />\n\n <Toggle isOn=\"False\"\n rectAlignment=\"\
MiddleRight\" />\n\n <Cell dontUseTableCellBackground=\"true\"\n outlineSize=\"\
0 1\"\n outline=\"grey\" />\n\n <!-- main window -->\n <TableLayout class=\"\
window\"\n width=\"500\"\n height=\"800\"\n active=\"false\"\n color=\"\
#000000\"\n outlineSize=\"2 2\"\n outline=\"grey\"\n showAnimation=\"SlideIn_Right\"\
\n hideAnimation=\"SlideOut_Right\"\n animationDuration=\"0.1\" />\n\n <!--\
\ group headers -->\n <Row class=\"group-header\"\n preferredHeight=\"54\" />\n\
\ <Cell class=\"group-header\"\n columnSpan=\"2\"\n color=\"#222222\" />\n\
\ <Panel class=\"group-header\"\n padding=\"5 0 0 0\" />\n <Text class=\"group-header\"\
\n fontSize=\"28\"\n font=\"font_teutonic-arkham\" />\n\n <!-- options -->\n\
\ <Row class=\"option-text\"\n preferredHeight=\"70\"/>\n <Cell class=\"option-text\"\
\n color=\"#333333\"/>\n <Cell class=\"option-button\"\n color=\"#333333\"\
/>\n <VerticalLayout class=\"text-column\"\n padding=\"10 0 0 0\"\n spacing=\"\
5\"/>\n <Text class=\"option-header\"\n fontSize=\"20\"\n font=\"font_teutonic-arkham\"\
/>\n <Text class=\"description\"\n fontSize=\"12\"/>\n\n <!-- buttons at the\
\ bottom -->\n <Button class=\"bottomButtons\"\n hoverClass=\"hover\"\n pressClass=\"\
press\"\n selectClass=\"select\"\n color=\"#888888\"\n minHeight=\"35\"\
\n fontSize=\"24\"\n font=\"font_teutonic-arkham\"/>\n <Button class=\"hover\"\
\n color=\"grey\"/>\n <Button class=\"press\"\n color=\"white\"/>\n <Button\
\ class=\"select\"\n color=\"white\"/>\n</Defaults>\n\n<!-- Option Panel -->\n\
<TableLayout id=\"optionPanel\"\n class=\"window\"\n active=\"false\"\n rectAlignment=\"\
LowerRight\"\n offsetXY=\"-50 80\">\n <!-- Header: Options -->\n <Row preferredHeight=\"\
60\">\n <Cell>\n <Panel padding=\"10 0 0 0\">\n <Text font=\"font_teutonic-arkham\"\
\n fontSize=\"35\">Options</Text>\n </Panel>\n </Cell>\n </Row>\n\
\n <!-- Scrollable part with options -->\n <Row>\n <Cell>\n <VerticalScrollView\
\ horizontalScrollbarVisibility=\"AutohideAndExpandViewport\">\n <TableLayout\
\ columnWidths=\"0 75\"\n autoCalculateHeight=\"1\"\n cellPadding=\"\
10 0 5 5\">\n\n <!-- Group: general settings -->\n <Row class=\"\
group-header\">\n <Cell class=\"group-header\">\n <Panel\
\ class=\"group-header\"\n image=\"header_acolyte\">\n \
\ <Text class=\"group-header\">GENERAL SETTINGS</Text>\n </Panel>\n\
\ </Cell>\n </Row>\n\n <!-- Option: play area snap\
\ tags -->\n <Row class=\"option-text\">\n <Cell class=\"option-text\"\
>\n <VerticalLayout class=\"text-column\">\n <Text class=\"\
option-header\">Enable snap tags for play area</Text>\n <Text class=\"\
description\">Only cards with the tag \"Location\" will snap (official cards are\
\ supported by default). Disable this if you are having issues with custom content.</Text>\n\
\ </VerticalLayout>\n </Cell>\n <Cell class=\"\
option-button\">\n <Toggle id=\"playAreaSnapTags\"\n \
\ onValueChanged=\"onClick_toggleOption(playAreaSnapTags)\"/>\n </Cell>\n\
\ </Row>\n\n <!-- Option: splash scenario name on setup -->\n\
\ <Row class=\"option-text\">\n <Cell class=\"option-text\"\
>\n <VerticalLayout class=\"text-column\">\n <Text class=\"\
option-header\">Show scenario title on setup</Text>\n <Text class=\"\
description\">Fade in the name of the scenario for 2 seconds when placing down a\
\ scenario.</Text>\n </VerticalLayout>\n </Cell>\n \
\ <Cell class=\"option-button\">\n <Toggle id=\"showTitleSplash\"\
\n onValueChanged=\"onClick_toggleOption(showTitleSplash)\"/>\n \
\ </Cell>\n </Row>\n\n <!-- Group: playermat settings\
\ -->\n <Row class=\"group-header\">\n <Cell class=\"group-header\"\
>\n <Panel class=\"group-header\"\n image=\"header_cover\"\
>\n <Text class=\"group-header\">PLAYERMAT SETTINGS</Text>\n \
\ </Panel>\n </Cell>\n </Row>\n\n <!-- Option:\
\ enable snap tags -->\n <Row class=\"option-text\">\n <Cell\
\ class=\"option-text\">\n <VerticalLayout class=\"text-column\">\n\
\ <Text class=\"option-header\">Enable snap tags</Text>\n \
\ <Text class=\"description\">Only cards with the tag \"Asset\" will snap\
\ (official cards are supported by default). Disable this if you are having issues\
\ with custom content.</Text>\n </VerticalLayout>\n </Cell>\n\
\ <Cell class=\"option-button\">\n <Toggle id=\"useSnapTags\"\
\n onValueChanged=\"onClick_toggleOption(useSnapTags)\"/>\n \
\ </Cell>\n </Row>\n\n <!-- Option: show draw 1 button -->\n\
\ <Row class=\"option-text\">\n <Cell class=\"option-text\"\
>\n <VerticalLayout class=\"text-column\">\n <Text class=\"\
option-header\">Show \"Draw 1\" button</Text>\n <Text class=\"description\"\
>Displays a button below the \"Upkeep\" button that draws a card from your deck.\
\ Useful for multi-handed solo play.</Text>\n </VerticalLayout>\n \
\ </Cell>\n <Cell class=\"option-button\">\n <Toggle\
\ id=\"showDrawButton\"\n onValueChanged=\"onClick_toggleOption(showDrawButton)\"\
/>\n </Cell>\n </Row>\n\n <!-- Option: use clickable\
\ clue-counters -->\n <Row class=\"option-text\">\n <Cell class=\"\
option-text\">\n <VerticalLayout class=\"text-column\">\n \
\ <Text class=\"option-header\">Use clickable clue-counters</Text>\n \
\ <Text class=\"description\">Instead of automatically counting clues\
\ in the respective area on your playermat, this displays a clickable counter for\
\ clues.</Text>\n </VerticalLayout>\n </Cell>\n \
\ <Cell class=\"option-button\">\n <Toggle id=\"useClueClickers\"\
\n onValueChanged=\"onClick_toggleOption(useClueClickers)\"/>\n \
\ </Cell>\n </Row>\n\n <!-- Option: use clickable resource\
\ counters -->\n <Row class=\"option-text\">\n <Cell class=\"\
option-text\">\n <VerticalLayout class=\"text-column\">\n \
\ <Text class=\"option-header\">Use clickable resource counters</Text>\n \
\ <Text class=\"description\">This enables spawning of clickable resource\
\ tokens for player cards.</Text>\n </VerticalLayout>\n \
\ </Cell>\n <Cell class=\"option-button\">\n <Toggle id=\"\
useResourceCounters\"\n onValueChanged=\"onClick_toggleOption(useResourceCounters)\"\
/>\n </Cell>\n </Row>\n\n <!-- Group: fan-made accessories\
\ -->\n <Row class=\"group-header\">\n <Cell class=\"group-header\"\
>\n <Panel class=\"group-header\"\n image=\"header_olive\"\
>\n <Text class=\"group-header\">FAN-MADE ACCESSORIES</Text>\n \
\ </Panel>\n </Cell>\n </Row>\n\n <!-- Option:\
\ show token arranger -->\n <Row class=\"option-text\">\n <Cell\
\ class=\"option-text\">\n <VerticalLayout class=\"text-column\">\n\
\ <Text class=\"option-header\">Token Arranger</Text>\n \
\ <Text class=\"description\">See the contents of the chaos bag at a glance!\
\ This tool displays a sorted table of the tokens to allow easier guessing of your\
\ odds.</Text>\n </VerticalLayout>\n </Cell>\n \
\ <Cell class=\"option-button\">\n <Toggle id=\"showTokenArranger\"\
\n onValueChanged=\"onClick_toggleOption(showTokenArranger)\"/>\n\
\ </Cell>\n </Row>\n\n <!-- Option: show clean up helper\
\ -->\n <Row class=\"option-text\">\n <Cell class=\"option-text\"\
>\n <VerticalLayout class=\"text-column\">\n <Text class=\"\
option-header\">Clean Up Helper</Text>\n <Text class=\"description\"\
>Useful for campaign-play: It resets play areas to allow continuous gameplay in\
\ the same savegame.</Text>\n </VerticalLayout>\n </Cell>\n\
\ <Cell class=\"option-button\">\n <Toggle id=\"showCleanUpHelper\"\
\n onValueChanged=\"onClick_toggleOption(showCleanUpHelper)\"/>\n\
\ </Cell>\n </Row>\n\n <!-- Option: show hand helper\
\ -->\n <Row class=\"option-text\">\n <Cell class=\"option-text\"\
>\n <VerticalLayout class=\"text-column\">\n <Text class=\"\
option-header\">Hand Helper</Text>\n <Text class=\"description\"\
>Never count your hand cards again! This tool does that for you and additionally\
\ enables easy discarding of random cards.</Text>\n </VerticalLayout>\n\
\ </Cell>\n <Cell class=\"option-button\">\n \
\ <Toggle id=\"showHandHelper\"\n onValueChanged=\"onClick_toggleOption(showHandHelper)\"\
/>\n </Cell>\n </Row>\n\n <!-- Option: show search\
\ assistant -->\n <Row class=\"option-text\">\n <Cell class=\"\
option-text\">\n <VerticalLayout class=\"text-column\">\n \
\ <Text class=\"option-header\">Search Assistant</Text>\n <Text\
\ class=\"description\">Quickly search 3, 6, 9 or the top X cards of your deck!</Text>\n\
\ </VerticalLayout>\n </Cell>\n <Cell class=\"\
option-button\">\n <Toggle id=\"showSearchAssistant\"\n \
\ onValueChanged=\"onClick_toggleOption(showSearchAssistant)\"/>\n \
\ </Cell>\n </Row>\n\n <!-- Option: show chaos bag manager -->\n\
\ <Row class=\"option-text\">\n <Cell class=\"option-text\"\
>\n <VerticalLayout class=\"text-column\">\n <Text class=\"\
option-header\">Chaos Bag Manager</Text>\n <Text class=\"description\"\
>Panel for easy addition or removal of chaos tokens to the bag - very useful for\
\ EotE because of Frost tokens!</Text>\n </VerticalLayout>\n \
\ </Cell>\n <Cell class=\"option-button\">\n <Toggle\
\ id=\"showChaosBagManager\"\n onValueChanged=\"onClick_toggleOption(showChaosBagManager)\"\
/>\n </Cell>\n </Row>\n\n <!-- Option: show attachment\
\ helper -->\n <Row class=\"option-text\">\n <Cell class=\"\
option-text\">\n <VerticalLayout class=\"text-column\">\n \
\ <Text class=\"option-header\">Attachment Helper</Text>\n \
\ <Text class=\"description\">Provides a card-sized bag for cards that are attached\
\ to other cards (e.g. Backpack).</Text>\n </VerticalLayout>\n \
\ </Cell>\n <Cell class=\"option-button\">\n <Toggle\
\ id=\"showAttachmentHelper\"\n onValueChanged=\"onClick_toggleOption(showAttachmentHelper)\"\
/>\n </Cell>\n </Row>\n\n <!-- Option: show navigation\
\ overlay -->\n <Row class=\"option-text\">\n <Cell class=\"\
option-text\">\n <VerticalLayout class=\"text-column\">\n \
\ <Text class=\"option-header\">Navigation Overlay</Text>\n \
\ <Text class=\"description\">This enables an overlay for quickly moving the camera\
\ to various points on the table.</Text>\n </VerticalLayout>\n \
\ </Cell>\n <Cell class=\"option-button\">\n <Toggle\
\ id=\"showNavigationOverlay\"\n onValueChanged=\"onClick_toggleOption(showNavigationOverlay)\"\
/>\n </Cell>\n </Row>\n\n <!-- Option: show CYOA campaign\
\ guides -->\n <Row class=\"option-text\">\n <Cell class=\"\
option-text\">\n <VerticalLayout class=\"text-column\">\n \
\ <Text class=\"option-header\">CYOA Campaign Guides</Text>\n \
\ <Text class=\"description\">Displays in a \"Choose Your Own Adventure\" style\
\ redesigned campaign guides.</Text>\n </VerticalLayout>\n \
\ </Cell>\n <Cell class=\"option-button\">\n <Toggle\
\ id=\"showCYOA\"\n onValueChanged=\"onClick_toggleOption(showCYOA)\"\
/>\n </Cell>\n </Row>\n\n <!-- Option: show custom\
\ playmat images -->\n <Row class=\"option-text\">\n <Cell class=\"\
option-text\">\n <VerticalLayout class=\"text-column\">\n \
\ <Text class=\"option-header\">Custom Playmat Images</Text>\n \
\ <Text class=\"description\">Places a tool that displays custom playmat images\
\ for all cycles in a gallery-like fashion.</Text>\n </VerticalLayout>\n\
\ </Cell>\n <Cell class=\"option-button\">\n \
\ <Toggle id=\"showCustomPlaymatImages\"\n onValueChanged=\"onClick_toggleOption(showCustomPlaymatImages)\"\
/>\n </Cell>\n </Row>\n\n <!-- Option: show displacement\
\ tool -->\n <Row class=\"option-text\">\n <Cell class=\"option-text\"\
>\n <VerticalLayout class=\"text-column\">\n <Text class=\"\
option-header\">Displacement Tool</Text>\n <Text class=\"description\"\
>This allows moving all objects on the main playmat in a chosen direction.</Text>\n\
\ </VerticalLayout>\n </Cell>\n <Cell class=\"\
option-button\">\n <Toggle id=\"showDisplacementTool\"\n \
\ onValueChanged=\"onClick_toggleOption(showDisplacementTool)\"/>\n \
\ </Cell>\n </Row>\n </TableLayout>\n </VerticalScrollView>\n\
\ </Cell>\n </Row>\n\n <!-- Buttons: Defaults and Close -->\n <Row preferredHeight=\"\
50\">\n <Cell>\n <HorizontalLayout minHeight=\"55\"\n flexibleHeight=\"\
0\"\n padding=\"10 10 5 10\"\n spacing=\"225\">\n <Button class=\"\
bottomButtons\"\n onClick=\"onClick_defaultSettings\">Load defaults</Button>\n\
\ <Button class=\"bottomButtons\"\n onClick=\"onClick_toggleUi(Hidden)\"\
>Close</Button>\n </HorizontalLayout>\n </Cell>\n </Row>\n</TableLayout>\n\
<!-- include OptionPanel.xml -->\n<!-- include Global.xml -->"
XmlUI: !include 'unpacked.xml'

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: Transient Thoughts
DragSelectable: true
GMNotes: "{\n \"id\": \"53004\",\n \"type\": \"Asset\",\n \"class\": \"Seeker\"\
,\n \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item. Relic.\",\n \"agilityIcons\"\
: 2,\n \"cycle\": \"Return to the Forgotten Age\"\n}"
GMNotes: "{\n \"id\": \"53004\",\n \"type\": \"Asset\",\n \"class\": \"Seeker\",\n
\ \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item. Relic.\",\n \"agilityIcons\":
2,\n \"cycle\": \"Return to the Forgotten Age\"\n}"
GUID: 3289b0
Grid: true
GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: Knowledge of the Elders
DragSelectable: true
GMNotes: "{\n \"id\": \"04230\",\n \"type\": \"Asset\",\n \"class\": \"Seeker\"\
,\n \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item. Relic.\",\n \"intellectIcons\"\
: 2,\n \"cycle\": \"The Forgotten Age\"\n}"
GMNotes: "{\n \"id\": \"04230\",\n \"type\": \"Asset\",\n \"class\": \"Seeker\",\n
\ \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item. Relic.\",\n \"intellectIcons\":
2,\n \"cycle\": \"The Forgotten Age\"\n}"
GUID: 863f91
Grid: true
GridProjection: false

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: Minds in Harmony
DragSelectable: true
GMNotes: "{\n \"id\": \"04231\",\n \"type\": \"Asset\",\n \"class\": \"Seeker\"\
,\n \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item. Relic.\",\n \"willpowerIcons\"\
: 2,\n \"cycle\": \"The Forgotten Age\"\n}"
GMNotes: "{\n \"id\": \"04231\",\n \"type\": \"Asset\",\n \"class\": \"Seeker\",\n
\ \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item. Relic.\",\n \"willpowerIcons\":
2,\n \"cycle\": \"The Forgotten Age\"\n}"
GUID: 9c56d3
Grid: true
GridProjection: false

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -19,9 +19,9 @@ CustomDeck:
UniqueBack: false
Description: Untranslated
DragSelectable: true
GMNotes: "{\n \"id\": \"03025\",\n \"type\": \"Asset\",\n \"class\": \"Seeker\"\
,\n \"cost\": 0,\n \"level\": 0,\n \"traits\": \"Item. Occult. Tome.\",\n \"\
intellectIcons\": 1,\n \"cycle\": \"The Path to Carcosa\"\n}"
GMNotes: "{\n \"id\": \"03025\",\n \"type\": \"Asset\",\n \"class\": \"Seeker\",\n
\ \"cost\": 0,\n \"level\": 0,\n \"traits\": \"Item. Occult. Tome.\",\n \"intellectIcons\":
1,\n \"cycle\": \"The Path to Carcosa\"\n}"
GUID: cbfc12
Grid: true
GridProjection: false

View File

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

View File

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

View File

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

View File

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

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