Merge branch 'master' into patches

This commit is contained in:
Adam Goldsmith 2021-01-02 23:36:09 -05:00
commit f5fd251074
2960 changed files with 103429 additions and 58961 deletions

View File

@ -98,7 +98,7 @@ PULLS = {
-- tablet -- tablet
["https://i.imgur.com/1plY463.png"] = 0, ["https://i.imgur.com/1plY463.png"] = 0,
-- curse -- curse
["http://cloud-3.steamusercontent.com/ugc/1011565208488654691/8F0B399048EBC34CD24B99AAD415AEC40E679C65/"] = 0, ["http://cloud-3.steamusercontent.com/ugc/1655601092778636039/2A25BD38E8C44701D80DD96BF0121DA21843672E/"] = 0,
-- tentacle -- tentacle
["https://i.imgur.com/lns4fhz.png"] = 0, ["https://i.imgur.com/lns4fhz.png"] = 0,
-- minus eight -- minus eight
@ -124,48 +124,48 @@ PULLS = {
-- elder thing -- elder thing
["https://i.imgur.com/ttnspKt.png"] = 0, ["https://i.imgur.com/ttnspKt.png"] = 0,
-- bless -- bless
["http://cloud-3.steamusercontent.com/ugc/1011565208488650618/B2B081032AF3EFDBD90840A5D6888A3CEA228D66/"] = 0, ["http://cloud-3.steamusercontent.com/ugc/1655601092778627699/339FB716CB25CA6025C338F13AFDFD9AC6FA8356/"] = 0,
-- elder sign -- elder sign
["https://i.imgur.com/nEmqjmj.png"] = 0, ["https://i.imgur.com/nEmqjmj.png"] = 0,
} }
IMAGE_TOKEN_MAP = { IMAGE_TOKEN_MAP = {
-- elder sign
["https://i.imgur.com/nEmqjmj.png"] = "Elder Sign",
-- plus one
["https://i.imgur.com/uIx8jbY.png"] = "+1",
-- zero
["https://i.imgur.com/btEtVfd.png"] = "0",
-- minus one
["https://i.imgur.com/w3XbrCC.png"] = "-1",
-- minus two
["https://i.imgur.com/bfTg2hb.png"] = "-2",
-- minus three
["https://i.imgur.com/yfs8gHq.png"] = "-3",
-- minus four
["https://i.imgur.com/qrgGQRD.png"] = "-4",
-- minus five
["https://i.imgur.com/3Ym1IeG.png"] = "-5",
-- minus six
["https://i.imgur.com/c9qdSzS.png"] = "-6",
-- minus seven
["https://i.imgur.com/4WRD42n.png"] = "-7",
-- minus eight
["https://i.imgur.com/9t3rPTQ.png"] = "-8",
-- skull
["https://i.imgur.com/stbBxtx.png"] = "Skull",
-- cultist -- cultist
["https://i.imgur.com/VzhJJaH.png"] = "cultist", ["https://i.imgur.com/VzhJJaH.png"] = "Cultist",
-- skull -- tablet
["https://i.imgur.com/stbBxtx.png"] = "skull", ["https://i.imgur.com/1plY463.png"] = "Tablet",
-- tablet -- elder thing
["https://i.imgur.com/1plY463.png"] = "tablet", ["https://i.imgur.com/ttnspKt.png"] = "Elder Thing",
-- elder thing -- tentacle
["https://i.imgur.com/ttnspKt.png"] = "Elder Thing", ["https://i.imgur.com/lns4fhz.png"] = "Auto-fail",
-- curse -- bless
["http://cloud-3.steamusercontent.com/ugc/1011565208488654691/8F0B399048EBC34CD24B99AAD415AEC40E679C65/"] = "curse", ["http://cloud-3.steamusercontent.com/ugc/1655601092778627699/339FB716CB25CA6025C338F13AFDFD9AC6FA8356/"] = "Bless",
-- tentacle -- curse
["https://i.imgur.com/lns4fhz.png"] = "Auto-Fail", ["http://cloud-3.steamusercontent.com/ugc/1655601092778636039/2A25BD38E8C44701D80DD96BF0121DA21843672E/"] = "Curse"
-- minus eight
["https://i.imgur.com/9t3rPTQ.png"] = "-8",
-- minus seven
["https://i.imgur.com/4WRD42n.png"] = "-7",
-- minus six
["https://i.imgur.com/c9qdSzS.png"] = "-6",
-- minus five
["https://i.imgur.com/3Ym1IeG.png"] = "-5",
-- minus four
["https://i.imgur.com/qrgGQRD.png"] = "-4",
-- minus three
["https://i.imgur.com/yfs8gHq.png"] = "-3",
-- minus two
["https://i.imgur.com/bfTg2hb.png"] = "-2",
-- minus one
["https://i.imgur.com/w3XbrCC.png"] = "-1",
-- zero
["https://i.imgur.com/btEtVfd.png"] = "0",
-- plus one
["https://i.imgur.com/uIx8jbY.png"] = "+1",
-- bless
["http://cloud-3.steamusercontent.com/ugc/1011565208488650618/B2B081032AF3EFDBD90840A5D6888A3CEA228D66/"] = "bless",
-- elder sign
["https://i.imgur.com/nEmqjmj.png"] = "Elder Sign",
} }
function resetStats() function resetStats()
@ -629,10 +629,17 @@ function spawnToken_2(id, pos)
thickness = 0.10, thickness = 0.10,
}) })
obj.scale {0.81, 1, 0.81} obj.scale {0.81, 1, 0.81}
obj.setName(getTokenName({ url=url }))
return obj return obj
end end
end end
function getTokenName(params)
local name = IMAGE_TOKEN_MAP[params.url]
if name == nil then name = "" end
return name
end
function getImageUrl(id) function getImageUrl(id)
if id == 'p1' then return 'https://i.imgur.com/uIx8jbY.png' end if id == 'p1' then return 'https://i.imgur.com/uIx8jbY.png' end
if id == '0' then return 'https://i.imgur.com/btEtVfd.png' end if id == '0' then return 'https://i.imgur.com/btEtVfd.png' end
@ -730,4 +737,3 @@ function updateRandomSeed()
math.randomseed(os.time()) math.randomseed(os.time())
end end
end end

View File

