3.5.0
This commit is contained in:
parent
b1f0b20bb6
commit
5047f9df39
3680
unpacked.ttslua
3680
unpacked.ttslua
File diff suppressed because it is too large
Load Diff
190
unpacked.xml
190
unpacked.xml
@ -211,7 +211,7 @@
|
||||
</HorizontalLayout>
|
||||
</VerticalLayout>
|
||||
<!-- include Global/DownloadWindow.xml -->
|
||||
<!-- include Global/PlayareaGallery.xml -->
|
||||
<!-- include Global/PlayAreaGallery.xml -->
|
||||
<Defaults>
|
||||
<!-- type selection at the top -->
|
||||
<Button class="imageTab"
|
||||
@ -226,6 +226,13 @@
|
||||
<Button class="bWhite"
|
||||
color="white"/>
|
||||
|
||||
<Button class="windowButton"
|
||||
hoverClass="bGrey"
|
||||
pressClass="bWhite"
|
||||
selectClass="bWhite"
|
||||
color="#888888"
|
||||
font="font_teutonic-arkham"/>
|
||||
|
||||
<!-- image boxes in the grid -->
|
||||
<VerticalLayout class="imageBox"
|
||||
color="black"
|
||||
@ -253,7 +260,7 @@
|
||||
<VerticalLayout childForceExpandHeight="false"/>
|
||||
</Defaults>
|
||||
|
||||
<VerticalLayout id="playareaGallery"
|
||||
<VerticalLayout id="playAreaGallery"
|
||||
active="false"
|
||||
color="black"
|
||||
height="880"
|
||||
@ -272,6 +279,12 @@
|
||||
font="font_teutonic-arkham"
|
||||
preferredWidth="600"
|
||||
alignment="MiddleLeft">Playarea Image Gallery</Text>
|
||||
<Button id="customUrl_button"
|
||||
class="windowButton"
|
||||
onClick="onClick_customUrl"
|
||||
height="30"
|
||||
preferredWidth="125"
|
||||
fontSize="24">Use custom URL</Button>
|
||||
<Panel preferredWidth="50">
|
||||
<Button rectAlignment="MiddleRight"
|
||||
width="50"
|
||||
@ -280,7 +293,7 @@
|
||||
tooltip="Close"
|
||||
tooltipPosition="Right"
|
||||
tooltipBackgroundColor="rgba(0,0,0,1)"
|
||||
onClick="onClick_toggleUi(playareaGallery)"/>
|
||||
onClick="onClick_toggleUi(playAreaGallery)"/>
|
||||
</Panel>
|
||||
</Panel>
|
||||
|
||||
@ -334,7 +347,7 @@
|
||||
</VerticalScrollView>
|
||||
</HorizontalLayout>
|
||||
</VerticalLayout>
|
||||
<!-- include Global/PlayareaGallery.xml -->
|
||||
<!-- include Global/PlayAreaGallery.xml -->
|
||||
<!-- include Global/TitleSplash.xml -->
|
||||
<!-- Title Splash when starting a scenario -->
|
||||
<Panel id="title_splash"
|
||||
@ -384,7 +397,7 @@
|
||||
fontSize="20"
|
||||
font="font_teutonic-arkham"/>
|
||||
<Cell class="claim"
|
||||
tooltip="Clicking this seat in the navigation overlay will now only swap the playercolor for you."
|
||||
tooltip="Clicking this seat in the navigation overlay
will now only swap the playercolor for you."
|
||||
tooltipPosition="Right" />
|
||||
|
||||
<!-- buttons at the bottom -->
|
||||
@ -431,7 +444,7 @@
|
||||
<TableLayout id="navPanelSettings"
|
||||
active="false"
|
||||
width="300"
|
||||
height="335"
|
||||
height="380"
|
||||
color="#000000"
|
||||
outlineSize="2 2"
|
||||
outline="grey"
|
||||
@ -466,7 +479,24 @@
|
||||
minValue="0"
|
||||
maxValue="89"
|
||||
value="75"
|
||||
tooltip="This controls the camera pitch ('nodding your head')."
|
||||
tooltip="This controls the camera pitch
('nodding your head')."
|
||||
tooltipPosition="Right"/>
|
||||
</Cell>
|
||||
</Row>
|
||||
|
||||
<!-- Option: Custom distance -->
|
||||
<Row class="nav_option-text">
|
||||
<Cell class="nav_option-text">
|
||||
<Text class="nav_option-header">Viewing distance (relative):</Text>
|
||||
</Cell>
|
||||
<Cell class="nav_option-button">
|
||||
<Slider id="sliderDistance"
|
||||
onValueChanged="797ede/updateDistance"
|
||||
wholeNumbers="true"
|
||||
minValue="50"
|
||||
maxValue="200"
|
||||
value="100"
|
||||
tooltip="This controls the camera distance
(from 50% to 200% of the default settings)."
|
||||
tooltipPosition="Right"/>
|
||||
</Cell>
|
||||
</Row>
|
||||
@ -563,8 +593,9 @@
|
||||
|
||||
<!-- group headers -->
|
||||
<Row class="group-header"
|
||||
preferredHeight="54" />
|
||||
preferredHeight="44" />
|
||||
<Cell class="group-header"
|
||||
padding="10 10 0 0"
|
||||
columnSpan="3"
|
||||
color="#222222" />
|
||||
<Panel class="group-header"
|
||||
@ -579,22 +610,26 @@
|
||||
tooltipPosition="Left"
|
||||
tooltipBackgroundColor="rgba(0,0,0,1)"/>
|
||||
<Cell class="option-text"
|
||||
padding="10 10 5 5"
|
||||
color="#333333"
|
||||
columnSpan="2"/>
|
||||
<Cell class="option-button"
|
||||
padding="10 10 5 5"
|
||||
color="#333333"/>
|
||||
<Cell class="option-dropdowntext"
|
||||
<Cell class="option-singleColumn"
|
||||
padding="10 10 5 5"
|
||||
color="#333333"
|
||||
columnSpan="1"/>
|
||||
<Cell class="option-dropdown"
|
||||
<Cell class="option-doubleColumn"
|
||||
padding="10 10 5 5"
|
||||
color="#333333"
|
||||
columnSpan="2"/>
|
||||
<Panel class="option-wrapper"
|
||||
<Panel class="singleColumn-wrapper"
|
||||
padding="10 0 0 0"/>
|
||||
<Text class="option-header"
|
||||
fontSize="22"
|
||||
font="font_teutonic-arkham"/>
|
||||
<Panel class="dropdown-wrapper"
|
||||
<Panel class="doubleColumn-wrapper"
|
||||
padding="0 17 3 3"/>
|
||||
|
||||
<!-- buttons at the bottom -->
|
||||
@ -639,7 +674,7 @@
|
||||
raycastTarget="true">
|
||||
<TableLayout columnWidths="0 100 75"
|
||||
autoCalculateHeight="1"
|
||||
cellPadding="10 10 5 5">
|
||||
useGlobalCellPadding="false">
|
||||
|
||||
<!-- Group: general settings -->
|
||||
<Row class="group-header">
|
||||
@ -654,13 +689,13 @@
|
||||
<!-- Option: card language -->
|
||||
<!-- disabled until we have the backend in place
|
||||
<Row class="option-text" tooltip="Downloading a campaign or importing a deck will use
this language for cards (NOT FUNCTIONAL YET!).">
|
||||
<Cell class="option-dropdowntext">
|
||||
<Panel class="option-wrapper">
|
||||
<Cell class="option-singleColumn">
|
||||
<Panel class="singleColumn-wrapper">
|
||||
<Text class="option-header">Card language</Text>
|
||||
</Panel>
|
||||
</Cell>
|
||||
<Cell class="option-dropdown">
|
||||
<Panel class="dropdown-wrapper">
|
||||
<Cell class="option-doubleColumn">
|
||||
<Panel class="doubleColumn-wrapper">
|
||||
<Dropdown id="cardLanguage" onValueChanged="languageSelected(selectedIndex)">
|
||||
<Option>简体中文</Option>
|
||||
<Option>繁體中文</Option>
|
||||
@ -674,12 +709,36 @@
|
||||
</Cell>
|
||||
</Row> -->
|
||||
|
||||
<!-- Option: splash scenario name on setup -->
|
||||
<Row class="option-text"
|
||||
tooltip="Fade in the name of the scenario for 2 seconds
when placing down a scenario.">
|
||||
<Cell class="option-text">
|
||||
<Panel class="singleColumn-wrapper">
|
||||
<Text class="option-header">Show scenario title on setup</Text>
|
||||
</Panel>
|
||||
</Cell>
|
||||
<Cell class="option-button">
|
||||
<Toggle id="showTitleSplash"
|
||||
onValueChanged="onClick_toggleOption(showTitleSplash)"/>
|
||||
</Cell>
|
||||
</Row>
|
||||
|
||||
<!-- Group: play area settings -->
|
||||
<Row class="group-header">
|
||||
<Cell class="group-header">
|
||||
<Panel class="group-header"
|
||||
image="header_compass">
|
||||
<Text class="group-header">PLAY AREA SETTINGS</Text>
|
||||
</Panel>
|
||||
</Cell>
|
||||
</Row>
|
||||
|
||||
<!-- Option: play area snap tags -->
|
||||
<Row class="option-text"
|
||||
tooltip="Only cards with the tag 'Location' will snap (official cards are supported by default).
Disable this if you are having issues with custom content.">
|
||||
<Cell class="option-text">
|
||||
<Panel class="option-wrapper">
|
||||
<Text class="option-header">Enable snap tags for play area</Text>
|
||||
<Panel class="singleColumn-wrapper">
|
||||
<Text class="option-header">Enable snap tags</Text>
|
||||
</Panel>
|
||||
</Cell>
|
||||
<Cell class="option-button">
|
||||
@ -688,17 +747,48 @@
|
||||
</Cell>
|
||||
</Row>
|
||||
|
||||
<!-- Option: splash scenario name on setup -->
|
||||
<!-- Option: location connections -->
|
||||
<Row class="option-text"
|
||||
tooltip="Fade in the name of the scenario for 2 seconds
when placing down a scenario.">
|
||||
tooltip="Automatically draw location connections based on card metadata.">
|
||||
<Cell class="option-text">
|
||||
<Panel class="option-wrapper">
|
||||
<Text class="option-header">Show scenario title on setup</Text>
|
||||
<Panel class="singleColumn-wrapper">
|
||||
<Text class="option-header">Draw location connections</Text>
|
||||
</Panel>
|
||||
</Cell>
|
||||
<Cell class="option-button">
|
||||
<Toggle id="showTitleSplash"
|
||||
onValueChanged="onClick_toggleOption(showTitleSplash)"/>
|
||||
<Toggle id="playAreaConnections"
|
||||
onValueChanged="onClick_toggleOption(playAreaConnections)"/>
|
||||
</Cell>
|
||||
</Row>
|
||||
|
||||
<!-- Option: play area connection color -->
|
||||
<Row class="option-text"
|
||||
tooltip="This color will be used to draw lines
for location connections.">
|
||||
<Cell class="option-singleColumn">
|
||||
<Panel class="singleColumn-wrapper">
|
||||
<Text class="option-header">Choose color for location connections</Text>
|
||||
</Panel>
|
||||
</Cell>
|
||||
<Cell class="option-doubleColumn">
|
||||
<Panel class="doubleColumn-wrapper">
|
||||
<Button id="playAreaConnectionColor"
|
||||
onClick="onClick_playAreaConnectionColor">
|
||||
</Button>
|
||||
</Panel>
|
||||
</Cell>
|
||||
</Row>
|
||||
|
||||
<!-- Option: change custom playarea image on setup -->
|
||||
<Row class="option-text"
|
||||
tooltip="Attempts to set the play area to a fitting image
from the play area image gallery.">
|
||||
<Cell class="option-text">
|
||||
<Panel class="singleColumn-wrapper">
|
||||
<Text class="option-header">Change background on setup</Text>
|
||||
</Panel>
|
||||
</Cell>
|
||||
<Cell class="option-button">
|
||||
<Toggle id="changePlayAreaImage"
|
||||
onValueChanged="onClick_toggleOption(changePlayAreaImage)"/>
|
||||
</Cell>
|
||||
</Row>
|
||||
|
||||
@ -716,7 +806,7 @@
|
||||
<Row class="option-text"
|
||||
tooltip="Only cards with the tag 'Asset' will snap (official cards are supported by default).
Disable this if you are having issues with custom content.">
|
||||
<Cell class="option-text">
|
||||
<Panel class="option-wrapper">
|
||||
<Panel class="singleColumn-wrapper">
|
||||
<Text class="option-header">Enable snap tags</Text>
|
||||
</Panel>
|
||||
</Cell>
|
||||
@ -730,7 +820,7 @@
|
||||
<Row class="option-text"
|
||||
tooltip="Displays a button below the 'Upkeep' button that draws a card from your deck.
Useful for multi-handed solo play.">
|
||||
<Cell class="option-text">
|
||||
<Panel class="option-wrapper">
|
||||
<Panel class="singleColumn-wrapper">
|
||||
<Text class="option-header">Show "Draw 1" button</Text>
|
||||
</Panel>
|
||||
</Cell>
|
||||
@ -744,7 +834,7 @@
|
||||
<Row class="option-text"
|
||||
tooltip="Instead of automatically counting clues in the respective area on your playermat,
this displays a clickable counter for clues.">
|
||||
<Cell class="option-text">
|
||||
<Panel class="option-wrapper">
|
||||
<Panel class="singleColumn-wrapper">
|
||||
<Text class="option-header">Use clickable clue counters</Text>
|
||||
</Panel>
|
||||
</Cell>
|
||||
@ -757,13 +847,13 @@
|
||||
<!-- Option: use clickable resource counters -->
|
||||
<Row class="option-text"
|
||||
tooltip="This enables spawning of clickable resource tokens for player cards.
(Chef's Selection = assets with 0 uses)">
|
||||
<Cell class="option-dropdowntext">
|
||||
<Panel class="option-wrapper">
|
||||
<Cell class="option-singleColumn">
|
||||
<Panel class="singleColumn-wrapper">
|
||||
<Text class="option-header">Use clickable resource tokens</Text>
|
||||
</Panel>
|
||||
</Cell>
|
||||
<Cell class="option-dropdown">
|
||||
<Panel class="dropdown-wrapper">
|
||||
<Cell class="option-doubleColumn">
|
||||
<Panel class="doubleColumn-wrapper">
|
||||
<Dropdown id="useResourceCounters"
|
||||
onValueChanged="resourceCounterSelected(selectedIndex)">
|
||||
<Option>Enabled</Option>
|
||||
@ -774,6 +864,28 @@
|
||||
</Cell>
|
||||
</Row>
|
||||
|
||||
<!-- Option: remove a player mat -->
|
||||
<Row class="option-text"
|
||||
tooltip="Remove an unused playermat for more table space.
Displayed are the default colors.">
|
||||
<Cell class="option-singleColumn">
|
||||
<Panel class="singleColumn-wrapper">
|
||||
<Text class="option-header">Remove a playermat</Text>
|
||||
</Panel>
|
||||
</Cell>
|
||||
<Cell class="option-doubleColumn">
|
||||
<Panel class="doubleColumn-wrapper">
|
||||
<Dropdown id="removePlayermat"
|
||||
onValueChanged="playermatRemovalSelected(selectedIndex)">
|
||||
<Option>Click to select</Option>
|
||||
<Option>1: White</Option>
|
||||
<Option>2: Orange</Option>
|
||||
<Option>3: Green</Option>
|
||||
<Option>4: Red</Option>
|
||||
</Dropdown>
|
||||
</Panel>
|
||||
</Cell>
|
||||
</Row>
|
||||
|
||||
<!-- Group: fan-made accessories -->
|
||||
<Row class="group-header">
|
||||
<Cell class="group-header">
|
||||
@ -788,7 +900,7 @@
|
||||
<Row class="option-text"
|
||||
tooltip="Provides a card-sized bag for cards that are attached to other cards
(e.g. Backpack).">
|
||||
<Cell class="option-text">
|
||||
<Panel class="option-wrapper">
|
||||
<Panel class="singleColumn-wrapper">
|
||||
<Text class="option-header">Attachment Helper</Text>
|
||||
</Panel>
|
||||
</Cell>
|
||||
@ -802,7 +914,7 @@
|
||||
<Row class="option-text"
|
||||
tooltip="Useful for campaign-play:
It resets play areas to allow continuous gameplay in the same savegame.">
|
||||
<Cell class="option-text">
|
||||
<Panel class="option-wrapper">
|
||||
<Panel class="singleColumn-wrapper">
|
||||
<Text class="option-header">Clean Up Helper</Text>
|
||||
</Panel>
|
||||
</Cell>
|
||||
@ -816,7 +928,7 @@
|
||||
<Row class="option-text"
|
||||
tooltip="Displays in a 'Choose Your Own Adventure'
style redesigned campaign guides.">
|
||||
<Cell class="option-text">
|
||||
<Panel class="option-wrapper">
|
||||
<Panel class="singleColumn-wrapper">
|
||||
<Text class="option-header">CYOA Campaign Guides</Text>
|
||||
</Panel>
|
||||
</Cell>
|
||||
@ -828,9 +940,9 @@
|
||||
|
||||
<!-- Option: show displacement tool -->
|
||||
<Row class="option-text"
|
||||
tooltip="This allows moving all objects on the main playmat
in a chosen direction.">
|
||||
tooltip="This allows moving all objects on the main play area
in a chosen direction.">
|
||||
<Cell class="option-text">
|
||||
<Panel class="option-wrapper">
|
||||
<Panel class="singleColumn-wrapper">
|
||||
<Text class="option-header">Displacement Tool</Text>
|
||||
</Panel>
|
||||
</Cell>
|
||||
@ -844,7 +956,7 @@
|
||||
<Row class="option-text"
|
||||
tooltip="Never count your hand cards again! This tool does that for you
and additionally enables easy discarding of random cards.">
|
||||
<Cell class="option-text">
|
||||
<Panel class="option-wrapper">
|
||||
<Panel class="singleColumn-wrapper">
|
||||
<Text class="option-header">Hand Helper</Text>
|
||||
</Panel>
|
||||
</Cell>
|
||||
@ -858,7 +970,7 @@
|
||||
<Row class="option-text"
|
||||
tooltip="Quickly search 3, 6, 9 or the top X
cards of your deck!">
|
||||
<Cell class="option-text">
|
||||
<Panel class="option-wrapper">
|
||||
<Panel class="singleColumn-wrapper">
|
||||
<Text class="option-header">Search Assistant</Text>
|
||||
</Panel>
|
||||
</Cell>
|
||||
|
@ -10,7 +10,7 @@ CameraStates:
|
||||
z: 5.26
|
||||
Rotation:
|
||||
x: 64.34
|
||||
y: 90.33
|
||||
y: 90
|
||||
z: 0
|
||||
Zoomed: false
|
||||
- AbsolutePosition:
|
||||
@ -133,16 +133,16 @@ CustomUIAssets:
|
||||
URL: http://cloud-3.steamusercontent.com/ugc/2028355502896482829/8DAB311590B97586309E66D795AC2C43D4913188/
|
||||
- Name: header_cover
|
||||
Type: 0
|
||||
URL: http://cloud-3.steamusercontent.com/ugc/5118935530977312342/0D22712378B1F9A5A1FC7DA40C355943C878DDC0/
|
||||
URL: http://cloud-3.steamusercontent.com/ugc/2280574378889753624/53E7443E2A9957BC5CA4D73B67D5C1C30971C9F9/
|
||||
- Name: header_acolyte
|
||||
Type: 0
|
||||
URL: http://cloud-3.steamusercontent.com/ugc/5118935530977311773/B8B2021D42CFB084AFDCCA42EE6B9A57F3E30AC6/
|
||||
- Name: header_ruins
|
||||
URL: http://cloud-3.steamusercontent.com/ugc/2280574378889753484/961371448C1CB9F93D574E0F78CF51A88D0D34F6/
|
||||
- Name: header_compass
|
||||
Type: 0
|
||||
URL: http://cloud-3.steamusercontent.com/ugc/5118935530977312917/E24A34736C912186C7AC58270E3819B6A44B3EE8/
|
||||
URL: http://cloud-3.steamusercontent.com/ugc/2280574378889786684/52E2A801060A523AF5DD956C72A41889B5A1D2C9/
|
||||
- Name: header_olive
|
||||
Type: 0
|
||||
URL: http://cloud-3.steamusercontent.com/ugc/5118935530977377198/4E88B41107A29D027D86E6B80D47B03617335990/
|
||||
URL: http://cloud-3.steamusercontent.com/ugc/2280574378889753733/F67B7B37FF7AA253B6D697E577DF54A3E76030C2/
|
||||
- Name: option_on
|
||||
Type: 0
|
||||
URL: http://cloud-3.steamusercontent.com/ugc/2024962321889555728/22ABD35CBB49A001F3A5318E4AFCFB22D24FEA39/
|
||||
@ -206,6 +206,9 @@ CustomUIAssets:
|
||||
- Name: Inv-Jacqueline
|
||||
Type: 0
|
||||
URL: https://i.imgur.com/AFuB9II.png
|
||||
- Name: Inv-Kohaku
|
||||
Type: 0
|
||||
URL: http://cloud-3.steamusercontent.com/ugc/2279451480492739312/E59E79D4CFCFE60190BFD69B7FFBF1601DA3FAA5/
|
||||
- Name: TitleGradient
|
||||
Type: 0
|
||||
URL: https://i.imgur.com/Mdjm349.png
|
||||
@ -221,7 +224,7 @@ CustomUIAssets:
|
||||
- Name: box-cover-mask-wide
|
||||
Type: 0
|
||||
URL: http://cloud-3.steamusercontent.com/ugc/2115061298538827369/A20C2ECB8ECDC1B0AD8B2B38F68CA1C1F5E07D37/
|
||||
Date: Sat Nov 18 18:06:45 CST 2023
|
||||
Date: Thu Jan 25 01:22:12 UTC 2024
|
||||
DecalPallet:
|
||||
- ImageURL: http://cloud-3.steamusercontent.com/ugc/1474319121424323663/BC5570ECF747F1B30224461B576E8B0FE7FA5F33/
|
||||
Name: Achivement Checkmark
|
||||
@ -230,7 +233,7 @@ DecalPallet:
|
||||
Name: Victory Display
|
||||
Size: 15
|
||||
Decals: []
|
||||
EpochTime: 1700352405
|
||||
EpochTime: 1706145732
|
||||
GameComplexity: ''
|
||||
GameMode: Arkham Horror LCG - Super Complete Edition
|
||||
GameType: ''
|
||||
@ -281,7 +284,7 @@ Lighting:
|
||||
LutIndex: 0
|
||||
ReflectionIntensity: 1
|
||||
LuaScript: !include 'unpacked.ttslua'
|
||||
LuaScriptState: '{"acknowledgedUpgradeVersions":[],"optionPanel":{"cardLanguage":"en","playAreaSnapTags":true,"showAttachmentHelper":false,"showCleanUpHelper":false,"showCYOA":false,"showDisplacementTool":false,"showDrawButton":false,"showHandHelper":[],"showSearchAssistant":[],"showTitleSplash":true,"useClueClickers":false,"useResourceCounters":"disabled","useSnapTags":true}}'
|
||||
LuaScriptState: '{"acknowledgedUpgradeVersions":[],"chaosTokensGUID":[],"optionPanel":{"cardLanguage":"en","changePlayAreaImage":false,"playAreaConnectionColor":{"a":1,"b":0.4,"g":0.4,"r":0.4},"playAreaConnections":true,"playAreaSnapTags":true,"showAttachmentHelper":false,"showCleanUpHelper":false,"showCYOA":false,"showDisplacementTool":false,"showDrawButton":false,"showHandHelper":[],"showSearchAssistant":[],"showTitleSplash":true,"useClueClickers":false,"useResourceCounters":"disabled","useSnapTags":true}}'
|
||||
MusicPlayer:
|
||||
AudioLibrary:
|
||||
- Item1: http://cloud-3.steamusercontent.com/ugc/784110538847453001/4481D1CC5684FCF04AB143954DEFE09E94BF5CEB/
|
||||
@ -359,7 +362,7 @@ ObjectStates:
|
||||
- !include 'unpacked/Custom_Model Decoration - Coin 180a23.yaml'
|
||||
- !include 'unpacked/Custom_Tile Panel 463022.yaml'
|
||||
- !include 'unpacked/Custom_Token TentacleStand 7bff34.yaml'
|
||||
- !include 'unpacked/ScriptingTrigger 83ef06.yaml'
|
||||
- !include 'unpacked/ScriptingTrigger ChaosBagZone 83ef06.yaml'
|
||||
- !include 'unpacked/Custom_Model_Infinite_Bag Clue tokens 11e0cf.yaml'
|
||||
- !include 'unpacked/Custom_Model_Infinite_Bag Doom tokens b015d8.yaml'
|
||||
- !include 'unpacked/Custom_Token Doom Counter 85c4c6.yaml'
|
||||
@ -422,10 +425,9 @@ ObjectStates:
|
||||
- !include 'unpacked/Custom_Token Master Clue Counter 4a3aa4.yaml'
|
||||
- !include 'unpacked/Custom_Model_Bag Legacy Assets 7165a9.yaml'
|
||||
- !include 'unpacked/Custom_Token Play Area 721ba2.yaml'
|
||||
- !include 'unpacked/Bag Additional Player Cards 2cba6b.yaml'
|
||||
- !include 'unpacked/Custom_Assetbundle_Bag Barkham Horror 308439.yaml'
|
||||
- !include 'unpacked/Custom_Token Chaos Bag Stat Tracker 766620.yaml'
|
||||
- !include 'unpacked/Custom_Model_Bag Bless tokens afa06b.yaml'
|
||||
- !include 'unpacked/Custom_Model_Bag Curse tokens bd0253.yaml'
|
||||
- !include 'unpacked/Checker_white Token Spawn Tool 36b4ee.yaml'
|
||||
- !include 'unpacked/Custom_Model_Bag Official StandaloneChallenge Scenarios 0ef5c8.yaml'
|
||||
- !include 'unpacked/Deck Tarot Deck 77f1e5.yaml'
|
||||
@ -491,6 +493,7 @@ ObjectStates:
|
||||
- !include 'unpacked/Bag Token Source 124381.yaml'
|
||||
- !include 'unpacked/FogOfWarTrigger Game Data 3dbe47.yaml'
|
||||
- !include 'unpacked/Custom_Token SCED Tour 0e5aa8.yaml'
|
||||
- !include 'unpacked/Custom_Token Instruction Generator 240522.yaml'
|
||||
- !include 'unpacked/Custom_Tile Player Cards 2d30ee.yaml'
|
||||
- !include 'unpacked/Custom_Tile Token Remover 39b175.yaml'
|
||||
- !include 'unpacked/Custom_Tile Token Remover 2ba7a5.yaml'
|
||||
@ -521,7 +524,27 @@ ObjectStates:
|
||||
- !include 'unpacked/Custom_Token Chaos Bag Manager 023240.yaml'
|
||||
- !include 'unpacked/BlockRectangle Placeholder Box Dummy a93466.yaml'
|
||||
- !include 'unpacked/Custom_Model Baldur''s Gate III 695abd.yaml'
|
||||
- !include 'unpacked/Notecard Arkham SCE 3.4.0 - 11182023 - Page 1 964222.yaml'
|
||||
- !include 'unpacked/Custom_Tile Tokencache_+1 a15273.yaml'
|
||||
- !include 'unpacked/Custom_Tile Tokencache_0 0a8592.yaml'
|
||||
- !include 'unpacked/Custom_Tile Tokencache_-1 b644d2.yaml'
|
||||
- !include 'unpacked/Custom_Tile Tokencache_-2 8af600.yaml'
|
||||
- !include 'unpacked/Custom_Tile Tokencache_-3 a7a9cb.yaml'
|
||||
- !include 'unpacked/Custom_Tile Tokencache_-4 984eec.yaml'
|
||||
- !include 'unpacked/Custom_Tile Tokencache_-5 1df0a5.yaml'
|
||||
- !include 'unpacked/Custom_Tile Tokencache_-6 2460df.yaml'
|
||||
- !include 'unpacked/Custom_Tile Tokencache_-7 81a1d7.yaml'
|
||||
- !include 'unpacked/Custom_Tile Tokencache_-8 298b5f.yaml'
|
||||
- !include 'unpacked/Custom_Tile Tokencache_Skull cc8bbb.yaml'
|
||||
- !include 'unpacked/Custom_Tile Tokencache_Cultist 7d6103.yaml'
|
||||
- !include 'unpacked/Custom_Tile Tokencache_Tablet 1a1506.yaml'
|
||||
- !include 'unpacked/Custom_Tile Tokencache_Elder Thing 38609c.yaml'
|
||||
- !include 'unpacked/Custom_Tile Tokencache_Auto-fail e31821.yaml'
|
||||
- !include 'unpacked/Custom_Tile Tokencache_Elder Sign 0b1aca.yaml'
|
||||
- !include 'unpacked/Custom_Tile Tokencache_Bless 8e3aab.yaml'
|
||||
- !include 'unpacked/Custom_Tile Tokencache_Curse 16a9a7.yaml'
|
||||
- !include 'unpacked/Custom_Tile Tokencache_Frost b2b7be.yaml'
|
||||
- !include 'unpacked/BlockSquare Physics Detector b300d8.yaml'
|
||||
- !include 'unpacked/Notecard Arkham SCE 3.5.0 - 1252024 - Page 1 2d0dbb.yaml'
|
||||
PlayArea: 1
|
||||
PlayerCounts:
|
||||
- 0
|
||||
@ -529,7 +552,7 @@ PlayerCounts:
|
||||
PlayingTime:
|
||||
- 0
|
||||
- 0
|
||||
SaveName: Arkham SCE - 3.4.0
|
||||
SaveName: Arkham SCE - 3.5.0
|
||||
Sky: Sky_Museum
|
||||
SkyURL: https://i.imgur.com/GkQqaOF.jpg
|
||||
SnapPoints:
|
||||
@ -718,9 +741,9 @@ SnapPoints:
|
||||
y: 1.48
|
||||
z: -71
|
||||
- Position:
|
||||
x: 1.6
|
||||
y: 1.58
|
||||
z: -13.75
|
||||
x: -28.64
|
||||
y: 1.48
|
||||
z: -38.65
|
||||
Rotation:
|
||||
x: 0
|
||||
y: 315
|
||||
@ -741,6 +764,14 @@ SnapPoints:
|
||||
x: -27
|
||||
y: 1.48
|
||||
z: -56.16
|
||||
- Position:
|
||||
x: 1.6
|
||||
y: 1.58
|
||||
z: -13.75
|
||||
Rotation:
|
||||
x: 0
|
||||
y: 315
|
||||
z: 0
|
||||
TabStates:
|
||||
'10':
|
||||
body: "Created by Whimsical\n\nAnything that passes over the remover that isn't
|
||||
|
182
unpacked/Bag Additional Player Cards 2cba6b.ttslua
Normal file
182
unpacked/Bag Additional Player Cards 2cba6b.ttslua
Normal file
@ -0,0 +1,182 @@
|
||||
-- Bundled by luabundle {"version":"1.6.0"}
|
||||
local __bundle_require, __bundle_loaded, __bundle_register, __bundle_modules = (function(superRequire)
|
||||
local loadingPlaceholder = {[{}] = true}
|
||||
|
||||
local register
|
||||
local modules = {}
|
||||
|
||||
local require
|
||||
local loaded = {}
|
||||
|
||||
register = function(name, body)
|
||||
if not modules[name] then
|
||||
modules[name] = body
|
||||
end
|
||||
end
|
||||
|
||||
require = function(name)
|
||||
local loadedModule = loaded[name]
|
||||
|
||||
if loadedModule then
|
||||
if loadedModule == loadingPlaceholder then
|
||||
return nil
|
||||
end
|
||||
else
|
||||
if not modules[name] then
|
||||
if not superRequire then
|
||||
local identifier = type(name) == 'string' and '\"' .. name .. '\"' or tostring(name)
|
||||
error('Tried to require ' .. identifier .. ', but no such module has been registered')
|
||||
else
|
||||
return superRequire(name)
|
||||
end
|
||||
end
|
||||
|
||||
loaded[name] = loadingPlaceholder
|
||||
loadedModule = modules[name](require, loaded, register, modules)
|
||||
loaded[name] = loadedModule
|
||||
end
|
||||
|
||||
return loadedModule
|
||||
end
|
||||
|
||||
return require, loaded, register, modules
|
||||
end)(nil)
|
||||
__bundle_register("core/GUIDReferenceApi", function(require, _LOADED, __bundle_register, __bundle_modules)
|
||||
do
|
||||
local GUIDReferenceApi = {}
|
||||
|
||||
local function getGuidHandler()
|
||||
return getObjectFromGUID("123456")
|
||||
end
|
||||
|
||||
-- returns all matching objects as a table with references
|
||||
---@param owner String Parent object for this search
|
||||
---@param type String Type of object to search for
|
||||
GUIDReferenceApi.getObjectByOwnerAndType = function(owner, type)
|
||||
return getGuidHandler().call("getObjectByOwnerAndType", { owner = owner, type = type })
|
||||
end
|
||||
|
||||
-- returns all matching objects as a table with references
|
||||
---@param type String Type of object to search for
|
||||
GUIDReferenceApi.getObjectsByType = function(type)
|
||||
return getGuidHandler().call("getObjectsByType", type)
|
||||
end
|
||||
|
||||
-- returns all matching objects as a table with references
|
||||
---@param owner String Parent object for this search
|
||||
GUIDReferenceApi.getObjectsByOwner = function(owner)
|
||||
return getGuidHandler().call("getObjectsByOwner", owner)
|
||||
end
|
||||
|
||||
-- sends new information to the reference handler to edit the main index
|
||||
---@param owner String Parent of the object
|
||||
---@param type String Type of the object
|
||||
---@param guid String GUID of the object
|
||||
GUIDReferenceApi.editIndex = function(owner, type, guid)
|
||||
return getGuidHandler().call("editIndex", {
|
||||
owner = owner,
|
||||
type = type,
|
||||
guid = guid
|
||||
})
|
||||
end
|
||||
|
||||
return GUIDReferenceApi
|
||||
end
|
||||
end)
|
||||
__bundle_register("__root", function(require, _LOADED, __bundle_register, __bundle_modules)
|
||||
require("arkhamdb/HotfixBag")
|
||||
end)
|
||||
__bundle_register("arkhamdb/HotfixBag", function(require, _LOADED, __bundle_register, __bundle_modules)
|
||||
-- A Hotfix bag contains replacement cards for the All Cards Bag, and should
|
||||
-- have the 'AllCardsHotfix' tag on the object. Code for the All Cards Bag will
|
||||
-- find these bags during indexing, and use them to replace cards from the
|
||||
-- actual bag.
|
||||
|
||||
-- Tells the All Cards Bag to recreate its indexes. The All Cards Bag may
|
||||
-- ignore this request; see the rebuildIndexForHotfix() method in the All Cards
|
||||
-- Bag for details.
|
||||
|
||||
local allCardsBagApi = require("playercards/AllCardsBagApi")
|
||||
|
||||
function onLoad()
|
||||
allCardsBagApi.rebuildIndexForHotfix()
|
||||
self.addContextMenuItem("Update card index", function() allCardsBagApi.rebuildIndexForHotfix() end)
|
||||
end
|
||||
end)
|
||||
__bundle_register("playercards/AllCardsBagApi", function(require, _LOADED, __bundle_register, __bundle_modules)
|
||||
do
|
||||
local AllCardsBagApi = {}
|
||||
local guidReferenceApi = require("core/GUIDReferenceApi")
|
||||
|
||||
local function getAllCardsBag()
|
||||
return guidReferenceApi.getObjectByOwnerAndType("Mythos", "AllCardsBag")
|
||||
end
|
||||
|
||||
-- Returns a specific card from the bag, based on ArkhamDB ID
|
||||
---@param id table String ID of the card to retrieve
|
||||
---@return table table
|
||||
-- If the indexes are still being constructed, an empty table is
|
||||
-- returned. Otherwise, a single table with the following fields
|
||||
-- cardData: TTS object data, suitable for spawning the card
|
||||
-- cardMetadata: Table of parsed metadata
|
||||
AllCardsBagApi.getCardById = function(id)
|
||||
return getAllCardsBag().call("getCardById", {id = id})
|
||||
end
|
||||
|
||||
-- Gets a random basic weakness from the bag. Once a given ID has been returned
|
||||
-- it will be removed from the list and cannot be selected again until a reload
|
||||
-- occurs or the indexes are rebuilt, which will refresh the list to include all
|
||||
-- weaknesses.
|
||||
---@return id String ID of the selected weakness.
|
||||
AllCardsBagApi.getRandomWeaknessId = function()
|
||||
return getAllCardsBag().call("getRandomWeaknessId")
|
||||
end
|
||||
|
||||
AllCardsBagApi.isIndexReady = function()
|
||||
return getAllCardsBag().call("isIndexReady")
|
||||
end
|
||||
|
||||
-- Called by Hotfix bags when they load. If we are still loading indexes, then
|
||||
-- the all cards and hotfix bags are being loaded together, and we can ignore
|
||||
-- this call as the hotfix will be included in the initial indexing. If it is
|
||||
-- called once indexing is complete it means the hotfix bag has been added
|
||||
-- later, and we should rebuild the index to integrate the hotfix bag.
|
||||
AllCardsBagApi.rebuildIndexForHotfix = function()
|
||||
return getAllCardsBag().call("rebuildIndexForHotfix")
|
||||
end
|
||||
|
||||
-- Searches the bag for cards which match the given name and returns a list. Note that this is
|
||||
-- an O(n) search without index support. It may be slow.
|
||||
---@param name String or string fragment to search for names
|
||||
---@param exact Boolean Whether the name match should be exact
|
||||
AllCardsBagApi.getCardsByName = function(name, exact)
|
||||
return getAllCardsBag().call("getCardsByName", {name = name, exact = exact})
|
||||
end
|
||||
|
||||
AllCardsBagApi.isBagPresent = function()
|
||||
return getAllCardsBag() and true
|
||||
end
|
||||
|
||||
-- Returns a list of cards from the bag matching a class and level (0 or upgraded)
|
||||
---@param class String class to retrieve ("Guardian", "Seeker", etc)
|
||||
---@param upgraded Boolean true for upgraded cards (Level 1-5), false for Level 0
|
||||
---@return: If the indexes are still being constructed, returns an empty table.
|
||||
-- Otherwise, a list of tables, each with the following fields
|
||||
-- cardData: TTS object data, suitable for spawning the card
|
||||
-- cardMetadata: Table of parsed metadata
|
||||
AllCardsBagApi.getCardsByClassAndLevel = function(class, upgraded)
|
||||
return getAllCardsBag().call("getCardsByClassAndLevel", {class = class, upgraded = upgraded})
|
||||
end
|
||||
|
||||
AllCardsBagApi.getCardsByCycle = function(cycle)
|
||||
return getAllCardsBag().call("getCardsByCycle", cycle)
|
||||
end
|
||||
|
||||
AllCardsBagApi.getUniqueWeaknesses = function()
|
||||
return getAllCardsBag().call("getUniqueWeaknesses")
|
||||
end
|
||||
|
||||
return AllCardsBagApi
|
||||
end
|
||||
end)
|
||||
return __bundle_require("__root")
|
55
unpacked/Bag Additional Player Cards 2cba6b.yaml
Normal file
55
unpacked/Bag Additional Player Cards 2cba6b.yaml
Normal file
@ -0,0 +1,55 @@
|
||||
AltLookAngle:
|
||||
x: 0
|
||||
y: 0
|
||||
z: 0
|
||||
Autoraise: true
|
||||
Bag:
|
||||
Order: 0
|
||||
ColorDiffuse:
|
||||
b: 0
|
||||
g: 0.36652
|
||||
r: 0.70588
|
||||
Description: 'Put any cards in here to add them to the indices for the player card
|
||||
panel and deck importer.
|
||||
|
||||
|
||||
Select the ''update index'' entry in the context menu of this bag once you''ve added
|
||||
all cards.
|
||||
|
||||
|
||||
This can be used for custom cards too.'
|
||||
DragSelectable: true
|
||||
GMNotes: ''
|
||||
GUID: 2cba6b
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
Hands: false
|
||||
HideWhenFaceDown: false
|
||||
IgnoreFoW: false
|
||||
LayoutGroupSortIndex: 0
|
||||
Locked: true
|
||||
LuaScript: !include 'Bag Additional Player Cards 2cba6b.ttslua'
|
||||
LuaScriptState: ''
|
||||
MaterialIndex: -1
|
||||
MeasureMovement: false
|
||||
MeshIndex: -1
|
||||
Name: Bag
|
||||
Nickname: Additional Player Cards
|
||||
Number: 0
|
||||
Snap: true
|
||||
Sticky: true
|
||||
Tags:
|
||||
- AllCardsHotfix
|
||||
Tooltip: true
|
||||
Transform:
|
||||
posX: 60
|
||||
posY: 1.2
|
||||
posZ: 48
|
||||
rotX: 0
|
||||
rotY: 0
|
||||
rotZ: 0
|
||||
scaleX: 1.5
|
||||
scaleY: 1.5
|
||||
scaleZ: 1.5
|
||||
Value: 0
|
||||
XmlUI: ''
|
@ -41,6 +41,9 @@ local __bundle_require, __bundle_loaded, __bundle_register, __bundle_modules = (
|
||||
|
||||
return require, loaded, register, modules
|
||||
end)(nil)
|
||||
__bundle_register("__root", function(require, _LOADED, __bundle_register, __bundle_modules)
|
||||
require("playercards/AllCardsBag")
|
||||
end)
|
||||
__bundle_register("playercards/AllCardsBag", function(require, _LOADED, __bundle_register, __bundle_modules)
|
||||
local cardIdIndex = { }
|
||||
local classAndLevelIndex = { }
|
||||
@ -116,6 +119,7 @@ end
|
||||
-- yielding. Based on the current count of cards this will require
|
||||
-- approximately 60 frames to complete.
|
||||
function buildIndex()
|
||||
local cardCount = 0
|
||||
indexingDone = false
|
||||
if (self.getData().ContainedObjects == nil) then
|
||||
return 1
|
||||
@ -124,18 +128,39 @@ function buildIndex()
|
||||
local cardMetadata = JSON.decode(cardData.GMNotes)
|
||||
if (cardMetadata ~= nil) then
|
||||
addCardToIndex(cardData, cardMetadata)
|
||||
end
|
||||
if (i % 20 == 0) then
|
||||
cardCount = cardCount + 1
|
||||
if cardCount > 9 then
|
||||
cardCount = 0
|
||||
coroutine.yield(0)
|
||||
end
|
||||
end
|
||||
end
|
||||
local hotfixBags = getObjectsWithTag("AllCardsHotfix")
|
||||
for _, hotfixBag in ipairs(hotfixBags) do
|
||||
if (#hotfixBag.getObjects() > 0) then
|
||||
for i, cardData in ipairs(hotfixBag.getData().ContainedObjects) do
|
||||
if cardData.ContainedObjects then
|
||||
for j, deepCardData in ipairs(cardData.ContainedObjects) do
|
||||
local deepCardMetadata = JSON.decode(deepCardData.GMNotes)
|
||||
if deepCardMetadata ~= nil then
|
||||
addCardToIndex(deepCardData, deepCardMetadata)
|
||||
cardCount = cardCount + 1
|
||||
if cardCount > 9 then
|
||||
cardCount = 0
|
||||
coroutine.yield(0)
|
||||
end
|
||||
end
|
||||
end
|
||||
else
|
||||
local cardMetadata = JSON.decode(cardData.GMNotes)
|
||||
if (cardMetadata ~= nil) then
|
||||
if cardMetadata ~= nil then
|
||||
addCardToIndex(cardData, cardMetadata)
|
||||
cardCount = cardCount + 1
|
||||
if cardCount > 9 then
|
||||
cardCount = 0
|
||||
coroutine.yield(0)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
@ -146,9 +171,13 @@ function buildIndex()
|
||||
end
|
||||
|
||||
-- Adds a card to any indexes it should be a part of, based on its metadata.
|
||||
-- Param cardData: TTS object data for the card
|
||||
-- Param cardMetadata: SCED metadata for the card
|
||||
---@param cardData: TTS object data for the card
|
||||
---@param cardMetadata: SCED metadata for the card
|
||||
function addCardToIndex(cardData, cardMetadata)
|
||||
-- use the ZoopGuid as fallback if no id present
|
||||
if cardMetadata.id == nil and cardMetadata.TtsZoopGuid then
|
||||
cardMetadata.id = cardMetadata.TtsZoopGuid
|
||||
end
|
||||
cardIdIndex[cardMetadata.id] = { data = cardData, metadata = cardMetadata }
|
||||
if (cardMetadata.alternate_ids ~= nil) then
|
||||
for _, alternateId in ipairs(cardMetadata.alternate_ids) do
|
||||
@ -397,7 +426,4 @@ function isBasicWeakness(cardMetadata)
|
||||
and cardMetadata.basicWeaknessCount > 0
|
||||
end
|
||||
end)
|
||||
__bundle_register("__root", function(require, _LOADED, __bundle_register, __bundle_modules)
|
||||
require("playercards/AllCardsBag")
|
||||
end)
|
||||
return __bundle_require("__root")
|
@ -19,19 +19,53 @@ ContainedObjects:
|
||||
- !include 'Bag All Player Cards 15bb07/Card Charlie Kane 4deeff.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Finn Edwards dd40c0.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Monterey Jack 46b145.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Monterey Jack (Parallel) 46b146.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Monterey Jack (Parallel Back) 46b148.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Monterey Jack (Parallel Front)
|
||||
46b147.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card If it bleeds... acf2b0.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Beat Cop (2) 7001be.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Book of Living Myths c5fb1f.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Weeping Yurei 541bd9.yaml'
|
||||
- !include "Bag All Player Cards 15bb07/CardCustom K\u014Dhaku Narukami cea427.yaml"
|
||||
- !include "Bag All Player Cards 15bb07/CardCustom K\u014Dhaku Narukami 54eaa7.yaml"
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Ad Hoc c9fb2f.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Hasty Repairs 0821d5.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Wilson Richards ceb426.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Wilson Richards 54eab5.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Wilson Richards 55eab5.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Ancestral Token c1fb1f.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Aetheric Current (Yoth) 84ad64.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Aetheric Current (Yuggoth) 84ad65.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Failed Experiment acd281.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Flux Stabilizer 55990a.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Kate Winthrop ce2322.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Kate Winthrop ce2323.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Hatchet (1) 2ea0d3.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Token of Faith (3) 2ea0d1.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Transmogrify 9965dd.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Absolution aef183.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Confound (3) 9965de.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Strong-Armed (1) 294d6.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Survival Technique (2) 2ea0d4.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Scrimshaw Charm c1fb2e.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Vamp (3) add233.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Well-Dressed c6ac33.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Fine Tuning (1) 103fbd.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Prismatic Spectacles (2) 3adcf5.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Drain Essence 9965aa.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Fake Credentials acd38d.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Cat Mask 847ed6.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Hard Times 876557.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Pete''s Guitar 876557.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Ashcan Pete (Parallel Front) 5294c3.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Ashcan Pete (Parallel Back) 5294c3.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Ashcan Pete (Parallel) 5294c3.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Eldritch Tongue e8765a.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Tinker 102fbd.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Hand-Eye Coordination (1) 102fcd.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom False Surrender adf28e.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Purified 294d6a.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom The Key of Solomon (4) ae54c6.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom The Necronomicon 5b2e10.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Roland''s .38 Special 4edb91.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Stubborn Detective 4ea68b.yaml'
|
||||
@ -748,7 +782,7 @@ ContainedObjects:
|
||||
- !include 'Bag All Player Cards 15bb07/Card Waveworn Idol 591284.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Take Heart cc6e4d.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Olive McBride 9683d0.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Olive McBride 9683d2.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Olive McBride (2) 9683d2.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Counterpunch 20645e.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Harmony Restored (2) 7885cf.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Glory 273584.yaml'
|
||||
@ -1050,6 +1084,7 @@ ContainedObjects:
|
||||
- !include 'Bag All Player Cards 15bb07/Card Discipline 3247da.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Shrewd Dealings c70129.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Buried Secrets 28080d.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Buried Secrets 28080e.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Mechanic''s Wrench 598ba0.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Fend Off (3) 0c2449.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Join the Caravan (1) 6367dd.yaml'
|
||||
@ -1197,6 +1232,7 @@ ContainedObjects:
|
||||
- !include 'Bag All Player Cards 15bb07/Card Tidal Memento b4f9ee.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Jacob Morrison (3) aa38d0.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Trusty Bullwhip ca9a60.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Trusty Bullwhip ca9a61.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Mob Goons fc1506.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Guard Dog 001ae8.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card First Aid (3) 3c7eb1.yaml'
|
||||
@ -1581,20 +1617,38 @@ ContainedObjects:
|
||||
- !include 'Bag All Player Cards 15bb07/Card Final Rhapsody 561775.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Jim Culver (Parallel Back) aba863.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom The Beyond 37ab47.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Devil 2a0ba5.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Devil (2) 2a0ba5.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Alessandra Zorzi cea425.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Alessandra Zorzi 54eaa5.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Zamacona 541ba9.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Wicked Athame c9fb1f.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Wolf Mask 975d89.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Beguile 019526.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Ofuda 860c1e.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Providential (2) 2cf42a.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Vamp add232.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom I''ll Pay You Back! 40e1ca.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Occult Reliquary acd0c2.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Occult Reliquary (3) acd0c2.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Grift df75d7.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Guided by Faith aef282.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Hank Samson 3764cc.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Hank Samson 3764cd.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Hank Samson (Assistant) 3764ce.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Hank Samson (Warden) 3764cf.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Hold Up aef182.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Pelt Shipment aa11bc.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Stir the Pot (5) add252.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Snitch (2) add242.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/Card Where''s Pa 9aba43.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Persistence (1) 2cf51.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Stouthearted 265ad2.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Control Variable 133868.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Blackmail File de456d.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Speak to the Dead c763aa.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Accursed e91c5e.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Throw the Book at Them! d617ab.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Fox Mask 4144cd.yaml'
|
||||
- !include 'Bag All Player Cards 15bb07/CardCustom Mouse Mask 32ad21.yaml'
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: ''
|
||||
|
@ -19,11 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"60522\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Survivor\",\r\n
|
||||
\ \"cost\": 2,\r\n \"level\": 2,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n
|
||||
\ \"combatIcons\": 1,\r\n \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\":
|
||||
3,\r\n \"type\": \"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n
|
||||
\ \"cycle\": \"Investigator Packs\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"60522\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
|
||||
\ \"class\": \"Survivor\",\n \"cost\": 2,\n \"level\": 2,\n \"traits\": \"Item.
|
||||
Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n \"agilityIcons\": 1,\n \"uses\":
|
||||
[\n {\n \"count\": 3,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n
|
||||
\ }\n ],\n \"cycle\": \"Investigator Packs\"\n}"
|
||||
GUID: f8a977
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,11 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"60505\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Survivor\",\r\n
|
||||
\ \"cost\": 3,\r\n \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n
|
||||
\ \"combatIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 2,\r\n \"type\":
|
||||
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"Investigator
|
||||
Packs\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"60505\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
|
||||
\ \"class\": \"Survivor\",\n \"cost\": 3,\n \"level\": 0,\n \"traits\": \"Item.
|
||||
Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n \"uses\": [\n {\n \"count\":
|
||||
2,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
|
||||
\"Investigator Packs\"\n}"
|
||||
GUID: 101a41
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,11 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"07305\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n
|
||||
\ \"cost\": 4,\r\n \"level\": 2,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n
|
||||
\ \"combatIcons\": 1,\r\n \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\":
|
||||
4,\r\n \"type\": \"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n
|
||||
\ \"cycle\": \"The Innsmouth Conspiracy\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"07305\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
|
||||
\ \"class\": \"Rogue\",\n \"cost\": 4,\n \"level\": 2,\n \"traits\": \"Item.
|
||||
Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n \"agilityIcons\": 1,\n \"uses\":
|
||||
[\n {\n \"count\": 4,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n
|
||||
\ }\n ],\n \"cycle\": \"The Innsmouth Conspiracy\"\n}"
|
||||
GUID: 4425b5
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,11 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"07025\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n
|
||||
\ \"cost\": 4,\r\n \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n
|
||||
\ \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 4,\r\n \"type\":
|
||||
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The
|
||||
Innsmouth Conspiracy\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"07025\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
|
||||
\ \"class\": \"Rogue\",\n \"cost\": 4,\n \"level\": 0,\n \"traits\": \"Item.
|
||||
Weapon. Firearm. Illicit.\",\n \"agilityIcons\": 1,\n \"uses\": [\n {\n \"count\":
|
||||
4,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
|
||||
\"The Innsmouth Conspiracy\"\n}"
|
||||
GUID: a5087b
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,11 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"52001\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n
|
||||
\ \"cost\": 2,\r\n \"level\": 2,\r\n \"traits\": \"Item. Weapon. Firearm.\",\r\n
|
||||
\ \"combatIcons\": 2,\r\n \"uses\": [\r\n {\r\n \"count\": 6,\r\n \"type\":
|
||||
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"Return
|
||||
to the Path to Carcosa\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"52001\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
|
||||
\ \"class\": \"Guardian\",\n \"cost\": 2,\n \"level\": 2,\n \"traits\": \"Item.
|
||||
Weapon. Firearm.\",\n \"combatIcons\": 2,\n \"uses\": [\n {\n \"count\":
|
||||
6,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
|
||||
\"Return to the Path to Carcosa\"\n}"
|
||||
GUID: c026c9
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,11 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"03020\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n
|
||||
\ \"cost\": 3,\r\n \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm.\",\r\n
|
||||
\ \"combatIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 6,\r\n \"type\":
|
||||
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The
|
||||
Path to Carcosa\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"03020\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
|
||||
\ \"class\": \"Guardian\",\n \"cost\": 3,\n \"level\": 0,\n \"traits\": \"Item.
|
||||
Weapon. Firearm.\",\n \"combatIcons\": 1,\n \"uses\": [\n {\n \"count\":
|
||||
6,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
|
||||
\"The Path to Carcosa\"\n}"
|
||||
GUID: b0f851
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,11 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"06195\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n
|
||||
\ \"cost\": 4,\r\n \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm.\",\r\n
|
||||
\ \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 5,\r\n \"type\":
|
||||
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The
|
||||
Dream-Eaters\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"06195\",\n \"type\": \"Asset\",\n \"slot\": \"Hand x2\",\n
|
||||
\ \"class\": \"Guardian\",\n \"cost\": 4,\n \"level\": 0,\n \"traits\": \"Item.
|
||||
Weapon. Firearm.\",\n \"agilityIcons\": 1,\n \"uses\": [\n {\n \"count\":
|
||||
5,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
|
||||
\"The Dream-Eaters\"\n}"
|
||||
GUID: c32e40
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,12 +19,12 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"03234\",\r\n \"alternate_ids\": [\r\n \"01688\"\r\n
|
||||
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n \"cost\": 3,\r\n
|
||||
\ \"level\": 2,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n \"combatIcons\":
|
||||
1,\r\n \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n
|
||||
\ \"type\": \"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n
|
||||
\ \"cycle\": \"The Path to Carcosa\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"03234\",\n \"alternate_ids\": [\n \"01688\"\n ],\n \"type\":
|
||||
\"Asset\",\n \"slot\": \"Hand\",\n \"class\": \"Rogue\",\n \"cost\": 3,\n \"level\":
|
||||
2,\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n
|
||||
\ \"agilityIcons\": 1,\n \"uses\": [\n {\n \"count\": 3,\n \"type\":
|
||||
\"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\": \"The Path to
|
||||
Carcosa\"\n}"
|
||||
GUID: f57af7
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,11 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"01047\",\r\n \"alternate_ids\": [\r\n \"01547\"\r\n
|
||||
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n \"cost\": 3,\r\n
|
||||
\ \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n \"combatIcons\":
|
||||
1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n \"type\": \"Ammo\",\r\n
|
||||
\ \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"Core\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"01047\",\n \"alternate_ids\": [\n \"01547\"\n ],\n \"type\":
|
||||
\"Asset\",\n \"slot\": \"Hand\",\n \"class\": \"Rogue\",\n \"cost\": 3,\n \"level\":
|
||||
0,\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n
|
||||
\ \"uses\": [\n {\n \"count\": 3,\n \"type\": \"Ammo\",\n \"token\":
|
||||
\"resource\"\n }\n ],\n \"cycle\": \"Core\"\n}"
|
||||
GUID: fe2db3
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,11 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"03190\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n
|
||||
\ \"cost\": 4,\r\n \"level\": 2,\r\n \"traits\": \"Item. Weapon. Firearm.\",\r\n
|
||||
\ \"combatIcons\": 1,\r\n \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\":
|
||||
4,\r\n \"type\": \"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n
|
||||
\ \"cycle\": \"The Path to Carcosa\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"03190\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
|
||||
\ \"class\": \"Guardian\",\n \"cost\": 4,\n \"level\": 2,\n \"traits\": \"Item.
|
||||
Weapon. Firearm.\",\n \"combatIcons\": 1,\n \"agilityIcons\": 1,\n \"uses\":
|
||||
[\n {\n \"count\": 4,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n
|
||||
\ }\n ],\n \"cycle\": \"The Path to Carcosa\"\n}"
|
||||
GUID: fe0cc0
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,11 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"01016\",\r\n \"alternate_ids\": [\r\n \"01516\"\r\n
|
||||
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n \"cost\": 4,\r\n
|
||||
\ \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm.\",\r\n \"agilityIcons\":
|
||||
1,\r\n \"uses\": [\r\n {\r\n \"count\": 4,\r\n \"type\": \"Ammo\",\r\n
|
||||
\ \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"Core\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"01016\",\n \"alternate_ids\": [\n \"01516\"\n ],\n \"type\":
|
||||
\"Asset\",\n \"slot\": \"Hand\",\n \"class\": \"Guardian\",\n \"cost\": 4,\n
|
||||
\ \"level\": 0,\n \"traits\": \"Item. Weapon. Firearm.\",\n \"agilityIcons\":
|
||||
1,\n \"uses\": [\n {\n \"count\": 4,\n \"type\": \"Ammo\",\n \"token\":
|
||||
\"resource\"\n }\n ],\n \"cycle\": \"Core\"\n}"
|
||||
GUID: 12660b
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,11 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Guardian
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"05186\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n
|
||||
\ \"cost\": 6,\r\n \"level\": 3,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n
|
||||
\ \"combatIcons\": 2,\r\n \"uses\": [\r\n {\r\n \"count\": 5,\r\n \"type\":
|
||||
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The
|
||||
Circle Undone\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"05186\",\n \"type\": \"Asset\",\n \"slot\": \"Hand x2\",\n
|
||||
\ \"class\": \"Guardian\",\n \"cost\": 6,\n \"level\": 3,\n \"traits\": \"Item.
|
||||
Weapon. Firearm. Illicit.\",\n \"combatIcons\": 2,\n \"uses\": [\n {\n \"count\":
|
||||
5,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
|
||||
\"The Circle Undone\"\n}"
|
||||
GUID: b492cb
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,11 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Rogue
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"05187\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n
|
||||
\ \"cost\": 5,\r\n \"level\": 3,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n
|
||||
\ \"combatIcons\": 1,\r\n \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\":
|
||||
5,\r\n \"type\": \"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n
|
||||
\ \"cycle\": \"The Circle Undone\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"05187\",\n \"type\": \"Asset\",\n \"slot\": \"Hand x2\",\n
|
||||
\ \"class\": \"Rogue\",\n \"cost\": 5,\n \"level\": 3,\n \"traits\": \"Item.
|
||||
Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n \"agilityIcons\": 1,\n \"uses\":
|
||||
[\n {\n \"count\": 5,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n
|
||||
\ }\n ],\n \"cycle\": \"The Circle Undone\"\n}"
|
||||
GUID: d4dbc7
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,11 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"05115\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian|Rogue\",\r\n
|
||||
\ \"cost\": 6,\r\n \"level\": 0,\r\n \"traits\": \"Item. Weapon. Firearm. Illicit.\",\r\n
|
||||
\ \"combatIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 5,\r\n \"type\":
|
||||
\"Ammo\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The
|
||||
Circle Undone\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"05115\",\n \"type\": \"Asset\",\n \"slot\": \"Hand x2\",\n
|
||||
\ \"class\": \"Guardian|Rogue\",\n \"cost\": 6,\n \"level\": 0,\n \"traits\":
|
||||
\"Item. Weapon. Firearm. Illicit.\",\n \"combatIcons\": 1,\n \"uses\": [\n {\n
|
||||
\ \"count\": 5,\n \"type\": \"Ammo\",\n \"token\": \"resource\"\n
|
||||
\ }\n ],\n \"cycle\": \"The Circle Undone\"\n}"
|
||||
GUID: 2c6509
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"08048\",\r\n \"type\": \"Event\",\r\n \"class\": \"Rogue\",\r\n
|
||||
\ \"cost\": 2,\r\n \"level\": 0,\r\n \"traits\": \"Fortune. Gambit.\",\r\n \"combatIcons\":
|
||||
1,\r\n \"agilityIcons\": 1,\r\n \"cycle\": \"Edge of the Earth\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"08048\",\n \"type\": \"Event\",\n \"class\": \"Rogue\",\n
|
||||
\ \"cost\": 2,\n \"level\": 0,\n \"traits\": \"Fortune. Gambit.\",\n \"combatIcons\":
|
||||
1,\n \"agilityIcons\": 1,\n \"cycle\": \"Edge of the Earth\"\n}"
|
||||
GUID: 5210c2
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"03238\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n
|
||||
\ \"level\": 2,\r\n \"traits\": \"Fortune.\",\r\n \"willpowerIcons\": 1,\r\n \"intellectIcons\":
|
||||
1,\r\n \"cycle\": \"The Path to Carcosa\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"03238\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
|
||||
\ \"level\": 2,\n \"traits\": \"Fortune.\",\n \"willpowerIcons\": 1,\n \"intellectIcons\":
|
||||
1,\n \"cycle\": \"The Path to Carcosa\"\n}"
|
||||
GUID: 0edef1
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"02270\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n
|
||||
\ \"cost\": 1,\r\n \"level\": 0,\r\n \"traits\": \"Fortune.\",\r\n \"willpowerIcons\":
|
||||
1,\r\n \"intellectIcons\": 1,\r\n \"cycle\": \"The Dunwich Legacy\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"02270\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
|
||||
\ \"cost\": 1,\n \"level\": 0,\n \"traits\": \"Fortune.\",\n \"willpowerIcons\":
|
||||
1,\n \"intellectIcons\": 1,\n \"cycle\": \"The Dunwich Legacy\"\n}"
|
||||
GUID: 3f3488
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"06245\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n
|
||||
\ \"cost\": 1,\r\n \"level\": 0,\r\n \"traits\": \"Blessed. Fortune.\",\r\n \"wildIcons\":
|
||||
1,\r\n \"cycle\": \"The Dream-Eaters\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"06245\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
|
||||
\ \"cost\": 1,\n \"level\": 0,\n \"traits\": \"Blessed. Fortune.\",\n \"wildIcons\":
|
||||
1,\n \"cycle\": \"The Dream-Eaters\"\n}"
|
||||
GUID: f21109
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"03156\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n
|
||||
\ \"cost\": 1,\r\n \"level\": 1,\r\n \"traits\": \"Spirit.\",\r\n \"willpowerIcons\":
|
||||
1,\r\n \"cycle\": \"The Path to Carcosa\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"03156\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
|
||||
\ \"cost\": 1,\n \"level\": 1,\n \"traits\": \"Spirit.\",\n \"willpowerIcons\":
|
||||
1,\n \"cycle\": \"The Path to Carcosa\"\n}"
|
||||
GUID: 4cfcc7
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"60523\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n
|
||||
\ \"cost\": 0,\r\n \"level\": 2,\r\n \"traits\": \"Spirit.\",\r\n \"willpowerIcons\":
|
||||
1,\r\n \"cycle\": \"Investigator Packs\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"60523\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
|
||||
\ \"cost\": 0,\n \"level\": 2,\n \"traits\": \"Spirit.\",\n \"willpowerIcons\":
|
||||
1,\n \"cycle\": \"Investigator Packs\"\n}"
|
||||
GUID: 71a760
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"60513\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n
|
||||
\ \"cost\": 1,\r\n \"level\": 0,\r\n \"traits\": \"Spirit.\",\r\n \"willpowerIcons\":
|
||||
1,\r\n \"cycle\": \"Investigator Packs\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"60513\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
|
||||
\ \"cost\": 1,\n \"level\": 0,\n \"traits\": \"Spirit.\",\n \"willpowerIcons\":
|
||||
1,\n \"cycle\": \"Investigator Packs\"\n}"
|
||||
GUID: 48e516
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"07269\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n
|
||||
\ \"cost\": 1,\r\n \"level\": 3,\r\n \"traits\": \"Spirit. Blessed.\",\r\n \"willpowerIcons\":
|
||||
2,\r\n \"cycle\": \"The Innsmouth Conspiracy\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"07269\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
|
||||
\ \"cost\": 1,\n \"level\": 3,\n \"traits\": \"Spirit. Blessed.\",\n \"willpowerIcons\":
|
||||
2,\n \"cycle\": \"The Innsmouth Conspiracy\"\n}"
|
||||
GUID: '176836'
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,8 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Weakness
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"01515\",\r\n \"type\": \"Treachery\",\r\n \"class\":
|
||||
\"Neutral\",\r\n \"traits\": \"Madness.\",\r\n \"weakness\": true,\r\n \"cycle\":
|
||||
\"Core\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"01515\",\n \"type\": \"Treachery\",\n \"class\": \"Neutral\",\n
|
||||
\ \"traits\": \"Madness.\",\n \"weakness\": true,\n \"cycle\": \"Core\"\n}"
|
||||
GUID: 35a7e9
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,8 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"01015\",\r\n \"type\": \"Treachery\",\r\n \"class\":
|
||||
\"Neutral\",\r\n \"traits\": \"Madness.\",\r\n \"weakness\": true,\r\n \"cycle\":
|
||||
\"Core\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"01015\",\n \"type\": \"Treachery\",\n \"class\": \"Neutral\",\n
|
||||
\ \"traits\": \"Madness.\",\n \"weakness\": true,\n \"cycle\": \"Core\"\n}"
|
||||
GUID: 79b4af
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,8 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Advanced
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"90040\",\r\n \"type\": \"Treachery\",\r\n \"class\":
|
||||
\"Neutral\",\r\n \"traits\": \"Madness.\",\r\n \"weakness\": true,\r\n \"cycle\":
|
||||
\"Standalone\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"90040\",\n \"type\": \"Treachery\",\n \"class\": \"Neutral\",\n
|
||||
\ \"traits\": \"Madness.\",\n \"weakness\": true,\n \"cycle\": \"Standalone\"\n}"
|
||||
GUID: 89fe92
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Ally. Believer.
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"82022\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n
|
||||
\ \"cost\": 4,\r\n \"traits\": \"Ally. Believer.\",\r\n \"willpowerIcons\": 1,\r\n
|
||||
\ \"intellectIcons\": 1,\r\n \"wildIcons\": 1,\r\n \"cycle\": \"Standalone\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"82022\",\n \"type\": \"Asset\",\n \"class\": \"Neutral\",\n
|
||||
\ \"cost\": 4,\n \"traits\": \"Ally. Believer.\",\n \"willpowerIcons\": 1,\n \"intellectIcons\":
|
||||
1,\n \"wildIcons\": 1,\n \"cycle\": \"Standalone\"\n}"
|
||||
GUID: a4b514
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,10 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Library Intern
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"06324\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n
|
||||
\ \"cost\": 3,\r\n \"level\": 4,\r\n \"traits\": \"Ally. Miskatonic.\",\r\n \"intellectIcons\":
|
||||
1,\r\n \"agilityIcons\": 1,\r\n \"cycle\": \"The Dream-Eaters\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"06324\",\n \"type\": \"Asset\",\n \"slot\": \"Ally\",\n
|
||||
\ \"class\": \"Seeker\",\n \"cost\": 3,\n \"level\": 4,\n \"traits\": \"Ally.
|
||||
Miskatonic.\",\n \"intellectIcons\": 1,\n \"agilityIcons\": 1,\n \"cycle\": \"The
|
||||
Dream-Eaters\"\n}"
|
||||
GUID: 97e9ce
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"05038\",\r\n \"type\": \"Skill\",\r\n \"class\": \"Survivor\",\r\n
|
||||
\ \"level\": 0,\r\n \"traits\": \"Innate.\",\r\n \"combatIcons\": 1,\r\n \"agilityIcons\":
|
||||
1,\r\n \"cycle\": \"The Circle Undone\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"05038\",\n \"type\": \"Skill\",\n \"class\": \"Survivor\",\n
|
||||
\ \"level\": 0,\n \"traits\": \"Innate.\",\n \"combatIcons\": 1,\n \"agilityIcons\":
|
||||
1,\n \"cycle\": \"The Circle Undone\"\n}"
|
||||
GUID: '051742'
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,10 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"07159\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n
|
||||
\ \"cost\": 2,\r\n \"level\": 2,\r\n \"traits\": \"Item. Tome.\",\r\n \"intellectIcons\":
|
||||
1,\r\n \"combatIcons\": 1,\r\n \"cycle\": \"The Innsmouth Conspiracy\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"07159\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
|
||||
\ \"class\": \"Mystic\",\n \"cost\": 2,\n \"level\": 2,\n \"traits\": \"Item.
|
||||
Tome.\",\n \"intellectIcons\": 1,\n \"combatIcons\": 1,\n \"cycle\": \"The Innsmouth
|
||||
Conspiracy\"\n}"
|
||||
GUID: a2d392
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,8 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Weakness
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"04041\",\r\n \"type\": \"Treachery\",\r\n \"class\":
|
||||
\"Neutral\",\r\n \"traits\": \"Curse.\",\r\n \"weakness\": true,\r\n \"cycle\":
|
||||
\"The Forgotten Age\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"04041\",\n \"type\": \"Treachery\",\n \"class\": \"Neutral\",\n
|
||||
\ \"traits\": \"Curse.\",\n \"weakness\": true,\n \"cycle\": \"The Forgotten Age\"\n}"
|
||||
GUID: 85e7d9
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Basic Weakness
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"07038\",\r\n \"type\": \"Enemy\",\r\n \"class\": \"Neutral\",\r\n
|
||||
\ \"traits\": \"Humanoid. Cultist. Cursed.\",\r\n \"weakness\": true,\r\n \"basicWeaknessCount\":
|
||||
2,\r\n \"cycle\": \"The Innsmouth Conspiracy\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"07038\",\n \"type\": \"Enemy\",\n \"class\": \"Neutral\",\n
|
||||
\ \"traits\": \"Humanoid. Cultist. Cursed.\",\n \"weakness\": true,\n \"basicWeaknessCount\":
|
||||
2,\n \"cycle\": \"The Innsmouth Conspiracy\"\n}"
|
||||
GUID: ef91a9
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"02266\",\r\n \"type\": \"Event\",\r\n \"class\": \"Rogue\",\r\n
|
||||
\ \"cost\": 0,\r\n \"level\": 3,\r\n \"traits\": \"Trick.\",\r\n \"cycle\": \"The
|
||||
Dunwich Legacy\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"02266\",\n \"type\": \"Event\",\n \"class\": \"Rogue\",\n
|
||||
\ \"cost\": 0,\n \"level\": 3,\n \"traits\": \"Trick.\",\n \"cycle\": \"The Dunwich
|
||||
Legacy\"\n}"
|
||||
GUID: 074858
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: The Fateful Step
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"05040\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n
|
||||
\ \"cost\": 3,\r\n \"level\": 1,\r\n \"traits\": \"Tarot.\",\r\n \"cycle\": \"The
|
||||
Circle Undone\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"05040\",\n \"type\": \"Asset\",\n \"slot\": \"Tarot\",\n
|
||||
\ \"class\": \"Neutral\",\n \"cost\": 3,\n \"level\": 1,\n \"traits\": \"Tarot.\",\n
|
||||
\ \"cycle\": \"The Circle Undone\"\n}"
|
||||
GUID: 52a677
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Let Your Arrow Fly True
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"05023\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n
|
||||
\ \"cost\": 3,\r\n \"level\": 1,\r\n \"traits\": \"Tarot.\",\r\n \"cycle\": \"The
|
||||
Circle Undone\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"05023\",\n \"type\": \"Asset\",\n \"slot\": \"Tarot\",\n
|
||||
\ \"class\": \"Guardian\",\n \"cost\": 3,\n \"level\": 1,\n \"traits\": \"Tarot.\",\n
|
||||
\ \"cycle\": \"The Circle Undone\"\n}"
|
||||
GUID: c4d436
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Madness.
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"02178\",\r\n \"type\": \"Treachery\",\r\n \"class\":
|
||||
\"Neutral\",\r\n \"cost\": 0,\r\n \"traits\": \"Madness.\",\r\n \"weakness\":
|
||||
true,\r\n \"cycle\": \"The Dunwich Legacy\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"02178\",\n \"type\": \"Treachery\",\n \"class\": \"Neutral\",\n
|
||||
\ \"cost\": 0,\n \"traits\": \"Madness.\",\n \"weakness\": true,\n \"cycle\":
|
||||
\"The Dunwich Legacy\"\n}"
|
||||
GUID: fb943f
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"05037\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n
|
||||
\ \"cost\": 0,\r\n \"level\": 0,\r\n \"traits\": \"Tactic. Gambit.\",\r\n \"combatIcons\":
|
||||
2,\r\n \"cycle\": \"The Circle Undone\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"05037\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
|
||||
\ \"cost\": 0,\n \"level\": 0,\n \"traits\": \"Tactic. Gambit.\",\n \"combatIcons\":
|
||||
2,\n \"cycle\": \"The Circle Undone\"\n}"
|
||||
GUID: 0bea17
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"02110\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n
|
||||
\ \"level\": 1,\r\n \"traits\": \"Talent.\",\r\n \"permanent\": true,\r\n \"cycle\":
|
||||
\"The Dunwich Legacy\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"02110\",\n \"type\": \"Asset\",\n \"class\": \"Rogue\",\n
|
||||
\ \"level\": 1,\n \"traits\": \"Talent.\",\n \"permanent\": true,\n \"cycle\":
|
||||
\"The Dunwich Legacy\"\n}"
|
||||
GUID: 731d2a
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,10 +19,10 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"04202\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n
|
||||
\ \"cost\": 2,\r\n \"level\": 2,\r\n \"traits\": \"Spirit.\",\r\n \"willpowerIcons\":
|
||||
1,\r\n \"combatIcons\": 1,\r\n \"agilityIcons\": 1,\r\n \"cycle\": \"The Forgotten
|
||||
Age\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"04202\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
|
||||
\ \"cost\": 2,\n \"level\": 2,\n \"traits\": \"Spirit.\",\n \"willpowerIcons\":
|
||||
1,\n \"combatIcons\": 1,\n \"agilityIcons\": 1,\n \"cycle\": \"The Forgotten
|
||||
Age\"\n}"
|
||||
GUID: c077bf
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,10 +19,10 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"05274\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n
|
||||
\ \"cost\": 7,\r\n \"level\": 5,\r\n \"traits\": \"Ally. Agency.\",\r\n \"willpowerIcons\":
|
||||
1,\r\n \"intellectIcons\": 1,\r\n \"combatIcons\": 1,\r\n \"cycle\": \"The Circle
|
||||
Undone\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"05274\",\n \"type\": \"Asset\",\n \"slot\": \"Ally\",\n
|
||||
\ \"class\": \"Guardian\",\n \"cost\": 7,\n \"level\": 5,\n \"traits\": \"Ally.
|
||||
Agency.\",\n \"willpowerIcons\": 1,\n \"intellectIcons\": 1,\n \"combatIcons\":
|
||||
1,\n \"cycle\": \"The Circle Undone\"\n}"
|
||||
GUID: d6eda3
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,10 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Foundation Researcher
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"09763\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n
|
||||
\ \"cost\": 3,\r\n \"traits\": \"Ally. Agency. Detective.\",\r\n \"intellectIcons\":
|
||||
1,\r\n \"combatIcons\": 1,\r\n \"agilityIcons\": 1,\r\n \"cycle\": \"The Scarlet
|
||||
Keys\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"09763\",\n \"type\": \"Asset\",\n \"class\": \"Neutral\",\n
|
||||
\ \"cost\": 3,\n \"traits\": \"Ally. Agency. Detective.\",\n \"intellectIcons\":
|
||||
1,\n \"combatIcons\": 1,\n \"agilityIcons\": 1,\n \"cycle\": \"The Scarlet Keys\"\n}"
|
||||
GUID: d61c6a
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"09010\",\r\n \"type\": \"Enemy\",\r\n \"class\": \"Neutral\",\r\n
|
||||
\ \"traits\": \"Humanoid. Coterie. Detective.\",\r\n \"weakness\": true,\r\n \"cycle\":
|
||||
\"The Scarlet Keys\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"09010\",\n \"type\": \"Enemy\",\n \"class\": \"Neutral\",\n
|
||||
\ \"traits\": \"Humanoid. Coterie. Detective.\",\n \"weakness\": true,\n \"cycle\":
|
||||
\"The Scarlet Keys\"\n}"
|
||||
GUID: 95b0cf
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: true
|
||||
Description: The Waitress
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"01004-pb\",\r\n \"type\": \"Investigator\",\r\n \"class\":
|
||||
\"Mystic\",\r\n \"traits\": \"Sorcerer.\",\r\n \"willpowerIcons\": 5,\r\n \"intellectIcons\":
|
||||
2,\r\n \"combatIcons\": 2,\r\n \"agilityIcons\": 3,\r\n \"cycle\": \"Core\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"01004-pb\",\n \"type\": \"Investigator\",\n \"class\":
|
||||
\"Mystic\",\n \"traits\": \"Sorcerer.\",\n \"willpowerIcons\": 5,\n \"intellectIcons\":
|
||||
2,\n \"combatIcons\": 2,\n \"agilityIcons\": 3,\n \"cycle\": \"Core\"\n}"
|
||||
GUID: 909f30
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: true
|
||||
Description: The Waitress
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"01004-pf\",\r\n \"type\": \"Investigator\",\r\n \"class\":
|
||||
\"Mystic\",\r\n \"traits\": \"Sorcerer.\",\r\n \"willpowerIcons\": 5,\r\n \"intellectIcons\":
|
||||
2,\r\n \"combatIcons\": 2,\r\n \"agilityIcons\": 3,\r\n \"cycle\": \"Core\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"01004-pf\",\n \"type\": \"Investigator\",\n \"class\":
|
||||
\"Mystic\",\n \"traits\": \"Sorcerer.\",\n \"willpowerIcons\": 5,\n \"intellectIcons\":
|
||||
2,\n \"combatIcons\": 2,\n \"agilityIcons\": 3,\n \"cycle\": \"Core\"\n}"
|
||||
GUID: 02db0a
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: true
|
||||
Description: The Waitress
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"01004-p\",\r\n \"type\": \"Investigator\",\r\n \"class\":
|
||||
\"Mystic\",\r\n \"traits\": \"Sorcerer.\",\r\n \"willpowerIcons\": 5,\r\n \"intellectIcons\":
|
||||
2,\r\n \"combatIcons\": 2,\r\n \"agilityIcons\": 3,\r\n \"cycle\": \"Core\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"01004-p\",\n \"type\": \"Investigator\",\n \"class\": \"Mystic\",\n
|
||||
\ \"traits\": \"Sorcerer.\",\n \"willpowerIcons\": 5,\n \"intellectIcons\": 2,\n
|
||||
\ \"combatIcons\": 2,\n \"agilityIcons\": 3,\n \"cycle\": \"Core\"\n}"
|
||||
GUID: 01b6ef
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,10 +19,10 @@ CustomDeck:
|
||||
UniqueBack: true
|
||||
Description: The Waitress
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"01004\",\r\n \"alternate_ids\": [\r\n \"01504\"\r\n
|
||||
\ ],\r\n \"type\": \"Investigator\",\r\n \"class\": \"Mystic\",\r\n \"traits\":
|
||||
\"Sorcerer.\",\r\n \"willpowerIcons\": 5,\r\n \"intellectIcons\": 2,\r\n \"combatIcons\":
|
||||
2,\r\n \"agilityIcons\": 3,\r\n \"cycle\": \"Core\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"01004\",\n \"alternate_ids\": [\n \"01504\"\n ],\n \"type\":
|
||||
\"Investigator\",\n \"class\": \"Mystic\",\n \"traits\": \"Sorcerer.\",\n \"willpowerIcons\":
|
||||
5,\n \"intellectIcons\": 2,\n \"combatIcons\": 2,\n \"agilityIcons\": 3,\n \"cycle\":
|
||||
\"Core\"\n}"
|
||||
GUID: 25e2db
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,8 +19,8 @@ CustomDeck:
|
||||
UniqueBack: true
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"01004-m\",\r\n \"alternate_ids\": [\r\n \"01504-m\"\r\n
|
||||
\ ],\r\n \"type\": \"Minicard\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"01004-m\",\n \"alternate_ids\": [\n \"01504-m\"\n ],\n
|
||||
\ \"type\": \"Minicard\"\n}"
|
||||
GUID: e53693
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,10 +19,9 @@ CustomDeck:
|
||||
UniqueBack: true
|
||||
Description: The Shaman
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"03004\",\r\n \"type\": \"Investigator\",\r\n \"class\":
|
||||
\"Mystic\",\r\n \"traits\": \"Sorcerer.\",\r\n \"willpowerIcons\": 5,\r\n \"intellectIcons\":
|
||||
2,\r\n \"combatIcons\": 3,\r\n \"agilityIcons\": 3,\r\n \"cycle\": \"The Path
|
||||
to Carcosa\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"03004\",\n \"type\": \"Investigator\",\n \"class\": \"Mystic\",\n
|
||||
\ \"traits\": \"Sorcerer.\",\n \"willpowerIcons\": 5,\n \"intellectIcons\": 2,\n
|
||||
\ \"combatIcons\": 3,\n \"agilityIcons\": 3,\n \"cycle\": \"The Path to Carcosa\"\n}"
|
||||
GUID: 452ed8
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,29 +19,28 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"09040\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n
|
||||
\ \"cost\": 2,\r\n \"level\": 0,\r\n \"traits\": \"Item. Science.\",\r\n \"willpowerIcons\":
|
||||
1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n \"type\": \"Supply\",\r\n
|
||||
\ \"token\": \"resource\"\r\n }\r\n ],\r\n \"customizations\": [\r\n {\r\n
|
||||
\ \"name\": \"Mending Distillate\",\r\n \"xp\": 1,\r\n \"text\": \"Add
|
||||
this option: \u201C\u27D0 Heal 2 damage.\u201D\"\r\n },\r\n {\r\n \"name\":
|
||||
\"Calming Distillate\",\r\n \"xp\": 1,\r\n \"text\": \"Add this option:
|
||||
\u201C\u27D0 Heal 2 horror.\u201D\"\r\n },\r\n {\r\n \"name\": \"Enlightening
|
||||
Distillate\",\r\n \"xp\": 1,\r\n \"text\": \"Add this option: \u201C\u27D0
|
||||
Place 1 charge or secret on an asset you control.\u201D\"\r\n },\r\n {\r\n
|
||||
\ \"name\": \"Quickening Distillate\",\r\n \"xp\": 1,\r\n \"text\":
|
||||
\"Add this option: \u201C\u27D0 Move up to 2 times.\u201D\"\r\n },\r\n {\r\n
|
||||
\ \"name\": \"Refined\",\r\n \"xp\": 2,\r\n \"text\": \"Alchemical
|
||||
Distillation enters play with 2 additional supplies on it.\",\r\n \"replaces\":
|
||||
{\r\n \"uses\": [\r\n {\r\n \"count\": 5,\r\n \"type\":
|
||||
\"Supply\",\r\n \"token\": \"resource\"\r\n }\r\n ]\r\n
|
||||
\ }\r\n },\r\n {\r\n \"name\": \"Empowered\",\r\n \"xp\": 4,\r\n
|
||||
\ \"text\": \"When you initiate this skill test, you may increase its difficulty
|
||||
GMNotes: "{\n \"id\": \"09040\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
|
||||
\ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 0,\n \"traits\": \"Item.
|
||||
Science.\",\n \"willpowerIcons\": 1,\n \"uses\": [\n {\n \"count\": 3,\n
|
||||
\ \"type\": \"Supply\",\n \"token\": \"resource\"\n }\n ],\n \"customizations\":
|
||||
[\n {\n \"name\": \"Mending Distillate\",\n \"xp\": 1,\n \"text\":
|
||||
\"Add this option: \u201C\u27D0 Heal 2 damage.\u201D\"\n },\n {\n \"name\":
|
||||
\"Calming Distillate\",\n \"xp\": 1,\n \"text\": \"Add this option: \u201C\u27D0
|
||||
Heal 2 horror.\u201D\"\n },\n {\n \"name\": \"Enlightening Distillate\",\n
|
||||
\ \"xp\": 1,\n \"text\": \"Add this option: \u201C\u27D0 Place 1 charge
|
||||
or secret on an asset you control.\u201D\"\n },\n {\n \"name\": \"Quickening
|
||||
Distillate\",\n \"xp\": 1,\n \"text\": \"Add this option: \u201C\u27D0
|
||||
Move up to 2 times.\u201D\"\n },\n {\n \"name\": \"Refined\",\n \"xp\":
|
||||
2,\n \"text\": \"Alchemical Distillation enters play with 2 additional supplies
|
||||
on it.\",\n \"replaces\": {\n \"uses\": [\n {\n \"count\":
|
||||
5,\n \"type\": \"Supply\",\n \"token\": \"resource\"\n }\n
|
||||
\ ]\n }\n },\n {\n \"name\": \"Empowered\",\n \"xp\":
|
||||
4,\n \"text\": \"When you initiate this skill test, you may increase its difficulty
|
||||
by 2. If you do, increase the value of the effect granted by each option by 1 for
|
||||
this test.\"\r\n },\r\n {\r\n \"name\": \"Perfected\",\r\n \"xp\":
|
||||
5,\r\n \"text\": \"If you succeed by 2 or more, the chosen investigator may
|
||||
perform two different options instead of one.\"\r\n }\r\n ],\r\n \"cycle\":
|
||||
\"The Scarlet Keys\"\r\n}\r"
|
||||
this test.\"\n },\n {\n \"name\": \"Perfected\",\n \"xp\": 5,\n
|
||||
\ \"text\": \"If you succeed by 2 or more, the chosen investigator may perform
|
||||
two different options instead of one.\"\n }\n ],\n \"cycle\": \"The Scarlet
|
||||
Keys\"\n}"
|
||||
GUID: 502a4d
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,11 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"52007\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n
|
||||
\ \"cost\": 0,\r\n \"level\": 2,\r\n \"traits\": \"Spell.\",\r\n \"willpowerIcons\":
|
||||
1,\r\n \"intellectIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 4,\r\n
|
||||
\ \"type\": \"Charge\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n
|
||||
\ \"cycle\": \"Return to the Path to Carcosa\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"52007\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
|
||||
\ \"class\": \"Mystic\",\n \"cost\": 0,\n \"level\": 2,\n \"traits\": \"Spell.\",\n
|
||||
\ \"willpowerIcons\": 1,\n \"intellectIcons\": 1,\n \"uses\": [\n {\n \"count\":
|
||||
4,\n \"type\": \"Charge\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
|
||||
\"Return to the Path to Carcosa\"\n}"
|
||||
GUID: 283e54
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,10 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"03032\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n
|
||||
\ \"cost\": 1,\r\n \"level\": 0,\r\n \"traits\": \"Spell.\",\r\n \"willpowerIcons\":
|
||||
1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n \"type\": \"Charge\",\r\n
|
||||
\ \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"The Path to Carcosa\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"03032\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
|
||||
\ \"class\": \"Mystic\",\n \"cost\": 1,\n \"level\": 0,\n \"traits\": \"Spell.\",\n
|
||||
\ \"willpowerIcons\": 1,\n \"uses\": [\n {\n \"count\": 3,\n \"type\":
|
||||
\"Charge\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\": \"The Path
|
||||
to Carcosa\"\n}"
|
||||
GUID: 54832d
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,10 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Renowned Historian
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"04051\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n
|
||||
\ \"cost\": 2,\r\n \"traits\": \"Ally. Wayfarer.\",\r\n \"willpowerIcons\": 1,\r\n
|
||||
\ \"intellectIcons\": 1,\r\n \"wildIcons\": 1,\r\n \"cycle\": \"The Forgotten
|
||||
Age\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"04051\",\n \"type\": \"Asset\",\n \"class\": \"Neutral\",\n
|
||||
\ \"cost\": 2,\n \"traits\": \"Ally. Wayfarer.\",\n \"willpowerIcons\": 1,\n \"intellectIcons\":
|
||||
1,\n \"wildIcons\": 1,\n \"cycle\": \"The Forgotten Age\"\n}"
|
||||
GUID: c49b4b
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Fearless Flatfoot
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"05151\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Guardian\",\r\n
|
||||
\ \"cost\": 4,\r\n \"level\": 0,\r\n \"traits\": \"Ally. Detective. Police.\",\r\n
|
||||
\ \"intellectIcons\": 1,\r\n \"cycle\": \"The Circle Undone\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"05151\",\n \"type\": \"Asset\",\n \"slot\": \"Ally\",\n
|
||||
\ \"class\": \"Guardian\",\n \"cost\": 4,\n \"level\": 0,\n \"traits\": \"Ally.
|
||||
Detective. Police.\",\n \"intellectIcons\": 1,\n \"cycle\": \"The Circle Undone\"\n}"
|
||||
GUID: ae20e0
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"04309\",\r\n \"type\": \"Skill\",\r\n \"class\": \"Rogue\",\r\n
|
||||
\ \"level\": 5,\r\n \"traits\": \"Fortune.\",\r\n \"wildIcons\": 2,\r\n \"cycle\":
|
||||
\"The Forgotten Age\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"04309\",\n \"type\": \"Skill\",\n \"class\": \"Rogue\",\n
|
||||
\ \"level\": 5,\n \"traits\": \"Fortune.\",\n \"wildIcons\": 2,\n \"cycle\":
|
||||
\"The Forgotten Age\"\n}"
|
||||
GUID: 7d3a27
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"53009\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n
|
||||
\ \"cost\": 3,\r\n \"level\": 1,\r\n \"traits\": \"Spell. Blessed.\",\r\n \"willpowerIcons\":
|
||||
1,\r\n \"agilityIcons\": 1,\r\n \"cycle\": \"Return to the Forgotten Age\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"53009\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
|
||||
\ \"cost\": 3,\n \"level\": 1,\n \"traits\": \"Spell. Blessed.\",\n \"willpowerIcons\":
|
||||
1,\n \"agilityIcons\": 1,\n \"cycle\": \"Return to the Forgotten Age\"\n}"
|
||||
GUID: 9e4e11
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"04313\",\r\n \"type\": \"Event\",\r\n \"class\": \"Survivor\",\r\n
|
||||
\ \"cost\": 1,\r\n \"level\": 3,\r\n \"traits\": \"Spell. Blessed.\",\r\n \"wildIcons\":
|
||||
1,\r\n \"cycle\": \"The Forgotten Age\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"04313\",\n \"type\": \"Event\",\n \"class\": \"Survivor\",\n
|
||||
\ \"cost\": 1,\n \"level\": 3,\n \"traits\": \"Spell. Blessed.\",\n \"wildIcons\":
|
||||
1,\n \"cycle\": \"The Forgotten Age\"\n}"
|
||||
GUID: 83c86b
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Speaker to the Dead
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"02232\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n
|
||||
\ \"cost\": 4,\r\n \"level\": 0,\r\n \"traits\": \"Ally. Sorcerer.\",\r\n \"intellectIcons\":
|
||||
1,\r\n \"cycle\": \"The Dunwich Legacy\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"02232\",\n \"type\": \"Asset\",\n \"slot\": \"Ally\",\n
|
||||
\ \"class\": \"Mystic\",\n \"cost\": 4,\n \"level\": 0,\n \"traits\": \"Ally.
|
||||
Sorcerer.\",\n \"intellectIcons\": 1,\n \"cycle\": \"The Dunwich Legacy\"\n}"
|
||||
GUID: 53867b
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,10 +19,10 @@ CustomDeck:
|
||||
UniqueBack: true
|
||||
Description: The Student
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"07002\",\r\n \"type\": \"Investigator\",\r\n \"class\":
|
||||
\"Seeker\",\r\n \"traits\": \"Miskatonic. Scholar.\",\r\n \"willpowerIcons\":
|
||||
2,\r\n \"intellectIcons\": 2,\r\n \"combatIcons\": 2,\r\n \"agilityIcons\": 2,\r\n
|
||||
\ \"cycle\": \"The Innsmouth Conspiracy\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"07002\",\n \"type\": \"Investigator\",\n \"class\": \"Seeker\",\n
|
||||
\ \"traits\": \"Miskatonic. Scholar.\",\n \"willpowerIcons\": 2,\n \"intellectIcons\":
|
||||
2,\n \"combatIcons\": 2,\n \"agilityIcons\": 2,\n \"cycle\": \"The Innsmouth
|
||||
Conspiracy\"\n}"
|
||||
GUID: 05b950
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"03148\",\r\n \"type\": \"Event\",\r\n \"class\": \"Guardian\",\r\n
|
||||
\ \"cost\": 2,\r\n \"level\": 1,\r\n \"traits\": \"Tactic.\",\r\n \"intellectIcons\":
|
||||
1,\r\n \"combatIcons\": 1,\r\n \"cycle\": \"The Path to Carcosa\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"03148\",\n \"type\": \"Event\",\n \"class\": \"Guardian\",\n
|
||||
\ \"cost\": 2,\n \"level\": 1,\n \"traits\": \"Tactic.\",\n \"intellectIcons\":
|
||||
1,\n \"combatIcons\": 1,\n \"cycle\": \"The Path to Carcosa\"\n}"
|
||||
GUID: a1fd61
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,10 +19,9 @@ CustomDeck:
|
||||
UniqueBack: true
|
||||
Description: The Operator
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"09011\",\r\n \"type\": \"Investigator\",\r\n \"class\":
|
||||
\"Mystic\",\r\n \"traits\": \"Chosen. Cursed.\",\r\n \"willpowerIcons\": 3,\r\n
|
||||
\ \"intellectIcons\": 3,\r\n \"combatIcons\": 3,\r\n \"agilityIcons\": 3,\r\n
|
||||
\ \"cycle\": \"The Scarlet Keys\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"09011\",\n \"type\": \"Investigator\",\n \"class\": \"Mystic\",\n
|
||||
\ \"traits\": \"Chosen. Cursed.\",\n \"willpowerIcons\": 3,\n \"intellectIcons\":
|
||||
3,\n \"combatIcons\": 3,\n \"agilityIcons\": 3,\n \"cycle\": \"The Scarlet Keys\"\n}"
|
||||
GUID: 4c2a3d
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,10 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Basic Weakness
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"01096\",\r\n \"alternate_ids\": [\r\n \"01596\"\r\n
|
||||
\ ],\r\n \"type\": \"Treachery\",\r\n \"class\": \"Neutral\",\r\n \"traits\":
|
||||
\"Madness.\",\r\n \"weakness\": true,\r\n \"basicWeaknessCount\": 2,\r\n \"cycle\":
|
||||
\"Core\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"01096\",\n \"alternate_ids\": [\n \"01596\"\n ],\n \"type\":
|
||||
\"Treachery\",\n \"class\": \"Neutral\",\n \"traits\": \"Madness.\",\n \"weakness\":
|
||||
true,\n \"basicWeaknessCount\": 2,\n \"cycle\": \"Core\"\n}"
|
||||
GUID: 2210c1
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"09049\",\r\n \"type\": \"Skill\",\r\n \"class\": \"Seeker\",\r\n
|
||||
\ \"level\": 0,\r\n \"traits\": \"Practiced.\",\r\n \"wildIcons\": 1,\r\n \"cycle\":
|
||||
\"The Scarlet Keys\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"09049\",\n \"type\": \"Skill\",\n \"class\": \"Seeker\",\n
|
||||
\ \"level\": 0,\n \"traits\": \"Practiced.\",\n \"wildIcons\": 1,\n \"cycle\":
|
||||
\"The Scarlet Keys\"\n}"
|
||||
GUID: 80285f
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"03010\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n
|
||||
\ \"cost\": 3,\r\n \"traits\": \"Talent.\",\r\n \"wildIcons\": 2,\r\n \"cycle\":
|
||||
\"The Path to Carcosa\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"03010\",\n \"type\": \"Asset\",\n \"class\": \"Neutral\",\n
|
||||
\ \"cost\": 3,\n \"traits\": \"Talent.\",\n \"wildIcons\": 2,\n \"cycle\": \"The
|
||||
Path to Carcosa\"\n}"
|
||||
GUID: 7b6ab5
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"03108\",\r\n \"type\": \"Event\",\r\n \"class\": \"Seeker\",\r\n
|
||||
\ \"cost\": 1,\r\n \"level\": 0,\r\n \"traits\": \"Insight.\",\r\n \"willpowerIcons\":
|
||||
1,\r\n \"combatIcons\": 1,\r\n \"cycle\": \"The Path to Carcosa\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"03108\",\n \"type\": \"Event\",\n \"class\": \"Seeker\",\n
|
||||
\ \"cost\": 1,\n \"level\": 0,\n \"traits\": \"Insight.\",\n \"willpowerIcons\":
|
||||
1,\n \"combatIcons\": 1,\n \"cycle\": \"The Path to Carcosa\"\n}"
|
||||
GUID: a8e495
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"07303\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n
|
||||
\ \"level\": 3,\r\n \"traits\": \"Talent.\",\r\n \"permanent\": true,\r\n \"cycle\":
|
||||
\"The Innsmouth Conspiracy\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"07303\",\n \"type\": \"Asset\",\n \"class\": \"Seeker\",\n
|
||||
\ \"level\": 3,\n \"traits\": \"Talent.\",\n \"permanent\": true,\n \"cycle\":
|
||||
\"The Innsmouth Conspiracy\"\n}"
|
||||
GUID: 7b7d14
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,11 +19,10 @@ CustomDeck:
|
||||
UniqueBack: true
|
||||
Description: Item. Relic.
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"83056\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n
|
||||
\ \"cost\": 3,\r\n \"traits\": \"Item. Relic.\",\r\n \"willpowerIcons\": 1,\r\n
|
||||
\ \"intellectIcons\": 1,\r\n \"wildIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\":
|
||||
4,\r\n \"type\": \"Charge\",\r\n \"token\": \"resource\"\r\n }\r\n
|
||||
\ ],\r\n \"cycle\": \"Standalone\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"83056\",\n \"type\": \"Asset\",\n \"class\": \"Neutral\",\n
|
||||
\ \"cost\": 3,\n \"traits\": \"Item. Relic.\",\n \"willpowerIcons\": 1,\n \"intellectIcons\":
|
||||
1,\n \"wildIcons\": 1,\n \"uses\": [\n {\n \"count\": 4,\n \"type\":
|
||||
\"Charge\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\": \"Standalone\"\n}"
|
||||
GUID: 0ce113
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -20,8 +20,8 @@ CustomDeck:
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\n \"id\": \"07122-t\",\n \"type\": \"Asset\",\n \"class\": \"Survivor\",\n
|
||||
\ \"level\": 2,\n \"traits\": \"Covenant. Blessed.\",\n \"permanent\": true,\n
|
||||
\ \"cycle\": \"The Innsmouth Conspiracy\"\n}"
|
||||
\ \"startsInPlay\": true,\n \"level\": 2,\n \"traits\": \"Covenant. Blessed.\",\n
|
||||
\ \"permanent\": true,\n \"cycle\": \"The Innsmouth Conspiracy\"\n}"
|
||||
GUID: e01cc7
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Unidentified
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"04022\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n
|
||||
\ \"cost\": 1,\r\n \"level\": 1,\r\n \"traits\": \"Item. Relic.\",\r\n \"intellectIcons\":
|
||||
1,\r\n \"cycle\": \"The Forgotten Age\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"04022\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
|
||||
\ \"class\": \"Seeker\",\n \"cost\": 1,\n \"level\": 1,\n \"traits\": \"Item.
|
||||
Relic.\",\n \"intellectIcons\": 1,\n \"cycle\": \"The Forgotten Age\"\n}"
|
||||
GUID: 9bc46e
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,10 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Transient Thoughts
|
||||
DragSelectable: true
|
||||
GMNotes: "{\n \"id\": \"53004\",\n \"type\": \"Asset\",\n \"class\": \"Seeker\",\n
|
||||
\ \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item. Relic.\",\n \"agilityIcons\":
|
||||
2,\n \"uses\": [\n {\n \"count\": 0,\n \"type\": \"Secret\",\n \"token\":
|
||||
\"resource\"\n }\n ],\n \"cycle\": \"Return to the Forgotten Age\"\n}"
|
||||
GMNotes: "{\n \"id\": \"53004\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
|
||||
\ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item.
|
||||
Relic.\",\n \"agilityIcons\": 2,\n \"uses\": [\n {\n \"count\": 0,\n \"type\":
|
||||
\"Secret\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\": \"Return to
|
||||
the Forgotten Age\"\n}"
|
||||
GUID: 3289b0
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,10 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Knowledge of the Elders
|
||||
DragSelectable: true
|
||||
GMNotes: "{\n \"id\": \"04230\",\n \"type\": \"Asset\",\n \"class\": \"Seeker\",\n
|
||||
\ \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item. Relic.\",\n \"intellectIcons\":
|
||||
2,\n \"uses\": [\n {\n \"count\": 0,\n \"type\": \"Secret\",\n \"token\":
|
||||
\"resource\"\n }\n ],\n \"cycle\": \"The Forgotten Age\"\n}"
|
||||
GMNotes: "{\n \"id\": \"04230\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
|
||||
\ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item.
|
||||
Relic.\",\n \"intellectIcons\": 2,\n \"uses\": [\n {\n \"count\": 0,\n
|
||||
\ \"type\": \"Secret\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
|
||||
\"The Forgotten Age\"\n}"
|
||||
GUID: 863f91
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,10 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Minds in Harmony
|
||||
DragSelectable: true
|
||||
GMNotes: "{\n \"id\": \"04231\",\n \"type\": \"Asset\",\n \"class\": \"Seeker\",\n
|
||||
\ \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item. Relic.\",\n \"willpowerIcons\":
|
||||
2,\n \"uses\": [\n {\n \"count\": 0,\n \"type\": \"Secret\",\n \"token\":
|
||||
\"resource\"\n }\n ],\n \"cycle\": \"The Forgotten Age\"\n}"
|
||||
GMNotes: "{\n \"id\": \"04231\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
|
||||
\ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Item.
|
||||
Relic.\",\n \"willpowerIcons\": 2,\n \"uses\": [\n {\n \"count\": 0,\n
|
||||
\ \"type\": \"Secret\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
|
||||
\"The Forgotten Age\"\n}"
|
||||
GUID: 9c56d3
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,8 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"03015\",\r\n \"type\": \"Treachery\",\r\n \"class\":
|
||||
\"Neutral\",\r\n \"traits\": \"Task.\",\r\n \"weakness\": true,\r\n \"cycle\":
|
||||
\"The Path to Carcosa\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"03015\",\n \"type\": \"Treachery\",\n \"class\": \"Neutral\",\n
|
||||
\ \"traits\": \"Task.\",\n \"weakness\": true,\n \"cycle\": \"The Path to Carcosa\"\n}"
|
||||
GUID: d8705c
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Mysterious Soothsayer
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"05283\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n
|
||||
\ \"cost\": 3,\r\n \"level\": 4,\r\n \"traits\": \"Ally. Clairvoyant.\",\r\n \"wildIcons\":
|
||||
1,\r\n \"cycle\": \"The Circle Undone\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"05283\",\n \"type\": \"Asset\",\n \"slot\": \"Ally\",\n
|
||||
\ \"class\": \"Neutral\",\n \"cost\": 3,\n \"level\": 4,\n \"traits\": \"Ally.
|
||||
Clairvoyant.\",\n \"wildIcons\": 1,\n \"cycle\": \"The Circle Undone\"\n}"
|
||||
GUID: 03a4de
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"05278\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Rogue\",\r\n
|
||||
\ \"level\": 3,\r\n \"traits\": \"Talent.\",\r\n \"permanent\": true,\r\n \"cycle\":
|
||||
\"The Circle Undone\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"05278\",\n \"type\": \"Asset\",\n \"class\": \"Rogue\",\n
|
||||
\ \"level\": 3,\n \"traits\": \"Talent.\",\n \"permanent\": true,\n \"cycle\":
|
||||
\"The Circle Undone\"\n}"
|
||||
GUID: 006d44
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,11 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"08124\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker|Rogue|Mystic\",\r\n
|
||||
\ \"cost\": 3,\r\n \"level\": 3,\r\n \"traits\": \"Talent.\",\r\n \"wildIcons\":
|
||||
1,\r\n \"uses\": [\r\n {\r\n \"count\": 2,\r\n \"replenish\": 2,\r\n
|
||||
\ \"type\": \"Resource\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n
|
||||
\ \"cycle\": \"Edge of the Earth\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"08124\",\n \"type\": \"Asset\",\n \"class\": \"Seeker|Rogue|Mystic\",\n
|
||||
\ \"cost\": 3,\n \"level\": 3,\n \"traits\": \"Talent.\",\n \"wildIcons\": 1,\n
|
||||
\ \"uses\": [\n {\n \"count\": 2,\n \"replenish\": 2,\n \"type\":
|
||||
\"Resource\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\": \"Edge of
|
||||
the Earth\"\n}"
|
||||
GUID: 452db2
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"60302\",\r\n \"type\": \"Skill\",\r\n \"class\": \"Rogue\",\r\n
|
||||
\ \"traits\": \"Innate. Developed.\",\r\n \"wildIcons\": 6,\r\n \"cycle\": \"Investigator
|
||||
Packs\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"60302\",\n \"type\": \"Skill\",\n \"class\": \"Rogue\",\n
|
||||
\ \"traits\": \"Innate. Developed.\",\n \"wildIcons\": 6,\n \"cycle\": \"Investigator
|
||||
Packs\"\n}"
|
||||
GUID: 2c563c
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Faithful Companion
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"08738\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Neutral\",\r\n
|
||||
\ \"cost\": 3,\r\n \"traits\": \"Ally. Creature.\",\r\n \"agilityIcons\": 1,\r\n
|
||||
\ \"wildIcons\": 1,\r\n \"cycle\": \"Edge of the Earth\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"08738\",\n \"type\": \"Asset\",\n \"class\": \"Neutral\",\n
|
||||
\ \"cost\": 3,\n \"traits\": \"Ally. Creature.\",\n \"agilityIcons\": 1,\n \"wildIcons\":
|
||||
1,\n \"cycle\": \"Edge of the Earth\"\n}"
|
||||
GUID: 1bf025
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,10 +19,10 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: The Forgotten Daughter
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"01082\",\r\n \"alternate_ids\": [\r\n \"01582\"\r\n
|
||||
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Survivor\",\r\n \"cost\": 5,\r\n
|
||||
\ \"level\": 1,\r\n \"traits\": \"Ally.\",\r\n \"willpowerIcons\": 1,\r\n \"cycle\":
|
||||
\"Core\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"01082\",\n \"alternate_ids\": [\n \"01582\"\n ],\n \"type\":
|
||||
\"Asset\",\n \"slot\": \"Ally\",\n \"class\": \"Survivor\",\n \"cost\": 5,\n
|
||||
\ \"level\": 1,\n \"traits\": \"Ally.\",\n \"willpowerIcons\": 1,\n \"cycle\":
|
||||
\"Core\"\n}"
|
||||
GUID: 9393ec
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,10 +19,10 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: The Forgotten Daughter
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"02308\",\r\n \"alternate_ids\": [\r\n \"01691\"\r\n
|
||||
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Survivor\",\r\n \"cost\": 4,\r\n
|
||||
\ \"level\": 3,\r\n \"traits\": \"Ally.\",\r\n \"willpowerIcons\": 1,\r\n \"agilityIcons\":
|
||||
1,\r\n \"cycle\": \"The Dunwich Legacy\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"02308\",\n \"alternate_ids\": [\n \"01691\"\n ],\n \"type\":
|
||||
\"Asset\",\n \"slot\": \"Ally\",\n \"class\": \"Survivor\",\n \"cost\": 4,\n
|
||||
\ \"level\": 3,\n \"traits\": \"Ally.\",\n \"willpowerIcons\": 1,\n \"agilityIcons\":
|
||||
1,\n \"cycle\": \"The Dunwich Legacy\"\n}"
|
||||
GUID: fb9dbb
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"60402\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n
|
||||
\ \"cost\": 3,\r\n \"traits\": \"Talent.\",\r\n \"willpowerIcons\": 1,\r\n \"agilityIcons\":
|
||||
1,\r\n \"wildIcons\": 1,\r\n \"cycle\": \"Investigator Packs\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"60402\",\n \"type\": \"Asset\",\n \"class\": \"Mystic\",\n
|
||||
\ \"cost\": 3,\n \"traits\": \"Talent.\",\n \"willpowerIcons\": 1,\n \"agilityIcons\":
|
||||
1,\n \"wildIcons\": 1,\n \"cycle\": \"Investigator Packs\"\n}"
|
||||
GUID: 4fbdb2
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"60205\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n
|
||||
\ \"cost\": 2,\r\n \"level\": 0,\r\n \"traits\": \"Ritual.\",\r\n \"willpowerIcons\":
|
||||
2,\r\n \"cycle\": \"Investigator Packs\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"60205\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
|
||||
\ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 0,\n \"traits\": \"Ritual.\",\n
|
||||
\ \"willpowerIcons\": 2,\n \"cycle\": \"Investigator Packs\"\n}"
|
||||
GUID: e69708
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,12 +19,12 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"03271\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n
|
||||
\ \"cost\": 0,\r\n \"level\": 3,\r\n \"traits\": \"Ally. Sorcerer.\",\r\n \"willpowerIcons\":
|
||||
1,\r\n \"combatIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 1,\r\n
|
||||
\ \"type\": \"Doom\",\r\n \"token\": \"doom\"\r\n },\r\n {\r\n \"count\":
|
||||
2,\r\n \"type\": \"Horror\",\r\n \"token\": \"horror\"\r\n }\r\n ],\r\n
|
||||
\ \"cycle\": \"The Path to Carcosa\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"03271\",\n \"type\": \"Asset\",\n \"slot\": \"Ally\",\n
|
||||
\ \"class\": \"Mystic\",\n \"cost\": 0,\n \"level\": 3,\n \"traits\": \"Ally.
|
||||
Sorcerer.\",\n \"willpowerIcons\": 1,\n \"combatIcons\": 1,\n \"uses\": [\n {\n
|
||||
\ \"count\": 1,\n \"type\": \"Doom\",\n \"token\": \"doom\"\n },\n
|
||||
\ {\n \"count\": 2,\n \"type\": \"Horror\",\n \"token\": \"horror\"\n
|
||||
\ }\n ],\n \"cycle\": \"The Path to Carcosa\"\n}"
|
||||
GUID: 65b30d
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,11 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"01063\",\r\n \"alternate_ids\": [\r\n \"01563\"\r\n
|
||||
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n \"cost\": 1,\r\n
|
||||
\ \"level\": 0,\r\n \"traits\": \"Ally. Sorcerer.\",\r\n \"willpowerIcons\": 1,\r\n
|
||||
\ \"uses\": [\r\n {\r\n \"count\": 1,\r\n \"type\": \"Doom\",\r\n \"token\":
|
||||
\"doom\"\r\n }\r\n ],\r\n \"cycle\": \"Core\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"01063\",\n \"alternate_ids\": [\n \"01563\"\n ],\n \"type\":
|
||||
\"Asset\",\n \"slot\": \"Ally\",\n \"class\": \"Mystic\",\n \"cost\": 1,\n \"level\":
|
||||
0,\n \"traits\": \"Ally. Sorcerer.\",\n \"willpowerIcons\": 1,\n \"uses\": [\n
|
||||
\ {\n \"count\": 1,\n \"type\": \"Doom\",\n \"token\": \"doom\"\n
|
||||
\ }\n ],\n \"cycle\": \"Core\"\n}"
|
||||
GUID: 7307c4
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,11 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"03266\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n
|
||||
\ \"cost\": 3,\r\n \"level\": 4,\r\n \"traits\": \"Spell.\",\r\n \"willpowerIcons\":
|
||||
1,\r\n \"intellectIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n
|
||||
\ \"type\": \"Charge\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n
|
||||
\ \"cycle\": \"The Path to Carcosa\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"03266\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
|
||||
\ \"class\": \"Seeker\",\n \"cost\": 3,\n \"level\": 4,\n \"traits\": \"Spell.\",\n
|
||||
\ \"willpowerIcons\": 1,\n \"intellectIcons\": 1,\n \"uses\": [\n {\n \"count\":
|
||||
3,\n \"type\": \"Charge\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
|
||||
\"The Path to Carcosa\"\n}"
|
||||
GUID: 536b52
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"04109\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n
|
||||
\ \"level\": 0,\r\n \"traits\": \"Talent.\",\r\n \"permanent\": true,\r\n \"cycle\":
|
||||
\"The Forgotten Age\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"04109\",\n \"type\": \"Asset\",\n \"class\": \"Mystic\",\n
|
||||
\ \"level\": 0,\n \"traits\": \"Talent.\",\n \"permanent\": true,\n \"cycle\":
|
||||
\"The Forgotten Age\"\n}"
|
||||
GUID: e425d0
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,9 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"50007\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n
|
||||
\ \"cost\": 0,\r\n \"level\": 2,\r\n \"traits\": \"Talent.\",\r\n \"willpowerIcons\":
|
||||
2,\r\n \"intellectIcons\": 2,\r\n \"cycle\": \"Return to the Night of the Zealot\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"50007\",\n \"type\": \"Asset\",\n \"class\": \"Mystic\",\n
|
||||
\ \"cost\": 0,\n \"level\": 2,\n \"traits\": \"Talent.\",\n \"willpowerIcons\":
|
||||
2,\n \"intellectIcons\": 2,\n \"cycle\": \"Return to the Night of the Zealot\"\n}"
|
||||
GUID: 644af9
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,11 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"60428\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n
|
||||
\ \"cost\": 2,\r\n \"level\": 4,\r\n \"traits\": \"Talent.\",\r\n \"willpowerIcons\":
|
||||
2,\r\n \"intellectIcons\": 2,\r\n \"uses\": [\r\n {\r\n \"count\": 2,\r\n
|
||||
\ \"replenish\": 2,\r\n \"type\": \"Resource\",\r\n \"token\": \"resource\"\r\n
|
||||
\ }\r\n ],\r\n \"cycle\": \"Investigator Packs\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"60428\",\n \"type\": \"Asset\",\n \"class\": \"Mystic\",\n
|
||||
\ \"cost\": 2,\n \"level\": 4,\n \"traits\": \"Talent.\",\n \"willpowerIcons\":
|
||||
2,\n \"intellectIcons\": 2,\n \"uses\": [\n {\n \"count\": 2,\n \"replenish\":
|
||||
2,\n \"type\": \"Resource\",\n \"token\": \"resource\"\n }\n ],\n
|
||||
\ \"cycle\": \"Investigator Packs\"\n}"
|
||||
GUID: ca23d4
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,10 +19,9 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: ''
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"01062\",\r\n \"alternate_ids\": [\r\n \"01562\"\r\n
|
||||
\ ],\r\n \"type\": \"Asset\",\r\n \"class\": \"Mystic\",\r\n \"cost\": 2,\r\n
|
||||
\ \"level\": 0,\r\n \"traits\": \"Talent.\",\r\n \"willpowerIcons\": 1,\r\n \"intellectIcons\":
|
||||
1,\r\n \"cycle\": \"Core\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"01062\",\n \"alternate_ids\": [\n \"01562\"\n ],\n \"type\":
|
||||
\"Asset\",\n \"class\": \"Mystic\",\n \"cost\": 2,\n \"level\": 0,\n \"traits\":
|
||||
\"Talent.\",\n \"willpowerIcons\": 1,\n \"intellectIcons\": 1,\n \"cycle\": \"Core\"\n}"
|
||||
GUID: 9e4505
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,11 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Prophecy Foretold
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"03193\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n
|
||||
\ \"cost\": 2,\r\n \"level\": 3,\r\n \"traits\": \"Spell.\",\r\n \"intellectIcons\":
|
||||
1,\r\n \"agilityIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n
|
||||
\ \"type\": \"Charge\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n
|
||||
\ \"cycle\": \"The Path to Carcosa\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"03193\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
|
||||
\ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 3,\n \"traits\": \"Spell.\",\n
|
||||
\ \"intellectIcons\": 1,\n \"agilityIcons\": 1,\n \"uses\": [\n {\n \"count\":
|
||||
3,\n \"type\": \"Charge\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
|
||||
\"The Path to Carcosa\"\n}"
|
||||
GUID: 3d35aa
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,11 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Markings of Isis
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"52004\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n
|
||||
\ \"cost\": 2,\r\n \"level\": 3,\r\n \"traits\": \"Spell.\",\r\n \"intellectIcons\":
|
||||
1,\r\n \"combatIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n
|
||||
\ \"type\": \"Charge\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n
|
||||
\ \"cycle\": \"Return to the Path to Carcosa\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"52004\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
|
||||
\ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 3,\n \"traits\": \"Spell.\",\n
|
||||
\ \"intellectIcons\": 1,\n \"combatIcons\": 1,\n \"uses\": [\n {\n \"count\":
|
||||
3,\n \"type\": \"Charge\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
|
||||
\"Return to the Path to Carcosa\"\n}"
|
||||
GUID: 66d5a3
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,11 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Guiding Stones
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"03192\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n
|
||||
\ \"cost\": 2,\r\n \"level\": 3,\r\n \"traits\": \"Spell.\",\r\n \"willpowerIcons\":
|
||||
1,\r\n \"intellectIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 3,\r\n
|
||||
\ \"type\": \"Charge\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n
|
||||
\ \"cycle\": \"The Path to Carcosa\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"03192\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
|
||||
\ \"class\": \"Seeker\",\n \"cost\": 2,\n \"level\": 3,\n \"traits\": \"Spell.\",\n
|
||||
\ \"willpowerIcons\": 1,\n \"intellectIcons\": 1,\n \"uses\": [\n {\n \"count\":
|
||||
3,\n \"type\": \"Charge\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
|
||||
\"The Path to Carcosa\"\n}"
|
||||
GUID: a14a11
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,10 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Untranslated
|
||||
DragSelectable: true
|
||||
GMNotes: "{\n \"id\": \"03025\",\n \"type\": \"Asset\",\n \"class\": \"Seeker\",\n
|
||||
\ \"cost\": 0,\n \"level\": 0,\n \"traits\": \"Item. Occult. Tome.\",\n \"intellectIcons\":
|
||||
1,\n \"uses\": [\n {\n \"count\": 0,\n \"type\": \"Secret\",\n \"token\":
|
||||
\"resource\"\n }\n ],\n \"cycle\": \"The Path to Carcosa\"\n}"
|
||||
GMNotes: "{\n \"id\": \"03025\",\n \"type\": \"Asset\",\n \"slot\": \"Hand\",\n
|
||||
\ \"class\": \"Seeker\",\n \"cost\": 0,\n \"level\": 0,\n \"traits\": \"Item.
|
||||
Occult. Tome.\",\n \"intellectIcons\": 1,\n \"uses\": [\n {\n \"count\":
|
||||
0,\n \"type\": \"Secret\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
|
||||
\"The Path to Carcosa\"\n}"
|
||||
GUID: cbfc12
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,11 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Gateway to Paradise
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"08044\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n
|
||||
\ \"cost\": 4,\r\n \"level\": 4,\r\n \"traits\": \"Ritual.\",\r\n \"willpowerIcons\":
|
||||
2,\r\n \"wildIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 4,\r\n \"type\":
|
||||
\"Leyline\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"Edge
|
||||
of the Earth\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"08044\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
|
||||
\ \"class\": \"Seeker\",\n \"cost\": 4,\n \"level\": 4,\n \"traits\": \"Ritual.\",\n
|
||||
\ \"willpowerIcons\": 2,\n \"wildIcons\": 1,\n \"uses\": [\n {\n \"count\":
|
||||
4,\n \"type\": \"Leyline\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
|
||||
\"Edge of the Earth\"\n}"
|
||||
GUID: 098132
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
@ -19,11 +19,11 @@ CustomDeck:
|
||||
UniqueBack: false
|
||||
Description: Gateway to Tindalos
|
||||
DragSelectable: true
|
||||
GMNotes: "{\r\n \"id\": \"08041\",\r\n \"type\": \"Asset\",\r\n \"class\": \"Seeker\",\r\n
|
||||
\ \"cost\": 4,\r\n \"level\": 4,\r\n \"traits\": \"Ritual.\",\r\n \"combatIcons\":
|
||||
2,\r\n \"wildIcons\": 1,\r\n \"uses\": [\r\n {\r\n \"count\": 4,\r\n \"type\":
|
||||
\"Leyline\",\r\n \"token\": \"resource\"\r\n }\r\n ],\r\n \"cycle\": \"Edge
|
||||
of the Earth\"\r\n}\r"
|
||||
GMNotes: "{\n \"id\": \"08041\",\n \"type\": \"Asset\",\n \"slot\": \"Arcane\",\n
|
||||
\ \"class\": \"Seeker\",\n \"cost\": 4,\n \"level\": 4,\n \"traits\": \"Ritual.\",\n
|
||||
\ \"combatIcons\": 2,\n \"wildIcons\": 1,\n \"uses\": [\n {\n \"count\":
|
||||
4,\n \"type\": \"Leyline\",\n \"token\": \"resource\"\n }\n ],\n \"cycle\":
|
||||
\"Edge of the Earth\"\n}"
|
||||
GUID: 1fdf4c
|
||||
Grid: true
|
||||
GridProjection: false
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user