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 z: 180
TabStates: TabStates:
'10': '10':
body: "Created by Whimsical\n\nAnything that passes over the remover that isn't\ body: "Created by Whimsical\n\nAnything that passes over the remover that isn't
\ a card, deck or chaos token will be deleted.\r\nTo use the remover, right\ a card, deck or chaos token will be deleted.\r\nTo use the remover, right click
\ click on it, choose the \"Enable\" option, and take your card with resources/horror/damage\ 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\ and swipe it over the remover. You may wish to unlock and/or copy the remover
\ to your play area first." to your play area first."
color: Grey color: Grey
id: 10 id: 10
title: Token Remover title: Token Remover
@ -1562,99 +1562,96 @@ TabStates:
g: 0.5 g: 0.5
r: 0.5 r: 0.5
'8': '8':
body: "Welcome to Arkham Horror LCG - Super Complete Edition!\r\n\r\nBelow you\ 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 find all the features and instructions this mod is loaded with, that will
\ will make your AH LCG experience easier.\r\n\r\nDECKBUILDING\r\n1. All current\ make your AH LCG experience easier.\r\n\r\nDECKBUILDING\r\n1. All current existing
\ existing investigators are on the right-hand side, and within each chest you\ investigators are on the right-hand side, and within each chest you will find
\ will find their investigator-specific assets and weaknesses. Also included\ their investigator-specific assets and weaknesses. Also included is a basic
\ is a basic starter deck which only requires you to add a basic random weakness\ starter deck which only requires you to add a basic random weakness to get going.\r\n\r\n2.
\ to get going.\r\n\r\n2. On the left-hand side you will find both the weakness\ On the left-hand side you will find both the weakness decks as well as lvl 0
\ decks as well as lvl 0 cards sorted by class. To reveal the cards, click on\ cards sorted by class. To reveal the cards, click on each corresponding token
\ each corresponding token to deal the cards onto the table. Cards are sorted\ to deal the cards onto the table. Cards are sorted by order of Skill, event
\ by order of Skill, event and Asset cards top-down and increasing resource\ and Asset cards top-down and increasing resource cost, left to right. \r\n\r\n3.
\ cost, left to right. \r\n\r\n3. On the upper side you have the upgrade cards.\ On the upper side you have the upgrade cards. Similarly, click each token to
\ Similarly, click each token to deal the cards out onto the table. Cards are\ deal the cards out onto the table. Cards are arranged both in increasing xp
\ arranged both in increasing xp cost and resource cost, left to right. Typically,\ cost and resource cost, left to right. Typically, these are the cards you will
\ these are the cards you will be spending XP on between scenarios to purchase\ be spending XP on between scenarios to purchase and improve your deck.\r\n4.
\ and improve your deck.\r\n4. On the right-hand side underneath the Investigators,\ On the right-hand side underneath the Investigators, you will find the automated
\ you will find the automated ArkhamDB Deckbuilder (coded and maintained by\ ArkhamDB Deckbuilder (coded and maintained by Grabben). Click the load cards
\ Grabben). Click the load cards button to activate the Deckbuilder, check ArkhamDB\ button to activate the Deckbuilder, check ArkhamDB for your chosen deck\u2019s
\ for your chosen deck\u2019s URL and insert its number code following the instructions\ URL and insert its number code following the instructions on the deckbuilder,
\ on the deckbuilder, and it will build the deck automatically for you.\r\n\r\ and it will build the deck automatically for you.\r\n\r\nSCENARIOS & SETUP\r\n1.
\nSCENARIOS & SETUP\r\n1. \tArkham Horror LCG comes with a core campaign (Night\ \tArkham Horror LCG comes with a core campaign (Night of the Zealot) and several
\ of the Zealot) and several expansions (The Dunwich Legacy, The Path to Carcosa\ expansions (The Dunwich Legacy, The Path to Carcosa & The Forgotten Age). Within
\ & The Forgotten Age). Within each box you will find the volumes that contain\ each box you will find the volumes that contain all the cards required for each
\ all the cards required for each scenario setup, as well as a tablet linking\ scenario setup, as well as a tablet linking to the official campaign guide PDF.
\ to the official campaign guide PDF. Also included are chaos token cards and\ Also included are chaos token cards and a Campaign Log.\r\n\r\n2. \tEach scenario
\ a Campaign Log.\r\n\r\n2. \tEach scenario is setup differently, and while\ is setup differently, and while some of the work has been prepared beforehand
\ some of the work has been prepared beforehand (such as building encounter\ (such as building encounter decks), you will have to refer to the Campaign Guide
\ decks), you will have to refer to the Campaign Guide for specific instructions\ for specific instructions on how to set up each scenario.\r\n\r\n3. \tThe chaos
\ on how to set up each scenario.\r\n\r\n3. \tThe chaos bag is always placed\ bag is always placed on the scenario setup mat in the upper right-hand corner
\ on the scenario setup mat in the upper right-hand corner onto a snap point\ onto a snap point that tilts it at a 45-degree angle. Each scenario volume will
\ that tilts it at a 45-degree angle. Each scenario volume will contain a difficulty\ contain a difficulty card, where you will have the choice of four difficulties.
\ card, where you will have the choice of four difficulties. Press the button\ Press the button on the card according to the difficulty of your choosing and
\ on the card according to the difficulty of your choosing and the chaos bag\ the chaos bag will automatically be configured with the tokens specific to that
\ will automatically be configured with the tokens specific to that difficulty.\ difficulty. In campaign play it is recommended to save your decks and chaos
\ In campaign play it is recommended to save your decks and chaos bag at the\ bag at the end of your scenario to carry over onto the next, as often tokens
\ end of your scenario to carry over onto the next, as often tokens are added\ are added or removed from the chaos bag depending on actions or decisions made
\ or removed from the chaos bag depending on actions or decisions made during\ during the game. These additional tokens can be drawn from the token reserve
\ the game. These additional tokens can be drawn from the token reserve book\ book resting next to the newspaper in the middle of the main table \u2013 right
\ 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
\ 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,
\ cards, always place them face down on the main play area (the dark map of\ Massachusetts) with the number of clues per location unrevealed. The mod is
\ Arkham, Massachusetts) with the number of clues per location unrevealed. The\ scripted so that when you flip said location cards (usually when entering the
\ mod is scripted so that when you flip said location cards (usually when entering\ location with an investigator), if it contains clues, the number of clues specific
\ the location with an investigator), if it contains clues, the number of clues\ to that location will automatically spawn. Note, that the mod only spawns tokens
\ specific to that location will automatically spawn. Note, that the mod only\ in relation to the number of players currently set on the playmat player settings.
\ spawns tokens in relation to the number of players currently set on the playmat\ To set the number of players, left-click on the \"Investigators Playing\" number
\ player settings. To set the number of players, left-click on the \"Investigators\ to increase, or right-click to decrease.\r\n\n5. To make location mapping easier,
\ Playing\" number to increase, or right-click to decrease.\r\n\n5. To make\ you can draw location connector tokens from the arrow-shaped container below
\ location mapping easier, you can draw location connector tokens from the arrow-shaped\ the main play area. Each token has three states (one way, two way and four way)
\ container below the main play area. Each token has three states (one way,\ to use them accordingly to better visualize how your locations connect.\n\r\n6.
\ two way and four way) to use them accordingly to better visualize how your\ \tIf you require additional doom or clue tokens, these are located on the scenario
\ locations connect.\n\r\n6. \tIf you require additional doom or clue tokens,\ playmat in their corresponding containers. A handy Doom counter has been also
\ these are located on the scenario playmat in their corresponding containers.\ been added to track the doom on the agenda \u2013 left-click to add to add,
\ A handy Doom counter has been also been added to track the doom on the agenda\ and right-click to deduct. Keep in mind that any doom spawned on enemies, locations
\ \u2013 left-click to add to add, and right-click to deduct. Keep in mind that\ or assets needs to be mentally added to the doom in play on the agenda to account
\ any doom spawned on enemies, locations or assets needs to be mentally added\ for total doom.\r\n\r\nINVESTIGATOR PLAYMAT AND GAMEPLAY\r\n1. \tInvestigator
\ to the doom in play on the agenda to account for total doom.\r\n\r\nINVESTIGATOR\ mats are scripted to automate most of the gameplay for you. wdw\n\r\n2. \tEach
\ PLAYMAT AND GAMEPLAY\r\n1. \tInvestigator mats are scripted to automate most\ mat has slots for inventory, where if you play an asset (for example you put
\ of the gameplay for you. wdw\n\r\n2. \tEach mat has slots for inventory, where\ a gun that has 4 ammo into your right-hand slot), the mod will automatically
\ if you play an asset (for example you put a gun that has 4 ammo into your\ spawn the 4 resource tokens onto your equipped card.\n\r\n3.\tThe draw encounter
\ right-hand slot), the mod will automatically spawn the 4 resource tokens onto\ button on the left-hand side will draw the topmost card from the encounter deck
\ your equipped card.\n\r\n3.\tThe draw encounter button on the left-hand side\ and put it in your threat area. Left-clicking will draw the card face-down,
\ will draw the topmost card from the encounter deck and put it in your threat\ and right-clicking will draw the card face-up. When you draw a weakness, or
\ area. Left-clicking will draw the card face-down, and right-clicking will\ engage an enemy, it is recommended you put it in your threat area, and once
\ draw the card face-up. When you draw a weakness, or engage an enemy, it is\ you defeat the enemy or treachery, you can send it to the encounter discard
\ recommended you put it in your threat area, and once you defeat the enemy\ pile by clicking the discard button. If you defeat an enemy with a victory point,
\ or treachery, you can send it to the encounter discard pile by clicking the\ make sure not to discard to the discard pile, but pick the card up and drop
\ discard button. If you defeat an enemy with a victory point, make sure not\ it at the victory display.\n\r\n4. \tThe Click for Chaos button does just that,
\ to discard to the discard pile, but pick the card up and drop it at the victory\ draw a random chaos token from your chaos bag. Clicking a second time, sends
\ display.\n\r\n4. \tThe Click for Chaos button does just that, draw a random\ your chaos token back into the bag, which is then shuffled. If one player clicks
\ chaos token from your chaos bag. Clicking a second time, sends your chaos\ to draw a token and doesn\u2019t click a second time to send it back, the click
\ token back into the bag, which is then shuffled. If one player clicks to draw\ from another player on his personal mat will send the token back first, and
\ a token and doesn\u2019t click a second time to send it back, the click from\ the next click will draw the token. Additionally, right-clicking the button
\ another player on his personal mat will send the token back first, and the\ will continue drawing tokens and line them up next to each other, which is useful
\ next click will draw the token. Additionally, right-clicking the button will\ for specific draw conditions the game may require from you. Left-clicking again
\ continue drawing tokens and line them up next to each other, which is useful\ will send all drawn tokens back to the bag.\n\nADDITIONAL FEATURES:\n1. Over
\ for specific draw conditions the game may require from you. Left-clicking\ 20 Fan-made scenarios created by the thriving community of Arkham Horror LCG
\ again will send all drawn tokens back to the bag.\n\nADDITIONAL FEATURES:\n\ have been included. Some of these are one-scenario missions, others are long
1. Over 20 Fan-made scenarios created by the thriving community of Arkham Horror\ involved campaigns spanning multiple scenarios. These are all contained in \"The
\ LCG have been included. Some of these are one-scenario missions, others are\ Side Missions\". This boxset also includes the official FFG-created sidemissions
\ long involved campaigns spanning multiple scenarios. These are all contained\ Curse of the Rougarou, Carnevale of Horrors, Labrynths of Lunacy and The Eternal
\ in \"The Side Missions\". This boxset also includes the official FFG-created\ Slumber. Read the rulebook on including a side-mission into an ongoing campaign,
\ sidemissions Curse of the Rougarou, Carnevale of Horrors, Labrynths of Lunacy\ or play it as a one-off adventure! Setup instructions are included in each
\ and The Eternal Slumber. Read the rulebook on including a side-mission into\ volume.\n\n2. If you are not a fan of the dark themed Arkham map for the playmat,
\ an ongoing campaign, or play it as a one-off adventure! Setup instructions\ you can change the image on it to any you like. At the top left hand side of
\ are included in each volume.\n\n2. If you are not a fan of the dark themed\ the playmat is an image icon, which when clicked will reveal a image swap panel.
\ Arkham map for the playmat, you can change the image on it to any you like.\ Input the URL for the image you want to repalce the playmat with, and the panel
\ At the top left hand side of the playmat is an image icon, which when clicked\ will apply the image for you. Keep in mind this will not change the existing
\ will reveal a image swap panel. Input the URL for the image you want to repalce\ snap points on the current playmat.\n\r\nAs a final comment, please be sure
\ the playmat with, and the panel will apply the image for you. Keep in mind\ to let me know on the mod page in steam workshop if you find any bugs, issues
\ this will not change the existing snap points on the current playmat.\n\r\n\ or have any suggestions for improvement!\r\n\r\n\r\n \r\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"
color: Grey color: Grey
id: 8 id: 8
title: Basic Intro title: Basic Intro
@ -1663,20 +1660,19 @@ TabStates:
g: 0.5 g: 0.5
r: 0.5 r: 0.5
'9': '9':
body: "Implemented by Tikatoy\nIdea conceived by Cadentia\n\nVersion 3.3\n\nTop\ 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\ 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\ 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\ 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\ it below the manager (for sealing)\nRETURN - returns the last token taken from
\ from the chaos bag to the chaos bag\n\nTo use Parallel Wendy, go to Options\ the chaos bag to the chaos bag\n\nTo use Parallel Wendy, go to Options -> Game
\ -> Game Keys, then bind a key or mouse button to Wendy's Menu. Hover over\ Keys, then bind a key or mouse button to Wendy's Menu. Hover over any card (won't
\ any card (won't work on decks) then press the bound key. Right-click seal/release\ work on decks) then press the bound key. Right-click seal/release options will
\ options will be added to the card.\n\n---Other Notes---\n\nOnly use ONE token\ be added to the card.\n\n---Other Notes---\n\nOnly use ONE token manager at
\ manager at a time\nTokens are limited to 10 of each type in play\nBless and\ a time\nTokens are limited to 10 of each type in play\nBless and curse tokens
\ curse tokens should be in the chaos bag before trying to REMOVE or TAKE them\n\ should be in the chaos bag before trying to REMOVE or TAKE them\nEach action
Each action logs a message which ends with (# in bag/# taken); hit enter to\ logs a message which ends with (# in bag/# taken); hit enter to view log\n**WARNING**:
\ view log\n**WARNING**: Tracking # of tokens in bag and in play will NOT persist\ Tracking # of tokens in bag and in play will NOT persist between saves\n\r"
\ between saves\n\r"
color: Grey color: Grey
id: 9 id: 9
title: Bless / Curse Manager title: Bless / Curse Manager
@ -1696,225 +1692,4 @@ Turns:
TurnOrder: [] TurnOrder: []
Type: 0 Type: 0
VersionNumber: v13.2.2 VersionNumber: v13.2.2
XmlUI: "<!-- include Global.xml -->\n<!-- Default formatting -->\n<Defaults>\n <!--\ XmlUI: !include 'unpacked.xml'
\ 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 -->"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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