@ -22,7 +22,7 @@ CameraStates:
- null - null
- null - null
- null - null
Date: 12/5/2020 3:36:33 PM Date: 1/1/2021 4:55:32 PM
DecalPallet: DecalPallet:
- ImageURL: http://cloud-3.steamusercontent.com/ugc/1474319121424323663/BC5570ECF747F1B30224461B576E8B0FE7FA5F33/ - ImageURL: http://cloud-3.steamusercontent.com/ugc/1474319121424323663/BC5570ECF747F1B30224461B576E8B0FE7FA5F33/
Name: Achivement Checkmark Name: Achivement Checkmark
@ -230,9 +230,9 @@ Hands:
rotX: 0.0 rotX: 0.0
rotY: 90.0 rotY: 90.0
rotZ: 0.0 rotZ: 0.0
scaleX: 22.91 scaleX: 22.95
scaleY: 7.0 scaleY: 7.0
scaleZ: 7.08 scaleZ: 7.1
- Color: Red - Color: Red
Transform: Transform:
posX: -36.11 posX: -36.11
@ -263,9 +263,9 @@ Hands:
rotX: 0.0 rotX: 0.0
rotY: 90.0 rotY: 90.0
rotZ: 0.0 rotZ: 0.0
scaleX: 22.91 scaleX: 22.95
scaleY: 7.0 scaleY: 7.0
scaleZ: 7.08 scaleZ: 7.1
Hiding: 0 Hiding: 0
Lighting: Lighting:
AmbientEquatorColor: AmbientEquatorColor:
@ -496,7 +496,6 @@ ObjectStates:
- !include 'unpacked/Custom_Model_Bag Return to The Dunwich Legacy ce9130.yaml' - !include 'unpacked/Custom_Model_Bag Return to The Dunwich Legacy ce9130.yaml'
- !include 'unpacked/Custom_Model_Bag Return to The Path to Carcosa e9889a.yaml' - !include 'unpacked/Custom_Model_Bag Return to The Path to Carcosa e9889a.yaml'
- !include 'unpacked/Custom_Model_Bag Return to the Night of the Zealot 56270d.yaml' - !include 'unpacked/Custom_Model_Bag Return to the Night of the Zealot 56270d.yaml'
- !include 'unpacked/Custom_Tile b9140e.yaml'
- !include 'unpacked/Custom_Model_Bag Legacy Assets 7165a9.yaml' - !include 'unpacked/Custom_Model_Bag Legacy Assets 7165a9.yaml'
- !include 'unpacked/Custom_Model_Bag Guardian 1d802b.yaml' - !include 'unpacked/Custom_Model_Bag Guardian 1d802b.yaml'
- !include 'unpacked/Custom_Model_Bag Mystic b4d9bf.yaml' - !include 'unpacked/Custom_Model_Bag Mystic b4d9bf.yaml'
@ -520,11 +519,10 @@ ObjectStates:
- !include 'unpacked/Custom_Model_Bag Seeker 5ec2fb.yaml' - !include 'unpacked/Custom_Model_Bag Seeker 5ec2fb.yaml'
- !include 'unpacked/Custom_Model_Bag Rogue 68d7b8.yaml' - !include 'unpacked/Custom_Model_Bag Rogue 68d7b8.yaml'
- !include 'unpacked/BlockRectangle 40dbd9.yaml' - !include 'unpacked/BlockRectangle 40dbd9.yaml'
- !include 'unpacked/Custom_Model_Bag Community-Created Investigators ed4ca7.yaml' - !include 'unpacked/Custom_Model_Bag Community-Created Player CardsInvestigators
ed4ca7.yaml'
- !include 'unpacked/Custom_Assetbundle_Bag Barkham Horror 308439.yaml' - !include 'unpacked/Custom_Assetbundle_Bag Barkham Horror 308439.yaml'
- !include 'unpacked/Custom_Token BlessCurse Token Manager 5933fb.yaml' - !include 'unpacked/Custom_Token BlessCurse Token Manager 5933fb.yaml'
- !include 'unpacked/Custom_Model_Bag Curse tokens bd0253.yaml'
- !include 'unpacked/Custom_Model_Bag Bless tokens afa06b.yaml'
- !include 'unpacked/3DText d861ca.yaml' - !include 'unpacked/3DText d861ca.yaml'
- !include 'unpacked/Custom_Model_Bag The Innsmouth Conspiracy 465aab.yaml' - !include 'unpacked/Custom_Model_Bag The Innsmouth Conspiracy 465aab.yaml'
- !include 'unpacked/Custom_Model_Bag The Innsmouth Conspiracy 10bd18.yaml' - !include 'unpacked/Custom_Model_Bag The Innsmouth Conspiracy 10bd18.yaml'
@ -537,10 +535,16 @@ ObjectStates:
- !include 'unpacked/Bag All Player Cards 15bb07.yaml' - !include 'unpacked/Bag All Player Cards 15bb07.yaml'
- !include 'unpacked/Bag Random Basic Weaknesses 770c4e.yaml' - !include 'unpacked/Bag Random Basic Weaknesses 770c4e.yaml'
- !include 'unpacked/Custom_Tile New Deck Importer edad66.yaml' - !include 'unpacked/Custom_Tile New Deck Importer edad66.yaml'
- !include 'unpacked/Custom_Model_Bag Artifact Expansion b43c9c.yaml' - !include 'unpacked/Custom_Model_Bag Bless tokens afa06b.yaml'
- !include 'unpacked/Deck a9ec03.yaml' - !include 'unpacked/Custom_Model_Bag Curse tokens bd0253.yaml'
- !include 'unpacked/Custom_Model Custom Data Helper c0b834.yaml' - !include 'unpacked/Custom_Tile 666973.yaml'
- !include 'unpacked/Notecard Arkham SCE 1.52 - 1252020 - Page 1 af01b8.yaml' - !include 'unpacked/Custom_Tile 39a22e.yaml'
- !include 'unpacked/Custom_Model_Bag Elspeth Baudin Custom Investigator 84c153.yaml'
- !include 'unpacked/Custom_Model_Bag Lola Hayes Rework 401b61.yaml'
- !include 'unpacked/Custom_Model_Bag Mass Effect Investigators 802bef.yaml'
- !include 'unpacked/Custom_Model_Bag Don''t Starve ffc7ef.yaml'
- !include 'unpacked/Custom_Model Custom Data Helper 2547b3.yaml'
- !include 'unpacked/Notecard Arkham SCE 1.5202 - 112021 - Page 1 af01b8.yaml'
PlayArea: 1.0 PlayArea: 1.0
PlayerCounts: PlayerCounts:
- 0 - 0
@ -549,7 +553,7 @@ PlayingTime:
- 0 - 0
- 0 - 0
Rules: '' Rules: ''
SaveName: Arkham SCE 1.52 SaveName: Arkham SCE 1.5202
Sky: Sky_Museum Sky: Sky_Museum
SkyURL: https://i.imgur.com/GkQqaOF.jpg SkyURL: https://i.imgur.com/GkQqaOF.jpg
SnapPoints: SnapPoints:

View File

@ -29,9 +29,9 @@ Text:
fontSize: 56 fontSize: 56
Tooltip: true Tooltip: true
Transform: Transform:
posX: 39.4 posX: 39.41
posY: 1.42 posY: 1.42
posZ: -13.28 posZ: -13.29
rotX: 90.0 rotX: 90.0
rotY: 90.0 rotY: 90.0
rotZ: 0.0 rotZ: 0.0

View File

@ -30,9 +30,9 @@ Text:
fontSize: 56 fontSize: 56
Tooltip: true Tooltip: true
Transform: Transform:
posX: -5.14 posX: -5.13
posY: 1.3 posY: 1.3
posZ: -69.08 posZ: -69.09
rotX: 90.0 rotX: 90.0
rotY: 90.17 rotY: 90.17
rotZ: 0.0 rotZ: 0.0

File diff suppressed because it is too large Load Diff

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: -50.58
posY: 3.48 posY: 3.2
posZ: -67.38 posZ: -73.69
rotX: 0.02 rotX: 0.87
rotY: 270.01 rotY: 269.97
rotZ: 180.02 rotZ: 359.54
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -1,22 +1,22 @@
Autoraise: true Autoraise: true
CardID: 447932 CardID: 266300
ColorDiffuse: ColorDiffuse:
b: 0.713235259 b: 0.713235259
g: 0.713235259 g: 0.713235259
r: 0.713235259 r: 0.713235259
CustomDeck: CustomDeck:
'4479': '2663':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025943109/9C5481E6DFEACD450C5522F884E615482281DDB1/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1656727601395908060/2C854B8E2CE1E420C9AEF246BE3EC4138B724C1B/
NumHeight: 7 NumHeight: 5
NumWidth: 10 NumWidth: 6
Type: 0 Type: 0
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: ebdd78 GUID: c32e40
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: -48.08
posY: 3.48 posY: 3.2
posZ: -67.38 posZ: -71.56
rotX: 0.02 rotX: 0.02
rotY: 270.01 rotY: 270.02
rotZ: 180.02 rotZ: 358.39
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -1,13 +1,13 @@
Autoraise: true Autoraise: true
CardID: 296500 CardID: 4000
ColorDiffuse: ColorDiffuse:
b: 0.713235259 b: 0.713235259
g: 0.713235259 g: 0.713235259
r: 0.713235259 r: 0.713235259
CustomDeck: CustomDeck:
'2965': '40':
BackIsHidden: true BackIsHidden: true
BackURL: http://cloud-3.steamusercontent.com/ugc/254843371583121486/AF36A64D6D25AEB0E50FB36B34AD2A95C2B485BF/ BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/87094793642329861/9768E9FE9C71E74721340D0D81607F534E54A3DE/ FaceURL: http://cloud-3.steamusercontent.com/ugc/87094793642329861/9768E9FE9C71E74721340D0D81607F534E54A3DE/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -16,11 +16,11 @@ CustomDeck:
Description: Ally. Believer. Description: Ally. Believer.
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: 1e7f1b GUID: a4b514
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
HideWhenFaceDown: true HideWhenFaceDown: false
IgnoreFoW: false IgnoreFoW: false
Locked: false Locked: false
LuaScript: '' LuaScript: ''
@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 8.45
posY: 3.48 posY: 3.15
posZ: -67.38 posZ: 49.42
rotX: 0.02 rotX: 359.98
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 180.01
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -8,7 +8,7 @@ CustomDeck:
'2321': '2321':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg BackURL: https://i.imgur.com/EcbhVuh.jpg
FaceURL: http://cloud-3.steamusercontent.com/ugc/1655599718154987334/4172D1B2D66D728529C6C37B43EA39E1BA7A9157/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1655600400212405700/559F1F3EF87BDF7F067F9B7011EDC3A6ACE71259/
NumHeight: 5 NumHeight: 5
NumWidth: 5 NumWidth: 5
Type: 0 Type: 0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: 10.0 posX: 0.0
posY: 0.0 posY: 1.5
posZ: 20.0 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.0 rotY: 270.0
rotZ: 0.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -0,0 +1,45 @@
Autoraise: true
CardID: 266301
ColorDiffuse:
b: 0.713235259
g: 0.713235259
r: 0.713235259
CustomDeck:
'2663':
BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1656727601395908060/2C854B8E2CE1E420C9AEF246BE3EC4138B724C1B/
NumHeight: 5
NumWidth: 6
Type: 0
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: ''
GUID: 3689dd
Grid: true
GridProjection: false
Hands: true
HideWhenFaceDown: true
IgnoreFoW: false
Locked: false
LuaScript: ''
LuaScriptState: ''
MeasureMovement: false
Name: Card
Nickname: Barricade (3)
SidewaysCard: false
Snap: true
Sticky: true
Tooltip: true
Transform:
posX: -45.92
posY: 2.85
posZ: -117.57
rotX: 0.02
rotY: 270.0
rotZ: 0.02
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
XmlUI: ''

View File

@ -0,0 +1,45 @@
Autoraise: true
CardID: 266329
ColorDiffuse:
b: 0.713235259
g: 0.713235259
r: 0.713235259
CustomDeck:
'2663':
BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1655600953065965648/5A0D88CCA811A490C2FEF2675A397E1CEE010870/
NumHeight: 4
NumWidth: 8
Type: 0
UniqueBack: false
Description: Shellblade Tribute
DragSelectable: true
GMNotes: ''
GUID: e89f48
Grid: true
GridProjection: false
Hands: true
HideWhenFaceDown: true
IgnoreFoW: false
Locked: false
LuaScript: ''
LuaScriptState: ''
MeasureMovement: false
Name: Card
Nickname: Blade of Ark'at
SidewaysCard: false
Snap: true
Sticky: true
Tooltip: true
Transform:
posX: 2.28
posY: 3.37
posZ: 32.6
rotX: 0.02
rotY: 270.0
rotZ: 0.02
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
XmlUI: ''

View File

@ -8,7 +8,7 @@ CustomDeck:
'2321': '2321':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg BackURL: https://i.imgur.com/EcbhVuh.jpg
FaceURL: http://cloud-3.steamusercontent.com/ugc/1655599718154987334/4172D1B2D66D728529C6C37B43EA39E1BA7A9157/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1655600400212405700/559F1F3EF87BDF7F067F9B7011EDC3A6ACE71259/
NumHeight: 5 NumHeight: 5
NumWidth: 5 NumWidth: 5
Type: 0 Type: 0

View File

@ -8,7 +8,7 @@ CustomDeck:
'2321': '2321':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg BackURL: https://i.imgur.com/EcbhVuh.jpg
FaceURL: http://cloud-3.steamusercontent.com/ugc/1655599718154987334/4172D1B2D66D728529C6C37B43EA39E1BA7A9157/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1655600400212405700/559F1F3EF87BDF7F067F9B7011EDC3A6ACE71259/
NumHeight: 5 NumHeight: 5
NumWidth: 5 NumWidth: 5
Type: 0 Type: 0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -1,45 +0,0 @@
Autoraise: true
CardID: 231723
ColorDiffuse:
b: 0.713235259
g: 0.713235259
r: 0.713235259
CustomDeck:
'2317':
BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg
FaceURL: http://cloud-3.steamusercontent.com/ugc/1655599718154966629/D2691F95F837F1FAF5C780BEA8BB354EBA56438B/
NumHeight: 5
NumWidth: 6
Type: 0
UniqueBack: false
Description: Interwoven Distortion
DragSelectable: true
GMNotes: ''
GUID: 4e1e79
Grid: true
GridProjection: false
Hands: true
HideWhenFaceDown: true
IgnoreFoW: false
Locked: false
LuaScript: ''
LuaScriptState: ''
MeasureMovement: false
Name: Card
Nickname: Cloak of the Outer Realm
SidewaysCard: false
Snap: true
Sticky: true
Tooltip: true
Transform:
posX: 78.89
posY: 3.29
posZ: -3.07
rotX: 358.21
rotY: 270.06
rotZ: 356.77
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
XmlUI: ''

View File

@ -0,0 +1,45 @@
Autoraise: true
CardID: 266326
ColorDiffuse:
b: 0.713235259
g: 0.713235259
r: 0.713235259
CustomDeck:
'2663':
BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1655600953065965648/5A0D88CCA811A490C2FEF2675A397E1CEE010870/
NumHeight: 4
NumWidth: 8
Type: 0
UniqueBack: false
Description: Interwoven Distortion
DragSelectable: true
GMNotes: ''
GUID: e4ab48
Grid: true
GridProjection: false
Hands: true
HideWhenFaceDown: true
IgnoreFoW: false
Locked: false
LuaScript: ''
LuaScriptState: ''
MeasureMovement: false
Name: Card
Nickname: Cloak of the Outer Realm
SidewaysCard: false
Snap: true
Sticky: true
Tooltip: true
Transform:
posX: 0.72
posY: 3.32
posZ: 44.07
rotX: 0.02
rotY: 270.0
rotZ: 0.02
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
XmlUI: ''

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -0,0 +1,65 @@
VALID_TOKENS = {
["+1"]=true,
["Elder Sign"]=true
}
function onload()
chaosbag = getChaosBag()
sealedTokens = { }
IMAGE_TOKEN_MAP = { }
for i,v in pairs(Global.getVar("IMAGE_TOKEN_MAP")) do
IMAGE_TOKEN_MAP[i] = v
end
-- add menu items
self.clearContextMenu()
self.addContextMenuItem("Release Token", releaseTokens)
for url,name in pairs(IMAGE_TOKEN_MAP) do
if VALID_TOKENS[name] ~= nil then
self.addContextMenuItem("Seal " .. name, function(playerColor) sealToken(url, playerColor) end)
end
end
end
function sealToken(url, playerColor)
local pos = self.getPosition()
local name = IMAGE_TOKEN_MAP[url]
for i,obj in ipairs(chaosbag.getObjects()) do
if obj.name == name then
chaosbag.takeObject({
position={ pos.x, pos.y + 1, pos.z },
index=i-1,
smooth=false,
callback_function=_sealToken
})
return
end
end
printToColor(name .. " token not found in bag", playerColor)
end
function _sealToken(obj)
table.insert(sealedTokens, obj)
end
function releaseTokens(playerColor)
printToColor("Releasing token", playerColor)
for i,obj in ipairs(sealedTokens) do
chaosbag.putObject(obj)
end
sealedTokens = { }
end
function getChaosBag()
local items = getObjectFromGUID("83ef06").getObjects()
local chaosbag = nil
for i,v in ipairs(items) do
if v.getDescription() == "Chaos Bag" then
chaosbag = getObjectFromGUID(v.getGUID())
break
end
end
if chaosbag == nil then printToAll("No chaos bag found") end
return chaosbag
end

View File

@ -16,14 +16,14 @@ CustomDeck:
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: 8f871b GUID: 949ca2
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
HideWhenFaceDown: true HideWhenFaceDown: true
IgnoreFoW: false IgnoreFoW: false
Locked: false Locked: false
LuaScript: '' LuaScript: !include 'Card Crystalline Elder Sign (3) 949ca2.ttslua'
LuaScriptState: '' LuaScriptState: ''
MeasureMovement: false MeasureMovement: false
Name: Card Name: Card
@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: -5.44
posY: 3.48 posY: 3.38
posZ: -67.38 posZ: -43.47
rotX: 0.02 rotX: 0.0
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 180.0
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -1,13 +1,13 @@
Autoraise: true Autoraise: true
CardID: 297101 CardID: 8901
ColorDiffuse: ColorDiffuse:
b: 0.713235259 b: 0.713235259
g: 0.713235259 g: 0.713235259
r: 0.713235259 r: 0.713235259
CustomDeck: CustomDeck:
'2971': '89':
BackIsHidden: true BackIsHidden: true
BackURL: http://cloud-3.steamusercontent.com/ugc/254843371583121486/AF36A64D6D25AEB0E50FB36B34AD2A95C2B485BF/ BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/138879070086634183/2856A2C2077CFA2C61B9EF2498CAE6865024DB72/ FaceURL: http://cloud-3.steamusercontent.com/ugc/138879070086634183/2856A2C2077CFA2C61B9EF2498CAE6865024DB72/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -16,7 +16,7 @@ CustomDeck:
Description: Curse. Description: Curse.
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: 569b06 GUID: 2e33f7
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 79.11
posY: 3.48 posY: 3.28
posZ: -67.38 posZ: -1.72
rotX: 0.02 rotX: 359.05
rotY: 270.01 rotY: 270.05
rotZ: 180.02 rotZ: 176.2
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -1,22 +1,22 @@
Autoraise: true Autoraise: true
CardID: 370422 CardID: 266321
ColorDiffuse: ColorDiffuse:
b: 0.713235259 b: 0.713235259
g: 0.713235259 g: 0.713235259
r: 0.713235259 r: 0.713235259
CustomDeck: CustomDeck:
'3704': '2663':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1656727601395908060/2C854B8E2CE1E420C9AEF246BE3EC4138B724C1B/
NumHeight: 7 NumHeight: 5
NumWidth: 10 NumWidth: 6
Type: 0 Type: 0
UniqueBack: false UniqueBack: false
Description: Signature Description: Signature
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: 321cb7 GUID: 96c9be
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
@ -33,11 +33,11 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -2.8 posX: -40.11
posY: 3.19 posY: 3.17
posZ: -74.15 posZ: -75.49
rotX: 0.02 rotX: 0.02
rotY: 270.01 rotY: 270.0
rotZ: 0.02 rotZ: 0.02
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -0,0 +1,81 @@
function onload()
mode = "Curse"
chaosbag = getChaosBag()
manager = getObjectFromGUID("5933fb")
sealedTokens = { }
IMAGE_TOKEN_MAP = { }
for i,v in pairs(Global.getVar("IMAGE_TOKEN_MAP")) do
IMAGE_TOKEN_MAP[i] = v
end
-- add menu items
self.clearContextMenu()
self.addContextMenuItem("Release Token", releaseTokens, true)
for url,name in pairs(IMAGE_TOKEN_MAP) do
if name == mode then
self.addContextMenuItem("Seal " .. mode, function(playerColor) sealToken(url, playerColor) end, true)
end
end
end
function sealToken(url, playerColor)
local pos = self.getPosition()
local name = IMAGE_TOKEN_MAP[url]
for i,obj in ipairs(chaosbag.getObjects()) do
if obj.name == name then
chaosbag.takeObject({
position={ pos.x, pos.y + 1, pos.z },
index=i-1,
smooth=false,
callback_function=_sealToken
})
return
end
end
printToColor(name .. " token not found in bag", playerColor)
end
function _sealToken(obj)
table.insert(sealedTokens, obj)
local guid = obj.getGUID()
local tokensTaken = manager.getVar("tokensTaken")
table.insert(tokensTaken[mode], guid)
manager.setVar("tokensTaken", tokensTaken)
manager.setVar("mode", mode)
printToAll("Sealing " .. mode .. " token " .. manager.call("getTokenCount"))
end
function releaseTokens(playerColor)
if #sealedTokens == 0 then return end
local token = sealedTokens[#sealedTokens]
if token ~= nil then
local guid = token.getGUID()
chaosbag.putObject(token)
local tokensTaken = manager.getVar("tokensTaken")
for i,v in ipairs(tokensTaken[mode]) do
if v == guid then
table.remove(tokensTaken[mode], i)
break
end
end
manager.setVar("tokensTaken", tokensTaken)
manager.setVar("mode", mode)
printToAll("Releasing " .. mode .. " token" .. manager.call("getTokenCount"))
end
table.remove(sealedTokens)
end
function getChaosBag()
local items = getObjectFromGUID("83ef06").getObjects()
local chaosbag = nil
for i,v in ipairs(items) do
if v.getDescription() == "Chaos Bag" then
chaosbag = getObjectFromGUID(v.getGUID())
break
end
end
if chaosbag == nil then printToAll("No chaos bag found") end
return chaosbag
end

View File

@ -1,11 +1,11 @@
Autoraise: true Autoraise: true
CardID: 266320 CardID: 554120
ColorDiffuse: ColorDiffuse:
b: 0.713235259 b: 0.713235259
g: 0.713235259 g: 0.713235259
r: 0.713235259 r: 0.713235259
CustomDeck: CustomDeck:
'2663': '5541':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/
@ -16,14 +16,14 @@ CustomDeck:
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: b2b554 GUID: 272e6c
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
HideWhenFaceDown: true HideWhenFaceDown: true
IgnoreFoW: false IgnoreFoW: false
Locked: false Locked: false
LuaScript: '' LuaScript: !include 'Card Dark Ritual 272e6c.ttslua'
LuaScriptState: '' LuaScriptState: ''
MeasureMovement: false MeasureMovement: false
Name: Card Name: Card
@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 93.33
posY: 3.48 posY: 2.84
posZ: -67.38 posZ: -83.42
rotX: 0.02 rotX: 0.0
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 180.0
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: 10.0 posX: 0.0
posY: 0.0 posY: 1.5
posZ: 20.0 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.0 rotY: 270.0
rotZ: 0.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -0,0 +1,60 @@
function onload()
chaosbag = getChaosBag()
sealedTokens = { }
IMAGE_TOKEN_MAP = { }
for i,v in pairs(Global.getVar("IMAGE_TOKEN_MAP")) do
IMAGE_TOKEN_MAP[i] = v
end
-- add menu items
self.clearContextMenu()
self.addContextMenuItem("Release Token", releaseTokens)
for url,name in pairs(IMAGE_TOKEN_MAP) do
if name == "Elder Sign" then
self.addContextMenuItem("Seal Elder Sign", function(playerColor) sealToken(url, playerColor) end)
end
end
end
function sealToken(url, playerColor)
local pos = self.getPosition()
local name = IMAGE_TOKEN_MAP[url]
for i,obj in ipairs(chaosbag.getObjects()) do
if obj.name == name then
chaosbag.takeObject({
position={ pos.x, pos.y + 1, pos.z },
index=i-1,
smooth=false,
callback_function=_sealToken
})
return
end
end
printToColor(name .. " token not found in bag", playerColor)
end
function _sealToken(obj)
table.insert(sealedTokens, obj)
end
function releaseTokens(playerColor)
printToColor("Releasing token", playerColor)
for i,obj in ipairs(sealedTokens) do
chaosbag.putObject(obj)
end
sealedTokens = { }
end
function getChaosBag()
local items = getObjectFromGUID("83ef06").getObjects()
local chaosbag = nil
for i,v in ipairs(items) do
if v.getDescription() == "Chaos Bag" then
chaosbag = getObjectFromGUID(v.getGUID())
break
end
end
if chaosbag == nil then printToAll("No chaos bag found") end
return chaosbag
end

View File

@ -16,14 +16,14 @@ CustomDeck:
Description: Basic Weakness Description: Basic Weakness
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: a9d77d GUID: e701af
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
HideWhenFaceDown: true HideWhenFaceDown: true
IgnoreFoW: false IgnoreFoW: false
Locked: false Locked: false
LuaScript: '' LuaScript: !include 'Card Day of Reckoning e701af.ttslua'
LuaScriptState: '' LuaScriptState: ''
MeasureMovement: false MeasureMovement: false
Name: Card Name: Card
@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: 10.0 posX: -5.24
posY: 0.0 posY: 3.2
posZ: 20.0 posZ: -48.3
rotX: 0.02 rotX: 359.92
rotY: 270.0 rotY: 270.0
rotZ: 0.02 rotZ: 180.02
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -1,45 +0,0 @@
Autoraise: true
CardID: 232900
ColorDiffuse:
b: 0.713235259
g: 0.713235259
r: 0.713235259
CustomDeck:
'2329':
BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg
FaceURL: http://cloud-3.steamusercontent.com/ugc/782999241295993974/70871F727ABBAB3DB22003051B5E1FBF8999AEEB/
NumHeight: 7
NumWidth: 10
Type: 0
UniqueBack: false
Description: The Head Librarian
DragSelectable: true
GMNotes: ''
GUID: 66197b
Grid: true
GridProjection: false
Hands: true
HideWhenFaceDown: true
IgnoreFoW: false
Locked: false
LuaScript: ''
LuaScriptState: ''
MeasureMovement: false
Name: Card
Nickname: Dr. Henry Armitage
SidewaysCard: false
Snap: true
Sticky: true
Tooltip: true
Transform:
posX: -66.06
posY: 3.48
posZ: -67.38
rotX: 0.02
rotY: 270.01
rotZ: 180.02
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
XmlUI: ''

View File

@ -0,0 +1,45 @@
Autoraise: true
CardID: 266313
ColorDiffuse:
b: 0.713235259
g: 0.713235259
r: 0.713235259
CustomDeck:
'2663':
BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1656727601395908060/2C854B8E2CE1E420C9AEF246BE3EC4138B724C1B/
NumHeight: 5
NumWidth: 6
Type: 0
UniqueBack: false
Description: The Head Librarian
DragSelectable: true
GMNotes: ''
GUID: 9229a8
Grid: true
GridProjection: false
Hands: true
HideWhenFaceDown: true
IgnoreFoW: false
Locked: false
LuaScript: ''
LuaScriptState: ''
MeasureMovement: false
Name: Card
Nickname: Dr. Henry Armitage
SidewaysCard: false
Snap: true
Sticky: true
Tooltip: true
Transform:
posX: -37.52
posY: 2.84
posZ: -98.14
rotX: 0.02
rotY: 270.04
rotZ: 0.02
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
XmlUI: ''

View File

@ -1,22 +1,22 @@
Autoraise: true Autoraise: true
CardID: 368423 CardID: 266302
ColorDiffuse: ColorDiffuse:
b: 0.713235259 b: 0.713235259
g: 0.713235259 g: 0.713235259
r: 0.713235259 r: 0.713235259
CustomDeck: CustomDeck:
'3684': '2663':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956220005/42E220A3221D2BFA22F1B3A71EEE346A8B0AAD77/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1656727601395908060/2C854B8E2CE1E420C9AEF246BE3EC4138B724C1B/
NumHeight: 7 NumHeight: 5
NumWidth: 10 NumWidth: 6
Type: 0 Type: 0
UniqueBack: false UniqueBack: false
Description: Working on Something Big Description: Working on Something Big
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: 234ff6 GUID: 14d04f
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: -55.28
posY: 3.48 posY: 3.21
posZ: -67.38 posZ: -85.91
rotX: 0.02 rotX: 0.02
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 357.72
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -1,22 +1,22 @@
Autoraise: true Autoraise: true
CardID: 431111 CardID: 266303
ColorDiffuse: ColorDiffuse:
b: 0.713235259 b: 0.713235259
g: 0.713235259 g: 0.713235259
r: 0.713235259 r: 0.713235259
CustomDeck: CustomDeck:
'4311': '2663':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/775107869048626382/DA1F5817A4067A74D883201F1AFAC096646A455B/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1656727601395908060/2C854B8E2CE1E420C9AEF246BE3EC4138B724C1B/
NumHeight: 7 NumHeight: 5
NumWidth: 10 NumWidth: 6
Type: 0 Type: 0
UniqueBack: false UniqueBack: false
Description: Basic Weakness Description: Basic Weakness
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: 3b3c0a GUID: 438cca
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: -39.53
posY: 3.48 posY: 3.17
posZ: -67.38 posZ: -94.75
rotX: 0.02 rotX: 0.02
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 0.02
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -0,0 +1,45 @@
Autoraise: true
CardID: 266328
ColorDiffuse:
b: 0.713235259
g: 0.713235259
r: 0.713235259
CustomDeck:
'2663':
BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1655600953065965648/5A0D88CCA811A490C2FEF2675A397E1CEE010870/
NumHeight: 4
NumWidth: 8
Type: 0
UniqueBack: false
Description: Gift of the Void
DragSelectable: true
GMNotes: ''
GUID: 1a94ad
Grid: true
GridProjection: false
Hands: true
HideWhenFaceDown: true
IgnoreFoW: false
Locked: false
LuaScript: ''
LuaScriptState: ''
MeasureMovement: false
Name: Card
Nickname: Dreaded End
SidewaysCard: false
Snap: true
Sticky: true
Tooltip: true
Transform:
posX: 3.47
posY: 3.37
posZ: 37.32
rotX: 0.02
rotY: 270.0
rotZ: 0.02
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
XmlUI: ''

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -1,22 +1,22 @@
Autoraise: true Autoraise: true
CardID: 430907 CardID: 266304
ColorDiffuse: ColorDiffuse:
b: 0.713235259 b: 0.713235259
g: 0.713235259 g: 0.713235259
r: 0.713235259 r: 0.713235259
CustomDeck: CustomDeck:
'4309': '2663':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1656727601395908060/2C854B8E2CE1E420C9AEF246BE3EC4138B724C1B/
NumHeight: 7 NumHeight: 5
NumWidth: 10 NumWidth: 6
Type: 0 Type: 0
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: ff3f17 GUID: 24eb36
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: -50.23
posY: 3.48 posY: 3.17
posZ: -67.38 posZ: -85.58
rotX: 0.02 rotX: 0.02
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 0.02
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -36,9 +36,9 @@ Transform:
posX: 0.0 posX: 0.0
posY: 1.5 posY: 1.5
posZ: 0.0 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.0 rotY: 270.0
rotZ: 0.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -1,22 +1,22 @@
Autoraise: true Autoraise: true
CardID: 231727 CardID: 266330
ColorDiffuse: ColorDiffuse:
b: 0.713235259 b: 0.713235259
g: 0.713235259 g: 0.713235259
r: 0.713235259 r: 0.713235259
CustomDeck: CustomDeck:
'2317': '2663':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1655599718154966629/D2691F95F837F1FAF5C780BEA8BB354EBA56438B/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1655600953065965648/5A0D88CCA811A490C2FEF2675A397E1CEE010870/
NumHeight: 5 NumHeight: 4
NumWidth: 6 NumWidth: 8
Type: 0 Type: 0
UniqueBack: false UniqueBack: false
Description: Mask of the Burning Pit Description: Mask of the Burning Pit
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: 19094d GUID: a4775a
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: 78.51 posX: 3.47
posY: 3.35 posY: 3.37
posZ: -3.38 posZ: 33.36
rotX: 359.95 rotX: 0.0
rotY: 270.0 rotY: 270.0
rotZ: 359.84 rotZ: 0.0
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -36,9 +36,9 @@ Transform:
posX: 0.0 posX: 0.0
posY: 1.5 posY: 1.5
posZ: 0.0 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.0 rotY: 270.0
rotZ: 0.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -1,22 +1,22 @@
Autoraise: true Autoraise: true
CardID: 231725 CardID: 232103
ColorDiffuse: ColorDiffuse:
b: 0.713235259 b: 0.713235259
g: 0.713235259 g: 0.713235259
r: 0.713235259 r: 0.713235259
CustomDeck: CustomDeck:
'2317': '2321':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg BackURL: https://i.imgur.com/EcbhVuh.jpg
FaceURL: http://cloud-3.steamusercontent.com/ugc/1655599718154966629/D2691F95F837F1FAF5C780BEA8BB354EBA56438B/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1655600400212405700/559F1F3EF87BDF7F067F9B7011EDC3A6ACE71259/
NumHeight: 5 NumHeight: 5
NumWidth: 6 NumWidth: 5
Type: 0 Type: 0
UniqueBack: false UniqueBack: false
Description: Gift of the Void Description: ''
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: 4b2e72 GUID: b7c316
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
@ -27,18 +27,18 @@ LuaScript: ''
LuaScriptState: '' LuaScriptState: ''
MeasureMovement: false MeasureMovement: false
Name: Card Name: Card
Nickname: Dreaded End Nickname: Gaze of Ouraxsh (2)
SidewaysCard: false SidewaysCard: false
Snap: true Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: 78.32 posX: 76.66
posY: 3.32 posY: 48.32
posZ: -3.01 posZ: 7.42
rotX: 0.26 rotX: 359.98
rotY: 270.0 rotY: 180.0
rotZ: 358.1 rotZ: 0.01
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -0,0 +1,45 @@
Autoraise: true
CardID: 266305
ColorDiffuse:
b: 0.713235259
g: 0.713235259
r: 0.713235259
CustomDeck:
'2663':
BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1656727601395908060/2C854B8E2CE1E420C9AEF246BE3EC4138B724C1B/
NumHeight: 5
NumWidth: 6
Type: 0
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: ''
GUID: 9375f4
Grid: true
GridProjection: false
Hands: true
HideWhenFaceDown: true
IgnoreFoW: false
Locked: false
LuaScript: ''
LuaScriptState: ''
MeasureMovement: false
Name: Card
Nickname: Guiding Spirit (1)
SidewaysCard: false
Snap: true
Sticky: true
Tooltip: true
Transform:
posX: -56.85
posY: 3.16
posZ: -92.16
rotX: 0.02
rotY: 270.0
rotZ: 0.02
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
XmlUI: ''

View File

@ -1,45 +0,0 @@
Autoraise: true
CardID: 293014
ColorDiffuse:
b: 0.713235259
g: 0.713235259
r: 0.713235259
CustomDeck:
'2930':
BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025946328/561232524C8EAA4B4371B28652F78969E6ED6FFB/
NumHeight: 7
NumWidth: 10
Type: 0
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: ''
GUID: f91e14
Grid: true
GridProjection: false
Hands: true
HideWhenFaceDown: true
IgnoreFoW: false
Locked: false
LuaScript: ''
LuaScriptState: ''
MeasureMovement: false
Name: Card
Nickname: Guiding Spirit (1)
SidewaysCard: false
Snap: true
Sticky: true
Tooltip: true
Transform:
posX: -66.06
posY: 3.48
posZ: -67.38
rotX: 0.02
rotY: 270.01
rotZ: 180.02
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
XmlUI: ''

View File

@ -1,22 +1,22 @@
Autoraise: true Autoraise: true
CardID: 230626 CardID: 266322
ColorDiffuse: ColorDiffuse:
b: 0.713235259 b: 0.713235259
g: 0.713235259 g: 0.713235259
r: 0.713235259 r: 0.713235259
CustomDeck: CustomDeck:
'2306': '2663':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1656727601395908060/2C854B8E2CE1E420C9AEF246BE3EC4138B724C1B/
NumHeight: 7 NumHeight: 5
NumWidth: 10 NumWidth: 6
Type: 0 Type: 0
UniqueBack: false UniqueBack: false
Description: Artifact from Another Life Description: Artifact from Another Life
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: 23c694 GUID: e929f9
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -61.68 posX: -32.4
posY: 3.34 posY: 3.16
posZ: -62.66 posZ: -92.02
rotX: 357.37 rotX: 0.02
rotY: 269.99 rotY: 270.0
rotZ: 1.44 rotZ: 0.02
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -36,9 +36,9 @@ Transform:
posX: 0.0 posX: 0.0
posY: 1.5 posY: 1.5
posZ: 0.0 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.0 rotY: 270.0
rotZ: 0.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -8,7 +8,7 @@ CustomDeck:
'2321': '2321':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg BackURL: https://i.imgur.com/EcbhVuh.jpg
FaceURL: http://cloud-3.steamusercontent.com/ugc/1655599718154987334/4172D1B2D66D728529C6C37B43EA39E1BA7A9157/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1655600400212405700/559F1F3EF87BDF7F067F9B7011EDC3A6ACE71259/
NumHeight: 5 NumHeight: 5
NumWidth: 5 NumWidth: 5
Type: 0 Type: 0

View File

@ -1,22 +1,22 @@
Autoraise: true Autoraise: true
CardID: 368427 CardID: 266306
ColorDiffuse: ColorDiffuse:
b: 0.713235259 b: 0.713235259
g: 0.713235259 g: 0.713235259
r: 0.713235259 r: 0.713235259
CustomDeck: CustomDeck:
'3684': '2663':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956220005/42E220A3221D2BFA22F1B3A71EEE346A8B0AAD77/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1656727601395908060/2C854B8E2CE1E420C9AEF246BE3EC4138B724C1B/
NumHeight: 7 NumHeight: 5
NumWidth: 10 NumWidth: 6
Type: 0 Type: 0
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: c18ebe GUID: 147cb2
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: -43.82
posY: 3.48 posY: 3.17
posZ: -67.38 posZ: -93.44
rotX: 0.02 rotX: 0.02
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 0.02
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -1,22 +1,22 @@
Autoraise: true Autoraise: true
CardID: 315244 CardID: 266307
ColorDiffuse: ColorDiffuse:
b: 0.713235259 b: 0.713235259
g: 0.713235259 g: 0.713235259
r: 0.713235259 r: 0.713235259
CustomDeck: CustomDeck:
'3152': '2663':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860672861853482/578CFD93B087B0ADA085E7A99062E6191772D6BD/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1656727601395908060/2C854B8E2CE1E420C9AEF246BE3EC4138B724C1B/
NumHeight: 7 NumHeight: 5
NumWidth: 10 NumWidth: 6
Type: 0 Type: 0
UniqueBack: false UniqueBack: false
Description: '... Or Are They?' Description: '... Or Are They?'
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: 9dd911 GUID: 07b163
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: -42.81
posY: 3.48 posY: 3.17
posZ: -67.38 posZ: -90.45
rotX: 0.02 rotX: 0.02
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 0.02
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -1,22 +1,22 @@
Autoraise: true Autoraise: true
CardID: 231726 CardID: 232110
ColorDiffuse: ColorDiffuse:
b: 0.713235259 b: 0.713235259
g: 0.713235259 g: 0.713235259
r: 0.713235259 r: 0.713235259
CustomDeck: CustomDeck:
'2317': '2321':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg BackURL: https://i.imgur.com/EcbhVuh.jpg
FaceURL: http://cloud-3.steamusercontent.com/ugc/1655599718154966629/D2691F95F837F1FAF5C780BEA8BB354EBA56438B/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1655600400212405700/559F1F3EF87BDF7F067F9B7011EDC3A6ACE71259/
NumHeight: 5 NumHeight: 5
NumWidth: 6 NumWidth: 5
Type: 0 Type: 0
UniqueBack: false UniqueBack: false
Description: Shellblade Tribute Description: ''
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: db8043 GUID: 5606b3
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
@ -27,18 +27,18 @@ LuaScript: ''
LuaScriptState: '' LuaScriptState: ''
MeasureMovement: false MeasureMovement: false
Name: Card Name: Card
Nickname: Blade of Ark'at Nickname: Manipulate Destiny (2)
SidewaysCard: false SidewaysCard: false
Snap: true Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: 78.6 posX: 76.49
posY: 3.29 posY: 24.6
posZ: -2.99 posZ: 10.07
rotX: 359.4 rotX: 359.98
rotY: 270.03 rotY: 180.0
rotZ: 356.03 rotZ: 0.01
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -1,13 +1,13 @@
Autoraise: true Autoraise: true
CardID: 296704 CardID: 296804
ColorDiffuse: ColorDiffuse:
b: 0.713235259 b: 0.713235259
g: 0.713235259 g: 0.713235259
r: 0.713235259 r: 0.713235259
CustomDeck: CustomDeck:
'2967': '2968':
BackIsHidden: true BackIsHidden: true
BackURL: http://cloud-3.steamusercontent.com/ugc/254843371583121486/AF36A64D6D25AEB0E50FB36B34AD2A95C2B485BF/ BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/138879070086634183/2856A2C2077CFA2C61B9EF2498CAE6865024DB72/ FaceURL: http://cloud-3.steamusercontent.com/ugc/138879070086634183/2856A2C2077CFA2C61B9EF2498CAE6865024DB72/
NumHeight: 7 NumHeight: 7
NumWidth: 10 NumWidth: 10
@ -16,7 +16,7 @@ CustomDeck:
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: ab08e0 GUID: a49751
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
@ -33,10 +33,10 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: 46.15 posX: -24.86
posY: 3.18 posY: 3.14
posZ: -57.8 posZ: 94.31
rotX: 359.92 rotX: 0.02
rotY: 270.01 rotY: 270.01
rotZ: 0.02 rotZ: 0.02
scaleX: 1.0 scaleX: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -1,22 +1,22 @@
Autoraise: true Autoraise: true
CardID: 369424 CardID: 266323
ColorDiffuse: ColorDiffuse:
b: 0.713235259 b: 0.713235259
g: 0.713235259 g: 0.713235259
r: 0.713235259 r: 0.713235259
CustomDeck: CustomDeck:
'3694': '2663':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1656727601395908060/2C854B8E2CE1E420C9AEF246BE3EC4138B724C1B/
NumHeight: 7 NumHeight: 5
NumWidth: 10 NumWidth: 6
Type: 0 Type: 0
UniqueBack: false UniqueBack: false
Description: Signature Description: Signature
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: f7095f GUID: ea6d44
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: 76.49 posX: -43.43
posY: 30.61 posY: 3.17
posZ: -3.49 posZ: -73.1
rotX: 359.99 rotX: 0.02
rotY: 270.0 rotY: 270.0
rotZ: 359.98 rotZ: 0.02
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -16,7 +16,7 @@ CustomDeck:
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: 7f1927 GUID: adf028
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: 51.53 posX: 9.96
posY: 3.99 posY: 3.17
posZ: 0.85 posZ: 51.5
rotX: 359.99 rotX: 359.21
rotY: 270.0 rotY: 270.0
rotZ: 359.98 rotZ: 180.03
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -1,45 +0,0 @@
Autoraise: true
CardID: 231724
ColorDiffuse:
b: 0.713235259
g: 0.713235259
r: 0.713235259
CustomDeck:
'2317':
BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg
FaceURL: http://cloud-3.steamusercontent.com/ugc/1655599718154966629/D2691F95F837F1FAF5C780BEA8BB354EBA56438B/
NumHeight: 5
NumWidth: 6
Type: 0
UniqueBack: false
Description: Doorway to Another World
DragSelectable: true
GMNotes: ''
GUID: 1ab785
Grid: true
GridProjection: false
Hands: true
HideWhenFaceDown: true
IgnoreFoW: false
Locked: false
LuaScript: ''
LuaScriptState: ''
MeasureMovement: false
Name: Card
Nickname: Pocket Portal
SidewaysCard: false
Snap: true
Sticky: true
Tooltip: true
Transform:
posX: 78.27
posY: 3.31
posZ: -3.24
rotX: 1.04
rotY: 269.97
rotZ: 357.4
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
XmlUI: ''

View File

@ -0,0 +1,45 @@
Autoraise: true
CardID: 266327
ColorDiffuse:
b: 0.713235259
g: 0.713235259
r: 0.713235259
CustomDeck:
'2663':
BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1655600953065965648/5A0D88CCA811A490C2FEF2675A397E1CEE010870/
NumHeight: 4
NumWidth: 8
Type: 0
UniqueBack: false
Description: Doorway to Another World
DragSelectable: true
GMNotes: ''
GUID: 35e8e2
Grid: true
GridProjection: false
Hands: true
HideWhenFaceDown: true
IgnoreFoW: false
Locked: false
LuaScript: ''
LuaScriptState: ''
MeasureMovement: false
Name: Card
Nickname: Pocket Portal
SidewaysCard: false
Snap: true
Sticky: true
Tooltip: true
Transform:
posX: 10.25
posY: 3.82
posZ: 36.93
rotX: 0.02
rotY: 270.0
rotZ: 0.02
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
XmlUI: ''

View File

@ -8,7 +8,7 @@ CustomDeck:
'2321': '2321':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg BackURL: https://i.imgur.com/EcbhVuh.jpg
FaceURL: http://cloud-3.steamusercontent.com/ugc/1655599718154987334/4172D1B2D66D728529C6C37B43EA39E1BA7A9157/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1655600400212405700/559F1F3EF87BDF7F067F9B7011EDC3A6ACE71259/
NumHeight: 5 NumHeight: 5
NumWidth: 5 NumWidth: 5
Type: 0 Type: 0

View File

@ -0,0 +1,75 @@
function onload()
chaosbag = getChaosBag()
sealedTokens = { }
IMAGE_TOKEN_MAP = { }
for i,v in pairs(Global.getVar("IMAGE_TOKEN_MAP")) do
IMAGE_TOKEN_MAP[i] = v
end
readBag()
end
function readBag(playerColor)
if playerColor ~= nil then
printToColor("Reading chaos bag", playerColor)
end
local tokensInBag = { }
for i,token in ipairs(chaosbag.getObjects()) do
if token.name ~= nil and token.name ~= "" then
tokensInBag[token.name] = true
end
end
-- add menu items
self.clearContextMenu()
self.addContextMenuItem("Release Token", releaseTokens)
for url,name in pairs(IMAGE_TOKEN_MAP) do
if tokensInBag[name] and name ~= "Auto-fail" then
self.addContextMenuItem("Seal " .. name, function(playerColor) sealToken(url, playerColor) end)
end
end
self.addContextMenuItem("Read Chaos Bag", readBag)
end
function sealToken(url, playerColor)
local pos = self.getPosition()
local name = IMAGE_TOKEN_MAP[url]
for i,obj in ipairs(chaosbag.getObjects()) do
if obj.name == name then
chaosbag.takeObject({
position={ pos.x, pos.y + 1, pos.z },
index=i-1,
smooth=false,
callback_function=_sealToken
})
return
end
end
printToColor(name .. " token not found in bag", playerColor)
end
function _sealToken(obj)
table.insert(sealedTokens, obj)
end
function releaseTokens(playerColor)
printToColor("Releasing token", playerColor)
for i,obj in ipairs(sealedTokens) do
chaosbag.putObject(obj)
end
sealedTokens = { }
end
function getChaosBag()
local items = getObjectFromGUID("83ef06").getObjects()
local chaosbag = nil
for i,v in ipairs(items) do
if v.getDescription() == "Chaos Bag" then
chaosbag = getObjectFromGUID(v.getGUID())
break
end
end
if chaosbag == nil then printToAll("No chaos bag found") end
return chaosbag
end

View File

@ -16,14 +16,14 @@ CustomDeck:
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: '599209' GUID: 0fd4ae
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
HideWhenFaceDown: true HideWhenFaceDown: true
IgnoreFoW: false IgnoreFoW: false
Locked: false Locked: false
LuaScript: '' LuaScript: !include 'Card Protective Incantation (1) 0fd4ae.ttslua'
LuaScriptState: '' LuaScriptState: ''
MeasureMovement: false MeasureMovement: false
Name: Card Name: Card
@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: -0.61
posY: 3.48 posY: 3.37
posZ: -67.38 posZ: -43.95
rotX: 0.02 rotX: 0.0
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 180.0
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -0,0 +1,45 @@
Autoraise: true
CardID: 232101
ColorDiffuse:
b: 0.713235259
g: 0.713235259
r: 0.713235259
CustomDeck:
'2321':
BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg
FaceURL: http://cloud-3.steamusercontent.com/ugc/1655600400212405700/559F1F3EF87BDF7F067F9B7011EDC3A6ACE71259/
NumHeight: 5
NumWidth: 5
Type: 0
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: ''
GUID: 3a726b
Grid: true
GridProjection: false
Hands: true
HideWhenFaceDown: true
IgnoreFoW: false
Locked: false
LuaScript: ''
LuaScriptState: ''
MeasureMovement: false
Name: Card
Nickname: Radiant Smite (1)
SidewaysCard: false
Snap: true
Sticky: true
Tooltip: true
Transform:
posX: 76.53
posY: 48.32
posZ: 10.33
rotX: 359.98
rotY: 180.0
rotZ: 0.01
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
XmlUI: ''

View File

@ -1,22 +1,22 @@
Autoraise: true Autoraise: true
CardID: 266200 CardID: 266324
ColorDiffuse: ColorDiffuse:
b: 0.713235259 b: 0.713235259
g: 0.713235259 g: 0.713235259
r: 0.713235259 r: 0.713235259
CustomDeck: CustomDeck:
'2662': '2663':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1546380927206250326/18BF6D2B2BBFDDBE5B021A46C310E4F45493EC26/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1656727601395908060/2C854B8E2CE1E420C9AEF246BE3EC4138B724C1B/
NumHeight: 7 NumHeight: 5
NumWidth: 10 NumWidth: 6
Type: 0 Type: 0
UniqueBack: false UniqueBack: false
Description: Concerned Brother Description: Concerned Brother
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: 1bfb78 GUID: 1f50e9
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
@ -33,9 +33,9 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -37.62 posX: -44.68
posY: 3.17 posY: 3.17
posZ: -80.71 posZ: -84.66
rotX: 0.02 rotX: 0.02
rotY: 270.0 rotY: 270.0
rotZ: 0.02 rotZ: 0.02

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -0,0 +1,81 @@
function onload()
mode = "Bless"
chaosbag = getChaosBag()
manager = getObjectFromGUID("5933fb")
sealedTokens = { }
IMAGE_TOKEN_MAP = { }
for i,v in pairs(Global.getVar("IMAGE_TOKEN_MAP")) do
IMAGE_TOKEN_MAP[i] = v
end
-- add menu items
self.clearContextMenu()
self.addContextMenuItem("Release Token", releaseTokens, true)
for url,name in pairs(IMAGE_TOKEN_MAP) do
if name == mode then
self.addContextMenuItem("Seal " .. mode, function(playerColor) sealToken(url, playerColor) end, true)
end
end
end
function sealToken(url, playerColor)
local pos = self.getPosition()
local name = IMAGE_TOKEN_MAP[url]
for i,obj in ipairs(chaosbag.getObjects()) do
if obj.name == name then
chaosbag.takeObject({
position={ pos.x, pos.y + 1, pos.z },
index=i-1,
smooth=false,
callback_function=_sealToken
})
return
end
end
printToColor(name .. " token not found in bag", playerColor)
end
function _sealToken(obj)
table.insert(sealedTokens, obj)
local guid = obj.getGUID()
local tokensTaken = manager.getVar("tokensTaken")
table.insert(tokensTaken[mode], guid)
manager.setVar("tokensTaken", tokensTaken)
manager.setVar("mode", mode)
printToAll("Sealing " .. mode .. " token " .. manager.call("getTokenCount"))
end
function releaseTokens(playerColor)
if #sealedTokens == 0 then return end
local token = sealedTokens[#sealedTokens]
if token ~= nil then
local guid = token.getGUID()
chaosbag.putObject(token)
local tokensTaken = manager.getVar("tokensTaken")
for i,v in ipairs(tokensTaken[mode]) do
if v == guid then
table.remove(tokensTaken[mode], i)
break
end
end
manager.setVar("tokensTaken", tokensTaken)
manager.setVar("mode", mode)
printToAll("Releasing " .. mode .. " token" .. manager.call("getTokenCount"))
end
table.remove(sealedTokens)
end
function getChaosBag()
local items = getObjectFromGUID("83ef06").getObjects()
local chaosbag = nil
for i,v in ipairs(items) do
if v.getDescription() == "Chaos Bag" then
chaosbag = getObjectFromGUID(v.getGUID())
break
end
end
if chaosbag == nil then printToAll("No chaos bag found") end
return chaosbag
end

View File

@ -1,11 +1,11 @@
Autoraise: true Autoraise: true
CardID: 266313 CardID: 554413
ColorDiffuse: ColorDiffuse:
b: 0.713235259 b: 0.713235259
g: 0.713235259 g: 0.713235259
r: 0.713235259 r: 0.713235259
CustomDeck: CustomDeck:
'2663': '5544':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1626320664132663842/9B2F50595A754585A4DF12D6D48DC2561DC0E2C9/
@ -16,14 +16,14 @@ CustomDeck:
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: 88865b GUID: '974743'
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
HideWhenFaceDown: true HideWhenFaceDown: true
IgnoreFoW: false IgnoreFoW: false
Locked: false Locked: false
LuaScript: '' LuaScript: !include 'Card Rite of Sanctification 974743.ttslua'
LuaScriptState: '' LuaScriptState: ''
MeasureMovement: false MeasureMovement: false
Name: Card Name: Card
@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 90.78
posY: 3.48 posY: 2.84
posZ: -67.38 posZ: -86.59
rotX: 0.02 rotX: 0.0
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 180.0
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -36,9 +36,9 @@ Transform:
posX: 0.0 posX: 0.0
posY: 1.5 posY: 1.5
posZ: 0.0 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.0 rotY: 270.0
rotZ: 0.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: 0.0
posY: 3.48 posY: 1.5
posZ: -67.38 posZ: 0.0
rotX: 0.02 rotX: 359.99
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -1,22 +1,22 @@
Autoraise: true Autoraise: true
CardID: 552220 CardID: 266325
ColorDiffuse: ColorDiffuse:
b: 0.713235259 b: 0.713235259
g: 0.713235259 g: 0.713235259
r: 0.713235259 r: 0.713235259
CustomDeck: CustomDeck:
'5522': '2663':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1656727601395908060/2C854B8E2CE1E420C9AEF246BE3EC4138B724C1B/
NumHeight: 7 NumHeight: 5
NumWidth: 10 NumWidth: 6
Type: 0 Type: 0
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: 49a91e GUID: 4edb91
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: -42.0
posY: 3.48 posY: 3.17
posZ: -67.38 posZ: -96.93
rotX: 0.02 rotX: 0.02
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 0.02
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -0,0 +1,60 @@
function onload()
chaosbag = getChaosBag()
sealedTokens = { }
IMAGE_TOKEN_MAP = { }
for i,v in pairs(Global.getVar("IMAGE_TOKEN_MAP")) do
IMAGE_TOKEN_MAP[i] = v
end
-- add menu items
self.clearContextMenu()
self.addContextMenuItem("Release Token", releaseTokens)
for url,name in pairs(IMAGE_TOKEN_MAP) do
if name == "Auto-fail" then
self.addContextMenuItem("Seal Auto-fail", function(playerColor) sealToken(url, playerColor) end)
end
end
end
function sealToken(url, playerColor)
local pos = self.getPosition()
local name = IMAGE_TOKEN_MAP[url]
for i,obj in ipairs(chaosbag.getObjects()) do
if obj.name == name then
chaosbag.takeObject({
position={ pos.x, pos.y + 1, pos.z },
index=i-1,
smooth=false,
callback_function=_sealToken
})
return
end
end
printToColor(name .. " token not found in bag", playerColor)
end
function _sealToken(obj)
table.insert(sealedTokens, obj)
end
function releaseTokens(playerColor)
printToColor("Releasing token", playerColor)
for i,obj in ipairs(sealedTokens) do
chaosbag.putObject(obj)
end
sealedTokens = { }
end
function getChaosBag()
local items = getObjectFromGUID("83ef06").getObjects()
local chaosbag = nil
for i,v in ipairs(items) do
if v.getDescription() == "Chaos Bag" then
chaosbag = getObjectFromGUID(v.getGUID())
break
end
end
if chaosbag == nil then printToAll("No chaos bag found") end
return chaosbag
end

View File

@ -1,11 +1,11 @@
Autoraise: true Autoraise: true
CardID: 313501 CardID: 278101
ColorDiffuse: ColorDiffuse:
b: 0.713235259 b: 0.713235259
g: 0.713235259 g: 0.713235259
r: 0.713235259 r: 0.713235259
CustomDeck: CustomDeck:
'3135': '2781':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/
@ -16,14 +16,14 @@ CustomDeck:
Description: Over the Threshold and Beyond Description: Over the Threshold and Beyond
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: 05da68 GUID: 9cbac1
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
HideWhenFaceDown: true HideWhenFaceDown: true
IgnoreFoW: false IgnoreFoW: false
Locked: false Locked: false
LuaScript: '' LuaScript: !include 'Card Seal of the Seventh Sign (5) 9cbac1.ttslua'
LuaScriptState: '' LuaScriptState: ''
MeasureMovement: false MeasureMovement: false
Name: Card Name: Card
@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: -6.35
posY: 3.48 posY: 3.19
posZ: -67.38 posZ: -44.72
rotX: 0.02 rotX: 0.0
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 180.0
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -1,22 +1,22 @@
Autoraise: true Autoraise: true
CardID: 231109 CardID: 266326
ColorDiffuse: ColorDiffuse:
b: 0.713235259 b: 0.713235259
g: 0.713235259 g: 0.713235259
r: 0.713235259 r: 0.713235259
CustomDeck: CustomDeck:
'2311': '2663':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956229149/FC980D306FA8FE74C552981167CBDF4305821B31/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1656727601395908060/2C854B8E2CE1E420C9AEF246BE3EC4138B724C1B/
NumHeight: 7 NumHeight: 5
NumWidth: 10 NumWidth: 6
Type: 0 Type: 0
UniqueBack: false UniqueBack: false
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: cd94e3 GUID: 426d28
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
@ -33,11 +33,11 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: 73.38 posX: -40.29
posY: 4.26 posY: 3.17
posZ: -71.06 posZ: -89.08
rotX: 0.02 rotX: 0.02
rotY: 269.99 rotY: 270.0
rotZ: 0.02 rotZ: 0.02
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0

View File

@ -0,0 +1,60 @@
function onload()
chaosbag = getChaosBag()
sealedTokens = { }
IMAGE_TOKEN_MAP = { }
for i,v in pairs(Global.getVar("IMAGE_TOKEN_MAP")) do
IMAGE_TOKEN_MAP[i] = v
end
-- add menu items
self.clearContextMenu()
self.addContextMenuItem("Release Token", releaseTokens)
for url,name in pairs(IMAGE_TOKEN_MAP) do
if name == "Elder Sign" then
self.addContextMenuItem("Seal Elder Sign", function(playerColor) sealToken(url, playerColor) end)
end
end
end
function sealToken(url, playerColor)
local pos = self.getPosition()
local name = IMAGE_TOKEN_MAP[url]
for i,obj in ipairs(chaosbag.getObjects()) do
if obj.name == name then
chaosbag.takeObject({
position={ pos.x, pos.y + 1, pos.z },
index=i-1,
smooth=false,
callback_function=_sealToken
})
return
end
end
printToColor(name .. " token not found in bag", playerColor)
end
function _sealToken(obj)
table.insert(sealedTokens, obj)
end
function releaseTokens(playerColor)
printToColor("Releasing token", playerColor)
for i,obj in ipairs(sealedTokens) do
chaosbag.putObject(obj)
end
sealedTokens = { }
end
function getChaosBag()
local items = getObjectFromGUID("83ef06").getObjects()
local chaosbag = nil
for i,v in ipairs(items) do
if v.getDescription() == "Chaos Bag" then
chaosbag = getObjectFromGUID(v.getGUID())
break
end
end
if chaosbag == nil then printToAll("No chaos bag found") end
return chaosbag
end

View File

@ -13,17 +13,17 @@ CustomDeck:
NumWidth: 10 NumWidth: 10
Type: 0 Type: 0
UniqueBack: false UniqueBack: false
Description: '' Description: Humanoid. Monster. Serpent.
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: 14c396 GUID: '678391'
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
HideWhenFaceDown: true HideWhenFaceDown: true
IgnoreFoW: false IgnoreFoW: false
Locked: false Locked: false
LuaScript: '' LuaScript: !include 'Card Serpents of Yig 678391.ttslua'
LuaScriptState: '' LuaScriptState: ''
MeasureMovement: false MeasureMovement: false
Name: Card Name: Card
@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -11.58 posX: 0.0
posY: 2.54 posY: 1.5
posZ: -73.36 posZ: 0.0
rotX: 0.0 rotX: 359.99
rotY: 270.02 rotY: 270.0
rotZ: 359.99 rotZ: 359.98
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -0,0 +1,45 @@
function onload()
chaosbag = getChaosBag()
IMAGE_TOKEN_MAP = { }
for i,v in pairs(Global.getVar("IMAGE_TOKEN_MAP")) do
IMAGE_TOKEN_MAP[i] = v
end
-- add menu items
self.clearContextMenu()
for url,name in pairs(IMAGE_TOKEN_MAP) do
if name == "0" then
self.addContextMenuItem("Seal 0", function(playerColor) sealToken(url, playerColor) end)
end
end
end
function sealToken(url, playerColor)
local pos = self.getPosition()
local name = IMAGE_TOKEN_MAP[url]
for i,obj in ipairs(chaosbag.getObjects()) do
if obj.name == name then
chaosbag.takeObject({
position={ pos.x, pos.y + 1, pos.z },
index=i-1,
smooth=false
})
return
end
end
printToColor(name .. " token not found in bag", playerColor)
end
function getChaosBag()
local items = getObjectFromGUID("83ef06").getObjects()
local chaosbag = nil
for i,v in ipairs(items) do
if v.getDescription() == "Chaos Bag" then
chaosbag = getObjectFromGUID(v.getGUID())
break
end
end
if chaosbag == nil then printToAll("No chaos bag found") end
return chaosbag
end

View File

@ -1,11 +1,11 @@
Autoraise: true Autoraise: true
CardID: 313502 CardID: 278102
ColorDiffuse: ColorDiffuse:
b: 0.713235259 b: 0.713235259
g: 0.713235259 g: 0.713235259
r: 0.713235259 r: 0.713235259
CustomDeck: CustomDeck:
'3135': '2781':
BackIsHidden: true BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/ BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/ FaceURL: http://cloud-3.steamusercontent.com/ugc/1016065725025945336/04E36F64C2CBE1B4905FF44A869C75EC52CB3A56/
@ -16,14 +16,14 @@ CustomDeck:
Description: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
GUID: b94d12 GUID: b10a71
Grid: true Grid: true
GridProjection: false GridProjection: false
Hands: true Hands: true
HideWhenFaceDown: true HideWhenFaceDown: true
IgnoreFoW: false IgnoreFoW: false
Locked: false Locked: false
LuaScript: '' LuaScript: !include 'Card Shards of the Void (3) b10a71.ttslua'
LuaScriptState: '' LuaScriptState: ''
MeasureMovement: false MeasureMovement: false
Name: Card Name: Card
@ -33,12 +33,12 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: -66.06 posX: -4.15
posY: 3.48 posY: 3.38
posZ: -67.38 posZ: -42.58
rotX: 0.02 rotX: 0.0
rotY: 270.01 rotY: 270.0
rotZ: 180.02 rotZ: 180.0
scaleX: 1.0 scaleX: 1.0
scaleY: 1.0 scaleY: 1.0
scaleZ: 1.0 scaleZ: 1.0

View File

@ -0,0 +1,45 @@
Autoraise: true
CardID: 266308
ColorDiffuse:
b: 0.713235259
g: 0.713235259
r: 0.713235259
CustomDeck:
'2663':
BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/1656727601395908060/2C854B8E2CE1E420C9AEF246BE3EC4138B724C1B/
NumHeight: 5
NumWidth: 6
Type: 0
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: ''
GUID: 29169e
Grid: true
GridProjection: false
Hands: true
HideWhenFaceDown: true
IgnoreFoW: false
Locked: false
LuaScript: ''
LuaScriptState: ''
MeasureMovement: false
Name: Card
Nickname: Shortcut (2)
SidewaysCard: false
Snap: true
Sticky: true
Tooltip: true
Transform:
posX: -56.51
posY: 3.16
posZ: -89.68
rotX: 0.02
rotY: 270.0
rotZ: 0.02
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
XmlUI: ''

View File

@ -1,45 +0,0 @@
Autoraise: true
CardID: 430643
ColorDiffuse:
b: 0.713235259
g: 0.713235259
r: 0.713235259
CustomDeck:
'4306':
BackIsHidden: true
BackURL: https://i.imgur.com/EcbhVuh.jpg/
FaceURL: http://cloud-3.steamusercontent.com/ugc/960860341956220005/42E220A3221D2BFA22F1B3A71EEE346A8B0AAD77/
NumHeight: 7
NumWidth: 10
Type: 0
UniqueBack: false
Description: ''
DragSelectable: true
GMNotes: ''
GUID: 9bd7cf
Grid: true
GridProjection: false
Hands: true
HideWhenFaceDown: true
IgnoreFoW: false
Locked: false
LuaScript: ''
LuaScriptState: ''
MeasureMovement: false
Name: Card
Nickname: Shortcut (2)
SidewaysCard: false
Snap: true
Sticky: true
Tooltip: true
Transform:
posX: -66.06
posY: 3.48
posZ: -67.38
rotX: 0.02
rotY: 270.01
rotZ: 180.02
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
XmlUI: ''

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